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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>21:17:25.645000</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.994794, 0.0876937, 0.0519056, -0.0898332, 0.995136, 0.0404267]</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0844239</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4251, -7763, -7216, 285, -124, -28, 35, 74]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>240.42</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f81591ee-6fa4-4ae8-973b-fb6e2d9ee31b||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.6689603328704834, -0.24101580679416656, 0.1298915445804596, 119.4562759399414], [-0.2352757453918457, 2.669877290725708, 0.1211734265089035, -84.83993530273438], [0.1392589658498764, -0.10846175998449326, 2.69415020942688, -61.83260726928711], [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': ['211725.645000', '211726.105000', '211726.565000', '211727.025000', '211727.485000', '211727.945000', '211728.405000', '211728.865000', '211729.325000', '211729.785000', '211730.245000', '211730.705000', '211731.165000', '211731.625000', '211732.085000', '211732.545000', '211733.005000', '211733.465000', '211733.925000', '211734.385000', '211734.845000', '211735.305000', '211735.765000', '211736.225000', '211736.685000', '211737.145000', '211737.605000', '211738.065000', '211738.525000', '211738.985000', '211739.445000', '211739.905000', '211740.365000', '211740.825000', '211741.285000', '211741.745000', '211742.205000', '211742.665000', '211743.125000', '211743.585000', '211744.045000', '211744.505000', '211744.965000', '211745.425000', '211745.885000', '211746.345000', '211746.805000', '211747.265000', '211747.725000', '211748.185000', '211748.645000', '211749.105000', '211749.565000', '211750.025000', '211750.485000', '211750.945000', '211751.405000', '211751.865000', '211752.325000', '211752.785000', '211753.245000', '211753.705000', '211754.165000', '211754.625000', '211755.085000', '211755.545000', '211756.005000', '211756.465000', '211756.925000', '211757.385000', '211757.845000', '211758.305000', '211758.765000', '211759.225000', '211759.685000', '211800.145000', '211800.605000', '211801.065000', '211801.525000', '211801.985000', '211802.445000', '211802.905000', '211803.365000', '211803.825000', '211804.285000', '211804.745000', '211805.205000', '211805.665000', '211806.125000', '211806.585000', '211807.045000', '211807.505000', '211807.965000', '211808.425000', '211808.885000', '211809.345000', '211809.805000', '211810.265000', '211810.725000', '211811.185000', '211811.645000', '211812.105000', '211812.565000', '211813.025000', '211813.485000', '211813.945000', '211814.405000', '211814.865000', '211815.325000', '211815.785000', '211816.245000', '211816.705000', '211817.165000', '211817.625000', '211818.085000', '211818.545000', '211819.005000', '211819.465000', '211819.925000', '211820.385000', '211820.845000', '211821.305000', '211821.765000', '211822.225000', '211822.685000', '211823.145000', '211823.605000', '211824.065000', '211824.525000', '211824.985000', '211825.445000', '211825.905000', '211826.365000', '211826.825000', '211827.285000', '211827.745000', '211828.205000', '211828.665000', '211829.125000', '211829.585000', '211830.045000', '211830.505000', '211830.965000', '211831.425000', '211831.885000', '211832.345000', '211832.805000', '211833.265000', '211833.725000', '211834.185000', '211834.645000', '211835.105000', '211835.565000', '211836.025000', '211836.485000', '211836.945000', '211837.405000', '211837.865000', '211838.325000', '211838.785000', '211839.245000', '211839.705000', '211840.165000', '211840.625000', '211841.085000', '211841.545000', '211842.005000', '211842.465000', '211842.925000', '211843.385000', '211843.845000', '211844.305000', '211844.765000', '211845.225000', '211845.685000', '211846.145000', '211846.605000', '211847.065000', '211847.525000', '211847.985000', '211848.445000', '211848.905000', '211849.365000', '211849.825000', '211850.285000', '211850.745000', '211851.205000', '211851.665000', '211852.125000', '211852.585000', '211853.045000', '211853.505000', '211853.965000', '211854.425000', '211854.885000', '211855.345000', '211855.805000', '211856.265000', '211856.725000', '211857.185000', '211857.645000', '211858.105000', '211858.565000', '211859.025000', '211859.485000', '211859.945000', '211900.405000', '211900.865000', '211901.325000', '211901.785000', '211902.245000', '211902.705000', '211903.165000', '211903.625000', '211904.085000', '211904.545000', '211905.005000', '211905.465000', '211905.925000', '211906.385000', '211906.845000', '211907.305000', '211907.765000', '211908.225000', '211908.685000', '211909.145000', '211909.605000', '211910.065000', '211910.525000', '211910.985000', '211911.445000', '211911.905000', '211912.365000', '211912.825000', '211913.285000', '211913.745000', '211914.205000', '211914.665000', '211915.125000', '211915.585000', '211916.045000', '211916.505000', '211916.965000', '211917.425000', '211917.885000', '211918.345000', '211918.805000', '211919.265000', '211919.725000', '211920.185000', '211920.645000', '211921.105000', '211921.565000', '211922.025000', '211922.485000', '211922.945000', '211923.405000', '211923.865000', '211924.325000', '211924.785000', '211925.245000', '211925.705000', '211926.165000', '211926.625000', '211927.085000', '211927.545000', '211928.005000', '211928.465000', '211928.925000', '211929.385000', '211929.845000', '211930.305000', '211930.765000', '211931.225000', '211931.685000', '211932.145000', '211932.605000', '211933.065000', '211933.525000', '211933.985000', '211934.445000', '211934.905000', '211935.365000', '211935.825000', '211936.285000', '211936.745000', '211937.205000', '211937.665000', '211938.125000', '211938.585000', '211939.045000', '211939.505000', '211939.965000', '211940.425000', '211940.885000', '211941.345000', '211941.805000', '211942.265000', '211942.725000', '211943.185000', '211943.645000', '211944.105000', '211944.565000', '211945.025000', '211945.485000', '211945.945000', '211946.405000', '211946.865000', '211947.325000', '211947.785000', '211948.245000', '211948.705000', '211949.165000', '211949.625000', '211950.085000', '211950.545000', '211951.005000', '211951.465000', '211951.925000', '211952.385000', '211952.845000', '211953.305000', '211953.765000', '211954.225000', '211954.685000', '211955.145000', '211955.605000', '211956.065000', '211956.525000', '211956.985000', '211957.445000', '211957.905000', '211958.365000', '211958.825000', '211959.285000', '211959.745000', '212000.205000', '212000.665000', '212001.125000', '212001.585000', '212002.045000', '212002.505000', '212002.965000', '212003.425000', '212003.885000', '212004.345000', '212004.805000', '212005.265000', '212005.725000', '212006.185000', '212006.645000', '212007.105000', '212007.565000', '212008.025000', '212008.485000', '212008.945000', '212009.405000', '212009.865000', '212010.325000', '212010.785000', '212011.245000', '212011.705000', '212012.165000', '212012.625000', '212013.085000', '212013.545000', '212014.005000', '212014.465000', '212014.925000', '212015.385000', '212015.845000', '212016.305000', '212016.765000', '212017.225000', '212017.685000', '212018.145000', '212018.605000', '212019.065000', '212019.525000', '212019.985000', '212020.445000', '212020.905000', '212021.365000', '212021.825000', '212022.285000', '212022.745000', '212023.205000', '212023.665000', '212024.125000', '212024.585000', '212025.045000', '212025.505000', '212025.965000', '212026.425000', '212026.885000', '212027.345000', '212027.805000', '212028.265000', '212028.725000', '212029.185000', '212029.645000', '212030.105000', '212030.565000', '212031.025000', '212031.485000', '212031.945000', '212032.405000', '212032.865000', '212033.325000', '212033.785000', '212034.245000', '212034.705000', '212035.165000', '212035.625000', '212036.085000', '212036.545000', '212037.005000', '212037.465000', '212037.925000', '212038.385000', '212038.845000', '212039.305000', '212039.765000', '212040.225000', '212040.685000', '212041.145000', '212041.605000', '212042.065000', '212042.525000', '212042.985000', '212043.445000', '212043.905000', '212044.365000', '212044.825000', '212045.285000', '212045.745000', '212046.205000', '212046.665000', '212047.125000', '212047.585000', '212048.045000', '212048.505000', '212048.965000', '212049.425000', '212049.885000', '212050.345000', '212050.805000', '212051.265000', '212051.725000', '212052.185000', '212052.645000', '212053.105000', '212053.565000', '212054.025000', '212054.485000', '212054.945000', '212055.405000', '212055.865000', '212056.325000', '212056.785000', '212057.245000', '212057.705000', '212058.165000', '212058.625000', '212059.085000', '212059.545000', '212100.005000', '212100.465000', '212100.925000', '212101.385000', '212101.845000', '212102.305000', '212102.765000', '212103.225000', '212103.685000', '212104.145000', '212104.605000', '212105.065000', '212105.525000', '212105.985000', '212106.445000', '212106.905000', '212107.365000', '212107.825000', '212108.285000', '212108.745000', '212109.205000', '212109.665000', '212110.125000', '212110.585000', '212111.045000', '212111.505000', '212111.965000', '212112.425000', '212112.885000', '212113.345000', '212113.805000', '212114.265000', '212114.725000', '212115.185000', '212115.645000', '212116.105000', '212116.565000', '212117.025000', '212117.485000', '212117.945000', '212118.405000', '212118.865000', '212119.325000', '212119.785000', '212120.245000', '212120.705000', '212121.165000', '212121.625000', '212122.085000', '212122.545000', '212123.005000', '212123.465000', '212123.925000', '212124.385000', '212124.845000', '212125.305000', '212125.765000', '212126.225000', '212126.685000', '212127.145000', '212127.605000', '212128.065000', '212128.525000', '212128.985000', '212129.445000', '212129.905000', '212130.365000', '212130.825000', '212131.285000', '212131.745000', '212132.205000', '212132.665000', '212133.125000', '212133.585000', '212134.045000', '212134.505000', '212134.965000', '212135.425000', '212135.885000', '212136.345000', '212136.805000', '212137.265000', '212137.725000', '212138.185000', '212138.645000', '212139.105000', '212139.565000', '212140.025000', '212140.485000', '212140.945000', '212141.405000', '212141.865000', '212142.325000', '212142.785000', '212143.245000', '212143.705000', '212144.165000', '212144.625000', '212145.085000', '212145.545000', '212146.005000', '212146.465000', '212146.925000', '212147.385000', '212147.845000', '212148.305000', '212148.765000', '212149.225000', '212149.685000', '212150.145000', '212150.605000', '212151.065000', '212151.525000', '212151.985000', '212152.445000', '212152.905000', '212153.365000', '212153.825000', '212154.285000', '212154.745000', '212155.205000', '212155.665000', '212156.125000', '212156.585000', '212157.045000', '212157.505000', '212157.965000', '212158.425000', '212158.885000', '212159.345000', '212159.805000', '212200.265000', '212200.725000', '212201.185000', '212201.645000', '212202.105000', '212202.565000', '212203.025000', '212203.485000', '212203.945000', '212204.405000', '212204.865000', '212205.325000', '212205.785000', '212206.245000', '212206.705000', '212207.165000', '212207.625000', '212208.085000', '212208.545000', '212209.005000', '212209.465000', '212209.925000', '212210.385000', '212210.845000', '212211.305000', '212211.765000', '212212.225000', '212212.685000', '212213.145000', '212213.605000', '212214.065000', '212214.525000', '212214.985000', '212215.445000', '212215.905000', '212216.365000', '212216.825000', '212217.285000', '212217.745000', '212218.205000', '212218.665000', '212219.125000', '212219.585000', '212220.045000', '212220.505000', '212220.965000', '212221.425000', '212221.885000', '212222.345000', '212222.805000', '212223.265000', '212223.725000', '212224.185000', '212224.645000', '212225.105000', '212225.565000', '212226.025000', '212226.485000', '212226.945000', '212227.405000', '212227.865000', '212228.325000', '212228.785000', '212229.245000', '212229.705000', '212230.165000', '212230.625000', '212231.085000', '212231.545000', '212232.005000', '212232.465000', '212232.925000', '212233.385000', '212233.845000', '212234.305000', '212234.765000', '212235.225000', '212235.685000', '212236.145000', '212236.605000', '212237.065000', '212237.525000', '212237.985000', '212238.445000', '212238.905000', '212239.365000', '212239.825000', '212240.285000', '212240.745000', '212241.205000', '212241.665000', '212242.125000', '212242.585000', '212243.045000', '212243.505000', '212243.965000', '212244.425000', '212244.885000', '212245.345000', '212245.805000', '212246.265000', '212246.725000', '212247.185000', '212247.645000', '212248.105000', '212248.565000', '212249.025000', '212249.485000', '212249.945000', '212250.405000', '212250.865000', '212251.325000', '212251.785000', '212252.245000', '212252.705000', '212253.165000', '212253.625000', '212254.085000', '212254.545000', '212255.005000', '212255.465000', '212255.925000', '212256.385000', '212256.845000', '212257.305000', '212257.765000', '212258.225000', '212258.685000', '212259.145000', '212259.605000', '212300.065000', '212300.525000', '212300.985000', '212301.445000', '212301.905000', '212302.365000', '212302.825000', '212303.285000', '212303.745000', '212304.205000', '212304.665000', '212305.125000', '212305.585000', '212306.045000', '212306.505000', '212306.965000', '212307.425000', '212307.885000', '212308.345000', '212308.805000', '212309.265000', '212309.725000', '212310.185000', '212310.645000', '212311.105000', '212311.565000', '212312.025000', '212312.485000', '212312.945000', '212313.405000', '212313.865000', '212314.325000', '212314.785000', '212315.245000', '212315.705000', '212316.165000', '212316.625000', '212317.085000', '212317.545000', '212318.005000', '212318.465000', '212318.925000', '212319.385000', '212319.845000', '212320.305000', '212320.765000', '212321.225000', '212321.685000', '212322.145000', '212322.605000', '212323.065000', '212323.525000', '212323.985000', '212324.445000', '212324.905000', '212325.365000', '212325.825000', '212326.285000', '212326.745000', '212327.205000', '212327.665000', '212328.125000', '212328.585000', '212329.045000', '212329.505000', '212329.965000', '212330.425000', '212330.885000', '212331.345000', '212331.805000', '212332.265000', '212332.725000', '212333.185000', '212333.645000', '212334.105000', '212334.565000', '212335.025000', '212335.485000', '212335.945000', '212336.405000', '212336.865000', '212337.325000', '212337.785000', '212338.245000', '212338.705000', '212339.165000', '212339.625000', '212340.085000', '212340.545000', '212341.005000', '212341.465000', '212341.925000', '212342.385000', '212342.845000', '212343.305000', '212343.765000', '212344.225000', '212344.685000', '212345.145000', '212345.605000', '212346.065000', '212346.525000', '212346.985000', '212347.445000', '212347.905000', '212348.365000', '212348.825000', '212349.285000', '212349.745000', '212350.205000', '212350.665000', '212351.125000', '212351.585000', '212352.045000', '212352.505000', '212352.965000', '212353.425000', '212353.885000', '212354.345000', '212354.805000', '212355.265000', '212355.725000', '212356.185000', '212356.645000', '212357.105000', '212357.565000', '212358.025000', '212358.485000', '212358.945000', '212359.405000', '212359.865000', '212400.325000', '212400.785000', '212401.245000', '212401.705000', '212402.165000', '212402.625000', '212403.085000', '212403.545000', '212404.005000', '212404.465000', '212404.925000', '212405.385000', '212405.845000', '212406.305000'], 'ContentTime': ['211737.520000', '211737.523000', '211737.526000', '211737.528000', '211737.531000', '211737.534000', '211737.536000', '211737.539000', '211737.541000', '211737.544000', '211737.546000', '211737.549000', '211737.551000', '211737.554000', '211737.584000', '211737.595000', '211737.598000', '211737.601000', '211737.603000', '211737.606000', '211737.608000', '211737.611000', '211737.613000', '211757.482000', '211757.484000', '211757.487000', '211757.489000', '211757.492000', '211757.495000', '211757.523000', '211757.526000', '211757.529000', '211757.531000', '211757.534000', '211757.536000', '211757.539000', '211757.542000', '211757.544000', '211757.547000', '211757.549000', '211757.552000', '211757.555000', '211757.557000', '211757.560000', '211757.562000', '211757.565000', '211757.568000', '211757.571000', '211757.573000', '211757.576000', '211757.578000', '211757.581000', '211757.583000', '211757.586000', '211757.588000', '211757.591000', '211757.593000', '211757.596000', '211757.599000', '211757.601000', '211757.604000', '211757.606000', '211757.609000', '211757.611000', '211757.614000', '211757.617000', '211757.619000', '211817.482000', '211817.486000', '211817.488000', '211817.491000', '211817.493000', '211817.496000', '211817.499000', '211817.501000', '211817.504000', '211817.506000', '211817.509000', '211817.511000', '211817.514000', '211817.516000', '211817.519000', '211817.522000', '211817.524000', '211817.527000', '211817.530000', '211817.532000', '211817.535000', '211817.537000', '211817.540000', '211817.542000', '211817.545000', '211817.548000', '211817.550000', '211817.553000', '211817.556000', '211817.558000', '211817.561000', '211817.564000', '211817.567000', '211817.569000', '211817.572000', '211817.575000', '211817.577000', '211817.580000', '211817.582000', '211817.585000', '211817.588000', '211817.590000', '211817.593000', '211837.483000', '211837.486000', '211837.489000', '211837.491000', '211837.494000', '211837.496000', '211837.499000', '211837.502000', '211837.504000', '211837.507000', '211837.509000', '211837.512000', '211837.514000', '211837.517000', '211837.520000', '211837.522000', '211837.525000', '211837.527000', '211837.530000', '211837.533000', '211837.535000', '211837.538000', '211837.541000', '211837.543000', '211837.546000', '211837.548000', '211837.551000', '211837.554000', '211837.556000', '211837.559000', '211837.562000', '211837.564000', '211837.567000', '211837.569000', '211837.572000', '211837.575000', '211837.577000', '211837.580000', '211837.582000', '211837.585000', '211837.587000', '211837.590000', '211837.593000', '211837.595000', '211857.481000', '211857.484000', '211857.487000', '211857.490000', '211857.492000', '211857.495000', '211857.497000', '211857.500000', '211857.502000', '211857.505000', '211857.508000', '211857.510000', '211857.513000', '211857.515000', '211857.518000', '211857.530000', '211857.533000', '211857.535000', '211857.538000', '211857.541000', '211857.543000', '211857.546000', '211857.548000', '211857.551000', '211857.554000', '211857.556000', '211857.559000', '211857.561000', '211857.564000', '211857.566000', '211857.569000', '211857.572000', '211857.574000', '211857.586000', '211857.589000', '211857.591000', '211857.594000', '211857.597000', '211857.599000', '211857.602000', '211857.605000', '211857.607000', '211857.610000', '211917.482000', '211917.484000', '211917.487000', '211917.490000', '211917.492000', '211917.495000', '211917.498000', '211917.500000', '211917.503000', '211917.505000', '211917.508000', '211917.511000', '211917.513000', '211917.516000', '211917.518000', '211917.521000', '211917.523000', '211917.526000', '211917.528000', '211917.531000', '211917.534000', '211917.536000', '211917.539000', '211917.541000', '211917.544000', '211917.546000', '211917.549000', '211917.551000', '211917.554000', '211917.557000', '211917.559000', '211917.562000', '211917.565000', '211917.567000', '211917.570000', '211917.572000', '211917.575000', '211917.577000', '211917.580000', '211917.583000', '211917.585000', '211917.588000', '211917.590000', '211917.593000', '211937.482000', '211937.485000', '211937.487000', '211937.490000', '211937.492000', '211937.495000', '211937.497000', '211937.500000', '211937.503000', '211937.505000', '211937.508000', '211937.510000', '211937.513000', '211937.516000', '211937.518000', '211937.521000', '211937.523000', '211937.526000', '211937.528000', '211937.531000', '211937.534000', '211937.536000', '211937.539000', '211937.542000', '211937.544000', '211937.547000', '211937.549000', '211937.552000', '211937.555000', '211937.557000', '211937.560000', '211937.562000', '211937.565000', '211937.568000', '211937.570000', '211937.573000', '211937.575000', '211937.578000', '211937.580000', '211937.583000', '211937.586000', '211937.588000', '211937.591000', '211957.482000', '211957.485000', '211957.487000', '211957.490000', '211957.492000', '211957.495000', '211957.498000', '211957.500000', '211957.503000', '211957.505000', '211957.508000', '211957.510000', '211957.513000', '211957.516000', '211957.518000', '211957.521000', '211957.523000', '211957.526000', '211957.528000', '211957.531000', '211957.533000', '211957.536000', '211957.539000', '211957.541000', '211957.544000', '211957.546000', '211957.549000', '211957.552000', '211957.554000', '211957.557000', '211957.559000', '211957.562000', '211957.564000', '211957.567000', '211957.569000', '211957.572000', '211957.575000', '211957.577000', '211957.580000', '211957.582000', '211957.585000', '211957.587000', '211957.590000', '211957.593000', '212017.482000', '212017.485000', '212017.488000', '212017.490000', '212017.493000', '212017.495000', '212017.498000', '212017.501000', '212017.503000', '212017.506000', '212017.508000', '212017.511000', '212017.514000', '212017.516000', '212017.519000', '212017.521000', '212017.524000', '212017.527000', '212017.529000', '212017.532000', '212017.534000', '212017.537000', '212017.540000', '212017.542000', '212017.545000', '212017.547000', '212017.550000', '212017.553000', '212017.555000', '212017.558000', '212017.560000', '212017.563000', '212017.565000', '212017.568000', '212017.571000', '212017.573000', '212017.576000', '212017.578000', '212017.581000', '212017.583000', '212017.586000', '212017.589000', '212017.591000', '212037.482000', '212037.485000', '212037.488000', '212037.490000', '212037.493000', '212037.496000', '212037.498000', '212037.501000', '212037.504000', '212037.506000', '212037.509000', '212037.528000', '212037.530000', '212037.533000', '212037.535000', '212037.538000', '212037.541000', '212037.543000', '212037.546000', '212037.548000', '212037.551000', '212037.553000', '212037.556000', '212037.559000', '212037.561000', '212037.564000', '212037.566000', '212037.569000', '212037.571000', '212037.574000', '212037.577000', '212037.579000', '212037.582000', '212037.584000', '212037.587000', '212037.589000', '212037.592000', '212037.595000', '212037.597000', '212037.600000', '212037.602000', '212037.605000', '212037.607000', '212057.482000', '212057.485000', '212057.488000', '212057.490000', '212057.493000', '212057.496000', '212057.498000', '212057.501000', '212057.503000', '212057.506000', '212057.509000', '212057.511000', '212057.514000', '212057.516000', '212057.519000', '212057.521000', '212057.524000', '212057.527000', '212057.529000', '212057.532000', '212057.534000', '212057.537000', '212057.539000', '212057.542000', '212057.545000', '212057.547000', '212057.550000', '212057.552000', '212057.555000', '212057.557000', '212057.560000', '212057.563000', '212057.565000', '212057.568000', '212057.570000', '212057.573000', '212057.575000', '212057.578000', '212057.581000', '212057.583000', '212057.586000', '212057.589000', '212057.591000', '212057.594000', '212117.481000', '212117.484000', '212117.487000', '212117.489000', '212117.492000', '212117.494000', '212117.497000', '212117.500000', '212117.502000', '212117.505000', '212117.507000', '212117.510000', '212117.513000', '212117.515000', '212117.518000', '212117.521000', '212117.523000', '212117.526000', '212117.529000', '212117.531000', '212117.534000', '212117.536000', '212117.539000', '212117.542000', '212117.544000', '212117.547000', '212117.549000', '212117.552000', '212117.555000', '212117.557000', '212117.560000', '212117.563000', '212117.565000', '212117.568000', '212117.570000', '212117.573000', '212117.575000', '212117.578000', '212117.581000', '212117.583000', '212117.586000', '212117.588000', '212117.591000', '212117.594000', '212137.481000', '212137.484000', '212137.487000', '212137.489000', '212137.492000', '212137.495000', '212137.497000', '212137.500000', '212137.502000', '212137.505000', '212137.508000', '212137.510000', '212137.513000', '212137.515000', '212137.518000', '212137.520000', '212137.523000', '212137.526000', '212137.528000', '212137.531000', '212137.533000', '212137.536000', '212137.539000', '212137.541000', '212137.544000', '212137.546000', '212137.549000', '212137.551000', '212137.554000', '212137.557000', '212137.559000', '212137.562000', '212137.565000', '212137.567000', '212137.570000', '212137.572000', '212137.575000', '212137.578000', '212137.580000', '212137.583000', '212137.585000', '212137.588000', '212137.591000', '212157.481000', '212157.484000', '212157.487000', '212157.489000', '212157.492000', '212157.494000', '212157.497000', '212157.500000', '212157.502000', '212157.505000', '212157.507000', '212157.510000', '212157.513000', '212157.515000', '212157.518000', '212157.520000', '212157.523000', '212157.525000', '212157.528000', '212157.531000', '212157.533000', '212157.536000', '212157.538000', '212157.541000', '212157.544000', '212157.546000', '212157.549000', '212157.552000', '212157.554000', '212157.557000', '212157.559000', '212157.562000', '212157.564000', '212157.567000', '212157.570000', '212157.572000', '212157.583000', '212157.585000', '212157.588000', '212157.591000', '212157.593000', '212157.596000', '212157.598000', '212157.601000', '212217.482000', '212217.484000', '212217.487000', '212217.490000', '212217.492000', '212217.495000', '212217.497000', '212217.500000', '212217.503000', '212217.505000', '212217.508000', '212217.511000', '212217.513000', '212217.516000', '212217.518000', '212217.521000', '212217.524000', '212217.526000', '212217.529000', '212217.531000', '212217.534000', '212217.536000', '212217.539000', '212217.542000', '212217.544000', '212217.547000', '212217.549000', '212217.552000', '212217.555000', '212217.557000', '212217.560000', '212217.562000', '212217.565000', '212217.567000', '212217.570000', '212217.573000', '212217.575000', '212217.578000', '212217.580000', '212217.583000', '212217.586000', '212217.588000', '212217.591000', '212237.481000', '212237.484000', '212237.487000', '212237.490000', '212237.492000', '212237.495000', '212237.497000', '212237.500000', '212237.503000', '212237.505000', '212237.509000', '212237.513000', '212237.516000', '212237.519000', '212237.521000', '212237.524000', '212237.527000', '212237.529000', '212237.532000', '212237.535000', '212237.537000', '212237.540000', '212237.542000', '212237.545000', '212237.548000', '212237.550000', '212237.553000', '212237.556000', '212237.558000', '212237.561000', '212237.564000', '212237.566000', '212237.569000', '212237.572000', '212237.574000', '212237.577000', '212237.580000', '212237.582000', '212237.585000', '212237.588000', '212237.590000', '212237.593000', '212237.595000', '212237.598000', '212257.482000', '212257.486000', '212257.488000', '212257.491000', '212257.494000', '212257.497000', '212257.499000', '212257.502000', '212257.504000', '212257.507000', '212257.510000', '212257.512000', '212257.515000', '212257.518000', '212257.521000', '212257.523000', '212257.526000', '212257.529000', '212257.531000', '212257.534000', '212257.537000', '212257.539000', '212257.542000', '212257.545000', '212257.547000', '212257.550000', '212257.552000', '212257.555000', '212257.558000', '212257.560000', '212257.563000', '212257.566000', '212257.568000', '212257.571000', '212257.574000', '212257.576000', '212257.579000', '212257.582000', '212257.594000', '212257.597000', '212257.599000', '212257.602000', '212257.605000', '212317.482000', '212317.485000', '212317.488000', '212317.491000', '212317.493000', '212317.496000', '212317.499000', '212317.501000', '212317.504000', '212317.506000', '212317.509000', '212317.512000', '212317.514000', '212317.517000', '212317.520000', '212317.522000', '212317.525000', '212317.527000', '212317.530000', '212317.533000', '212317.535000', '212317.538000', '212317.541000', '212317.543000', '212317.546000', '212317.550000', '212317.553000', '212317.555000', '212317.558000', '212317.561000', '212317.564000', '212317.567000', '212317.569000', '212317.572000', '212317.575000', '212317.577000', '212317.580000', '212317.583000', '212317.585000', '212317.588000', '212317.590000', '212317.593000', '212317.596000', '212317.598000', '212337.481000', '212337.484000', '212337.500000', '212337.503000', '212337.506000', '212337.508000', '212337.511000', '212337.514000', '212337.516000', '212337.519000', '212337.522000', '212337.524000', '212337.527000', '212337.530000', '212337.532000', '212337.535000', '212337.538000', '212337.540000', '212337.543000', '212337.545000', '212337.548000', '212337.551000', '212337.553000', '212337.556000', '212337.559000', '212337.561000', '212337.564000', '212337.566000', '212337.569000', '212337.572000', '212337.574000', '212337.577000', '212337.580000', '212337.582000', '212337.585000', '212337.588000', '212337.590000', '212337.593000', '212337.595000', '212337.598000', '212337.601000', '212337.603000', '212337.606000', '212357.481000', '212357.485000', '212357.488000', '212357.490000', '212357.493000', '212357.496000', '212357.498000', '212357.501000', '212357.503000', '212357.506000', '212357.509000', '212357.511000', '212357.514000', '212357.517000', '212357.519000', '212357.522000', '212357.525000', '212357.527000', '212357.530000', '212357.532000', '212357.535000', '212357.538000', '212357.540000', '212357.543000', '212357.545000', '212357.549000', '212357.552000', '212357.555000', '212357.557000', '212357.560000', '212357.563000', '212357.565000', '212357.568000', '212357.571000', '212357.573000', '212357.576000', '212357.578000', '212357.581000', '212357.584000', '212357.586000', '212357.589000', '212357.592000', '212357.594000', '212407.600000', '212407.603000', '212407.606000', '212407.609000', '212407.612000', '212407.615000', '212407.617000', '212407.620000', '212407.623000', '212407.625000', '212407.628000', '212407.631000', '212407.634000', '212407.637000', '212407.640000', '212407.643000', '212407.646000', '212407.649000', '212407.652000', '212407.654000', '212407.657000', '212407.660000', '212407.663000'], 'InstanceCreationTime': ['211737.520000', '211737.523000', '211737.526000', '211737.528000', '211737.531000', '211737.534000', '211737.536000', '211737.539000', '211737.541000', '211737.544000', '211737.546000', '211737.549000', '211737.551000', '211737.554000', '211737.584000', '211737.595000', '211737.598000', '211737.601000', '211737.603000', '211737.606000', '211737.608000', '211737.611000', '211737.613000', '211757.482000', '211757.484000', '211757.487000', '211757.489000', '211757.492000', '211757.495000', '211757.523000', '211757.526000', '211757.529000', '211757.531000', '211757.534000', '211757.536000', '211757.539000', '211757.542000', '211757.544000', '211757.547000', '211757.549000', '211757.552000', '211757.555000', '211757.557000', '211757.560000', '211757.562000', '211757.565000', '211757.568000', '211757.571000', '211757.573000', '211757.576000', '211757.578000', '211757.581000', '211757.583000', '211757.586000', '211757.588000', '211757.591000', '211757.593000', '211757.596000', '211757.599000', '211757.601000', '211757.604000', '211757.606000', '211757.609000', '211757.611000', '211757.614000', '211757.617000', '211757.619000', '211817.482000', '211817.486000', '211817.488000', '211817.491000', '211817.493000', '211817.496000', '211817.499000', '211817.501000', '211817.504000', '211817.506000', '211817.509000', '211817.511000', '211817.514000', '211817.516000', '211817.519000', '211817.522000', '211817.524000', '211817.527000', '211817.530000', '211817.532000', '211817.535000', '211817.537000', '211817.540000', '211817.542000', '211817.545000', '211817.548000', '211817.550000', '211817.553000', '211817.556000', '211817.558000', '211817.561000', '211817.564000', '211817.567000', '211817.569000', '211817.572000', '211817.575000', '211817.577000', '211817.580000', '211817.582000', '211817.585000', '211817.588000', '211817.590000', '211817.593000', '211837.483000', '211837.486000', '211837.489000', '211837.491000', '211837.494000', '211837.496000', '211837.499000', '211837.502000', '211837.504000', '211837.507000', '211837.509000', '211837.512000', '211837.514000', '211837.517000', '211837.520000', '211837.522000', '211837.525000', '211837.527000', '211837.530000', '211837.533000', '211837.535000', '211837.538000', '211837.541000', '211837.543000', '211837.546000', '211837.548000', '211837.551000', '211837.554000', '211837.556000', '211837.559000', '211837.562000', '211837.564000', '211837.567000', '211837.569000', '211837.572000', '211837.575000', '211837.577000', '211837.580000', '211837.582000', '211837.585000', '211837.587000', '211837.590000', '211837.593000', '211837.595000', '211857.481000', '211857.484000', '211857.487000', '211857.490000', '211857.492000', '211857.495000', '211857.497000', '211857.500000', '211857.502000', '211857.505000', '211857.508000', '211857.510000', '211857.513000', '211857.515000', '211857.518000', '211857.530000', '211857.533000', '211857.535000', '211857.538000', '211857.541000', '211857.543000', '211857.546000', '211857.548000', '211857.551000', '211857.554000', '211857.556000', '211857.559000', '211857.561000', '211857.564000', '211857.566000', '211857.569000', '211857.572000', '211857.574000', '211857.586000', '211857.589000', '211857.591000', '211857.594000', '211857.597000', '211857.599000', '211857.602000', '211857.605000', '211857.607000', '211857.610000', '211917.482000', '211917.484000', '211917.487000', '211917.490000', '211917.492000', '211917.495000', '211917.498000', '211917.500000', '211917.503000', '211917.505000', '211917.508000', '211917.511000', '211917.513000', '211917.516000', '211917.518000', '211917.521000', '211917.523000', '211917.526000', '211917.528000', '211917.531000', '211917.534000', '211917.536000', '211917.539000', '211917.541000', '211917.544000', '211917.546000', '211917.549000', '211917.551000', '211917.554000', '211917.557000', '211917.559000', '211917.562000', '211917.565000', '211917.567000', '211917.570000', '211917.572000', '211917.575000', '211917.577000', '211917.580000', '211917.583000', '211917.585000', '211917.588000', '211917.590000', '211917.593000', '211937.482000', '211937.485000', '211937.487000', '211937.490000', '211937.492000', '211937.495000', '211937.497000', '211937.500000', '211937.503000', '211937.505000', '211937.508000', '211937.510000', '211937.513000', '211937.516000', '211937.518000', '211937.521000', '211937.523000', '211937.526000', '211937.528000', '211937.531000', '211937.534000', '211937.536000', '211937.539000', '211937.542000', '211937.544000', '211937.547000', '211937.549000', '211937.552000', '211937.555000', '211937.557000', '211937.560000', '211937.562000', '211937.565000', '211937.568000', '211937.570000', '211937.573000', '211937.575000', '211937.578000', '211937.580000', '211937.583000', '211937.586000', '211937.588000', '211937.591000', '211957.482000', '211957.485000', '211957.487000', '211957.490000', '211957.492000', '211957.495000', '211957.498000', '211957.500000', '211957.503000', '211957.505000', '211957.508000', '211957.510000', '211957.513000', '211957.516000', '211957.518000', '211957.521000', '211957.523000', '211957.526000', '211957.528000', '211957.531000', '211957.533000', '211957.536000', '211957.539000', '211957.541000', '211957.544000', '211957.546000', '211957.549000', '211957.552000', '211957.554000', '211957.557000', '211957.559000', '211957.562000', '211957.564000', '211957.567000', '211957.569000', '211957.572000', '211957.575000', '211957.577000', '211957.580000', '211957.582000', '211957.585000', '211957.587000', '211957.590000', '211957.593000', '212017.482000', '212017.485000', '212017.488000', '212017.490000', '212017.493000', '212017.495000', '212017.498000', '212017.501000', '212017.503000', '212017.506000', '212017.508000', '212017.511000', '212017.514000', '212017.516000', '212017.519000', '212017.521000', '212017.524000', '212017.527000', '212017.529000', '212017.532000', '212017.534000', '212017.537000', '212017.540000', '212017.542000', '212017.545000', '212017.547000', '212017.550000', '212017.553000', '212017.555000', '212017.558000', '212017.560000', '212017.563000', '212017.565000', '212017.568000', '212017.571000', '212017.573000', '212017.576000', '212017.578000', '212017.581000', '212017.583000', '212017.586000', '212017.589000', '212017.591000', '212037.482000', '212037.485000', '212037.488000', '212037.490000', '212037.493000', '212037.496000', '212037.498000', '212037.501000', '212037.504000', '212037.506000', '212037.509000', '212037.528000', '212037.530000', '212037.533000', '212037.535000', '212037.538000', '212037.541000', '212037.543000', '212037.546000', '212037.548000', '212037.551000', '212037.553000', '212037.556000', '212037.559000', '212037.561000', '212037.564000', '212037.566000', '212037.569000', '212037.571000', '212037.574000', '212037.577000', '212037.579000', '212037.582000', '212037.584000', '212037.587000', '212037.589000', '212037.592000', '212037.595000', '212037.597000', '212037.600000', '212037.602000', '212037.605000', '212037.607000', '212057.482000', '212057.485000', '212057.488000', '212057.490000', '212057.493000', '212057.496000', '212057.498000', '212057.501000', '212057.503000', '212057.506000', '212057.509000', '212057.511000', '212057.514000', '212057.516000', '212057.519000', '212057.521000', '212057.524000', '212057.527000', '212057.529000', '212057.532000', '212057.534000', '212057.537000', '212057.539000', '212057.542000', '212057.545000', '212057.547000', '212057.550000', '212057.552000', '212057.555000', '212057.557000', '212057.560000', '212057.563000', '212057.565000', '212057.568000', '212057.570000', '212057.573000', '212057.575000', '212057.578000', '212057.581000', '212057.583000', '212057.586000', '212057.589000', '212057.591000', '212057.594000', '212117.481000', '212117.484000', '212117.487000', '212117.489000', '212117.492000', '212117.494000', '212117.497000', '212117.500000', '212117.502000', '212117.505000', '212117.507000', '212117.510000', '212117.513000', '212117.515000', '212117.518000', '212117.521000', '212117.523000', '212117.526000', '212117.529000', '212117.531000', '212117.534000', '212117.536000', '212117.539000', '212117.542000', '212117.544000', '212117.547000', '212117.549000', '212117.552000', '212117.555000', '212117.557000', '212117.560000', '212117.563000', '212117.565000', '212117.568000', '212117.570000', '212117.573000', '212117.575000', '212117.578000', '212117.581000', '212117.583000', '212117.586000', '212117.588000', '212117.591000', '212117.594000', '212137.481000', '212137.484000', '212137.487000', '212137.489000', '212137.492000', '212137.495000', '212137.497000', '212137.500000', '212137.502000', '212137.505000', '212137.508000', '212137.510000', '212137.513000', '212137.515000', '212137.518000', '212137.520000', '212137.523000', '212137.526000', '212137.528000', '212137.531000', '212137.533000', '212137.536000', '212137.539000', '212137.541000', '212137.544000', '212137.546000', '212137.549000', '212137.551000', '212137.554000', '212137.557000', '212137.559000', '212137.562000', '212137.565000', '212137.567000', '212137.570000', '212137.572000', '212137.575000', '212137.578000', '212137.580000', '212137.583000', '212137.585000', '212137.588000', '212137.591000', '212157.481000', '212157.484000', '212157.487000', '212157.489000', '212157.492000', '212157.494000', '212157.497000', '212157.500000', '212157.502000', '212157.505000', '212157.507000', '212157.510000', '212157.513000', '212157.515000', '212157.518000', '212157.520000', '212157.523000', '212157.525000', '212157.528000', '212157.531000', '212157.533000', '212157.536000', '212157.538000', '212157.541000', '212157.544000', '212157.546000', '212157.549000', '212157.552000', '212157.554000', '212157.557000', '212157.559000', '212157.562000', '212157.564000', '212157.567000', '212157.570000', '212157.572000', '212157.583000', '212157.585000', '212157.588000', '212157.591000', '212157.593000', '212157.596000', '212157.598000', '212157.601000', '212217.482000', '212217.484000', '212217.487000', '212217.490000', '212217.492000', '212217.495000', '212217.497000', '212217.500000', '212217.503000', '212217.505000', '212217.508000', '212217.511000', '212217.513000', '212217.516000', '212217.518000', '212217.521000', '212217.524000', '212217.526000', '212217.529000', '212217.531000', '212217.534000', '212217.536000', '212217.539000', '212217.542000', '212217.544000', '212217.547000', '212217.549000', '212217.552000', '212217.555000', '212217.557000', '212217.560000', '212217.562000', '212217.565000', '212217.567000', '212217.570000', '212217.573000', '212217.575000', '212217.578000', '212217.580000', '212217.583000', '212217.586000', '212217.588000', '212217.591000', '212237.481000', '212237.484000', '212237.487000', '212237.490000', '212237.492000', '212237.495000', '212237.497000', '212237.500000', '212237.503000', '212237.505000', '212237.509000', '212237.513000', '212237.516000', '212237.519000', '212237.521000', '212237.524000', '212237.527000', '212237.529000', '212237.532000', '212237.535000', '212237.537000', '212237.540000', '212237.542000', '212237.545000', '212237.548000', '212237.550000', '212237.553000', '212237.556000', '212237.558000', '212237.561000', '212237.564000', '212237.566000', '212237.569000', '212237.572000', '212237.574000', '212237.577000', '212237.580000', '212237.582000', '212237.585000', '212237.588000', '212237.590000', '212237.593000', '212237.595000', '212237.598000', '212257.482000', '212257.486000', '212257.488000', '212257.491000', '212257.494000', '212257.497000', '212257.499000', '212257.502000', '212257.504000', '212257.507000', '212257.510000', '212257.512000', '212257.515000', '212257.518000', '212257.521000', '212257.523000', '212257.526000', '212257.529000', '212257.531000', '212257.534000', '212257.537000', '212257.539000', '212257.542000', '212257.545000', '212257.547000', '212257.550000', '212257.552000', '212257.555000', '212257.558000', '212257.560000', '212257.563000', '212257.566000', '212257.568000', '212257.571000', '212257.574000', '212257.576000', '212257.579000', '212257.582000', '212257.594000', '212257.597000', '212257.599000', '212257.602000', '212257.605000', '212317.482000', '212317.485000', '212317.488000', '212317.491000', '212317.493000', '212317.496000', '212317.499000', '212317.501000', '212317.504000', '212317.506000', '212317.509000', '212317.512000', '212317.514000', '212317.517000', '212317.520000', '212317.522000', '212317.525000', '212317.527000', '212317.530000', '212317.533000', '212317.535000', '212317.538000', '212317.541000', '212317.543000', '212317.546000', '212317.550000', '212317.553000', '212317.555000', '212317.558000', '212317.561000', '212317.564000', '212317.567000', '212317.569000', '212317.572000', '212317.575000', '212317.577000', '212317.580000', '212317.583000', '212317.585000', '212317.588000', '212317.590000', '212317.593000', '212317.596000', '212317.598000', '212337.481000', '212337.484000', '212337.500000', '212337.503000', '212337.506000', '212337.508000', '212337.511000', '212337.514000', '212337.516000', '212337.519000', '212337.522000', '212337.524000', '212337.527000', '212337.530000', '212337.532000', '212337.535000', '212337.538000', '212337.540000', '212337.543000', '212337.545000', '212337.548000', '212337.551000', '212337.553000', '212337.556000', '212337.559000', '212337.561000', '212337.564000', '212337.566000', '212337.569000', '212337.572000', '212337.574000', '212337.577000', '212337.580000', '212337.582000', '212337.585000', '212337.588000', '212337.590000', '212337.593000', '212337.595000', '212337.598000', '212337.601000', '212337.603000', '212337.606000', '212357.481000', '212357.485000', '212357.488000', '212357.490000', '212357.493000', '212357.496000', '212357.498000', '212357.501000', '212357.503000', '212357.506000', '212357.509000', '212357.511000', '212357.514000', '212357.517000', '212357.519000', '212357.522000', '212357.525000', '212357.527000', '212357.530000', '212357.532000', '212357.535000', '212357.538000', '212357.540000', '212357.543000', '212357.545000', '212357.549000', '212357.552000', '212357.555000', '212357.557000', '212357.560000', '212357.563000', '212357.565000', '212357.568000', '212357.571000', '212357.573000', '212357.576000', '212357.578000', '212357.581000', '212357.584000', '212357.586000', '212357.589000', '212357.592000', '212357.594000', '212407.600000', '212407.603000', '212407.606000', '212407.609000', '212407.612000', '212407.615000', '212407.617000', '212407.620000', '212407.623000', '212407.625000', '212407.628000', '212407.631000', '212407.634000', '212407.637000', '212407.640000', '212407.643000', '212407.646000', '212407.649000', '212407.652000', '212407.654000', '212407.657000', '212407.660000', '212407.663000'], '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': [10899, 12998, 9541, 13193, 8851, 11476, 9307, 11144, 12917, 10463, 11461, 9824, 6900, 11701, 8652, 11746, 9891, 10736, 15479, 10242, 13135, 8868, 11773, 9756, 11358, 8938, 10243, 13746, 10740, 10218, 8994, 11911, 8616, 11412, 9900, 11076, 8948, 11439, 8824, 12423, 8105, 11098, 8886, 10745, 13710, 9578, 11689, 9567, 11452, 10264, 10248, 8817, 7217, 9475, 12239, 9735, 11104, 8686, 11226, 8119, 10653, 8154, 10404, 8513, 10730, 8535, 10858, 7632, 10764, 7912, 10950, 8653, 10778, 8829, 9777, 8170, 8715, 9177, 10001, 8766, 12480, 9302, 10228, 12402, 9666, 7129, 10944, 8613, 11744, 9371, 12686, 8845, 11468, 8994, 9890, 13712, 8391, 10995, 7631, 6305, 8870, 8742, 6994, 10453, 7606, 6590, 9587, 13320, 10866, 11878, 8399, 10516, 8749, 9503, 10882, 9826, 7034, 10297, 7280, 10826, 9002, 10277, 10967, 9020, 11991, 9151, 7043, 10174, 7694, 10244, 13285, 9355, 11213, 8758, 11447, 7897, 7277, 7733, 9949, 10447, 8372, 10868, 12736, 10172, 13003, 11512, 13232, 8855, 6685, 10311, 8227, 10611, 9260, 9524, 9055, 8920, 8331, 9461, 7595, 6898, 7498, 8177, 7058, 7207, 11916, 10042, 9965, 15442, 11822, 13787, 10651, 10685, 12454, 11607, 9210, 11388, 10005, 11025, 14739, 9719, 11812, 8687, 11112, 7596, 9454, 7568, 7663, 10329, 7283, 9684, 7586, 9330, 7187, 8958, 6815, 9216, 7412, 9625, 8014, 9856, 7279, 10449, 8852, 9019, 10749, 7882, 10515, 7598, 9585, 8773, 9745, 6713, 9127, 6836, 9484, 9914, 8957, 10813, 8165, 11380, 8540, 11013, 8015, 10732, 8108, 10427, 12453, 9035, 11711, 10571, 8978, 8869, 7029, 10453, 11375, 9797, 11067, 7931, 9943, 7522, 11249, 8476, 9133, 10312, 12052, 9793, 11893, 12483, 8875, 11655, 9199, 11664, 8046, 9857, 7161, 10181, 8356, 10757, 9860, 8961, 9767, 8128, 6689, 10159, 7016, 10928, 11246, 8581, 11188, 8015, 9676, 12535, 10223, 10623, 8056, 6694, 7386, 9082, 10866, 9443, 9812, 10069, 10556, 11116, 9616, 12471, 10003, 11761, 10259, 9979, 13361, 9873, 11196, 8460, 6507, 10182, 7309, 10800, 9160, 9382, 11808, 8502, 11271, 9482, 10602, 8352, 8065, 8009, 7181, 9563, 7730, 7352, 9788, 8768, 10118, 9228, 11358, 10022, 11229, 15532, 12125, 13631, 9825, 11606, 8893, 11355, 7019, 10890, 8209, 10772, 6995, 9221, 6799, 9913, 6942, 10336, 7735, 8834, 11299, 8417, 7159, 8388, 6579, 9240, 12120, 9059, 10778, 8949, 9775, 7338, 6616, 9804, 7351, 10453, 9337, 10980, 8704, 10962, 12740, 9802, 12842, 9717, 11528, 14394, 9544, 12160, 11101, 12213, 9618, 11530, 8582, 11055, 9261, 9925, 12643, 10063, 11606, 8144, 6547, 9402, 11690, 10576, 11431, 9043, 10800, 8028, 9989, 7704, 9375, 8514, 11679, 9673, 10578, 8479, 7752, 11146, 8717, 12110, 10237, 10596, 14707, 12130, 11978, 9951, 7469, 10859, 7715, 9861, 12981, 8347, 11017, 9422, 12348, 8591, 7022, 8278, 6579, 9854, 11266, 9552, 10537, 8230, 10659, 7815, 8203, 10723, 8856, 10144, 8705, 12496, 9176, 11294, 10402, 10659, 8220, 10359, 7751, 10329, 11655, 9679, 11877, 10090, 11239, 10895, 12669, 7977, 6729, 8650, 10861, 9666, 10589, 8754, 11063, 8246, 9646, 7622, 8047, 8621, 8866, 10314, 8975, 7907, 10563, 11514, 10619, 13954, 17020, 12132, 13336, 12210, 13872, 9509, 12430, 9405, 10929, 9664, 10459, 8579, 10282, 10525, 10478, 8118, 9338, 7499, 8977, 10536, 7911, 9972, 8230, 9818, 8145, 9804, 7620, 10193, 8224, 9643, 7699, 9497, 7793, 9853, 12426, 7955, 10398, 7794, 10069, 7907, 6619, 8928, 7083, 9350, 11481, 9106, 10784, 9422, 10768, 8837, 10771, 8028, 10382, 11695, 8865, 10640, 9244, 10489, 8561, 9787, 7106, 7367, 8457, 7867, 8511, 7891, 8974, 7701, 9283, 7830, 8036, 9041, 10977, 9609, 12015, 14494, 12388, 11228, 9702, 9032, 8616, 7322, 10348, 7866, 10197, 9156, 10329, 8960, 10516, 8906, 10640, 7921, 11613, 9468, 9688, 7852, 6892, 10195, 7565, 11231, 7707, 10596, 7965, 11355, 7790, 8215, 7782, 9850, 8245, 10483, 7626, 11065, 7802, 11472, 7438, 10042, 7472, 10093, 8454, 11360, 9457, 12076, 7670, 9867, 10008, 11407, 10159, 12696, 12873, 9089, 11962, 10359, 12069, 8538, 11695, 7861, 10350, 8264, 12114, 10635, 11797, 7078, 10855, 7079, 9959, 8228, 10238, 12334, 8619, 12166, 9505, 8117, 9123, 11680, 9449, 11841, 9845, 9919, 11679, 10917, 7058, 10881, 7000, 11323, 12975, 10367, 12054, 7977, 7587, 8865, 7130, 9247, 9355, 8606, 11149, 12479, 11556, 12699, 7621, 11051, 9840, 11723, 9849, 7103, 10236, 7494, 10945, 10066, 9309, 12356, 10130, 11380, 8868, 10278, 7373, 9646, 8192, 10383, 8539, 10754, 8494, 11082, 7482, 10905, 7160, 9353, 8187, 10948, 12534, 9990, 11455, 10800, 11531, 8650, 6864, 9731, 11675, 9464, 11219, 11546, 9419, 12001, 10382, 7162, 9043, 6713, 7121, 8416, 10745, 8555, 10904, 12474, 10392, 11441, 8258, 11381, 8810, 8858, 10417, 8008, 10243, 9091, 8820, 10628, 7175, 7744, 7087, 9610, 7357, 10238, 8205, 9547, 9883, 8891, 9162, 7655, 6895, 8959, 6647, 10501, 10835, 9624, 10793, 9605, 11700, 7760, 11021, 7397, 10773, 9148, 11133, 9887, 11841, 8085, 8766, 8661, 11140, 10156, 11483, 8713, 11917, 8168, 12455, 7430, 11713, 7328, 10920, 8086, 11916, 8755, 12013, 7869, 11712, 7011, 10977, 7194, 10625, 9651, 10997, 10241, 10740, 8184, 7395, 10374, 11051, 10523, 13222, 11677, 10055, 8803, 6750, 10799, 6878, 11578, 10446, 10271, 12712, 11426, 10453, 8042, 6818, 9297, 7436, 6753, 7096, 11497, 6712, 6729, 8059, 8149, 8261, 11656, 9880, 12214, 15719, 12016, 12808, 9203, 11687, 7540, 11775, 7565, 11606, 9118, 11554, 7233, 7461, 8681, 7969, 9916, 10049, 11055, 7021, 10901, 7886, 11280, 9045, 7138, 8652, 10006, 11340, 9806, 12373, 9171, 13020, 10971, 13475, 7919, 9438, 8804, 12026, 9863, 12219, 10898, 9746, 13422, 10195, 11714, 8106, 6895, 8861, 11397, 9222, 10991, 9218, 12036, 8103, 10726, 8229, 11316, 9013, 12029, 10786, 10954, 7345, 10101, 7197, 9796, 8608, 11218, 10050, 11362, 9233, 9630, 8118, 6734], 'WindowCenter': [4133.0, 4126.0, 4096.0, 4124.0, 4082.0, 4103.0, 4079.0, 4090.0, 4099.0, 4077.0, 4087.0, 4077.0, 4047.0, 4099.0, 4069.0, 4099.0, 4075.0, 4087.0, 4107.0, 4075.0, 4096.0, 4067.0, 4086.0, 4066.0, 4086.0, 4066.0, 4077.0, 4096.0, 4076.0, 4074.0, 4065.0, 4085.0, 4056.0, 4085.0, 4077.0, 4087.0, 4065.0, 4086.0, 4066.0, 4095.0, 4058.0, 4087.0, 4054.0, 4075.0, 4093.0, 4053.0, 4084.0, 4066.0, 4074.0, 4063.0, 4063.0, 4053.0, 4034.0, 4077.0, 4086.0, 4066.0, 4085.0, 4054.0, 4074.0, 4043.0, 4073.0, 4044.0, 4073.0, 4067.0, 4086.0, 4055.0, 4075.0, 4043.0, 4086.0, 4058.0, 4089.0, 4068.0, 4086.0, 4066.0, 4076.0, 4080.0, 4080.0, 4091.0, 4092.0, 4083.0, 4113.0, 4069.0, 4079.0, 4099.0, 4067.0, 4034.0, 4088.0, 4068.0, 4098.0, 4078.0, 4099.0, 4056.0, 4087.0, 4054.0, 4066.0, 4095.0, 4056.0, 4084.0, 4046.0, 4026.0, 4077.0, 4081.0, 4074.0, 4116.0, 4084.0, 4065.0, 4107.0, 4124.0, 4102.0, 4099.0, 4059.0, 4090.0, 4069.0, 4078.0, 4087.0, 4077.0, 4047.0, 4088.0, 4072.0, 4103.0, 4080.0, 4092.0, 4087.0, 4068.0, 4099.0, 4080.0, 4050.0, 4090.0, 4070.0, 4102.0, 4110.0, 4078.0, 4088.0, 4069.0, 4098.0, 4055.0, 4045.0, 4056.0, 4089.0, 4100.0, 4081.0, 4102.0, 4109.0, 4078.0, 4097.0, 4086.0, 4095.0, 4065.0, 4035.0, 4087.0, 4067.0, 4089.0, 4065.0, 4076.0, 4064.0, 4065.0, 4067.0, 4087.0, 4068.0, 4059.0, 4059.0, 4082.0, 4062.0, 4073.0, 4125.0, 4104.0, 4105.0, 4135.0, 4113.0, 4113.0, 4089.0, 4076.0, 4086.0, 4074.0, 4052.0, 4072.0, 4059.0, 4060.0, 4079.0, 4037.0, 4058.0, 4025.0, 4045.0, 4014.0, 4035.0, 4014.0, 4014.0, 4045.0, 4016.0, 4046.0, 4027.0, 4048.0, 4019.0, 4050.0, 4019.0, 4052.0, 4033.0, 4063.0, 4054.0, 4075.0, 4047.0, 4089.0, 4065.0, 4064.0, 4074.0, 4043.0, 4074.0, 4042.0, 4065.0, 4067.0, 4076.0, 4037.0, 4078.0, 4050.0, 4092.0, 4089.0, 4079.0, 4099.0, 4068.0, 4099.0, 4079.0, 4100.0, 4071.0, 4101.0, 4069.0, 4090.0, 4109.0, 4080.0, 4100.0, 4101.0, 4079.0, 4080.0, 4059.0, 4103.0, 4112.0, 4089.0, 4100.0, 4057.0, 4076.0, 4058.0, 4098.0, 4069.0, 4078.0, 4102.0, 4111.0, 4077.0, 4087.0, 4084.0, 4053.0, 4083.0, 4063.0, 4083.0, 4054.0, 4075.0, 4047.0, 4087.0, 4066.0, 4088.0, 4076.0, 4068.0, 4078.0, 4056.0, 4049.0, 4101.0, 4061.0, 4113.0, 4100.0, 4068.0, 4088.0, 4056.0, 4078.0, 4108.0, 4088.0, 4088.0, 4068.0, 4048.0, 4058.0, 4091.0, 4111.0, 4104.0, 4091.0, 4102.0, 4102.0, 4103.0, 4092.0, 4111.0, 4090.0, 4100.0, 4076.0, 4076.0, 4094.0, 4063.0, 4083.0, 4052.0, 4023.0, 4085.0, 4044.0, 4086.0, 4064.0, 4064.0, 4083.0, 4054.0, 4084.0, 4075.0, 4086.0, 4067.0, 4067.0, 4067.0, 4058.0, 4101.0, 4081.0, 4072.0, 4114.0, 4096.0, 4115.0, 4094.0, 4115.0, 4104.0, 4104.0, 4122.0, 4100.0, 4097.0, 4076.0, 4085.0, 4065.0, 4073.0, 4033.0, 4085.0, 4053.0, 4084.0, 4033.0, 4063.0, 4034.0, 4075.0, 4046.0, 4088.0, 4058.0, 4079.0, 4098.0, 4067.0, 4048.0, 4069.0, 4049.0, 4092.0, 4122.0, 4082.0, 4102.0, 4082.0, 4101.0, 4071.0, 4061.0, 4105.0, 4086.0, 4116.0, 4108.0, 4116.0, 4098.0, 4118.0, 4124.0, 4093.0, 4112.0, 4077.0, 4098.0, 4106.0, 4076.0, 4096.0, 4085.0, 4094.0, 4074.0, 4084.0, 4064.0, 4085.0, 4063.0, 4075.0, 4107.0, 4075.0, 4095.0, 4055.0, 4036.0, 4089.0, 4097.0, 4087.0, 4097.0, 4065.0, 4087.0, 4056.0, 4088.0, 4070.0, 4089.0, 4081.0, 4110.0, 4089.0, 4102.0, 4069.0, 4060.0, 4100.0, 4080.0, 4112.0, 4077.0, 4077.0, 4106.0, 4098.0, 4084.0, 4075.0, 4043.0, 4085.0, 4043.0, 4075.0, 4094.0, 4053.0, 4073.0, 4063.0, 4094.0, 4064.0, 4045.0, 4067.0, 4047.0, 4089.0, 4098.0, 4076.0, 4088.0, 4067.0, 4086.0, 4056.0, 4079.0, 4110.0, 4093.0, 4113.0, 4094.0, 4124.0, 4081.0, 4102.0, 4090.0, 4089.0, 4068.0, 4088.0, 4058.0, 4089.0, 4086.0, 4066.0, 4086.0, 4074.0, 4085.0, 4074.0, 4094.0, 4054.0, 4034.0, 4067.0, 4086.0, 4076.0, 4076.0, 4053.0, 4085.0, 4056.0, 4076.0, 4057.0, 4067.0, 4079.0, 4091.0, 4100.0, 4079.0, 4070.0, 4102.0, 4112.0, 4102.0, 4125.0, 4120.0, 4086.0, 4096.0, 4085.0, 4094.0, 4075.0, 4094.0, 4064.0, 4072.0, 4061.0, 4060.0, 4039.0, 4073.0, 4060.0, 4059.0, 4027.0, 4049.0, 4017.0, 4050.0, 4057.0, 4040.0, 4059.0, 4039.0, 4058.0, 4039.0, 4061.0, 4030.0, 4061.0, 4041.0, 4061.0, 4042.0, 4062.0, 4043.0, 4063.0, 4082.0, 4041.0, 4062.0, 4042.0, 4073.0, 4053.0, 4035.0, 4077.0, 4048.0, 4090.0, 4098.0, 4067.0, 4087.0, 4065.0, 4075.0, 4064.0, 4085.0, 4054.0, 4076.0, 4084.0, 4064.0, 4074.0, 4064.0, 4073.0, 4054.0, 4075.0, 4047.0, 4058.0, 4069.0, 4068.0, 4078.0, 4068.0, 4089.0, 4070.0, 4091.0, 4071.0, 4081.0, 4091.0, 4113.0, 4104.0, 4126.0, 4125.0, 4110.0, 4087.0, 4067.0, 4066.0, 4069.0, 4061.0, 4090.0, 4072.0, 4091.0, 4080.0, 4089.0, 4068.0, 4100.0, 4080.0, 4088.0, 4055.0, 4085.0, 4075.0, 4075.0, 4056.0, 4048.0, 4088.0, 4057.0, 4098.0, 4055.0, 4088.0, 4057.0, 4098.0, 4058.0, 4080.0, 4071.0, 4101.0, 4080.0, 4089.0, 4070.0, 4100.0, 4058.0, 4099.0, 4058.0, 4101.0, 4072.0, 4101.0, 4081.0, 4111.0, 4091.0, 4111.0, 4071.0, 4103.0, 4103.0, 4113.0, 4088.0, 4109.0, 4094.0, 4063.0, 4085.0, 4075.0, 4094.0, 4064.0, 4095.0, 4055.0, 4075.0, 4053.0, 4094.0, 4073.0, 4084.0, 4033.0, 4084.0, 4045.0, 4077.0, 4053.0, 4075.0, 4094.0, 4054.0, 4094.0, 4075.0, 4054.0, 4077.0, 4096.0, 4076.0, 4094.0, 4072.0, 4074.0, 4084.0, 4085.0, 4044.0, 4085.0, 4047.0, 4111.0, 4107.0, 4086.0, 4093.0, 4054.0, 4068.0, 4078.0, 4059.0, 4101.0, 4091.0, 4081.0, 4113.0, 4111.0, 4088.0, 4096.0, 4042.0, 4072.0, 4076.0, 4095.0, 4086.0, 4046.0, 4087.0, 4056.0, 4087.0, 4074.0, 4065.0, 4096.0, 4075.0, 4085.0, 4064.0, 4075.0, 4046.0, 4075.0, 4067.0, 4087.0, 4066.0, 4088.0, 4066.0, 4087.0, 4045.0, 4086.0, 4047.0, 4079.0, 4067.0, 4088.0, 4097.0, 4077.0, 4087.0, 4087.0, 4095.0, 4065.0, 4035.0, 4088.0, 4098.0, 4076.0, 4087.0, 4084.0, 4066.0, 4095.0, 4086.0, 4045.0, 4075.0, 4050.0, 4060.0, 4083.0, 4113.0, 4069.0, 4088.0, 4098.0, 4075.0, 4084.0, 4054.0, 4086.0, 4063.0, 4065.0, 4074.0, 4042.0, 4073.0, 4050.0, 4052.0, 4072.0, 4031.0, 4042.0, 4044.0, 4074.0, 4044.0, 4075.0, 4053.0, 4076.0, 4074.0, 4064.0, 4075.0, 4055.0, 4046.0, 4078.0, 4048.0, 4100.0, 4099.0, 4090.0, 4099.0, 4079.0, 4096.0, 4057.0, 4097.0, 4058.0, 4097.0, 4089.0, 4099.0, 4088.0, 4098.0, 4056.0, 4067.0, 4078.0, 4098.0, 4086.0, 4096.0, 4065.0, 4084.0, 4053.0, 4094.0, 4043.0, 4093.0, 4045.0, 4085.0, 4054.0, 4095.0, 4064.0, 4094.0, 4053.0, 4093.0, 4033.0, 4083.0, 4045.0, 4086.0, 4076.0, 4086.0, 4087.0, 4084.0, 4065.0, 4045.0, 4087.0, 4096.0, 4088.0, 4096.0, 4087.0, 4073.0, 4063.0, 4034.0, 4086.0, 4034.0, 4098.0, 4085.0, 4087.0, 4095.0, 4085.0, 4084.0, 4055.0, 4035.0, 4088.0, 4058.0, 4045.0, 4047.0, 4107.0, 4047.0, 4048.0, 4067.0, 4079.0, 4080.0, 4111.0, 4103.0, 4125.0, 4133.0, 4111.0, 4108.0, 4077.0, 4098.0, 4057.0, 4095.0, 4044.0, 4083.0, 4063.0, 4083.0, 4044.0, 4055.0, 4077.0, 4067.0, 4100.0, 4089.0, 4100.0, 4059.0, 4100.0, 4070.0, 4100.0, 4081.0, 4048.0, 4080.0, 4090.0, 4099.0, 4089.0, 4108.0, 4076.0, 4097.0, 4085.0, 4095.0, 4054.0, 4074.0, 4077.0, 4096.0, 4075.0, 4094.0, 4071.0, 4063.0, 4103.0, 4073.0, 4082.0, 4041.0, 4032.0, 4076.0, 4094.0, 4075.0, 4086.0, 4076.0, 4107.0, 4067.0, 4097.0, 4079.0, 4099.0, 4078.0, 4108.0, 4087.0, 4087.0, 4057.0, 4098.0, 4060.0, 4100.0, 4091.0, 4110.0, 4099.0, 4099.0, 4089.0, 4087.0, 4081.0, 4061.0], 'WindowWidth': [9179.0, 9156.0, 9113.0, 9148.0, 9089.0, 9119.0, 9077.0, 9094.0, 9105.0, 9071.0, 9082.0, 9070.0, 9038.0, 9104.0, 9067.0, 9108.0, 9067.0, 9086.0, 9113.0, 9067.0, 9094.0, 9058.0, 9082.0, 9054.0, 9082.0, 9057.0, 9073.0, 9095.0, 9068.0, 9061.0, 9053.0, 9078.0, 9041.0, 9080.0, 9070.0, 9085.0, 9052.0, 9083.0, 9053.0, 9092.0, 9048.0, 9087.0, 9037.0, 9065.0, 9086.0, 9032.0, 9076.0, 9055.0, 9063.0, 9047.0, 9046.0, 9033.0, 9009.0, 9071.0, 9082.0, 9057.0, 9081.0, 9034.0, 9060.0, 9019.0, 9058.0, 9024.0, 9061.0, 9060.0, 9082.0, 9039.0, 9066.0, 9021.0, 9081.0, 9051.0, 9091.0, 9063.0, 9084.0, 9056.0, 9071.0, 9085.0, 9084.0, 9099.0, 9102.0, 9091.0, 9134.0, 9064.0, 9079.0, 9104.0, 9058.0, 9011.0, 9087.0, 9060.0, 9102.0, 9075.0, 9104.0, 9041.0, 9083.0, 9034.0, 9052.0, 9091.0, 9041.0, 9079.0, 9030.0, 9003.0, 9076.0, 9088.0, 9085.0, 9143.0, 9099.0, 9075.0, 9134.0, 9151.0, 9115.0, 9106.0, 9051.0, 9095.0, 9067.0, 9079.0, 9088.0, 9074.0, 9035.0, 9093.0, 9078.0, 9120.0, 9081.0, 9101.0, 9088.0, 9064.0, 9106.0, 9081.0, 9042.0, 9097.0, 9072.0, 9118.0, 9122.0, 9077.0, 9090.0, 9066.0, 9103.0, 9043.0, 9027.0, 9047.0, 9094.0, 9113.0, 9088.0, 9118.0, 9119.0, 9076.0, 9101.0, 9082.0, 9094.0, 9053.0, 9017.0, 9087.0, 9061.0, 9096.0, 9057.0, 9071.0, 9051.0, 9056.0, 9065.0, 9089.0, 9067.0, 9057.0, 9058.0, 9094.0, 9067.0, 9082.0, 9153.0, 9126.0, 9129.0, 9168.0, 9132.0, 9140.0, 9093.0, 9072.0, 9085.0, 9066.0, 9029.0, 9059.0, 9035.0, 9039.0, 9062.0, 9000.0, 9029.0, 8981.0, 9009.0, 8964.0, 8994.0, 8965.0, 8968.0, 9009.0, 8973.0, 9014.0, 8990.0, 9020.0, 8981.0, 9024.0, 8984.0, 9032.0, 9008.0, 9049.0, 9040.0, 9068.0, 9035.0, 9093.0, 9054.0, 9050.0, 9063.0, 9022.0, 9063.0, 9019.0, 9054.0, 9060.0, 9072.0, 9022.0, 9079.0, 9047.0, 9105.0, 9095.0, 9080.0, 9107.0, 9065.0, 9108.0, 9080.0, 9110.0, 9074.0, 9113.0, 9065.0, 9095.0, 9119.0, 9082.0, 9110.0, 9112.0, 9082.0, 9086.0, 9058.0, 9120.0, 9132.0, 9095.0, 9110.0, 9047.0, 9072.0, 9050.0, 9108.0, 9070.0, 9079.0, 9115.0, 9129.0, 9074.0, 9086.0, 9076.0, 9034.0, 9075.0, 9048.0, 9074.0, 9038.0, 9068.0, 9036.0, 9088.0, 9058.0, 9090.0, 9072.0, 9063.0, 9076.0, 9047.0, 9042.0, 9114.0, 9062.0, 9133.0, 9113.0, 9065.0, 9090.0, 9043.0, 9079.0, 9120.0, 9092.0, 9092.0, 9064.0, 9042.0, 9055.0, 9104.0, 9130.0, 9122.0, 9101.0, 9118.0, 9117.0, 9122.0, 9104.0, 9130.0, 9098.0, 9113.0, 9069.0, 9069.0, 9091.0, 9048.0, 9074.0, 9034.0, 8997.0, 9082.0, 9028.0, 9087.0, 9051.0, 9053.0, 9076.0, 9039.0, 9079.0, 9067.0, 9084.0, 9062.0, 9063.0, 9064.0, 9054.0, 9118.0, 9093.0, 9083.0, 9141.0, 9120.0, 9140.0, 9110.0, 9141.0, 9124.0, 9123.0, 9149.0, 9111.0, 9104.0, 9069.0, 9082.0, 9052.0, 9061.0, 9011.0, 9083.0, 9036.0, 9078.0, 9011.0, 9051.0, 9017.0, 9070.0, 9032.0, 9092.0, 9052.0, 9081.0, 9106.0, 9065.0, 9039.0, 9070.0, 9045.0, 9106.0, 9146.0, 9092.0, 9119.0, 9090.0, 9115.0, 9077.0, 9065.0, 9128.0, 9105.0, 9146.0, 9136.0, 9144.0, 9123.0, 9153.0, 9152.0, 9105.0, 9131.0, 9073.0, 9103.0, 9113.0, 9072.0, 9099.0, 9082.0, 9092.0, 9066.0, 9078.0, 9055.0, 9084.0, 9049.0, 9069.0, 9116.0, 9070.0, 9097.0, 9044.0, 9023.0, 9097.0, 9104.0, 9087.0, 9102.0, 9054.0, 9086.0, 9044.0, 9092.0, 9073.0, 9098.0, 9091.0, 9127.0, 9099.0, 9119.0, 9072.0, 9058.0, 9110.0, 9083.0, 9132.0, 9072.0, 9073.0, 9113.0, 9105.0, 9081.0, 9067.0, 9024.0, 9080.0, 9023.0, 9069.0, 9089.0, 9035.0, 9062.0, 9049.0, 9092.0, 9054.0, 9030.0, 9063.0, 9037.0, 9094.0, 9104.0, 9074.0, 9090.0, 9061.0, 9085.0, 9046.0, 9082.0, 9128.0, 9109.0, 9136.0, 9112.0, 9150.0, 9086.0, 9116.0, 9094.0, 9095.0, 9062.0, 9091.0, 9052.0, 9096.0, 9086.0, 9056.0, 9084.0, 9065.0, 9079.0, 9065.0, 9091.0, 9038.0, 9015.0, 9063.0, 9084.0, 9072.0, 9072.0, 9036.0, 9082.0, 9045.0, 9073.0, 9051.0, 9066.0, 9083.0, 9102.0, 9110.0, 9081.0, 9075.0, 9118.0, 9130.0, 9116.0, 9155.0, 9141.0, 9085.0, 9099.0, 9079.0, 9092.0, 9068.0, 9093.0, 9052.0, 9060.0, 9042.0, 9040.0, 9010.0, 9062.0, 9037.0, 9036.0, 8989.0, 9020.0, 8976.0, 9024.0, 9031.0, 9011.0, 9035.0, 9009.0, 9034.0, 9009.0, 9043.0, 9001.0, 9041.0, 9017.0, 9043.0, 9021.0, 9048.0, 9021.0, 9049.0, 9072.0, 9015.0, 9044.0, 9020.0, 9061.0, 9038.0, 9016.0, 9075.0, 9042.0, 9100.0, 9103.0, 9060.0, 9088.0, 9054.0, 9068.0, 9052.0, 9079.0, 9039.0, 9071.0, 9078.0, 9052.0, 9066.0, 9051.0, 9062.0, 9039.0, 9070.0, 9039.0, 9054.0, 9069.0, 9066.0, 9080.0, 9070.0, 9100.0, 9075.0, 9105.0, 9079.0, 9092.0, 9104.0, 9134.0, 9124.0, 9160.0, 9162.0, 9124.0, 9087.0, 9057.0, 9053.0, 9065.0, 9058.0, 9095.0, 9077.0, 9098.0, 9082.0, 9092.0, 9064.0, 9111.0, 9085.0, 9092.0, 9041.0, 9080.0, 9067.0, 9070.0, 9048.0, 9039.0, 9094.0, 9052.0, 9105.0, 9045.0, 9090.0, 9048.0, 9104.0, 9054.0, 9085.0, 9076.0, 9117.0, 9087.0, 9095.0, 9073.0, 9109.0, 9052.0, 9106.0, 9055.0, 9115.0, 9078.0, 9114.0, 9087.0, 9129.0, 9101.0, 9129.0, 9077.0, 9120.0, 9122.0, 9135.0, 9093.0, 9120.0, 9094.0, 9050.0, 9080.0, 9067.0, 9094.0, 9054.0, 9095.0, 9044.0, 9069.0, 9037.0, 9094.0, 9062.0, 9080.0, 9009.0, 9080.0, 9032.0, 9077.0, 9039.0, 9067.0, 9092.0, 9039.0, 9094.0, 9069.0, 9041.0, 9075.0, 9103.0, 9071.0, 9094.0, 9059.0, 9066.0, 9079.0, 9083.0, 9027.0, 9084.0, 9038.0, 9129.0, 9117.0, 9086.0, 9091.0, 9044.0, 9071.0, 9082.0, 9059.0, 9119.0, 9104.0, 9088.0, 9134.0, 9131.0, 9090.0, 9094.0, 9019.0, 9059.0, 9071.0, 9096.0, 9087.0, 9035.0, 9090.0, 9048.0, 9088.0, 9067.0, 9055.0, 9096.0, 9067.0, 9079.0, 9051.0, 9068.0, 9034.0, 9070.0, 9062.0, 9088.0, 9059.0, 9091.0, 9059.0, 9088.0, 9028.0, 9086.0, 9039.0, 9080.0, 9061.0, 9091.0, 9100.0, 9072.0, 9088.0, 9087.0, 9097.0, 9055.0, 9017.0, 9092.0, 9105.0, 9070.0, 9087.0, 9077.0, 9056.0, 9095.0, 9084.0, 9030.0, 9073.0, 9047.0, 9062.0, 9097.0, 9135.0, 9067.0, 9093.0, 9104.0, 9069.0, 9080.0, 9038.0, 9085.0, 9050.0, 9059.0, 9067.0, 9019.0, 9061.0, 9027.0, 9031.0, 9058.0, 9005.0, 9020.0, 9028.0, 9066.0, 9028.0, 9068.0, 9037.0, 9071.0, 9065.0, 9054.0, 9068.0, 9042.0, 9035.0, 9081.0, 9040.0, 9112.0, 9110.0, 9098.0, 9108.0, 9080.0, 9100.0, 9049.0, 9102.0, 9052.0, 9103.0, 9096.0, 9109.0, 9093.0, 9104.0, 9047.0, 9063.0, 9081.0, 9104.0, 9085.0, 9101.0, 9057.0, 9079.0, 9036.0, 9091.0, 9025.0, 9091.0, 9030.0, 9084.0, 9040.0, 9097.0, 9053.0, 9093.0, 9036.0, 9089.0, 9011.0, 9078.0, 9031.0, 9086.0, 9074.0, 9086.0, 9087.0, 9081.0, 9057.0, 9031.0, 9090.0, 9102.0, 9091.0, 9100.0, 9086.0, 9064.0, 9050.0, 9015.0, 9085.0, 9017.0, 9104.0, 9084.0, 9088.0, 9096.0, 9082.0, 9079.0, 9043.0, 9019.0, 9094.0, 9054.0, 9034.0, 9038.0, 9120.0, 9041.0, 9044.0, 9067.0, 9087.0, 9090.0, 9134.0, 9125.0, 9160.0, 9170.0, 9131.0, 9123.0, 9079.0, 9106.0, 9049.0, 9097.0, 9025.0, 9075.0, 9050.0, 9077.0, 9029.0, 9046.0, 9078.0, 9067.0, 9113.0, 9095.0, 9111.0, 9057.0, 9112.0, 9074.0, 9111.0, 9089.0, 9039.0, 9085.0, 9098.0, 9109.0, 9095.0, 9119.0, 9072.0, 9102.0, 9082.0, 9094.0, 9038.0, 9067.0, 9074.0, 9098.0, 9067.0, 9092.0, 9055.0, 9050.0, 9105.0, 9062.0, 9073.0, 9018.0, 9010.0, 9073.0, 9095.0, 9071.0, 9087.0, 9073.0, 9117.0, 9063.0, 9103.0, 9083.0, 9108.0, 9079.0, 9120.0, 9087.0, 9088.0, 9049.0, 9109.0, 9062.0, 9116.0, 9107.0, 9130.0, 9113.0, 9111.0, 9098.0, 9094.0, 9094.0, 9067.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.001551795166858458</td></tr>
<tr><td colspan=3>aqi</td><td>0.047599219562715775</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.55194959770733</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1759234386059925</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0050108670622122</td></tr>
<tr><td colspan=3>efc</td><td>0.4862</td></tr>
<tr><td colspan=3>fber</td><td>4527.8911</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.15140832404295435</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>192</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>22.094361334867664</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5112221874605485</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3885332157802033</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7628333886743737</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.382299957927069</td></tr>
<tr><td colspan=3>gcor</td><td>0.0108697</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010481782257556915</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027163134887814522</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.100618586191348</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>18.6309</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.0899</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>185.619</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299731.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>845.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>341.2541</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8529</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>463.9727</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3292.4658</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3489.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76813.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1190.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4212.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>850.8417</td></tr>
<tr><td colspan=3>tsnr</td><td>30.537095367908478</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>