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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0092/ses-04/func/sub-0092_ses-04_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>cf7006a3776d2ac9f62c760cc6a649e4</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>20:22:4.267500</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.998841, -0.048119, 0.000890384, 0.0478031, 0.994087, 0.0974989]</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0907191</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4142, -7750, -7206, 686, -45, -94, 83, 72]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>235.217</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>63203f00-e244-4032-9595-04fa5387b325||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.6798179149627686, 0.12825210392475128, 0.015057005919516087, 103.1296157836914], [0.1290997713804245, 2.667062520980835, 0.2628270387649536, -109.15461730957031], [0.00238883588463068, -0.2615824043750763, 2.6871352195739746, -35.36450958251953], [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': ['202204.267500', '202204.727500', '202205.187500', '202205.647500', '202206.107500', '202206.567500', '202207.027500', '202207.487500', '202207.947500', '202208.407500', '202208.867500', '202209.327500', '202209.787500', '202210.247500', '202210.707500', '202211.167500', '202211.627500', '202212.087500', '202212.547500', '202213.007500', '202213.467500', '202213.927500', '202214.387500', '202214.847500', '202215.307500', '202215.767500', '202216.227500', '202216.687500', '202217.147500', '202217.607500', '202218.067500', '202218.527500', '202218.987500', '202219.447500', '202219.907500', '202220.367500', '202220.827500', '202221.287500', '202221.747500', '202222.207500', '202222.667500', '202223.127500', '202223.587500', '202224.047500', '202224.507500', '202224.967500', '202225.427500', '202225.887500', '202226.347500', '202226.807500', '202227.267500', '202227.727500', '202228.187500', '202228.647500', '202229.107500', '202229.567500', '202230.027500', '202230.487500', '202230.947500', '202231.407500', '202231.867500', '202232.327500', '202232.787500', '202233.247500', '202233.707500', '202234.167500', '202234.627500', '202235.087500', '202235.547500', '202236.007500', '202236.467500', '202236.927500', '202237.387500', '202237.847500', '202238.307500', '202238.767500', '202239.227500', '202239.687500', '202240.147500', '202240.607500', '202241.067500', '202241.527500', '202241.987500', '202242.447500', '202242.907500', '202243.367500', '202243.827500', '202244.287500', '202244.747500', '202245.207500', '202245.667500', '202246.127500', '202246.587500', '202247.047500', '202247.507500', '202247.967500', '202248.427500', '202248.887500', '202249.347500', '202249.807500', '202250.267500', '202250.727500', '202251.187500', '202251.647500', '202252.107500', '202252.567500', '202253.027500', '202253.487500', '202253.947500', '202254.407500', '202254.867500', '202255.327500', '202255.787500', '202256.247500', '202256.707500', '202257.167500', '202257.627500', '202258.087500', '202258.547500', '202259.007500', '202259.467500', '202259.927500', '202300.387500', '202300.847500', '202301.307500', '202301.767500', '202302.227500', '202302.687500', '202303.147500', '202303.607500', '202304.067500', '202304.527500', '202304.987500', '202305.447500', '202305.907500', '202306.367500', '202306.827500', '202307.287500', '202307.747500', '202308.207500', '202308.667500', '202309.127500', '202309.587500', '202310.047500', '202310.507500', '202310.967500', '202311.427500', '202311.887500', '202312.347500', '202312.807500', '202313.267500', '202313.727500', '202314.187500', '202314.647500', '202315.107500', '202315.567500', '202316.027500', '202316.487500', '202316.947500', '202317.407500', '202317.867500', '202318.327500', '202318.787500', '202319.247500', '202319.707500', '202320.167500', '202320.627500', '202321.087500', '202321.547500', '202322.007500', '202322.467500', '202322.927500', '202323.387500', '202323.847500', '202324.307500', '202324.767500', '202325.227500', '202325.687500', '202326.147500', '202326.607500', '202327.067500', '202327.527500', '202327.987500', '202328.447500', '202328.907500', '202329.367500', '202329.827500', '202330.287500', '202330.747500', '202331.207500', '202331.667500', '202332.127500', '202332.587500', '202333.047500', '202333.507500', '202333.967500', '202334.427500', '202334.887500', '202335.347500', '202335.807500', '202336.267500', '202336.727500', '202337.187500', '202337.647500', '202338.107500', '202338.567500', '202339.027500', '202339.487500', '202339.947500', '202340.407500', '202340.867500', '202341.327500', '202341.787500', '202342.247500', '202342.707500', '202343.167500', '202343.627500', '202344.087500', '202344.547500', '202345.007500', '202345.467500', '202345.927500', '202346.387500', '202346.847500', '202347.307500', '202347.767500', '202348.227500', '202348.687500', '202349.147500', '202349.607500', '202350.067500', '202350.527500', '202350.987500', '202351.447500', '202351.907500', '202352.367500', '202352.827500', '202353.287500', '202353.747500', '202354.207500', '202354.667500', '202355.127500', '202355.587500', '202356.047500', '202356.507500', '202356.967500', '202357.427500', '202357.887500', '202358.347500', '202358.807500', '202359.267500', '202359.727500', '202400.187500', '202400.647500', '202401.107500', '202401.567500', '202402.027500', '202402.487500', '202402.947500', '202403.407500', '202403.867500', '202404.327500', '202404.787500', '202405.247500', '202405.707500', '202406.167500', '202406.627500', '202407.087500', '202407.547500', '202408.007500', '202408.467500', '202408.927500', '202409.387500', '202409.847500', '202410.307500', '202410.767500', '202411.227500', '202411.687500', '202412.147500', '202412.607500', '202413.067500', '202413.527500', '202413.987500', '202414.447500', '202414.907500', '202415.367500', '202415.827500', '202416.287500', '202416.747500', '202417.207500', '202417.667500', '202418.127500', '202418.587500', '202419.047500', '202419.507500', '202419.967500', '202420.427500', '202420.887500', '202421.347500', '202421.807500', '202422.267500', '202422.727500', '202423.187500', '202423.647500', '202424.107500', '202424.567500', '202425.027500', '202425.487500', '202425.947500', '202426.407500', '202426.867500', '202427.327500', '202427.787500', '202428.247500', '202428.707500', '202429.167500', '202429.627500', '202430.087500', '202430.547500', '202431.007500', '202431.467500', '202431.927500', '202432.387500', '202432.847500', '202433.307500', '202433.767500', '202434.227500', '202434.687500', '202435.147500', '202435.607500', '202436.067500', '202436.527500', '202436.987500', '202437.447500', '202437.907500', '202438.367500', '202438.827500', '202439.287500', '202439.747500', '202440.207500', '202440.667500', '202441.127500', '202441.587500', '202442.047500', '202442.507500', '202442.967500', '202443.427500', '202443.887500', '202444.347500', '202444.807500', '202445.267500', '202445.727500', '202446.187500', '202446.647500', '202447.107500', '202447.567500', '202448.027500', '202448.487500', '202448.947500', '202449.407500', '202449.867500', '202450.327500', '202450.787500', '202451.247500', '202451.707500', '202452.167500', '202452.627500', '202453.087500', '202453.547500', '202454.007500', '202454.467500', '202454.927500', '202455.387500', '202455.847500', '202456.307500', '202456.767500', '202457.227500', '202457.687500', '202458.147500', '202458.607500', '202459.067500', '202459.527500', '202459.987500', '202500.447500', '202500.907500', '202501.367500', '202501.827500', '202502.287500', '202502.747500', '202503.207500', '202503.667500', '202504.127500', '202504.587500', '202505.047500', '202505.507500', '202505.967500', '202506.427500', '202506.887500', '202507.347500', '202507.807500', '202508.267500', '202508.727500', '202509.187500', '202509.647500', '202510.107500', '202510.567500', '202511.027500', '202511.487500', '202511.947500', '202512.407500', '202512.867500', '202513.327500', '202513.787500', '202514.247500', '202514.707500', '202515.167500', '202515.627500', '202516.087500', '202516.547500', '202517.007500', '202517.467500', '202517.927500', '202518.387500', '202518.847500', '202519.307500', '202519.767500', '202520.227500', '202520.687500', '202521.147500', '202521.607500', '202522.067500', '202522.527500', '202522.987500', '202523.447500', '202523.907500', '202524.367500', '202524.827500', '202525.287500', '202525.747500', '202526.207500', '202526.667500', '202527.127500', '202527.587500', '202528.047500', '202528.507500', '202528.967500', '202529.427500', '202529.887500', '202530.347500', '202530.807500', '202531.267500', '202531.727500', '202532.187500', '202532.647500', '202533.107500', '202533.567500', '202534.027500', '202534.487500', '202534.947500', '202535.407500', '202535.867500', '202536.327500', '202536.787500', '202537.247500', '202537.707500', '202538.167500', '202538.627500', '202539.087500', '202539.547500', '202540.007500', '202540.467500', '202540.927500', '202541.387500', '202541.847500', '202542.307500', '202542.767500', '202543.227500', '202543.687500', '202544.147500', '202544.607500', '202545.067500', '202545.527500', '202545.987500', '202546.447500', '202546.907500', '202547.367500', '202547.827500', '202548.287500', '202548.747500', '202549.207500', '202549.667500', '202550.127500', '202550.587500', '202551.047500', '202551.507500', '202551.967500', '202552.427500', '202552.887500', '202553.347500', '202553.807500', '202554.267500', '202554.727500', '202555.187500', '202555.647500', '202556.107500', '202556.567500', '202557.027500', '202557.487500', '202557.947500', '202558.407500', '202558.867500', '202559.327500', '202559.787500', '202600.247500', '202600.707500', '202601.167500', '202601.627500', '202602.087500', '202602.547500', '202603.007500', '202603.467500', '202603.927500', '202604.387500', '202604.847500', '202605.307500', '202605.767500', '202606.227500', '202606.687500', '202607.147500', '202607.607500', '202608.067500', '202608.527500', '202608.987500', '202609.447500', '202609.907500', '202610.367500', '202610.827500', '202611.287500', '202611.747500', '202612.207500', '202612.667500', '202613.127500', '202613.587500', '202614.047500', '202614.507500', '202614.967500', '202615.427500', '202615.887500', '202616.347500', '202616.807500', '202617.267500', '202617.727500', '202618.187500', '202618.647500', '202619.107500', '202619.567500', '202620.027500', '202620.487500', '202620.947500', '202621.407500', '202621.867500', '202622.327500', '202622.787500', '202623.247500', '202623.707500', '202624.167500', '202624.627500', '202625.087500', '202625.547500', '202626.007500', '202626.467500', '202626.927500', '202627.387500', '202627.847500', '202628.307500', '202628.767500', '202629.227500', '202629.687500', '202630.147500', '202630.607500', '202631.067500', '202631.527500', '202631.987500', '202632.447500', '202632.907500', '202633.367500', '202633.827500', '202634.287500', '202634.747500', '202635.207500', '202635.667500', '202636.127500', '202636.587500', '202637.047500', '202637.507500', '202637.967500', '202638.427500', '202638.887500', '202639.347500', '202639.807500', '202640.267500', '202640.727500', '202641.187500', '202641.647500', '202642.107500', '202642.567500', '202643.027500', '202643.487500', '202643.947500', '202644.407500', '202644.867500', '202645.327500', '202645.787500', '202646.247500', '202646.707500', '202647.167500', '202647.627500', '202648.087500', '202648.547500', '202649.007500', '202649.467500', '202649.927500', '202650.387500', '202650.847500', '202651.307500', '202651.767500', '202652.227500', '202652.687500', '202653.147500', '202653.607500', '202654.067500', '202654.527500', '202654.987500', '202655.447500', '202655.907500', '202656.367500', '202656.827500', '202657.287500', '202657.747500', '202658.207500', '202658.667500', '202659.127500', '202659.587500', '202700.047500', '202700.507500', '202700.967500', '202701.427500', '202701.887500', '202702.347500', '202702.807500', '202703.267500', '202703.727500', '202704.187500', '202704.647500', '202705.107500', '202705.567500', '202706.027500', '202706.487500', '202706.947500', '202707.407500', '202707.867500', '202708.327500', '202708.787500', '202709.247500', '202709.707500', '202710.167500', '202710.627500', '202711.087500', '202711.547500', '202712.007500', '202712.467500', '202712.927500', '202713.387500', '202713.847500', '202714.307500', '202714.767500', '202715.227500', '202715.687500', '202716.147500', '202716.607500', '202717.067500', '202717.527500', '202717.987500', '202718.447500', '202718.907500', '202719.367500', '202719.827500', '202720.287500', '202720.747500', '202721.207500', '202721.667500', '202722.127500', '202722.587500', '202723.047500', '202723.507500', '202723.967500', '202724.427500', '202724.887500', '202725.347500', '202725.807500', '202726.267500', '202726.727500', '202727.187500', '202727.647500', '202728.107500', '202728.567500', '202729.027500', '202729.487500', '202729.947500', '202730.407500', '202730.867500', '202731.327500', '202731.787500', '202732.247500', '202732.707500', '202733.167500', '202733.627500', '202734.087500', '202734.547500', '202735.007500', '202735.467500', '202735.927500', '202736.387500', '202736.847500', '202737.307500', '202737.767500', '202738.227500', '202738.687500', '202739.147500', '202739.607500', '202740.067500', '202740.527500', '202740.987500', '202741.447500', '202741.907500', '202742.367500', '202742.827500', '202743.287500', '202743.747500', '202744.207500', '202744.667500', '202745.127500', '202745.587500', '202746.047500', '202746.507500', '202746.967500', '202747.427500', '202747.887500', '202748.347500', '202748.807500', '202749.267500', '202749.727500', '202750.187500', '202750.647500', '202751.107500', '202751.567500', '202752.027500', '202752.487500', '202752.947500', '202753.407500', '202753.867500', '202754.327500', '202754.787500', '202755.247500', '202755.707500', '202756.167500', '202756.627500', '202757.087500', '202757.547500', '202758.007500', '202758.467500', '202758.927500', '202759.387500', '202759.847500', '202800.307500', '202800.767500', '202801.227500', '202801.687500', '202802.147500', '202802.607500', '202803.067500', '202803.527500', '202803.987500', '202804.447500', '202804.907500', '202805.367500', '202805.827500', '202806.287500', '202806.747500', '202807.207500', '202807.667500', '202808.127500', '202808.587500', '202809.047500', '202809.507500', '202809.967500', '202810.427500', '202810.887500', '202811.347500', '202811.807500', '202812.267500', '202812.727500', '202813.187500', '202813.647500', '202814.107500', '202814.567500', '202815.027500', '202815.487500', '202815.947500', '202816.407500', '202816.867500', '202817.327500', '202817.787500', '202818.247500', '202818.707500', '202819.167500', '202819.627500', '202820.087500', '202820.547500', '202821.007500', '202821.467500', '202821.927500', '202822.387500', '202822.847500', '202823.307500', '202823.767500', '202824.227500', '202824.687500', '202825.147500', '202825.607500', '202826.067500', '202826.527500', '202826.987500', '202827.447500', '202827.907500', '202828.367500', '202828.827500', '202829.287500', '202829.747500', '202830.207500', '202830.667500', '202831.127500', '202831.587500', '202832.047500', '202832.507500', '202832.967500', '202833.427500', '202833.887500', '202834.347500', '202834.807500', '202835.267500', '202835.727500', '202836.187500', '202836.647500', '202837.107500', '202837.567500', '202838.027500', '202838.487500', '202838.947500', '202839.407500', '202839.867500', '202840.327500', '202840.787500', '202841.247500', '202841.707500', '202842.167500', '202842.627500', '202843.087500', '202843.547500', '202844.007500', '202844.467500', '202844.927500'], 'ContentTime': ['202208.566000', '202228.531000', '202228.534000', '202228.537000', '202228.540000', '202228.542000', '202228.545000', '202228.547000', '202228.550000', '202228.552000', '202228.555000', '202228.557000', '202228.560000', '202228.563000', '202228.565000', '202228.568000', '202228.571000', '202228.573000', '202228.576000', '202228.578000', '202228.581000', '202228.583000', '202228.586000', '202228.589000', '202228.591000', '202228.594000', '202228.596000', '202228.599000', '202228.602000', '202228.613000', '202228.616000', '202228.618000', '202228.621000', '202228.624000', '202228.626000', '202228.629000', '202228.631000', '202228.634000', '202228.636000', '202228.639000', '202228.642000', '202228.644000', '202228.647000', '202228.650000', '202228.652000', '202228.655000', '202228.657000', '202228.661000', '202228.664000', '202248.532000', '202248.535000', '202248.537000', '202248.540000', '202248.542000', '202248.545000', '202248.559000', '202248.561000', '202248.564000', '202248.567000', '202248.569000', '202248.572000', '202248.574000', '202248.577000', '202248.580000', '202248.582000', '202248.585000', '202248.618000', '202248.620000', '202248.623000', '202248.626000', '202248.628000', '202248.631000', '202248.633000', '202248.636000', '202248.639000', '202248.641000', '202248.644000', '202248.646000', '202248.649000', '202248.652000', '202248.654000', '202248.657000', '202248.659000', '202248.662000', '202248.665000', '202248.667000', '202248.670000', '202248.673000', '202248.675000', '202248.678000', '202248.680000', '202248.683000', '202248.685000', '202308.532000', '202308.534000', '202308.537000', '202308.540000', '202308.542000', '202308.545000', '202308.547000', '202308.550000', '202308.552000', '202308.555000', '202308.558000', '202308.560000', '202308.563000', '202308.565000', '202308.568000', '202308.570000', '202308.573000', '202308.575000', '202308.578000', '202308.581000', '202308.583000', '202308.586000', '202308.589000', '202308.591000', '202308.594000', '202308.596000', '202308.599000', '202308.601000', '202308.611000', '202308.613000', '202308.616000', '202308.618000', '202308.621000', '202308.624000', '202308.626000', '202308.629000', '202308.631000', '202308.634000', '202308.636000', '202308.639000', '202308.642000', '202308.644000', '202308.647000', '202328.532000', '202328.535000', '202328.537000', '202328.540000', '202328.542000', '202328.545000', '202328.548000', '202328.550000', '202328.553000', '202328.556000', '202328.558000', '202328.561000', '202328.563000', '202328.571000', '202328.574000', '202328.577000', '202328.579000', '202328.582000', '202328.584000', '202328.587000', '202328.590000', '202328.592000', '202328.595000', '202328.598000', '202328.600000', '202328.603000', '202328.605000', '202328.608000', '202328.611000', '202328.613000', '202328.616000', '202328.618000', '202328.621000', '202328.624000', '202328.626000', '202328.629000', '202328.632000', '202328.634000', '202328.637000', '202328.639000', '202328.642000', '202328.644000', '202328.647000', '202328.650000', '202348.531000', '202348.534000', '202348.537000', '202348.540000', '202348.542000', '202348.545000', '202348.548000', '202348.550000', '202348.553000', '202348.555000', '202348.558000', '202348.560000', '202348.563000', '202348.565000', '202348.568000', '202348.571000', '202348.573000', '202348.576000', '202348.578000', '202348.581000', '202348.584000', '202348.586000', '202348.589000', '202348.592000', '202348.594000', '202348.597000', '202348.599000', '202348.605000', '202348.608000', '202348.610000', '202348.613000', '202348.616000', '202348.618000', '202348.621000', '202348.623000', '202348.626000', '202348.629000', '202348.631000', '202348.634000', '202348.636000', '202348.639000', '202348.642000', '202348.644000', '202408.531000', '202408.534000', '202408.537000', '202408.540000', '202408.542000', '202408.545000', '202408.548000', '202408.550000', '202408.553000', '202408.556000', '202408.558000', '202408.561000', '202408.563000', '202408.566000', '202408.569000', '202408.571000', '202408.574000', '202408.576000', '202408.579000', '202408.582000', '202408.584000', '202408.587000', '202408.590000', '202408.592000', '202408.595000', '202408.597000', '202408.600000', '202408.602000', '202408.609000', '202408.612000', '202408.615000', '202408.617000', '202408.620000', '202408.623000', '202408.625000', '202408.628000', '202408.630000', '202408.633000', '202408.635000', '202408.638000', '202408.641000', '202408.643000', '202408.646000', '202408.648000', '202428.531000', '202428.570000', '202428.573000', '202428.576000', '202428.578000', '202428.581000', '202428.583000', '202428.586000', '202428.589000', '202428.591000', '202428.594000', '202428.597000', '202428.599000', '202428.602000', '202428.604000', '202428.607000', '202428.610000', '202428.612000', '202428.615000', '202428.618000', '202428.620000', '202428.623000', '202428.626000', '202428.628000', '202428.631000', '202428.634000', '202428.637000', '202428.639000', '202428.642000', '202428.645000', '202428.647000', '202428.650000', '202428.653000', '202428.655000', '202428.658000', '202428.661000', '202428.663000', '202428.666000', '202428.668000', '202428.671000', '202428.674000', '202428.676000', '202428.679000', '202448.532000', '202448.535000', '202448.537000', '202448.540000', '202448.543000', '202448.545000', '202448.548000', '202448.551000', '202448.555000', '202448.557000', '202448.560000', '202448.563000', '202448.565000', '202448.568000', '202448.571000', '202448.573000', '202448.576000', '202448.579000', '202448.581000', '202448.584000', '202448.586000', '202448.589000', '202448.592000', '202448.594000', '202448.597000', '202448.599000', '202448.602000', '202448.605000', '202448.607000', '202448.610000', '202448.612000', '202448.615000', '202448.618000', '202448.620000', '202448.623000', '202448.625000', '202448.628000', '202448.631000', '202448.633000', '202448.636000', '202448.638000', '202448.641000', '202448.644000', '202448.646000', '202508.531000', '202508.534000', '202508.537000', '202508.539000', '202508.542000', '202508.545000', '202508.547000', '202508.550000', '202508.552000', '202508.555000', '202508.558000', '202508.560000', '202508.563000', '202508.565000', '202508.568000', '202508.571000', '202508.573000', '202508.576000', '202508.579000', '202508.581000', '202508.584000', '202508.586000', '202508.589000', '202508.592000', '202508.594000', '202508.597000', '202508.599000', '202508.602000', '202508.605000', '202508.607000', '202508.610000', '202508.613000', '202508.615000', '202508.618000', '202508.621000', '202508.623000', '202508.626000', '202508.628000', '202508.631000', '202508.633000', '202508.636000', '202508.639000', '202508.641000', '202528.532000', '202528.535000', '202528.537000', '202528.540000', '202528.543000', '202528.546000', '202528.549000', '202528.552000', '202528.555000', '202528.557000', '202528.560000', '202528.562000', '202528.565000', '202528.568000', '202528.570000', '202528.573000', '202528.575000', '202528.578000', '202528.581000', '202528.583000', '202528.586000', '202528.588000', '202528.591000', '202528.594000', '202528.596000', '202528.599000', '202528.602000', '202528.604000', '202528.607000', '202528.609000', '202528.612000', '202528.615000', '202528.617000', '202528.620000', '202528.623000', '202528.625000', '202528.628000', '202528.630000', '202528.633000', '202528.636000', '202528.638000', '202528.641000', '202528.644000', '202548.532000', '202548.535000', '202548.537000', '202548.540000', '202548.542000', '202548.545000', '202548.547000', '202548.550000', '202548.553000', '202548.555000', '202548.558000', '202548.561000', '202548.563000', '202548.566000', '202548.568000', '202548.571000', '202548.574000', '202548.576000', '202548.579000', '202548.581000', '202548.584000', '202548.587000', '202548.589000', '202548.592000', '202548.594000', '202548.597000', '202548.600000', '202548.611000', '202548.614000', '202548.616000', '202548.619000', '202548.621000', '202548.624000', '202548.627000', '202548.629000', '202548.632000', '202548.634000', '202548.637000', '202548.639000', '202548.642000', '202548.645000', '202548.647000', '202548.650000', '202548.653000', '202608.532000', '202608.535000', '202608.538000', '202608.541000', '202608.544000', '202608.546000', '202608.549000', '202608.552000', '202608.554000', '202608.557000', '202608.559000', '202608.562000', '202608.565000', '202608.567000', '202608.570000', '202608.573000', '202608.575000', '202608.578000', '202608.580000', '202608.583000', '202608.585000', '202608.588000', '202608.592000', '202608.594000', '202608.597000', '202608.600000', '202608.602000', '202608.605000', '202608.608000', '202608.610000', '202608.613000', '202608.616000', '202608.618000', '202608.621000', '202608.623000', '202608.626000', '202608.629000', '202608.631000', '202608.634000', '202608.636000', '202608.639000', '202608.642000', '202608.644000', '202628.532000', '202628.534000', '202628.537000', '202628.540000', '202628.542000', '202628.545000', '202628.547000', '202628.550000', '202628.553000', '202628.555000', '202628.558000', '202628.560000', '202628.563000', '202628.566000', '202628.568000', '202628.571000', '202628.574000', '202628.576000', '202628.579000', '202628.581000', '202628.584000', '202628.587000', '202628.589000', '202628.592000', '202628.594000', '202628.597000', '202628.600000', '202628.602000', '202628.605000', '202628.608000', '202628.610000', '202628.613000', '202628.616000', '202628.618000', '202628.621000', '202628.623000', '202628.626000', '202628.628000', '202628.631000', '202628.634000', '202628.636000', '202628.639000', '202628.642000', '202628.644000', '202648.532000', '202648.535000', '202648.537000', '202648.540000', '202648.543000', '202648.545000', '202648.548000', '202648.550000', '202648.553000', '202648.556000', '202648.558000', '202648.561000', '202648.564000', '202648.567000', '202648.570000', '202648.573000', '202648.576000', '202648.578000', '202648.581000', '202648.584000', '202648.586000', '202648.589000', '202648.592000', '202648.594000', '202648.597000', '202648.599000', '202648.602000', '202648.605000', '202648.607000', '202648.610000', '202648.613000', '202648.615000', '202648.618000', '202648.620000', '202648.623000', '202648.626000', '202648.628000', '202648.631000', '202648.634000', '202648.637000', '202648.639000', '202648.642000', '202648.645000', '202708.531000', '202708.534000', '202708.537000', '202708.540000', '202708.542000', '202708.545000', '202708.548000', '202708.550000', '202708.553000', '202708.556000', '202708.558000', '202708.561000', '202708.563000', '202708.566000', '202708.569000', '202708.571000', '202708.574000', '202708.576000', '202708.579000', '202708.582000', '202708.584000', '202708.587000', '202708.589000', '202708.592000', '202708.595000', '202708.597000', '202708.600000', '202708.603000', '202708.605000', '202708.608000', '202708.610000', '202708.613000', '202708.615000', '202708.618000', '202708.621000', '202708.623000', '202708.626000', '202708.628000', '202708.631000', '202708.634000', '202708.636000', '202708.639000', '202708.641000', '202708.644000', '202728.532000', '202728.535000', '202728.537000', '202728.540000', '202728.542000', '202728.545000', '202728.548000', '202728.550000', '202728.563000', '202728.566000', '202728.568000', '202728.571000', '202728.574000', '202728.576000', '202728.579000', '202728.581000', '202728.584000', '202728.587000', '202728.589000', '202728.592000', '202728.595000', '202728.597000', '202728.600000', '202728.603000', '202728.605000', '202728.608000', '202728.611000', '202728.614000', '202728.616000', '202728.619000', '202728.621000', '202728.624000', '202728.627000', '202728.629000', '202728.633000', '202728.636000', '202728.638000', '202728.641000', '202728.644000', '202728.646000', '202728.649000', '202728.652000', '202728.654000', '202748.532000', '202748.535000', '202748.537000', '202748.540000', '202748.542000', '202748.545000', '202748.547000', '202748.550000', '202748.553000', '202748.555000', '202748.558000', '202748.561000', '202748.563000', '202748.566000', '202748.568000', '202748.571000', '202748.573000', '202748.576000', '202748.579000', '202748.581000', '202748.584000', '202748.586000', '202748.589000', '202748.592000', '202748.594000', '202748.597000', '202748.600000', '202748.602000', '202748.605000', '202748.608000', '202748.610000', '202748.613000', '202748.615000', '202748.618000', '202748.622000', '202748.625000', '202748.628000', '202748.630000', '202748.633000', '202748.636000', '202748.638000', '202748.641000', '202748.643000', '202748.646000', '202808.532000', '202808.535000', '202808.537000', '202808.540000', '202808.542000', '202808.545000', '202808.548000', '202808.550000', '202808.553000', '202808.556000', '202808.558000', '202808.561000', '202808.563000', '202808.566000', '202808.568000', '202808.571000', '202808.574000', '202808.576000', '202808.579000', '202808.581000', '202808.584000', '202808.587000', '202808.590000', '202808.592000', '202808.595000', '202808.597000', '202808.600000', '202808.603000', '202808.605000', '202808.608000', '202808.611000', '202808.613000', '202808.616000', '202808.618000', '202808.621000', '202808.624000', '202808.626000', '202808.629000', '202808.631000', '202808.634000', '202808.636000', '202808.639000', '202808.642000', '202828.530000', '202828.533000', '202828.536000', '202828.539000', '202828.541000', '202828.544000', '202828.547000', '202828.549000', '202828.552000', '202828.554000', '202828.557000', '202828.560000', '202828.562000', '202828.565000', '202828.567000', '202828.570000', '202828.572000', '202828.575000', '202828.578000', '202828.580000', '202828.583000', '202828.585000', '202828.588000', '202828.591000', '202828.593000', '202828.596000', '202828.599000', '202828.601000', '202828.604000', '202828.607000', '202828.609000', '202828.612000', '202828.614000', '202828.617000', '202828.620000', '202828.622000', '202828.625000', '202828.627000', '202828.630000', '202828.633000', '202828.635000', '202828.638000', '202828.640000', '202828.643000', '202846.782000', '202846.785000', '202846.788000', '202846.791000', '202846.794000', '202846.797000', '202846.799000', '202846.802000', '202846.805000', '202846.807000', '202846.810000', '202846.813000', '202846.816000', '202846.819000', '202846.822000', '202846.825000', '202846.828000', '202846.831000', '202846.834000', '202846.847000', '202846.850000', '202846.852000', '202846.855000', '202846.858000', '202846.861000', '202846.863000', '202846.867000', '202846.870000', '202846.874000', '202846.877000', '202846.880000', '202846.883000', '202846.885000', '202846.888000', '202846.895000', '202846.898000', '202846.901000', '202846.904000', '202846.907000', '202846.909000'], 'InstanceCreationTime': ['202208.566000', '202228.531000', '202228.534000', '202228.537000', '202228.540000', '202228.542000', '202228.545000', '202228.547000', '202228.550000', '202228.552000', '202228.555000', '202228.557000', '202228.560000', '202228.563000', '202228.565000', '202228.568000', '202228.571000', '202228.573000', '202228.576000', '202228.578000', '202228.581000', '202228.583000', '202228.586000', '202228.589000', '202228.591000', '202228.594000', '202228.596000', '202228.599000', '202228.602000', '202228.613000', '202228.616000', '202228.618000', '202228.621000', '202228.624000', '202228.626000', '202228.629000', '202228.631000', '202228.634000', '202228.636000', '202228.639000', '202228.642000', '202228.644000', '202228.647000', '202228.650000', '202228.652000', '202228.655000', '202228.657000', '202228.661000', '202228.664000', '202248.532000', '202248.535000', '202248.537000', '202248.540000', '202248.542000', '202248.545000', '202248.559000', '202248.561000', '202248.564000', '202248.567000', '202248.569000', '202248.572000', '202248.574000', '202248.577000', '202248.580000', '202248.582000', '202248.585000', '202248.618000', '202248.620000', '202248.623000', '202248.626000', '202248.628000', '202248.631000', '202248.633000', '202248.636000', '202248.639000', '202248.641000', '202248.644000', '202248.646000', '202248.649000', '202248.652000', '202248.654000', '202248.657000', '202248.659000', '202248.662000', '202248.665000', '202248.667000', '202248.670000', '202248.673000', '202248.675000', '202248.678000', '202248.680000', '202248.683000', '202248.685000', '202308.532000', '202308.534000', '202308.537000', '202308.540000', '202308.542000', '202308.545000', '202308.547000', '202308.550000', '202308.552000', '202308.555000', '202308.558000', '202308.560000', '202308.563000', '202308.565000', '202308.568000', '202308.570000', '202308.573000', '202308.575000', '202308.578000', '202308.581000', '202308.583000', '202308.586000', '202308.589000', '202308.591000', '202308.594000', '202308.596000', '202308.599000', '202308.601000', '202308.611000', '202308.613000', '202308.616000', '202308.618000', '202308.621000', '202308.624000', '202308.626000', '202308.629000', '202308.631000', '202308.634000', '202308.636000', '202308.639000', '202308.642000', '202308.644000', '202308.647000', '202328.532000', '202328.535000', '202328.537000', '202328.540000', '202328.542000', '202328.545000', '202328.548000', '202328.550000', '202328.553000', '202328.556000', '202328.558000', '202328.561000', '202328.563000', '202328.571000', '202328.574000', '202328.577000', '202328.579000', '202328.582000', '202328.584000', '202328.587000', '202328.590000', '202328.592000', '202328.595000', '202328.598000', '202328.600000', '202328.603000', '202328.605000', '202328.608000', '202328.611000', '202328.613000', '202328.616000', '202328.618000', '202328.621000', '202328.624000', '202328.626000', '202328.629000', '202328.632000', '202328.634000', '202328.637000', '202328.639000', '202328.642000', '202328.644000', '202328.647000', '202328.650000', '202348.531000', '202348.534000', '202348.537000', '202348.540000', '202348.542000', '202348.545000', '202348.548000', '202348.550000', '202348.553000', '202348.555000', '202348.558000', '202348.560000', '202348.563000', '202348.565000', '202348.568000', '202348.571000', '202348.573000', '202348.576000', '202348.578000', '202348.581000', '202348.584000', '202348.586000', '202348.589000', '202348.592000', '202348.594000', '202348.597000', '202348.599000', '202348.605000', '202348.608000', '202348.610000', '202348.613000', '202348.616000', '202348.618000', '202348.621000', '202348.623000', '202348.626000', '202348.629000', '202348.631000', '202348.634000', '202348.636000', '202348.639000', '202348.642000', '202348.644000', '202408.531000', '202408.534000', '202408.537000', '202408.540000', '202408.542000', '202408.545000', '202408.548000', '202408.550000', '202408.553000', '202408.556000', '202408.558000', '202408.561000', '202408.563000', '202408.566000', '202408.569000', '202408.571000', '202408.574000', '202408.576000', '202408.579000', '202408.582000', '202408.584000', '202408.587000', '202408.590000', '202408.592000', '202408.595000', '202408.597000', '202408.600000', '202408.602000', '202408.609000', '202408.612000', '202408.615000', '202408.617000', '202408.620000', '202408.623000', '202408.625000', '202408.628000', '202408.630000', '202408.633000', '202408.635000', '202408.638000', '202408.641000', '202408.643000', '202408.646000', '202408.648000', '202428.531000', '202428.570000', '202428.573000', '202428.576000', '202428.578000', '202428.581000', '202428.583000', '202428.586000', '202428.589000', '202428.591000', '202428.594000', '202428.597000', '202428.599000', '202428.602000', '202428.604000', '202428.607000', '202428.610000', '202428.612000', '202428.615000', '202428.618000', '202428.620000', '202428.623000', '202428.626000', '202428.628000', '202428.631000', '202428.634000', '202428.637000', '202428.639000', '202428.642000', '202428.645000', '202428.647000', '202428.650000', '202428.653000', '202428.655000', '202428.658000', '202428.661000', '202428.663000', '202428.666000', '202428.668000', '202428.671000', '202428.674000', '202428.676000', '202428.679000', '202448.532000', '202448.535000', '202448.537000', '202448.540000', '202448.543000', '202448.545000', '202448.548000', '202448.551000', '202448.555000', '202448.557000', '202448.560000', '202448.563000', '202448.565000', '202448.568000', '202448.571000', '202448.573000', '202448.576000', '202448.579000', '202448.581000', '202448.584000', '202448.586000', '202448.589000', '202448.592000', '202448.594000', '202448.597000', '202448.599000', '202448.602000', '202448.605000', '202448.607000', '202448.610000', '202448.612000', '202448.615000', '202448.618000', '202448.620000', '202448.623000', '202448.625000', '202448.628000', '202448.631000', '202448.633000', '202448.636000', '202448.638000', '202448.641000', '202448.644000', '202448.646000', '202508.531000', '202508.534000', '202508.537000', '202508.539000', '202508.542000', '202508.545000', '202508.547000', '202508.550000', '202508.552000', '202508.555000', '202508.558000', '202508.560000', '202508.563000', '202508.565000', '202508.568000', '202508.571000', '202508.573000', '202508.576000', '202508.579000', '202508.581000', '202508.584000', '202508.586000', '202508.589000', '202508.592000', '202508.594000', '202508.597000', '202508.599000', '202508.602000', '202508.605000', '202508.607000', '202508.610000', '202508.613000', '202508.615000', '202508.618000', '202508.621000', '202508.623000', '202508.626000', '202508.628000', '202508.631000', '202508.633000', '202508.636000', '202508.639000', '202508.641000', '202528.532000', '202528.535000', '202528.537000', '202528.540000', '202528.543000', '202528.546000', '202528.549000', '202528.552000', '202528.555000', '202528.557000', '202528.560000', '202528.562000', '202528.565000', '202528.568000', '202528.570000', '202528.573000', '202528.575000', '202528.578000', '202528.581000', '202528.583000', '202528.586000', '202528.588000', '202528.591000', '202528.594000', '202528.596000', '202528.599000', '202528.602000', '202528.604000', '202528.607000', '202528.609000', '202528.612000', '202528.615000', '202528.617000', '202528.620000', '202528.623000', '202528.625000', '202528.628000', '202528.630000', '202528.633000', '202528.636000', '202528.638000', '202528.641000', '202528.644000', '202548.532000', '202548.535000', '202548.537000', '202548.540000', '202548.542000', '202548.545000', '202548.547000', '202548.550000', '202548.553000', '202548.555000', '202548.558000', '202548.561000', '202548.563000', '202548.566000', '202548.568000', '202548.571000', '202548.574000', '202548.576000', '202548.579000', '202548.581000', '202548.584000', '202548.587000', '202548.589000', '202548.592000', '202548.594000', '202548.597000', '202548.600000', '202548.611000', '202548.614000', '202548.616000', '202548.619000', '202548.621000', '202548.624000', '202548.627000', '202548.629000', '202548.632000', '202548.634000', '202548.637000', '202548.639000', '202548.642000', '202548.645000', '202548.647000', '202548.650000', '202548.653000', '202608.532000', '202608.535000', '202608.538000', '202608.541000', '202608.544000', '202608.546000', '202608.549000', '202608.552000', '202608.554000', '202608.557000', '202608.559000', '202608.562000', '202608.565000', '202608.567000', '202608.570000', '202608.573000', '202608.575000', '202608.578000', '202608.580000', '202608.583000', '202608.585000', '202608.588000', '202608.592000', '202608.594000', '202608.597000', '202608.600000', '202608.602000', '202608.605000', '202608.608000', '202608.610000', '202608.613000', '202608.616000', '202608.618000', '202608.621000', '202608.623000', '202608.626000', '202608.629000', '202608.631000', '202608.634000', '202608.636000', '202608.639000', '202608.642000', '202608.644000', '202628.532000', '202628.534000', '202628.537000', '202628.540000', '202628.542000', '202628.545000', '202628.547000', '202628.550000', '202628.553000', '202628.555000', '202628.558000', '202628.560000', '202628.563000', '202628.566000', '202628.568000', '202628.571000', '202628.574000', '202628.576000', '202628.579000', '202628.581000', '202628.584000', '202628.587000', '202628.589000', '202628.592000', '202628.594000', '202628.597000', '202628.600000', '202628.602000', '202628.605000', '202628.608000', '202628.610000', '202628.613000', '202628.616000', '202628.618000', '202628.621000', '202628.623000', '202628.626000', '202628.628000', '202628.631000', '202628.634000', '202628.636000', '202628.639000', '202628.642000', '202628.644000', '202648.532000', '202648.535000', '202648.537000', '202648.540000', '202648.543000', '202648.545000', '202648.548000', '202648.550000', '202648.553000', '202648.556000', '202648.558000', '202648.561000', '202648.564000', '202648.567000', '202648.570000', '202648.573000', '202648.576000', '202648.578000', '202648.581000', '202648.584000', '202648.586000', '202648.589000', '202648.592000', '202648.594000', '202648.597000', '202648.599000', '202648.602000', '202648.605000', '202648.607000', '202648.610000', '202648.613000', '202648.615000', '202648.618000', '202648.620000', '202648.623000', '202648.626000', '202648.628000', '202648.631000', '202648.634000', '202648.637000', '202648.639000', '202648.642000', '202648.645000', '202708.531000', '202708.534000', '202708.537000', '202708.540000', '202708.542000', '202708.545000', '202708.548000', '202708.550000', '202708.553000', '202708.556000', '202708.558000', '202708.561000', '202708.563000', '202708.566000', '202708.569000', '202708.571000', '202708.574000', '202708.576000', '202708.579000', '202708.582000', '202708.584000', '202708.587000', '202708.589000', '202708.592000', '202708.595000', '202708.597000', '202708.600000', '202708.603000', '202708.605000', '202708.608000', '202708.610000', '202708.613000', '202708.615000', '202708.618000', '202708.621000', '202708.623000', '202708.626000', '202708.628000', '202708.631000', '202708.634000', '202708.636000', '202708.639000', '202708.641000', '202708.644000', '202728.532000', '202728.535000', '202728.537000', '202728.540000', '202728.542000', '202728.545000', '202728.548000', '202728.550000', '202728.563000', '202728.566000', '202728.568000', '202728.571000', '202728.574000', '202728.576000', '202728.579000', '202728.581000', '202728.584000', '202728.587000', '202728.589000', '202728.592000', '202728.595000', '202728.597000', '202728.600000', '202728.603000', '202728.605000', '202728.608000', '202728.611000', '202728.614000', '202728.616000', '202728.619000', '202728.621000', '202728.624000', '202728.627000', '202728.629000', '202728.633000', '202728.636000', '202728.638000', '202728.641000', '202728.644000', '202728.646000', '202728.649000', '202728.652000', '202728.654000', '202748.532000', '202748.535000', '202748.537000', '202748.540000', '202748.542000', '202748.545000', '202748.547000', '202748.550000', '202748.553000', '202748.555000', '202748.558000', '202748.561000', '202748.563000', '202748.566000', '202748.568000', '202748.571000', '202748.573000', '202748.576000', '202748.579000', '202748.581000', '202748.584000', '202748.586000', '202748.589000', '202748.592000', '202748.594000', '202748.597000', '202748.600000', '202748.602000', '202748.605000', '202748.608000', '202748.610000', '202748.613000', '202748.615000', '202748.618000', '202748.622000', '202748.625000', '202748.628000', '202748.630000', '202748.633000', '202748.636000', '202748.638000', '202748.641000', '202748.643000', '202748.646000', '202808.532000', '202808.535000', '202808.537000', '202808.540000', '202808.542000', '202808.545000', '202808.548000', '202808.550000', '202808.553000', '202808.556000', '202808.558000', '202808.561000', '202808.563000', '202808.566000', '202808.568000', '202808.571000', '202808.574000', '202808.576000', '202808.579000', '202808.581000', '202808.584000', '202808.587000', '202808.590000', '202808.592000', '202808.595000', '202808.597000', '202808.600000', '202808.603000', '202808.605000', '202808.608000', '202808.611000', '202808.613000', '202808.616000', '202808.618000', '202808.621000', '202808.624000', '202808.626000', '202808.629000', '202808.631000', '202808.634000', '202808.636000', '202808.639000', '202808.642000', '202828.530000', '202828.533000', '202828.536000', '202828.539000', '202828.541000', '202828.544000', '202828.547000', '202828.549000', '202828.552000', '202828.554000', '202828.557000', '202828.560000', '202828.562000', '202828.565000', '202828.567000', '202828.570000', '202828.572000', '202828.575000', '202828.578000', '202828.580000', '202828.583000', '202828.585000', '202828.588000', '202828.591000', '202828.593000', '202828.596000', '202828.599000', '202828.601000', '202828.604000', '202828.607000', '202828.609000', '202828.612000', '202828.614000', '202828.617000', '202828.620000', '202828.622000', '202828.625000', '202828.627000', '202828.630000', '202828.633000', '202828.635000', '202828.638000', '202828.640000', '202828.643000', '202846.782000', '202846.785000', '202846.788000', '202846.791000', '202846.794000', '202846.797000', '202846.799000', '202846.802000', '202846.805000', '202846.807000', '202846.810000', '202846.813000', '202846.816000', '202846.819000', '202846.822000', '202846.825000', '202846.828000', '202846.831000', '202846.834000', '202846.847000', '202846.850000', '202846.852000', '202846.855000', '202846.858000', '202846.861000', '202846.863000', '202846.867000', '202846.870000', '202846.874000', '202846.877000', '202846.880000', '202846.883000', '202846.885000', '202846.888000', '202846.895000', '202846.898000', '202846.901000', '202846.904000', '202846.907000', '202846.909000'], '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': [10259, 10026, 9521, 10225, 10921, 8768, 11355, 8720, 11186, 8533, 12511, 10830, 14882, 8953, 8617, 9075, 8972, 12114, 8832, 15058, 9328, 13391, 9156, 9343, 10128, 8512, 14740, 12059, 12641, 12340, 8643, 12059, 8452, 15139, 11996, 13464, 8601, 12548, 9092, 12694, 8698, 11710, 9991, 9601, 12637, 9662, 9502, 10291, 9188, 10352, 10080, 13140, 9667, 9110, 14819, 11930, 9340, 10414, 10266, 12484, 8889, 12695, 10344, 15597, 9513, 8966, 9403, 8603, 11560, 9545, 8524, 9527, 9532, 12348, 9132, 13064, 9102, 12429, 10220, 14708, 13269, 15323, 16156, 9622, 10081, 9185, 9517, 11276, 10583, 15468, 12930, 17897, 14467, 17520, 14861, 15765, 16422, 12862, 17801, 11968, 16941, 9371, 8969, 8904, 9086, 9585, 10072, 10159, 9470, 9201, 8954, 8994, 10328, 9281, 8331, 8526, 9091, 8308, 8747, 10151, 8882, 13403, 10480, 12319, 11621, 14381, 13988, 15978, 13383, 15225, 14493, 16880, 13352, 17444, 13111, 16900, 15075, 15912, 10411, 17512, 13077, 15469, 11632, 10303, 9527, 9468, 11417, 9349, 15952, 12127, 9496, 10952, 9618, 13323, 9747, 15864, 11743, 16558, 13018, 12941, 12481, 10503, 14563, 9864, 16402, 10476, 10186, 10067, 9741, 10184, 9580, 8560, 8877, 9234, 8632, 10885, 8553, 13619, 10096, 8465, 8660, 8539, 11201, 8714, 12138, 9147, 13199, 9124, 10125, 8497, 10033, 8779, 9518, 9556, 10119, 11971, 8231, 11165, 8315, 11939, 8489, 12925, 8783, 13690, 10283, 15617, 11945, 15167, 9795, 8783, 8942, 9171, 11222, 8595, 12482, 8607, 14588, 10051, 16284, 11647, 17127, 12470, 17906, 13231, 17773, 12520, 17267, 11740, 15795, 10236, 13775, 8475, 13168, 8217, 13381, 9156, 11939, 8483, 12504, 8666, 8315, 8988, 7882, 8984, 9441, 8466, 8502, 9201, 11047, 9488, 8776, 8948, 8628, 14049, 9972, 15149, 10324, 9082, 10254, 9550, 14930, 9407, 10195, 12944, 8797, 12191, 11603, 13529, 15044, 11228, 15997, 10568, 13380, 11815, 12840, 14318, 8645, 12354, 8851, 12884, 11100, 15447, 12197, 8539, 10108, 9626, 15065, 11287, 15745, 9149, 12087, 9559, 9798, 8640, 11770, 11391, 12740, 16836, 9915, 13959, 8376, 9245, 10221, 13283, 12030, 11066, 16816, 11985, 15893, 9748, 14211, 9141, 13306, 11701, 14099, 12456, 16935, 12823, 16918, 11567, 15105, 12572, 12644, 9696, 8605, 7818, 8707, 8832, 9003, 8626, 9886, 8993, 12588, 9226, 13610, 10869, 14573, 11413, 9673, 10113, 11672, 11203, 13113, 14664, 10257, 13229, 8978, 12785, 10324, 16039, 12137, 11927, 10629, 8788, 10753, 9546, 15819, 12555, 16949, 12360, 8611, 11317, 9511, 15357, 10140, 17209, 9477, 11347, 9898, 9306, 11850, 9505, 15837, 11136, 16743, 12755, 17286, 14286, 17192, 10284, 14463, 10505, 13734, 10392, 8750, 8803, 8820, 9497, 9265, 13349, 9089, 15526, 10550, 15860, 10994, 14583, 9849, 12095, 8631, 12198, 8963, 9263, 8251, 8954, 9737, 9034, 12082, 10270, 11801, 9725, 10309, 10039, 12035, 11246, 14073, 12662, 11102, 16829, 13805, 13135, 9338, 12287, 9803, 13414, 9697, 14444, 10232, 15642, 10655, 16479, 11637, 16655, 13739, 18659, 14725, 15655, 10865, 9046, 8805, 9300, 12330, 9377, 9731, 9498, 9219, 12504, 9924, 15038, 11318, 14399, 9498, 14086, 10639, 14619, 11868, 13475, 11183, 9101, 9699, 9622, 13195, 9799, 13043, 9907, 10404, 12990, 9678, 9694, 11122, 9990, 16366, 12728, 15456, 12538, 9699, 10765, 9327, 15056, 11134, 17708, 13239, 11087, 9495, 9216, 11570, 9714, 15460, 9294, 13040, 9969, 10621, 11835, 11167, 16586, 12266, 10603, 14546, 10349, 9916, 10672, 10005, 16219, 12157, 18111, 14247, 18525, 14484, 17318, 14310, 16903, 13408, 11190, 13209, 9370, 9994, 10519, 10326, 9973, 10391, 9957, 10307, 11767, 10447, 12702, 12876, 14264, 10441, 14016, 10582, 12734, 10689, 14383, 10458, 16235, 10825, 13569, 10533, 13296, 10017, 11664, 10669, 10803, 11725, 9798, 12572, 9753, 13609, 9745, 13942, 11150, 16129, 12490, 10155, 10216, 9756, 10310, 9899, 14399, 10200, 14950, 10409, 10262, 10424, 9867, 12947, 10653, 16005, 11645, 15148, 10496, 11576, 10648, 10827, 16553, 12926, 16845, 10274, 10525, 9693, 10306, 12603, 9603, 14765, 9530, 16767, 13348, 12605, 12241, 10127, 15753, 13577, 12091, 15413, 10133, 9729, 9909, 9342, 12194, 9115, 11852, 12510, 12003, 9713, 10975, 9230, 11730, 9227, 12796, 9550, 16828, 12721, 10769, 9618, 9031, 9838, 9289, 14588, 10717, 16863, 12596, 9561, 10104, 10533, 13595, 10375, 15992, 12534, 17234, 13899, 15970, 13211, 13725, 13923, 13106, 18163, 10522, 10217, 10313, 10411, 10513, 10639, 9755, 14229, 10908, 15633, 12594, 11524, 15947, 10235, 13151, 11467, 10116, 15888, 12546, 14310, 13393, 9800, 12104, 10182, 9450, 10120, 10026, 14945, 11262, 13474, 10477, 9974, 11388, 10121, 13373, 9857, 15177, 11197, 15755, 9940, 9643, 9533, 9804, 13656, 11468, 9765, 14021, 10007, 10572, 12493, 9682, 12391, 13417, 10027, 15105, 10923, 17915, 14276, 10982, 11605, 9720, 16024, 13406, 15480, 10042, 10170, 10159, 10155, 13702, 9768, 16002, 11151, 16118, 11510, 12823, 12536, 9839, 15257, 11682, 15272, 11744, 9857, 15361, 10424, 9730, 12518, 9907, 9977, 10525, 12390, 10856, 13238, 12333, 9746, 11465, 9897, 13481, 9856, 14210, 11657, 11309, 10965, 9582, 13987, 10201, 13610, 11622, 11598, 13674, 10097, 16467, 10605, 10167, 11149, 9856, 15664, 13371, 18857, 14221, 11174, 12209, 9622, 12940, 9768, 13924, 10211, 15530, 10052, 15183, 10383, 13266, 10511, 11314, 11475, 9590, 15501, 10182, 17165, 10622, 14746, 10902, 12561, 12780, 11904, 17264, 10253, 13161, 9775, 9324, 10048, 9293, 14237, 9557, 14982, 9916, 13194, 12290, 10901, 16679, 10768, 16567, 10348, 12530, 10525, 11349, 12049, 11451, 14416, 10059, 13097, 10356, 13638, 10017, 13732, 10001, 14343, 9552, 14602, 9427, 13560, 9920, 13432, 10829, 14048, 9859, 13971, 9694, 13806, 9987, 14089, 10165, 13519, 10192, 12310, 10454, 11234, 12165, 9839, 13318, 10010, 14150, 10308, 13534, 12924, 13602, 15384, 9773, 15230, 11658, 14995, 13260, 12860, 13415, 12775, 14142, 12123, 14640, 12080, 16897, 12556, 18518, 11048, 14309, 10483, 9619, 10666, 9410, 13983, 10019, 15299, 10556, 14118, 10687, 12390, 12077, 9349, 11759], 'WindowCenter': [4479.0, 4452.0, 4449.0, 4458.0, 4458.0, 4427.0, 4445.0, 4424.0, 4457.0, 4439.0, 4467.0, 4457.0, 4477.0, 4425.0, 4415.0, 4426.0, 4440.0, 4472.0, 4425.0, 4477.0, 4426.0, 4454.0, 4413.0, 4411.0, 4434.0, 4413.0, 4465.0, 4445.0, 4443.0, 4443.0, 4402.0, 4432.0, 4391.0, 4451.0, 4431.0, 4440.0, 4390.0, 4428.0, 4400.0, 4443.0, 4405.0, 4436.0, 4425.0, 4426.0, 4443.0, 4415.0, 4426.0, 4426.0, 4416.0, 4438.0, 4437.0, 4469.0, 4439.0, 4428.0, 4481.0, 4459.0, 4428.0, 4438.0, 4434.0, 4454.0, 4425.0, 4470.0, 4450.0, 4477.0, 4424.0, 4425.0, 4437.0, 4443.0, 4456.0, 4438.0, 4429.0, 4449.0, 4453.0, 4480.0, 4441.0, 4478.0, 4428.0, 4456.0, 4438.0, 4479.0, 4469.0, 4481.0, 4468.0, 4419.0, 4426.0, 4415.0, 4415.0, 4438.0, 4427.0, 4457.0, 4436.0, 4466.0, 4445.0, 4430.0, 4405.0, 4403.0, 4390.0, 4367.0, 4386.0, 4354.0, 4375.0, 4323.0, 4322.0, 4310.0, 4321.0, 4334.0, 4342.0, 4355.0, 4371.0, 4371.0, 4372.0, 4371.0, 4381.0, 4396.0, 4398.0, 4412.0, 4436.0, 4441.0, 4454.0, 4488.0, 4478.0, 4508.0, 4488.0, 4486.0, 4489.0, 4495.0, 4485.0, 4481.0, 4472.0, 4480.0, 4469.0, 4465.0, 4443.0, 4461.0, 4443.0, 4463.0, 4450.0, 4448.0, 4407.0, 4458.0, 4440.0, 4450.0, 4421.0, 4409.0, 4400.0, 4410.0, 4430.0, 4413.0, 4461.0, 4432.0, 4399.0, 4411.0, 4400.0, 4431.0, 4402.0, 4440.0, 4410.0, 4438.0, 4418.0, 4407.0, 4406.0, 4385.0, 4415.0, 4375.0, 4426.0, 4386.0, 4384.0, 4375.0, 4375.0, 4384.0, 4389.0, 4392.0, 4386.0, 4410.0, 4403.0, 4419.0, 4387.0, 4439.0, 4410.0, 4377.0, 4385.0, 4399.0, 4420.0, 4400.0, 4441.0, 4411.0, 4441.0, 4410.0, 4410.0, 4401.0, 4408.0, 4400.0, 4411.0, 4421.0, 4424.0, 4444.0, 4402.0, 4431.0, 4403.0, 4430.0, 4399.0, 4439.0, 4401.0, 4439.0, 4421.0, 4451.0, 4431.0, 4450.0, 4412.0, 4390.0, 4401.0, 4412.0, 4432.0, 4402.0, 4443.0, 4403.0, 4453.0, 4413.0, 4465.0, 4433.0, 4461.0, 4431.0, 4450.0, 4420.0, 4447.0, 4408.0, 4435.0, 4395.0, 4423.0, 4383.0, 4402.0, 4353.0, 4402.0, 4363.0, 4414.0, 4385.0, 4393.0, 4364.0, 4402.0, 4376.0, 4364.0, 4376.0, 4379.0, 4402.0, 4426.0, 4427.0, 4439.0, 4475.0, 4484.0, 4462.0, 4439.0, 4450.0, 4453.0, 4492.0, 4463.0, 4501.0, 4460.0, 4437.0, 4459.0, 4460.0, 4499.0, 4454.0, 4450.0, 4470.0, 4429.0, 4470.0, 4472.0, 4481.0, 4491.0, 4447.0, 4475.0, 4435.0, 4463.0, 4446.0, 4444.0, 4466.0, 4402.0, 4440.0, 4400.0, 4438.0, 4432.0, 4461.0, 4443.0, 4389.0, 4420.0, 4397.0, 4450.0, 4418.0, 4449.0, 4399.0, 4416.0, 4398.0, 4407.0, 4388.0, 4428.0, 4418.0, 4428.0, 4449.0, 4399.0, 4427.0, 4378.0, 4401.0, 4410.0, 4439.0, 4419.0, 4408.0, 4449.0, 4407.0, 4437.0, 4389.0, 4413.0, 4373.0, 4402.0, 4393.0, 4401.0, 4393.0, 4421.0, 4391.0, 4410.0, 4381.0, 4398.0, 4391.0, 4388.0, 4358.0, 4359.0, 4349.0, 4373.0, 4395.0, 4398.0, 4399.0, 4431.0, 4425.0, 4464.0, 4437.0, 4476.0, 4448.0, 4475.0, 4456.0, 4424.0, 4435.0, 4444.0, 4446.0, 4455.0, 4477.0, 4422.0, 4451.0, 4412.0, 4441.0, 4433.0, 4473.0, 4444.0, 4443.0, 4422.0, 4402.0, 4430.0, 4422.0, 4472.0, 4443.0, 4475.0, 4442.0, 4401.0, 4431.0, 4421.0, 4450.0, 4409.0, 4461.0, 4409.0, 4420.0, 4409.0, 4399.0, 4433.0, 4402.0, 4451.0, 4422.0, 4462.0, 4433.0, 4452.0, 4428.0, 4436.0, 4394.0, 4426.0, 4394.0, 4425.0, 4395.0, 4376.0, 4388.0, 4389.0, 4387.0, 4387.0, 4428.0, 4376.0, 4437.0, 4385.0, 4424.0, 4395.0, 4414.0, 4382.0, 4401.0, 4359.0, 4389.0, 4371.0, 4382.0, 4374.0, 4398.0, 4420.0, 4422.0, 4453.0, 4447.0, 4455.0, 4435.0, 4434.0, 4423.0, 4443.0, 4445.0, 4452.0, 4454.0, 4432.0, 4464.0, 4454.0, 4443.0, 4400.0, 4430.0, 4410.0, 4429.0, 4400.0, 4440.0, 4410.0, 4451.0, 4412.0, 4451.0, 4409.0, 4439.0, 4428.0, 4447.0, 4425.0, 4434.0, 4394.0, 4383.0, 4382.0, 4395.0, 4425.0, 4396.0, 4409.0, 4419.0, 4421.0, 4451.0, 4424.0, 4462.0, 4433.0, 4452.0, 4411.0, 4449.0, 4422.0, 4450.0, 4432.0, 4440.0, 4431.0, 4400.0, 4409.0, 4410.0, 4450.0, 4422.0, 4453.0, 4423.0, 4433.0, 4451.0, 4422.0, 4424.0, 4443.0, 4435.0, 4474.0, 4455.0, 4475.0, 4442.0, 4410.0, 4420.0, 4398.0, 4449.0, 4431.0, 4459.0, 4440.0, 4417.0, 4407.0, 4397.0, 4429.0, 4411.0, 4460.0, 4409.0, 4439.0, 4420.0, 4431.0, 4440.0, 4446.0, 4474.0, 4454.0, 4447.0, 4464.0, 4422.0, 4411.0, 4410.0, 4400.0, 4440.0, 4421.0, 4452.0, 4430.0, 4439.0, 4419.0, 4425.0, 4415.0, 4424.0, 4390.0, 4370.0, 4388.0, 4360.0, 4381.0, 4391.0, 4404.0, 4408.0, 4418.0, 4421.0, 4433.0, 4453.0, 4433.0, 4455.0, 4442.0, 4452.0, 4410.0, 4439.0, 4407.0, 4427.0, 4407.0, 4438.0, 4408.0, 4448.0, 4406.0, 4426.0, 4407.0, 4436.0, 4408.0, 4416.0, 4409.0, 4418.0, 4428.0, 4407.0, 4427.0, 4407.0, 4437.0, 4408.0, 4436.0, 4420.0, 4458.0, 4429.0, 4407.0, 4407.0, 4398.0, 4406.0, 4408.0, 4448.0, 4419.0, 4448.0, 4419.0, 4419.0, 4418.0, 4410.0, 4440.0, 4421.0, 4460.0, 4433.0, 4449.0, 4419.0, 4429.0, 4419.0, 4430.0, 4463.0, 4455.0, 4476.0, 4424.0, 4421.0, 4411.0, 4421.0, 4444.0, 4414.0, 4465.0, 4414.0, 4477.0, 4456.0, 4445.0, 4431.0, 4409.0, 4449.0, 4438.0, 4429.0, 4448.0, 4396.0, 4395.0, 4407.0, 4398.0, 4428.0, 4387.0, 4429.0, 4428.0, 4427.0, 4396.0, 4405.0, 4386.0, 4414.0, 4385.0, 4415.0, 4395.0, 4445.0, 4429.0, 4407.0, 4398.0, 4398.0, 4408.0, 4411.0, 4450.0, 4421.0, 4473.0, 4441.0, 4413.0, 4424.0, 4424.0, 4442.0, 4414.0, 4465.0, 4433.0, 4449.0, 4429.0, 4438.0, 4418.0, 4427.0, 4439.0, 4415.0, 4460.0, 4396.0, 4394.0, 4395.0, 4421.0, 4422.0, 4424.0, 4428.0, 4457.0, 4436.0, 4467.0, 4444.0, 4433.0, 4451.0, 4410.0, 4430.0, 4418.0, 4409.0, 4448.0, 4418.0, 4437.0, 4428.0, 4397.0, 4415.0, 4405.0, 4394.0, 4405.0, 4406.0, 4448.0, 4419.0, 4451.0, 4419.0, 4410.0, 4428.0, 4418.0, 4437.0, 4408.0, 4448.0, 4420.0, 4448.0, 4407.0, 4407.0, 4408.0, 4421.0, 4451.0, 4443.0, 4422.0, 4463.0, 4448.0, 4447.0, 4466.0, 4437.0, 4455.0, 4466.0, 4423.0, 4464.0, 4434.0, 4473.0, 4463.0, 4422.0, 4431.0, 4410.0, 4462.0, 4443.0, 4451.0, 4410.0, 4411.0, 4410.0, 4410.0, 4440.0, 4411.0, 4450.0, 4423.0, 4450.0, 4420.0, 4430.0, 4419.0, 4399.0, 4438.0, 4417.0, 4437.0, 4418.0, 4407.0, 4447.0, 4419.0, 4410.0, 4438.0, 4419.0, 4419.0, 4431.0, 4439.0, 4432.0, 4452.0, 4442.0, 4422.0, 4431.0, 4420.0, 4449.0, 4422.0, 4461.0, 4443.0, 4443.0, 4433.0, 4422.0, 4462.0, 4433.0, 4452.0, 4444.0, 4443.0, 4464.0, 4446.0, 4473.0, 4433.0, 4432.0, 4442.0, 4434.0, 4474.0, 4463.0, 4496.0, 4464.0, 4431.0, 4441.0, 4410.0, 4440.0, 4419.0, 4449.0, 4420.0, 4460.0, 4421.0, 4460.0, 4420.0, 4449.0, 4419.0, 4418.0, 4428.0, 4408.0, 4448.0, 4419.0, 4458.0, 4417.0, 4437.0, 4417.0, 4427.0, 4429.0, 4428.0, 4460.0, 4408.0, 4437.0, 4409.0, 4400.0, 4410.0, 4399.0, 4439.0, 4410.0, 4449.0, 4411.0, 4440.0, 4431.0, 4433.0, 4461.0, 4418.0, 4448.0, 4408.0, 4427.0, 4407.0, 4406.0, 4417.0, 4418.0, 4437.0, 4395.0, 4424.0, 4394.0, 4425.0, 4394.0, 4424.0, 4405.0, 4434.0, 4395.0, 4434.0, 4396.0, 4434.0, 4407.0, 4437.0, 4419.0, 4437.0, 4407.0, 4446.0, 4409.0, 4448.0, 4422.0, 4460.0, 4420.0, 4462.0, 4432.0, 4441.0, 4443.0, 4443.0, 4457.0, 4434.0, 4462.0, 4434.0, 4463.0, 4434.0, 4464.0, 4466.0, 4466.0, 4477.0, 4425.0, 4464.0, 4445.0, 4476.0, 4458.0, 4443.0, 4441.0, 4429.0, 4442.0, 4430.0, 4450.0, 4431.0, 4460.0, 4427.0, 4457.0, 4404.0, 4434.0, 4404.0, 4395.0, 4417.0, 4397.0, 4450.0, 4419.0, 4459.0, 4420.0, 4448.0, 4420.0, 4440.0, 4442.0, 4410.0, 4429.0], 'WindowWidth': [9862.0, 9812.0, 9804.0, 9814.0, 9813.0, 9766.0, 9789.0, 9760.0, 9808.0, 9790.0, 9821.0, 9808.0, 9833.0, 9760.0, 9746.0, 9765.0, 9793.0, 9836.0, 9761.0, 9835.0, 9760.0, 9792.0, 9735.0, 9733.0, 9769.0, 9739.0, 9814.0, 9786.0, 9781.0, 9781.0, 9722.0, 9760.0, 9702.0, 9784.0, 9755.0, 9772.0, 9698.0, 9747.0, 9711.0, 9776.0, 9729.0, 9768.0, 9756.0, 9758.0, 9775.0, 9740.0, 9757.0, 9756.0, 9743.0, 9777.0, 9775.0, 9823.0, 9786.0, 9769.0, 9843.0, 9809.0, 9765.0, 9776.0, 9766.0, 9796.0, 9760.0, 9830.0, 9801.0, 9835.0, 9756.0, 9759.0, 9780.0, 9798.0, 9807.0, 9782.0, 9771.0, 9801.0, 9811.0, 9846.0, 9791.0, 9838.0, 9768.0, 9804.0, 9780.0, 9842.0, 9825.0, 9845.0, 9819.0, 9748.0, 9754.0, 9736.0, 9734.0, 9772.0, 9757.0, 9796.0, 9765.0, 9807.0, 9775.0, 9746.0, 9703.0, 9692.0, 9672.0, 9632.0, 9658.0, 9610.0, 9637.0, 9564.0, 9562.0, 9545.0, 9560.0, 9580.0, 9594.0, 9619.0, 9656.0, 9658.0, 9660.0, 9658.0, 9669.0, 9700.0, 9712.0, 9740.0, 9782.0, 9796.0, 9821.0, 9872.0, 9861.0, 9900.0, 9871.0, 9863.0, 9873.0, 9870.0, 9858.0, 9848.0, 9833.0, 9848.0, 9825.0, 9810.0, 9778.0, 9803.0, 9777.0, 9811.0, 9786.0, 9777.0, 9720.0, 9791.0, 9767.0, 9782.0, 9744.0, 9725.0, 9712.0, 9723.0, 9754.0, 9733.0, 9799.0, 9758.0, 9706.0, 9723.0, 9707.0, 9751.0, 9711.0, 9762.0, 9720.0, 9755.0, 9727.0, 9711.0, 9706.0, 9674.0, 9715.0, 9661.0, 9732.0, 9675.0, 9672.0, 9661.0, 9662.0, 9675.0, 9690.0, 9703.0, 9689.0, 9730.0, 9725.0, 9738.0, 9692.0, 9763.0, 9725.0, 9677.0, 9687.0, 9712.0, 9740.0, 9716.0, 9772.0, 9731.0, 9771.0, 9728.0, 9728.0, 9715.0, 9722.0, 9714.0, 9730.0, 9746.0, 9750.0, 9780.0, 9719.0, 9757.0, 9720.0, 9754.0, 9712.0, 9764.0, 9715.0, 9765.0, 9744.0, 9781.0, 9756.0, 9780.0, 9728.0, 9698.0, 9715.0, 9730.0, 9757.0, 9717.0, 9773.0, 9719.0, 9786.0, 9734.0, 9807.0, 9759.0, 9795.0, 9751.0, 9777.0, 9732.0, 9769.0, 9713.0, 9749.0, 9690.0, 9727.0, 9671.0, 9694.0, 9630.0, 9694.0, 9644.0, 9716.0, 9680.0, 9683.0, 9646.0, 9697.0, 9670.0, 9650.0, 9669.0, 9679.0, 9714.0, 9754.0, 9764.0, 9788.0, 9850.0, 9858.0, 9822.0, 9787.0, 9806.0, 9815.0, 9864.0, 9826.0, 9875.0, 9815.0, 9781.0, 9814.0, 9817.0, 9869.0, 9811.0, 9800.0, 9826.0, 9771.0, 9829.0, 9833.0, 9845.0, 9859.0, 9791.0, 9825.0, 9767.0, 9806.0, 9784.0, 9779.0, 9816.0, 9718.0, 9766.0, 9714.0, 9762.0, 9758.0, 9798.0, 9777.0, 9695.0, 9740.0, 9701.0, 9778.0, 9733.0, 9777.0, 9707.0, 9728.0, 9704.0, 9716.0, 9694.0, 9748.0, 9733.0, 9746.0, 9777.0, 9706.0, 9740.0, 9676.0, 9714.0, 9722.0, 9763.0, 9731.0, 9716.0, 9776.0, 9714.0, 9754.0, 9691.0, 9713.0, 9659.0, 9694.0, 9684.0, 9693.0, 9683.0, 9720.0, 9677.0, 9702.0, 9660.0, 9684.0, 9676.0, 9671.0, 9632.0, 9636.0, 9626.0, 9665.0, 9702.0, 9710.0, 9714.0, 9763.0, 9760.0, 9811.0, 9777.0, 9829.0, 9793.0, 9824.0, 9800.0, 9753.0, 9769.0, 9780.0, 9785.0, 9796.0, 9832.0, 9748.0, 9785.0, 9732.0, 9770.0, 9762.0, 9818.0, 9779.0, 9776.0, 9745.0, 9717.0, 9754.0, 9745.0, 9816.0, 9775.0, 9825.0, 9774.0, 9715.0, 9755.0, 9743.0, 9779.0, 9721.0, 9796.0, 9721.0, 9736.0, 9719.0, 9706.0, 9758.0, 9713.0, 9782.0, 9743.0, 9803.0, 9760.0, 9790.0, 9746.0, 9756.0, 9692.0, 9738.0, 9692.0, 9737.0, 9694.0, 9672.0, 9691.0, 9691.0, 9685.0, 9684.0, 9740.0, 9667.0, 9752.0, 9677.0, 9731.0, 9690.0, 9717.0, 9673.0, 9694.0, 9637.0, 9677.0, 9656.0, 9674.0, 9670.0, 9710.0, 9742.0, 9752.0, 9794.0, 9793.0, 9801.0, 9770.0, 9766.0, 9752.0, 9778.0, 9780.0, 9789.0, 9794.0, 9758.0, 9810.0, 9793.0, 9772.0, 9707.0, 9747.0, 9720.0, 9745.0, 9709.0, 9762.0, 9722.0, 9778.0, 9724.0, 9776.0, 9717.0, 9756.0, 9742.0, 9769.0, 9735.0, 9748.0, 9692.0, 9678.0, 9675.0, 9698.0, 9737.0, 9704.0, 9725.0, 9742.0, 9748.0, 9788.0, 9754.0, 9803.0, 9765.0, 9786.0, 9730.0, 9780.0, 9744.0, 9781.0, 9759.0, 9767.0, 9758.0, 9712.0, 9725.0, 9727.0, 9783.0, 9748.0, 9790.0, 9750.0, 9765.0, 9785.0, 9749.0, 9752.0, 9776.0, 9768.0, 9823.0, 9798.0, 9823.0, 9773.0, 9727.0, 9740.0, 9707.0, 9779.0, 9756.0, 9795.0, 9767.0, 9731.0, 9717.0, 9705.0, 9751.0, 9729.0, 9794.0, 9723.0, 9764.0, 9740.0, 9757.0, 9770.0, 9784.0, 9820.0, 9798.0, 9788.0, 9807.0, 9743.0, 9724.0, 9722.0, 9706.0, 9760.0, 9734.0, 9782.0, 9745.0, 9756.0, 9726.0, 9730.0, 9717.0, 9732.0, 9676.0, 9647.0, 9670.0, 9640.0, 9669.0, 9686.0, 9709.0, 9723.0, 9738.0, 9745.0, 9766.0, 9793.0, 9765.0, 9796.0, 9773.0, 9788.0, 9725.0, 9763.0, 9715.0, 9742.0, 9714.0, 9758.0, 9720.0, 9773.0, 9714.0, 9740.0, 9716.0, 9753.0, 9720.0, 9728.0, 9722.0, 9734.0, 9749.0, 9718.0, 9745.0, 9718.0, 9756.0, 9720.0, 9756.0, 9738.0, 9790.0, 9753.0, 9718.0, 9718.0, 9706.0, 9716.0, 9720.0, 9775.0, 9737.0, 9777.0, 9737.0, 9736.0, 9736.0, 9725.0, 9767.0, 9743.0, 9797.0, 9762.0, 9780.0, 9738.0, 9751.0, 9738.0, 9753.0, 9804.0, 9795.0, 9827.0, 9747.0, 9738.0, 9727.0, 9738.0, 9775.0, 9734.0, 9805.0, 9736.0, 9825.0, 9794.0, 9781.0, 9752.0, 9722.0, 9778.0, 9761.0, 9751.0, 9778.0, 9699.0, 9698.0, 9716.0, 9707.0, 9747.0, 9691.0, 9750.0, 9746.0, 9743.0, 9698.0, 9710.0, 9686.0, 9721.0, 9681.0, 9721.0, 9695.0, 9761.0, 9748.0, 9715.0, 9704.0, 9706.0, 9719.0, 9729.0, 9780.0, 9740.0, 9816.0, 9769.0, 9733.0, 9748.0, 9749.0, 9768.0, 9730.0, 9803.0, 9755.0, 9773.0, 9743.0, 9755.0, 9731.0, 9743.0, 9761.0, 9720.0, 9793.0, 9697.0, 9690.0, 9695.0, 9741.0, 9741.0, 9749.0, 9761.0, 9797.0, 9767.0, 9813.0, 9776.0, 9758.0, 9782.0, 9724.0, 9749.0, 9732.0, 9721.0, 9776.0, 9732.0, 9758.0, 9749.0, 9704.0, 9725.0, 9710.0, 9697.0, 9713.0, 9714.0, 9774.0, 9736.0, 9782.0, 9736.0, 9726.0, 9748.0, 9735.0, 9759.0, 9719.0, 9773.0, 9738.0, 9776.0, 9717.0, 9719.0, 9720.0, 9742.0, 9785.0, 9777.0, 9748.0, 9804.0, 9792.0, 9789.0, 9815.0, 9773.0, 9797.0, 9814.0, 9751.0, 9810.0, 9765.0, 9822.0, 9805.0, 9745.0, 9755.0, 9724.0, 9800.0, 9773.0, 9784.0, 9724.0, 9723.0, 9722.0, 9723.0, 9764.0, 9725.0, 9778.0, 9744.0, 9778.0, 9737.0, 9747.0, 9733.0, 9704.0, 9758.0, 9728.0, 9758.0, 9733.0, 9717.0, 9773.0, 9736.0, 9725.0, 9760.0, 9738.0, 9740.0, 9758.0, 9767.0, 9761.0, 9789.0, 9774.0, 9748.0, 9757.0, 9741.0, 9780.0, 9745.0, 9800.0, 9778.0, 9777.0, 9764.0, 9749.0, 9802.0, 9764.0, 9787.0, 9779.0, 9777.0, 9808.0, 9787.0, 9822.0, 9763.0, 9763.0, 9776.0, 9767.0, 9824.0, 9807.0, 9858.0, 9808.0, 9758.0, 9772.0, 9729.0, 9769.0, 9738.0, 9779.0, 9743.0, 9796.0, 9745.0, 9795.0, 9740.0, 9780.0, 9739.0, 9736.0, 9750.0, 9720.0, 9777.0, 9737.0, 9788.0, 9731.0, 9757.0, 9731.0, 9746.0, 9749.0, 9748.0, 9797.0, 9721.0, 9756.0, 9723.0, 9711.0, 9725.0, 9709.0, 9764.0, 9725.0, 9776.0, 9727.0, 9767.0, 9754.0, 9762.0, 9798.0, 9733.0, 9776.0, 9717.0, 9744.0, 9716.0, 9713.0, 9728.0, 9729.0, 9756.0, 9696.0, 9733.0, 9695.0, 9734.0, 9694.0, 9736.0, 9713.0, 9749.0, 9697.0, 9750.0, 9702.0, 9750.0, 9718.0, 9758.0, 9736.0, 9758.0, 9718.0, 9770.0, 9725.0, 9777.0, 9746.0, 9796.0, 9743.0, 9802.0, 9762.0, 9773.0, 9780.0, 9778.0, 9804.0, 9766.0, 9803.0, 9767.0, 9806.0, 9770.0, 9808.0, 9814.0, 9813.0, 9832.0, 9754.0, 9805.0, 9779.0, 9826.0, 9805.0, 9774.0, 9767.0, 9745.0, 9769.0, 9750.0, 9780.0, 9756.0, 9799.0, 9746.0, 9788.0, 9709.0, 9747.0, 9709.0, 9697.0, 9732.0, 9707.0, 9782.0, 9739.0, 9793.0, 9740.0, 9777.0, 9742.0, 9769.0, 9776.0, 9727.0, 9750.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.005478383027522937</td></tr>
<tr><td colspan=3>aqi</td><td>0.049475611238532106</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.430087307566055</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2127341103214702</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0359742825258327</td></tr>
<tr><td colspan=3>efc</td><td>0.4713</td></tr>
<tr><td colspan=3>fber</td><td>6067.563</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11553456995947774</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>81</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.288990825688073</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4934859521334487</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3929202156756086</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7342265711745948</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.353311069550142</td></tr>
<tr><td colspan=3>gcor</td><td>0.0276532</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020676730200648308</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01968652941286564</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</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.896894165377814</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>42.0449</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.8175</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>182.1322</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301075.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>853.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>369.29</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1779</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>566.5017</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3608.7523</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3817.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75469.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1219.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4740.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>979.4915</td></tr>
<tr><td colspan=3>tsnr</td><td>30.775410016532987</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>