<?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-0127_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-0127_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-0127_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-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0127/figures/sub-0127_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-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127/ses-04/func/sub-0127_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>a1a4a984a7203ad8b95cc08c65a41495</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>21:02:22.227500</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.999972, 0.000374341, -0.0074723, -0.000872669, 0.997766, -0.0667986]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0877603</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>[4200, -7749, -7240, 267, -199, 132, -86, 129]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>248.836</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9753adff-1367-4a90-ab34-63d79b429533||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.682851791381836, -0.002341305837035179, -0.020062623545527458, 113.05838012695312], [-0.0010043297661468387, 2.676933526992798, -0.1803688257932663, -97.25082397460938], [-0.020047631114721298, 0.17921581864356995, 2.6938939094543457, -92.00786590576172], [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': ['210222.227500', '210222.687500', '210223.147500', '210223.607500', '210224.067500', '210224.527500', '210224.987500', '210225.447500', '210225.907500', '210226.367500', '210226.827500', '210227.287500', '210227.747500', '210228.207500', '210228.667500', '210229.127500', '210229.587500', '210230.047500', '210230.507500', '210230.967500', '210231.427500', '210231.887500', '210232.347500', '210232.807500', '210233.267500', '210233.727500', '210234.187500', '210234.647500', '210235.107500', '210235.567500', '210236.027500', '210236.487500', '210236.947500', '210237.407500', '210237.867500', '210238.327500', '210238.787500', '210239.247500', '210239.707500', '210240.167500', '210240.627500', '210241.087500', '210241.547500', '210242.007500', '210242.467500', '210242.927500', '210243.387500', '210243.847500', '210244.307500', '210244.767500', '210245.227500', '210245.687500', '210246.147500', '210246.607500', '210247.067500', '210247.527500', '210247.987500', '210248.447500', '210248.907500', '210249.367500', '210249.827500', '210250.287500', '210250.747500', '210251.207500', '210251.667500', '210252.127500', '210252.587500', '210253.047500', '210253.507500', '210253.967500', '210254.427500', '210254.887500', '210255.347500', '210255.807500', '210256.267500', '210256.727500', '210257.187500', '210257.647500', '210258.107500', '210258.567500', '210259.027500', '210259.487500', '210259.947500', '210300.407500', '210300.867500', '210301.327500', '210301.787500', '210302.247500', '210302.707500', '210303.167500', '210303.627500', '210304.087500', '210304.547500', '210305.007500', '210305.467500', '210305.927500', '210306.387500', '210306.847500', '210307.307500', '210307.767500', '210308.227500', '210308.687500', '210309.147500', '210309.607500', '210310.067500', '210310.527500', '210310.987500', '210311.447500', '210311.907500', '210312.367500', '210312.827500', '210313.287500', '210313.747500', '210314.207500', '210314.667500', '210315.127500', '210315.587500', '210316.047500', '210316.507500', '210316.967500', '210317.427500', '210317.887500', '210318.347500', '210318.807500', '210319.267500', '210319.727500', '210320.187500', '210320.647500', '210321.107500', '210321.567500', '210322.027500', '210322.487500', '210322.947500', '210323.407500', '210323.867500', '210324.327500', '210324.787500', '210325.247500', '210325.707500', '210326.167500', '210326.627500', '210327.087500', '210327.547500', '210328.007500', '210328.467500', '210328.927500', '210329.387500', '210329.847500', '210330.307500', '210330.767500', '210331.227500', '210331.687500', '210332.147500', '210332.607500', '210333.067500', '210333.527500', '210333.987500', '210334.447500', '210334.907500', '210335.367500', '210335.827500', '210336.287500', '210336.747500', '210337.207500', '210337.667500', '210338.127500', '210338.587500', '210339.047500', '210339.507500', '210339.967500', '210340.427500', '210340.887500', '210341.347500', '210341.807500', '210342.267500', '210342.727500', '210343.187500', '210343.647500', '210344.107500', '210344.567500', '210345.027500', '210345.487500', '210345.947500', '210346.407500', '210346.867500', '210347.327500', '210347.787500', '210348.247500', '210348.707500', '210349.167500', '210349.627500', '210350.087500', '210350.547500', '210351.007500', '210351.467500', '210351.927500', '210352.387500', '210352.847500', '210353.307500', '210353.767500', '210354.227500', '210354.687500', '210355.147500', '210355.607500', '210356.067500', '210356.527500', '210356.987500', '210357.447500', '210357.907500', '210358.367500', '210358.827500', '210359.287500', '210359.747500', '210400.207500', '210400.667500', '210401.127500', '210401.587500', '210402.047500', '210402.507500', '210402.967500', '210403.427500', '210403.887500', '210404.347500', '210404.807500', '210405.267500', '210405.727500', '210406.187500', '210406.647500', '210407.107500', '210407.567500', '210408.027500', '210408.487500', '210408.947500', '210409.407500', '210409.867500', '210410.327500', '210410.787500', '210411.247500', '210411.707500', '210412.167500', '210412.627500', '210413.087500', '210413.547500', '210414.007500', '210414.467500', '210414.927500', '210415.387500', '210415.847500', '210416.307500', '210416.767500', '210417.227500', '210417.687500', '210418.147500', '210418.607500', '210419.067500', '210419.527500', '210419.987500', '210420.447500', '210420.907500', '210421.367500', '210421.827500', '210422.287500', '210422.747500', '210423.207500', '210423.667500', '210424.127500', '210424.587500', '210425.047500', '210425.507500', '210425.967500', '210426.427500', '210426.887500', '210427.347500', '210427.807500', '210428.267500', '210428.727500', '210429.187500', '210429.647500', '210430.107500', '210430.567500', '210431.027500', '210431.487500', '210431.947500', '210432.407500', '210432.867500', '210433.327500', '210433.787500', '210434.247500', '210434.707500', '210435.167500', '210435.627500', '210436.087500', '210436.547500', '210437.007500', '210437.467500', '210437.927500', '210438.387500', '210438.847500', '210439.307500', '210439.767500', '210440.227500', '210440.687500', '210441.147500', '210441.607500', '210442.067500', '210442.527500', '210442.987500', '210443.447500', '210443.907500', '210444.367500', '210444.827500', '210445.287500', '210445.747500', '210446.207500', '210446.667500', '210447.127500', '210447.587500', '210448.047500', '210448.507500', '210448.967500', '210449.427500', '210449.887500', '210450.347500', '210450.807500', '210451.267500', '210451.727500', '210452.187500', '210452.647500', '210453.107500', '210453.567500', '210454.027500', '210454.487500', '210454.947500', '210455.407500', '210455.867500', '210456.327500', '210456.787500', '210457.247500', '210457.707500', '210458.167500', '210458.627500', '210459.087500', '210459.547500', '210500.007500', '210500.467500', '210500.927500', '210501.387500', '210501.847500', '210502.307500', '210502.767500', '210503.227500', '210503.687500', '210504.147500', '210504.607500', '210505.067500', '210505.527500', '210505.987500', '210506.447500', '210506.907500', '210507.367500', '210507.827500', '210508.287500', '210508.747500', '210509.207500', '210509.667500', '210510.127500', '210510.587500', '210511.047500', '210511.507500', '210511.967500', '210512.427500', '210512.887500', '210513.347500', '210513.807500', '210514.267500', '210514.727500', '210515.187500', '210515.647500', '210516.107500', '210516.567500', '210517.027500', '210517.487500', '210517.947500', '210518.407500', '210518.867500', '210519.327500', '210519.787500', '210520.247500', '210520.707500', '210521.167500', '210521.627500', '210522.087500', '210522.547500', '210523.007500', '210523.467500', '210523.927500', '210524.387500', '210524.847500', '210525.307500', '210525.767500', '210526.227500', '210526.687500', '210527.147500', '210527.607500', '210528.067500', '210528.527500', '210528.987500', '210529.447500', '210529.907500', '210530.367500', '210530.827500', '210531.287500', '210531.747500', '210532.207500', '210532.667500', '210533.127500', '210533.587500', '210534.047500', '210534.507500', '210534.967500', '210535.427500', '210535.887500', '210536.347500', '210536.807500', '210537.267500', '210537.727500', '210538.187500', '210538.647500', '210539.107500', '210539.567500', '210540.027500', '210540.487500', '210540.947500', '210541.407500', '210541.867500', '210542.327500', '210542.787500', '210543.247500', '210543.707500', '210544.167500', '210544.627500', '210545.087500', '210545.547500', '210546.007500', '210546.467500', '210546.927500', '210547.387500', '210547.847500', '210548.307500', '210548.767500', '210549.227500', '210549.687500', '210550.147500', '210550.607500', '210551.067500', '210551.527500', '210551.987500', '210552.447500', '210552.907500', '210553.367500', '210553.827500', '210554.287500', '210554.747500', '210555.207500', '210555.667500', '210556.127500', '210556.587500', '210557.047500', '210557.507500', '210557.967500', '210558.427500', '210558.887500', '210559.347500', '210559.807500', '210600.267500', '210600.727500', '210601.187500', '210601.647500', '210602.107500', '210602.567500', '210603.027500', '210603.487500', '210603.947500', '210604.407500', '210604.867500', '210605.327500', '210605.787500', '210606.247500', '210606.707500', '210607.167500', '210607.627500', '210608.087500', '210608.547500', '210609.007500', '210609.467500', '210609.927500', '210610.387500', '210610.847500', '210611.307500', '210611.767500', '210612.227500', '210612.687500', '210613.147500', '210613.607500', '210614.067500', '210614.527500', '210614.987500', '210615.447500', '210615.907500', '210616.367500', '210616.827500', '210617.287500', '210617.747500', '210618.207500', '210618.667500', '210619.127500', '210619.587500', '210620.047500', '210620.507500', '210620.967500', '210621.427500', '210621.887500', '210622.347500', '210622.807500', '210623.267500', '210623.727500', '210624.187500', '210624.647500', '210625.107500', '210625.567500', '210626.027500', '210626.487500', '210626.947500', '210627.407500', '210627.867500', '210628.327500', '210628.787500', '210629.247500', '210629.707500', '210630.167500', '210630.627500', '210631.087500', '210631.547500', '210632.007500', '210632.467500', '210632.927500', '210633.387500', '210633.847500', '210634.307500', '210634.767500', '210635.227500', '210635.687500', '210636.147500', '210636.607500', '210637.067500', '210637.527500', '210637.987500', '210638.447500', '210638.907500', '210639.367500', '210639.827500', '210640.287500', '210640.747500', '210641.207500', '210641.667500', '210642.127500', '210642.587500', '210643.047500', '210643.507500', '210643.967500', '210644.427500', '210644.887500', '210645.347500', '210645.807500', '210646.267500', '210646.727500', '210647.187500', '210647.647500', '210648.107500', '210648.567500', '210649.027500', '210649.487500', '210649.947500', '210650.407500', '210650.867500', '210651.327500', '210651.787500', '210652.247500', '210652.707500', '210653.167500', '210653.627500', '210654.087500', '210654.547500', '210655.007500', '210655.467500', '210655.927500', '210656.387500', '210656.847500', '210657.307500', '210657.767500', '210658.227500', '210658.687500', '210659.147500', '210659.607500', '210700.067500', '210700.527500', '210700.987500', '210701.447500', '210701.907500', '210702.367500', '210702.827500', '210703.287500', '210703.747500', '210704.207500', '210704.667500', '210705.127500', '210705.587500', '210706.047500', '210706.507500', '210706.967500', '210707.427500', '210707.887500', '210708.347500', '210708.807500', '210709.267500', '210709.727500', '210710.187500', '210710.647500', '210711.107500', '210711.567500', '210712.027500', '210712.487500', '210712.947500', '210713.407500', '210713.867500', '210714.327500', '210714.787500', '210715.247500', '210715.707500', '210716.167500', '210716.627500', '210717.087500', '210717.547500', '210718.007500', '210718.467500', '210718.927500', '210719.387500', '210719.847500', '210720.307500', '210720.767500', '210721.227500', '210721.687500', '210722.147500', '210722.607500', '210723.067500', '210723.527500', '210723.987500', '210724.447500', '210724.907500', '210725.367500', '210725.827500', '210726.287500', '210726.747500', '210727.207500', '210727.667500', '210728.127500', '210728.587500', '210729.047500', '210729.507500', '210729.967500', '210730.427500', '210730.887500', '210731.347500', '210731.807500', '210732.267500', '210732.727500', '210733.187500', '210733.647500', '210734.107500', '210734.567500', '210735.027500', '210735.487500', '210735.947500', '210736.407500', '210736.867500', '210737.327500', '210737.787500', '210738.247500', '210738.707500', '210739.167500', '210739.627500', '210740.087500', '210740.547500', '210741.007500', '210741.467500', '210741.927500', '210742.387500', '210742.847500', '210743.307500', '210743.767500', '210744.227500', '210744.687500', '210745.147500', '210745.607500', '210746.067500', '210746.527500', '210746.987500', '210747.447500', '210747.907500', '210748.367500', '210748.827500', '210749.287500', '210749.747500', '210750.207500', '210750.667500', '210751.127500', '210751.587500', '210752.047500', '210752.507500', '210752.967500', '210753.427500', '210753.887500', '210754.347500', '210754.807500', '210755.267500', '210755.727500', '210756.187500', '210756.647500', '210757.107500', '210757.567500', '210758.027500', '210758.487500', '210758.947500', '210759.407500', '210759.867500', '210800.327500', '210800.787500', '210801.247500', '210801.707500', '210802.167500', '210802.627500', '210803.087500', '210803.547500', '210804.007500', '210804.467500', '210804.927500', '210805.387500', '210805.847500', '210806.307500', '210806.767500', '210807.227500', '210807.687500', '210808.147500', '210808.607500', '210809.067500', '210809.527500', '210809.987500', '210810.447500', '210810.907500', '210811.367500', '210811.827500', '210812.287500', '210812.747500', '210813.207500', '210813.667500', '210814.127500', '210814.587500', '210815.047500', '210815.507500', '210815.967500', '210816.427500', '210816.887500', '210817.347500', '210817.807500', '210818.267500', '210818.727500', '210819.187500', '210819.647500', '210820.107500', '210820.567500', '210821.027500', '210821.487500', '210821.947500', '210822.407500', '210822.867500', '210823.327500', '210823.787500', '210824.247500', '210824.707500', '210825.167500', '210825.627500', '210826.087500', '210826.547500', '210827.007500', '210827.467500', '210827.927500', '210828.387500', '210828.847500', '210829.307500', '210829.767500', '210830.227500', '210830.687500', '210831.147500', '210831.607500', '210832.067500', '210832.527500', '210832.987500', '210833.447500', '210833.907500', '210834.367500', '210834.827500', '210835.287500', '210835.747500', '210836.207500', '210836.667500', '210837.127500', '210837.587500', '210838.047500', '210838.507500', '210838.967500', '210839.427500', '210839.887500', '210840.347500', '210840.807500', '210841.267500', '210841.727500', '210842.187500', '210842.647500', '210843.107500', '210843.567500', '210844.027500', '210844.487500', '210844.947500', '210845.407500', '210845.867500', '210846.327500', '210846.787500', '210847.247500', '210847.707500', '210848.167500', '210848.627500', '210849.087500', '210849.547500', '210850.007500', '210850.467500', '210850.927500', '210851.387500', '210851.847500', '210852.307500', '210852.767500', '210853.227500', '210853.687500', '210854.147500', '210854.607500', '210855.067500', '210855.527500', '210855.987500', '210856.447500', '210856.907500', '210857.367500', '210857.827500', '210858.287500', '210858.747500', '210859.207500', '210859.667500', '210900.127500', '210900.587500', '210901.047500', '210901.507500', '210901.967500', '210902.427500', '210902.887500'], 'ContentTime': ['210228.468000', '210228.475000', '210228.478000', '210228.480000', '210228.483000', '210228.485000', '210228.488000', '210228.490000', '210228.493000', '210228.496000', '210228.498000', '210228.501000', '210248.431000', '210248.434000', '210248.437000', '210248.439000', '210248.442000', '210248.444000', '210248.447000', '210248.449000', '210248.452000', '210248.456000', '210248.459000', '210248.461000', '210248.464000', '210248.466000', '210248.469000', '210248.472000', '210248.474000', '210248.477000', '210248.479000', '210248.482000', '210248.484000', '210248.487000', '210248.489000', '210248.492000', '210248.494000', '210248.497000', '210248.500000', '210248.502000', '210248.505000', '210248.507000', '210248.510000', '210248.513000', '210248.515000', '210248.518000', '210248.520000', '210248.523000', '210248.525000', '210248.528000', '210248.531000', '210248.533000', '210248.536000', '210248.538000', '210248.541000', '210308.431000', '210308.434000', '210308.439000', '210308.441000', '210308.444000', '210308.447000', '210308.449000', '210308.452000', '210308.454000', '210308.457000', '210308.460000', '210308.462000', '210308.465000', '210308.467000', '210308.470000', '210308.473000', '210308.476000', '210308.478000', '210308.481000', '210308.484000', '210308.486000', '210308.489000', '210308.491000', '210308.494000', '210308.496000', '210308.499000', '210308.502000', '210308.504000', '210308.507000', '210308.509000', '210308.512000', '210308.515000', '210308.517000', '210308.520000', '210308.522000', '210308.525000', '210308.528000', '210308.530000', '210308.533000', '210308.535000', '210308.538000', '210308.541000', '210308.543000', '210308.546000', '210328.432000', '210328.435000', '210328.438000', '210328.440000', '210328.443000', '210328.445000', '210328.448000', '210328.450000', '210328.453000', '210328.456000', '210328.458000', '210328.461000', '210328.463000', '210328.466000', '210328.469000', '210328.475000', '210328.478000', '210328.480000', '210328.483000', '210328.486000', '210328.488000', '210328.491000', '210328.493000', '210328.496000', '210328.498000', '210328.501000', '210328.504000', '210328.506000', '210328.509000', '210328.511000', '210328.514000', '210328.516000', '210328.519000', '210328.522000', '210328.524000', '210328.527000', '210328.530000', '210328.532000', '210328.535000', '210328.537000', '210328.540000', '210328.543000', '210328.545000', '210348.432000', '210348.435000', '210348.438000', '210348.440000', '210348.443000', '210348.446000', '210348.448000', '210348.451000', '210348.453000', '210348.456000', '210348.458000', '210348.461000', '210348.464000', '210348.466000', '210348.469000', '210348.471000', '210348.474000', '210348.476000', '210348.479000', '210348.482000', '210348.484000', '210348.487000', '210348.489000', '210348.492000', '210348.494000', '210348.497000', '210348.499000', '210348.531000', '210348.534000', '210348.536000', '210348.539000', '210348.542000', '210348.544000', '210348.547000', '210348.549000', '210348.552000', '210348.554000', '210348.557000', '210348.559000', '210348.562000', '210348.565000', '210348.567000', '210348.570000', '210348.573000', '210408.432000', '210408.435000', '210408.438000', '210408.440000', '210408.443000', '210408.445000', '210408.448000', '210408.450000', '210408.453000', '210408.456000', '210408.458000', '210408.461000', '210408.463000', '210408.466000', '210408.469000', '210408.471000', '210408.474000', '210408.476000', '210408.479000', '210408.481000', '210408.484000', '210408.487000', '210408.489000', '210408.492000', '210408.494000', '210408.497000', '210408.500000', '210408.502000', '210408.505000', '210408.508000', '210408.510000', '210408.513000', '210408.515000', '210408.518000', '210408.521000', '210408.523000', '210408.526000', '210408.528000', '210408.531000', '210408.533000', '210408.536000', '210408.539000', '210408.541000', '210428.433000', '210428.435000', '210428.438000', '210428.440000', '210428.443000', '210428.446000', '210428.448000', '210428.451000', '210428.453000', '210428.456000', '210428.458000', '210428.461000', '210428.464000', '210428.466000', '210428.469000', '210428.471000', '210428.474000', '210428.477000', '210428.479000', '210428.482000', '210428.484000', '210428.487000', '210428.489000', '210428.492000', '210428.495000', '210428.497000', '210428.500000', '210428.502000', '210428.505000', '210428.507000', '210428.510000', '210428.513000', '210428.515000', '210428.518000', '210428.520000', '210428.523000', '210428.526000', '210428.528000', '210428.531000', '210428.533000', '210428.536000', '210428.539000', '210428.541000', '210428.544000', '210448.431000', '210448.434000', '210448.437000', '210448.440000', '210448.442000', '210448.445000', '210448.447000', '210448.450000', '210448.453000', '210448.455000', '210448.458000', '210448.460000', '210448.463000', '210448.466000', '210448.468000', '210448.471000', '210448.473000', '210448.476000', '210448.479000', '210448.481000', '210448.484000', '210448.486000', '210448.489000', '210448.491000', '210448.494000', '210448.497000', '210448.499000', '210448.502000', '210448.504000', '210448.507000', '210448.510000', '210448.512000', '210448.515000', '210448.517000', '210448.520000', '210448.523000', '210448.525000', '210448.528000', '210448.531000', '210448.533000', '210448.536000', '210448.538000', '210448.541000', '210508.432000', '210508.434000', '210508.437000', '210508.440000', '210508.442000', '210508.445000', '210508.448000', '210508.455000', '210508.458000', '210508.460000', '210508.463000', '210508.466000', '210508.468000', '210508.471000', '210508.473000', '210508.476000', '210508.479000', '210508.481000', '210508.484000', '210508.486000', '210508.489000', '210508.492000', '210508.494000', '210508.497000', '210508.499000', '210508.502000', '210508.505000', '210508.507000', '210508.510000', '210508.512000', '210508.515000', '210508.518000', '210508.520000', '210508.523000', '210508.525000', '210508.528000', '210508.531000', '210508.533000', '210508.536000', '210508.538000', '210508.541000', '210508.544000', '210508.546000', '210508.549000', '210528.432000', '210528.435000', '210528.437000', '210528.440000', '210528.442000', '210528.445000', '210528.447000', '210528.450000', '210528.468000', '210528.471000', '210528.473000', '210528.476000', '210528.478000', '210528.482000', '210528.484000', '210528.487000', '210528.490000', '210528.493000', '210528.496000', '210528.498000', '210528.501000', '210528.504000', '210528.507000', '210528.510000', '210528.513000', '210528.515000', '210528.518000', '210528.521000', '210528.523000', '210528.526000', '210528.529000', '210528.531000', '210528.534000', '210528.537000', '210528.539000', '210528.542000', '210528.545000', '210528.548000', '210528.550000', '210528.553000', '210528.555000', '210528.558000', '210528.560000', '210548.432000', '210548.435000', '210548.438000', '210548.440000', '210548.443000', '210548.445000', '210548.448000', '210548.451000', '210548.453000', '210548.456000', '210548.458000', '210548.461000', '210548.463000', '210548.466000', '210548.469000', '210548.471000', '210548.474000', '210548.476000', '210548.479000', '210548.482000', '210548.484000', '210548.487000', '210548.489000', '210548.492000', '210548.495000', '210548.497000', '210548.500000', '210548.502000', '210548.505000', '210548.508000', '210548.510000', '210548.513000', '210548.515000', '210548.518000', '210548.521000', '210548.524000', '210548.526000', '210548.529000', '210548.532000', '210548.534000', '210548.537000', '210548.539000', '210548.542000', '210548.545000', '210608.432000', '210608.435000', '210608.438000', '210608.440000', '210608.443000', '210608.446000', '210608.448000', '210608.451000', '210608.454000', '210608.456000', '210608.459000', '210608.461000', '210608.464000', '210608.467000', '210608.469000', '210608.472000', '210608.474000', '210608.477000', '210608.480000', '210608.482000', '210608.485000', '210608.487000', '210608.490000', '210608.493000', '210608.495000', '210608.498000', '210608.500000', '210608.503000', '210608.506000', '210608.508000', '210608.511000', '210608.513000', '210608.516000', '210608.519000', '210608.521000', '210608.524000', '210608.527000', '210608.529000', '210608.532000', '210608.534000', '210608.537000', '210608.540000', '210608.542000', '210628.432000', '210628.435000', '210628.438000', '210628.440000', '210628.443000', '210628.446000', '210628.449000', '210628.452000', '210628.454000', '210628.457000', '210628.459000', '210628.462000', '210628.464000', '210628.467000', '210628.470000', '210628.472000', '210628.475000', '210628.478000', '210628.480000', '210628.483000', '210628.485000', '210628.488000', '210628.491000', '210628.493000', '210628.496000', '210628.498000', '210628.501000', '210628.504000', '210628.506000', '210628.509000', '210628.512000', '210628.514000', '210628.517000', '210628.519000', '210628.522000', '210628.525000', '210628.527000', '210628.530000', '210628.532000', '210628.535000', '210628.538000', '210628.540000', '210628.543000', '210648.432000', '210648.435000', '210648.438000', '210648.440000', '210648.443000', '210648.446000', '210648.448000', '210648.451000', '210648.454000', '210648.456000', '210648.459000', '210648.461000', '210648.464000', '210648.466000', '210648.469000', '210648.472000', '210648.474000', '210648.477000', '210648.479000', '210648.482000', '210648.485000', '210648.487000', '210648.490000', '210648.492000', '210648.495000', '210648.498000', '210648.500000', '210648.503000', '210648.505000', '210648.508000', '210648.511000', '210648.513000', '210648.516000', '210648.518000', '210648.521000', '210648.524000', '210648.526000', '210648.529000', '210648.531000', '210648.534000', '210648.537000', '210648.539000', '210648.542000', '210648.544000', '210708.431000', '210708.434000', '210708.437000', '210708.439000', '210708.453000', '210708.455000', '210708.458000', '210708.460000', '210708.463000', '210708.466000', '210708.468000', '210708.471000', '210708.473000', '210708.476000', '210708.479000', '210708.481000', '210708.484000', '210708.486000', '210708.489000', '210708.492000', '210708.494000', '210708.497000', '210708.500000', '210708.502000', '210708.505000', '210708.507000', '210708.510000', '210708.513000', '210708.515000', '210708.518000', '210708.520000', '210708.523000', '210708.526000', '210708.528000', '210708.531000', '210708.533000', '210708.536000', '210708.538000', '210708.541000', '210708.544000', '210708.546000', '210708.549000', '210708.551000', '210708.554000', '210728.431000', '210728.434000', '210728.437000', '210728.440000', '210728.442000', '210728.445000', '210728.447000', '210728.450000', '210728.453000', '210728.455000', '210728.458000', '210728.460000', '210728.463000', '210728.466000', '210728.468000', '210728.471000', '210728.473000', '210728.476000', '210728.479000', '210728.481000', '210728.484000', '210728.486000', '210728.489000', '210728.492000', '210728.494000', '210728.497000', '210728.500000', '210728.502000', '210728.505000', '210728.508000', '210728.510000', '210728.513000', '210728.515000', '210728.518000', '210728.521000', '210728.523000', '210728.526000', '210728.528000', '210728.531000', '210728.533000', '210728.536000', '210728.539000', '210728.541000', '210748.432000', '210748.434000', '210748.437000', '210748.440000', '210748.442000', '210748.445000', '210748.447000', '210748.450000', '210748.453000', '210748.455000', '210748.458000', '210748.460000', '210748.463000', '210748.466000', '210748.468000', '210748.471000', '210748.473000', '210748.476000', '210748.479000', '210748.481000', '210748.484000', '210748.487000', '210748.490000', '210748.493000', '210748.495000', '210748.498000', '210748.501000', '210748.503000', '210748.506000', '210748.508000', '210748.511000', '210748.514000', '210748.516000', '210748.519000', '210748.522000', '210748.524000', '210748.527000', '210748.530000', '210748.533000', '210748.536000', '210748.540000', '210748.542000', '210748.545000', '210808.433000', '210808.435000', '210808.438000', '210808.441000', '210808.443000', '210808.446000', '210808.448000', '210808.451000', '210808.454000', '210808.456000', '210808.459000', '210808.462000', '210808.464000', '210808.467000', '210808.470000', '210808.472000', '210808.475000', '210808.477000', '210808.480000', '210808.483000', '210808.485000', '210808.488000', '210808.490000', '210808.493000', '210808.495000', '210808.498000', '210808.501000', '210808.505000', '210808.508000', '210808.510000', '210808.513000', '210808.515000', '210808.518000', '210808.521000', '210808.523000', '210808.526000', '210808.528000', '210808.531000', '210808.534000', '210808.536000', '210808.539000', '210808.541000', '210808.544000', '210808.546000', '210828.433000', '210828.435000', '210828.438000', '210828.441000', '210828.443000', '210828.446000', '210828.448000', '210828.451000', '210828.454000', '210828.456000', '210828.459000', '210828.461000', '210828.464000', '210828.467000', '210828.479000', '210828.482000', '210828.485000', '210828.487000', '210828.490000', '210828.493000', '210828.495000', '210828.498000', '210828.500000', '210828.503000', '210828.506000', '210828.508000', '210828.511000', '210828.514000', '210828.516000', '210828.519000', '210828.521000', '210828.524000', '210828.527000', '210828.529000', '210828.532000', '210828.534000', '210828.537000', '210828.540000', '210828.542000', '210828.545000', '210828.548000', '210828.550000', '210828.553000', '210848.433000', '210848.435000', '210848.438000', '210848.441000', '210848.443000', '210848.446000', '210848.449000', '210848.451000', '210848.454000', '210848.456000', '210848.459000', '210848.462000', '210848.464000', '210848.467000', '210848.469000', '210848.472000', '210848.475000', '210848.477000', '210848.480000', '210848.483000', '210848.485000', '210848.488000', '210848.490000', '210848.493000', '210848.496000', '210848.498000', '210848.501000', '210848.504000', '210848.506000', '210848.509000', '210848.511000', '210848.514000', '210848.517000', '210848.519000', '210848.522000', '210848.525000', '210848.527000', '210848.530000', '210848.533000', '210848.535000', '210848.538000', '210848.540000', '210848.543000', '210848.546000', '210903.865000', '210903.868000', '210903.870000', '210903.873000', '210903.876000', '210903.878000', '210903.881000', '210903.883000', '210903.886000', '210903.889000', '210903.891000', '210903.894000', '210903.896000', '210903.899000', '210903.902000', '210903.905000', '210903.908000', '210903.911000', '210903.913000', '210903.916000', '210903.919000', '210903.922000', '210903.925000', '210903.928000', '210903.930000', '210903.933000', '210903.936000', '210903.942000', '210903.944000', '210903.947000', '210903.950000', '210903.953000', '210903.957000', '210903.960000'], 'InstanceCreationTime': ['210228.468000', '210228.475000', '210228.478000', '210228.480000', '210228.483000', '210228.485000', '210228.488000', '210228.490000', '210228.493000', '210228.496000', '210228.498000', '210228.501000', '210248.431000', '210248.434000', '210248.437000', '210248.439000', '210248.442000', '210248.444000', '210248.447000', '210248.449000', '210248.452000', '210248.456000', '210248.459000', '210248.461000', '210248.464000', '210248.466000', '210248.469000', '210248.472000', '210248.474000', '210248.477000', '210248.479000', '210248.482000', '210248.484000', '210248.487000', '210248.489000', '210248.492000', '210248.494000', '210248.497000', '210248.500000', '210248.502000', '210248.505000', '210248.507000', '210248.510000', '210248.513000', '210248.515000', '210248.518000', '210248.520000', '210248.523000', '210248.525000', '210248.528000', '210248.531000', '210248.533000', '210248.536000', '210248.538000', '210248.541000', '210308.431000', '210308.434000', '210308.439000', '210308.441000', '210308.444000', '210308.447000', '210308.449000', '210308.452000', '210308.454000', '210308.457000', '210308.460000', '210308.462000', '210308.465000', '210308.467000', '210308.470000', '210308.473000', '210308.476000', '210308.478000', '210308.481000', '210308.484000', '210308.486000', '210308.489000', '210308.491000', '210308.494000', '210308.496000', '210308.499000', '210308.502000', '210308.504000', '210308.507000', '210308.509000', '210308.512000', '210308.515000', '210308.517000', '210308.520000', '210308.522000', '210308.525000', '210308.528000', '210308.530000', '210308.533000', '210308.535000', '210308.538000', '210308.541000', '210308.543000', '210308.546000', '210328.432000', '210328.435000', '210328.438000', '210328.440000', '210328.443000', '210328.445000', '210328.448000', '210328.450000', '210328.453000', '210328.456000', '210328.458000', '210328.461000', '210328.463000', '210328.466000', '210328.469000', '210328.475000', '210328.478000', '210328.480000', '210328.483000', '210328.486000', '210328.488000', '210328.491000', '210328.493000', '210328.496000', '210328.498000', '210328.501000', '210328.504000', '210328.506000', '210328.509000', '210328.511000', '210328.514000', '210328.516000', '210328.519000', '210328.522000', '210328.524000', '210328.527000', '210328.530000', '210328.532000', '210328.535000', '210328.537000', '210328.540000', '210328.543000', '210328.545000', '210348.432000', '210348.435000', '210348.438000', '210348.440000', '210348.443000', '210348.446000', '210348.448000', '210348.451000', '210348.453000', '210348.456000', '210348.458000', '210348.461000', '210348.464000', '210348.466000', '210348.469000', '210348.471000', '210348.474000', '210348.476000', '210348.479000', '210348.482000', '210348.484000', '210348.487000', '210348.489000', '210348.492000', '210348.494000', '210348.497000', '210348.499000', '210348.531000', '210348.534000', '210348.536000', '210348.539000', '210348.542000', '210348.544000', '210348.547000', '210348.549000', '210348.552000', '210348.554000', '210348.557000', '210348.559000', '210348.562000', '210348.565000', '210348.567000', '210348.570000', '210348.573000', '210408.432000', '210408.435000', '210408.438000', '210408.440000', '210408.443000', '210408.445000', '210408.448000', '210408.450000', '210408.453000', '210408.456000', '210408.458000', '210408.461000', '210408.463000', '210408.466000', '210408.469000', '210408.471000', '210408.474000', '210408.476000', '210408.479000', '210408.481000', '210408.484000', '210408.487000', '210408.489000', '210408.492000', '210408.494000', '210408.497000', '210408.500000', '210408.502000', '210408.505000', '210408.508000', '210408.510000', '210408.513000', '210408.515000', '210408.518000', '210408.521000', '210408.523000', '210408.526000', '210408.528000', '210408.531000', '210408.533000', '210408.536000', '210408.539000', '210408.541000', '210428.433000', '210428.435000', '210428.438000', '210428.440000', '210428.443000', '210428.446000', '210428.448000', '210428.451000', '210428.453000', '210428.456000', '210428.458000', '210428.461000', '210428.464000', '210428.466000', '210428.469000', '210428.471000', '210428.474000', '210428.477000', '210428.479000', '210428.482000', '210428.484000', '210428.487000', '210428.489000', '210428.492000', '210428.495000', '210428.497000', '210428.500000', '210428.502000', '210428.505000', '210428.507000', '210428.510000', '210428.513000', '210428.515000', '210428.518000', '210428.520000', '210428.523000', '210428.526000', '210428.528000', '210428.531000', '210428.533000', '210428.536000', '210428.539000', '210428.541000', '210428.544000', '210448.431000', '210448.434000', '210448.437000', '210448.440000', '210448.442000', '210448.445000', '210448.447000', '210448.450000', '210448.453000', '210448.455000', '210448.458000', '210448.460000', '210448.463000', '210448.466000', '210448.468000', '210448.471000', '210448.473000', '210448.476000', '210448.479000', '210448.481000', '210448.484000', '210448.486000', '210448.489000', '210448.491000', '210448.494000', '210448.497000', '210448.499000', '210448.502000', '210448.504000', '210448.507000', '210448.510000', '210448.512000', '210448.515000', '210448.517000', '210448.520000', '210448.523000', '210448.525000', '210448.528000', '210448.531000', '210448.533000', '210448.536000', '210448.538000', '210448.541000', '210508.432000', '210508.434000', '210508.437000', '210508.440000', '210508.442000', '210508.445000', '210508.448000', '210508.455000', '210508.458000', '210508.460000', '210508.463000', '210508.466000', '210508.468000', '210508.471000', '210508.473000', '210508.476000', '210508.479000', '210508.481000', '210508.484000', '210508.486000', '210508.489000', '210508.492000', '210508.494000', '210508.497000', '210508.499000', '210508.502000', '210508.505000', '210508.507000', '210508.510000', '210508.512000', '210508.515000', '210508.518000', '210508.520000', '210508.523000', '210508.525000', '210508.528000', '210508.531000', '210508.533000', '210508.536000', '210508.538000', '210508.541000', '210508.544000', '210508.546000', '210508.549000', '210528.432000', '210528.435000', '210528.437000', '210528.440000', '210528.442000', '210528.445000', '210528.447000', '210528.450000', '210528.468000', '210528.471000', '210528.473000', '210528.476000', '210528.478000', '210528.482000', '210528.484000', '210528.487000', '210528.490000', '210528.493000', '210528.496000', '210528.498000', '210528.501000', '210528.504000', '210528.507000', '210528.510000', '210528.513000', '210528.515000', '210528.518000', '210528.521000', '210528.523000', '210528.526000', '210528.529000', '210528.531000', '210528.534000', '210528.537000', '210528.539000', '210528.542000', '210528.545000', '210528.548000', '210528.550000', '210528.553000', '210528.555000', '210528.558000', '210528.560000', '210548.432000', '210548.435000', '210548.438000', '210548.440000', '210548.443000', '210548.445000', '210548.448000', '210548.451000', '210548.453000', '210548.456000', '210548.458000', '210548.461000', '210548.463000', '210548.466000', '210548.469000', '210548.471000', '210548.474000', '210548.476000', '210548.479000', '210548.482000', '210548.484000', '210548.487000', '210548.489000', '210548.492000', '210548.495000', '210548.497000', '210548.500000', '210548.502000', '210548.505000', '210548.508000', '210548.510000', '210548.513000', '210548.515000', '210548.518000', '210548.521000', '210548.524000', '210548.526000', '210548.529000', '210548.532000', '210548.534000', '210548.537000', '210548.539000', '210548.542000', '210548.545000', '210608.432000', '210608.435000', '210608.438000', '210608.440000', '210608.443000', '210608.446000', '210608.448000', '210608.451000', '210608.454000', '210608.456000', '210608.459000', '210608.461000', '210608.464000', '210608.467000', '210608.469000', '210608.472000', '210608.474000', '210608.477000', '210608.480000', '210608.482000', '210608.485000', '210608.487000', '210608.490000', '210608.493000', '210608.495000', '210608.498000', '210608.500000', '210608.503000', '210608.506000', '210608.508000', '210608.511000', '210608.513000', '210608.516000', '210608.519000', '210608.521000', '210608.524000', '210608.527000', '210608.529000', '210608.532000', '210608.534000', '210608.537000', '210608.540000', '210608.542000', '210628.432000', '210628.435000', '210628.438000', '210628.440000', '210628.443000', '210628.446000', '210628.449000', '210628.452000', '210628.454000', '210628.457000', '210628.459000', '210628.462000', '210628.464000', '210628.467000', '210628.470000', '210628.472000', '210628.475000', '210628.478000', '210628.480000', '210628.483000', '210628.485000', '210628.488000', '210628.491000', '210628.493000', '210628.496000', '210628.498000', '210628.501000', '210628.504000', '210628.506000', '210628.509000', '210628.512000', '210628.514000', '210628.517000', '210628.519000', '210628.522000', '210628.525000', '210628.527000', '210628.530000', '210628.532000', '210628.535000', '210628.538000', '210628.540000', '210628.543000', '210648.432000', '210648.435000', '210648.438000', '210648.440000', '210648.443000', '210648.446000', '210648.448000', '210648.451000', '210648.454000', '210648.456000', '210648.459000', '210648.461000', '210648.464000', '210648.466000', '210648.469000', '210648.472000', '210648.474000', '210648.477000', '210648.479000', '210648.482000', '210648.485000', '210648.487000', '210648.490000', '210648.492000', '210648.495000', '210648.498000', '210648.500000', '210648.503000', '210648.505000', '210648.508000', '210648.511000', '210648.513000', '210648.516000', '210648.518000', '210648.521000', '210648.524000', '210648.526000', '210648.529000', '210648.531000', '210648.534000', '210648.537000', '210648.539000', '210648.542000', '210648.544000', '210708.431000', '210708.434000', '210708.437000', '210708.439000', '210708.453000', '210708.455000', '210708.458000', '210708.460000', '210708.463000', '210708.466000', '210708.468000', '210708.471000', '210708.473000', '210708.476000', '210708.479000', '210708.481000', '210708.484000', '210708.486000', '210708.489000', '210708.492000', '210708.494000', '210708.497000', '210708.500000', '210708.502000', '210708.505000', '210708.507000', '210708.510000', '210708.513000', '210708.515000', '210708.518000', '210708.520000', '210708.523000', '210708.526000', '210708.528000', '210708.531000', '210708.533000', '210708.536000', '210708.538000', '210708.541000', '210708.544000', '210708.546000', '210708.549000', '210708.551000', '210708.554000', '210728.431000', '210728.434000', '210728.437000', '210728.440000', '210728.442000', '210728.445000', '210728.447000', '210728.450000', '210728.453000', '210728.455000', '210728.458000', '210728.460000', '210728.463000', '210728.466000', '210728.468000', '210728.471000', '210728.473000', '210728.476000', '210728.479000', '210728.481000', '210728.484000', '210728.486000', '210728.489000', '210728.492000', '210728.494000', '210728.497000', '210728.500000', '210728.502000', '210728.505000', '210728.508000', '210728.510000', '210728.513000', '210728.515000', '210728.518000', '210728.521000', '210728.523000', '210728.526000', '210728.528000', '210728.531000', '210728.533000', '210728.536000', '210728.539000', '210728.541000', '210748.432000', '210748.434000', '210748.437000', '210748.440000', '210748.442000', '210748.445000', '210748.447000', '210748.450000', '210748.453000', '210748.455000', '210748.458000', '210748.460000', '210748.463000', '210748.466000', '210748.468000', '210748.471000', '210748.473000', '210748.476000', '210748.479000', '210748.481000', '210748.484000', '210748.487000', '210748.490000', '210748.493000', '210748.495000', '210748.498000', '210748.501000', '210748.503000', '210748.506000', '210748.508000', '210748.511000', '210748.514000', '210748.516000', '210748.519000', '210748.522000', '210748.524000', '210748.527000', '210748.530000', '210748.533000', '210748.536000', '210748.540000', '210748.542000', '210748.545000', '210808.433000', '210808.435000', '210808.438000', '210808.441000', '210808.443000', '210808.446000', '210808.448000', '210808.451000', '210808.454000', '210808.456000', '210808.459000', '210808.462000', '210808.464000', '210808.467000', '210808.470000', '210808.472000', '210808.475000', '210808.477000', '210808.480000', '210808.483000', '210808.485000', '210808.488000', '210808.490000', '210808.493000', '210808.495000', '210808.498000', '210808.501000', '210808.505000', '210808.508000', '210808.510000', '210808.513000', '210808.515000', '210808.518000', '210808.521000', '210808.523000', '210808.526000', '210808.528000', '210808.531000', '210808.534000', '210808.536000', '210808.539000', '210808.541000', '210808.544000', '210808.546000', '210828.433000', '210828.435000', '210828.438000', '210828.441000', '210828.443000', '210828.446000', '210828.448000', '210828.451000', '210828.454000', '210828.456000', '210828.459000', '210828.461000', '210828.464000', '210828.467000', '210828.479000', '210828.482000', '210828.485000', '210828.487000', '210828.490000', '210828.493000', '210828.495000', '210828.498000', '210828.500000', '210828.503000', '210828.506000', '210828.508000', '210828.511000', '210828.514000', '210828.516000', '210828.519000', '210828.521000', '210828.524000', '210828.527000', '210828.529000', '210828.532000', '210828.534000', '210828.537000', '210828.540000', '210828.542000', '210828.545000', '210828.548000', '210828.550000', '210828.553000', '210848.433000', '210848.435000', '210848.438000', '210848.441000', '210848.443000', '210848.446000', '210848.449000', '210848.451000', '210848.454000', '210848.456000', '210848.459000', '210848.462000', '210848.464000', '210848.467000', '210848.469000', '210848.472000', '210848.475000', '210848.477000', '210848.480000', '210848.483000', '210848.485000', '210848.488000', '210848.490000', '210848.493000', '210848.496000', '210848.498000', '210848.501000', '210848.504000', '210848.506000', '210848.509000', '210848.511000', '210848.514000', '210848.517000', '210848.519000', '210848.522000', '210848.525000', '210848.527000', '210848.530000', '210848.533000', '210848.535000', '210848.538000', '210848.540000', '210848.543000', '210848.546000', '210903.865000', '210903.868000', '210903.870000', '210903.873000', '210903.876000', '210903.878000', '210903.881000', '210903.883000', '210903.886000', '210903.889000', '210903.891000', '210903.894000', '210903.896000', '210903.899000', '210903.902000', '210903.905000', '210903.908000', '210903.911000', '210903.913000', '210903.916000', '210903.919000', '210903.922000', '210903.925000', '210903.928000', '210903.930000', '210903.933000', '210903.936000', '210903.942000', '210903.944000', '210903.947000', '210903.950000', '210903.953000', '210903.957000', '210903.960000'], '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': [15693, 13394, 9680, 10020, 14650, 8859, 7489, 11572, 14401, 13919, 15090, 8037, 12403, 7290, 10020, 11345, 6728, 11974, 12091, 9567, 7827, 13234, 8233, 11778, 8219, 14232, 14158, 13786, 11944, 12536, 15593, 9846, 13392, 10202, 8103, 9550, 13061, 7457, 10679, 7691, 11456, 7189, 12733, 12818, 9296, 12627, 7083, 10536, 7287, 11814, 7264, 11537, 7426, 10958, 7202, 12508, 7933, 10440, 7715, 14214, 7586, 13072, 10704, 10171, 13199, 10022, 15007, 13463, 7944, 11201, 14864, 13229, 12490, 15394, 10537, 12409, 9862, 11988, 8270, 13354, 9051, 8349, 11677, 7357, 12031, 7335, 12923, 15351, 14061, 15749, 8468, 12157, 9359, 12160, 9274, 7934, 7691, 11485, 9089, 12170, 7802, 11652, 7625, 12378, 7414, 12072, 6903, 11192, 7479, 11401, 7550, 10734, 6817, 12640, 8125, 12821, 8172, 8867, 9622, 14064, 10527, 7661, 13970, 10867, 14816, 14553, 11610, 11655, 15043, 13699, 13073, 9562, 9017, 10819, 15392, 14029, 12490, 8798, 12628, 8410, 11708, 8131, 13933, 13764, 12000, 8530, 7133, 11975, 7646, 12388, 11357, 14590, 15963, 13484, 13619, 7473, 12069, 8630, 11686, 10157, 12172, 9618, 9936, 10533, 14213, 10193, 7076, 11916, 12274, 13925, 15860, 16927, 13903, 13864, 7269, 11585, 7002, 10766, 8683, 9642, 6833, 11847, 8389, 11802, 7876, 7747, 10965, 8448, 10567, 7090, 12325, 10275, 10083, 7965, 12416, 8838, 14314, 8371, 11906, 8463, 6897, 11306, 13289, 10273, 14731, 10630, 11693, 11620, 6851, 9009, 7170, 9800, 11288, 9224, 8458, 12219, 13645, 15473, 12064, 6959, 12378, 8660, 9620, 8190, 13994, 11930, 11247, 9260, 14518, 12350, 9270, 10386, 15555, 12797, 14559, 10050, 11244, 7464, 11257, 6673, 11514, 8585, 11919, 7580, 10453, 7123, 14851, 11644, 7033, 8068, 11549, 7086, 10842, 7191, 9466, 7089, 10939, 10019, 10209, 9276, 6464, 11952, 6943, 11620, 12092, 15175, 14520, 13144, 14827, 11697, 15091, 8304, 13170, 8038, 12506, 6964, 12214, 7388, 11624, 9179, 12571, 16598, 11708, 15296, 11408, 8314, 11257, 6908, 12134, 9921, 6706, 11298, 9407, 9901, 7229, 9966, 6729, 10770, 7351, 9687, 7310, 9429, 8070, 8692, 7420, 9254, 10636, 8818, 10973, 7128, 10159, 7123, 10160, 7361, 9515, 6652, 11131, 7325, 9030, 11278, 8516, 7272, 8300, 6750, 10651, 12085, 9610, 10594, 9328, 12399, 12065, 12706, 8733, 6632, 10960, 13994, 12821, 14999, 15533, 14753, 12190, 7965, 11275, 14260, 8883, 15654, 12728, 14193, 8674, 11575, 9454, 10184, 15693, 8705, 10837, 8882, 7161, 9718, 9185, 9235, 6739, 10333, 13591, 10049, 10391, 6834, 9017, 6906, 9872, 6810, 9607, 7376, 10339, 7339, 9879, 8167, 10667, 7670, 9703, 7901, 10707, 7855, 9722, 8293, 7025, 9103, 7371, 8352, 6864, 9432, 11753, 9689, 13469, 10538, 14433, 7718, 10621, 6678, 9833, 9052, 8800, 7575, 11004, 7141, 10565, 13676, 8578, 10986, 7787, 11108, 9988, 13117, 14135, 12405, 16011, 14806, 15422, 13390, 13716, 15597, 7794, 10272, 6874, 9457, 7000, 8241, 7102, 11845, 9198, 8593, 9516, 10829, 9362, 7329, 12915, 14685, 13952, 12468, 8301, 10048, 6851, 11168, 7266, 8765, 8379, 11843, 8038, 6974, 9467, 11303, 8730, 6495, 9732, 8409, 8562, 6808, 10658, 11072, 9244, 8066, 12434, 7188, 9871, 6925, 8941, 6590, 10440, 7982, 12483, 7172, 11125, 8996, 12253, 13453, 14307, 10513, 9677, 9062, 8694, 11699, 6921, 10091, 6910, 12681, 8981, 14830, 12649, 8376, 8910, 12355, 6999, 10655, 6804, 11781, 8718, 10292, 12626, 13219, 13988, 10221, 9769, 14759, 10671, 11822, 15241, 8964, 12113, 8004, 11309, 8053, 10549, 10710, 6738, 11725, 9207, 9725, 7075, 11345, 15741, 10822, 11873, 7260, 9910, 6599, 11272, 7559, 10406, 6930, 10019, 7016, 10942, 7940, 12295, 10454, 8865, 8078, 10875, 7369, 10245, 7020, 9378, 7755, 12962, 9945, 10772, 13243, 16258, 14519, 13435, 7505, 10321, 7297, 8365, 7401, 9468, 11136, 8460, 6710, 10174, 14594, 9410, 7687, 10126, 13981, 11796, 11384, 7619, 10591, 7746, 10973, 7224, 9451, 7572, 10805, 7219, 9052, 7672, 10723, 7027, 9184, 10664, 7997, 10561, 7595, 9827, 7248, 9914, 6784, 8953, 7698, 10831, 7419, 8945, 8851, 6500, 10477, 9214, 8581, 7252, 8850, 11295, 7699, 9863, 10011, 8065, 10095, 7834, 12877, 15555, 9525, 13977, 7519, 7503, 8930, 10943, 9385, 11230, 14655, 13202, 13776, 10085, 15720, 14289, 11180, 7028, 10955, 10072, 8170, 10967, 7805, 9681, 8197, 9836, 8631, 9758, 12167, 14133, 10831, 15872, 11709, 11944, 7775, 7493, 8936, 11326, 7941, 7144, 9547, 11260, 8418, 9402, 11295, 8237, 7575, 8853, 6943, 10001, 7699, 8656, 6838, 10326, 11121, 8185, 10336, 6925, 9914, 6959, 10567, 8031, 7678, 7888, 10870, 7020, 9110, 11131, 7885, 10005, 8201, 8763, 8254, 6930, 10430, 7686, 8052, 11282, 6992, 10209, 8610, 10134, 11860, 15246, 12629, 9498, 9791, 14670, 14265, 11883, 16882, 10312, 12796, 8399, 12265, 8878, 12747, 15669, 10300, 15901, 13724, 16360, 8193, 10546, 7537, 10669, 7327, 8393, 10691, 7428, 10094, 7138, 9783, 7736, 7497, 8889, 10750, 8216, 6555, 10835, 10918, 11449, 11625, 13617, 9335, 8935, 9652, 8128, 10527, 6712, 9343, 7200, 10193, 7331, 9341, 7005, 9621, 10860, 7499, 10675, 11300, 9553, 10477, 10277, 6977, 13026, 8510, 14413, 13799, 14521, 11416, 15615, 15004, 12680, 14607, 8062, 9017, 9763, 7323, 11095, 7287, 10312, 7445, 11263, 7767, 11416, 13969, 12053, 12999, 9240, 11518, 10348, 10538, 9057, 9812, 8118, 10642, 12442, 8966, 12187, 8121, 9480, 8756, 12609, 7153, 10123, 11623, 9352, 8435, 10668, 7221, 10003, 11420, 7978, 11790, 7122, 10945, 6775, 10302, 8031, 12261, 12455, 9022, 12165, 8668, 11460, 6954, 12166, 9033, 13033, 9938, 6789, 9315, 12148, 11599, 9391, 12730, 9015, 6896, 13103, 10747, 12770, 7209, 11271, 13806, 8320, 11247, 10161, 9211, 9725, 9654, 7112, 10940, 7199, 11569, 14768, 9341, 12015, 15499, 10100, 12215, 10101, 9146, 14531, 8671, 11552, 6830, 11477, 7055, 10747, 6874, 10510, 8045, 9545, 13224, 9866, 9501, 13750, 8238, 11059, 7097, 9217, 8784, 8345, 11559], 'WindowCenter': [4298.0, 4259.0, 4227.0, 4228.0, 4240.0, 4198.0, 4176.0, 4219.0, 4240.0, 4230.0, 4237.0, 4189.0, 4216.0, 4173.0, 4205.0, 4217.0, 4174.0, 4232.0, 4218.0, 4195.0, 4175.0, 4227.0, 4186.0, 4219.0, 4197.0, 4227.0, 4214.0, 4215.0, 4203.0, 4205.0, 4211.0, 4179.0, 4198.0, 4179.0, 4159.0, 4182.0, 4201.0, 4146.0, 4178.0, 4158.0, 4189.0, 4159.0, 4213.0, 4188.0, 4168.0, 4187.0, 4148.0, 4180.0, 4158.0, 4201.0, 4162.0, 4204.0, 4163.0, 4205.0, 4174.0, 4217.0, 4173.0, 4205.0, 4174.0, 4225.0, 4186.0, 4216.0, 4220.0, 4211.0, 4226.0, 4209.0, 4230.0, 4228.0, 4188.0, 4221.0, 4231.0, 4205.0, 4219.0, 4214.0, 4192.0, 4201.0, 4193.0, 4205.0, 4187.0, 4215.0, 4185.0, 4175.0, 4205.0, 4163.0, 4216.0, 4174.0, 4217.0, 4214.0, 4200.0, 4197.0, 4170.0, 4199.0, 4183.0, 4190.0, 4165.0, 4163.0, 4159.0, 4176.0, 4154.0, 4187.0, 4132.0, 4173.0, 4132.0, 4187.0, 4160.0, 4201.0, 4159.0, 4191.0, 4157.0, 4201.0, 4158.0, 4190.0, 4160.0, 4212.0, 4159.0, 4214.0, 4182.0, 4182.0, 4207.0, 4223.0, 4190.0, 4176.0, 4215.0, 4208.0, 4227.0, 4229.0, 4208.0, 4206.0, 4212.0, 4188.0, 4174.0, 4154.0, 4168.0, 4181.0, 4212.0, 4212.0, 4188.0, 4169.0, 4187.0, 4145.0, 4174.0, 4143.0, 4198.0, 4209.0, 4199.0, 4171.0, 4162.0, 4187.0, 4146.0, 4187.0, 4178.0, 4212.0, 4222.0, 4212.0, 4199.0, 4145.0, 4169.0, 4139.0, 4159.0, 4160.0, 4160.0, 4150.0, 4149.0, 4161.0, 4168.0, 4149.0, 4116.0, 4156.0, 4156.0, 4167.0, 4180.0, 4180.0, 4167.0, 4166.0, 4114.0, 4144.0, 4115.0, 4145.0, 4124.0, 4147.0, 4117.0, 4169.0, 4142.0, 4172.0, 4143.0, 4143.0, 4175.0, 4143.0, 4162.0, 4132.0, 4182.0, 4162.0, 4152.0, 4142.0, 4185.0, 4153.0, 4196.0, 4157.0, 4183.0, 4153.0, 4133.0, 4187.0, 4185.0, 4165.0, 4195.0, 4177.0, 4189.0, 4201.0, 4161.0, 4181.0, 4148.0, 4178.0, 4187.0, 4168.0, 4170.0, 4204.0, 4216.0, 4236.0, 4216.0, 4164.0, 4202.0, 4154.0, 4152.0, 4143.0, 4184.0, 4173.0, 4174.0, 4166.0, 4185.0, 4172.0, 4149.0, 4162.0, 4179.0, 4155.0, 4155.0, 4133.0, 4141.0, 4114.0, 4145.0, 4116.0, 4156.0, 4139.0, 4156.0, 4115.0, 4147.0, 4117.0, 4177.0, 4172.0, 4129.0, 4152.0, 4168.0, 4129.0, 4159.0, 4129.0, 4165.0, 4145.0, 4187.0, 4191.0, 4203.0, 4194.0, 4163.0, 4201.0, 4146.0, 4176.0, 4187.0, 4200.0, 4199.0, 4188.0, 4211.0, 4188.0, 4194.0, 4154.0, 4168.0, 4113.0, 4143.0, 4103.0, 4154.0, 4113.0, 4155.0, 4137.0, 4158.0, 4164.0, 4141.0, 4151.0, 4128.0, 4108.0, 4128.0, 4099.0, 4151.0, 4132.0, 4101.0, 4142.0, 4121.0, 4130.0, 4099.0, 4118.0, 4098.0, 4140.0, 4109.0, 4131.0, 4110.0, 4144.0, 4123.0, 4134.0, 4125.0, 4147.0, 4156.0, 4147.0, 4157.0, 4114.0, 4158.0, 4128.0, 4159.0, 4153.0, 4163.0, 4146.0, 4184.0, 4141.0, 4163.0, 4173.0, 4154.0, 4156.0, 4168.0, 4161.0, 4203.0, 4198.0, 4175.0, 4175.0, 4166.0, 4187.0, 4200.0, 4211.0, 4180.0, 4146.0, 4186.0, 4182.0, 4184.0, 4196.0, 4208.0, 4210.0, 4186.0, 4155.0, 4174.0, 4166.0, 4124.0, 4176.0, 4156.0, 4163.0, 4135.0, 4155.0, 4132.0, 4131.0, 4161.0, 4121.0, 4129.0, 4119.0, 4098.0, 4118.0, 4118.0, 4119.0, 4099.0, 4133.0, 4150.0, 4119.0, 4116.0, 4086.0, 4106.0, 4096.0, 4127.0, 4099.0, 4131.0, 4112.0, 4143.0, 4112.0, 4133.0, 4136.0, 4145.0, 4124.0, 4145.0, 4137.0, 4158.0, 4139.0, 4149.0, 4138.0, 4143.0, 4163.0, 4142.0, 4153.0, 4132.0, 4164.0, 4173.0, 4162.0, 4194.0, 4175.0, 4194.0, 4154.0, 4173.0, 4130.0, 4161.0, 4151.0, 4152.0, 4142.0, 4186.0, 4158.0, 4188.0, 4195.0, 4152.0, 4159.0, 4140.0, 4158.0, 4160.0, 4181.0, 4184.0, 4185.0, 4208.0, 4197.0, 4194.0, 4171.0, 4170.0, 4178.0, 4114.0, 4134.0, 4102.0, 4133.0, 4114.0, 4122.0, 4141.0, 4169.0, 4146.0, 4136.0, 4145.0, 4153.0, 4134.0, 4128.0, 4169.0, 4165.0, 4166.0, 4141.0, 4108.0, 4118.0, 4100.0, 4141.0, 4110.0, 4136.0, 4137.0, 4154.0, 4123.0, 4124.0, 4159.0, 4156.0, 4136.0, 4114.0, 4148.0, 4137.0, 4138.0, 4128.0, 4174.0, 4173.0, 4150.0, 4142.0, 4185.0, 4146.0, 4162.0, 4130.0, 4152.0, 4131.0, 4176.0, 4167.0, 4198.0, 4146.0, 4186.0, 4179.0, 4202.0, 4188.0, 4197.0, 4176.0, 4164.0, 4140.0, 4140.0, 4159.0, 4118.0, 4162.0, 4132.0, 4183.0, 4167.0, 4211.0, 4198.0, 4169.0, 4167.0, 4172.0, 4131.0, 4148.0, 4119.0, 4172.0, 4154.0, 4178.0, 4200.0, 4200.0, 4197.0, 4160.0, 4149.0, 4166.0, 4133.0, 4146.0, 4165.0, 4125.0, 4154.0, 4125.0, 4156.0, 4138.0, 4156.0, 4144.0, 4102.0, 4156.0, 4123.0, 4132.0, 4114.0, 4146.0, 4163.0, 4143.0, 4140.0, 4096.0, 4118.0, 4098.0, 4142.0, 4125.0, 4144.0, 4115.0, 4144.0, 4115.0, 4157.0, 4141.0, 4172.0, 4163.0, 4164.0, 4142.0, 4158.0, 4113.0, 4144.0, 4114.0, 4136.0, 4128.0, 4183.0, 4164.0, 4174.0, 4197.0, 4194.0, 4182.0, 4155.0, 4101.0, 4133.0, 4098.0, 4110.0, 4100.0, 4133.0, 4142.0, 4122.0, 4103.0, 4143.0, 4161.0, 4118.0, 4096.0, 4130.0, 4139.0, 4128.0, 4127.0, 4097.0, 4128.0, 4110.0, 4138.0, 4099.0, 4129.0, 4111.0, 4140.0, 4099.0, 4120.0, 4123.0, 4144.0, 4101.0, 4133.0, 4132.0, 4122.0, 4140.0, 4124.0, 4144.0, 4125.0, 4145.0, 4116.0, 4148.0, 4154.0, 4174.0, 4145.0, 4164.0, 4165.0, 4148.0, 4188.0, 4167.0, 4163.0, 4142.0, 4154.0, 4173.0, 4141.0, 4164.0, 4164.0, 4154.0, 4176.0, 4157.0, 4201.0, 4207.0, 4164.0, 4179.0, 4129.0, 4143.0, 4164.0, 4173.0, 4154.0, 4173.0, 4198.0, 4198.0, 4196.0, 4175.0, 4208.0, 4181.0, 4159.0, 4119.0, 4161.0, 4148.0, 4139.0, 4160.0, 4127.0, 4149.0, 4138.0, 4159.0, 4138.0, 4147.0, 4158.0, 4165.0, 4144.0, 4163.0, 4141.0, 4141.0, 4113.0, 4112.0, 4135.0, 4143.0, 4122.0, 4102.0, 4134.0, 4142.0, 4112.0, 4121.0, 4130.0, 4109.0, 4111.0, 4134.0, 4115.0, 4149.0, 4126.0, 4137.0, 4129.0, 4161.0, 4159.0, 4139.0, 4148.0, 4128.0, 4149.0, 4131.0, 4162.0, 4154.0, 4156.0, 4156.0, 4174.0, 4130.0, 4152.0, 4162.0, 4143.0, 4163.0, 4154.0, 4157.0, 4170.0, 4149.0, 4191.0, 4159.0, 4170.0, 4175.0, 4144.0, 4175.0, 4153.0, 4164.0, 4188.0, 4220.0, 4201.0, 4177.0, 4165.0, 4184.0, 4168.0, 4158.0, 4176.0, 4145.0, 4156.0, 4137.0, 4158.0, 4138.0, 4167.0, 4166.0, 4132.0, 4150.0, 4140.0, 4162.0, 4110.0, 4129.0, 4112.0, 4131.0, 4098.0, 4109.0, 4128.0, 4101.0, 4129.0, 4111.0, 4143.0, 4123.0, 4124.0, 4148.0, 4156.0, 4136.0, 4117.0, 4160.0, 4159.0, 4157.0, 4156.0, 4168.0, 4135.0, 4136.0, 4134.0, 4124.0, 4144.0, 4102.0, 4135.0, 4115.0, 4148.0, 4131.0, 4152.0, 4130.0, 4150.0, 4146.0, 4115.0, 4146.0, 4159.0, 4137.0, 4147.0, 4148.0, 4130.0, 4181.0, 4154.0, 4184.0, 4169.0, 4168.0, 4171.0, 4184.0, 4170.0, 4156.0, 4166.0, 4110.0, 4124.0, 4133.0, 4114.0, 4143.0, 4114.0, 4143.0, 4114.0, 4142.0, 4110.0, 4143.0, 4150.0, 4141.0, 4143.0, 4107.0, 4127.0, 4114.0, 4127.0, 4107.0, 4130.0, 4110.0, 4143.0, 4153.0, 4133.0, 4154.0, 4114.0, 4133.0, 4134.0, 4155.0, 4103.0, 4145.0, 4145.0, 4134.0, 4135.0, 4157.0, 4129.0, 4163.0, 4169.0, 4140.0, 4169.0, 4131.0, 4172.0, 4131.0, 4171.0, 4166.0, 4199.0, 4185.0, 4166.0, 4184.0, 4152.0, 4173.0, 4134.0, 4186.0, 4166.0, 4197.0, 4179.0, 4147.0, 4178.0, 4186.0, 4172.0, 4151.0, 4171.0, 4152.0, 4145.0, 4210.0, 4188.0, 4199.0, 4159.0, 4187.0, 4184.0, 4142.0, 4162.0, 4149.0, 4150.0, 4163.0, 4164.0, 4144.0, 4186.0, 4149.0, 4187.0, 4183.0, 4140.0, 4169.0, 4177.0, 4148.0, 4158.0, 4147.0, 4149.0, 4168.0, 4136.0, 4154.0, 4103.0, 4144.0, 4113.0, 4144.0, 4104.0, 4145.0, 4126.0, 4147.0, 4157.0, 4134.0, 4134.0, 4152.0, 4122.0, 4143.0, 4101.0, 4133.0, 4123.0, 4125.0, 4156.0], 'WindowWidth': [9496.0, 9420.0, 9371.0, 9373.0, 9379.0, 9318.0, 9289.0, 9349.0, 9382.0, 9365.0, 9371.0, 9308.0, 9342.0, 9276.0, 9323.0, 9341.0, 9287.0, 9372.0, 9345.0, 9309.0, 9281.0, 9354.0, 9299.0, 9347.0, 9316.0, 9358.0, 9333.0, 9336.0, 9314.0, 9321.0, 9324.0, 9275.0, 9303.0, 9275.0, 9249.0, 9285.0, 9311.0, 9228.0, 9274.0, 9246.0, 9290.0, 9253.0, 9327.0, 9290.0, 9260.0, 9285.0, 9233.0, 9276.0, 9251.0, 9309.0, 9259.0, 9319.0, 9263.0, 9322.0, 9281.0, 9341.0, 9278.0, 9321.0, 9282.0, 9351.0, 9300.0, 9337.0, 9351.0, 9340.0, 9354.0, 9331.0, 9364.0, 9358.0, 9302.0, 9349.0, 9369.0, 9319.0, 9346.0, 9337.0, 9297.0, 9310.0, 9305.0, 9322.0, 9301.0, 9334.0, 9293.0, 9279.0, 9322.0, 9263.0, 9335.0, 9279.0, 9342.0, 9337.0, 9309.0, 9299.0, 9267.0, 9307.0, 9290.0, 9294.0, 9252.0, 9257.0, 9245.0, 9267.0, 9232.0, 9285.0, 9199.0, 9256.0, 9200.0, 9283.0, 9252.0, 9309.0, 9252.0, 9297.0, 9249.0, 9310.0, 9248.0, 9292.0, 9256.0, 9327.0, 9250.0, 9333.0, 9291.0, 9288.0, 9327.0, 9347.0, 9297.0, 9284.0, 9333.0, 9328.0, 9355.0, 9366.0, 9329.0, 9323.0, 9327.0, 9283.0, 9260.0, 9234.0, 9257.0, 9279.0, 9330.0, 9327.0, 9285.0, 9262.0, 9283.0, 9222.0, 9259.0, 9215.0, 9301.0, 9320.0, 9306.0, 9270.0, 9259.0, 9284.0, 9227.0, 9282.0, 9276.0, 9327.0, 9346.0, 9328.0, 9304.0, 9225.0, 9247.0, 9207.0, 9234.0, 9239.0, 9236.0, 9220.0, 9220.0, 9238.0, 9246.0, 9217.0, 9171.0, 9224.0, 9223.0, 9241.0, 9264.0, 9265.0, 9243.0, 9238.0, 9164.0, 9205.0, 9168.0, 9208.0, 9177.0, 9216.0, 9177.0, 9248.0, 9217.0, 9257.0, 9220.0, 9222.0, 9265.0, 9219.0, 9241.0, 9205.0, 9272.0, 9240.0, 9225.0, 9215.0, 9276.0, 9233.0, 9293.0, 9243.0, 9275.0, 9232.0, 9207.0, 9284.0, 9280.0, 9253.0, 9292.0, 9271.0, 9290.0, 9308.0, 9261.0, 9286.0, 9234.0, 9275.0, 9285.0, 9260.0, 9266.0, 9317.0, 9339.0, 9370.0, 9338.0, 9266.0, 9314.0, 9237.0, 9229.0, 9220.0, 9280.0, 9257.0, 9261.0, 9252.0, 9281.0, 9257.0, 9221.0, 9240.0, 9265.0, 9222.0, 9221.0, 9186.0, 9197.0, 9166.0, 9207.0, 9173.0, 9225.0, 9208.0, 9228.0, 9169.0, 9213.0, 9174.0, 9260.0, 9259.0, 9199.0, 9232.0, 9247.0, 9196.0, 9234.0, 9197.0, 9253.0, 9227.0, 9288.0, 9299.0, 9319.0, 9309.0, 9268.0, 9312.0, 9226.0, 9266.0, 9285.0, 9306.0, 9305.0, 9286.0, 9322.0, 9288.0, 9290.0, 9235.0, 9244.0, 9161.0, 9199.0, 9148.0, 9218.0, 9164.0, 9223.0, 9202.0, 9233.0, 9233.0, 9199.0, 9209.0, 9174.0, 9146.0, 9174.0, 9140.0, 9213.0, 9189.0, 9145.0, 9203.0, 9172.0, 9181.0, 9138.0, 9162.0, 9138.0, 9196.0, 9155.0, 9188.0, 9161.0, 9210.0, 9180.0, 9197.0, 9185.0, 9219.0, 9230.0, 9219.0, 9231.0, 9170.0, 9231.0, 9194.0, 9239.0, 9240.0, 9251.0, 9235.0, 9280.0, 9217.0, 9251.0, 9263.0, 9239.0, 9245.0, 9265.0, 9264.0, 9321.0, 9306.0, 9268.0, 9267.0, 9258.0, 9289.0, 9311.0, 9329.0, 9283.0, 9234.0, 9286.0, 9275.0, 9279.0, 9297.0, 9322.0, 9326.0, 9284.0, 9242.0, 9264.0, 9238.0, 9180.0, 9257.0, 9226.0, 9231.0, 9197.0, 9226.0, 9188.0, 9185.0, 9224.0, 9171.0, 9179.0, 9164.0, 9136.0, 9165.0, 9163.0, 9166.0, 9140.0, 9190.0, 9211.0, 9164.0, 9156.0, 9117.0, 9143.0, 9132.0, 9176.0, 9140.0, 9184.0, 9165.0, 9206.0, 9164.0, 9192.0, 9200.0, 9212.0, 9182.0, 9210.0, 9205.0, 9234.0, 9210.0, 9223.0, 9210.0, 9221.0, 9250.0, 9218.0, 9235.0, 9206.0, 9253.0, 9261.0, 9246.0, 9291.0, 9268.0, 9291.0, 9238.0, 9262.0, 9201.0, 9244.0, 9229.0, 9232.0, 9220.0, 9285.0, 9250.0, 9292.0, 9294.0, 9232.0, 9237.0, 9214.0, 9237.0, 9241.0, 9270.0, 9278.0, 9278.0, 9322.0, 9298.0, 9290.0, 9253.0, 9251.0, 9254.0, 9164.0, 9190.0, 9146.0, 9189.0, 9168.0, 9173.0, 9219.0, 9250.0, 9216.0, 9200.0, 9214.0, 9221.0, 9194.0, 9195.0, 9252.0, 9238.0, 9239.0, 9199.0, 9147.0, 9163.0, 9145.0, 9198.0, 9159.0, 9202.0, 9205.0, 9222.0, 9179.0, 9183.0, 9236.0, 9226.0, 9198.0, 9170.0, 9221.0, 9204.0, 9207.0, 9195.0, 9265.0, 9261.0, 9228.0, 9217.0, 9278.0, 9231.0, 9246.0, 9200.0, 9229.0, 9202.0, 9266.0, 9261.0, 9302.0, 9231.0, 9286.0, 9281.0, 9314.0, 9285.0, 9297.0, 9267.0, 9248.0, 9208.0, 9210.0, 9235.0, 9177.0, 9241.0, 9203.0, 9275.0, 9258.0, 9326.0, 9304.0, 9264.0, 9259.0, 9258.0, 9200.0, 9217.0, 9182.0, 9256.0, 9238.0, 9273.0, 9306.0, 9306.0, 9303.0, 9238.0, 9220.0, 9240.0, 9187.0, 9209.0, 9235.0, 9181.0, 9219.0, 9185.0, 9226.0, 9207.0, 9226.0, 9209.0, 9150.0, 9225.0, 9175.0, 9187.0, 9166.0, 9211.0, 9232.0, 9203.0, 9195.0, 9131.0, 9163.0, 9139.0, 9202.0, 9186.0, 9208.0, 9173.0, 9208.0, 9171.0, 9232.0, 9214.0, 9257.0, 9246.0, 9249.0, 9219.0, 9231.0, 9165.0, 9207.0, 9167.0, 9198.0, 9189.0, 9273.0, 9250.0, 9262.0, 9299.0, 9294.0, 9267.0, 9221.0, 9143.0, 9188.0, 9136.0, 9153.0, 9142.0, 9191.0, 9204.0, 9177.0, 9152.0, 9206.0, 9224.0, 9163.0, 9132.0, 9180.0, 9193.0, 9173.0, 9171.0, 9135.0, 9175.0, 9157.0, 9191.0, 9140.0, 9181.0, 9160.0, 9197.0, 9142.0, 9170.0, 9181.0, 9207.0, 9146.0, 9191.0, 9188.0, 9175.0, 9198.0, 9183.0, 9207.0, 9189.0, 9214.0, 9177.0, 9224.0, 9238.0, 9263.0, 9226.0, 9253.0, 9254.0, 9236.0, 9293.0, 9260.0, 9250.0, 9217.0, 9236.0, 9259.0, 9215.0, 9249.0, 9249.0, 9237.0, 9270.0, 9248.0, 9313.0, 9314.0, 9250.0, 9263.0, 9196.0, 9220.0, 9251.0, 9263.0, 9235.0, 9262.0, 9307.0, 9302.0, 9296.0, 9266.0, 9319.0, 9268.0, 9232.0, 9180.0, 9240.0, 9217.0, 9206.0, 9238.0, 9188.0, 9221.0, 9206.0, 9236.0, 9207.0, 9218.0, 9236.0, 9234.0, 9205.0, 9230.0, 9196.0, 9196.0, 9161.0, 9162.0, 9196.0, 9205.0, 9175.0, 9149.0, 9194.0, 9203.0, 9158.0, 9169.0, 9179.0, 9152.0, 9157.0, 9193.0, 9171.0, 9221.0, 9188.0, 9203.0, 9199.0, 9244.0, 9236.0, 9208.0, 9219.0, 9193.0, 9222.0, 9199.0, 9245.0, 9237.0, 9240.0, 9245.0, 9264.0, 9198.0, 9228.0, 9243.0, 9218.0, 9244.0, 9237.0, 9244.0, 9265.0, 9237.0, 9299.0, 9251.0, 9268.0, 9267.0, 9223.0, 9267.0, 9233.0, 9250.0, 9285.0, 9339.0, 9310.0, 9272.0, 9253.0, 9282.0, 9243.0, 9228.0, 9250.0, 9208.0, 9225.0, 9202.0, 9231.0, 9206.0, 9245.0, 9237.0, 9186.0, 9211.0, 9195.0, 9227.0, 9154.0, 9177.0, 9161.0, 9186.0, 9135.0, 9153.0, 9177.0, 9145.0, 9180.0, 9162.0, 9205.0, 9182.0, 9185.0, 9221.0, 9229.0, 9201.0, 9176.0, 9240.0, 9233.0, 9228.0, 9227.0, 9248.0, 9198.0, 9200.0, 9193.0, 9179.0, 9205.0, 9149.0, 9197.0, 9170.0, 9219.0, 9202.0, 9231.0, 9199.0, 9224.0, 9214.0, 9171.0, 9215.0, 9232.0, 9201.0, 9213.0, 9219.0, 9198.0, 9266.0, 9235.0, 9277.0, 9247.0, 9247.0, 9252.0, 9286.0, 9250.0, 9225.0, 9236.0, 9152.0, 9179.0, 9188.0, 9165.0, 9201.0, 9168.0, 9205.0, 9169.0, 9204.0, 9160.0, 9205.0, 9210.0, 9199.0, 9201.0, 9143.0, 9171.0, 9149.0, 9172.0, 9145.0, 9181.0, 9157.0, 9206.0, 9219.0, 9192.0, 9219.0, 9165.0, 9191.0, 9196.0, 9225.0, 9149.0, 9208.0, 9207.0, 9194.0, 9198.0, 9231.0, 9198.0, 9248.0, 9250.0, 9214.0, 9249.0, 9201.0, 9257.0, 9205.0, 9259.0, 9261.0, 9305.0, 9280.0, 9255.0, 9279.0, 9231.0, 9259.0, 9209.0, 9280.0, 9256.0, 9303.0, 9277.0, 9233.0, 9275.0, 9284.0, 9254.0, 9226.0, 9253.0, 9231.0, 9228.0, 9324.0, 9288.0, 9302.0, 9250.0, 9285.0, 9279.0, 9217.0, 9242.0, 9220.0, 9224.0, 9245.0, 9249.0, 9226.0, 9286.0, 9238.0, 9285.0, 9273.0, 9209.0, 9250.0, 9257.0, 9217.0, 9232.0, 9215.0, 9221.0, 9246.0, 9199.0, 9220.0, 9153.0, 9205.0, 9165.0, 9206.0, 9154.0, 9211.0, 9185.0, 9215.0, 9230.0, 9192.0, 9191.0, 9215.0, 9174.0, 9203.0, 9144.0, 9190.0, 9177.0, 9185.0, 9226.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.0016362801377726752</td></tr>
<tr><td colspan=3>aqi</td><td>0.048788769804822045</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.20884320037928</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2259058944942531</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9998282970459763</td></tr>
<tr><td colspan=3>efc</td><td>0.5063</td></tr>
<tr><td colspan=3>fber</td><td>5173.4917</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.18958715694598702</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>265</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>30.4247990815155</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.429988161264721</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3232574900637704</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6204366647966486</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.346270328933745</td></tr>
<tr><td colspan=3>gcor</td><td>0.0306706</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015127042308449745</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04477605223655701</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.454309592120703</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>16.1118</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.6083</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>201.7287</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>292850.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>979.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>380.7994</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.5772</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>434.839</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3357.2612</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3511.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83694.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1444.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4234.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>788.2207</td></tr>
<tr><td colspan=3>tsnr</td><td>32.013595181459095</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>