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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-0085_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-0085/figures/sub-0085_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0085/figures/sub-0085_ses-01_task-social_acq-mb8_run-03_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-0085/figures/sub-0085_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0085/figures/sub-0085_ses-01_task-social_acq-mb8_run-03_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-0085/ses-01/func/sub-0085_ses-01_task-social_acq-mb8_run-03_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>e1ca6daab263f4220567cea25d7d1bf2</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>22:08:22.395000</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.99672, 0.0737048, 0.0334294, -0.0770434, 0.990599, 0.113036]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_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.108354</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4170, -7780, -7204, 618, -4, -321, 152, 9]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</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>252.803</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ece17b3f-6200-4579-ac72-65dcebd13998||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.674125909805298, -0.20670177042484283, 0.06691629439592361, 118.68367767333984], [-0.19774459302425385, 2.657705783843994, 0.31115010380744934, -89.28997802734375], [0.08968855440616608, -0.3032675087451935, 2.6811766624450684, -53.45760726928711], [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': ['220822.395000', '220822.855000', '220823.315000', '220823.775000', '220824.235000', '220824.695000', '220825.155000', '220825.615000', '220826.075000', '220826.535000', '220826.995000', '220827.455000', '220827.915000', '220828.375000', '220828.835000', '220829.295000', '220829.755000', '220830.215000', '220830.675000', '220831.135000', '220831.595000', '220832.055000', '220832.515000', '220832.975000', '220833.435000', '220833.895000', '220834.355000', '220834.815000', '220835.275000', '220835.735000', '220836.195000', '220836.655000', '220837.115000', '220837.575000', '220838.035000', '220838.495000', '220838.955000', '220839.415000', '220839.875000', '220840.335000', '220840.795000', '220841.255000', '220841.715000', '220842.175000', '220842.635000', '220843.095000', '220843.555000', '220844.015000', '220844.475000', '220844.935000', '220845.395000', '220845.855000', '220846.315000', '220846.775000', '220847.235000', '220847.695000', '220848.155000', '220848.615000', '220849.075000', '220849.535000', '220849.995000', '220850.455000', '220850.915000', '220851.375000', '220851.835000', '220852.295000', '220852.755000', '220853.215000', '220853.675000', '220854.135000', '220854.595000', '220855.055000', '220855.515000', '220855.975000', '220856.435000', '220856.895000', '220857.355000', '220857.815000', '220858.275000', '220858.735000', '220859.195000', '220859.655000', '220900.115000', '220900.575000', '220901.035000', '220901.495000', '220901.955000', '220902.415000', '220902.875000', '220903.335000', '220903.795000', '220904.255000', '220904.715000', '220905.175000', '220905.635000', '220906.095000', '220906.555000', '220907.015000', '220907.475000', '220907.935000', '220908.395000', '220908.855000', '220909.315000', '220909.775000', '220910.235000', '220910.695000', '220911.155000', '220911.615000', '220912.075000', '220912.535000', '220912.995000', '220913.455000', '220913.915000', '220914.375000', '220914.835000', '220915.295000', '220915.755000', '220916.215000', '220916.675000', '220917.135000', '220917.595000', '220918.055000', '220918.515000', '220918.975000', '220919.435000', '220919.895000', '220920.355000', '220920.815000', '220921.275000', '220921.735000', '220922.195000', '220922.655000', '220923.115000', '220923.575000', '220924.035000', '220924.495000', '220924.955000', '220925.415000', '220925.875000', '220926.335000', '220926.795000', '220927.255000', '220927.715000', '220928.175000', '220928.635000', '220929.095000', '220929.555000', '220930.015000', '220930.475000', '220930.935000', '220931.395000', '220931.855000', '220932.315000', '220932.775000', '220933.235000', '220933.695000', '220934.155000', '220934.615000', '220935.075000', '220935.535000', '220935.995000', '220936.455000', '220936.915000', '220937.375000', '220937.835000', '220938.295000', '220938.755000', '220939.215000', '220939.675000', '220940.135000', '220940.595000', '220941.055000', '220941.515000', '220941.975000', '220942.435000', '220942.895000', '220943.355000', '220943.815000', '220944.275000', '220944.735000', '220945.195000', '220945.655000', '220946.115000', '220946.575000', '220947.035000', '220947.495000', '220947.955000', '220948.415000', '220948.875000', '220949.335000', '220949.795000', '220950.255000', '220950.715000', '220951.175000', '220951.635000', '220952.095000', '220952.555000', '220953.015000', '220953.475000', '220953.935000', '220954.395000', '220954.855000', '220955.315000', '220955.775000', '220956.235000', '220956.695000', '220957.155000', '220957.615000', '220958.075000', '220958.535000', '220958.995000', '220959.455000', '220959.915000', '221000.375000', '221000.835000', '221001.295000', '221001.755000', '221002.215000', '221002.675000', '221003.135000', '221003.595000', '221004.055000', '221004.515000', '221004.975000', '221005.435000', '221005.895000', '221006.355000', '221006.815000', '221007.275000', '221007.735000', '221008.195000', '221008.655000', '221009.115000', '221009.575000', '221010.035000', '221010.495000', '221010.955000', '221011.415000', '221011.875000', '221012.335000', '221012.795000', '221013.255000', '221013.715000', '221014.175000', '221014.635000', '221015.095000', '221015.555000', '221016.015000', '221016.475000', '221016.935000', '221017.395000', '221017.855000', '221018.315000', '221018.775000', '221019.235000', '221019.695000', '221020.155000', '221020.615000', '221021.075000', '221021.535000', '221021.995000', '221022.455000', '221022.915000', '221023.375000', '221023.835000', '221024.295000', '221024.755000', '221025.215000', '221025.675000', '221026.135000', '221026.595000', '221027.055000', '221027.515000', '221027.975000', '221028.435000', '221028.895000', '221029.355000', '221029.815000', '221030.275000', '221030.735000', '221031.195000', '221031.655000', '221032.115000', '221032.575000', '221033.035000', '221033.495000', '221033.955000', '221034.415000', '221034.875000', '221035.335000', '221035.795000', '221036.255000', '221036.715000', '221037.175000', '221037.635000', '221038.095000', '221038.555000', '221039.015000', '221039.475000', '221039.935000', '221040.395000', '221040.855000', '221041.315000', '221041.775000', '221042.235000', '221042.695000', '221043.155000', '221043.615000', '221044.075000', '221044.535000', '221044.995000', '221045.455000', '221045.915000', '221046.375000', '221046.835000', '221047.295000', '221047.755000', '221048.215000', '221048.675000', '221049.135000', '221049.595000', '221050.055000', '221050.515000', '221050.975000', '221051.435000', '221051.895000', '221052.355000', '221052.815000', '221053.275000', '221053.735000', '221054.195000', '221054.655000', '221055.115000', '221055.575000', '221056.035000', '221056.495000', '221056.955000', '221057.415000', '221057.875000', '221058.335000', '221058.795000', '221059.255000', '221059.715000', '221100.175000', '221100.635000', '221101.095000', '221101.555000', '221102.015000', '221102.475000', '221102.935000', '221103.395000', '221103.855000', '221104.315000', '221104.775000', '221105.235000', '221105.695000', '221106.155000', '221106.615000', '221107.075000', '221107.535000', '221107.995000', '221108.455000', '221108.915000', '221109.375000', '221109.835000', '221110.295000', '221110.755000', '221111.215000', '221111.675000', '221112.135000', '221112.595000', '221113.055000', '221113.515000', '221113.975000', '221114.435000', '221114.895000', '221115.355000', '221115.815000', '221116.275000', '221116.735000', '221117.195000', '221117.655000', '221118.115000', '221118.575000', '221119.035000', '221119.495000', '221119.955000', '221120.415000', '221120.875000', '221121.335000', '221121.795000', '221122.255000', '221122.715000', '221123.175000', '221123.635000', '221124.095000', '221124.555000', '221125.015000', '221125.475000', '221125.935000', '221126.395000', '221126.855000', '221127.315000', '221127.775000', '221128.235000', '221128.695000', '221129.155000', '221129.615000', '221130.075000', '221130.535000', '221130.995000', '221131.455000', '221131.915000', '221132.375000', '221132.835000', '221133.295000', '221133.755000', '221134.215000', '221134.675000', '221135.135000', '221135.595000', '221136.055000', '221136.515000', '221136.975000', '221137.435000', '221137.895000', '221138.355000', '221138.815000', '221139.275000', '221139.735000', '221140.195000', '221140.655000', '221141.115000', '221141.575000', '221142.035000', '221142.495000', '221142.955000', '221143.415000', '221143.875000', '221144.335000', '221144.795000', '221145.255000', '221145.715000', '221146.175000', '221146.635000', '221147.095000', '221147.555000', '221148.015000', '221148.475000', '221148.935000', '221149.395000', '221149.855000', '221150.315000', '221150.775000', '221151.235000', '221151.695000', '221152.155000', '221152.615000', '221153.075000', '221153.535000', '221153.995000', '221154.455000', '221154.915000', '221155.375000', '221155.835000', '221156.295000', '221156.755000', '221157.215000', '221157.675000', '221158.135000', '221158.595000', '221159.055000', '221159.515000', '221159.975000', '221200.435000', '221200.895000', '221201.355000', '221201.815000', '221202.275000', '221202.735000', '221203.195000', '221203.655000', '221204.115000', '221204.575000', '221205.035000', '221205.495000', '221205.955000', '221206.415000', '221206.875000', '221207.335000', '221207.795000', '221208.255000', '221208.715000', '221209.175000', '221209.635000', '221210.095000', '221210.555000', '221211.015000', '221211.475000', '221211.935000', '221212.395000', '221212.855000', '221213.315000', '221213.775000', '221214.235000', '221214.695000', '221215.155000', '221215.615000', '221216.075000', '221216.535000', '221216.995000', '221217.455000', '221217.915000', '221218.375000', '221218.835000', '221219.295000', '221219.755000', '221220.215000', '221220.675000', '221221.135000', '221221.595000', '221222.055000', '221222.515000', '221222.975000', '221223.435000', '221223.895000', '221224.355000', '221224.815000', '221225.275000', '221225.735000', '221226.195000', '221226.655000', '221227.115000', '221227.575000', '221228.035000', '221228.495000', '221228.955000', '221229.415000', '221229.875000', '221230.335000', '221230.795000', '221231.255000', '221231.715000', '221232.175000', '221232.635000', '221233.095000', '221233.555000', '221234.015000', '221234.475000', '221234.935000', '221235.395000', '221235.855000', '221236.315000', '221236.775000', '221237.235000', '221237.695000', '221238.155000', '221238.615000', '221239.075000', '221239.535000', '221239.995000', '221240.455000', '221240.915000', '221241.375000', '221241.835000', '221242.295000', '221242.755000', '221243.215000', '221243.675000', '221244.135000', '221244.595000', '221245.055000', '221245.515000', '221245.975000', '221246.435000', '221246.895000', '221247.355000', '221247.815000', '221248.275000', '221248.735000', '221249.195000', '221249.655000', '221250.115000', '221250.575000', '221251.035000', '221251.495000', '221251.955000', '221252.415000', '221252.875000', '221253.335000', '221253.795000', '221254.255000', '221254.715000', '221255.175000', '221255.635000', '221256.095000', '221256.555000', '221257.015000', '221257.475000', '221257.935000', '221258.395000', '221258.855000', '221259.315000', '221259.775000', '221300.235000', '221300.695000', '221301.155000', '221301.615000', '221302.075000', '221302.535000', '221302.995000', '221303.455000', '221303.915000', '221304.375000', '221304.835000', '221305.295000', '221305.755000', '221306.215000', '221306.675000', '221307.135000', '221307.595000', '221308.055000', '221308.515000', '221308.975000', '221309.435000', '221309.895000', '221310.355000', '221310.815000', '221311.275000', '221311.735000', '221312.195000', '221312.655000', '221313.115000', '221313.575000', '221314.035000', '221314.495000', '221314.955000', '221315.415000', '221315.875000', '221316.335000', '221316.795000', '221317.255000', '221317.715000', '221318.175000', '221318.635000', '221319.095000', '221319.555000', '221320.015000', '221320.475000', '221320.935000', '221321.395000', '221321.855000', '221322.315000', '221322.775000', '221323.235000', '221323.695000', '221324.155000', '221324.615000', '221325.075000', '221325.535000', '221325.995000', '221326.455000', '221326.915000', '221327.375000', '221327.835000', '221328.295000', '221328.755000', '221329.215000', '221329.675000', '221330.135000', '221330.595000', '221331.055000', '221331.515000', '221331.975000', '221332.435000', '221332.895000', '221333.355000', '221333.815000', '221334.275000', '221334.735000', '221335.195000', '221335.655000', '221336.115000', '221336.575000', '221337.035000', '221337.495000', '221337.955000', '221338.415000', '221338.875000', '221339.335000', '221339.795000', '221340.255000', '221340.715000', '221341.175000', '221341.635000', '221342.095000', '221342.555000', '221343.015000', '221343.475000', '221343.935000', '221344.395000', '221344.855000', '221345.315000', '221345.775000', '221346.235000', '221346.695000', '221347.155000', '221347.615000', '221348.075000', '221348.535000', '221348.995000', '221349.455000', '221349.915000', '221350.375000', '221350.835000', '221351.295000', '221351.755000', '221352.215000', '221352.675000', '221353.135000', '221353.595000', '221354.055000', '221354.515000', '221354.975000', '221355.435000', '221355.895000', '221356.355000', '221356.815000', '221357.275000', '221357.735000', '221358.195000', '221358.655000', '221359.115000', '221359.575000', '221400.035000', '221400.495000', '221400.955000', '221401.415000', '221401.875000', '221402.335000', '221402.795000', '221403.255000', '221403.715000', '221404.175000', '221404.635000', '221405.095000', '221405.555000', '221406.015000', '221406.475000', '221406.935000', '221407.395000', '221407.855000', '221408.315000', '221408.775000', '221409.235000', '221409.695000', '221410.155000', '221410.615000', '221411.075000', '221411.535000', '221411.995000', '221412.455000', '221412.915000', '221413.375000', '221413.835000', '221414.295000', '221414.755000', '221415.215000', '221415.675000', '221416.135000', '221416.595000', '221417.055000', '221417.515000', '221417.975000', '221418.435000', '221418.895000', '221419.355000', '221419.815000', '221420.275000', '221420.735000', '221421.195000', '221421.655000', '221422.115000', '221422.575000', '221423.035000', '221423.495000', '221423.955000', '221424.415000', '221424.875000', '221425.335000', '221425.795000', '221426.255000', '221426.715000', '221427.175000', '221427.635000', '221428.095000', '221428.555000', '221429.015000', '221429.475000', '221429.935000', '221430.395000', '221430.855000', '221431.315000', '221431.775000', '221432.235000', '221432.695000', '221433.155000', '221433.615000', '221434.075000', '221434.535000', '221434.995000', '221435.455000', '221435.915000', '221436.375000', '221436.835000', '221437.295000', '221437.755000', '221438.215000', '221438.675000', '221439.135000', '221439.595000', '221440.055000', '221440.515000', '221440.975000', '221441.435000', '221441.895000', '221442.355000', '221442.815000', '221443.275000', '221443.735000', '221444.195000', '221444.655000', '221445.115000', '221445.575000', '221446.035000', '221446.495000', '221446.955000', '221447.415000', '221447.875000', '221448.335000', '221448.795000', '221449.255000', '221449.715000', '221450.175000', '221450.635000', '221451.095000', '221451.555000', '221452.015000', '221452.475000', '221452.935000', '221453.395000', '221453.855000', '221454.315000', '221454.775000', '221455.235000', '221455.695000', '221456.155000', '221456.615000', '221457.075000', '221457.535000', '221457.995000', '221458.455000', '221458.915000', '221459.375000', '221459.835000', '221500.295000', '221500.755000', '221501.215000', '221501.675000', '221502.135000', '221502.595000', '221503.055000'], 'ContentTime': ['220849.554000', '220849.557000', '220849.560000', '220849.563000', '220849.566000', '220849.568000', '220849.571000', '220849.573000', '220849.576000', '220849.578000', '220849.581000', '220849.583000', '220849.586000', '220849.589000', '220849.591000', '220849.594000', '220849.596000', '220849.599000', '220849.601000', '220849.604000', '220849.607000', '220849.618000', '220849.621000', '220849.623000', '220849.626000', '220849.628000', '220849.631000', '220849.634000', '220849.637000', '220849.639000', '220849.642000', '220849.644000', '220849.647000', '220849.649000', '220849.652000', '220849.654000', '220849.657000', '220849.659000', '220849.662000', '220849.664000', '220849.667000', '220849.670000', '220849.672000', '220849.675000', '220849.677000', '220849.680000', '220849.682000', '220849.685000', '220849.687000', '220849.690000', '220849.693000', '220849.695000', '220849.698000', '220849.700000', '220849.703000', '220849.705000', '220849.708000', '220909.528000', '220909.530000', '220909.533000', '220909.535000', '220909.538000', '220909.540000', '220909.543000', '220909.546000', '220909.548000', '220909.551000', '220909.553000', '220909.556000', '220909.558000', '220909.561000', '220909.564000', '220909.566000', '220909.569000', '220909.576000', '220909.578000', '220909.581000', '220909.583000', '220909.586000', '220909.588000', '220909.591000', '220909.593000', '220909.596000', '220909.599000', '220909.601000', '220909.604000', '220909.606000', '220909.609000', '220909.612000', '220909.614000', '220909.617000', '220909.620000', '220909.622000', '220909.625000', '220909.627000', '220909.630000', '220909.632000', '220909.635000', '220909.638000', '220909.640000', '220929.527000', '220929.530000', '220929.533000', '220929.535000', '220929.538000', '220929.540000', '220929.543000', '220929.545000', '220929.548000', '220929.551000', '220929.553000', '220929.556000', '220929.558000', '220929.561000', '220929.563000', '220929.566000', '220929.569000', '220929.571000', '220929.574000', '220929.576000', '220929.579000', '220929.581000', '220929.584000', '220929.586000', '220929.589000', '220929.591000', '220929.594000', '220929.597000', '220929.599000', '220929.602000', '220929.604000', '220929.614000', '220929.617000', '220929.620000', '220929.622000', '220929.625000', '220929.627000', '220929.630000', '220929.632000', '220929.635000', '220929.638000', '220929.640000', '220929.643000', '220929.646000', '220949.527000', '220949.530000', '220949.533000', '220949.535000', '220949.538000', '220949.540000', '220949.543000', '220949.546000', '220949.548000', '220949.551000', '220949.553000', '220949.556000', '220949.559000', '220949.561000', '220949.564000', '220949.566000', '220949.575000', '220949.578000', '220949.580000', '220949.583000', '220949.585000', '220949.588000', '220949.590000', '220949.593000', '220949.595000', '220949.608000', '220949.611000', '220949.613000', '220949.616000', '220949.618000', '220949.621000', '220949.624000', '220949.626000', '220949.630000', '220949.633000', '220949.636000', '220949.638000', '220949.641000', '220949.643000', '220949.646000', '220949.648000', '220949.651000', '220949.653000', '221009.527000', '221009.530000', '221009.533000', '221009.535000', '221009.538000', '221009.541000', '221009.543000', '221009.546000', '221009.548000', '221009.551000', '221009.553000', '221009.556000', '221009.559000', '221009.561000', '221009.564000', '221009.566000', '221009.569000', '221009.572000', '221009.574000', '221009.582000', '221009.585000', '221009.587000', '221009.590000', '221009.592000', '221009.595000', '221009.598000', '221009.600000', '221009.603000', '221009.605000', '221009.608000', '221009.611000', '221009.613000', '221009.616000', '221009.618000', '221009.621000', '221009.624000', '221009.626000', '221009.629000', '221009.631000', '221009.634000', '221009.636000', '221009.639000', '221009.642000', '221009.644000', '221029.527000', '221029.530000', '221029.533000', '221029.536000', '221029.538000', '221029.552000', '221029.555000', '221029.558000', '221029.560000', '221029.563000', '221029.565000', '221029.568000', '221029.570000', '221029.573000', '221029.576000', '221029.578000', '221029.581000', '221029.583000', '221029.586000', '221029.588000', '221029.591000', '221029.594000', '221029.596000', '221029.599000', '221029.601000', '221029.604000', '221029.607000', '221029.609000', '221029.612000', '221029.614000', '221029.617000', '221029.619000', '221029.622000', '221029.624000', '221029.627000', '221029.630000', '221029.632000', '221029.635000', '221029.638000', '221029.640000', '221029.643000', '221029.646000', '221029.648000', '221049.528000', '221049.531000', '221049.533000', '221049.536000', '221049.538000', '221049.541000', '221049.543000', '221049.546000', '221049.549000', '221049.551000', '221049.554000', '221049.556000', '221049.559000', '221049.561000', '221049.564000', '221049.567000', '221049.569000', '221049.572000', '221049.574000', '221049.577000', '221049.579000', '221049.582000', '221049.585000', '221049.587000', '221049.590000', '221049.592000', '221049.595000', '221049.597000', '221049.600000', '221049.603000', '221049.605000', '221049.608000', '221049.611000', '221049.613000', '221049.616000', '221049.618000', '221049.621000', '221049.624000', '221049.626000', '221049.629000', '221049.631000', '221049.634000', '221049.636000', '221049.639000', '221109.527000', '221109.529000', '221109.532000', '221109.535000', '221109.537000', '221109.540000', '221109.542000', '221109.545000', '221109.548000', '221109.550000', '221109.553000', '221109.555000', '221109.558000', '221109.560000', '221109.563000', '221109.566000', '221109.568000', '221109.571000', '221109.573000', '221109.576000', '221109.578000', '221109.581000', '221109.584000', '221109.586000', '221109.589000', '221109.591000', '221109.594000', '221109.597000', '221109.599000', '221109.602000', '221109.605000', '221109.607000', '221109.610000', '221109.612000', '221109.615000', '221109.617000', '221109.620000', '221109.623000', '221109.625000', '221109.628000', '221109.630000', '221109.633000', '221109.635000', '221129.527000', '221129.530000', '221129.533000', '221129.535000', '221129.538000', '221129.540000', '221129.543000', '221129.555000', '221129.558000', '221129.560000', '221129.563000', '221129.565000', '221129.568000', '221129.570000', '221129.573000', '221129.576000', '221129.578000', '221129.581000', '221129.583000', '221129.586000', '221129.588000', '221129.591000', '221129.594000', '221129.596000', '221129.599000', '221129.601000', '221129.604000', '221129.607000', '221129.609000', '221129.612000', '221129.614000', '221129.617000', '221129.619000', '221129.622000', '221129.624000', '221129.627000', '221129.630000', '221129.632000', '221129.635000', '221129.637000', '221129.640000', '221129.643000', '221129.645000', '221129.648000', '221149.527000', '221149.530000', '221149.533000', '221149.535000', '221149.538000', '221149.541000', '221149.543000', '221149.546000', '221149.549000', '221149.551000', '221149.554000', '221149.556000', '221149.559000', '221149.561000', '221149.564000', '221149.567000', '221149.569000', '221149.572000', '221149.574000', '221149.577000', '221149.580000', '221149.582000', '221149.585000', '221149.587000', '221149.590000', '221149.593000', '221149.595000', '221149.598000', '221149.601000', '221149.604000', '221149.606000', '221149.609000', '221149.611000', '221149.614000', '221149.616000', '221149.619000', '221149.622000', '221149.624000', '221149.634000', '221149.636000', '221149.639000', '221149.642000', '221149.644000', '221209.528000', '221209.531000', '221209.533000', '221209.536000', '221209.538000', '221209.541000', '221209.543000', '221209.546000', '221209.549000', '221209.551000', '221209.554000', '221209.556000', '221209.559000', '221209.561000', '221209.564000', '221209.567000', '221209.569000', '221209.572000', '221209.574000', '221209.577000', '221209.580000', '221209.582000', '221209.585000', '221209.588000', '221209.590000', '221209.593000', '221209.595000', '221209.598000', '221209.601000', '221209.603000', '221209.606000', '221209.609000', '221209.611000', '221209.614000', '221209.617000', '221209.619000', '221209.622000', '221209.624000', '221209.627000', '221209.629000', '221209.632000', '221209.635000', '221209.637000', '221209.640000', '221229.527000', '221229.530000', '221229.533000', '221229.535000', '221229.538000', '221229.541000', '221229.543000', '221229.546000', '221229.549000', '221229.551000', '221229.554000', '221229.556000', '221229.559000', '221229.562000', '221229.564000', '221229.567000', '221229.569000', '221229.572000', '221229.575000', '221229.577000', '221229.580000', '221229.582000', '221229.585000', '221229.588000', '221229.590000', '221229.593000', '221229.595000', '221229.598000', '221229.601000', '221229.603000', '221229.606000', '221229.608000', '221229.611000', '221229.614000', '221229.616000', '221229.619000', '221229.621000', '221229.624000', '221229.626000', '221229.629000', '221229.632000', '221229.634000', '221229.637000', '221249.527000', '221249.530000', '221249.533000', '221249.536000', '221249.538000', '221249.541000', '221249.543000', '221249.546000', '221249.549000', '221249.551000', '221249.554000', '221249.556000', '221249.559000', '221249.561000', '221249.570000', '221249.573000', '221249.575000', '221249.578000', '221249.581000', '221249.583000', '221249.586000', '221249.588000', '221249.591000', '221249.594000', '221249.596000', '221249.599000', '221249.601000', '221249.604000', '221249.606000', '221249.609000', '221249.612000', '221249.614000', '221249.628000', '221249.630000', '221249.633000', '221249.635000', '221249.638000', '221249.640000', '221249.643000', '221249.646000', '221249.648000', '221249.651000', '221249.653000', '221249.656000', '221309.528000', '221309.530000', '221309.533000', '221309.536000', '221309.538000', '221309.541000', '221309.543000', '221309.546000', '221309.549000', '221309.551000', '221309.554000', '221309.556000', '221309.559000', '221309.561000', '221309.564000', '221309.566000', '221309.569000', '221309.572000', '221309.574000', '221309.577000', '221309.580000', '221309.582000', '221309.585000', '221309.587000', '221309.590000', '221309.592000', '221309.595000', '221309.598000', '221309.600000', '221309.603000', '221309.606000', '221309.608000', '221309.611000', '221309.613000', '221309.616000', '221309.619000', '221309.621000', '221309.624000', '221309.626000', '221309.629000', '221309.631000', '221309.634000', '221309.636000', '221329.527000', '221329.529000', '221329.532000', '221329.535000', '221329.537000', '221329.540000', '221329.543000', '221329.545000', '221329.548000', '221329.551000', '221329.554000', '221329.556000', '221329.559000', '221329.562000', '221329.564000', '221329.567000', '221329.570000', '221329.572000', '221329.575000', '221329.577000', '221329.580000', '221329.582000', '221329.585000', '221329.588000', '221329.590000', '221329.593000', '221329.595000', '221329.598000', '221329.601000', '221329.603000', '221329.606000', '221329.609000', '221329.611000', '221329.614000', '221329.617000', '221329.619000', '221329.622000', '221329.624000', '221329.627000', '221329.629000', '221329.632000', '221329.634000', '221329.640000', '221329.643000', '221349.528000', '221349.531000', '221349.533000', '221349.536000', '221349.538000', '221349.541000', '221349.543000', '221349.546000', '221349.549000', '221349.551000', '221349.554000', '221349.556000', '221349.559000', '221349.561000', '221349.564000', '221349.567000', '221349.569000', '221349.572000', '221349.574000', '221349.577000', '221349.579000', '221349.582000', '221349.585000', '221349.587000', '221349.590000', '221349.592000', '221349.595000', '221349.598000', '221349.600000', '221349.603000', '221349.606000', '221349.608000', '221349.611000', '221349.613000', '221349.616000', '221349.619000', '221349.621000', '221349.624000', '221349.626000', '221349.629000', '221349.631000', '221349.634000', '221349.636000', '221409.528000', '221409.530000', '221409.533000', '221409.536000', '221409.538000', '221409.541000', '221409.543000', '221409.546000', '221409.548000', '221409.551000', '221409.554000', '221409.556000', '221409.559000', '221409.562000', '221409.564000', '221409.567000', '221409.569000', '221409.572000', '221409.575000', '221409.577000', '221409.586000', '221409.588000', '221409.591000', '221409.594000', '221409.596000', '221409.599000', '221409.601000', '221409.604000', '221409.607000', '221409.610000', '221409.612000', '221409.615000', '221409.617000', '221409.620000', '221409.623000', '221409.625000', '221409.628000', '221409.630000', '221409.633000', '221409.635000', '221409.638000', '221409.641000', '221409.643000', '221409.646000', '221429.528000', '221429.530000', '221429.533000', '221429.536000', '221429.538000', '221429.541000', '221429.543000', '221429.546000', '221429.548000', '221429.551000', '221429.554000', '221429.556000', '221429.559000', '221429.563000', '221429.565000', '221429.568000', '221429.571000', '221429.573000', '221429.576000', '221429.578000', '221429.581000', '221429.583000', '221429.586000', '221429.589000', '221429.591000', '221429.594000', '221429.596000', '221429.599000', '221429.602000', '221429.604000', '221429.607000', '221429.609000', '221429.612000', '221429.615000', '221429.617000', '221429.620000', '221429.622000', '221429.625000', '221429.627000', '221429.630000', '221429.632000', '221429.635000', '221429.638000', '221449.528000', '221449.530000', '221449.533000', '221449.536000', '221449.538000', '221449.541000', '221449.544000', '221449.546000', '221449.549000', '221449.552000', '221449.554000', '221449.557000', '221449.560000', '221449.562000', '221449.565000', '221449.567000', '221449.570000', '221449.572000', '221449.575000', '221449.578000', '221449.580000', '221449.583000', '221449.585000', '221449.588000', '221449.590000', '221449.593000', '221449.596000', '221449.598000', '221449.602000', '221449.604000', '221449.607000', '221449.609000', '221449.612000', '221449.614000', '221449.617000', '221449.620000', '221449.622000', '221449.625000', '221449.627000', '221449.630000', '221449.632000', '221449.635000', '221449.638000', '221504.294000', '221504.299000', '221504.301000', '221504.304000', '221504.307000', '221504.310000', '221504.313000', '221504.316000', '221504.319000', '221504.321000', '221504.324000', '221504.327000', '221504.330000', '221504.332000', '221504.335000', '221504.338000', '221504.340000', '221504.343000', '221504.346000', '221504.349000', '221504.353000', '221504.356000', '221504.359000', '221504.362000', '221504.365000', '221504.369000', '221504.372000', '221504.375000', '221504.378000', '221504.380000', '221504.383000', '221504.386000', '221504.389000'], 'InstanceCreationTime': ['220849.554000', '220849.557000', '220849.560000', '220849.563000', '220849.566000', '220849.568000', '220849.571000', '220849.573000', '220849.576000', '220849.578000', '220849.581000', '220849.583000', '220849.586000', '220849.589000', '220849.591000', '220849.594000', '220849.596000', '220849.599000', '220849.601000', '220849.604000', '220849.607000', '220849.618000', '220849.621000', '220849.623000', '220849.626000', '220849.628000', '220849.631000', '220849.634000', '220849.637000', '220849.639000', '220849.642000', '220849.644000', '220849.647000', '220849.649000', '220849.652000', '220849.654000', '220849.657000', '220849.659000', '220849.662000', '220849.664000', '220849.667000', '220849.670000', '220849.672000', '220849.675000', '220849.677000', '220849.680000', '220849.682000', '220849.685000', '220849.687000', '220849.690000', '220849.693000', '220849.695000', '220849.698000', '220849.700000', '220849.703000', '220849.705000', '220849.708000', '220909.528000', '220909.530000', '220909.533000', '220909.535000', '220909.538000', '220909.540000', '220909.543000', '220909.546000', '220909.548000', '220909.551000', '220909.553000', '220909.556000', '220909.558000', '220909.561000', '220909.564000', '220909.566000', '220909.569000', '220909.576000', '220909.578000', '220909.581000', '220909.583000', '220909.586000', '220909.588000', '220909.591000', '220909.593000', '220909.596000', '220909.599000', '220909.601000', '220909.604000', '220909.606000', '220909.609000', '220909.612000', '220909.614000', '220909.617000', '220909.620000', '220909.622000', '220909.625000', '220909.627000', '220909.630000', '220909.632000', '220909.635000', '220909.638000', '220909.640000', '220929.527000', '220929.530000', '220929.533000', '220929.535000', '220929.538000', '220929.540000', '220929.543000', '220929.545000', '220929.548000', '220929.551000', '220929.553000', '220929.556000', '220929.558000', '220929.561000', '220929.563000', '220929.566000', '220929.569000', '220929.571000', '220929.574000', '220929.576000', '220929.579000', '220929.581000', '220929.584000', '220929.586000', '220929.589000', '220929.591000', '220929.594000', '220929.597000', '220929.599000', '220929.602000', '220929.604000', '220929.614000', '220929.617000', '220929.620000', '220929.622000', '220929.625000', '220929.627000', '220929.630000', '220929.632000', '220929.635000', '220929.638000', '220929.640000', '220929.643000', '220929.646000', '220949.527000', '220949.530000', '220949.533000', '220949.535000', '220949.538000', '220949.540000', '220949.543000', '220949.546000', '220949.548000', '220949.551000', '220949.553000', '220949.556000', '220949.559000', '220949.561000', '220949.564000', '220949.566000', '220949.575000', '220949.578000', '220949.580000', '220949.583000', '220949.585000', '220949.588000', '220949.590000', '220949.593000', '220949.595000', '220949.608000', '220949.611000', '220949.613000', '220949.616000', '220949.618000', '220949.621000', '220949.624000', '220949.626000', '220949.630000', '220949.633000', '220949.636000', '220949.638000', '220949.641000', '220949.643000', '220949.646000', '220949.648000', '220949.651000', '220949.653000', '221009.527000', '221009.530000', '221009.533000', '221009.535000', '221009.538000', '221009.541000', '221009.543000', '221009.546000', '221009.548000', '221009.551000', '221009.553000', '221009.556000', '221009.559000', '221009.561000', '221009.564000', '221009.566000', '221009.569000', '221009.572000', '221009.574000', '221009.582000', '221009.585000', '221009.587000', '221009.590000', '221009.592000', '221009.595000', '221009.598000', '221009.600000', '221009.603000', '221009.605000', '221009.608000', '221009.611000', '221009.613000', '221009.616000', '221009.618000', '221009.621000', '221009.624000', '221009.626000', '221009.629000', '221009.631000', '221009.634000', '221009.636000', '221009.639000', '221009.642000', '221009.644000', '221029.527000', '221029.530000', '221029.533000', '221029.536000', '221029.538000', '221029.552000', '221029.555000', '221029.558000', '221029.560000', '221029.563000', '221029.565000', '221029.568000', '221029.570000', '221029.573000', '221029.576000', '221029.578000', '221029.581000', '221029.583000', '221029.586000', '221029.588000', '221029.591000', '221029.594000', '221029.596000', '221029.599000', '221029.601000', '221029.604000', '221029.607000', '221029.609000', '221029.612000', '221029.614000', '221029.617000', '221029.619000', '221029.622000', '221029.624000', '221029.627000', '221029.630000', '221029.632000', '221029.635000', '221029.638000', '221029.640000', '221029.643000', '221029.646000', '221029.648000', '221049.528000', '221049.531000', '221049.533000', '221049.536000', '221049.538000', '221049.541000', '221049.543000', '221049.546000', '221049.549000', '221049.551000', '221049.554000', '221049.556000', '221049.559000', '221049.561000', '221049.564000', '221049.567000', '221049.569000', '221049.572000', '221049.574000', '221049.577000', '221049.579000', '221049.582000', '221049.585000', '221049.587000', '221049.590000', '221049.592000', '221049.595000', '221049.597000', '221049.600000', '221049.603000', '221049.605000', '221049.608000', '221049.611000', '221049.613000', '221049.616000', '221049.618000', '221049.621000', '221049.624000', '221049.626000', '221049.629000', '221049.631000', '221049.634000', '221049.636000', '221049.639000', '221109.527000', '221109.529000', '221109.532000', '221109.535000', '221109.537000', '221109.540000', '221109.542000', '221109.545000', '221109.548000', '221109.550000', '221109.553000', '221109.555000', '221109.558000', '221109.560000', '221109.563000', '221109.566000', '221109.568000', '221109.571000', '221109.573000', '221109.576000', '221109.578000', '221109.581000', '221109.584000', '221109.586000', '221109.589000', '221109.591000', '221109.594000', '221109.597000', '221109.599000', '221109.602000', '221109.605000', '221109.607000', '221109.610000', '221109.612000', '221109.615000', '221109.617000', '221109.620000', '221109.623000', '221109.625000', '221109.628000', '221109.630000', '221109.633000', '221109.635000', '221129.527000', '221129.530000', '221129.533000', '221129.535000', '221129.538000', '221129.540000', '221129.543000', '221129.555000', '221129.558000', '221129.560000', '221129.563000', '221129.565000', '221129.568000', '221129.570000', '221129.573000', '221129.576000', '221129.578000', '221129.581000', '221129.583000', '221129.586000', '221129.588000', '221129.591000', '221129.594000', '221129.596000', '221129.599000', '221129.601000', '221129.604000', '221129.607000', '221129.609000', '221129.612000', '221129.614000', '221129.617000', '221129.619000', '221129.622000', '221129.624000', '221129.627000', '221129.630000', '221129.632000', '221129.635000', '221129.637000', '221129.640000', '221129.643000', '221129.645000', '221129.648000', '221149.527000', '221149.530000', '221149.533000', '221149.535000', '221149.538000', '221149.541000', '221149.543000', '221149.546000', '221149.549000', '221149.551000', '221149.554000', '221149.556000', '221149.559000', '221149.561000', '221149.564000', '221149.567000', '221149.569000', '221149.572000', '221149.574000', '221149.577000', '221149.580000', '221149.582000', '221149.585000', '221149.587000', '221149.590000', '221149.593000', '221149.595000', '221149.598000', '221149.601000', '221149.604000', '221149.606000', '221149.609000', '221149.611000', '221149.614000', '221149.616000', '221149.619000', '221149.622000', '221149.624000', '221149.634000', '221149.636000', '221149.639000', '221149.642000', '221149.644000', '221209.528000', '221209.531000', '221209.533000', '221209.536000', '221209.538000', '221209.541000', '221209.543000', '221209.546000', '221209.549000', '221209.551000', '221209.554000', '221209.556000', '221209.559000', '221209.561000', '221209.564000', '221209.567000', '221209.569000', '221209.572000', '221209.574000', '221209.577000', '221209.580000', '221209.582000', '221209.585000', '221209.588000', '221209.590000', '221209.593000', '221209.595000', '221209.598000', '221209.601000', '221209.603000', '221209.606000', '221209.609000', '221209.611000', '221209.614000', '221209.617000', '221209.619000', '221209.622000', '221209.624000', '221209.627000', '221209.629000', '221209.632000', '221209.635000', '221209.637000', '221209.640000', '221229.527000', '221229.530000', '221229.533000', '221229.535000', '221229.538000', '221229.541000', '221229.543000', '221229.546000', '221229.549000', '221229.551000', '221229.554000', '221229.556000', '221229.559000', '221229.562000', '221229.564000', '221229.567000', '221229.569000', '221229.572000', '221229.575000', '221229.577000', '221229.580000', '221229.582000', '221229.585000', '221229.588000', '221229.590000', '221229.593000', '221229.595000', '221229.598000', '221229.601000', '221229.603000', '221229.606000', '221229.608000', '221229.611000', '221229.614000', '221229.616000', '221229.619000', '221229.621000', '221229.624000', '221229.626000', '221229.629000', '221229.632000', '221229.634000', '221229.637000', '221249.527000', '221249.530000', '221249.533000', '221249.536000', '221249.538000', '221249.541000', '221249.543000', '221249.546000', '221249.549000', '221249.551000', '221249.554000', '221249.556000', '221249.559000', '221249.561000', '221249.570000', '221249.573000', '221249.575000', '221249.578000', '221249.581000', '221249.583000', '221249.586000', '221249.588000', '221249.591000', '221249.594000', '221249.596000', '221249.599000', '221249.601000', '221249.604000', '221249.606000', '221249.609000', '221249.612000', '221249.614000', '221249.628000', '221249.630000', '221249.633000', '221249.635000', '221249.638000', '221249.640000', '221249.643000', '221249.646000', '221249.648000', '221249.651000', '221249.653000', '221249.656000', '221309.528000', '221309.530000', '221309.533000', '221309.536000', '221309.538000', '221309.541000', '221309.543000', '221309.546000', '221309.549000', '221309.551000', '221309.554000', '221309.556000', '221309.559000', '221309.561000', '221309.564000', '221309.566000', '221309.569000', '221309.572000', '221309.574000', '221309.577000', '221309.580000', '221309.582000', '221309.585000', '221309.587000', '221309.590000', '221309.592000', '221309.595000', '221309.598000', '221309.600000', '221309.603000', '221309.606000', '221309.608000', '221309.611000', '221309.613000', '221309.616000', '221309.619000', '221309.621000', '221309.624000', '221309.626000', '221309.629000', '221309.631000', '221309.634000', '221309.636000', '221329.527000', '221329.529000', '221329.532000', '221329.535000', '221329.537000', '221329.540000', '221329.543000', '221329.545000', '221329.548000', '221329.551000', '221329.554000', '221329.556000', '221329.559000', '221329.562000', '221329.564000', '221329.567000', '221329.570000', '221329.572000', '221329.575000', '221329.577000', '221329.580000', '221329.582000', '221329.585000', '221329.588000', '221329.590000', '221329.593000', '221329.595000', '221329.598000', '221329.601000', '221329.603000', '221329.606000', '221329.609000', '221329.611000', '221329.614000', '221329.617000', '221329.619000', '221329.622000', '221329.624000', '221329.627000', '221329.629000', '221329.632000', '221329.634000', '221329.640000', '221329.643000', '221349.528000', '221349.531000', '221349.533000', '221349.536000', '221349.538000', '221349.541000', '221349.543000', '221349.546000', '221349.549000', '221349.551000', '221349.554000', '221349.556000', '221349.559000', '221349.561000', '221349.564000', '221349.567000', '221349.569000', '221349.572000', '221349.574000', '221349.577000', '221349.579000', '221349.582000', '221349.585000', '221349.587000', '221349.590000', '221349.592000', '221349.595000', '221349.598000', '221349.600000', '221349.603000', '221349.606000', '221349.608000', '221349.611000', '221349.613000', '221349.616000', '221349.619000', '221349.621000', '221349.624000', '221349.626000', '221349.629000', '221349.631000', '221349.634000', '221349.636000', '221409.528000', '221409.530000', '221409.533000', '221409.536000', '221409.538000', '221409.541000', '221409.543000', '221409.546000', '221409.548000', '221409.551000', '221409.554000', '221409.556000', '221409.559000', '221409.562000', '221409.564000', '221409.567000', '221409.569000', '221409.572000', '221409.575000', '221409.577000', '221409.586000', '221409.588000', '221409.591000', '221409.594000', '221409.596000', '221409.599000', '221409.601000', '221409.604000', '221409.607000', '221409.610000', '221409.612000', '221409.615000', '221409.617000', '221409.620000', '221409.623000', '221409.625000', '221409.628000', '221409.630000', '221409.633000', '221409.635000', '221409.638000', '221409.641000', '221409.643000', '221409.646000', '221429.528000', '221429.530000', '221429.533000', '221429.536000', '221429.538000', '221429.541000', '221429.543000', '221429.546000', '221429.548000', '221429.551000', '221429.554000', '221429.556000', '221429.559000', '221429.563000', '221429.565000', '221429.568000', '221429.571000', '221429.573000', '221429.576000', '221429.578000', '221429.581000', '221429.583000', '221429.586000', '221429.589000', '221429.591000', '221429.594000', '221429.596000', '221429.599000', '221429.602000', '221429.604000', '221429.607000', '221429.609000', '221429.612000', '221429.615000', '221429.617000', '221429.620000', '221429.622000', '221429.625000', '221429.627000', '221429.630000', '221429.632000', '221429.635000', '221429.638000', '221449.528000', '221449.530000', '221449.533000', '221449.536000', '221449.538000', '221449.541000', '221449.544000', '221449.546000', '221449.549000', '221449.552000', '221449.554000', '221449.557000', '221449.560000', '221449.562000', '221449.565000', '221449.567000', '221449.570000', '221449.572000', '221449.575000', '221449.578000', '221449.580000', '221449.583000', '221449.585000', '221449.588000', '221449.590000', '221449.593000', '221449.596000', '221449.598000', '221449.602000', '221449.604000', '221449.607000', '221449.609000', '221449.612000', '221449.614000', '221449.617000', '221449.620000', '221449.622000', '221449.625000', '221449.627000', '221449.630000', '221449.632000', '221449.635000', '221449.638000', '221504.294000', '221504.299000', '221504.301000', '221504.304000', '221504.307000', '221504.310000', '221504.313000', '221504.316000', '221504.319000', '221504.321000', '221504.324000', '221504.327000', '221504.330000', '221504.332000', '221504.335000', '221504.338000', '221504.340000', '221504.343000', '221504.346000', '221504.349000', '221504.353000', '221504.356000', '221504.359000', '221504.362000', '221504.365000', '221504.369000', '221504.372000', '221504.375000', '221504.378000', '221504.380000', '221504.383000', '221504.386000', '221504.389000'], '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': [9134, 14790, 9468, 18155, 10164, 12644, 8908, 9309, 9324, 9554, 19456, 14549, 14858, 9139, 9512, 9343, 9514, 9396, 14125, 9464, 9459, 9320, 9367, 10303, 9377, 10715, 8777, 9318, 9441, 9508, 9023, 9397, 11673, 9241, 9482, 9335, 9743, 9267, 11839, 9014, 9454, 9612, 9560, 13858, 9506, 15979, 9311, 11192, 9077, 9460, 9437, 9447, 14977, 9447, 9727, 9423, 9160, 9535, 9458, 9618, 9467, 9607, 9551, 9354, 9128, 9146, 9262, 9245, 9429, 9153, 9382, 9583, 9762, 9161, 9686, 9120, 9025, 9374, 9545, 10261, 9318, 9149, 9359, 12399, 9609, 14745, 9286, 9375, 9138, 9605, 12695, 10361, 11388, 9308, 9506, 9522, 12457, 10935, 16638, 9066, 8345, 9194, 9310, 9835, 9277, 9778, 9397, 13862, 16485, 13740, 13755, 9590, 13004, 10100, 13982, 9341, 9551, 9230, 9482, 12989, 9222, 13394, 9378, 9264, 9291, 9364, 9352, 9367, 9128, 9509, 8889, 9184, 8915, 9187, 11534, 9077, 9361, 8964, 9295, 9243, 9300, 9419, 9165, 10034, 9158, 9438, 9101, 10226, 8895, 9081, 9128, 9327, 10794, 9247, 13177, 9157, 9060, 8975, 10261, 9202, 12681, 11026, 9306, 9444, 9271, 10396, 9219, 13177, 8841, 9191, 9187, 9254, 9096, 9406, 10530, 9551, 9961, 9028, 9216, 9212, 9228, 9853, 9454, 9830, 8866, 9192, 9279, 9329, 9311, 9183, 9029, 9211, 8828, 9150, 9488, 9530, 11887, 8983, 9395, 8846, 9434, 9424, 9382, 13111, 9277, 10524, 9092, 10342, 9431, 14102, 9024, 9135, 9433, 9142, 9765, 9311, 11941, 9043, 9055, 9235, 9426, 8752, 9397, 10385, 9435, 9614, 9121, 9429, 9083, 9506, 8924, 8966, 8866, 9245, 9258, 9478, 9086, 9233, 10467, 9426, 16297, 10699, 10798, 9377, 9552, 10266, 9361, 18925, 14027, 13044, 9060, 8993, 9164, 9020, 9196, 12626, 9058, 9074, 9116, 9580, 9060, 9473, 16964, 9470, 11565, 9226, 9051, 9147, 14125, 9064, 9288, 9239, 9435, 9065, 9506, 13229, 10000, 15642, 8930, 9235, 9591, 9499, 13261, 9518, 14504, 9262, 9163, 9047, 9347, 9269, 9706, 10982, 9399, 12555, 9105, 8772, 9312, 10005, 9145, 8807, 8862, 8702, 8953, 9427, 9132, 9462, 9372, 8653, 8776, 9106, 9343, 9450, 9091, 10664, 9984, 14615, 14677, 10177, 14205, 9324, 12409, 10802, 16703, 14499, 9358, 9835, 9257, 9221, 9221, 9446, 8837, 9187, 9057, 9403, 9108, 9547, 9127, 9072, 8907, 9125, 8970, 9334, 10120, 9327, 9150, 8841, 9377, 8515, 8893, 8995, 9471, 9079, 9065, 9165, 9217, 10986, 9477, 16358, 9295, 11195, 9007, 9046, 9180, 10361, 8641, 9348, 9134, 9255, 9137, 9647, 16866, 13389, 16699, 9394, 12780, 9011, 8994, 8711, 9675, 14537, 10492, 15966, 9254, 9083, 9225, 9074, 9006, 12635, 8986, 9347, 9286, 9177, 12208, 9499, 14985, 9745, 14727, 9078, 9263, 9413, 9386, 9556, 9346, 10132, 9347, 9341, 9023, 9085, 8674, 9258, 9253, 9539, 9201, 9182, 9247, 8718, 9089, 8784, 9195, 8906, 9437, 9345, 9182, 9280, 9357, 9135, 9276, 9162, 9022, 8859, 9413, 8924, 10555, 10634, 16188, 14194, 18678, 11117, 9102, 10996, 9309, 8861, 9890, 9322, 9109, 9887, 8962, 9976, 9134, 10979, 10686, 13787, 15994, 11678, 16062, 10792, 15689, 15096, 15761, 18024, 13480, 14090, 9455, 10390, 8603, 8717, 8693, 8798, 8844, 8813, 9324, 8930, 10182, 8828, 10184, 8743, 10092, 9044, 8889, 9286, 8700, 8725, 8842, 11997, 8753, 9505, 8625, 9750, 8850, 8803, 8948, 9035, 9066, 8936, 9335, 8826, 9120, 8964, 9527, 8809, 8862, 9011, 9387, 9000, 9076, 9386, 8753, 9258, 9855, 9660, 8802, 9537, 8882, 9144, 8954, 11172, 8863, 9345, 9327, 9508, 9351, 9977, 9876, 10861, 11678, 8867, 9398, 8926, 10155, 8697, 14933, 10758, 16168, 8779, 10331, 9622, 8795, 14320, 8726, 16401, 11041, 15421, 8977, 9472, 9273, 8945, 9364, 9094, 9185, 8810, 9817, 8983, 9266, 8763, 9431, 8512, 14989, 9584, 10717, 9043, 9100, 9451, 8735, 9701, 9136, 11896, 8919, 9263, 9170, 9321, 9318, 9000, 9635, 9270, 9810, 8947, 9733, 8925, 10700, 9272, 9726, 9193, 9787, 9599, 9056, 9839, 8877, 15403, 11786, 12993, 8854, 9978, 9152, 8958, 10829, 13257, 14295, 9029, 9552, 8677, 11908, 9204, 18442, 14599, 17309, 12336, 17692, 14398, 16703, 9690, 12934, 9953, 9534, 13852, 9914, 10977, 9804, 9655, 9022, 8304, 10069, 9382, 8893, 9915, 9051, 10018, 9949, 9693, 14756, 10446, 14741, 10810, 13736, 9719, 10382, 9576, 9388, 12006, 9720, 8829, 9775, 9197, 9999, 9413, 9746, 9234, 9209, 9575, 9280, 9664, 11898, 9805, 9148, 9418, 9385, 9219, 9415, 9241, 9558, 9591, 9712, 9530, 9319, 12444, 9393, 10218, 9133, 9506, 9193, 9571, 9098, 9398, 9186, 9388, 14465, 9845, 12099, 9348, 9228, 9032, 10484, 9127, 9499, 9362, 9487, 9204, 9267, 14780, 9562, 10979, 9173, 11047, 9267, 16610, 10312, 16129, 8745, 12950, 8833, 9510, 9246, 9081, 10282, 10539, 14332, 10321, 17348, 12433, 13222, 16551, 12921, 18313, 13715, 13378, 10255, 9645, 8832, 9829, 10509, 9822, 11302, 9732, 9557, 9249, 9968, 9035, 9815, 9131, 9314, 9348, 9679, 9762, 9893, 9468, 9716, 10106, 10035, 10123, 15673, 11035, 11779, 9497, 9240, 9274, 9777, 12093, 9827, 16841, 10518, 9306, 9310, 9521, 9523, 9413, 9430, 9381, 9400, 9232, 9954, 9383, 9324, 9286, 9525, 10533, 9479, 11941, 9484, 9421, 9022, 9315, 8970, 9422, 15709, 9640, 12025, 9525, 9235, 9040, 9148, 10401, 9356, 9404, 9324, 9017, 8759, 9034, 9175, 9324, 9466, 9446, 9819, 8996, 9081, 8882, 9748, 9002, 9328, 9901, 9281, 9563, 8919, 12437, 9213, 9207, 8975, 9267, 8818, 9405, 8991, 9852, 9990, 9267, 10055, 9035, 9457, 9095, 10670, 8993, 9728, 9059, 9402, 8977, 10006, 9558, 9662, 9666, 9343, 13781, 9219, 18358, 13832, 14097, 9389, 9714, 8826, 9173, 13629, 16491, 18123, 14518, 18483, 16228, 13763, 10762, 8755, 8926, 8891, 8907, 10768, 9694, 10346, 10315, 15937, 9867, 13096, 10398, 9965, 13255, 10274, 11475, 10045, 9959, 13555, 10049, 16426, 9886, 10876, 9916, 10004, 9381, 10006, 9334], 'WindowCenter': [4212.0, 4235.0, 4169.0, 4227.0, 4152.0, 4169.0, 4116.0, 4128.0, 4127.0, 4126.0, 4197.0, 4177.0, 4164.0, 4112.0, 4110.0, 4124.0, 4122.0, 4111.0, 4165.0, 4122.0, 4121.0, 4109.0, 4123.0, 4132.0, 4111.0, 4131.0, 4101.0, 4112.0, 4122.0, 4124.0, 4112.0, 4113.0, 4143.0, 4112.0, 4110.0, 4113.0, 4134.0, 4113.0, 4145.0, 4111.0, 4112.0, 4110.0, 4123.0, 4163.0, 4111.0, 4162.0, 4098.0, 4118.0, 4087.0, 4111.0, 4099.0, 4108.0, 4149.0, 4098.0, 4096.0, 4098.0, 4111.0, 4107.0, 4109.0, 4096.0, 4108.0, 4095.0, 4108.0, 4097.0, 4111.0, 4111.0, 4110.0, 4110.0, 4110.0, 4111.0, 4110.0, 4136.0, 4133.0, 4125.0, 4122.0, 4121.0, 4126.0, 4125.0, 4135.0, 4145.0, 4125.0, 4113.0, 4137.0, 4156.0, 4125.0, 4176.0, 4124.0, 4113.0, 4124.0, 4134.0, 4155.0, 4135.0, 4143.0, 4126.0, 4126.0, 4149.0, 4154.0, 4158.0, 4198.0, 4114.0, 4102.0, 4125.0, 4121.0, 4133.0, 4124.0, 4148.0, 4139.0, 4179.0, 4187.0, 4167.0, 4154.0, 4125.0, 4154.0, 4111.0, 4152.0, 4097.0, 4098.0, 4095.0, 4111.0, 4151.0, 4110.0, 4139.0, 4099.0, 4096.0, 4098.0, 4110.0, 4110.0, 4109.0, 4108.0, 4111.0, 4097.0, 4111.0, 4113.0, 4112.0, 4140.0, 4100.0, 4110.0, 4100.0, 4112.0, 4112.0, 4111.0, 4110.0, 4111.0, 4109.0, 4113.0, 4112.0, 4111.0, 4120.0, 4111.0, 4099.0, 4111.0, 4113.0, 4130.0, 4111.0, 4151.0, 4110.0, 4099.0, 4112.0, 4134.0, 4099.0, 4142.0, 4119.0, 4098.0, 4096.0, 4110.0, 4109.0, 4098.0, 4139.0, 4086.0, 4097.0, 4095.0, 4098.0, 4097.0, 4110.0, 4119.0, 4110.0, 4108.0, 4096.0, 4098.0, 4098.0, 4110.0, 4106.0, 4110.0, 4109.0, 4098.0, 4097.0, 4111.0, 4110.0, 4111.0, 4112.0, 4101.0, 4110.0, 4098.0, 4124.0, 4122.0, 4123.0, 4143.0, 4113.0, 4110.0, 4111.0, 4125.0, 4123.0, 4113.0, 4165.0, 4111.0, 4118.0, 4113.0, 4121.0, 4111.0, 4164.0, 4100.0, 4109.0, 4098.0, 4123.0, 4120.0, 4111.0, 4143.0, 4112.0, 4100.0, 4110.0, 4124.0, 4100.0, 4112.0, 4122.0, 4125.0, 4111.0, 4125.0, 4113.0, 4114.0, 4120.0, 4112.0, 4114.0, 4114.0, 4124.0, 4124.0, 4125.0, 4112.0, 4113.0, 4136.0, 4124.0, 4175.0, 4132.0, 4131.0, 4099.0, 4110.0, 4121.0, 4111.0, 4182.0, 4163.0, 4140.0, 4100.0, 4096.0, 4111.0, 4108.0, 4110.0, 4153.0, 4100.0, 4100.0, 4099.0, 4123.0, 4110.0, 4121.0, 4171.0, 4110.0, 4128.0, 4109.0, 4109.0, 4109.0, 4163.0, 4100.0, 4110.0, 4097.0, 4110.0, 4099.0, 4122.0, 4151.0, 4121.0, 4160.0, 4098.0, 4098.0, 4096.0, 4109.0, 4138.0, 4108.0, 4149.0, 4097.0, 4095.0, 4086.0, 4097.0, 4098.0, 4108.0, 4117.0, 4110.0, 4139.0, 4098.0, 4100.0, 4108.0, 4108.0, 4110.0, 4099.0, 4099.0, 4101.0, 4110.0, 4111.0, 4111.0, 4123.0, 4113.0, 4116.0, 4116.0, 4124.0, 4112.0, 4123.0, 4126.0, 4147.0, 4125.0, 4178.0, 4164.0, 4123.0, 4151.0, 4099.0, 4144.0, 4119.0, 4159.0, 4136.0, 4085.0, 4093.0, 4098.0, 4096.0, 4095.0, 4096.0, 4086.0, 4096.0, 4086.0, 4110.0, 4110.0, 4110.0, 4111.0, 4110.0, 4099.0, 4111.0, 4110.0, 4124.0, 4123.0, 4125.0, 4113.0, 4113.0, 4112.0, 4114.0, 4113.0, 4111.0, 4122.0, 4112.0, 4113.0, 4112.0, 4126.0, 4144.0, 4124.0, 4185.0, 4114.0, 4132.0, 4113.0, 4114.0, 4123.0, 4133.0, 4114.0, 4113.0, 4113.0, 4125.0, 4127.0, 4125.0, 4185.0, 4164.0, 4185.0, 4123.0, 4151.0, 4099.0, 4100.0, 4088.0, 4110.0, 4161.0, 4134.0, 4173.0, 4112.0, 4099.0, 4109.0, 4112.0, 4099.0, 4140.0, 4097.0, 4099.0, 4097.0, 4097.0, 4127.0, 4110.0, 4150.0, 4096.0, 4148.0, 4073.0, 4085.0, 4082.0, 4096.0, 4095.0, 4084.0, 4106.0, 4085.0, 4085.0, 4084.0, 4084.0, 4074.0, 4097.0, 4097.0, 4096.0, 4097.0, 4084.0, 4095.0, 4072.0, 4098.0, 4085.0, 4109.0, 4098.0, 4123.0, 4109.0, 4111.0, 4124.0, 4123.0, 4125.0, 4126.0, 4126.0, 4113.0, 4124.0, 4138.0, 4141.0, 4148.0, 4147.0, 4201.0, 4178.0, 4203.0, 4160.0, 4116.0, 4146.0, 4113.0, 4101.0, 4095.0, 4111.0, 4113.0, 4123.0, 4112.0, 4121.0, 4112.0, 4145.0, 4121.0, 4151.0, 4159.0, 4117.0, 4148.0, 4105.0, 4150.0, 4148.0, 4147.0, 4146.0, 4125.0, 4123.0, 4071.0, 4079.0, 4048.0, 4071.0, 4061.0, 4072.0, 4071.0, 4071.0, 4069.0, 4071.0, 4079.0, 4072.0, 4089.0, 4071.0, 4092.0, 4071.0, 4071.0, 4082.0, 4099.0, 4086.0, 4083.0, 4115.0, 4073.0, 4082.0, 4084.0, 4092.0, 4085.0, 4084.0, 4097.0, 4099.0, 4113.0, 4100.0, 4098.0, 4099.0, 4097.0, 4097.0, 4095.0, 4097.0, 4097.0, 4099.0, 4111.0, 4115.0, 4139.0, 4123.0, 4115.0, 4123.0, 4137.0, 4124.0, 4113.0, 4122.0, 4126.0, 4124.0, 4127.0, 4158.0, 4127.0, 4124.0, 4124.0, 4123.0, 4151.0, 4149.0, 4134.0, 4146.0, 4144.0, 4112.0, 4110.0, 4111.0, 4132.0, 4117.0, 4177.0, 4135.0, 4174.0, 4101.0, 4120.0, 4109.0, 4089.0, 4149.0, 4089.0, 4172.0, 4119.0, 4149.0, 4088.0, 4097.0, 4097.0, 4113.0, 4110.0, 4099.0, 4098.0, 4099.0, 4107.0, 4100.0, 4099.0, 4114.0, 4124.0, 4114.0, 4174.0, 4123.0, 4119.0, 4101.0, 4098.0, 4120.0, 4113.0, 4111.0, 4113.0, 4142.0, 4109.0, 4098.0, 4111.0, 4121.0, 4126.0, 4112.0, 4125.0, 4123.0, 4124.0, 4111.0, 4122.0, 4124.0, 4135.0, 4126.0, 4136.0, 4127.0, 4134.0, 4124.0, 4139.0, 4138.0, 4126.0, 4176.0, 4157.0, 4166.0, 4113.0, 4122.0, 4124.0, 4115.0, 4133.0, 4155.0, 4163.0, 4112.0, 4123.0, 4115.0, 4142.0, 4123.0, 4208.0, 4190.0, 4211.0, 4183.0, 4213.0, 4190.0, 4187.0, 4123.0, 4155.0, 4110.0, 4112.0, 4154.0, 4137.0, 4132.0, 4124.0, 4124.0, 4088.0, 4087.0, 4097.0, 4086.0, 4087.0, 4109.0, 4088.0, 4099.0, 4097.0, 4099.0, 4137.0, 4097.0, 4125.0, 4095.0, 4115.0, 4072.0, 4083.0, 4072.0, 4088.0, 4104.0, 4071.0, 4059.0, 4082.0, 4071.0, 4082.0, 4083.0, 4085.0, 4084.0, 4084.0, 4098.0, 4100.0, 4111.0, 4129.0, 4109.0, 4097.0, 4098.0, 4097.0, 4098.0, 4099.0, 4099.0, 4112.0, 4110.0, 4126.0, 4125.0, 4114.0, 4143.0, 4113.0, 4121.0, 4113.0, 4111.0, 4113.0, 4113.0, 4114.0, 4126.0, 4127.0, 4127.0, 4178.0, 4138.0, 4144.0, 4114.0, 4113.0, 4115.0, 4135.0, 4126.0, 4125.0, 4113.0, 4125.0, 4114.0, 4114.0, 4176.0, 4125.0, 4134.0, 4138.0, 4159.0, 4126.0, 4199.0, 4147.0, 4201.0, 4131.0, 4183.0, 4141.0, 4151.0, 4140.0, 4128.0, 4151.0, 4150.0, 4180.0, 4138.0, 4191.0, 4159.0, 4157.0, 4175.0, 4143.0, 4175.0, 4142.0, 4141.0, 4109.0, 4099.0, 4086.0, 4111.0, 4121.0, 4107.0, 4118.0, 4098.0, 4098.0, 4096.0, 4111.0, 4101.0, 4111.0, 4112.0, 4114.0, 4113.0, 4124.0, 4121.0, 4122.0, 4111.0, 4112.0, 4137.0, 4137.0, 4135.0, 4177.0, 4136.0, 4145.0, 4112.0, 4102.0, 4098.0, 4112.0, 4132.0, 4110.0, 4174.0, 4111.0, 4100.0, 4099.0, 4099.0, 4110.0, 4112.0, 4098.0, 4112.0, 4099.0, 4111.0, 4111.0, 4112.0, 4112.0, 4125.0, 4124.0, 4134.0, 4114.0, 4142.0, 4112.0, 4100.0, 4100.0, 4112.0, 4101.0, 4100.0, 4161.0, 4100.0, 4128.0, 4099.0, 4098.0, 4099.0, 4110.0, 4108.0, 4099.0, 4098.0, 4100.0, 4098.0, 4101.0, 4101.0, 4100.0, 4112.0, 4099.0, 4111.0, 4107.0, 4100.0, 4101.0, 4100.0, 4124.0, 4113.0, 4111.0, 4122.0, 4113.0, 4123.0, 4112.0, 4152.0, 4114.0, 4111.0, 4111.0, 4111.0, 4125.0, 4125.0, 4112.0, 4124.0, 4125.0, 4123.0, 4121.0, 4112.0, 4123.0, 4125.0, 4135.0, 4128.0, 4125.0, 4115.0, 4124.0, 4139.0, 4137.0, 4127.0, 4138.0, 4113.0, 4112.0, 4165.0, 4112.0, 4186.0, 4166.0, 4151.0, 4111.0, 4110.0, 4100.0, 4112.0, 4152.0, 4174.0, 4183.0, 4162.0, 4186.0, 4176.0, 4164.0, 4133.0, 4100.0, 4100.0, 4113.0, 4114.0, 4133.0, 4112.0, 4134.0, 4124.0, 4173.0, 4109.0, 4140.0, 4107.0, 4097.0, 4125.0, 4095.0, 4105.0, 4083.0, 4095.0, 4125.0, 4083.0, 4134.0, 4082.0, 4092.0, 4082.0, 4083.0, 4098.0, 4096.0, 4071.0], 'WindowWidth': [9362.0, 9372.0, 9270.0, 9344.0, 9228.0, 9245.0, 9167.0, 9188.0, 9186.0, 9180.0, 9284.0, 9253.0, 9226.0, 9154.0, 9147.0, 9174.0, 9170.0, 9151.0, 9231.0, 9168.0, 9166.0, 9144.0, 9173.0, 9182.0, 9155.0, 9180.0, 9139.0, 9153.0, 9169.0, 9175.0, 9154.0, 9158.0, 9196.0, 9156.0, 9148.0, 9159.0, 9191.0, 9158.0, 9203.0, 9152.0, 9153.0, 9146.0, 9169.0, 9226.0, 9151.0, 9221.0, 9130.0, 9155.0, 9113.0, 9152.0, 9131.0, 9143.0, 9198.0, 9129.0, 9122.0, 9129.0, 9150.0, 9141.0, 9145.0, 9123.0, 9142.0, 9120.0, 9143.0, 9125.0, 9153.0, 9154.0, 9150.0, 9149.0, 9148.0, 9154.0, 9150.0, 9197.0, 9188.0, 9179.0, 9170.0, 9168.0, 9184.0, 9178.0, 9194.0, 9206.0, 9178.0, 9157.0, 9199.0, 9221.0, 9179.0, 9247.0, 9173.0, 9157.0, 9176.0, 9190.0, 9218.0, 9192.0, 9197.0, 9184.0, 9181.0, 9220.0, 9216.0, 9228.0, 9281.0, 9162.0, 9145.0, 9177.0, 9167.0, 9186.0, 9175.0, 9215.0, 9206.0, 9261.0, 9269.0, 9236.0, 9214.0, 9177.0, 9216.0, 9150.0, 9207.0, 9124.0, 9127.0, 9119.0, 9150.0, 9205.0, 9148.0, 9186.0, 9131.0, 9124.0, 9130.0, 9151.0, 9150.0, 9147.0, 9145.0, 9152.0, 9126.0, 9152.0, 9160.0, 9156.0, 9189.0, 9137.0, 9146.0, 9134.0, 9156.0, 9154.0, 9152.0, 9151.0, 9153.0, 9146.0, 9157.0, 9154.0, 9153.0, 9163.0, 9152.0, 9133.0, 9151.0, 9157.0, 9176.0, 9154.0, 9204.0, 9148.0, 9131.0, 9156.0, 9187.0, 9133.0, 9193.0, 9155.0, 9128.0, 9122.0, 9149.0, 9146.0, 9127.0, 9184.0, 9108.0, 9125.0, 9119.0, 9127.0, 9126.0, 9149.0, 9159.0, 9150.0, 9143.0, 9125.0, 9128.0, 9129.0, 9151.0, 9139.0, 9146.0, 9144.0, 9128.0, 9125.0, 9153.0, 9151.0, 9150.0, 9154.0, 9136.0, 9150.0, 9130.0, 9173.0, 9169.0, 9171.0, 9200.0, 9158.0, 9150.0, 9153.0, 9178.0, 9171.0, 9158.0, 9229.0, 9152.0, 9156.0, 9157.0, 9166.0, 9149.0, 9227.0, 9133.0, 9146.0, 9129.0, 9171.0, 9165.0, 9152.0, 9197.0, 9155.0, 9135.0, 9147.0, 9175.0, 9138.0, 9156.0, 9168.0, 9176.0, 9151.0, 9179.0, 9158.0, 9163.0, 9163.0, 9156.0, 9161.0, 9162.0, 9173.0, 9175.0, 9176.0, 9155.0, 9157.0, 9193.0, 9176.0, 9246.0, 9183.0, 9177.0, 9129.0, 9148.0, 9164.0, 9150.0, 9252.0, 9224.0, 9188.0, 9134.0, 9124.0, 9154.0, 9146.0, 9150.0, 9212.0, 9136.0, 9134.0, 9133.0, 9173.0, 9149.0, 9165.0, 9235.0, 9147.0, 9168.0, 9146.0, 9148.0, 9146.0, 9226.0, 9136.0, 9147.0, 9128.0, 9148.0, 9132.0, 9168.0, 9204.0, 9164.0, 9216.0, 9127.0, 9128.0, 9123.0, 9146.0, 9183.0, 9143.0, 9198.0, 9125.0, 9120.0, 9110.0, 9125.0, 9128.0, 9143.0, 9154.0, 9149.0, 9184.0, 9129.0, 9138.0, 9145.0, 9142.0, 9149.0, 9133.0, 9135.0, 9140.0, 9149.0, 9154.0, 9153.0, 9174.0, 9157.0, 9169.0, 9167.0, 9177.0, 9156.0, 9170.0, 9183.0, 9212.0, 9176.0, 9253.0, 9228.0, 9169.0, 9204.0, 9131.0, 9199.0, 9156.0, 9216.0, 9175.0, 9103.0, 9112.0, 9128.0, 9123.0, 9121.0, 9122.0, 9109.0, 9120.0, 9110.0, 9150.0, 9150.0, 9149.0, 9153.0, 9150.0, 9132.0, 9151.0, 9151.0, 9174.0, 9170.0, 9178.0, 9158.0, 9157.0, 9154.0, 9162.0, 9159.0, 9153.0, 9170.0, 9152.0, 9156.0, 9153.0, 9182.0, 9201.0, 9173.0, 9261.0, 9161.0, 9181.0, 9156.0, 9163.0, 9172.0, 9184.0, 9160.0, 9157.0, 9157.0, 9177.0, 9185.0, 9177.0, 9259.0, 9231.0, 9257.0, 9173.0, 9205.0, 9133.0, 9134.0, 9115.0, 9148.0, 9219.0, 9187.0, 9238.0, 9152.0, 9131.0, 9146.0, 9154.0, 9133.0, 9187.0, 9127.0, 9131.0, 9124.0, 9125.0, 9165.0, 9148.0, 9201.0, 9122.0, 9194.0, 9087.0, 9104.0, 9096.0, 9121.0, 9121.0, 9105.0, 9135.0, 9104.0, 9107.0, 9100.0, 9103.0, 9088.0, 9127.0, 9125.0, 9123.0, 9123.0, 9102.0, 9120.0, 9085.0, 9129.0, 9108.0, 9147.0, 9129.0, 9171.0, 9145.0, 9153.0, 9177.0, 9173.0, 9178.0, 9182.0, 9183.0, 9160.0, 9176.0, 9203.0, 9213.0, 9214.0, 9211.0, 9293.0, 9254.0, 9301.0, 9233.0, 9166.0, 9204.0, 9153.0, 9135.0, 9117.0, 9148.0, 9155.0, 9168.0, 9155.0, 9164.0, 9154.0, 9204.0, 9163.0, 9205.0, 9209.0, 9151.0, 9195.0, 9132.0, 9203.0, 9194.0, 9195.0, 9189.0, 9156.0, 9149.0, 9077.0, 9085.0, 9042.0, 9079.0, 9065.0, 9081.0, 9079.0, 9079.0, 9074.0, 9080.0, 9088.0, 9082.0, 9101.0, 9080.0, 9107.0, 9080.0, 9082.0, 9097.0, 9133.0, 9110.0, 9101.0, 9145.0, 9088.0, 9097.0, 9103.0, 9111.0, 9107.0, 9104.0, 9125.0, 9133.0, 9159.0, 9135.0, 9131.0, 9132.0, 9125.0, 9124.0, 9119.0, 9125.0, 9125.0, 9135.0, 9152.0, 9164.0, 9205.0, 9172.0, 9165.0, 9174.0, 9199.0, 9174.0, 9158.0, 9168.0, 9183.0, 9174.0, 9186.0, 9227.0, 9187.0, 9175.0, 9175.0, 9173.0, 9227.0, 9218.0, 9189.0, 9207.0, 9201.0, 9157.0, 9149.0, 9151.0, 9183.0, 9172.0, 9250.0, 9191.0, 9243.0, 9138.0, 9162.0, 9143.0, 9117.0, 9197.0, 9118.0, 9234.0, 9159.0, 9198.0, 9112.0, 9125.0, 9124.0, 9158.0, 9147.0, 9131.0, 9128.0, 9132.0, 9141.0, 9135.0, 9133.0, 9162.0, 9177.0, 9163.0, 9242.0, 9171.0, 9160.0, 9137.0, 9130.0, 9164.0, 9159.0, 9152.0, 9160.0, 9194.0, 9148.0, 9130.0, 9150.0, 9170.0, 9182.0, 9156.0, 9177.0, 9173.0, 9173.0, 9154.0, 9171.0, 9177.0, 9190.0, 9182.0, 9193.0, 9183.0, 9187.0, 9176.0, 9204.0, 9201.0, 9181.0, 9248.0, 9223.0, 9230.0, 9158.0, 9167.0, 9175.0, 9166.0, 9185.0, 9216.0, 9226.0, 9155.0, 9170.0, 9163.0, 9195.0, 9175.0, 9302.0, 9277.0, 9309.0, 9274.0, 9320.0, 9279.0, 9267.0, 9171.0, 9216.0, 9145.0, 9150.0, 9210.0, 9196.0, 9181.0, 9174.0, 9174.0, 9114.0, 9110.0, 9124.0, 9106.0, 9110.0, 9143.0, 9112.0, 9129.0, 9123.0, 9126.0, 9175.0, 9120.0, 9155.0, 9114.0, 9141.0, 9079.0, 9093.0, 9079.0, 9111.0, 9124.0, 9076.0, 9057.0, 9091.0, 9075.0, 9095.0, 9094.0, 9102.0, 9102.0, 9101.0, 9126.0, 9135.0, 9149.0, 9168.0, 9143.0, 9124.0, 9126.0, 9122.0, 9126.0, 9130.0, 9129.0, 9150.0, 9145.0, 9181.0, 9177.0, 9158.0, 9196.0, 9156.0, 9162.0, 9156.0, 9150.0, 9158.0, 9156.0, 9160.0, 9178.0, 9183.0, 9183.0, 9251.0, 9198.0, 9199.0, 9160.0, 9156.0, 9162.0, 9187.0, 9180.0, 9176.0, 9155.0, 9175.0, 9159.0, 9160.0, 9247.0, 9176.0, 9184.0, 9200.0, 9228.0, 9181.0, 9286.0, 9212.0, 9293.0, 9197.0, 9268.0, 9210.0, 9222.0, 9208.0, 9185.0, 9223.0, 9219.0, 9258.0, 9201.0, 9278.0, 9227.0, 9221.0, 9244.0, 9194.0, 9245.0, 9192.0, 9190.0, 9141.0, 9128.0, 9108.0, 9150.0, 9162.0, 9139.0, 9152.0, 9127.0, 9125.0, 9123.0, 9152.0, 9138.0, 9150.0, 9152.0, 9158.0, 9154.0, 9173.0, 9165.0, 9166.0, 9152.0, 9153.0, 9196.0, 9197.0, 9190.0, 9253.0, 9191.0, 9200.0, 9153.0, 9138.0, 9126.0, 9153.0, 9180.0, 9147.0, 9241.0, 9147.0, 9133.0, 9127.0, 9128.0, 9146.0, 9154.0, 9129.0, 9154.0, 9131.0, 9150.0, 9149.0, 9153.0, 9155.0, 9178.0, 9175.0, 9184.0, 9159.0, 9193.0, 9153.0, 9134.0, 9133.0, 9152.0, 9135.0, 9134.0, 9216.0, 9132.0, 9168.0, 9128.0, 9127.0, 9130.0, 9148.0, 9141.0, 9131.0, 9128.0, 9132.0, 9128.0, 9139.0, 9140.0, 9135.0, 9152.0, 9130.0, 9149.0, 9139.0, 9134.0, 9138.0, 9136.0, 9173.0, 9158.0, 9154.0, 9166.0, 9157.0, 9172.0, 9155.0, 9209.0, 9160.0, 9149.0, 9151.0, 9149.0, 9179.0, 9179.0, 9157.0, 9176.0, 9176.0, 9171.0, 9164.0, 9155.0, 9172.0, 9178.0, 9191.0, 9189.0, 9177.0, 9163.0, 9174.0, 9205.0, 9198.0, 9184.0, 9202.0, 9157.0, 9154.0, 9229.0, 9157.0, 9265.0, 9234.0, 9206.0, 9150.0, 9147.0, 9135.0, 9158.0, 9206.0, 9244.0, 9255.0, 9225.0, 9264.0, 9253.0, 9231.0, 9186.0, 9134.0, 9134.0, 9158.0, 9161.0, 9185.0, 9155.0, 9187.0, 9174.0, 9242.0, 9146.0, 9188.0, 9138.0, 9123.0, 9158.0, 9117.0, 9131.0, 9097.0, 9118.0, 9158.0, 9099.0, 9168.0, 9096.0, 9107.0, 9093.0, 9099.0, 9131.0, 9122.0, 9079.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.0022501614763552483</td></tr>
<tr><td colspan=3>aqi</td><td>0.02496869250288351</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.151321785658226</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.211947334930717</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.006368646778291</td></tr>
<tr><td colspan=3>efc</td><td>0.4729</td></tr>
<tr><td colspan=3>fber</td><td>5947.5796</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12033200816693494</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>116</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>13.379469434832757</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4123773949521805</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.308959672222839</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6682836636558873</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2598888489778157</td></tr>
<tr><td colspan=3>gcor</td><td>0.0178647</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012195341289043427</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028104592114686966</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>867</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.737981959346879</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.2095</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.8182</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>179.5492</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302313.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>844.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>355.8283</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9813</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>595.2214</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3316.4636</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3482.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74231.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1096.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4464.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>931.5124</td></tr>
<tr><td colspan=3>tsnr</td><td>33.73730290448293</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>