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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>20:28:49.547500</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.990047, 0.0880212, 0.109817, -0.0874885, 0.996119, -0.00966923]</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.0793046</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>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4230, -7796, -7292, 371, -114, -169, 61, 36]</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.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 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>236.144</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a852f68b-e919-42aa-88f1-69a32ff73d1a||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.6562230587005615, -0.23472528159618378, 0.29765287041664124, 115.26358032226562], [-0.2361544519662857, 2.672513484954834, 9.378582035424188e-05, -92.82630157470703], [0.29463082551956177, 0.02594182640314102, 2.6835429668426514, -102.44097900390625], [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': ['202849.547500', '202850.007500', '202850.467500', '202850.927500', '202851.387500', '202851.847500', '202852.307500', '202852.767500', '202853.227500', '202853.687500', '202854.147500', '202854.607500', '202855.067500', '202855.527500', '202855.987500', '202856.447500', '202856.907500', '202857.367500', '202857.827500', '202858.287500', '202858.747500', '202859.207500', '202859.667500', '202900.127500', '202900.587500', '202901.047500', '202901.507500', '202901.967500', '202902.427500', '202902.887500', '202903.347500', '202903.807500', '202904.267500', '202904.727500', '202905.187500', '202905.647500', '202906.107500', '202906.567500', '202907.027500', '202907.487500', '202907.947500', '202908.407500', '202908.867500', '202909.327500', '202909.787500', '202910.247500', '202910.707500', '202911.167500', '202911.627500', '202912.087500', '202912.547500', '202913.007500', '202913.467500', '202913.927500', '202914.387500', '202914.847500', '202915.307500', '202915.767500', '202916.227500', '202916.687500', '202917.147500', '202917.607500', '202918.067500', '202918.527500', '202918.987500', '202919.447500', '202919.907500', '202920.367500', '202920.827500', '202921.287500', '202921.747500', '202922.207500', '202922.667500', '202923.127500', '202923.587500', '202924.047500', '202924.507500', '202924.967500', '202925.427500', '202925.887500', '202926.347500', '202926.807500', '202927.267500', '202927.727500', '202928.187500', '202928.647500', '202929.107500', '202929.567500', '202930.027500', '202930.487500', '202930.947500', '202931.407500', '202931.867500', '202932.327500', '202932.787500', '202933.247500', '202933.707500', '202934.167500', '202934.627500', '202935.087500', '202935.547500', '202936.007500', '202936.467500', '202936.927500', '202937.387500', '202937.847500', '202938.307500', '202938.767500', '202939.227500', '202939.687500', '202940.147500', '202940.607500', '202941.067500', '202941.527500', '202941.987500', '202942.447500', '202942.907500', '202943.367500', '202943.827500', '202944.287500', '202944.747500', '202945.207500', '202945.667500', '202946.127500', '202946.587500', '202947.047500', '202947.507500', '202947.967500', '202948.427500', '202948.887500', '202949.347500', '202949.807500', '202950.267500', '202950.727500', '202951.187500', '202951.647500', '202952.107500', '202952.567500', '202953.027500', '202953.487500', '202953.947500', '202954.407500', '202954.867500', '202955.327500', '202955.787500', '202956.247500', '202956.707500', '202957.167500', '202957.627500', '202958.087500', '202958.547500', '202959.007500', '202959.467500', '202959.927500', '203000.387500', '203000.847500', '203001.307500', '203001.767500', '203002.227500', '203002.687500', '203003.147500', '203003.607500', '203004.067500', '203004.527500', '203004.987500', '203005.447500', '203005.907500', '203006.367500', '203006.827500', '203007.287500', '203007.747500', '203008.207500', '203008.667500', '203009.127500', '203009.587500', '203010.047500', '203010.507500', '203010.967500', '203011.427500', '203011.887500', '203012.347500', '203012.807500', '203013.267500', '203013.727500', '203014.187500', '203014.647500', '203015.107500', '203015.567500', '203016.027500', '203016.487500', '203016.947500', '203017.407500', '203017.867500', '203018.327500', '203018.787500', '203019.247500', '203019.707500', '203020.167500', '203020.627500', '203021.087500', '203021.547500', '203022.007500', '203022.467500', '203022.927500', '203023.387500', '203023.847500', '203024.307500', '203024.767500', '203025.227500', '203025.687500', '203026.147500', '203026.607500', '203027.067500', '203027.527500', '203027.987500', '203028.447500', '203028.907500', '203029.367500', '203029.827500', '203030.287500', '203030.747500', '203031.207500', '203031.667500', '203032.127500', '203032.587500', '203033.047500', '203033.507500', '203033.967500', '203034.427500', '203034.887500', '203035.347500', '203035.807500', '203036.267500', '203036.727500', '203037.187500', '203037.647500', '203038.107500', '203038.567500', '203039.027500', '203039.487500', '203039.947500', '203040.407500', '203040.867500', '203041.327500', '203041.787500', '203042.247500', '203042.707500', '203043.167500', '203043.627500', '203044.087500', '203044.547500', '203045.007500', '203045.467500', '203045.927500', '203046.387500', '203046.847500', '203047.307500', '203047.767500', '203048.227500', '203048.687500', '203049.147500', '203049.607500', '203050.067500', '203050.527500', '203050.987500', '203051.447500', '203051.907500', '203052.367500', '203052.827500', '203053.287500', '203053.747500', '203054.207500', '203054.667500', '203055.127500', '203055.587500', '203056.047500', '203056.507500', '203056.967500', '203057.427500', '203057.887500', '203058.347500', '203058.807500', '203059.267500', '203059.727500', '203100.187500', '203100.647500', '203101.107500', '203101.567500', '203102.027500', '203102.487500', '203102.947500', '203103.407500', '203103.867500', '203104.327500', '203104.787500', '203105.247500', '203105.707500', '203106.167500', '203106.627500', '203107.087500', '203107.547500', '203108.007500', '203108.467500', '203108.927500', '203109.387500', '203109.847500', '203110.307500', '203110.767500', '203111.227500', '203111.687500', '203112.147500', '203112.607500', '203113.067500', '203113.527500', '203113.987500', '203114.447500', '203114.907500', '203115.367500', '203115.827500', '203116.287500', '203116.747500', '203117.207500', '203117.667500', '203118.127500', '203118.587500', '203119.047500', '203119.507500', '203119.967500', '203120.427500', '203120.887500', '203121.347500', '203121.807500', '203122.267500', '203122.727500', '203123.187500', '203123.647500', '203124.107500', '203124.567500', '203125.027500', '203125.487500', '203125.947500', '203126.407500', '203126.867500', '203127.327500', '203127.787500', '203128.247500', '203128.707500', '203129.167500', '203129.627500', '203130.087500', '203130.547500', '203131.007500', '203131.467500', '203131.927500', '203132.387500', '203132.847500', '203133.307500', '203133.767500', '203134.227500', '203134.687500', '203135.147500', '203135.607500', '203136.067500', '203136.527500', '203136.987500', '203137.447500', '203137.907500', '203138.367500', '203138.827500', '203139.287500', '203139.747500', '203140.207500', '203140.667500', '203141.127500', '203141.587500', '203142.047500', '203142.507500', '203142.967500', '203143.427500', '203143.887500', '203144.347500', '203144.807500', '203145.267500', '203145.727500', '203146.187500', '203146.647500', '203147.107500', '203147.567500', '203148.027500', '203148.487500', '203148.947500', '203149.407500', '203149.867500', '203150.327500', '203150.787500', '203151.247500', '203151.707500', '203152.167500', '203152.627500', '203153.087500', '203153.547500', '203154.007500', '203154.467500', '203154.927500', '203155.387500', '203155.847500', '203156.307500', '203156.767500', '203157.227500', '203157.687500', '203158.147500', '203158.607500', '203159.067500', '203159.527500', '203159.987500', '203200.447500', '203200.907500', '203201.367500', '203201.827500', '203202.287500', '203202.747500', '203203.207500', '203203.667500', '203204.127500', '203204.587500', '203205.047500', '203205.507500', '203205.967500', '203206.427500', '203206.887500', '203207.347500', '203207.807500', '203208.267500', '203208.727500', '203209.187500', '203209.647500', '203210.107500', '203210.567500', '203211.027500', '203211.487500', '203211.947500', '203212.407500', '203212.867500', '203213.327500', '203213.787500', '203214.247500', '203214.707500', '203215.167500', '203215.627500', '203216.087500', '203216.547500', '203217.007500', '203217.467500', '203217.927500', '203218.387500', '203218.847500', '203219.307500', '203219.767500', '203220.227500', '203220.687500', '203221.147500', '203221.607500', '203222.067500', '203222.527500', '203222.987500', '203223.447500', '203223.907500', '203224.367500', '203224.827500', '203225.287500', '203225.747500', '203226.207500', '203226.667500', '203227.127500', '203227.587500', '203228.047500', '203228.507500', '203228.967500', '203229.427500', '203229.887500', '203230.347500', '203230.807500', '203231.267500', '203231.727500', '203232.187500', '203232.647500', '203233.107500', '203233.567500', '203234.027500', '203234.487500', '203234.947500', '203235.407500', '203235.867500', '203236.327500', '203236.787500', '203237.247500', '203237.707500', '203238.167500', '203238.627500', '203239.087500', '203239.547500', '203240.007500', '203240.467500', '203240.927500', '203241.387500', '203241.847500', '203242.307500', '203242.767500', '203243.227500', '203243.687500', '203244.147500', '203244.607500', '203245.067500', '203245.527500', '203245.987500', '203246.447500', '203246.907500', '203247.367500', '203247.827500', '203248.287500', '203248.747500', '203249.207500', '203249.667500', '203250.127500', '203250.587500', '203251.047500', '203251.507500', '203251.967500', '203252.427500', '203252.887500', '203253.347500', '203253.807500', '203254.267500', '203254.727500', '203255.187500', '203255.647500', '203256.107500', '203256.567500', '203257.027500', '203257.487500', '203257.947500', '203258.407500', '203258.867500', '203259.327500', '203259.787500', '203300.247500', '203300.707500', '203301.167500', '203301.627500', '203302.087500', '203302.547500', '203303.007500', '203303.467500', '203303.927500', '203304.387500', '203304.847500', '203305.307500', '203305.767500', '203306.227500', '203306.687500', '203307.147500', '203307.607500', '203308.067500', '203308.527500', '203308.987500', '203309.447500', '203309.907500', '203310.367500', '203310.827500', '203311.287500', '203311.747500', '203312.207500', '203312.667500', '203313.127500', '203313.587500', '203314.047500', '203314.507500', '203314.967500', '203315.427500', '203315.887500', '203316.347500', '203316.807500', '203317.267500', '203317.727500', '203318.187500', '203318.647500', '203319.107500', '203319.567500', '203320.027500', '203320.487500', '203320.947500', '203321.407500', '203321.867500', '203322.327500', '203322.787500', '203323.247500', '203323.707500', '203324.167500', '203324.627500', '203325.087500', '203325.547500', '203326.007500', '203326.467500', '203326.927500', '203327.387500', '203327.847500', '203328.307500', '203328.767500', '203329.227500', '203329.687500', '203330.147500', '203330.607500', '203331.067500', '203331.527500', '203331.987500', '203332.447500', '203332.907500', '203333.367500', '203333.827500', '203334.287500', '203334.747500', '203335.207500', '203335.667500', '203336.127500', '203336.587500', '203337.047500', '203337.507500', '203337.967500', '203338.427500', '203338.887500', '203339.347500', '203339.807500', '203340.267500', '203340.727500', '203341.187500', '203341.647500', '203342.107500', '203342.567500', '203343.027500', '203343.487500', '203343.947500', '203344.407500', '203344.867500', '203345.327500', '203345.787500', '203346.247500', '203346.707500', '203347.167500', '203347.627500', '203348.087500', '203348.547500', '203349.007500', '203349.467500', '203349.927500', '203350.387500', '203350.847500', '203351.307500', '203351.767500', '203352.227500', '203352.687500', '203353.147500', '203353.607500', '203354.067500', '203354.527500', '203354.987500', '203355.447500', '203355.907500', '203356.367500', '203356.827500', '203357.287500', '203357.747500', '203358.207500', '203358.667500', '203359.127500', '203359.587500', '203400.047500', '203400.507500', '203400.967500', '203401.427500', '203401.887500', '203402.347500', '203402.807500', '203403.267500', '203403.727500', '203404.187500', '203404.647500', '203405.107500', '203405.567500', '203406.027500', '203406.487500', '203406.947500', '203407.407500', '203407.867500', '203408.327500', '203408.787500', '203409.247500', '203409.707500', '203410.167500', '203410.627500', '203411.087500', '203411.547500', '203412.007500', '203412.467500', '203412.927500', '203413.387500', '203413.847500', '203414.307500', '203414.767500', '203415.227500', '203415.687500', '203416.147500', '203416.607500', '203417.067500', '203417.527500', '203417.987500', '203418.447500', '203418.907500', '203419.367500', '203419.827500', '203420.287500', '203420.747500', '203421.207500', '203421.667500', '203422.127500', '203422.587500', '203423.047500', '203423.507500', '203423.967500', '203424.427500', '203424.887500', '203425.347500', '203425.807500', '203426.267500', '203426.727500', '203427.187500', '203427.647500', '203428.107500', '203428.567500', '203429.027500', '203429.487500', '203429.947500', '203430.407500', '203430.867500', '203431.327500', '203431.787500', '203432.247500', '203432.707500', '203433.167500', '203433.627500', '203434.087500', '203434.547500', '203435.007500', '203435.467500', '203435.927500', '203436.387500', '203436.847500', '203437.307500', '203437.767500', '203438.227500', '203438.687500', '203439.147500', '203439.607500', '203440.067500', '203440.527500', '203440.987500', '203441.447500', '203441.907500', '203442.367500', '203442.827500', '203443.287500', '203443.747500', '203444.207500', '203444.667500', '203445.127500', '203445.587500', '203446.047500', '203446.507500', '203446.967500', '203447.427500', '203447.887500', '203448.347500', '203448.807500', '203449.267500', '203449.727500', '203450.187500', '203450.647500', '203451.107500', '203451.567500', '203452.027500', '203452.487500', '203452.947500', '203453.407500', '203453.867500', '203454.327500', '203454.787500', '203455.247500', '203455.707500', '203456.167500', '203456.627500', '203457.087500', '203457.547500', '203458.007500', '203458.467500', '203458.927500', '203459.387500', '203459.847500', '203500.307500', '203500.767500', '203501.227500', '203501.687500', '203502.147500', '203502.607500', '203503.067500', '203503.527500', '203503.987500', '203504.447500', '203504.907500', '203505.367500', '203505.827500', '203506.287500', '203506.747500', '203507.207500', '203507.667500', '203508.127500', '203508.587500', '203509.047500', '203509.507500', '203509.967500', '203510.427500', '203510.887500', '203511.347500', '203511.807500', '203512.267500', '203512.727500', '203513.187500', '203513.647500', '203514.107500', '203514.567500', '203515.027500', '203515.487500', '203515.947500', '203516.407500', '203516.867500', '203517.327500', '203517.787500', '203518.247500', '203518.707500', '203519.167500', '203519.627500', '203520.087500', '203520.547500', '203521.007500', '203521.467500', '203521.927500', '203522.387500', '203522.847500', '203523.307500', '203523.767500', '203524.227500', '203524.687500', '203525.147500', '203525.607500', '203526.067500', '203526.527500', '203526.987500', '203527.447500', '203527.907500', '203528.367500', '203528.827500', '203529.287500', '203529.747500', '203530.207500'], 'ContentTime': ['202904.765000', '202904.769000', '202904.771000', '202904.774000', '202904.777000', '202904.779000', '202904.782000', '202904.784000', '202904.787000', '202904.789000', '202904.792000', '202904.795000', '202904.797000', '202904.800000', '202904.802000', '202904.805000', '202904.807000', '202904.810000', '202904.813000', '202904.815000', '202904.818000', '202904.820000', '202904.827000', '202904.830000', '202904.832000', '202904.835000', '202904.837000', '202904.840000', '202904.843000', '202904.845000', '202924.710000', '202924.713000', '202924.716000', '202924.718000', '202924.721000', '202924.728000', '202924.730000', '202924.733000', '202924.736000', '202924.738000', '202924.741000', '202924.743000', '202924.746000', '202924.748000', '202924.751000', '202924.754000', '202924.757000', '202924.759000', '202924.762000', '202924.765000', '202924.767000', '202924.770000', '202924.776000', '202924.778000', '202924.781000', '202924.784000', '202924.786000', '202924.789000', '202924.791000', '202924.794000', '202924.796000', '202924.799000', '202924.801000', '202924.804000', '202924.807000', '202924.809000', '202924.812000', '202924.815000', '202924.817000', '202924.820000', '202924.822000', '202924.825000', '202924.828000', '202924.830000', '202944.710000', '202944.713000', '202944.716000', '202944.718000', '202944.721000', '202944.723000', '202944.726000', '202944.731000', '202944.734000', '202944.736000', '202944.739000', '202944.741000', '202944.744000', '202944.747000', '202944.749000', '202944.752000', '202944.754000', '202944.757000', '202944.760000', '202944.762000', '202944.765000', '202944.767000', '202944.770000', '202944.772000', '202944.775000', '202944.778000', '202944.780000', '202944.783000', '202944.785000', '202944.788000', '202944.790000', '202944.793000', '202944.796000', '202944.798000', '202944.801000', '202944.803000', '202944.806000', '202944.808000', '202944.811000', '202944.814000', '202944.816000', '202944.819000', '202944.821000', '203004.711000', '203004.713000', '203004.716000', '203004.719000', '203004.721000', '203004.724000', '203004.726000', '203004.729000', '203004.731000', '203004.734000', '203004.737000', '203004.739000', '203004.742000', '203004.744000', '203004.747000', '203004.750000', '203004.752000', '203004.755000', '203004.757000', '203004.760000', '203004.763000', '203004.765000', '203004.768000', '203004.770000', '203004.773000', '203004.775000', '203004.778000', '203004.781000', '203004.783000', '203004.786000', '203004.788000', '203004.791000', '203004.793000', '203004.796000', '203004.799000', '203004.801000', '203004.804000', '203004.806000', '203004.809000', '203004.812000', '203004.814000', '203004.817000', '203004.819000', '203024.710000', '203024.713000', '203024.716000', '203024.718000', '203024.721000', '203024.724000', '203024.726000', '203024.729000', '203024.731000', '203024.734000', '203024.737000', '203024.739000', '203024.742000', '203024.744000', '203024.747000', '203024.750000', '203024.752000', '203024.755000', '203024.757000', '203024.760000', '203024.762000', '203024.765000', '203024.768000', '203024.770000', '203024.773000', '203024.775000', '203024.778000', '203024.780000', '203024.783000', '203024.786000', '203024.788000', '203024.791000', '203024.793000', '203024.796000', '203024.799000', '203024.801000', '203024.804000', '203024.806000', '203024.809000', '203024.812000', '203024.814000', '203024.817000', '203024.819000', '203024.822000', '203044.710000', '203044.713000', '203044.716000', '203044.718000', '203044.721000', '203044.724000', '203044.726000', '203044.729000', '203044.731000', '203044.734000', '203044.737000', '203044.739000', '203044.742000', '203044.744000', '203044.747000', '203044.750000', '203044.752000', '203044.755000', '203044.757000', '203044.760000', '203044.763000', '203044.765000', '203044.789000', '203044.793000', '203044.796000', '203044.799000', '203044.801000', '203044.804000', '203044.806000', '203044.809000', '203044.812000', '203044.814000', '203044.817000', '203044.819000', '203044.822000', '203044.825000', '203044.827000', '203044.830000', '203044.832000', '203044.835000', '203044.838000', '203044.840000', '203044.843000', '203104.710000', '203104.718000', '203104.721000', '203104.724000', '203104.726000', '203104.729000', '203104.731000', '203104.734000', '203104.736000', '203104.739000', '203104.742000', '203104.744000', '203104.747000', '203104.750000', '203104.752000', '203104.755000', '203104.757000', '203104.760000', '203104.763000', '203104.765000', '203104.768000', '203104.770000', '203104.773000', '203104.776000', '203104.778000', '203104.781000', '203104.784000', '203104.786000', '203104.789000', '203104.791000', '203104.794000', '203104.796000', '203104.799000', '203104.802000', '203104.804000', '203104.807000', '203104.810000', '203104.812000', '203104.815000', '203104.817000', '203104.820000', '203104.823000', '203104.825000', '203104.828000', '203124.709000', '203124.712000', '203124.715000', '203124.717000', '203124.720000', '203124.723000', '203124.725000', '203124.728000', '203124.730000', '203124.733000', '203124.736000', '203124.738000', '203124.741000', '203124.744000', '203124.746000', '203124.749000', '203124.751000', '203124.754000', '203124.757000', '203124.759000', '203124.762000', '203124.765000', '203124.767000', '203124.770000', '203124.772000', '203124.775000', '203124.777000', '203124.780000', '203124.783000', '203124.785000', '203124.788000', '203124.790000', '203124.793000', '203124.796000', '203124.798000', '203124.801000', '203124.803000', '203124.806000', '203124.809000', '203124.811000', '203124.814000', '203124.816000', '203124.819000', '203144.710000', '203144.713000', '203144.716000', '203144.718000', '203144.721000', '203144.724000', '203144.726000', '203144.729000', '203144.732000', '203144.734000', '203144.737000', '203144.739000', '203144.742000', '203144.745000', '203144.747000', '203144.750000', '203144.752000', '203144.755000', '203144.758000', '203144.760000', '203144.763000', '203144.765000', '203144.768000', '203144.771000', '203144.773000', '203144.776000', '203144.779000', '203144.781000', '203144.784000', '203144.786000', '203144.789000', '203144.792000', '203144.794000', '203144.797000', '203144.799000', '203144.802000', '203144.805000', '203144.807000', '203144.810000', '203144.812000', '203144.815000', '203144.818000', '203144.820000', '203144.823000', '203204.710000', '203204.713000', '203204.716000', '203204.718000', '203204.721000', '203204.724000', '203204.726000', '203204.729000', '203204.731000', '203204.734000', '203204.737000', '203204.739000', '203204.742000', '203204.744000', '203204.747000', '203204.750000', '203204.752000', '203204.755000', '203204.757000', '203204.760000', '203204.763000', '203204.765000', '203204.768000', '203204.770000', '203204.773000', '203204.776000', '203204.778000', '203204.781000', '203204.783000', '203204.786000', '203204.788000', '203204.791000', '203204.794000', '203204.796000', '203204.799000', '203204.801000', '203204.804000', '203204.807000', '203204.809000', '203204.812000', '203204.815000', '203204.817000', '203204.820000', '203224.710000', '203224.713000', '203224.716000', '203224.732000', '203224.734000', '203224.737000', '203224.740000', '203224.742000', '203224.745000', '203224.747000', '203224.750000', '203224.753000', '203224.755000', '203224.758000', '203224.760000', '203224.763000', '203224.766000', '203224.768000', '203224.771000', '203224.773000', '203224.776000', '203224.779000', '203224.781000', '203224.784000', '203224.786000', '203224.789000', '203224.792000', '203224.794000', '203224.797000', '203224.799000', '203224.802000', '203224.805000', '203224.807000', '203224.810000', '203224.813000', '203224.815000', '203224.818000', '203224.820000', '203224.823000', '203224.826000', '203224.828000', '203224.831000', '203224.834000', '203224.836000', '203244.710000', '203244.713000', '203244.716000', '203244.719000', '203244.721000', '203244.724000', '203244.727000', '203244.729000', '203244.732000', '203244.734000', '203244.737000', '203244.739000', '203244.742000', '203244.745000', '203244.747000', '203244.750000', '203244.753000', '203244.756000', '203244.759000', '203244.761000', '203244.764000', '203244.767000', '203244.770000', '203244.772000', '203244.775000', '203244.777000', '203244.780000', '203244.782000', '203244.785000', '203244.788000', '203244.790000', '203244.793000', '203244.795000', '203244.798000', '203244.801000', '203244.803000', '203244.806000', '203244.808000', '203244.811000', '203244.814000', '203244.816000', '203244.819000', '203244.821000', '203304.711000', '203304.713000', '203304.716000', '203304.719000', '203304.721000', '203304.724000', '203304.726000', '203304.729000', '203304.732000', '203304.734000', '203304.737000', '203304.740000', '203304.742000', '203304.745000', '203304.747000', '203304.750000', '203304.753000', '203304.755000', '203304.758000', '203304.761000', '203304.763000', '203304.766000', '203304.768000', '203304.771000', '203304.773000', '203304.776000', '203304.779000', '203304.781000', '203304.784000', '203304.786000', '203304.789000', '203304.792000', '203304.794000', '203304.797000', '203304.799000', '203304.802000', '203304.805000', '203304.807000', '203304.810000', '203304.813000', '203304.815000', '203304.818000', '203304.820000', '203304.823000', '203324.713000', '203324.716000', '203324.719000', '203324.721000', '203324.724000', '203324.727000', '203324.730000', '203324.732000', '203324.735000', '203324.738000', '203324.740000', '203324.743000', '203324.746000', '203324.749000', '203324.751000', '203324.754000', '203324.757000', '203324.760000', '203324.762000', '203324.765000', '203324.768000', '203324.771000', '203324.773000', '203324.776000', '203324.779000', '203324.782000', '203324.784000', '203324.787000', '203324.790000', '203324.792000', '203324.795000', '203324.798000', '203324.801000', '203324.803000', '203324.806000', '203324.809000', '203324.811000', '203324.814000', '203324.816000', '203324.819000', '203324.822000', '203324.824000', '203324.827000', '203344.710000', '203344.713000', '203344.715000', '203344.718000', '203344.721000', '203344.723000', '203344.726000', '203344.728000', '203344.731000', '203344.734000', '203344.736000', '203344.739000', '203344.742000', '203344.744000', '203344.747000', '203344.750000', '203344.753000', '203344.755000', '203344.758000', '203344.760000', '203344.763000', '203344.766000', '203344.768000', '203344.771000', '203344.774000', '203344.776000', '203344.779000', '203344.782000', '203344.784000', '203344.787000', '203344.790000', '203344.792000', '203344.795000', '203344.798000', '203344.800000', '203344.803000', '203344.805000', '203344.808000', '203344.811000', '203344.813000', '203344.816000', '203344.819000', '203344.821000', '203344.846000', '203404.710000', '203404.716000', '203404.719000', '203404.722000', '203404.724000', '203404.727000', '203404.730000', '203404.732000', '203404.735000', '203404.737000', '203404.740000', '203404.743000', '203404.745000', '203404.748000', '203404.751000', '203404.753000', '203404.756000', '203404.759000', '203404.761000', '203404.764000', '203404.766000', '203404.769000', '203404.772000', '203404.775000', '203404.777000', '203404.780000', '203404.783000', '203404.785000', '203404.788000', '203404.791000', '203404.793000', '203404.796000', '203404.799000', '203404.801000', '203404.804000', '203404.806000', '203404.809000', '203404.812000', '203404.814000', '203404.817000', '203404.820000', '203404.822000', '203404.825000', '203424.711000', '203424.713000', '203424.716000', '203424.719000', '203424.722000', '203424.724000', '203424.727000', '203424.730000', '203424.732000', '203424.735000', '203424.738000', '203424.741000', '203424.744000', '203424.746000', '203424.749000', '203424.752000', '203424.755000', '203424.757000', '203424.760000', '203424.762000', '203424.765000', '203424.768000', '203424.770000', '203424.773000', '203424.776000', '203424.778000', '203424.781000', '203424.784000', '203424.786000', '203424.789000', '203424.792000', '203424.794000', '203424.797000', '203424.799000', '203424.802000', '203424.805000', '203424.808000', '203424.811000', '203424.813000', '203424.816000', '203424.818000', '203424.821000', '203424.824000', '203424.826000', '203444.711000', '203444.713000', '203444.716000', '203444.719000', '203444.721000', '203444.724000', '203444.727000', '203444.729000', '203444.732000', '203444.735000', '203444.737000', '203444.740000', '203444.743000', '203444.745000', '203444.748000', '203444.751000', '203444.754000', '203444.756000', '203444.759000', '203444.762000', '203444.764000', '203444.767000', '203444.769000', '203444.772000', '203444.775000', '203444.778000', '203444.780000', '203444.783000', '203444.786000', '203444.788000', '203444.791000', '203444.793000', '203444.796000', '203444.799000', '203444.801000', '203444.804000', '203444.806000', '203444.809000', '203444.812000', '203444.815000', '203444.818000', '203444.822000', '203444.824000', '203504.710000', '203504.713000', '203504.716000', '203504.719000', '203504.722000', '203504.724000', '203504.727000', '203504.729000', '203504.732000', '203504.735000', '203504.737000', '203504.740000', '203504.743000', '203504.745000', '203504.748000', '203504.751000', '203504.753000', '203504.756000', '203504.758000', '203504.761000', '203504.764000', '203504.766000', '203504.769000', '203504.771000', '203504.774000', '203504.777000', '203504.779000', '203504.782000', '203504.785000', '203504.787000', '203504.790000', '203504.793000', '203504.795000', '203504.798000', '203504.801000', '203504.803000', '203504.806000', '203504.808000', '203504.811000', '203504.814000', '203504.816000', '203504.819000', '203504.822000', '203504.824000', '203524.711000', '203524.713000', '203524.716000', '203524.719000', '203524.721000', '203524.724000', '203524.727000', '203524.730000', '203524.732000', '203524.735000', '203524.737000', '203524.740000', '203524.743000', '203524.745000', '203524.748000', '203524.751000', '203524.753000', '203524.756000', '203524.758000', '203524.761000', '203524.764000', '203524.766000', '203524.769000', '203524.772000', '203524.774000', '203524.777000', '203524.780000', '203524.783000', '203524.785000', '203524.788000', '203524.790000', '203524.793000', '203524.796000', '203524.799000', '203524.802000', '203524.804000', '203524.807000', '203524.809000', '203524.812000', '203524.814000', '203524.817000', '203524.820000', '203524.822000', '203531.778000', '203531.782000', '203531.785000', '203531.787000', '203531.790000', '203531.793000', '203531.796000', '203531.799000', '203531.801000', '203531.804000', '203531.807000', '203531.809000', '203531.812000', '203531.815000', '203531.817000', '203531.820000'], 'InstanceCreationTime': ['202904.765000', '202904.769000', '202904.771000', '202904.774000', '202904.777000', '202904.779000', '202904.782000', '202904.784000', '202904.787000', '202904.789000', '202904.792000', '202904.795000', '202904.797000', '202904.800000', '202904.802000', '202904.805000', '202904.807000', '202904.810000', '202904.813000', '202904.815000', '202904.818000', '202904.820000', '202904.827000', '202904.830000', '202904.832000', '202904.835000', '202904.837000', '202904.840000', '202904.843000', '202904.845000', '202924.710000', '202924.713000', '202924.716000', '202924.718000', '202924.721000', '202924.728000', '202924.730000', '202924.733000', '202924.736000', '202924.738000', '202924.741000', '202924.743000', '202924.746000', '202924.748000', '202924.751000', '202924.754000', '202924.757000', '202924.759000', '202924.762000', '202924.765000', '202924.767000', '202924.770000', '202924.776000', '202924.778000', '202924.781000', '202924.784000', '202924.786000', '202924.789000', '202924.791000', '202924.794000', '202924.796000', '202924.799000', '202924.801000', '202924.804000', '202924.807000', '202924.809000', '202924.812000', '202924.815000', '202924.817000', '202924.820000', '202924.822000', '202924.825000', '202924.828000', '202924.830000', '202944.710000', '202944.713000', '202944.716000', '202944.718000', '202944.721000', '202944.723000', '202944.726000', '202944.731000', '202944.734000', '202944.736000', '202944.739000', '202944.741000', '202944.744000', '202944.747000', '202944.749000', '202944.752000', '202944.754000', '202944.757000', '202944.760000', '202944.762000', '202944.765000', '202944.767000', '202944.770000', '202944.772000', '202944.775000', '202944.778000', '202944.780000', '202944.783000', '202944.785000', '202944.788000', '202944.790000', '202944.793000', '202944.796000', '202944.798000', '202944.801000', '202944.803000', '202944.806000', '202944.808000', '202944.811000', '202944.814000', '202944.816000', '202944.819000', '202944.821000', '203004.711000', '203004.713000', '203004.716000', '203004.719000', '203004.721000', '203004.724000', '203004.726000', '203004.729000', '203004.731000', '203004.734000', '203004.737000', '203004.739000', '203004.742000', '203004.744000', '203004.747000', '203004.750000', '203004.752000', '203004.755000', '203004.757000', '203004.760000', '203004.763000', '203004.765000', '203004.768000', '203004.770000', '203004.773000', '203004.775000', '203004.778000', '203004.781000', '203004.783000', '203004.786000', '203004.788000', '203004.791000', '203004.793000', '203004.796000', '203004.799000', '203004.801000', '203004.804000', '203004.806000', '203004.809000', '203004.812000', '203004.814000', '203004.817000', '203004.819000', '203024.710000', '203024.713000', '203024.716000', '203024.718000', '203024.721000', '203024.724000', '203024.726000', '203024.729000', '203024.731000', '203024.734000', '203024.737000', '203024.739000', '203024.742000', '203024.744000', '203024.747000', '203024.750000', '203024.752000', '203024.755000', '203024.757000', '203024.760000', '203024.762000', '203024.765000', '203024.768000', '203024.770000', '203024.773000', '203024.775000', '203024.778000', '203024.780000', '203024.783000', '203024.786000', '203024.788000', '203024.791000', '203024.793000', '203024.796000', '203024.799000', '203024.801000', '203024.804000', '203024.806000', '203024.809000', '203024.812000', '203024.814000', '203024.817000', '203024.819000', '203024.822000', '203044.710000', '203044.713000', '203044.716000', '203044.718000', '203044.721000', '203044.724000', '203044.726000', '203044.729000', '203044.731000', '203044.734000', '203044.737000', '203044.739000', '203044.742000', '203044.744000', '203044.747000', '203044.750000', '203044.752000', '203044.755000', '203044.757000', '203044.760000', '203044.763000', '203044.765000', '203044.789000', '203044.793000', '203044.796000', '203044.799000', '203044.801000', '203044.804000', '203044.806000', '203044.809000', '203044.812000', '203044.814000', '203044.817000', '203044.819000', '203044.822000', '203044.825000', '203044.827000', '203044.830000', '203044.832000', '203044.835000', '203044.838000', '203044.840000', '203044.843000', '203104.710000', '203104.718000', '203104.721000', '203104.724000', '203104.726000', '203104.729000', '203104.731000', '203104.734000', '203104.736000', '203104.739000', '203104.742000', '203104.744000', '203104.747000', '203104.750000', '203104.752000', '203104.755000', '203104.757000', '203104.760000', '203104.763000', '203104.765000', '203104.768000', '203104.770000', '203104.773000', '203104.776000', '203104.778000', '203104.781000', '203104.784000', '203104.786000', '203104.789000', '203104.791000', '203104.794000', '203104.796000', '203104.799000', '203104.802000', '203104.804000', '203104.807000', '203104.810000', '203104.812000', '203104.815000', '203104.817000', '203104.820000', '203104.823000', '203104.825000', '203104.828000', '203124.709000', '203124.712000', '203124.715000', '203124.717000', '203124.720000', '203124.723000', '203124.725000', '203124.728000', '203124.730000', '203124.733000', '203124.736000', '203124.738000', '203124.741000', '203124.744000', '203124.746000', '203124.749000', '203124.751000', '203124.754000', '203124.757000', '203124.759000', '203124.762000', '203124.765000', '203124.767000', '203124.770000', '203124.772000', '203124.775000', '203124.777000', '203124.780000', '203124.783000', '203124.785000', '203124.788000', '203124.790000', '203124.793000', '203124.796000', '203124.798000', '203124.801000', '203124.803000', '203124.806000', '203124.809000', '203124.811000', '203124.814000', '203124.816000', '203124.819000', '203144.710000', '203144.713000', '203144.716000', '203144.718000', '203144.721000', '203144.724000', '203144.726000', '203144.729000', '203144.732000', '203144.734000', '203144.737000', '203144.739000', '203144.742000', '203144.745000', '203144.747000', '203144.750000', '203144.752000', '203144.755000', '203144.758000', '203144.760000', '203144.763000', '203144.765000', '203144.768000', '203144.771000', '203144.773000', '203144.776000', '203144.779000', '203144.781000', '203144.784000', '203144.786000', '203144.789000', '203144.792000', '203144.794000', '203144.797000', '203144.799000', '203144.802000', '203144.805000', '203144.807000', '203144.810000', '203144.812000', '203144.815000', '203144.818000', '203144.820000', '203144.823000', '203204.710000', '203204.713000', '203204.716000', '203204.718000', '203204.721000', '203204.724000', '203204.726000', '203204.729000', '203204.731000', '203204.734000', '203204.737000', '203204.739000', '203204.742000', '203204.744000', '203204.747000', '203204.750000', '203204.752000', '203204.755000', '203204.757000', '203204.760000', '203204.763000', '203204.765000', '203204.768000', '203204.770000', '203204.773000', '203204.776000', '203204.778000', '203204.781000', '203204.783000', '203204.786000', '203204.788000', '203204.791000', '203204.794000', '203204.796000', '203204.799000', '203204.801000', '203204.804000', '203204.807000', '203204.809000', '203204.812000', '203204.815000', '203204.817000', '203204.820000', '203224.710000', '203224.713000', '203224.716000', '203224.732000', '203224.734000', '203224.737000', '203224.740000', '203224.742000', '203224.745000', '203224.747000', '203224.750000', '203224.753000', '203224.755000', '203224.758000', '203224.760000', '203224.763000', '203224.766000', '203224.768000', '203224.771000', '203224.773000', '203224.776000', '203224.779000', '203224.781000', '203224.784000', '203224.786000', '203224.789000', '203224.792000', '203224.794000', '203224.797000', '203224.799000', '203224.802000', '203224.805000', '203224.807000', '203224.810000', '203224.813000', '203224.815000', '203224.818000', '203224.820000', '203224.823000', '203224.826000', '203224.828000', '203224.831000', '203224.834000', '203224.836000', '203244.710000', '203244.713000', '203244.716000', '203244.719000', '203244.721000', '203244.724000', '203244.727000', '203244.729000', '203244.732000', '203244.734000', '203244.737000', '203244.739000', '203244.742000', '203244.745000', '203244.747000', '203244.750000', '203244.753000', '203244.756000', '203244.759000', '203244.761000', '203244.764000', '203244.767000', '203244.770000', '203244.772000', '203244.775000', '203244.777000', '203244.780000', '203244.782000', '203244.785000', '203244.788000', '203244.790000', '203244.793000', '203244.795000', '203244.798000', '203244.801000', '203244.803000', '203244.806000', '203244.808000', '203244.811000', '203244.814000', '203244.816000', '203244.819000', '203244.821000', '203304.711000', '203304.713000', '203304.716000', '203304.719000', '203304.721000', '203304.724000', '203304.726000', '203304.729000', '203304.732000', '203304.734000', '203304.737000', '203304.740000', '203304.742000', '203304.745000', '203304.747000', '203304.750000', '203304.753000', '203304.755000', '203304.758000', '203304.761000', '203304.763000', '203304.766000', '203304.768000', '203304.771000', '203304.773000', '203304.776000', '203304.779000', '203304.781000', '203304.784000', '203304.786000', '203304.789000', '203304.792000', '203304.794000', '203304.797000', '203304.799000', '203304.802000', '203304.805000', '203304.807000', '203304.810000', '203304.813000', '203304.815000', '203304.818000', '203304.820000', '203304.823000', '203324.713000', '203324.716000', '203324.719000', '203324.721000', '203324.724000', '203324.727000', '203324.730000', '203324.732000', '203324.735000', '203324.738000', '203324.740000', '203324.743000', '203324.746000', '203324.749000', '203324.751000', '203324.754000', '203324.757000', '203324.760000', '203324.762000', '203324.765000', '203324.768000', '203324.771000', '203324.773000', '203324.776000', '203324.779000', '203324.782000', '203324.784000', '203324.787000', '203324.790000', '203324.792000', '203324.795000', '203324.798000', '203324.801000', '203324.803000', '203324.806000', '203324.809000', '203324.811000', '203324.814000', '203324.816000', '203324.819000', '203324.822000', '203324.824000', '203324.827000', '203344.710000', '203344.713000', '203344.715000', '203344.718000', '203344.721000', '203344.723000', '203344.726000', '203344.728000', '203344.731000', '203344.734000', '203344.736000', '203344.739000', '203344.742000', '203344.744000', '203344.747000', '203344.750000', '203344.753000', '203344.755000', '203344.758000', '203344.760000', '203344.763000', '203344.766000', '203344.768000', '203344.771000', '203344.774000', '203344.776000', '203344.779000', '203344.782000', '203344.784000', '203344.787000', '203344.790000', '203344.792000', '203344.795000', '203344.798000', '203344.800000', '203344.803000', '203344.805000', '203344.808000', '203344.811000', '203344.813000', '203344.816000', '203344.819000', '203344.821000', '203344.846000', '203404.710000', '203404.716000', '203404.719000', '203404.722000', '203404.724000', '203404.727000', '203404.730000', '203404.732000', '203404.735000', '203404.737000', '203404.740000', '203404.743000', '203404.745000', '203404.748000', '203404.751000', '203404.753000', '203404.756000', '203404.759000', '203404.761000', '203404.764000', '203404.766000', '203404.769000', '203404.772000', '203404.775000', '203404.777000', '203404.780000', '203404.783000', '203404.785000', '203404.788000', '203404.791000', '203404.793000', '203404.796000', '203404.799000', '203404.801000', '203404.804000', '203404.806000', '203404.809000', '203404.812000', '203404.814000', '203404.817000', '203404.820000', '203404.822000', '203404.825000', '203424.711000', '203424.713000', '203424.716000', '203424.719000', '203424.722000', '203424.724000', '203424.727000', '203424.730000', '203424.732000', '203424.735000', '203424.738000', '203424.741000', '203424.744000', '203424.746000', '203424.749000', '203424.752000', '203424.755000', '203424.757000', '203424.760000', '203424.762000', '203424.765000', '203424.768000', '203424.770000', '203424.773000', '203424.776000', '203424.778000', '203424.781000', '203424.784000', '203424.786000', '203424.789000', '203424.792000', '203424.794000', '203424.797000', '203424.799000', '203424.802000', '203424.805000', '203424.808000', '203424.811000', '203424.813000', '203424.816000', '203424.818000', '203424.821000', '203424.824000', '203424.826000', '203444.711000', '203444.713000', '203444.716000', '203444.719000', '203444.721000', '203444.724000', '203444.727000', '203444.729000', '203444.732000', '203444.735000', '203444.737000', '203444.740000', '203444.743000', '203444.745000', '203444.748000', '203444.751000', '203444.754000', '203444.756000', '203444.759000', '203444.762000', '203444.764000', '203444.767000', '203444.769000', '203444.772000', '203444.775000', '203444.778000', '203444.780000', '203444.783000', '203444.786000', '203444.788000', '203444.791000', '203444.793000', '203444.796000', '203444.799000', '203444.801000', '203444.804000', '203444.806000', '203444.809000', '203444.812000', '203444.815000', '203444.818000', '203444.822000', '203444.824000', '203504.710000', '203504.713000', '203504.716000', '203504.719000', '203504.722000', '203504.724000', '203504.727000', '203504.729000', '203504.732000', '203504.735000', '203504.737000', '203504.740000', '203504.743000', '203504.745000', '203504.748000', '203504.751000', '203504.753000', '203504.756000', '203504.758000', '203504.761000', '203504.764000', '203504.766000', '203504.769000', '203504.771000', '203504.774000', '203504.777000', '203504.779000', '203504.782000', '203504.785000', '203504.787000', '203504.790000', '203504.793000', '203504.795000', '203504.798000', '203504.801000', '203504.803000', '203504.806000', '203504.808000', '203504.811000', '203504.814000', '203504.816000', '203504.819000', '203504.822000', '203504.824000', '203524.711000', '203524.713000', '203524.716000', '203524.719000', '203524.721000', '203524.724000', '203524.727000', '203524.730000', '203524.732000', '203524.735000', '203524.737000', '203524.740000', '203524.743000', '203524.745000', '203524.748000', '203524.751000', '203524.753000', '203524.756000', '203524.758000', '203524.761000', '203524.764000', '203524.766000', '203524.769000', '203524.772000', '203524.774000', '203524.777000', '203524.780000', '203524.783000', '203524.785000', '203524.788000', '203524.790000', '203524.793000', '203524.796000', '203524.799000', '203524.802000', '203524.804000', '203524.807000', '203524.809000', '203524.812000', '203524.814000', '203524.817000', '203524.820000', '203524.822000', '203531.778000', '203531.782000', '203531.785000', '203531.787000', '203531.790000', '203531.793000', '203531.796000', '203531.799000', '203531.801000', '203531.804000', '203531.807000', '203531.809000', '203531.812000', '203531.815000', '203531.817000', '203531.820000'], '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': [13049, 8759, 12515, 9436, 12176, 10425, 8573, 10104, 8394, 10166, 10352, 9856, 12829, 10593, 10463, 10182, 11893, 8926, 12208, 8312, 14158, 8505, 13211, 8758, 13161, 7978, 11188, 7554, 11132, 7752, 11276, 8478, 11730, 7711, 11794, 7877, 11514, 8403, 11744, 8844, 11397, 8390, 11709, 8185, 11323, 7170, 10923, 8087, 10465, 7453, 9614, 12745, 8448, 13381, 8959, 12663, 8250, 11918, 7900, 11715, 8360, 11378, 7760, 10600, 7261, 10107, 7162, 10791, 7421, 10764, 7683, 10813, 7448, 10334, 11295, 9599, 12064, 9533, 12968, 8047, 14151, 8425, 12773, 8631, 12546, 7911, 11313, 8108, 11830, 8565, 11703, 8128, 11181, 7551, 10612, 7567, 10983, 7482, 10140, 7491, 8933, 8300, 8575, 12634, 8549, 12857, 7826, 12557, 7927, 12190, 8232, 11604, 8059, 11300, 7408, 12101, 7695, 11140, 8113, 9459, 8528, 9612, 9816, 8010, 11867, 7596, 12610, 8801, 14929, 9895, 7979, 8359, 7201, 7993, 10432, 8726, 10705, 9023, 12618, 9098, 13092, 9207, 14098, 9341, 14456, 8740, 13605, 9816, 14367, 8630, 13273, 8742, 12209, 8195, 10863, 7509, 9702, 6675, 9149, 6936, 8637, 11716, 8332, 11995, 8857, 10901, 7945, 10663, 7606, 10406, 7612, 11015, 8333, 11134, 7852, 10305, 7300, 12173, 7741, 11370, 8435, 11944, 8758, 11952, 8148, 12112, 7332, 9663, 7588, 9436, 8203, 9338, 8239, 8666, 12413, 7912, 12965, 8300, 12349, 8457, 11694, 7866, 11969, 7891, 11233, 8341, 12779, 7984, 10342, 7929, 7145, 8643, 6886, 10571, 7360, 11223, 8066, 11062, 8036, 11543, 8230, 13888, 8041, 12252, 7143, 8608, 8446, 8349, 11576, 7184, 11573, 7685, 11358, 7327, 11231, 10301, 12059, 9404, 9519, 12341, 8183, 13825, 8365, 12154, 8379, 10842, 7273, 10739, 7505, 10921, 7764, 11528, 7753, 11989, 7576, 11432, 8416, 10979, 8134, 11081, 7880, 11526, 8521, 11458, 7984, 11422, 7293, 10386, 6965, 11896, 7024, 10392, 6774, 10659, 7080, 11850, 8142, 11892, 7883, 11597, 7974, 11599, 8410, 12152, 8816, 11789, 8133, 11392, 7899, 11600, 8330, 11769, 8191, 11470, 7744, 10921, 7631, 11732, 8439, 11324, 7604, 11540, 7819, 11849, 8345, 11390, 8137, 12616, 7783, 12264, 7595, 13158, 8549, 12915, 8336, 12245, 8190, 11912, 8249, 11108, 7208, 10318, 6601, 10517, 6720, 11461, 7370, 10637, 7408, 10818, 7915, 11309, 8383, 11459, 8352, 10884, 8755, 12840, 8412, 7277, 9442, 8361, 11514, 8338, 12258, 8895, 14166, 9694, 12681, 9989, 8976, 10544, 9137, 10254, 9474, 11241, 9823, 11197, 7546, 9340, 6985, 9632, 7081, 10228, 7077, 10586, 7165, 10314, 6897, 11419, 7032, 12111, 7941, 12056, 8040, 12244, 7534, 10815, 7100, 10152, 9379, 9110, 14257, 9953, 13086, 8888, 11959, 8371, 11956, 7915, 12135, 7164, 12383, 7178, 11667, 7045, 10683, 6665, 10007, 6759, 10918, 7225, 11720, 7593, 11561, 7217, 10019, 7272, 9605, 7282, 9762, 7634, 9847, 7746, 9064, 9328, 8823, 10772, 8770, 9053, 8476, 8799, 8373, 10090, 8140, 11591, 8706, 10508, 8320, 9362, 8666, 10173, 9498, 8631, 10006, 8014, 9501, 7756, 10490, 7949, 11825, 7587, 11410, 7887, 12268, 8671, 12952, 8895, 13031, 8186, 13433, 7989, 11850, 10105, 8439, 11096, 7577, 11573, 7401, 13242, 8810, 12213, 8130, 13975, 7905, 12453, 8666, 7961, 9876, 7335, 10641, 7320, 12965, 8719, 13024, 8503, 12239, 8187, 13609, 8400, 10800, 8880, 7111, 10588, 7250, 12345, 7864, 12324, 8173, 11778, 8242, 12077, 8263, 14200, 8595, 11529, 8013, 10599, 8250, 8725, 9609, 7051, 9981, 7283, 10423, 7230, 11815, 8102, 12409, 8514, 11580, 7772, 11071, 7759, 7175, 11378, 7437, 13629, 8941, 13782, 8464, 11241, 9023, 12177, 10611, 8906, 11254, 7572, 11670, 8126, 13017, 8853, 14286, 7919, 11267, 7818, 7845, 10886, 7288, 11855, 7850, 11490, 7954, 11871, 8014, 12026, 8561, 11572, 7964, 7897, 8576, 7506, 9862, 7433, 10559, 7180, 10494, 7179, 11691, 7895, 11290, 8092, 12083, 7752, 7445, 8895, 7173, 11206, 7777, 11333, 7900, 11410, 7957, 12205, 8235, 10733, 9447, 8025, 9684, 8251, 11358, 7408, 12761, 7229, 9871, 6919, 11384, 7437, 12283, 8233, 10942, 7643, 11660, 7531, 8157, 8745, 6791, 9187, 6819, 10669, 7354, 11807, 8336, 11331, 7993, 12574, 7759, 12048, 7790, 8805, 9006, 7386, 9460, 7352, 11089, 7378, 11330, 7420, 11595, 8095, 12594, 9075, 12072, 8205, 11744, 7735, 8952, 9525, 7510, 10930, 7469, 10901, 7220, 12359, 8581, 12776, 8431, 11686, 8447, 12279, 8768, 12708, 8873, 12888, 8425, 11944, 8617, 13871, 8739, 11455, 7717, 7789, 8800, 7385, 10708, 7256, 11211, 7954, 11583, 8010, 12557, 8661, 11772, 7865, 7680, 9163, 8065, 10557, 8201, 11348, 7544, 11695, 7964, 12451, 8705, 13093, 8464, 13386, 8114, 13937, 7987, 12153, 8391, 7973, 9467, 7260, 12485, 8267, 13575, 9432, 10322, 7835, 6697, 7978, 7204, 11939, 7559, 12265, 8580, 12432, 9098, 13124, 9119, 13462, 9303, 12980, 9344, 14170, 9258, 13666, 9406, 13670, 8595, 12569, 8218, 11406, 7735, 11284, 7901, 11261, 8019, 11280, 7770, 11250, 8125, 9563, 7795, 6973, 8401, 6508, 10192, 7024, 10484, 7226, 10720, 7417, 11357, 7651, 11142, 8307, 10169, 9070, 8266, 9861, 10380, 10026, 8400, 9654, 7992, 9652, 7853, 9561, 7065, 10431, 6588, 10130, 7027, 11249, 7826, 11358, 7732, 11600, 7318, 9473, 8041, 7738, 10047, 7161, 10211, 7170, 10174, 7210, 10582, 7295, 9682, 6811, 9561, 7070, 9708, 7028, 9761, 6775, 9558, 6868, 9785, 6780, 10898, 6841, 10513, 7029, 10523, 7193, 12056, 7967, 11786, 7820, 11108, 7791, 11687, 8300, 12836, 8348, 9363, 8781, 8680, 10030, 8133, 10952, 7074, 11358, 7750, 12144, 7632, 12473, 8336, 11916, 7634, 11789, 7973, 12331, 8071, 11722, 7731, 11720, 7974, 12241, 8038, 11495, 7996, 11702, 8071, 11499, 8611, 12393, 8234, 10010, 8384, 8946, 9923, 8034, 10911, 7429, 11098, 7114, 10965, 7425, 11638, 7398, 12165, 8377, 11183, 7965, 11131, 7925, 12216, 8719, 12358, 7679, 9327, 8299, 7521, 10698, 7311, 11269, 7949, 11107, 7923, 12597, 8703, 13467, 7951, 10251], 'WindowCenter': [4014.0, 3970.0, 3997.0, 3967.0, 3985.0, 3964.0, 3939.0, 3950.0, 3927.0, 3949.0, 3947.0, 3949.0, 3968.0, 3947.0, 3946.0, 3948.0, 3944.0, 3923.0, 3942.0, 3912.0, 3952.0, 3912.0, 3953.0, 3924.0, 3955.0, 3915.0, 3944.0, 3915.0, 3944.0, 3915.0, 3957.0, 3927.0, 3957.0, 3928.0, 3957.0, 3928.0, 3958.0, 3928.0, 3969.0, 3939.0, 3959.0, 3939.0, 3959.0, 3928.0, 3959.0, 3905.0, 3959.0, 3916.0, 3948.0, 3904.0, 3937.0, 3956.0, 3925.0, 3967.0, 3936.0, 3967.0, 3928.0, 3959.0, 3927.0, 3958.0, 3926.0, 3957.0, 3916.0, 3947.0, 3918.0, 3959.0, 3919.0, 3961.0, 3931.0, 3973.0, 3931.0, 3974.0, 3931.0, 3963.0, 3961.0, 3966.0, 3973.0, 3953.0, 3971.0, 3929.0, 3979.0, 3928.0, 3969.0, 3938.0, 3969.0, 3927.0, 3958.0, 3927.0, 3958.0, 3927.0, 3959.0, 3927.0, 3958.0, 3916.0, 3946.0, 3915.0, 3947.0, 3903.0, 3936.0, 3902.0, 3924.0, 3912.0, 3924.0, 3955.0, 3925.0, 3955.0, 3914.0, 3954.0, 3913.0, 3954.0, 3924.0, 3944.0, 3914.0, 3945.0, 3915.0, 3956.0, 3927.0, 3958.0, 3939.0, 3949.0, 3940.0, 3950.0, 3962.0, 3941.0, 3986.0, 3931.0, 3985.0, 3952.0, 3997.0, 3963.0, 3940.0, 3941.0, 3916.0, 3928.0, 3947.0, 3938.0, 3958.0, 3940.0, 3970.0, 3951.0, 3981.0, 3952.0, 3981.0, 3937.0, 3967.0, 3914.0, 3955.0, 3924.0, 3953.0, 3912.0, 3943.0, 3900.0, 3920.0, 3887.0, 3906.0, 3863.0, 3894.0, 3852.0, 3897.0, 3875.0, 3899.0, 3930.0, 3900.0, 3941.0, 3909.0, 3929.0, 3911.0, 3931.0, 3901.0, 3933.0, 3914.0, 3947.0, 3928.0, 3959.0, 3929.0, 3948.0, 3919.0, 3970.0, 3932.0, 3972.0, 3943.0, 3974.0, 3943.0, 3974.0, 3932.0, 3975.0, 3932.0, 3952.0, 3919.0, 3952.0, 3930.0, 3953.0, 3930.0, 3942.0, 3971.0, 3930.0, 3970.0, 3929.0, 3970.0, 3930.0, 3961.0, 3930.0, 3959.0, 3930.0, 3960.0, 3930.0, 3971.0, 3931.0, 3961.0, 3931.0, 3920.0, 3942.0, 3932.0, 3964.0, 3934.0, 3976.0, 3944.0, 3975.0, 3945.0, 3975.0, 3945.0, 3984.0, 3944.0, 3973.0, 3922.0, 3953.0, 3944.0, 3943.0, 3975.0, 3933.0, 3975.0, 3933.0, 3974.0, 3920.0, 3963.0, 3949.0, 3961.0, 3938.0, 3939.0, 3957.0, 3915.0, 3956.0, 3914.0, 3945.0, 3914.0, 3933.0, 3903.0, 3944.0, 3904.0, 3945.0, 3917.0, 3957.0, 3917.0, 3958.0, 3928.0, 3959.0, 3929.0, 3960.0, 3942.0, 3961.0, 3930.0, 3961.0, 3939.0, 3958.0, 3928.0, 3959.0, 3917.0, 3948.0, 3906.0, 3959.0, 3917.0, 3949.0, 3909.0, 3960.0, 3919.0, 3972.0, 3931.0, 3971.0, 3931.0, 3960.0, 3930.0, 3961.0, 3940.0, 3972.0, 3941.0, 3972.0, 3930.0, 3960.0, 3928.0, 3959.0, 3928.0, 3959.0, 3927.0, 3958.0, 3916.0, 3947.0, 3916.0, 3957.0, 3927.0, 3947.0, 3916.0, 3957.0, 3917.0, 3958.0, 3928.0, 3959.0, 3929.0, 3968.0, 3928.0, 3957.0, 3918.0, 3968.0, 3939.0, 3968.0, 3927.0, 3958.0, 3927.0, 3958.0, 3926.0, 3957.0, 3905.0, 3946.0, 3894.0, 3946.0, 3905.0, 3958.0, 3916.0, 3958.0, 3919.0, 3960.0, 3942.0, 3973.0, 3943.0, 3973.0, 3956.0, 3977.0, 3970.0, 4000.0, 3958.0, 3933.0, 3962.0, 3941.0, 3970.0, 3943.0, 3984.0, 3954.0, 3995.0, 3965.0, 3984.0, 3963.0, 3939.0, 3960.0, 3937.0, 3947.0, 3934.0, 3947.0, 3935.0, 3946.0, 3914.0, 3924.0, 3902.0, 3934.0, 3901.0, 3935.0, 3903.0, 3946.0, 3903.0, 3947.0, 3917.0, 3960.0, 3906.0, 3970.0, 3927.0, 3958.0, 3927.0, 3969.0, 3929.0, 3960.0, 3917.0, 3961.0, 3938.0, 3939.0, 3980.0, 3949.0, 3969.0, 3926.0, 3956.0, 3914.0, 3944.0, 3902.0, 3944.0, 3891.0, 3955.0, 3891.0, 3945.0, 3891.0, 3933.0, 3891.0, 3933.0, 3892.0, 3944.0, 3903.0, 3956.0, 3915.0, 3958.0, 3915.0, 3948.0, 3915.0, 3936.0, 3914.0, 3936.0, 3915.0, 3947.0, 3915.0, 3937.0, 3936.0, 3937.0, 3946.0, 3927.0, 3936.0, 3927.0, 3937.0, 3928.0, 3948.0, 3929.0, 3970.0, 3941.0, 3961.0, 3941.0, 3938.0, 3941.0, 3960.0, 3951.0, 3938.0, 3951.0, 3929.0, 3951.0, 3929.0, 3961.0, 3929.0, 3972.0, 3930.0, 3971.0, 3930.0, 3971.0, 3941.0, 3972.0, 3941.0, 3982.0, 3941.0, 3981.0, 3941.0, 3971.0, 3963.0, 3940.0, 3973.0, 3930.0, 3972.0, 3920.0, 3984.0, 3952.0, 3973.0, 3930.0, 3979.0, 3929.0, 3970.0, 3940.0, 3940.0, 3963.0, 3919.0, 3960.0, 3918.0, 3981.0, 3939.0, 3971.0, 3939.0, 3969.0, 3928.0, 3979.0, 3941.0, 3958.0, 3938.0, 3905.0, 3947.0, 3904.0, 3968.0, 3916.0, 3968.0, 3926.0, 3958.0, 3927.0, 3957.0, 3927.0, 3978.0, 3927.0, 3957.0, 3926.0, 3945.0, 3925.0, 3925.0, 3936.0, 3904.0, 3947.0, 3915.0, 3948.0, 3917.0, 3959.0, 3927.0, 3970.0, 3938.0, 3958.0, 3928.0, 3958.0, 3929.0, 3918.0, 3972.0, 3930.0, 3983.0, 3953.0, 3994.0, 3953.0, 3972.0, 3953.0, 3971.0, 3961.0, 3939.0, 3960.0, 3917.0, 3958.0, 3927.0, 3969.0, 3939.0, 3979.0, 3927.0, 3946.0, 3915.0, 3926.0, 3946.0, 3914.0, 3958.0, 3926.0, 3957.0, 3915.0, 3956.0, 3927.0, 3957.0, 3927.0, 3956.0, 3915.0, 3914.0, 3925.0, 3914.0, 3936.0, 3903.0, 3946.0, 3903.0, 3944.0, 3904.0, 3956.0, 3927.0, 3958.0, 3929.0, 3968.0, 3928.0, 3916.0, 3937.0, 3917.0, 3960.0, 3928.0, 3959.0, 3928.0, 3958.0, 3929.0, 3970.0, 3940.0, 3959.0, 3949.0, 3927.0, 3939.0, 3926.0, 3947.0, 3904.0, 3957.0, 3903.0, 3934.0, 3902.0, 3944.0, 3903.0, 3955.0, 3924.0, 3944.0, 3914.0, 3955.0, 3927.0, 3927.0, 3937.0, 3906.0, 3937.0, 3907.0, 3959.0, 3919.0, 3971.0, 3941.0, 3960.0, 3930.0, 3970.0, 3929.0, 3970.0, 3929.0, 3938.0, 3939.0, 3918.0, 3949.0, 3918.0, 3960.0, 3917.0, 3960.0, 3917.0, 3958.0, 3928.0, 3971.0, 3940.0, 3970.0, 3929.0, 3969.0, 3929.0, 3939.0, 3951.0, 3930.0, 3972.0, 3930.0, 3972.0, 3930.0, 3983.0, 3941.0, 3983.0, 3940.0, 3971.0, 3940.0, 3971.0, 3941.0, 3972.0, 3940.0, 3970.0, 3928.0, 3959.0, 3939.0, 3979.0, 3938.0, 3958.0, 3927.0, 3928.0, 3950.0, 3918.0, 3961.0, 3930.0, 3973.0, 3942.0, 3973.0, 3943.0, 3973.0, 3954.0, 3973.0, 3942.0, 3930.0, 3951.0, 3941.0, 3963.0, 3940.0, 3974.0, 3931.0, 3971.0, 3929.0, 3971.0, 3940.0, 3971.0, 3929.0, 3970.0, 3927.0, 3978.0, 3928.0, 3969.0, 3929.0, 3927.0, 3938.0, 3917.0, 3971.0, 3940.0, 3970.0, 3950.0, 3959.0, 3929.0, 3905.0, 3925.0, 3916.0, 3969.0, 3929.0, 3972.0, 3941.0, 3983.0, 3952.0, 3982.0, 3939.0, 3969.0, 3927.0, 3954.0, 3923.0, 3942.0, 3911.0, 3942.0, 3909.0, 3939.0, 3896.0, 3926.0, 3884.0, 3914.0, 3873.0, 3913.0, 3884.0, 3915.0, 3896.0, 3927.0, 3887.0, 3929.0, 3900.0, 3918.0, 3899.0, 3891.0, 3911.0, 3891.0, 3934.0, 3903.0, 3946.0, 3916.0, 3947.0, 3918.0, 3959.0, 3930.0, 3960.0, 3939.0, 3960.0, 3940.0, 3928.0, 3950.0, 3948.0, 3949.0, 3927.0, 3938.0, 3915.0, 3937.0, 3915.0, 3937.0, 3906.0, 3949.0, 3906.0, 3947.0, 3905.0, 3958.0, 3927.0, 3959.0, 3929.0, 3959.0, 3929.0, 3950.0, 3942.0, 3930.0, 3962.0, 3919.0, 3961.0, 3918.0, 3961.0, 3919.0, 3961.0, 3917.0, 3949.0, 3906.0, 3948.0, 3917.0, 3949.0, 3917.0, 3949.0, 3907.0, 3950.0, 3918.0, 3950.0, 3908.0, 3960.0, 3918.0, 3960.0, 3918.0, 3960.0, 3919.0, 3971.0, 3930.0, 3971.0, 3930.0, 3960.0, 3931.0, 3971.0, 3941.0, 3984.0, 3942.0, 3951.0, 3942.0, 3940.0, 3962.0, 3930.0, 3962.0, 3919.0, 3970.0, 3928.0, 3971.0, 3927.0, 3971.0, 3928.0, 3959.0, 3916.0, 3959.0, 3926.0, 3968.0, 3915.0, 3957.0, 3914.0, 3956.0, 3925.0, 3958.0, 3914.0, 3956.0, 3927.0, 3957.0, 3926.0, 3956.0, 3938.0, 3967.0, 3927.0, 3947.0, 3938.0, 3937.0, 3949.0, 3928.0, 3959.0, 3917.0, 3959.0, 3918.0, 3958.0, 3915.0, 3958.0, 3916.0, 3969.0, 3926.0, 3957.0, 3926.0, 3956.0, 3926.0, 3968.0, 3939.0, 3968.0, 3928.0, 3949.0, 3939.0, 3929.0, 3962.0, 3930.0, 3974.0, 3942.0, 3972.0, 3941.0, 3973.0, 3942.0, 3982.0, 3941.0, 3960.0], 'WindowWidth': [8942.0, 8874.0, 8904.0, 8863.0, 8881.0, 8853.0, 8812.0, 8828.0, 8791.0, 8824.0, 8816.0, 8823.0, 8846.0, 8819.0, 8813.0, 8818.0, 8808.0, 8779.0, 8801.0, 8760.0, 8819.0, 8762.0, 8821.0, 8781.0, 8826.0, 8773.0, 8810.0, 8772.0, 8810.0, 8773.0, 8829.0, 8790.0, 8831.0, 8794.0, 8833.0, 8794.0, 8835.0, 8795.0, 8852.0, 8811.0, 8838.0, 8810.0, 8837.0, 8794.0, 8837.0, 8760.0, 8837.0, 8773.0, 8820.0, 8757.0, 8803.0, 8829.0, 8784.0, 8847.0, 8801.0, 8845.0, 8795.0, 8837.0, 8791.0, 8834.0, 8786.0, 8830.0, 8775.0, 8819.0, 8784.0, 8838.0, 8787.0, 8846.0, 8804.0, 8865.0, 8805.0, 8867.0, 8804.0, 8851.0, 8844.0, 8858.0, 8861.0, 8834.0, 8857.0, 8797.0, 8867.0, 8793.0, 8853.0, 8809.0, 8851.0, 8792.0, 8834.0, 8792.0, 8836.0, 8792.0, 8837.0, 8792.0, 8835.0, 8774.0, 8815.0, 8774.0, 8819.0, 8754.0, 8801.0, 8750.0, 8780.0, 8762.0, 8782.0, 8824.0, 8783.0, 8825.0, 8769.0, 8824.0, 8767.0, 8823.0, 8783.0, 8810.0, 8770.0, 8812.0, 8773.0, 8828.0, 8793.0, 8834.0, 8813.0, 8825.0, 8813.0, 8829.0, 8849.0, 8821.0, 8886.0, 8805.0, 8884.0, 8832.0, 8904.0, 8850.0, 8815.0, 8818.0, 8776.0, 8793.0, 8817.0, 8807.0, 8834.0, 8813.0, 8854.0, 8830.0, 8872.0, 8834.0, 8873.0, 8805.0, 8847.0, 8767.0, 8827.0, 8780.0, 8822.0, 8757.0, 8800.0, 8735.0, 8763.0, 8711.0, 8737.0, 8675.0, 8718.0, 8661.0, 8727.0, 8697.0, 8735.0, 8778.0, 8738.0, 8798.0, 8754.0, 8779.0, 8761.0, 8784.0, 8746.0, 8793.0, 8769.0, 8816.0, 8792.0, 8835.0, 8797.0, 8821.0, 8786.0, 8854.0, 8805.0, 8861.0, 8822.0, 8866.0, 8822.0, 8864.0, 8805.0, 8869.0, 8804.0, 8833.0, 8782.0, 8830.0, 8798.0, 8833.0, 8797.0, 8817.0, 8856.0, 8798.0, 8852.0, 8794.0, 8853.0, 8798.0, 8841.0, 8798.0, 8837.0, 8798.0, 8839.0, 8798.0, 8854.0, 8802.0, 8841.0, 8802.0, 8788.0, 8819.0, 8809.0, 8854.0, 8812.0, 8871.0, 8825.0, 8869.0, 8827.0, 8868.0, 8826.0, 8877.0, 8823.0, 8863.0, 8795.0, 8835.0, 8824.0, 8822.0, 8868.0, 8807.0, 8867.0, 8807.0, 8866.0, 8785.0, 8848.0, 8822.0, 8843.0, 8805.0, 8808.0, 8827.0, 8768.0, 8829.0, 8765.0, 8811.0, 8765.0, 8793.0, 8752.0, 8807.0, 8755.0, 8811.0, 8778.0, 8830.0, 8778.0, 8834.0, 8794.0, 8836.0, 8798.0, 8839.0, 8818.0, 8842.0, 8800.0, 8842.0, 8810.0, 8836.0, 8795.0, 8837.0, 8778.0, 8820.0, 8762.0, 8836.0, 8777.0, 8822.0, 8770.0, 8839.0, 8784.0, 8857.0, 8803.0, 8857.0, 8802.0, 8842.0, 8800.0, 8842.0, 8814.0, 8858.0, 8814.0, 8858.0, 8799.0, 8840.0, 8794.0, 8838.0, 8793.0, 8838.0, 8789.0, 8832.0, 8773.0, 8816.0, 8773.0, 8830.0, 8789.0, 8818.0, 8776.0, 8831.0, 8777.0, 8835.0, 8794.0, 8836.0, 8796.0, 8848.0, 8794.0, 8832.0, 8780.0, 8850.0, 8809.0, 8848.0, 8791.0, 8836.0, 8790.0, 8834.0, 8788.0, 8831.0, 8757.0, 8814.0, 8742.0, 8815.0, 8760.0, 8835.0, 8776.0, 8835.0, 8784.0, 8842.0, 8821.0, 8861.0, 8823.0, 8863.0, 8844.0, 8873.0, 8868.0, 8910.0, 8851.0, 8811.0, 8846.0, 8817.0, 8856.0, 8823.0, 8883.0, 8840.0, 8899.0, 8856.0, 8879.0, 8851.0, 8812.0, 8841.0, 8803.0, 8817.0, 8795.0, 8819.0, 8796.0, 8815.0, 8767.0, 8781.0, 8750.0, 8794.0, 8748.0, 8797.0, 8752.0, 8815.0, 8753.0, 8817.0, 8780.0, 8840.0, 8763.0, 8852.0, 8789.0, 8833.0, 8791.0, 8850.0, 8798.0, 8839.0, 8777.0, 8842.0, 8806.0, 8812.0, 8871.0, 8823.0, 8852.0, 8788.0, 8829.0, 8768.0, 8807.0, 8747.0, 8808.0, 8732.0, 8824.0, 8733.0, 8811.0, 8734.0, 8792.0, 8735.0, 8792.0, 8737.0, 8810.0, 8754.0, 8831.0, 8772.0, 8834.0, 8773.0, 8820.0, 8771.0, 8801.0, 8769.0, 8801.0, 8771.0, 8819.0, 8773.0, 8804.0, 8801.0, 8804.0, 8815.0, 8790.0, 8802.0, 8791.0, 8803.0, 8793.0, 8820.0, 8798.0, 8854.0, 8817.0, 8841.0, 8815.0, 8806.0, 8816.0, 8840.0, 8831.0, 8806.0, 8831.0, 8799.0, 8828.0, 8797.0, 8844.0, 8798.0, 8860.0, 8799.0, 8857.0, 8800.0, 8857.0, 8815.0, 8859.0, 8816.0, 8875.0, 8816.0, 8869.0, 8817.0, 8856.0, 8848.0, 8814.0, 8861.0, 8801.0, 8859.0, 8787.0, 8879.0, 8831.0, 8863.0, 8801.0, 8864.0, 8796.0, 8852.0, 8814.0, 8814.0, 8848.0, 8785.0, 8840.0, 8781.0, 8870.0, 8812.0, 8858.0, 8811.0, 8853.0, 8795.0, 8863.0, 8816.0, 8833.0, 8807.0, 8760.0, 8818.0, 8756.0, 8848.0, 8774.0, 8846.0, 8790.0, 8833.0, 8791.0, 8832.0, 8793.0, 8862.0, 8792.0, 8829.0, 8787.0, 8812.0, 8786.0, 8785.0, 8802.0, 8756.0, 8817.0, 8773.0, 8821.0, 8778.0, 8837.0, 8790.0, 8852.0, 8806.0, 8833.0, 8793.0, 8835.0, 8797.0, 8783.0, 8860.0, 8804.0, 8877.0, 8836.0, 8893.0, 8838.0, 8860.0, 8835.0, 8857.0, 8847.0, 8810.0, 8843.0, 8779.0, 8836.0, 8790.0, 8853.0, 8812.0, 8866.0, 8791.0, 8815.0, 8772.0, 8788.0, 8816.0, 8771.0, 8835.0, 8787.0, 8831.0, 8773.0, 8830.0, 8792.0, 8833.0, 8793.0, 8828.0, 8773.0, 8770.0, 8784.0, 8769.0, 8802.0, 8754.0, 8818.0, 8755.0, 8811.0, 8758.0, 8830.0, 8794.0, 8835.0, 8797.0, 8849.0, 8794.0, 8777.0, 8807.0, 8780.0, 8840.0, 8796.0, 8839.0, 8796.0, 8836.0, 8799.0, 8853.0, 8814.0, 8836.0, 8824.0, 8792.0, 8810.0, 8786.0, 8819.0, 8755.0, 8834.0, 8752.0, 8794.0, 8749.0, 8810.0, 8752.0, 8826.0, 8782.0, 8811.0, 8770.0, 8826.0, 8792.0, 8791.0, 8806.0, 8763.0, 8806.0, 8767.0, 8837.0, 8785.0, 8857.0, 8816.0, 8841.0, 8801.0, 8853.0, 8799.0, 8853.0, 8799.0, 8808.0, 8812.0, 8781.0, 8825.0, 8781.0, 8841.0, 8779.0, 8840.0, 8779.0, 8835.0, 8794.0, 8856.0, 8815.0, 8852.0, 8796.0, 8849.0, 8798.0, 8811.0, 8830.0, 8801.0, 8862.0, 8801.0, 8861.0, 8803.0, 8877.0, 8818.0, 8877.0, 8815.0, 8858.0, 8813.0, 8858.0, 8816.0, 8860.0, 8813.0, 8854.0, 8795.0, 8838.0, 8810.0, 8864.0, 8808.0, 8834.0, 8793.0, 8795.0, 8826.0, 8784.0, 8846.0, 8801.0, 8863.0, 8820.0, 8864.0, 8822.0, 8863.0, 8839.0, 8863.0, 8820.0, 8801.0, 8832.0, 8818.0, 8850.0, 8814.0, 8866.0, 8802.0, 8859.0, 8799.0, 8858.0, 8814.0, 8859.0, 8797.0, 8853.0, 8792.0, 8862.0, 8794.0, 8850.0, 8797.0, 8791.0, 8806.0, 8776.0, 8859.0, 8813.0, 8857.0, 8826.0, 8839.0, 8797.0, 8761.0, 8787.0, 8775.0, 8849.0, 8799.0, 8859.0, 8819.0, 8877.0, 8834.0, 8875.0, 8812.0, 8853.0, 8789.0, 8824.0, 8777.0, 8805.0, 8757.0, 8803.0, 8751.0, 8793.0, 8729.0, 8771.0, 8709.0, 8751.0, 8694.0, 8749.0, 8709.0, 8753.0, 8732.0, 8773.0, 8720.0, 8781.0, 8742.0, 8763.0, 8741.0, 8733.0, 8759.0, 8733.0, 8796.0, 8754.0, 8815.0, 8774.0, 8817.0, 8781.0, 8839.0, 8802.0, 8841.0, 8812.0, 8840.0, 8814.0, 8795.0, 8828.0, 8821.0, 8825.0, 8790.0, 8806.0, 8772.0, 8802.0, 8771.0, 8803.0, 8760.0, 8825.0, 8762.0, 8817.0, 8760.0, 8833.0, 8793.0, 8837.0, 8797.0, 8837.0, 8798.0, 8827.0, 8820.0, 8801.0, 8846.0, 8785.0, 8845.0, 8783.0, 8845.0, 8786.0, 8845.0, 8779.0, 8824.0, 8763.0, 8822.0, 8779.0, 8823.0, 8777.0, 8823.0, 8765.0, 8827.0, 8783.0, 8827.0, 8769.0, 8842.0, 8783.0, 8840.0, 8784.0, 8840.0, 8785.0, 8856.0, 8802.0, 8857.0, 8803.0, 8842.0, 8804.0, 8859.0, 8819.0, 8879.0, 8820.0, 8831.0, 8820.0, 8815.0, 8845.0, 8801.0, 8849.0, 8786.0, 8857.0, 8796.0, 8857.0, 8794.0, 8857.0, 8793.0, 8838.0, 8774.0, 8836.0, 8788.0, 8848.0, 8771.0, 8831.0, 8769.0, 8829.0, 8787.0, 8833.0, 8771.0, 8828.0, 8794.0, 8831.0, 8791.0, 8828.0, 8807.0, 8845.0, 8794.0, 8820.0, 8809.0, 8806.0, 8826.0, 8796.0, 8840.0, 8778.0, 8838.0, 8782.0, 8836.0, 8774.0, 8838.0, 8778.0, 8853.0, 8789.0, 8832.0, 8787.0, 8830.0, 8791.0, 8848.0, 8812.0, 8848.0, 8797.0, 8824.0, 8813.0, 8800.0, 8848.0, 8802.0, 8868.0, 8821.0, 8862.0, 8818.0, 8864.0, 8821.0, 8874.0, 8815.0, 8841.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.0007696658986175115</td></tr>
<tr><td colspan=3>aqi</td><td>0.019114011751152075</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.33725060079585</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2926509873933094</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0146253851441764</td></tr>
<tr><td colspan=3>efc</td><td>0.4986</td></tr>
<tr><td colspan=3>fber</td><td>4238.5244</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08130301918523423</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>28</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.225806451612903</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5964685883583036</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5053384857226213</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8958858400476104</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3881814393046796</td></tr>
<tr><td colspan=3>gcor</td><td>0.0199425</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0173809714615345</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.033503804355859756</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.777361921553184</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>19.456</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.8274</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>200.1724</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296831.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>998.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>378.1294</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1697</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>513.4451</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3096.0305</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3291.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79713.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>969.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4077.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>871.2375</td></tr>
<tr><td colspan=3>tsnr</td><td>41.96043026307598</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>