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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0009/ses-01/func/sub-0009_ses-01_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>fe4ae8437ec5dc60cb1375b5fcbf36b7</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>12:57:48.040000</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_VE11C_LATEST_20160120</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.999975, 0.00641651, 0.00289499, -0.005934, 0.989606, -0.143681]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.086623</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>[4160, -7726, -7303, 652, -44, -159, 61, 73]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>237.673</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0e5bce20-66a4-4a59-8c93-ea6f8c94be8c||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6828603744506836, -0.015920499339699745, 0.010224448516964912, 115.39981079101562], [-0.01721501350402832, 2.655040979385376, -0.3878839612007141, -75.88947296142578], [0.007767046336084604, 0.3854868710041046, 2.67197322845459, -74.99668884277344], [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': ['125748.040000', '125748.500000', '125748.960000', '125749.420000', '125749.880000', '125750.340000', '125750.800000', '125751.260000', '125751.720000', '125752.180000', '125752.640000', '125753.100000', '125753.560000', '125754.020000', '125754.480000', '125754.940000', '125755.400000', '125755.860000', '125756.320000', '125756.780000', '125757.240000', '125757.700000', '125758.160000', '125758.620000', '125759.080000', '125759.540000', '125800.000000', '125800.460000', '125800.920000', '125801.380000', '125801.840000', '125802.300000', '125802.760000', '125803.220000', '125803.680000', '125804.140000', '125804.600000', '125805.060000', '125805.520000', '125805.980000', '125806.440000', '125806.900000', '125807.360000', '125807.820000', '125808.280000', '125808.740000', '125809.200000', '125809.660000', '125810.120000', '125810.580000', '125811.040000', '125811.500000', '125811.960000', '125812.420000', '125812.880000', '125813.340000', '125813.800000', '125814.260000', '125814.720000', '125815.180000', '125815.640000', '125816.100000', '125816.560000', '125817.020000', '125817.480000', '125817.940000', '125818.400000', '125818.860000', '125819.320000', '125819.780000', '125820.240000', '125820.700000', '125821.160000', '125821.620000', '125822.080000', '125822.540000', '125823.000000', '125823.460000', '125823.920000', '125824.380000', '125824.840000', '125825.300000', '125825.760000', '125826.220000', '125826.680000', '125827.140000', '125827.600000', '125828.060000', '125828.520000', '125828.980000', '125829.440000', '125829.900000', '125830.360000', '125830.820000', '125831.280000', '125831.740000', '125832.200000', '125832.660000', '125833.120000', '125833.580000', '125834.040000', '125834.500000', '125834.960000', '125835.420000', '125835.880000', '125836.340000', '125836.800000', '125837.260000', '125837.720000', '125838.180000', '125838.640000', '125839.100000', '125839.560000', '125840.020000', '125840.480000', '125840.940000', '125841.400000', '125841.860000', '125842.320000', '125842.780000', '125843.240000', '125843.700000', '125844.160000', '125844.620000', '125845.080000', '125845.540000', '125846.000000', '125846.460000', '125846.920000', '125847.380000', '125847.840000', '125848.300000', '125848.760000', '125849.220000', '125849.680000', '125850.140000', '125850.600000', '125851.060000', '125851.520000', '125851.980000', '125852.440000', '125852.900000', '125853.360000', '125853.820000', '125854.280000', '125854.740000', '125855.200000', '125855.660000', '125856.120000', '125856.580000', '125857.040000', '125857.500000', '125857.960000', '125858.420000', '125858.880000', '125859.340000', '125859.800000', '125900.260000', '125900.720000', '125901.180000', '125901.640000', '125902.100000', '125902.560000', '125903.020000', '125903.480000', '125903.940000', '125904.400000', '125904.860000', '125905.320000', '125905.780000', '125906.240000', '125906.700000', '125907.160000', '125907.620000', '125908.080000', '125908.540000', '125909.000000', '125909.460000', '125909.920000', '125910.380000', '125910.840000', '125911.300000', '125911.760000', '125912.220000', '125912.680000', '125913.140000', '125913.600000', '125914.060000', '125914.520000', '125914.980000', '125915.440000', '125915.900000', '125916.360000', '125916.820000', '125917.280000', '125917.740000', '125918.200000', '125918.660000', '125919.120000', '125919.580000', '125920.040000', '125920.500000', '125920.960000', '125921.420000', '125921.880000', '125922.340000', '125922.800000', '125923.260000', '125923.720000', '125924.180000', '125924.640000', '125925.100000', '125925.560000', '125926.020000', '125926.480000', '125926.940000', '125927.400000', '125927.860000', '125928.320000', '125928.780000', '125929.240000', '125929.700000', '125930.160000', '125930.620000', '125931.080000', '125931.540000', '125932.000000', '125932.460000', '125932.920000', '125933.380000', '125933.840000', '125934.300000', '125934.760000', '125935.220000', '125935.680000', '125936.140000', '125936.600000', '125937.060000', '125937.520000', '125937.980000', '125938.440000', '125938.900000', '125939.360000', '125939.820000', '125940.280000', '125940.740000', '125941.200000', '125941.660000', '125942.120000', '125942.580000', '125943.040000', '125943.500000', '125943.960000', '125944.420000', '125944.880000', '125945.340000', '125945.800000', '125946.260000', '125946.720000', '125947.180000', '125947.640000', '125948.100000', '125948.560000', '125949.020000', '125949.480000', '125949.940000', '125950.400000', '125950.860000', '125951.320000', '125951.780000', '125952.240000', '125952.700000', '125953.160000', '125953.620000', '125954.080000', '125954.540000', '125955.000000', '125955.460000', '125955.920000', '125956.380000', '125956.840000', '125957.300000', '125957.760000', '125958.220000', '125958.680000', '125959.140000', '125959.600000', '130000.060000', '130000.520000', '130000.980000', '130001.440000', '130001.900000', '130002.360000', '130002.820000', '130003.280000', '130003.740000', '130004.200000', '130004.660000', '130005.120000', '130005.580000', '130006.040000', '130006.500000', '130006.960000', '130007.420000', '130007.880000', '130008.340000', '130008.800000', '130009.260000', '130009.720000', '130010.180000', '130010.640000', '130011.100000', '130011.560000', '130012.020000', '130012.480000', '130012.940000', '130013.400000', '130013.860000', '130014.320000', '130014.780000', '130015.240000', '130015.700000', '130016.160000', '130016.620000', '130017.080000', '130017.540000', '130018.000000', '130018.460000', '130018.920000', '130019.380000', '130019.840000', '130020.300000', '130020.760000', '130021.220000', '130021.680000', '130022.140000', '130022.600000', '130023.060000', '130023.520000', '130023.980000', '130024.440000', '130024.900000', '130025.360000', '130025.820000', '130026.280000', '130026.740000', '130027.200000', '130027.660000', '130028.120000', '130028.580000', '130029.040000', '130029.500000', '130029.960000', '130030.420000', '130030.880000', '130031.340000', '130031.800000', '130032.260000', '130032.720000', '130033.180000', '130033.640000', '130034.100000', '130034.560000', '130035.020000', '130035.480000', '130035.940000', '130036.400000', '130036.860000', '130037.320000', '130037.780000', '130038.240000', '130038.700000', '130039.160000', '130039.620000', '130040.080000', '130040.540000', '130041.000000', '130041.460000', '130041.920000', '130042.380000', '130042.840000', '130043.300000', '130043.760000', '130044.220000', '130044.680000', '130045.140000', '130045.600000', '130046.060000', '130046.520000', '130046.980000', '130047.440000', '130047.900000', '130048.360000', '130048.820000', '130049.280000', '130049.740000', '130050.200000', '130050.660000', '130051.120000', '130051.580000', '130052.040000', '130052.500000', '130052.960000', '130053.420000', '130053.880000', '130054.340000', '130054.800000', '130055.260000', '130055.720000', '130056.180000', '130056.640000', '130057.100000', '130057.560000', '130058.020000', '130058.480000', '130058.940000', '130059.400000', '130059.860000', '130100.320000', '130100.780000', '130101.240000', '130101.700000', '130102.160000', '130102.620000', '130103.080000', '130103.540000', '130104.000000', '130104.460000', '130104.920000', '130105.380000', '130105.840000', '130106.300000', '130106.760000', '130107.220000', '130107.680000', '130108.140000', '130108.600000', '130109.060000', '130109.520000', '130109.980000', '130110.440000', '130110.900000', '130111.360000', '130111.820000', '130112.280000', '130112.740000', '130113.200000', '130113.660000', '130114.120000', '130114.580000', '130115.040000', '130115.500000', '130115.960000', '130116.420000', '130116.880000', '130117.340000', '130117.800000', '130118.260000', '130118.720000', '130119.180000', '130119.640000', '130120.100000', '130120.560000', '130121.020000', '130121.480000', '130121.940000', '130122.400000', '130122.860000', '130123.320000', '130123.780000', '130124.240000', '130124.700000', '130125.160000', '130125.620000', '130126.080000', '130126.540000', '130127.000000', '130127.460000', '130127.920000', '130128.380000', '130128.840000', '130129.300000', '130129.760000', '130130.220000', '130130.680000', '130131.140000', '130131.600000', '130132.060000', '130132.520000', '130132.980000', '130133.440000', '130133.900000', '130134.360000', '130134.820000', '130135.280000', '130135.740000', '130136.200000', '130136.660000', '130137.120000', '130137.580000', '130138.040000', '130138.500000', '130138.960000', '130139.420000', '130139.880000', '130140.340000', '130140.800000', '130141.260000', '130141.720000', '130142.180000', '130142.640000', '130143.100000', '130143.560000', '130144.020000', '130144.480000', '130144.940000', '130145.400000', '130145.860000', '130146.320000', '130146.780000', '130147.240000', '130147.700000', '130148.160000', '130148.620000', '130149.080000', '130149.540000', '130150.000000', '130150.460000', '130150.920000', '130151.380000', '130151.840000', '130152.300000', '130152.760000', '130153.220000', '130153.680000', '130154.140000', '130154.600000', '130155.060000', '130155.520000', '130155.980000', '130156.440000', '130156.900000', '130157.360000', '130157.820000', '130158.280000', '130158.740000', '130159.200000', '130159.660000', '130200.120000', '130200.580000', '130201.040000', '130201.500000', '130201.960000', '130202.420000', '130202.880000', '130203.340000', '130203.800000', '130204.260000', '130204.720000', '130205.180000', '130205.640000', '130206.100000', '130206.560000', '130207.020000', '130207.480000', '130207.940000', '130208.400000', '130208.860000', '130209.320000', '130209.780000', '130210.240000', '130210.700000', '130211.160000', '130211.620000', '130212.080000', '130212.540000', '130213.000000', '130213.460000', '130213.920000', '130214.380000', '130214.840000', '130215.300000', '130215.760000', '130216.220000', '130216.680000', '130217.140000', '130217.600000', '130218.060000', '130218.520000', '130218.980000', '130219.440000', '130219.900000', '130220.360000', '130220.820000', '130221.280000', '130221.740000', '130222.200000', '130222.660000', '130223.120000', '130223.580000', '130224.040000', '130224.500000', '130224.960000', '130225.420000', '130225.880000', '130226.340000', '130226.800000', '130227.260000', '130227.720000', '130228.180000', '130228.640000', '130229.100000', '130229.560000', '130230.020000', '130230.480000', '130230.940000', '130231.400000', '130231.860000', '130232.320000', '130232.780000', '130233.240000', '130233.700000', '130234.160000', '130234.620000', '130235.080000', '130235.540000', '130236.000000', '130236.460000', '130236.920000', '130237.380000', '130237.840000', '130238.300000', '130238.760000', '130239.220000', '130239.680000', '130240.140000', '130240.600000', '130241.060000', '130241.520000', '130241.980000', '130242.440000', '130242.900000', '130243.360000', '130243.820000', '130244.280000', '130244.740000', '130245.200000', '130245.660000', '130246.120000', '130246.580000', '130247.040000', '130247.500000', '130247.960000', '130248.420000', '130248.880000', '130249.340000', '130249.800000', '130250.260000', '130250.720000', '130251.180000', '130251.640000', '130252.100000', '130252.560000', '130253.020000', '130253.480000', '130253.940000', '130254.400000', '130254.860000', '130255.320000', '130255.780000', '130256.240000', '130256.700000', '130257.160000', '130257.620000', '130258.080000', '130258.540000', '130259.000000', '130259.460000', '130259.920000', '130300.380000', '130300.840000', '130301.300000', '130301.760000', '130302.220000', '130302.680000', '130303.140000', '130303.600000', '130304.060000', '130304.520000', '130304.980000', '130305.440000', '130305.900000', '130306.360000', '130306.820000', '130307.280000', '130307.740000', '130308.200000', '130308.660000', '130309.120000', '130309.580000', '130310.040000', '130310.500000', '130310.960000', '130311.420000', '130311.880000', '130312.340000', '130312.800000', '130313.260000', '130313.720000', '130314.180000', '130314.640000', '130315.100000', '130315.560000', '130316.020000', '130316.480000', '130316.940000', '130317.400000', '130317.860000', '130318.320000', '130318.780000', '130319.240000', '130319.700000', '130320.160000', '130320.620000', '130321.080000', '130321.540000', '130322.000000', '130322.460000', '130322.920000', '130323.380000', '130323.840000', '130324.300000', '130324.760000', '130325.220000', '130325.680000', '130326.140000', '130326.600000', '130327.060000', '130327.520000', '130327.980000', '130328.440000', '130328.900000', '130329.360000', '130329.820000', '130330.280000', '130330.740000', '130331.200000', '130331.660000', '130332.120000', '130332.580000', '130333.040000', '130333.500000', '130333.960000', '130334.420000', '130334.880000', '130335.340000', '130335.800000', '130336.260000', '130336.720000', '130337.180000', '130337.640000', '130338.100000', '130338.560000', '130339.020000', '130339.480000', '130339.940000', '130340.400000', '130340.860000', '130341.320000', '130341.780000', '130342.240000', '130342.700000', '130343.160000', '130343.620000', '130344.080000', '130344.540000', '130345.000000', '130345.460000', '130345.920000', '130346.380000', '130346.840000', '130347.300000', '130347.760000', '130348.220000', '130348.680000', '130349.140000', '130349.600000', '130350.060000', '130350.520000', '130350.980000', '130351.440000', '130351.900000', '130352.360000', '130352.820000', '130353.280000', '130353.740000', '130354.200000', '130354.660000', '130355.120000', '130355.580000', '130356.040000', '130356.500000', '130356.960000', '130357.420000', '130357.880000', '130358.340000', '130358.800000', '130359.260000', '130359.720000', '130400.180000', '130400.640000', '130401.100000', '130401.560000', '130402.020000', '130402.480000', '130402.940000', '130403.400000', '130403.860000', '130404.320000', '130404.780000', '130405.240000', '130405.700000', '130406.160000', '130406.620000', '130407.080000', '130407.540000', '130408.000000', '130408.460000', '130408.920000', '130409.380000', '130409.840000', '130410.300000', '130410.760000', '130411.220000', '130411.680000', '130412.140000', '130412.600000', '130413.060000', '130413.520000', '130413.980000', '130414.440000', '130414.900000', '130415.360000', '130415.820000', '130416.280000', '130416.740000', '130417.200000', '130417.660000', '130418.120000', '130418.580000', '130419.040000', '130419.500000', '130419.960000', '130420.420000', '130420.880000', '130421.340000', '130421.800000', '130422.260000', '130422.720000', '130423.180000', '130423.640000', '130424.100000', '130424.560000', '130425.020000', '130425.480000', '130425.940000', '130426.400000', '130426.860000', '130427.320000', '130427.780000', '130428.240000', '130428.700000'], 'ContentTime': ['125812.025000', '125812.029000', '125812.031000', '125812.034000', '125812.037000', '125812.040000', '125812.043000', '125812.046000', '125812.049000', '125812.051000', '125812.054000', '125812.057000', '125812.060000', '125812.063000', '125812.065000', '125812.068000', '125812.071000', '125812.074000', '125812.077000', '125812.079000', '125812.082000', '125812.085000', '125812.088000', '125812.091000', '125812.094000', '125812.097000', '125812.099000', '125812.102000', '125812.105000', '125812.108000', '125812.110000', '125812.116000', '125812.119000', '125812.122000', '125812.125000', '125812.127000', '125812.130000', '125812.133000', '125812.136000', '125812.138000', '125812.141000', '125812.144000', '125812.147000', '125812.150000', '125812.153000', '125812.155000', '125812.158000', '125812.161000', '125812.164000', '125831.997000', '125832.001000', '125832.004000', '125832.006000', '125832.009000', '125832.012000', '125832.015000', '125832.018000', '125832.021000', '125832.023000', '125832.026000', '125832.029000', '125832.032000', '125832.035000', '125832.037000', '125832.040000', '125832.043000', '125832.046000', '125832.049000', '125832.051000', '125832.058000', '125832.061000', '125832.064000', '125832.066000', '125832.069000', '125832.072000', '125832.075000', '125832.078000', '125832.081000', '125832.083000', '125832.086000', '125832.089000', '125832.092000', '125832.094000', '125832.097000', '125832.100000', '125832.103000', '125832.106000', '125832.109000', '125832.111000', '125832.114000', '125832.117000', '125832.120000', '125832.123000', '125851.997000', '125852.001000', '125852.004000', '125852.007000', '125852.010000', '125852.013000', '125852.016000', '125852.019000', '125852.023000', '125852.026000', '125852.029000', '125852.032000', '125852.035000', '125852.038000', '125852.041000', '125852.043000', '125852.046000', '125852.049000', '125852.052000', '125852.055000', '125852.065000', '125852.068000', '125852.071000', '125852.073000', '125852.076000', '125852.079000', '125852.082000', '125852.085000', '125852.088000', '125852.090000', '125852.093000', '125852.102000', '125852.105000', '125852.108000', '125852.110000', '125852.113000', '125852.116000', '125852.119000', '125852.122000', '125852.124000', '125852.127000', '125852.130000', '125852.133000', '125911.997000', '125912.001000', '125912.003000', '125912.006000', '125912.009000', '125912.012000', '125912.015000', '125912.018000', '125912.021000', '125912.024000', '125912.026000', '125912.029000', '125912.032000', '125912.035000', '125912.038000', '125912.041000', '125912.043000', '125912.046000', '125912.049000', '125912.064000', '125912.067000', '125912.070000', '125912.072000', '125912.075000', '125912.089000', '125912.092000', '125912.095000', '125912.098000', '125912.101000', '125912.103000', '125912.106000', '125912.109000', '125912.112000', '125912.115000', '125912.118000', '125912.120000', '125912.123000', '125912.126000', '125912.129000', '125912.132000', '125912.135000', '125912.137000', '125912.140000', '125912.143000', '125931.998000', '125932.002000', '125932.005000', '125932.008000', '125932.011000', '125932.014000', '125932.016000', '125932.019000', '125932.022000', '125932.025000', '125932.028000', '125932.031000', '125932.033000', '125932.036000', '125932.039000', '125932.042000', '125932.045000', '125932.048000', '125932.050000', '125932.053000', '125932.056000', '125932.059000', '125932.062000', '125932.065000', '125932.068000', '125932.071000', '125932.074000', '125932.076000', '125932.079000', '125932.082000', '125932.085000', '125932.088000', '125932.091000', '125932.093000', '125932.096000', '125932.099000', '125932.102000', '125932.105000', '125932.107000', '125932.110000', '125932.113000', '125932.116000', '125932.119000', '125951.998000', '125952.002000', '125952.005000', '125952.007000', '125952.010000', '125952.013000', '125952.016000', '125952.019000', '125952.022000', '125952.024000', '125952.027000', '125952.030000', '125952.033000', '125952.036000', '125952.039000', '125952.041000', '125952.044000', '125952.047000', '125952.050000', '125952.053000', '125952.056000', '125952.058000', '125952.061000', '125952.064000', '125952.067000', '125952.070000', '125952.072000', '125952.075000', '125952.078000', '125952.081000', '125952.084000', '125952.087000', '125952.089000', '125952.092000', '125952.095000', '125952.098000', '125952.101000', '125952.103000', '125952.106000', '125952.109000', '125952.112000', '125952.115000', '125952.125000', '125952.128000', '130011.997000', '130012.001000', '130012.004000', '130012.007000', '130012.010000', '130012.013000', '130012.016000', '130012.018000', '130012.021000', '130012.024000', '130012.027000', '130012.030000', '130012.033000', '130012.036000', '130012.038000', '130012.041000', '130012.044000', '130012.047000', '130012.050000', '130012.053000', '130012.056000', '130012.059000', '130012.061000', '130012.065000', '130012.068000', '130012.071000', '130012.074000', '130012.077000', '130012.079000', '130012.082000', '130012.086000', '130012.089000', '130012.092000', '130012.095000', '130012.098000', '130012.101000', '130012.103000', '130012.106000', '130012.109000', '130012.112000', '130012.115000', '130012.117000', '130012.120000', '130031.997000', '130032.001000', '130032.004000', '130032.007000', '130032.009000', '130032.013000', '130032.015000', '130032.018000', '130032.021000', '130032.024000', '130032.027000', '130032.029000', '130032.032000', '130032.035000', '130032.038000', '130032.041000', '130032.044000', '130032.047000', '130032.049000', '130032.052000', '130032.055000', '130032.058000', '130032.061000', '130032.063000', '130032.066000', '130032.069000', '130032.072000', '130032.075000', '130032.077000', '130032.080000', '130032.083000', '130032.086000', '130032.089000', '130032.092000', '130032.094000', '130032.097000', '130032.100000', '130032.103000', '130032.106000', '130032.108000', '130032.111000', '130032.114000', '130032.117000', '130032.120000', '130051.997000', '130052.001000', '130052.004000', '130052.007000', '130052.010000', '130052.012000', '130052.015000', '130052.018000', '130052.021000', '130052.024000', '130052.026000', '130052.030000', '130052.032000', '130052.035000', '130052.038000', '130052.041000', '130052.044000', '130052.047000', '130052.049000', '130052.052000', '130052.055000', '130052.058000', '130052.061000', '130052.064000', '130052.066000', '130052.069000', '130052.072000', '130052.075000', '130052.078000', '130052.081000', '130052.087000', '130052.090000', '130052.093000', '130052.096000', '130052.099000', '130052.101000', '130052.104000', '130052.107000', '130052.110000', '130052.113000', '130052.116000', '130052.119000', '130052.121000', '130111.997000', '130112.001000', '130112.004000', '130112.006000', '130112.009000', '130112.012000', '130112.015000', '130112.018000', '130112.021000', '130112.023000', '130112.026000', '130112.029000', '130112.032000', '130112.035000', '130112.038000', '130112.041000', '130112.044000', '130112.046000', '130112.049000', '130112.052000', '130112.055000', '130112.058000', '130112.060000', '130112.063000', '130112.066000', '130112.069000', '130112.072000', '130112.075000', '130112.077000', '130112.080000', '130112.083000', '130112.086000', '130112.089000', '130112.092000', '130112.094000', '130112.097000', '130112.100000', '130112.103000', '130112.106000', '130112.109000', '130112.111000', '130112.114000', '130112.117000', '130112.120000', '130131.997000', '130132.001000', '130132.004000', '130132.007000', '130132.009000', '130132.012000', '130132.015000', '130132.018000', '130132.021000', '130132.024000', '130132.026000', '130132.029000', '130132.033000', '130132.036000', '130132.039000', '130132.042000', '130132.045000', '130132.048000', '130132.051000', '130132.054000', '130132.056000', '130132.059000', '130132.062000', '130132.065000', '130132.068000', '130132.070000', '130132.073000', '130132.076000', '130132.079000', '130132.082000', '130132.085000', '130132.088000', '130132.091000', '130132.093000', '130132.097000', '130132.102000', '130132.105000', '130132.108000', '130132.111000', '130132.114000', '130132.117000', '130132.120000', '130132.123000', '130151.998000', '130152.002000', '130152.005000', '130152.008000', '130152.011000', '130152.013000', '130152.016000', '130152.019000', '130152.022000', '130152.025000', '130152.028000', '130152.031000', '130152.033000', '130152.036000', '130152.039000', '130152.042000', '130152.045000', '130152.047000', '130152.050000', '130152.053000', '130152.056000', '130152.059000', '130152.062000', '130152.065000', '130152.067000', '130152.070000', '130152.073000', '130152.076000', '130152.079000', '130152.081000', '130152.084000', '130152.087000', '130152.090000', '130152.093000', '130152.096000', '130152.099000', '130152.102000', '130152.104000', '130152.107000', '130152.110000', '130152.113000', '130152.116000', '130152.119000', '130152.122000', '130211.998000', '130212.002000', '130212.005000', '130212.008000', '130212.011000', '130212.014000', '130212.016000', '130212.019000', '130212.022000', '130212.025000', '130212.028000', '130212.031000', '130212.033000', '130212.036000', '130212.039000', '130212.042000', '130212.045000', '130212.048000', '130212.051000', '130212.054000', '130212.056000', '130212.059000', '130212.062000', '130212.065000', '130212.068000', '130212.075000', '130212.078000', '130212.081000', '130212.084000', '130212.087000', '130212.090000', '130212.093000', '130212.095000', '130212.098000', '130212.101000', '130212.104000', '130212.107000', '130212.110000', '130212.113000', '130212.127000', '130212.131000', '130212.134000', '130212.137000', '130231.997000', '130232.001000', '130232.004000', '130232.007000', '130232.010000', '130232.012000', '130232.015000', '130232.018000', '130232.021000', '130232.024000', '130232.027000', '130232.030000', '130232.032000', '130232.035000', '130232.038000', '130232.041000', '130232.044000', '130232.047000', '130232.050000', '130232.053000', '130232.055000', '130232.058000', '130232.061000', '130232.064000', '130232.067000', '130232.069000', '130232.072000', '130232.075000', '130232.078000', '130232.081000', '130232.084000', '130232.087000', '130232.089000', '130232.092000', '130232.095000', '130232.098000', '130232.101000', '130232.104000', '130232.107000', '130232.110000', '130232.112000', '130232.115000', '130232.118000', '130232.121000', '130251.997000', '130252.001000', '130252.004000', '130252.006000', '130252.010000', '130252.012000', '130252.015000', '130252.018000', '130252.021000', '130252.024000', '130252.027000', '130252.029000', '130252.032000', '130252.035000', '130252.038000', '130252.041000', '130252.044000', '130252.047000', '130252.050000', '130252.052000', '130252.055000', '130252.058000', '130252.061000', '130252.064000', '130252.067000', '130252.070000', '130252.074000', '130252.077000', '130252.080000', '130252.082000', '130252.085000', '130252.088000', '130252.091000', '130252.094000', '130252.097000', '130252.099000', '130252.102000', '130252.105000', '130252.108000', '130252.111000', '130252.114000', '130252.117000', '130252.119000', '130311.997000', '130312.001000', '130312.004000', '130312.007000', '130312.009000', '130312.013000', '130312.015000', '130312.018000', '130312.021000', '130312.024000', '130312.027000', '130312.030000', '130312.032000', '130312.035000', '130312.038000', '130312.041000', '130312.044000', '130312.047000', '130312.050000', '130312.053000', '130312.055000', '130312.058000', '130312.061000', '130312.064000', '130312.067000', '130312.070000', '130312.073000', '130312.075000', '130312.078000', '130312.081000', '130312.084000', '130312.087000', '130312.090000', '130312.093000', '130312.095000', '130312.098000', '130312.101000', '130312.104000', '130312.107000', '130312.110000', '130312.113000', '130312.116000', '130312.118000', '130312.121000', '130331.997000', '130332.001000', '130332.004000', '130332.007000', '130332.010000', '130332.012000', '130332.015000', '130332.018000', '130332.021000', '130332.024000', '130332.027000', '130332.030000', '130332.032000', '130332.035000', '130332.038000', '130332.041000', '130332.044000', '130332.047000', '130332.049000', '130332.052000', '130332.055000', '130332.058000', '130332.061000', '130332.064000', '130332.067000', '130332.070000', '130332.072000', '130332.075000', '130332.078000', '130332.081000', '130332.084000', '130332.087000', '130332.090000', '130332.093000', '130332.095000', '130332.098000', '130332.101000', '130332.104000', '130332.107000', '130332.110000', '130332.113000', '130332.115000', '130332.118000', '130351.997000', '130352.001000', '130352.004000', '130352.006000', '130352.010000', '130352.012000', '130352.015000', '130352.018000', '130352.021000', '130352.024000', '130352.027000', '130352.030000', '130352.033000', '130352.035000', '130352.038000', '130352.041000', '130352.044000', '130352.047000', '130352.050000', '130352.052000', '130352.055000', '130352.058000', '130352.061000', '130352.065000', '130352.068000', '130352.071000', '130352.074000', '130352.077000', '130352.080000', '130352.083000', '130352.086000', '130352.088000', '130352.091000', '130352.094000', '130352.097000', '130352.100000', '130352.103000', '130352.105000', '130352.108000', '130352.111000', '130352.114000', '130352.117000', '130352.120000', '130352.122000', '130411.998000', '130412.002000', '130412.005000', '130412.008000', '130412.011000', '130412.014000', '130412.017000', '130412.019000', '130412.022000', '130412.025000', '130412.028000', '130412.031000', '130412.034000', '130412.036000', '130412.039000', '130412.042000', '130412.045000', '130412.048000', '130412.051000', '130412.054000', '130412.056000', '130412.059000', '130412.062000', '130412.065000', '130412.068000', '130412.071000', '130412.074000', '130412.076000', '130412.079000', '130412.082000', '130412.085000', '130412.088000', '130412.091000', '130412.093000', '130412.096000', '130412.099000', '130412.102000', '130412.105000', '130412.108000', '130412.112000', '130412.115000', '130412.117000', '130412.120000', '130430.169000', '130430.172000', '130430.176000', '130430.179000', '130430.182000', '130430.186000', '130430.189000', '130430.192000', '130430.195000', '130430.198000', '130430.201000', '130430.204000', '130430.207000', '130430.210000', '130430.213000', '130430.216000', '130430.219000', '130430.222000', '130430.225000', '130430.228000', '130430.231000', '130430.234000', '130430.237000', '130430.240000', '130430.243000', '130430.245000', '130430.248000', '130430.257000', '130430.260000', '130430.263000', '130430.266000', '130430.269000', '130430.272000', '130430.275000', '130430.278000', '130430.281000', '130430.284000', '130430.288000', '130430.290000', '130430.293000'], 'InstanceCreationTime': ['125812.025000', '125812.029000', '125812.031000', '125812.034000', '125812.037000', '125812.040000', '125812.043000', '125812.046000', '125812.049000', '125812.051000', '125812.054000', '125812.057000', '125812.060000', '125812.063000', '125812.065000', '125812.068000', '125812.071000', '125812.074000', '125812.077000', '125812.079000', '125812.082000', '125812.085000', '125812.088000', '125812.091000', '125812.094000', '125812.097000', '125812.099000', '125812.102000', '125812.105000', '125812.108000', '125812.110000', '125812.116000', '125812.119000', '125812.122000', '125812.125000', '125812.127000', '125812.130000', '125812.133000', '125812.136000', '125812.138000', '125812.141000', '125812.144000', '125812.147000', '125812.150000', '125812.153000', '125812.155000', '125812.158000', '125812.161000', '125812.164000', '125831.997000', '125832.001000', '125832.004000', '125832.006000', '125832.009000', '125832.012000', '125832.015000', '125832.018000', '125832.021000', '125832.023000', '125832.026000', '125832.029000', '125832.032000', '125832.035000', '125832.037000', '125832.040000', '125832.043000', '125832.046000', '125832.049000', '125832.051000', '125832.058000', '125832.061000', '125832.064000', '125832.066000', '125832.069000', '125832.072000', '125832.075000', '125832.078000', '125832.081000', '125832.083000', '125832.086000', '125832.089000', '125832.092000', '125832.094000', '125832.097000', '125832.100000', '125832.103000', '125832.106000', '125832.109000', '125832.111000', '125832.114000', '125832.117000', '125832.120000', '125832.123000', '125851.997000', '125852.001000', '125852.004000', '125852.007000', '125852.010000', '125852.013000', '125852.016000', '125852.019000', '125852.023000', '125852.026000', '125852.029000', '125852.032000', '125852.035000', '125852.038000', '125852.041000', '125852.043000', '125852.046000', '125852.049000', '125852.052000', '125852.055000', '125852.065000', '125852.068000', '125852.071000', '125852.073000', '125852.076000', '125852.079000', '125852.082000', '125852.085000', '125852.088000', '125852.090000', '125852.093000', '125852.102000', '125852.105000', '125852.108000', '125852.110000', '125852.113000', '125852.116000', '125852.119000', '125852.122000', '125852.124000', '125852.127000', '125852.130000', '125852.133000', '125911.997000', '125912.001000', '125912.003000', '125912.006000', '125912.009000', '125912.012000', '125912.015000', '125912.018000', '125912.021000', '125912.024000', '125912.026000', '125912.029000', '125912.032000', '125912.035000', '125912.038000', '125912.041000', '125912.043000', '125912.046000', '125912.049000', '125912.064000', '125912.067000', '125912.070000', '125912.072000', '125912.075000', '125912.089000', '125912.092000', '125912.095000', '125912.098000', '125912.101000', '125912.103000', '125912.106000', '125912.109000', '125912.112000', '125912.115000', '125912.118000', '125912.120000', '125912.123000', '125912.126000', '125912.129000', '125912.132000', '125912.135000', '125912.137000', '125912.140000', '125912.143000', '125931.998000', '125932.002000', '125932.005000', '125932.008000', '125932.011000', '125932.014000', '125932.016000', '125932.019000', '125932.022000', '125932.025000', '125932.028000', '125932.031000', '125932.033000', '125932.036000', '125932.039000', '125932.042000', '125932.045000', '125932.048000', '125932.050000', '125932.053000', '125932.056000', '125932.059000', '125932.062000', '125932.065000', '125932.068000', '125932.071000', '125932.074000', '125932.076000', '125932.079000', '125932.082000', '125932.085000', '125932.088000', '125932.091000', '125932.093000', '125932.096000', '125932.099000', '125932.102000', '125932.105000', '125932.107000', '125932.110000', '125932.113000', '125932.116000', '125932.119000', '125951.998000', '125952.002000', '125952.005000', '125952.007000', '125952.010000', '125952.013000', '125952.016000', '125952.019000', '125952.022000', '125952.024000', '125952.027000', '125952.030000', '125952.033000', '125952.036000', '125952.039000', '125952.041000', '125952.044000', '125952.047000', '125952.050000', '125952.053000', '125952.056000', '125952.058000', '125952.061000', '125952.064000', '125952.067000', '125952.070000', '125952.072000', '125952.075000', '125952.078000', '125952.081000', '125952.084000', '125952.087000', '125952.089000', '125952.092000', '125952.095000', '125952.098000', '125952.101000', '125952.103000', '125952.106000', '125952.109000', '125952.112000', '125952.115000', '125952.125000', '125952.128000', '130011.997000', '130012.001000', '130012.004000', '130012.007000', '130012.010000', '130012.013000', '130012.016000', '130012.018000', '130012.021000', '130012.024000', '130012.027000', '130012.030000', '130012.033000', '130012.036000', '130012.038000', '130012.041000', '130012.044000', '130012.047000', '130012.050000', '130012.053000', '130012.056000', '130012.059000', '130012.061000', '130012.065000', '130012.068000', '130012.071000', '130012.074000', '130012.077000', '130012.079000', '130012.082000', '130012.086000', '130012.089000', '130012.092000', '130012.095000', '130012.098000', '130012.101000', '130012.103000', '130012.106000', '130012.109000', '130012.112000', '130012.115000', '130012.117000', '130012.120000', '130031.997000', '130032.001000', '130032.004000', '130032.007000', '130032.009000', '130032.013000', '130032.015000', '130032.018000', '130032.021000', '130032.024000', '130032.027000', '130032.029000', '130032.032000', '130032.035000', '130032.038000', '130032.041000', '130032.044000', '130032.047000', '130032.049000', '130032.052000', '130032.055000', '130032.058000', '130032.061000', '130032.063000', '130032.066000', '130032.069000', '130032.072000', '130032.075000', '130032.077000', '130032.080000', '130032.083000', '130032.086000', '130032.089000', '130032.092000', '130032.094000', '130032.097000', '130032.100000', '130032.103000', '130032.106000', '130032.108000', '130032.111000', '130032.114000', '130032.117000', '130032.120000', '130051.997000', '130052.001000', '130052.004000', '130052.007000', '130052.010000', '130052.012000', '130052.015000', '130052.018000', '130052.021000', '130052.024000', '130052.026000', '130052.030000', '130052.032000', '130052.035000', '130052.038000', '130052.041000', '130052.044000', '130052.047000', '130052.049000', '130052.052000', '130052.055000', '130052.058000', '130052.061000', '130052.064000', '130052.066000', '130052.069000', '130052.072000', '130052.075000', '130052.078000', '130052.081000', '130052.087000', '130052.090000', '130052.093000', '130052.096000', '130052.099000', '130052.101000', '130052.104000', '130052.107000', '130052.110000', '130052.113000', '130052.116000', '130052.119000', '130052.121000', '130111.997000', '130112.001000', '130112.004000', '130112.006000', '130112.009000', '130112.012000', '130112.015000', '130112.018000', '130112.021000', '130112.023000', '130112.026000', '130112.029000', '130112.032000', '130112.035000', '130112.038000', '130112.041000', '130112.044000', '130112.046000', '130112.049000', '130112.052000', '130112.055000', '130112.058000', '130112.060000', '130112.063000', '130112.066000', '130112.069000', '130112.072000', '130112.075000', '130112.077000', '130112.080000', '130112.083000', '130112.086000', '130112.089000', '130112.092000', '130112.094000', '130112.097000', '130112.100000', '130112.103000', '130112.106000', '130112.109000', '130112.111000', '130112.114000', '130112.117000', '130112.120000', '130131.997000', '130132.001000', '130132.004000', '130132.007000', '130132.009000', '130132.012000', '130132.015000', '130132.018000', '130132.021000', '130132.024000', '130132.026000', '130132.029000', '130132.033000', '130132.036000', '130132.039000', '130132.042000', '130132.045000', '130132.048000', '130132.051000', '130132.054000', '130132.056000', '130132.059000', '130132.062000', '130132.065000', '130132.068000', '130132.070000', '130132.073000', '130132.076000', '130132.079000', '130132.082000', '130132.085000', '130132.088000', '130132.091000', '130132.093000', '130132.097000', '130132.102000', '130132.105000', '130132.108000', '130132.111000', '130132.114000', '130132.117000', '130132.120000', '130132.123000', '130151.998000', '130152.002000', '130152.005000', '130152.008000', '130152.011000', '130152.013000', '130152.016000', '130152.019000', '130152.022000', '130152.025000', '130152.028000', '130152.031000', '130152.033000', '130152.036000', '130152.039000', '130152.042000', '130152.045000', '130152.047000', '130152.050000', '130152.053000', '130152.056000', '130152.059000', '130152.062000', '130152.065000', '130152.067000', '130152.070000', '130152.073000', '130152.076000', '130152.079000', '130152.081000', '130152.084000', '130152.087000', '130152.090000', '130152.093000', '130152.096000', '130152.099000', '130152.102000', '130152.104000', '130152.107000', '130152.110000', '130152.113000', '130152.116000', '130152.119000', '130152.122000', '130211.998000', '130212.002000', '130212.005000', '130212.008000', '130212.011000', '130212.014000', '130212.016000', '130212.019000', '130212.022000', '130212.025000', '130212.028000', '130212.031000', '130212.033000', '130212.036000', '130212.039000', '130212.042000', '130212.045000', '130212.048000', '130212.051000', '130212.054000', '130212.056000', '130212.059000', '130212.062000', '130212.065000', '130212.068000', '130212.075000', '130212.078000', '130212.081000', '130212.084000', '130212.087000', '130212.090000', '130212.093000', '130212.095000', '130212.098000', '130212.101000', '130212.104000', '130212.107000', '130212.110000', '130212.113000', '130212.127000', '130212.131000', '130212.134000', '130212.137000', '130231.997000', '130232.001000', '130232.004000', '130232.007000', '130232.010000', '130232.012000', '130232.015000', '130232.018000', '130232.021000', '130232.024000', '130232.027000', '130232.030000', '130232.032000', '130232.035000', '130232.038000', '130232.041000', '130232.044000', '130232.047000', '130232.050000', '130232.053000', '130232.055000', '130232.058000', '130232.061000', '130232.064000', '130232.067000', '130232.069000', '130232.072000', '130232.075000', '130232.078000', '130232.081000', '130232.084000', '130232.087000', '130232.089000', '130232.092000', '130232.095000', '130232.098000', '130232.101000', '130232.104000', '130232.107000', '130232.110000', '130232.112000', '130232.115000', '130232.118000', '130232.121000', '130251.997000', '130252.001000', '130252.004000', '130252.006000', '130252.010000', '130252.012000', '130252.015000', '130252.018000', '130252.021000', '130252.024000', '130252.027000', '130252.029000', '130252.032000', '130252.035000', '130252.038000', '130252.041000', '130252.044000', '130252.047000', '130252.050000', '130252.052000', '130252.055000', '130252.058000', '130252.061000', '130252.064000', '130252.067000', '130252.070000', '130252.074000', '130252.077000', '130252.080000', '130252.082000', '130252.085000', '130252.088000', '130252.091000', '130252.094000', '130252.097000', '130252.099000', '130252.102000', '130252.105000', '130252.108000', '130252.111000', '130252.114000', '130252.117000', '130252.119000', '130311.997000', '130312.001000', '130312.004000', '130312.007000', '130312.009000', '130312.013000', '130312.015000', '130312.018000', '130312.021000', '130312.024000', '130312.027000', '130312.030000', '130312.032000', '130312.035000', '130312.038000', '130312.041000', '130312.044000', '130312.047000', '130312.050000', '130312.053000', '130312.055000', '130312.058000', '130312.061000', '130312.064000', '130312.067000', '130312.070000', '130312.073000', '130312.075000', '130312.078000', '130312.081000', '130312.084000', '130312.087000', '130312.090000', '130312.093000', '130312.095000', '130312.098000', '130312.101000', '130312.104000', '130312.107000', '130312.110000', '130312.113000', '130312.116000', '130312.118000', '130312.121000', '130331.997000', '130332.001000', '130332.004000', '130332.007000', '130332.010000', '130332.012000', '130332.015000', '130332.018000', '130332.021000', '130332.024000', '130332.027000', '130332.030000', '130332.032000', '130332.035000', '130332.038000', '130332.041000', '130332.044000', '130332.047000', '130332.049000', '130332.052000', '130332.055000', '130332.058000', '130332.061000', '130332.064000', '130332.067000', '130332.070000', '130332.072000', '130332.075000', '130332.078000', '130332.081000', '130332.084000', '130332.087000', '130332.090000', '130332.093000', '130332.095000', '130332.098000', '130332.101000', '130332.104000', '130332.107000', '130332.110000', '130332.113000', '130332.115000', '130332.118000', '130351.997000', '130352.001000', '130352.004000', '130352.006000', '130352.010000', '130352.012000', '130352.015000', '130352.018000', '130352.021000', '130352.024000', '130352.027000', '130352.030000', '130352.033000', '130352.035000', '130352.038000', '130352.041000', '130352.044000', '130352.047000', '130352.050000', '130352.052000', '130352.055000', '130352.058000', '130352.061000', '130352.065000', '130352.068000', '130352.071000', '130352.074000', '130352.077000', '130352.080000', '130352.083000', '130352.086000', '130352.088000', '130352.091000', '130352.094000', '130352.097000', '130352.100000', '130352.103000', '130352.105000', '130352.108000', '130352.111000', '130352.114000', '130352.117000', '130352.120000', '130352.122000', '130411.998000', '130412.002000', '130412.005000', '130412.008000', '130412.011000', '130412.014000', '130412.017000', '130412.019000', '130412.022000', '130412.025000', '130412.028000', '130412.031000', '130412.034000', '130412.036000', '130412.039000', '130412.042000', '130412.045000', '130412.048000', '130412.051000', '130412.054000', '130412.056000', '130412.059000', '130412.062000', '130412.065000', '130412.068000', '130412.071000', '130412.074000', '130412.076000', '130412.079000', '130412.082000', '130412.085000', '130412.088000', '130412.091000', '130412.093000', '130412.096000', '130412.099000', '130412.102000', '130412.105000', '130412.108000', '130412.112000', '130412.115000', '130412.117000', '130412.120000', '130430.169000', '130430.172000', '130430.176000', '130430.179000', '130430.182000', '130430.186000', '130430.189000', '130430.192000', '130430.195000', '130430.198000', '130430.201000', '130430.204000', '130430.207000', '130430.210000', '130430.213000', '130430.216000', '130430.219000', '130430.222000', '130430.225000', '130430.228000', '130430.231000', '130430.234000', '130430.237000', '130430.240000', '130430.243000', '130430.245000', '130430.248000', '130430.257000', '130430.260000', '130430.263000', '130430.266000', '130430.269000', '130430.272000', '130430.275000', '130430.278000', '130430.281000', '130430.284000', '130430.288000', '130430.290000', '130430.293000'], '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': [15004, 9204, 12662, 10608, 10866, 9259, 7864, 8741, 8896, 12361, 7717, 10798, 7970, 11122, 8201, 14270, 8705, 13875, 8573, 12493, 9681, 10894, 9505, 7887, 9054, 7729, 8537, 7822, 11184, 7887, 9940, 7878, 9360, 8031, 9676, 8271, 10871, 8236, 11357, 8782, 7660, 8522, 8076, 9264, 7779, 8971, 8165, 9841, 8885, 14586, 8614, 12920, 8355, 10937, 7929, 11511, 7840, 8629, 9191, 8306, 8744, 8228, 8011, 7836, 7728, 8153, 7616, 8351, 8100, 8187, 8133, 8498, 7903, 8610, 9827, 8537, 15987, 11018, 15274, 11200, 12257, 8600, 8428, 8703, 7922, 8130, 7887, 10949, 7967, 9769, 8030, 8349, 7861, 8809, 8094, 11189, 8268, 8104, 7649, 8410, 8115, 8524, 7988, 8582, 8191, 8743, 8069, 8715, 9036, 8684, 7744, 8294, 7933, 8374, 8003, 10335, 8106, 9774, 8301, 8818, 8531, 9764, 8611, 11514, 8524, 9865, 8584, 10024, 8731, 13173, 9367, 7799, 8307, 7738, 8152, 8018, 11674, 7993, 10583, 8151, 9553, 8086, 13253, 8250, 15531, 7937, 11009, 8099, 10272, 8132, 14432, 7703, 9262, 7914, 8161, 8221, 8271, 8204, 8236, 8078, 8216, 8055, 8213, 7736, 8021, 8155, 8377, 8113, 8242, 8359, 9469, 7838, 10653, 8039, 9023, 8263, 9872, 8142, 11467, 7747, 8502, 8160, 8588, 12844, 8472, 12496, 8646, 9608, 8238, 9287, 8214, 9513, 7995, 9390, 8563, 9733, 8427, 10619, 8367, 10758, 8025, 11510, 7839, 8794, 8064, 8653, 8542, 8468, 7728, 8390, 7863, 8267, 8151, 8484, 7601, 8110, 7629, 8366, 7618, 8277, 7843, 11068, 8291, 15655, 9594, 15136, 8650, 11791, 8658, 11618, 8709, 11324, 8759, 12651, 8173, 13183, 8045, 10414, 8066, 9668, 8092, 11215, 8368, 12594, 8595, 11023, 9151, 11535, 9158, 13022, 9044, 9412, 8985, 7941, 8804, 8152, 9381, 8456, 10152, 8269, 8745, 8198, 9020, 8341, 12112, 8663, 9658, 8697, 7644, 8375, 7982, 9617, 8636, 8059, 8524, 8180, 8182, 10143, 8222, 12490, 8149, 10297, 8171, 10077, 8373, 12159, 8597, 12991, 8693, 7701, 8306, 7717, 8127, 7727, 8081, 8122, 8193, 7789, 8197, 8969, 8451, 8101, 8227, 8570, 8267, 7971, 8245, 7738, 10346, 8053, 8755, 7848, 8430, 8006, 11547, 8245, 15144, 8582, 12105, 8552, 11010, 8911, 11782, 8550, 11898, 8100, 8702, 8491, 7901, 8824, 7836, 8047, 7814, 8400, 7882, 8494, 8007, 8798, 7778, 8446, 7762, 8338, 8397, 8720, 8245, 9646, 7998, 8676, 8047, 9900, 8265, 14351, 9113, 14573, 8123, 13094, 8358, 11346, 9087, 12921, 8321, 16141, 8316, 15510, 10798, 14895, 9987, 15456, 7816, 10615, 8048, 9258, 7960, 9991, 8214, 9484, 8362, 8169, 8359, 7892, 8369, 7814, 8099, 7918, 8217, 8219, 10492, 8539, 16860, 9676, 15135, 8874, 13540, 9009, 13156, 10131, 14058, 8722, 8204, 8223, 7692, 11801, 8326, 11615, 8711, 10471, 8855, 9303, 8664, 10215, 8628, 8655, 8803, 8277, 8462, 8804, 9075, 7924, 8808, 8296, 8293, 8114, 9074, 8618, 11347, 8594, 9564, 8365, 9476, 9094, 12060, 9152, 14024, 8625, 11714, 8354, 10639, 8268, 10149, 8151, 9543, 7994, 8889, 8173, 8559, 8528, 9933, 8431, 8458, 8311, 8119, 8382, 8685, 8162, 7884, 8293, 7922, 8305, 12260, 9611, 9978, 8279, 7785, 7951, 8130, 9798, 7838, 14072, 8101, 11270, 8547, 11101, 8723, 14155, 8540, 14318, 8549, 12795, 8531, 12273, 8485, 13758, 8516, 10951, 8134, 8667, 8424, 8330, 8366, 9863, 8268, 9417, 8676, 11905, 8623, 15190, 8024, 12436, 7963, 9745, 15394, 11112, 15266, 8891, 12967, 8309, 10283, 8510, 7762, 8271, 7891, 8089, 7677, 7854, 8404, 8089, 12365, 8114, 12445, 8379, 13270, 8577, 12372, 7940, 12349, 7806, 8501, 7729, 8392, 12011, 8633, 7765, 8152, 7959, 7949, 7610, 8214, 7938, 8030, 7704, 8562, 8699, 8598, 10595, 9165, 13777, 8436, 11618, 8001, 9591, 7879, 9167, 8198, 8087, 8258, 8126, 7712, 8199, 8284, 8363, 11124, 8095, 12570, 8392, 13478, 9631, 13288, 8093, 9379, 8081, 8203, 7931, 8368, 8273, 8116, 7878, 8034, 7747, 7992, 12508, 8901, 14832, 8424, 12892, 7983, 11160, 7843, 11640, 8043, 8359, 8031, 8395, 7776, 8193, 8063, 8451, 7803, 8244, 7897, 8328, 8105, 10115, 8078, 8368, 7604, 8396, 15792, 9236, 15096, 9859, 13509, 8463, 12719, 8387, 11360, 8587, 10600, 8142, 10473, 8106, 9556, 8038, 10959, 7976, 9871, 8292, 8776, 8340, 10045, 7869, 10303, 7688, 8571, 11641, 8501, 15140, 10200, 13664, 8371, 11311, 8383, 11319, 8380, 11786, 8620, 8043, 8399, 7719, 8805, 7904, 8679, 7808, 9084, 8040, 8508, 7844, 8606, 9925, 8777, 7975, 8561, 7859, 8470, 9348, 8659, 10300, 8571, 11222, 8463, 11642, 8737, 12365, 9412, 12577, 8405, 10948, 7996, 9173, 7897, 8176, 8115, 8203, 7615, 8080, 7743, 8016, 7744, 8154, 7905, 8237, 8064, 8223, 8000, 9112, 7655, 8384, 8577, 8320, 17997, 10249, 16098, 11618, 15228, 8358, 12815, 8106, 10831, 8572, 10359, 8392, 10956, 8580, 11073, 8672, 11837, 8906, 13349, 8762, 11333, 8143, 9239, 7992, 13102, 8367, 10008, 8409, 8678, 7909, 8644, 8177, 8652, 7745, 8414, 7890, 8344, 10130, 8945, 7678, 8300, 7918, 8503, 8037, 8574, 11542, 8712, 8383, 8415, 11741, 8355, 15708, 9708, 14150, 8572, 12127, 8514, 12135, 8739, 10295, 8743, 9040, 8273, 11131, 8424, 10226, 8745, 13986, 8589, 12149, 8541, 12804, 8641, 13448, 8743, 12944, 8479, 11111, 8373, 10550, 8463, 11322, 8263, 10489, 8281, 10167, 8541, 10997, 8864, 12977, 8434, 11607, 8513, 12595, 8641, 16279, 8294, 12936, 8390, 11740, 8596, 11940, 8467, 13706, 8425, 10531, 8626, 10478, 8200, 10176, 8262, 10045, 8070, 10284, 8210, 10508, 8803, 11045, 8652, 13161, 8352, 10636, 8645, 11434, 8746, 9149, 8735, 7490, 8304, 7771, 8380, 8844, 13066, 8195, 9433, 8199, 8439, 8209, 8625, 8006, 13115, 8021, 10645, 8173, 9526, 8600, 10504, 8787, 7672, 8755, 7932, 8522, 11912, 9111, 16168, 9414, 15317, 8752, 13696, 8845, 13131, 9153, 9659, 8800, 9062, 8621, 9602, 8651, 9311, 8922, 8333, 8817, 8009, 8878], 'WindowCenter': [4504.0, 4462.0, 4469.0, 4446.0, 4442.0, 4431.0, 4412.0, 4421.0, 4421.0, 4453.0, 4400.0, 4428.0, 4409.0, 4430.0, 4410.0, 4461.0, 4419.0, 4449.0, 4409.0, 4440.0, 4421.0, 4441.0, 4431.0, 4407.0, 4418.0, 4400.0, 4421.0, 4411.0, 4441.0, 4411.0, 4430.0, 4422.0, 4419.0, 4398.0, 4402.0, 4408.0, 4428.0, 4409.0, 4427.0, 4419.0, 4411.0, 4434.0, 4421.0, 4419.0, 4411.0, 4432.0, 4424.0, 4432.0, 4435.0, 4463.0, 4424.0, 4452.0, 4421.0, 4441.0, 4410.0, 4440.0, 4409.0, 4410.0, 4418.0, 4409.0, 4408.0, 4410.0, 4406.0, 4409.0, 4409.0, 4410.0, 4411.0, 4422.0, 4423.0, 4424.0, 4413.0, 4423.0, 4412.0, 4423.0, 4432.0, 4423.0, 4461.0, 4433.0, 4460.0, 4431.0, 4439.0, 4409.0, 4408.0, 4409.0, 4408.0, 4409.0, 4410.0, 4430.0, 4409.0, 4418.0, 4398.0, 4408.0, 4409.0, 4419.0, 4409.0, 4439.0, 4408.0, 4408.0, 4397.0, 4408.0, 4397.0, 4409.0, 4398.0, 4408.0, 4408.0, 4408.0, 4408.0, 4410.0, 4408.0, 4408.0, 4398.0, 4408.0, 4398.0, 4408.0, 4397.0, 4418.0, 4397.0, 4418.0, 4408.0, 4419.0, 4420.0, 4429.0, 4420.0, 4439.0, 4422.0, 4430.0, 4421.0, 4430.0, 4421.0, 4449.0, 4420.0, 4410.0, 4411.0, 4410.0, 4410.0, 4410.0, 4441.0, 4412.0, 4440.0, 4412.0, 4429.0, 4410.0, 4450.0, 4411.0, 4461.0, 4410.0, 4429.0, 4399.0, 4417.0, 4398.0, 4449.0, 4397.0, 4405.0, 4397.0, 4396.0, 4395.0, 4405.0, 4407.0, 4396.0, 4396.0, 4396.0, 4397.0, 4407.0, 4397.0, 4408.0, 4408.0, 4409.0, 4409.0, 4409.0, 4409.0, 4419.0, 4398.0, 4427.0, 4409.0, 4407.0, 4409.0, 4418.0, 4397.0, 4428.0, 4396.0, 4406.0, 4397.0, 4406.0, 4435.0, 4397.0, 4425.0, 4395.0, 4405.0, 4397.0, 4405.0, 4407.0, 4415.0, 4409.0, 4417.0, 4409.0, 4418.0, 4410.0, 4429.0, 4410.0, 4428.0, 4410.0, 4439.0, 4410.0, 4410.0, 4410.0, 4410.0, 4408.0, 4408.0, 4399.0, 4409.0, 4407.0, 4408.0, 4409.0, 4419.0, 4409.0, 4410.0, 4411.0, 4420.0, 4410.0, 4421.0, 4411.0, 4443.0, 4422.0, 4472.0, 4432.0, 4462.0, 4420.0, 4441.0, 4420.0, 4440.0, 4420.0, 4440.0, 4409.0, 4440.0, 4409.0, 4437.0, 4397.0, 4416.0, 4395.0, 4414.0, 4396.0, 4426.0, 4397.0, 4437.0, 4406.0, 4416.0, 4407.0, 4425.0, 4407.0, 4435.0, 4405.0, 4404.0, 4404.0, 4383.0, 4395.0, 4394.0, 4405.0, 4393.0, 4413.0, 4393.0, 4393.0, 4393.0, 4404.0, 4394.0, 4425.0, 4405.0, 4405.0, 4406.0, 4397.0, 4408.0, 4398.0, 4418.0, 4407.0, 4397.0, 4408.0, 4406.0, 4407.0, 4427.0, 4407.0, 4438.0, 4408.0, 4427.0, 4408.0, 4418.0, 4408.0, 4437.0, 4409.0, 4448.0, 4420.0, 4398.0, 4410.0, 4409.0, 4410.0, 4411.0, 4410.0, 4411.0, 4410.0, 4410.0, 4420.0, 4419.0, 4411.0, 4408.0, 4409.0, 4409.0, 4410.0, 4409.0, 4410.0, 4409.0, 4430.0, 4410.0, 4419.0, 4409.0, 4410.0, 4409.0, 4440.0, 4410.0, 4460.0, 4410.0, 4437.0, 4410.0, 4428.0, 4420.0, 4438.0, 4406.0, 4438.0, 4398.0, 4407.0, 4420.0, 4409.0, 4420.0, 4410.0, 4410.0, 4411.0, 4420.0, 4410.0, 4422.0, 4411.0, 4421.0, 4410.0, 4420.0, 4411.0, 4410.0, 4411.0, 4421.0, 4410.0, 4431.0, 4410.0, 4420.0, 4411.0, 4430.0, 4423.0, 4461.0, 4422.0, 4461.0, 4412.0, 4451.0, 4421.0, 4440.0, 4422.0, 4451.0, 4411.0, 4471.0, 4411.0, 4459.0, 4430.0, 4448.0, 4418.0, 4447.0, 4396.0, 4415.0, 4394.0, 4406.0, 4397.0, 4415.0, 4406.0, 4418.0, 4408.0, 4408.0, 4420.0, 4410.0, 4410.0, 4409.0, 4410.0, 4410.0, 4409.0, 4410.0, 4431.0, 4411.0, 4464.0, 4419.0, 4459.0, 4418.0, 4448.0, 4419.0, 4437.0, 4428.0, 4447.0, 4407.0, 4407.0, 4408.0, 4397.0, 4438.0, 4407.0, 4439.0, 4408.0, 4427.0, 4418.0, 4417.0, 4409.0, 4418.0, 4409.0, 4407.0, 4407.0, 4396.0, 4407.0, 4406.0, 4407.0, 4396.0, 4406.0, 4396.0, 4396.0, 4396.0, 4407.0, 4408.0, 4427.0, 4408.0, 4419.0, 4409.0, 4417.0, 4419.0, 4438.0, 4419.0, 4447.0, 4409.0, 4426.0, 4397.0, 4417.0, 4397.0, 4415.0, 4397.0, 4417.0, 4396.0, 4406.0, 4410.0, 4409.0, 4422.0, 4430.0, 4420.0, 4409.0, 4422.0, 4412.0, 4422.0, 4421.0, 4421.0, 4411.0, 4412.0, 4410.0, 4421.0, 4440.0, 4430.0, 4429.0, 4409.0, 4399.0, 4408.0, 4408.0, 4429.0, 4398.0, 4449.0, 4409.0, 4428.0, 4419.0, 4428.0, 4420.0, 4450.0, 4409.0, 4448.0, 4408.0, 4438.0, 4408.0, 4438.0, 4408.0, 4447.0, 4407.0, 4426.0, 4409.0, 4408.0, 4409.0, 4409.0, 4421.0, 4430.0, 4422.0, 4431.0, 4424.0, 4451.0, 4423.0, 4463.0, 4411.0, 4441.0, 4409.0, 4420.0, 4460.0, 4430.0, 4447.0, 4408.0, 4437.0, 4396.0, 4415.0, 4406.0, 4397.0, 4408.0, 4398.0, 4410.0, 4410.0, 4412.0, 4410.0, 4412.0, 4451.0, 4411.0, 4450.0, 4410.0, 4449.0, 4410.0, 4439.0, 4398.0, 4439.0, 4398.0, 4406.0, 4397.0, 4397.0, 4425.0, 4407.0, 4397.0, 4396.0, 4397.0, 4398.0, 4398.0, 4409.0, 4409.0, 4409.0, 4409.0, 4420.0, 4409.0, 4422.0, 4430.0, 4421.0, 4449.0, 4410.0, 4439.0, 4408.0, 4420.0, 4409.0, 4419.0, 4408.0, 4398.0, 4409.0, 4410.0, 4399.0, 4410.0, 4411.0, 4411.0, 4429.0, 4410.0, 4440.0, 4411.0, 4451.0, 4421.0, 4450.0, 4400.0, 4419.0, 4409.0, 4409.0, 4410.0, 4406.0, 4411.0, 4410.0, 4410.0, 4411.0, 4410.0, 4411.0, 4439.0, 4422.0, 4460.0, 4409.0, 4438.0, 4410.0, 4430.0, 4398.0, 4428.0, 4397.0, 4408.0, 4399.0, 4409.0, 4399.0, 4410.0, 4410.0, 4409.0, 4411.0, 4410.0, 4413.0, 4423.0, 4413.0, 4433.0, 4412.0, 4423.0, 4412.0, 4412.0, 4461.0, 4421.0, 4460.0, 4419.0, 4449.0, 4409.0, 4438.0, 4410.0, 4438.0, 4410.0, 4429.0, 4411.0, 4431.0, 4412.0, 4431.0, 4412.0, 4436.0, 4411.0, 4430.0, 4412.0, 4421.0, 4421.0, 4433.0, 4410.0, 4431.0, 4399.0, 4410.0, 4439.0, 4409.0, 4449.0, 4430.0, 4448.0, 4409.0, 4427.0, 4398.0, 4427.0, 4408.0, 4427.0, 4408.0, 4399.0, 4408.0, 4397.0, 4419.0, 4409.0, 4421.0, 4400.0, 4420.0, 4410.0, 4419.0, 4409.0, 4410.0, 4419.0, 4409.0, 4399.0, 4408.0, 4399.0, 4409.0, 4407.0, 4409.0, 4417.0, 4409.0, 4427.0, 4408.0, 4427.0, 4408.0, 4438.0, 4421.0, 4438.0, 4409.0, 4427.0, 4398.0, 4418.0, 4398.0, 4408.0, 4408.0, 4408.0, 4400.0, 4411.0, 4410.0, 4412.0, 4411.0, 4413.0, 4413.0, 4423.0, 4422.0, 4423.0, 4423.0, 4424.0, 4413.0, 4423.0, 4424.0, 4422.0, 4483.0, 4432.0, 4473.0, 4444.0, 4460.0, 4410.0, 4438.0, 4400.0, 4428.0, 4411.0, 4429.0, 4410.0, 4429.0, 4422.0, 4441.0, 4422.0, 4440.0, 4422.0, 4449.0, 4410.0, 4430.0, 4399.0, 4419.0, 4410.0, 4437.0, 4409.0, 4417.0, 4408.0, 4407.0, 4409.0, 4409.0, 4408.0, 4409.0, 4400.0, 4409.0, 4410.0, 4410.0, 4430.0, 4422.0, 4399.0, 4410.0, 4409.0, 4410.0, 4410.0, 4410.0, 4440.0, 4410.0, 4409.0, 4410.0, 4439.0, 4409.0, 4459.0, 4422.0, 4449.0, 4409.0, 4438.0, 4409.0, 4438.0, 4410.0, 4430.0, 4411.0, 4420.0, 4411.0, 4441.0, 4421.0, 4431.0, 4423.0, 4451.0, 4422.0, 4442.0, 4421.0, 4451.0, 4411.0, 4450.0, 4410.0, 4440.0, 4410.0, 4423.0, 4409.0, 4429.0, 4413.0, 4440.0, 4410.0, 4429.0, 4412.0, 4430.0, 4422.0, 4431.0, 4423.0, 4451.0, 4412.0, 4440.0, 4422.0, 4451.0, 4413.0, 4460.0, 4410.0, 4440.0, 4410.0, 4437.0, 4409.0, 4438.0, 4409.0, 4448.0, 4409.0, 4428.0, 4410.0, 4428.0, 4411.0, 4429.0, 4410.0, 4419.0, 4412.0, 4430.0, 4423.0, 4441.0, 4435.0, 4442.0, 4423.0, 4451.0, 4422.0, 4431.0, 4424.0, 4442.0, 4422.0, 4421.0, 4421.0, 4401.0, 4411.0, 4412.0, 4409.0, 4422.0, 4453.0, 4411.0, 4419.0, 4411.0, 4409.0, 4409.0, 4408.0, 4400.0, 4438.0, 4400.0, 4419.0, 4408.0, 4416.0, 4410.0, 4430.0, 4410.0, 4399.0, 4410.0, 4399.0, 4410.0, 4439.0, 4410.0, 4459.0, 4408.0, 4448.0, 4397.0, 4436.0, 4408.0, 4436.0, 4408.0, 4406.0, 4407.0, 4405.0, 4397.0, 4406.0, 4407.0, 4406.0, 4409.0, 4397.0, 4409.0, 4397.0, 4409.0], 'WindowWidth': [9901.0, 9836.0, 9838.0, 9803.0, 9791.0, 9773.0, 9746.0, 9757.0, 9758.0, 9802.0, 9726.0, 9763.0, 9739.0, 9765.0, 9742.0, 9815.0, 9756.0, 9793.0, 9741.0, 9780.0, 9759.0, 9787.0, 9771.0, 9734.0, 9749.0, 9726.0, 9757.0, 9744.0, 9782.0, 9744.0, 9770.0, 9761.0, 9752.0, 9721.0, 9714.0, 9735.0, 9765.0, 9739.0, 9762.0, 9753.0, 9747.0, 9783.0, 9761.0, 9755.0, 9747.0, 9777.0, 9770.0, 9776.0, 9785.0, 9819.0, 9768.0, 9804.0, 9761.0, 9786.0, 9743.0, 9784.0, 9739.0, 9742.0, 9751.0, 9740.0, 9738.0, 9741.0, 9734.0, 9740.0, 9741.0, 9744.0, 9747.0, 9764.0, 9764.0, 9768.0, 9752.0, 9765.0, 9748.0, 9763.0, 9776.0, 9763.0, 9817.0, 9777.0, 9812.0, 9772.0, 9779.0, 9739.0, 9735.0, 9739.0, 9736.0, 9740.0, 9741.0, 9769.0, 9738.0, 9751.0, 9724.0, 9735.0, 9738.0, 9754.0, 9738.0, 9781.0, 9737.0, 9737.0, 9721.0, 9736.0, 9721.0, 9738.0, 9723.0, 9735.0, 9736.0, 9738.0, 9737.0, 9740.0, 9736.0, 9737.0, 9722.0, 9736.0, 9723.0, 9736.0, 9721.0, 9749.0, 9721.0, 9750.0, 9737.0, 9752.0, 9756.0, 9767.0, 9756.0, 9780.0, 9760.0, 9769.0, 9759.0, 9770.0, 9761.0, 9794.0, 9758.0, 9742.0, 9744.0, 9742.0, 9744.0, 9744.0, 9786.0, 9749.0, 9783.0, 9747.0, 9767.0, 9744.0, 9799.0, 9744.0, 9813.0, 9741.0, 9765.0, 9725.0, 9748.0, 9721.0, 9792.0, 9718.0, 9728.0, 9718.0, 9715.0, 9713.0, 9731.0, 9732.0, 9717.0, 9718.0, 9716.0, 9721.0, 9733.0, 9721.0, 9737.0, 9737.0, 9737.0, 9739.0, 9739.0, 9739.0, 9752.0, 9724.0, 9761.0, 9739.0, 9735.0, 9738.0, 9750.0, 9719.0, 9763.0, 9717.0, 9730.0, 9717.0, 9729.0, 9768.0, 9719.0, 9755.0, 9715.0, 9729.0, 9720.0, 9729.0, 9734.0, 9743.0, 9740.0, 9748.0, 9740.0, 9753.0, 9744.0, 9767.0, 9742.0, 9765.0, 9741.0, 9779.0, 9744.0, 9742.0, 9742.0, 9742.0, 9738.0, 9737.0, 9725.0, 9738.0, 9735.0, 9738.0, 9738.0, 9753.0, 9739.0, 9743.0, 9745.0, 9757.0, 9745.0, 9759.0, 9745.0, 9792.0, 9762.0, 9831.0, 9777.0, 9817.0, 9756.0, 9784.0, 9756.0, 9783.0, 9757.0, 9781.0, 9741.0, 9782.0, 9738.0, 9774.0, 9719.0, 9744.0, 9715.0, 9739.0, 9717.0, 9756.0, 9718.0, 9772.0, 9731.0, 9742.0, 9734.0, 9754.0, 9734.0, 9767.0, 9728.0, 9723.0, 9723.0, 9695.0, 9712.0, 9710.0, 9726.0, 9708.0, 9735.0, 9708.0, 9707.0, 9709.0, 9722.0, 9712.0, 9753.0, 9727.0, 9729.0, 9730.0, 9719.0, 9735.0, 9721.0, 9750.0, 9734.0, 9721.0, 9735.0, 9732.0, 9735.0, 9762.0, 9735.0, 9777.0, 9736.0, 9760.0, 9738.0, 9750.0, 9739.0, 9776.0, 9740.0, 9791.0, 9755.0, 9725.0, 9743.0, 9741.0, 9744.0, 9744.0, 9745.0, 9747.0, 9744.0, 9744.0, 9756.0, 9755.0, 9744.0, 9738.0, 9740.0, 9740.0, 9742.0, 9740.0, 9744.0, 9740.0, 9770.0, 9742.0, 9754.0, 9742.0, 9742.0, 9742.0, 9784.0, 9744.0, 9811.0, 9744.0, 9775.0, 9743.0, 9764.0, 9756.0, 9776.0, 9734.0, 9775.0, 9724.0, 9736.0, 9757.0, 9741.0, 9758.0, 9743.0, 9745.0, 9747.0, 9758.0, 9745.0, 9763.0, 9746.0, 9760.0, 9743.0, 9758.0, 9745.0, 9744.0, 9745.0, 9760.0, 9742.0, 9771.0, 9745.0, 9757.0, 9748.0, 9772.0, 9767.0, 9816.0, 9762.0, 9815.0, 9748.0, 9799.0, 9760.0, 9784.0, 9763.0, 9801.0, 9746.0, 9830.0, 9745.0, 9811.0, 9770.0, 9794.0, 9750.0, 9790.0, 9717.0, 9740.0, 9713.0, 9729.0, 9719.0, 9740.0, 9732.0, 9749.0, 9738.0, 9738.0, 9757.0, 9743.0, 9745.0, 9741.0, 9742.0, 9742.0, 9740.0, 9742.0, 9772.0, 9745.0, 9814.0, 9754.0, 9807.0, 9753.0, 9790.0, 9754.0, 9776.0, 9765.0, 9789.0, 9734.0, 9733.0, 9736.0, 9720.0, 9777.0, 9735.0, 9778.0, 9737.0, 9762.0, 9751.0, 9748.0, 9741.0, 9750.0, 9738.0, 9734.0, 9733.0, 9718.0, 9732.0, 9731.0, 9733.0, 9717.0, 9730.0, 9717.0, 9717.0, 9719.0, 9733.0, 9736.0, 9760.0, 9737.0, 9753.0, 9739.0, 9749.0, 9753.0, 9776.0, 9753.0, 9788.0, 9737.0, 9756.0, 9719.0, 9744.0, 9720.0, 9741.0, 9720.0, 9745.0, 9719.0, 9732.0, 9742.0, 9740.0, 9762.0, 9770.0, 9759.0, 9743.0, 9764.0, 9749.0, 9763.0, 9759.0, 9761.0, 9745.0, 9747.0, 9743.0, 9759.0, 9785.0, 9772.0, 9767.0, 9741.0, 9726.0, 9738.0, 9738.0, 9766.0, 9725.0, 9796.0, 9739.0, 9764.0, 9754.0, 9765.0, 9758.0, 9795.0, 9741.0, 9791.0, 9739.0, 9775.0, 9737.0, 9777.0, 9736.0, 9786.0, 9735.0, 9757.0, 9738.0, 9735.0, 9742.0, 9739.0, 9759.0, 9771.0, 9763.0, 9773.0, 9767.0, 9801.0, 9766.0, 9818.0, 9747.0, 9785.0, 9739.0, 9755.0, 9810.0, 9768.0, 9790.0, 9734.0, 9772.0, 9716.0, 9741.0, 9732.0, 9720.0, 9737.0, 9724.0, 9742.0, 9743.0, 9750.0, 9745.0, 9749.0, 9799.0, 9746.0, 9797.0, 9743.0, 9793.0, 9743.0, 9780.0, 9722.0, 9780.0, 9721.0, 9730.0, 9716.0, 9718.0, 9755.0, 9730.0, 9718.0, 9717.0, 9719.0, 9723.0, 9723.0, 9738.0, 9738.0, 9739.0, 9741.0, 9756.0, 9741.0, 9760.0, 9769.0, 9758.0, 9793.0, 9741.0, 9778.0, 9737.0, 9754.0, 9737.0, 9751.0, 9736.0, 9723.0, 9739.0, 9742.0, 9726.0, 9743.0, 9743.0, 9744.0, 9767.0, 9743.0, 9783.0, 9744.0, 9796.0, 9758.0, 9794.0, 9727.0, 9751.0, 9738.0, 9740.0, 9741.0, 9733.0, 9743.0, 9742.0, 9743.0, 9745.0, 9743.0, 9747.0, 9784.0, 9759.0, 9812.0, 9740.0, 9777.0, 9741.0, 9769.0, 9723.0, 9763.0, 9719.0, 9734.0, 9725.0, 9738.0, 9726.0, 9740.0, 9740.0, 9739.0, 9745.0, 9743.0, 9750.0, 9763.0, 9750.0, 9779.0, 9747.0, 9763.0, 9747.0, 9747.0, 9815.0, 9757.0, 9812.0, 9754.0, 9792.0, 9738.0, 9776.0, 9742.0, 9777.0, 9742.0, 9766.0, 9745.0, 9772.0, 9749.0, 9773.0, 9748.0, 9775.0, 9747.0, 9770.0, 9748.0, 9759.0, 9759.0, 9778.0, 9742.0, 9771.0, 9726.0, 9740.0, 9780.0, 9740.0, 9795.0, 9767.0, 9790.0, 9737.0, 9760.0, 9722.0, 9759.0, 9737.0, 9762.0, 9737.0, 9723.0, 9737.0, 9722.0, 9754.0, 9741.0, 9758.0, 9729.0, 9757.0, 9743.0, 9753.0, 9740.0, 9741.0, 9751.0, 9740.0, 9723.0, 9735.0, 9724.0, 9737.0, 9733.0, 9738.0, 9747.0, 9738.0, 9761.0, 9735.0, 9761.0, 9736.0, 9775.0, 9759.0, 9776.0, 9738.0, 9758.0, 9724.0, 9748.0, 9723.0, 9736.0, 9737.0, 9737.0, 9729.0, 9744.0, 9742.0, 9748.0, 9746.0, 9750.0, 9750.0, 9764.0, 9764.0, 9766.0, 9764.0, 9768.0, 9750.0, 9765.0, 9767.0, 9763.0, 9848.0, 9774.0, 9834.0, 9793.0, 9811.0, 9741.0, 9775.0, 9728.0, 9762.0, 9744.0, 9765.0, 9744.0, 9767.0, 9761.0, 9784.0, 9762.0, 9782.0, 9761.0, 9793.0, 9742.0, 9767.0, 9727.0, 9751.0, 9740.0, 9775.0, 9738.0, 9747.0, 9737.0, 9734.0, 9738.0, 9740.0, 9736.0, 9740.0, 9727.0, 9740.0, 9741.0, 9743.0, 9768.0, 9760.0, 9726.0, 9740.0, 9740.0, 9742.0, 9742.0, 9743.0, 9782.0, 9742.0, 9740.0, 9741.0, 9780.0, 9740.0, 9809.0, 9761.0, 9794.0, 9739.0, 9776.0, 9738.0, 9777.0, 9743.0, 9767.0, 9743.0, 9755.0, 9745.0, 9784.0, 9759.0, 9772.0, 9764.0, 9798.0, 9760.0, 9787.0, 9758.0, 9796.0, 9745.0, 9794.0, 9742.0, 9778.0, 9741.0, 9751.0, 9739.0, 9763.0, 9749.0, 9781.0, 9743.0, 9766.0, 9746.0, 9770.0, 9761.0, 9770.0, 9765.0, 9797.0, 9748.0, 9781.0, 9761.0, 9796.0, 9749.0, 9811.0, 9742.0, 9780.0, 9740.0, 9773.0, 9739.0, 9776.0, 9739.0, 9790.0, 9738.0, 9761.0, 9740.0, 9761.0, 9743.0, 9765.0, 9742.0, 9752.0, 9747.0, 9769.0, 9765.0, 9787.0, 9783.0, 9789.0, 9764.0, 9799.0, 9762.0, 9772.0, 9766.0, 9787.0, 9763.0, 9758.0, 9758.0, 9730.0, 9745.0, 9747.0, 9741.0, 9758.0, 9804.0, 9743.0, 9753.0, 9742.0, 9737.0, 9737.0, 9735.0, 9725.0, 9776.0, 9725.0, 9749.0, 9736.0, 9744.0, 9740.0, 9765.0, 9741.0, 9726.0, 9741.0, 9726.0, 9743.0, 9780.0, 9743.0, 9807.0, 9735.0, 9789.0, 9718.0, 9769.0, 9734.0, 9768.0, 9735.0, 9729.0, 9730.0, 9727.0, 9718.0, 9729.0, 9732.0, 9728.0, 9737.0, 9719.0, 9737.0, 9719.0, 9737.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.001398596087456847</td></tr>
<tr><td colspan=3>aqi</td><td>0.017204598158803226</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.32253947458532</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3426330286751156</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0237188086059903</td></tr>
<tr><td colspan=3>efc</td><td>0.4826</td></tr>
<tr><td colspan=3>fber</td><td>7895.0156</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.05842753543082912</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>0</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.0</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4563566532522683</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3745298524777056</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6912734812895853</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3032666259895143</td></tr>
<tr><td colspan=3>gcor</td><td>0.00832954</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008692044764757156</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03946373984217644</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>3.9799418212595534</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>14.138</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.3707</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>197.2064</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298308.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1042.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>387.7938</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6463</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>494.187</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3627.8551</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3851.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78236.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1248.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4700.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>967.5959</td></tr>
<tr><td colspan=3>tsnr</td><td>49.873971291817725</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>