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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0016_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-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-02_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-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-02_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-0016/ses-01/func/sub-0016_ses-01_task-social_acq-mb8_run-02_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>4457ea83efb2a2e0bd1e1228f8be757b</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>13:13:2.652500</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.999195, 0.0345594, 0.0203874, -0.0341943, 0.999253, -0.0179911]</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-02_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.0948973</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-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4157, -7771, -7220, 630, -71, -195, -45, 65]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</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>234.206</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9a021fc9-2e12-4090-9dc1-0500c7972bc4||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.6807663440704346, -0.09174078702926636, 0.0566834956407547, 112.67286682128906], [-0.09272021800279617, 2.6809234619140625, -0.04665457829833031, -85.2993392944336], [0.05469777435064316, 0.048268791288137436, 2.6990015506744385, -60.25336837768555], [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': ['131302.652500', '131303.112500', '131303.572500', '131304.032500', '131304.492500', '131304.952500', '131305.412500', '131305.872500', '131306.332500', '131306.792500', '131307.252500', '131307.712500', '131308.172500', '131308.632500', '131309.092500', '131309.552500', '131310.012500', '131310.472500', '131310.932500', '131311.392500', '131311.852500', '131312.312500', '131312.772500', '131313.232500', '131313.692500', '131314.152500', '131314.612500', '131315.072500', '131315.532500', '131315.992500', '131316.452500', '131316.912500', '131317.372500', '131317.832500', '131318.292500', '131318.752500', '131319.212500', '131319.672500', '131320.132500', '131320.592500', '131321.052500', '131321.512500', '131321.972500', '131322.432500', '131322.892500', '131323.352500', '131323.812500', '131324.272500', '131324.732500', '131325.192500', '131325.652500', '131326.112500', '131326.572500', '131327.032500', '131327.492500', '131327.952500', '131328.412500', '131328.872500', '131329.332500', '131329.792500', '131330.252500', '131330.712500', '131331.172500', '131331.632500', '131332.092500', '131332.552500', '131333.012500', '131333.472500', '131333.932500', '131334.392500', '131334.852500', '131335.312500', '131335.772500', '131336.232500', '131336.692500', '131337.152500', '131337.612500', '131338.072500', '131338.532500', '131338.992500', '131339.452500', '131339.912500', '131340.372500', '131340.832500', '131341.292500', '131341.752500', '131342.212500', '131342.672500', '131343.132500', '131343.592500', '131344.052500', '131344.512500', '131344.972500', '131345.432500', '131345.892500', '131346.352500', '131346.812500', '131347.272500', '131347.732500', '131348.192500', '131348.652500', '131349.112500', '131349.572500', '131350.032500', '131350.492500', '131350.952500', '131351.412500', '131351.872500', '131352.332500', '131352.792500', '131353.252500', '131353.712500', '131354.172500', '131354.632500', '131355.092500', '131355.552500', '131356.012500', '131356.472500', '131356.932500', '131357.392500', '131357.852500', '131358.312500', '131358.772500', '131359.232500', '131359.692500', '131400.152500', '131400.612500', '131401.072500', '131401.532500', '131401.992500', '131402.452500', '131402.912500', '131403.372500', '131403.832500', '131404.292500', '131404.752500', '131405.212500', '131405.672500', '131406.132500', '131406.592500', '131407.052500', '131407.512500', '131407.972500', '131408.432500', '131408.892500', '131409.352500', '131409.812500', '131410.272500', '131410.732500', '131411.192500', '131411.652500', '131412.112500', '131412.572500', '131413.032500', '131413.492500', '131413.952500', '131414.412500', '131414.872500', '131415.332500', '131415.792500', '131416.252500', '131416.712500', '131417.172500', '131417.632500', '131418.092500', '131418.552500', '131419.012500', '131419.472500', '131419.932500', '131420.392500', '131420.852500', '131421.312500', '131421.772500', '131422.232500', '131422.692500', '131423.152500', '131423.612500', '131424.072500', '131424.532500', '131424.992500', '131425.452500', '131425.912500', '131426.372500', '131426.832500', '131427.292500', '131427.752500', '131428.212500', '131428.672500', '131429.132500', '131429.592500', '131430.052500', '131430.512500', '131430.972500', '131431.432500', '131431.892500', '131432.352500', '131432.812500', '131433.272500', '131433.732500', '131434.192500', '131434.652500', '131435.112500', '131435.572500', '131436.032500', '131436.492500', '131436.952500', '131437.412500', '131437.872500', '131438.332500', '131438.792500', '131439.252500', '131439.712500', '131440.172500', '131440.632500', '131441.092500', '131441.552500', '131442.012500', '131442.472500', '131442.932500', '131443.392500', '131443.852500', '131444.312500', '131444.772500', '131445.232500', '131445.692500', '131446.152500', '131446.612500', '131447.072500', '131447.532500', '131447.992500', '131448.452500', '131448.912500', '131449.372500', '131449.832500', '131450.292500', '131450.752500', '131451.212500', '131451.672500', '131452.132500', '131452.592500', '131453.052500', '131453.512500', '131453.972500', '131454.432500', '131454.892500', '131455.352500', '131455.812500', '131456.272500', '131456.732500', '131457.192500', '131457.652500', '131458.112500', '131458.572500', '131459.032500', '131459.492500', '131459.952500', '131500.412500', '131500.872500', '131501.332500', '131501.792500', '131502.252500', '131502.712500', '131503.172500', '131503.632500', '131504.092500', '131504.552500', '131505.012500', '131505.472500', '131505.932500', '131506.392500', '131506.852500', '131507.312500', '131507.772500', '131508.232500', '131508.692500', '131509.152500', '131509.612500', '131510.072500', '131510.532500', '131510.992500', '131511.452500', '131511.912500', '131512.372500', '131512.832500', '131513.292500', '131513.752500', '131514.212500', '131514.672500', '131515.132500', '131515.592500', '131516.052500', '131516.512500', '131516.972500', '131517.432500', '131517.892500', '131518.352500', '131518.812500', '131519.272500', '131519.732500', '131520.192500', '131520.652500', '131521.112500', '131521.572500', '131522.032500', '131522.492500', '131522.952500', '131523.412500', '131523.872500', '131524.332500', '131524.792500', '131525.252500', '131525.712500', '131526.172500', '131526.632500', '131527.092500', '131527.552500', '131528.012500', '131528.472500', '131528.932500', '131529.392500', '131529.852500', '131530.312500', '131530.772500', '131531.232500', '131531.692500', '131532.152500', '131532.612500', '131533.072500', '131533.532500', '131533.992500', '131534.452500', '131534.912500', '131535.372500', '131535.832500', '131536.292500', '131536.752500', '131537.212500', '131537.672500', '131538.132500', '131538.592500', '131539.052500', '131539.512500', '131539.972500', '131540.432500', '131540.892500', '131541.352500', '131541.812500', '131542.272500', '131542.732500', '131543.192500', '131543.652500', '131544.112500', '131544.572500', '131545.032500', '131545.492500', '131545.952500', '131546.412500', '131546.872500', '131547.332500', '131547.792500', '131548.252500', '131548.712500', '131549.172500', '131549.632500', '131550.092500', '131550.552500', '131551.012500', '131551.472500', '131551.932500', '131552.392500', '131552.852500', '131553.312500', '131553.772500', '131554.232500', '131554.692500', '131555.152500', '131555.612500', '131556.072500', '131556.532500', '131556.992500', '131557.452500', '131557.912500', '131558.372500', '131558.832500', '131559.292500', '131559.752500', '131600.212500', '131600.672500', '131601.132500', '131601.592500', '131602.052500', '131602.512500', '131602.972500', '131603.432500', '131603.892500', '131604.352500', '131604.812500', '131605.272500', '131605.732500', '131606.192500', '131606.652500', '131607.112500', '131607.572500', '131608.032500', '131608.492500', '131608.952500', '131609.412500', '131609.872500', '131610.332500', '131610.792500', '131611.252500', '131611.712500', '131612.172500', '131612.632500', '131613.092500', '131613.552500', '131614.012500', '131614.472500', '131614.932500', '131615.392500', '131615.852500', '131616.312500', '131616.772500', '131617.232500', '131617.692500', '131618.152500', '131618.612500', '131619.072500', '131619.532500', '131619.992500', '131620.452500', '131620.912500', '131621.372500', '131621.832500', '131622.292500', '131622.752500', '131623.212500', '131623.672500', '131624.132500', '131624.592500', '131625.052500', '131625.512500', '131625.972500', '131626.432500', '131626.892500', '131627.352500', '131627.812500', '131628.272500', '131628.732500', '131629.192500', '131629.652500', '131630.112500', '131630.572500', '131631.032500', '131631.492500', '131631.952500', '131632.412500', '131632.872500', '131633.332500', '131633.792500', '131634.252500', '131634.712500', '131635.172500', '131635.632500', '131636.092500', '131636.552500', '131637.012500', '131637.472500', '131637.932500', '131638.392500', '131638.852500', '131639.312500', '131639.772500', '131640.232500', '131640.692500', '131641.152500', '131641.612500', '131642.072500', '131642.532500', '131642.992500', '131643.452500', '131643.912500', '131644.372500', '131644.832500', '131645.292500', '131645.752500', '131646.212500', '131646.672500', '131647.132500', '131647.592500', '131648.052500', '131648.512500', '131648.972500', '131649.432500', '131649.892500', '131650.352500', '131650.812500', '131651.272500', '131651.732500', '131652.192500', '131652.652500', '131653.112500', '131653.572500', '131654.032500', '131654.492500', '131654.952500', '131655.412500', '131655.872500', '131656.332500', '131656.792500', '131657.252500', '131657.712500', '131658.172500', '131658.632500', '131659.092500', '131659.552500', '131700.012500', '131700.472500', '131700.932500', '131701.392500', '131701.852500', '131702.312500', '131702.772500', '131703.232500', '131703.692500', '131704.152500', '131704.612500', '131705.072500', '131705.532500', '131705.992500', '131706.452500', '131706.912500', '131707.372500', '131707.832500', '131708.292500', '131708.752500', '131709.212500', '131709.672500', '131710.132500', '131710.592500', '131711.052500', '131711.512500', '131711.972500', '131712.432500', '131712.892500', '131713.352500', '131713.812500', '131714.272500', '131714.732500', '131715.192500', '131715.652500', '131716.112500', '131716.572500', '131717.032500', '131717.492500', '131717.952500', '131718.412500', '131718.872500', '131719.332500', '131719.792500', '131720.252500', '131720.712500', '131721.172500', '131721.632500', '131722.092500', '131722.552500', '131723.012500', '131723.472500', '131723.932500', '131724.392500', '131724.852500', '131725.312500', '131725.772500', '131726.232500', '131726.692500', '131727.152500', '131727.612500', '131728.072500', '131728.532500', '131728.992500', '131729.452500', '131729.912500', '131730.372500', '131730.832500', '131731.292500', '131731.752500', '131732.212500', '131732.672500', '131733.132500', '131733.592500', '131734.052500', '131734.512500', '131734.972500', '131735.432500', '131735.892500', '131736.352500', '131736.812500', '131737.272500', '131737.732500', '131738.192500', '131738.652500', '131739.112500', '131739.572500', '131740.032500', '131740.492500', '131740.952500', '131741.412500', '131741.872500', '131742.332500', '131742.792500', '131743.252500', '131743.712500', '131744.172500', '131744.632500', '131745.092500', '131745.552500', '131746.012500', '131746.472500', '131746.932500', '131747.392500', '131747.852500', '131748.312500', '131748.772500', '131749.232500', '131749.692500', '131750.152500', '131750.612500', '131751.072500', '131751.532500', '131751.992500', '131752.452500', '131752.912500', '131753.372500', '131753.832500', '131754.292500', '131754.752500', '131755.212500', '131755.672500', '131756.132500', '131756.592500', '131757.052500', '131757.512500', '131757.972500', '131758.432500', '131758.892500', '131759.352500', '131759.812500', '131800.272500', '131800.732500', '131801.192500', '131801.652500', '131802.112500', '131802.572500', '131803.032500', '131803.492500', '131803.952500', '131804.412500', '131804.872500', '131805.332500', '131805.792500', '131806.252500', '131806.712500', '131807.172500', '131807.632500', '131808.092500', '131808.552500', '131809.012500', '131809.472500', '131809.932500', '131810.392500', '131810.852500', '131811.312500', '131811.772500', '131812.232500', '131812.692500', '131813.152500', '131813.612500', '131814.072500', '131814.532500', '131814.992500', '131815.452500', '131815.912500', '131816.372500', '131816.832500', '131817.292500', '131817.752500', '131818.212500', '131818.672500', '131819.132500', '131819.592500', '131820.052500', '131820.512500', '131820.972500', '131821.432500', '131821.892500', '131822.352500', '131822.812500', '131823.272500', '131823.732500', '131824.192500', '131824.652500', '131825.112500', '131825.572500', '131826.032500', '131826.492500', '131826.952500', '131827.412500', '131827.872500', '131828.332500', '131828.792500', '131829.252500', '131829.712500', '131830.172500', '131830.632500', '131831.092500', '131831.552500', '131832.012500', '131832.472500', '131832.932500', '131833.392500', '131833.852500', '131834.312500', '131834.772500', '131835.232500', '131835.692500', '131836.152500', '131836.612500', '131837.072500', '131837.532500', '131837.992500', '131838.452500', '131838.912500', '131839.372500', '131839.832500', '131840.292500', '131840.752500', '131841.212500', '131841.672500', '131842.132500', '131842.592500', '131843.052500', '131843.512500', '131843.972500', '131844.432500', '131844.892500', '131845.352500', '131845.812500', '131846.272500', '131846.732500', '131847.192500', '131847.652500', '131848.112500', '131848.572500', '131849.032500', '131849.492500', '131849.952500', '131850.412500', '131850.872500', '131851.332500', '131851.792500', '131852.252500', '131852.712500', '131853.172500', '131853.632500', '131854.092500', '131854.552500', '131855.012500', '131855.472500', '131855.932500', '131856.392500', '131856.852500', '131857.312500', '131857.772500', '131858.232500', '131858.692500', '131859.152500', '131859.612500', '131900.072500', '131900.532500', '131900.992500', '131901.452500', '131901.912500', '131902.372500', '131902.832500', '131903.292500', '131903.752500', '131904.212500', '131904.672500', '131905.132500', '131905.592500', '131906.052500', '131906.512500', '131906.972500', '131907.432500', '131907.892500', '131908.352500', '131908.812500', '131909.272500', '131909.732500', '131910.192500', '131910.652500', '131911.112500', '131911.572500', '131912.032500', '131912.492500', '131912.952500', '131913.412500', '131913.872500', '131914.332500', '131914.792500', '131915.252500', '131915.712500', '131916.172500', '131916.632500', '131917.092500', '131917.552500', '131918.012500', '131918.472500', '131918.932500', '131919.392500', '131919.852500', '131920.312500', '131920.772500', '131921.232500', '131921.692500', '131922.152500', '131922.612500', '131923.072500', '131923.532500', '131923.992500', '131924.452500', '131924.912500', '131925.372500', '131925.832500', '131926.292500', '131926.752500', '131927.212500', '131927.672500', '131928.132500', '131928.592500', '131929.052500', '131929.512500', '131929.972500', '131930.432500', '131930.892500', '131931.352500', '131931.812500', '131932.272500', '131932.732500', '131933.192500', '131933.652500', '131934.112500', '131934.572500', '131935.032500', '131935.492500', '131935.952500', '131936.412500', '131936.872500', '131937.332500', '131937.792500', '131938.252500', '131938.712500', '131939.172500', '131939.632500', '131940.092500', '131940.552500', '131941.012500', '131941.472500', '131941.932500', '131942.392500', '131942.852500', '131943.312500'], 'ContentTime': ['131313.020000', '131313.023000', '131313.026000', '131313.029000', '131313.032000', '131313.035000', '131313.037000', '131313.040000', '131313.043000', '131313.057000', '131313.060000', '131313.063000', '131313.065000', '131313.068000', '131313.071000', '131313.074000', '131313.077000', '131313.081000', '131313.084000', '131313.087000', '131313.090000', '131332.988000', '131332.991000', '131332.994000', '131332.996000', '131333.000000', '131333.005000', '131333.008000', '131333.010000', '131333.013000', '131333.016000', '131333.019000', '131333.021000', '131333.024000', '131333.027000', '131333.030000', '131333.032000', '131333.035000', '131333.038000', '131333.041000', '131333.043000', '131333.046000', '131333.049000', '131333.052000', '131333.055000', '131333.057000', '131333.060000', '131333.063000', '131333.066000', '131333.069000', '131333.071000', '131333.074000', '131333.077000', '131333.080000', '131333.082000', '131333.088000', '131333.090000', '131333.093000', '131333.096000', '131333.099000', '131333.101000', '131333.104000', '131333.107000', '131333.110000', '131333.113000', '131352.988000', '131352.991000', '131352.993000', '131352.996000', '131353.000000', '131353.003000', '131353.006000', '131353.008000', '131353.011000', '131353.014000', '131353.017000', '131353.020000', '131353.022000', '131353.025000', '131353.028000', '131353.031000', '131353.034000', '131353.038000', '131353.051000', '131353.054000', '131353.057000', '131353.060000', '131353.063000', '131353.065000', '131353.068000', '131353.071000', '131353.074000', '131353.076000', '131353.079000', '131353.082000', '131353.085000', '131353.088000', '131353.091000', '131353.093000', '131353.096000', '131353.101000', '131353.105000', '131353.108000', '131353.111000', '131353.114000', '131353.117000', '131353.119000', '131353.122000', '131412.988000', '131412.991000', '131412.993000', '131412.996000', '131413.000000', '131413.003000', '131413.006000', '131413.008000', '131413.011000', '131413.014000', '131413.017000', '131413.019000', '131413.022000', '131413.025000', '131413.028000', '131413.030000', '131413.033000', '131413.036000', '131413.039000', '131413.042000', '131413.045000', '131413.047000', '131413.050000', '131413.053000', '131413.056000', '131413.059000', '131413.061000', '131413.064000', '131413.067000', '131413.070000', '131413.073000', '131413.075000', '131413.078000', '131413.081000', '131413.084000', '131413.087000', '131413.089000', '131413.092000', '131413.095000', '131413.098000', '131413.100000', '131413.103000', '131413.106000', '131413.109000', '131432.988000', '131432.991000', '131432.994000', '131432.996000', '131433.000000', '131433.003000', '131433.006000', '131433.008000', '131433.011000', '131433.014000', '131433.017000', '131433.019000', '131433.022000', '131433.025000', '131433.028000', '131433.031000', '131433.033000', '131433.036000', '131433.039000', '131433.042000', '131433.045000', '131433.047000', '131433.050000', '131433.053000', '131433.056000', '131433.058000', '131433.061000', '131433.064000', '131433.067000', '131433.069000', '131433.072000', '131433.075000', '131433.078000', '131433.081000', '131433.084000', '131433.086000', '131433.089000', '131433.092000', '131433.095000', '131433.097000', '131433.100000', '131433.103000', '131433.106000', '131452.988000', '131452.991000', '131452.994000', '131452.996000', '131453.000000', '131453.003000', '131453.006000', '131453.008000', '131453.011000', '131453.014000', '131453.017000', '131453.020000', '131453.022000', '131453.025000', '131453.028000', '131453.031000', '131453.034000', '131453.036000', '131453.039000', '131453.042000', '131453.045000', '131453.048000', '131453.050000', '131453.053000', '131453.056000', '131453.059000', '131453.061000', '131453.064000', '131453.067000', '131453.070000', '131453.072000', '131453.075000', '131453.078000', '131453.081000', '131453.084000', '131453.086000', '131453.089000', '131453.092000', '131453.095000', '131453.098000', '131453.100000', '131453.103000', '131453.106000', '131453.109000', '131512.988000', '131512.991000', '131512.994000', '131512.997000', '131513.001000', '131513.003000', '131513.006000', '131513.009000', '131513.012000', '131513.015000', '131513.018000', '131513.020000', '131513.023000', '131513.026000', '131513.029000', '131513.032000', '131513.034000', '131513.037000', '131513.040000', '131513.043000', '131513.046000', '131513.049000', '131513.052000', '131513.054000', '131513.057000', '131513.060000', '131513.063000', '131513.066000', '131513.068000', '131513.071000', '131513.075000', '131513.078000', '131513.081000', '131513.084000', '131513.087000', '131513.090000', '131513.093000', '131513.095000', '131513.098000', '131513.101000', '131513.104000', '131513.107000', '131513.109000', '131532.988000', '131532.991000', '131532.994000', '131532.996000', '131533.000000', '131533.003000', '131533.006000', '131533.009000', '131533.011000', '131533.014000', '131533.017000', '131533.020000', '131533.022000', '131533.025000', '131533.028000', '131533.044000', '131533.047000', '131533.050000', '131533.052000', '131533.055000', '131533.058000', '131533.061000', '131533.063000', '131533.066000', '131533.069000', '131533.072000', '131533.075000', '131533.077000', '131533.080000', '131533.083000', '131533.086000', '131533.089000', '131533.091000', '131533.094000', '131533.097000', '131533.100000', '131533.102000', '131533.105000', '131533.108000', '131533.111000', '131533.113000', '131533.116000', '131533.119000', '131533.122000', '131552.988000', '131552.991000', '131552.994000', '131552.996000', '131553.000000', '131553.003000', '131553.006000', '131553.009000', '131553.012000', '131553.014000', '131553.017000', '131553.020000', '131553.023000', '131553.025000', '131553.028000', '131553.031000', '131553.034000', '131553.037000', '131553.039000', '131553.042000', '131553.045000', '131553.048000', '131553.051000', '131553.054000', '131553.056000', '131553.059000', '131553.062000', '131553.065000', '131553.068000', '131553.070000', '131553.073000', '131553.076000', '131553.079000', '131553.081000', '131553.084000', '131553.087000', '131553.090000', '131553.092000', '131553.095000', '131553.098000', '131553.101000', '131553.104000', '131553.106000', '131612.988000', '131612.991000', '131612.994000', '131612.996000', '131613.000000', '131613.003000', '131613.006000', '131613.009000', '131613.011000', '131613.014000', '131613.017000', '131613.020000', '131613.022000', '131613.025000', '131613.028000', '131613.031000', '131613.034000', '131613.036000', '131613.039000', '131613.042000', '131613.045000', '131613.048000', '131613.051000', '131613.053000', '131613.056000', '131613.059000', '131613.062000', '131613.064000', '131613.067000', '131613.070000', '131613.073000', '131613.076000', '131613.078000', '131613.081000', '131613.084000', '131613.087000', '131613.090000', '131613.092000', '131613.095000', '131613.098000', '131613.101000', '131613.103000', '131613.106000', '131613.109000', '131632.988000', '131632.991000', '131632.994000', '131632.997000', '131633.000000', '131633.003000', '131633.006000', '131633.009000', '131633.011000', '131633.014000', '131633.017000', '131633.020000', '131633.023000', '131633.026000', '131633.028000', '131633.031000', '131633.034000', '131633.037000', '131633.040000', '131633.042000', '131633.045000', '131633.048000', '131633.051000', '131633.054000', '131633.056000', '131633.059000', '131633.062000', '131633.065000', '131633.068000', '131633.071000', '131633.074000', '131633.076000', '131633.079000', '131633.082000', '131633.085000', '131633.088000', '131633.090000', '131633.093000', '131633.096000', '131633.099000', '131633.102000', '131633.104000', '131633.107000', '131652.988000', '131652.991000', '131652.993000', '131652.996000', '131653.000000', '131653.003000', '131653.006000', '131653.008000', '131653.011000', '131653.014000', '131653.017000', '131653.020000', '131653.023000', '131653.025000', '131653.028000', '131653.031000', '131653.034000', '131653.036000', '131653.039000', '131653.042000', '131653.045000', '131653.048000', '131653.050000', '131653.053000', '131653.056000', '131653.059000', '131653.062000', '131653.065000', '131653.067000', '131653.070000', '131653.073000', '131653.076000', '131653.079000', '131653.082000', '131653.084000', '131653.087000', '131653.090000', '131653.093000', '131653.096000', '131653.098000', '131653.115000', '131653.118000', '131653.121000', '131653.124000', '131712.988000', '131712.991000', '131712.994000', '131712.996000', '131713.000000', '131713.003000', '131713.006000', '131713.009000', '131713.011000', '131713.014000', '131713.017000', '131713.020000', '131713.023000', '131713.025000', '131713.028000', '131713.031000', '131713.034000', '131713.037000', '131713.039000', '131713.042000', '131713.045000', '131713.048000', '131713.051000', '131713.053000', '131713.056000', '131713.059000', '131713.062000', '131713.065000', '131713.068000', '131713.070000', '131713.073000', '131713.076000', '131713.079000', '131713.081000', '131713.084000', '131713.087000', '131713.090000', '131713.093000', '131713.095000', '131713.098000', '131713.101000', '131713.104000', '131713.107000', '131732.988000', '131732.991000', '131732.994000', '131732.996000', '131733.000000', '131733.003000', '131733.006000', '131733.009000', '131733.012000', '131733.014000', '131733.017000', '131733.020000', '131733.023000', '131733.026000', '131733.028000', '131733.031000', '131733.034000', '131733.037000', '131733.040000', '131733.042000', '131733.045000', '131733.048000', '131733.051000', '131733.054000', '131733.056000', '131733.059000', '131733.062000', '131733.065000', '131733.068000', '131733.070000', '131733.073000', '131733.076000', '131733.079000', '131733.082000', '131733.084000', '131733.087000', '131733.090000', '131733.093000', '131733.096000', '131733.098000', '131733.101000', '131733.104000', '131733.107000', '131733.109000', '131752.988000', '131752.991000', '131752.994000', '131752.996000', '131753.000000', '131753.003000', '131753.006000', '131753.009000', '131753.012000', '131753.014000', '131753.017000', '131753.020000', '131753.023000', '131753.026000', '131753.028000', '131753.031000', '131753.034000', '131753.037000', '131753.039000', '131753.042000', '131753.045000', '131753.048000', '131753.051000', '131753.053000', '131753.056000', '131753.059000', '131753.062000', '131753.065000', '131753.067000', '131753.070000', '131753.073000', '131753.076000', '131753.079000', '131753.082000', '131753.084000', '131753.087000', '131753.090000', '131753.093000', '131753.096000', '131753.099000', '131753.101000', '131753.104000', '131753.107000', '131812.988000', '131812.991000', '131812.994000', '131812.997000', '131813.001000', '131813.004000', '131813.006000', '131813.009000', '131813.012000', '131813.015000', '131813.018000', '131813.021000', '131813.024000', '131813.026000', '131813.029000', '131813.032000', '131813.035000', '131813.038000', '131813.040000', '131813.043000', '131813.046000', '131813.049000', '131813.052000', '131813.055000', '131813.057000', '131813.060000', '131813.063000', '131813.066000', '131813.069000', '131813.072000', '131813.074000', '131813.077000', '131813.080000', '131813.083000', '131813.086000', '131813.088000', '131813.091000', '131813.094000', '131813.097000', '131813.100000', '131813.102000', '131813.105000', '131813.108000', '131832.988000', '131832.991000', '131832.994000', '131832.996000', '131833.000000', '131833.003000', '131833.006000', '131833.029000', '131833.032000', '131833.035000', '131833.038000', '131833.040000', '131833.043000', '131833.046000', '131833.049000', '131833.052000', '131833.054000', '131833.057000', '131833.060000', '131833.063000', '131833.066000', '131833.068000', '131833.071000', '131833.074000', '131833.077000', '131833.080000', '131833.082000', '131833.085000', '131833.088000', '131833.091000', '131833.094000', '131833.096000', '131833.099000', '131833.102000', '131833.105000', '131833.108000', '131833.110000', '131833.113000', '131833.116000', '131833.119000', '131833.122000', '131833.132000', '131833.135000', '131833.138000', '131852.988000', '131852.991000', '131852.994000', '131852.997000', '131853.000000', '131853.003000', '131853.006000', '131853.009000', '131853.012000', '131853.015000', '131853.018000', '131853.021000', '131853.024000', '131853.027000', '131853.030000', '131853.032000', '131853.035000', '131853.038000', '131853.041000', '131853.044000', '131853.047000', '131853.049000', '131853.052000', '131853.055000', '131853.058000', '131853.061000', '131853.063000', '131853.066000', '131853.069000', '131853.072000', '131853.075000', '131853.078000', '131853.080000', '131853.083000', '131853.086000', '131853.089000', '131853.092000', '131853.095000', '131853.097000', '131853.100000', '131853.103000', '131853.106000', '131853.109000', '131912.988000', '131912.991000', '131912.994000', '131912.996000', '131913.000000', '131913.003000', '131913.006000', '131913.009000', '131913.012000', '131913.015000', '131913.017000', '131913.020000', '131913.023000', '131913.026000', '131913.029000', '131913.031000', '131913.034000', '131913.039000', '131913.041000', '131913.044000', '131913.047000', '131913.050000', '131913.053000', '131913.056000', '131913.058000', '131913.077000', '131913.080000', '131913.082000', '131913.085000', '131913.088000', '131913.091000', '131913.094000', '131913.096000', '131913.099000', '131913.102000', '131913.105000', '131913.108000', '131913.111000', '131913.113000', '131913.116000', '131913.119000', '131913.122000', '131913.125000', '131913.127000', '131932.988000', '131932.991000', '131932.994000', '131932.996000', '131933.000000', '131933.003000', '131933.006000', '131933.009000', '131933.012000', '131933.014000', '131933.017000', '131933.020000', '131933.023000', '131933.026000', '131933.029000', '131933.031000', '131933.034000', '131933.037000', '131933.040000', '131933.043000', '131933.046000', '131933.048000', '131933.051000', '131933.054000', '131933.057000', '131933.060000', '131933.062000', '131933.065000', '131933.068000', '131933.071000', '131933.073000', '131933.076000', '131933.079000', '131933.082000', '131933.085000', '131933.087000', '131933.090000', '131933.093000', '131933.096000', '131933.099000', '131933.101000', '131933.104000', '131933.107000', '131944.128000', '131944.131000', '131944.134000', '131944.137000', '131944.140000', '131944.143000', '131944.146000', '131944.149000', '131944.152000', '131944.155000', '131944.158000', '131944.160000', '131944.163000', '131944.166000', '131944.169000', '131944.172000', '131944.175000', '131944.178000', '131944.181000', '131944.184000', '131944.187000', '131944.189000', '131944.192000', '131944.195000', '131944.198000'], 'InstanceCreationTime': ['131313.020000', '131313.023000', '131313.026000', '131313.029000', '131313.032000', '131313.035000', '131313.037000', '131313.040000', '131313.043000', '131313.057000', '131313.060000', '131313.063000', '131313.065000', '131313.068000', '131313.071000', '131313.074000', '131313.077000', '131313.081000', '131313.084000', '131313.087000', '131313.090000', '131332.988000', '131332.991000', '131332.994000', '131332.996000', '131333.000000', '131333.005000', '131333.008000', '131333.010000', '131333.013000', '131333.016000', '131333.019000', '131333.021000', '131333.024000', '131333.027000', '131333.030000', '131333.032000', '131333.035000', '131333.038000', '131333.041000', '131333.043000', '131333.046000', '131333.049000', '131333.052000', '131333.055000', '131333.057000', '131333.060000', '131333.063000', '131333.066000', '131333.069000', '131333.071000', '131333.074000', '131333.077000', '131333.080000', '131333.082000', '131333.088000', '131333.090000', '131333.093000', '131333.096000', '131333.099000', '131333.101000', '131333.104000', '131333.107000', '131333.110000', '131333.113000', '131352.988000', '131352.991000', '131352.993000', '131352.996000', '131353.000000', '131353.003000', '131353.006000', '131353.008000', '131353.011000', '131353.014000', '131353.017000', '131353.020000', '131353.022000', '131353.025000', '131353.028000', '131353.031000', '131353.034000', '131353.038000', '131353.051000', '131353.054000', '131353.057000', '131353.060000', '131353.063000', '131353.065000', '131353.068000', '131353.071000', '131353.074000', '131353.076000', '131353.079000', '131353.082000', '131353.085000', '131353.088000', '131353.091000', '131353.093000', '131353.096000', '131353.101000', '131353.105000', '131353.108000', '131353.111000', '131353.114000', '131353.117000', '131353.119000', '131353.122000', '131412.988000', '131412.991000', '131412.993000', '131412.996000', '131413.000000', '131413.003000', '131413.006000', '131413.008000', '131413.011000', '131413.014000', '131413.017000', '131413.019000', '131413.022000', '131413.025000', '131413.028000', '131413.030000', '131413.033000', '131413.036000', '131413.039000', '131413.042000', '131413.045000', '131413.047000', '131413.050000', '131413.053000', '131413.056000', '131413.059000', '131413.061000', '131413.064000', '131413.067000', '131413.070000', '131413.073000', '131413.075000', '131413.078000', '131413.081000', '131413.084000', '131413.087000', '131413.089000', '131413.092000', '131413.095000', '131413.098000', '131413.100000', '131413.103000', '131413.106000', '131413.109000', '131432.988000', '131432.991000', '131432.994000', '131432.996000', '131433.000000', '131433.003000', '131433.006000', '131433.008000', '131433.011000', '131433.014000', '131433.017000', '131433.019000', '131433.022000', '131433.025000', '131433.028000', '131433.031000', '131433.033000', '131433.036000', '131433.039000', '131433.042000', '131433.045000', '131433.047000', '131433.050000', '131433.053000', '131433.056000', '131433.058000', '131433.061000', '131433.064000', '131433.067000', '131433.069000', '131433.072000', '131433.075000', '131433.078000', '131433.081000', '131433.084000', '131433.086000', '131433.089000', '131433.092000', '131433.095000', '131433.097000', '131433.100000', '131433.103000', '131433.106000', '131452.988000', '131452.991000', '131452.994000', '131452.996000', '131453.000000', '131453.003000', '131453.006000', '131453.008000', '131453.011000', '131453.014000', '131453.017000', '131453.020000', '131453.022000', '131453.025000', '131453.028000', '131453.031000', '131453.034000', '131453.036000', '131453.039000', '131453.042000', '131453.045000', '131453.048000', '131453.050000', '131453.053000', '131453.056000', '131453.059000', '131453.061000', '131453.064000', '131453.067000', '131453.070000', '131453.072000', '131453.075000', '131453.078000', '131453.081000', '131453.084000', '131453.086000', '131453.089000', '131453.092000', '131453.095000', '131453.098000', '131453.100000', '131453.103000', '131453.106000', '131453.109000', '131512.988000', '131512.991000', '131512.994000', '131512.997000', '131513.001000', '131513.003000', '131513.006000', '131513.009000', '131513.012000', '131513.015000', '131513.018000', '131513.020000', '131513.023000', '131513.026000', '131513.029000', '131513.032000', '131513.034000', '131513.037000', '131513.040000', '131513.043000', '131513.046000', '131513.049000', '131513.052000', '131513.054000', '131513.057000', '131513.060000', '131513.063000', '131513.066000', '131513.068000', '131513.071000', '131513.075000', '131513.078000', '131513.081000', '131513.084000', '131513.087000', '131513.090000', '131513.093000', '131513.095000', '131513.098000', '131513.101000', '131513.104000', '131513.107000', '131513.109000', '131532.988000', '131532.991000', '131532.994000', '131532.996000', '131533.000000', '131533.003000', '131533.006000', '131533.009000', '131533.011000', '131533.014000', '131533.017000', '131533.020000', '131533.022000', '131533.025000', '131533.028000', '131533.044000', '131533.047000', '131533.050000', '131533.052000', '131533.055000', '131533.058000', '131533.061000', '131533.063000', '131533.066000', '131533.069000', '131533.072000', '131533.075000', '131533.077000', '131533.080000', '131533.083000', '131533.086000', '131533.089000', '131533.091000', '131533.094000', '131533.097000', '131533.100000', '131533.102000', '131533.105000', '131533.108000', '131533.111000', '131533.113000', '131533.116000', '131533.119000', '131533.122000', '131552.988000', '131552.991000', '131552.994000', '131552.996000', '131553.000000', '131553.003000', '131553.006000', '131553.009000', '131553.012000', '131553.014000', '131553.017000', '131553.020000', '131553.023000', '131553.025000', '131553.028000', '131553.031000', '131553.034000', '131553.037000', '131553.039000', '131553.042000', '131553.045000', '131553.048000', '131553.051000', '131553.054000', '131553.056000', '131553.059000', '131553.062000', '131553.065000', '131553.068000', '131553.070000', '131553.073000', '131553.076000', '131553.079000', '131553.081000', '131553.084000', '131553.087000', '131553.090000', '131553.092000', '131553.095000', '131553.098000', '131553.101000', '131553.104000', '131553.106000', '131612.988000', '131612.991000', '131612.994000', '131612.996000', '131613.000000', '131613.003000', '131613.006000', '131613.009000', '131613.011000', '131613.014000', '131613.017000', '131613.020000', '131613.022000', '131613.025000', '131613.028000', '131613.031000', '131613.034000', '131613.036000', '131613.039000', '131613.042000', '131613.045000', '131613.048000', '131613.051000', '131613.053000', '131613.056000', '131613.059000', '131613.062000', '131613.064000', '131613.067000', '131613.070000', '131613.073000', '131613.076000', '131613.078000', '131613.081000', '131613.084000', '131613.087000', '131613.090000', '131613.092000', '131613.095000', '131613.098000', '131613.101000', '131613.103000', '131613.106000', '131613.109000', '131632.988000', '131632.991000', '131632.994000', '131632.997000', '131633.000000', '131633.003000', '131633.006000', '131633.009000', '131633.011000', '131633.014000', '131633.017000', '131633.020000', '131633.023000', '131633.026000', '131633.028000', '131633.031000', '131633.034000', '131633.037000', '131633.040000', '131633.042000', '131633.045000', '131633.048000', '131633.051000', '131633.054000', '131633.056000', '131633.059000', '131633.062000', '131633.065000', '131633.068000', '131633.071000', '131633.074000', '131633.076000', '131633.079000', '131633.082000', '131633.085000', '131633.088000', '131633.090000', '131633.093000', '131633.096000', '131633.099000', '131633.102000', '131633.104000', '131633.107000', '131652.988000', '131652.991000', '131652.993000', '131652.996000', '131653.000000', '131653.003000', '131653.006000', '131653.008000', '131653.011000', '131653.014000', '131653.017000', '131653.020000', '131653.023000', '131653.025000', '131653.028000', '131653.031000', '131653.034000', '131653.036000', '131653.039000', '131653.042000', '131653.045000', '131653.048000', '131653.050000', '131653.053000', '131653.056000', '131653.059000', '131653.062000', '131653.065000', '131653.067000', '131653.070000', '131653.073000', '131653.076000', '131653.079000', '131653.082000', '131653.084000', '131653.087000', '131653.090000', '131653.093000', '131653.096000', '131653.098000', '131653.115000', '131653.118000', '131653.121000', '131653.124000', '131712.988000', '131712.991000', '131712.994000', '131712.996000', '131713.000000', '131713.003000', '131713.006000', '131713.009000', '131713.011000', '131713.014000', '131713.017000', '131713.020000', '131713.023000', '131713.025000', '131713.028000', '131713.031000', '131713.034000', '131713.037000', '131713.039000', '131713.042000', '131713.045000', '131713.048000', '131713.051000', '131713.053000', '131713.056000', '131713.059000', '131713.062000', '131713.065000', '131713.068000', '131713.070000', '131713.073000', '131713.076000', '131713.079000', '131713.081000', '131713.084000', '131713.087000', '131713.090000', '131713.093000', '131713.095000', '131713.098000', '131713.101000', '131713.104000', '131713.107000', '131732.988000', '131732.991000', '131732.994000', '131732.996000', '131733.000000', '131733.003000', '131733.006000', '131733.009000', '131733.012000', '131733.014000', '131733.017000', '131733.020000', '131733.023000', '131733.026000', '131733.028000', '131733.031000', '131733.034000', '131733.037000', '131733.040000', '131733.042000', '131733.045000', '131733.048000', '131733.051000', '131733.054000', '131733.056000', '131733.059000', '131733.062000', '131733.065000', '131733.068000', '131733.070000', '131733.073000', '131733.076000', '131733.079000', '131733.082000', '131733.084000', '131733.087000', '131733.090000', '131733.093000', '131733.096000', '131733.098000', '131733.101000', '131733.104000', '131733.107000', '131733.109000', '131752.988000', '131752.991000', '131752.994000', '131752.996000', '131753.000000', '131753.003000', '131753.006000', '131753.009000', '131753.012000', '131753.014000', '131753.017000', '131753.020000', '131753.023000', '131753.026000', '131753.028000', '131753.031000', '131753.034000', '131753.037000', '131753.039000', '131753.042000', '131753.045000', '131753.048000', '131753.051000', '131753.053000', '131753.056000', '131753.059000', '131753.062000', '131753.065000', '131753.067000', '131753.070000', '131753.073000', '131753.076000', '131753.079000', '131753.082000', '131753.084000', '131753.087000', '131753.090000', '131753.093000', '131753.096000', '131753.099000', '131753.101000', '131753.104000', '131753.107000', '131812.988000', '131812.991000', '131812.994000', '131812.997000', '131813.001000', '131813.004000', '131813.006000', '131813.009000', '131813.012000', '131813.015000', '131813.018000', '131813.021000', '131813.024000', '131813.026000', '131813.029000', '131813.032000', '131813.035000', '131813.038000', '131813.040000', '131813.043000', '131813.046000', '131813.049000', '131813.052000', '131813.055000', '131813.057000', '131813.060000', '131813.063000', '131813.066000', '131813.069000', '131813.072000', '131813.074000', '131813.077000', '131813.080000', '131813.083000', '131813.086000', '131813.088000', '131813.091000', '131813.094000', '131813.097000', '131813.100000', '131813.102000', '131813.105000', '131813.108000', '131832.988000', '131832.991000', '131832.994000', '131832.996000', '131833.000000', '131833.003000', '131833.006000', '131833.029000', '131833.032000', '131833.035000', '131833.038000', '131833.040000', '131833.043000', '131833.046000', '131833.049000', '131833.052000', '131833.054000', '131833.057000', '131833.060000', '131833.063000', '131833.066000', '131833.068000', '131833.071000', '131833.074000', '131833.077000', '131833.080000', '131833.082000', '131833.085000', '131833.088000', '131833.091000', '131833.094000', '131833.096000', '131833.099000', '131833.102000', '131833.105000', '131833.108000', '131833.110000', '131833.113000', '131833.116000', '131833.119000', '131833.122000', '131833.132000', '131833.135000', '131833.138000', '131852.988000', '131852.991000', '131852.994000', '131852.997000', '131853.000000', '131853.003000', '131853.006000', '131853.009000', '131853.012000', '131853.015000', '131853.018000', '131853.021000', '131853.024000', '131853.027000', '131853.030000', '131853.032000', '131853.035000', '131853.038000', '131853.041000', '131853.044000', '131853.047000', '131853.049000', '131853.052000', '131853.055000', '131853.058000', '131853.061000', '131853.063000', '131853.066000', '131853.069000', '131853.072000', '131853.075000', '131853.078000', '131853.080000', '131853.083000', '131853.086000', '131853.089000', '131853.092000', '131853.095000', '131853.097000', '131853.100000', '131853.103000', '131853.106000', '131853.109000', '131912.988000', '131912.991000', '131912.994000', '131912.996000', '131913.000000', '131913.003000', '131913.006000', '131913.009000', '131913.012000', '131913.015000', '131913.017000', '131913.020000', '131913.023000', '131913.026000', '131913.029000', '131913.031000', '131913.034000', '131913.039000', '131913.041000', '131913.044000', '131913.047000', '131913.050000', '131913.053000', '131913.056000', '131913.058000', '131913.077000', '131913.080000', '131913.082000', '131913.085000', '131913.088000', '131913.091000', '131913.094000', '131913.096000', '131913.099000', '131913.102000', '131913.105000', '131913.108000', '131913.111000', '131913.113000', '131913.116000', '131913.119000', '131913.122000', '131913.125000', '131913.127000', '131932.988000', '131932.991000', '131932.994000', '131932.996000', '131933.000000', '131933.003000', '131933.006000', '131933.009000', '131933.012000', '131933.014000', '131933.017000', '131933.020000', '131933.023000', '131933.026000', '131933.029000', '131933.031000', '131933.034000', '131933.037000', '131933.040000', '131933.043000', '131933.046000', '131933.048000', '131933.051000', '131933.054000', '131933.057000', '131933.060000', '131933.062000', '131933.065000', '131933.068000', '131933.071000', '131933.073000', '131933.076000', '131933.079000', '131933.082000', '131933.085000', '131933.087000', '131933.090000', '131933.093000', '131933.096000', '131933.099000', '131933.101000', '131933.104000', '131933.107000', '131944.128000', '131944.131000', '131944.134000', '131944.137000', '131944.140000', '131944.143000', '131944.146000', '131944.149000', '131944.152000', '131944.155000', '131944.158000', '131944.160000', '131944.163000', '131944.166000', '131944.169000', '131944.172000', '131944.175000', '131944.178000', '131944.181000', '131944.184000', '131944.187000', '131944.189000', '131944.192000', '131944.195000', '131944.198000'], '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': [14179, 9641, 10295, 13487, 10144, 10418, 10461, 11382, 9121, 10038, 11608, 11792, 9437, 10100, 10310, 13132, 10411, 9388, 10093, 11996, 10442, 9349, 10114, 11511, 12170, 9954, 9878, 10226, 11498, 12850, 10000, 10427, 11793, 12575, 9894, 11783, 15760, 12897, 10601, 14414, 13090, 10046, 10550, 10589, 12906, 9333, 10441, 10885, 13169, 9480, 10866, 13084, 10657, 10804, 10726, 13287, 10199, 10357, 10342, 12847, 9879, 9436, 10301, 12506, 11101, 9338, 10917, 12424, 11369, 9574, 9531, 10209, 10628, 11247, 10026, 9878, 9716, 13574, 11050, 10261, 14167, 10352, 14024, 12098, 10653, 14379, 10284, 11354, 12516, 9959, 12300, 12934, 10079, 12436, 11682, 10154, 13627, 10195, 14038, 10222, 12072, 10699, 10280, 13736, 10547, 14022, 10280, 14389, 9615, 9727, 12236, 9771, 9651, 10787, 9853, 13198, 9860, 9672, 10762, 10113, 12821, 10104, 12874, 10644, 11009, 12643, 10124, 13975, 9816, 12177, 11605, 9982, 13842, 10162, 10374, 12741, 10171, 11661, 10145, 10056, 12875, 9808, 10736, 12235, 10470, 13645, 10214, 12030, 12228, 10613, 13381, 10203, 12761, 10346, 9910, 12555, 9755, 9955, 11972, 10127, 13327, 10325, 13718, 10301, 14015, 10088, 14161, 10051, 14495, 9645, 9714, 10240, 9977, 9455, 10272, 9898, 12983, 9974, 13113, 9925, 13746, 10170, 13769, 9972, 13139, 10272, 10406, 9866, 10168, 12311, 10092, 13008, 9545, 9825, 11613, 10458, 13079, 10164, 13751, 9921, 13520, 10262, 13491, 10253, 13453, 10425, 10668, 10819, 10080, 12641, 9420, 10089, 12333, 10383, 13373, 10425, 13172, 10316, 13377, 10387, 14158, 10223, 14061, 9966, 13345, 9778, 11430, 10513, 9614, 12642, 9910, 13139, 10030, 13453, 9901, 13641, 9896, 14321, 9902, 13782, 9956, 13062, 9833, 11173, 9797, 10583, 9828, 10195, 9947, 10728, 9938, 10624, 9590, 9690, 9917, 9875, 12190, 9663, 13229, 9948, 10986, 9967, 9797, 10403, 10228, 12220, 10023, 11990, 9806, 12959, 9928, 10156, 11975, 10081, 13097, 10164, 13241, 9987, 13887, 10172, 13717, 10321, 14096, 10039, 14447, 10055, 14430, 9806, 12242, 9620, 9650, 11893, 10007, 13211, 10040, 12946, 9960, 13300, 9917, 13280, 10303, 13130, 10271, 13338, 10244, 12752, 9943, 12255, 10008, 10160, 9807, 10222, 11432, 10328, 12695, 10330, 13365, 10149, 12866, 9895, 12403, 10116, 12965, 9817, 11330, 10024, 10869, 10150, 12756, 10178, 14117, 10135, 14299, 10174, 14072, 10032, 13653, 10021, 10633, 10189, 10192, 12290, 10214, 12773, 10430, 12793, 10415, 12965, 10212, 11816, 10118, 11646, 9502, 11711, 10112, 12859, 9508, 9877, 12025, 9958, 12385, 10058, 12502, 10366, 12928, 10249, 12779, 10025, 12660, 9923, 13020, 9788, 12380, 9956, 11744, 10125, 12366, 9910, 12916, 10123, 14442, 9759, 14506, 9785, 13157, 9894, 9706, 10009, 10053, 10196, 9977, 10264, 10007, 10501, 9983, 10241, 10716, 10110, 11912, 10082, 12480, 10135, 11372, 10802, 9758, 11186, 10195, 12703, 10032, 12762, 10199, 12935, 10356, 12698, 10222, 12729, 9990, 11863, 11001, 9925, 11899, 9974, 11425, 9721, 10557, 10091, 11595, 10216, 13841, 10218, 14131, 10023, 13879, 9874, 12474, 10128, 12885, 10196, 10147, 9758, 10296, 10012, 10187, 11133, 10017, 11386, 9911, 12351, 10139, 13200, 10247, 13412, 10173, 13742, 10291, 13412, 10272, 13381, 10347, 12874, 10199, 13691, 10054, 10139, 10269, 10199, 10270, 9997, 11022, 9972, 12196, 9801, 12606, 10009, 13189, 10347, 13689, 10106, 14144, 10138, 14812, 10067, 14662, 9999, 14348, 9975, 12846, 9437, 9566, 10465, 10016, 11910, 10114, 12511, 10175, 12893, 10204, 13333, 10324, 13668, 9964, 12933, 10006, 13381, 10167, 13627, 10508, 13158, 10508, 13254, 10286, 10580, 9005, 10189, 10970, 10175, 10487, 10267, 10363, 10146, 10813, 10247, 10703, 11059, 10284, 12534, 10198, 13052, 10244, 13386, 10399, 14137, 10209, 14322, 10167, 13870, 10294, 13428, 10052, 13319, 10301, 13401, 10446, 13834, 10357, 13586, 10297, 13269, 10262, 12769, 9907, 13046, 9926, 13416, 10010, 14251, 10135, 14231, 10269, 13809, 10284, 13041, 10224, 12537, 9865, 12913, 10063, 12563, 9767, 9787, 9983, 10978, 10051, 13961, 10296, 14791, 10164, 13970, 9968, 12796, 10077, 12744, 10405, 13044, 10372, 13013, 10290, 12831, 10095, 12404, 10147, 10040, 9633, 10366, 11674, 10432, 12841, 10345, 12597, 9983, 12606, 10375, 12676, 10502, 12699, 10492, 12686, 10465, 12731, 10395, 13104, 10118, 12066, 10247, 12290, 10246, 12983, 10216, 12835, 10326, 13156, 10509, 13129, 10347, 12969, 10324, 13484, 10237, 12055, 10145, 12531, 9937, 13407, 10198, 12652, 9924, 10724, 9869, 11680, 10185, 12734, 9977, 13866, 10427, 14575, 10491, 14401, 10106, 14330, 10401, 14000, 10405, 13159, 10275, 12666, 10470, 13117, 9775, 12467, 9828, 9758, 10027, 10002, 10080, 11856, 10311, 13971, 10006, 13505, 10326, 12880, 10529, 13050, 10218, 10943, 10161, 10180, 10020, 13052, 10089, 13392, 10162, 13439, 10308, 12988, 10216, 11902, 10196, 11566, 9961, 13231, 10319, 12941, 10446, 13390, 10602, 13257, 10375, 12848, 10250, 13118, 10285, 12847, 10249, 12859, 10255, 12755, 10160, 12303, 10286, 12953, 10234, 13038, 10268, 13333, 10246, 13711, 10241, 11915, 10242, 10502, 10170, 10313, 10092, 10151, 9972, 10825, 9992, 12663, 10357, 10143, 10368, 10271, 10219, 10336, 10056, 13582, 10061, 13872, 10546, 13416, 10445, 13743, 10698, 13394, 10782, 12921, 10255, 10415, 10627, 9664, 9467, 11374, 10186, 12606, 10487, 11512, 10437, 11529, 10168, 11016, 10215, 10524, 10215, 10215, 10865, 10258, 11151, 10301, 10363, 9735, 9902, 10670, 10263, 12439, 10343, 13137, 10545, 12519, 10530, 13016, 10301, 12557, 10117, 12402, 10504, 12731, 10270, 12311, 10308, 14200, 10012, 11903, 10247, 9837, 10554, 10539, 12395, 10459, 12662, 10405, 13038, 10256, 12753, 10163, 12573, 10229, 10594, 10121, 10742, 9838, 11363, 10116, 13220, 10227, 12680, 10065, 13146, 10579, 12838, 10505, 12868, 10260, 12699, 10134, 12198, 10382, 11903, 10361, 12900, 10481, 13785, 10433, 13162, 10303, 13377, 9924, 10178, 10849, 10076, 11643, 10136, 12305, 10231, 12076, 10366, 12053, 10359, 12110, 10357, 11106, 10617, 10373, 10543, 10264, 10091, 11178, 10003, 12790, 10188, 12692, 10323, 12476, 10471, 13051, 10444, 12262, 10317, 10459, 10176, 10774, 10403], 'WindowCenter': [4483.0, 4416.0, 4412.0, 4439.0, 4395.0, 4403.0, 4392.0, 4413.0, 4397.0, 4407.0, 4426.0, 4415.0, 4382.0, 4390.0, 4392.0, 4422.0, 4401.0, 4384.0, 4403.0, 4413.0, 4405.0, 4396.0, 4418.0, 4429.0, 4437.0, 4395.0, 4393.0, 4391.0, 4412.0, 4423.0, 4393.0, 4404.0, 4413.0, 4422.0, 4394.0, 4412.0, 4431.0, 4399.0, 4378.0, 4421.0, 4408.0, 4370.0, 4378.0, 4376.0, 4395.0, 4356.0, 4378.0, 4387.0, 4408.0, 4369.0, 4388.0, 4409.0, 4389.0, 4389.0, 4390.0, 4408.0, 4391.0, 4406.0, 4393.0, 4411.0, 4378.0, 4369.0, 4388.0, 4424.0, 4412.0, 4394.0, 4392.0, 4439.0, 4426.0, 4407.0, 4420.0, 4428.0, 4429.0, 4428.0, 4404.0, 4404.0, 4393.0, 4433.0, 4413.0, 4416.0, 4445.0, 4405.0, 4445.0, 4425.0, 4402.0, 4434.0, 4403.0, 4427.0, 4437.0, 4405.0, 4412.0, 4409.0, 4379.0, 4397.0, 4399.0, 4378.0, 4419.0, 4380.0, 4419.0, 4390.0, 4399.0, 4390.0, 4378.0, 4419.0, 4379.0, 4417.0, 4391.0, 4433.0, 4383.0, 4381.0, 4411.0, 4391.0, 4381.0, 4389.0, 4380.0, 4423.0, 4392.0, 4383.0, 4404.0, 4402.0, 4436.0, 4416.0, 4434.0, 4415.0, 4404.0, 4423.0, 4406.0, 4435.0, 4396.0, 4423.0, 4401.0, 4391.0, 4432.0, 4404.0, 4402.0, 4422.0, 4404.0, 4414.0, 4405.0, 4416.0, 4436.0, 4421.0, 4417.0, 4438.0, 4415.0, 4435.0, 4405.0, 4422.0, 4424.0, 4392.0, 4446.0, 4416.0, 4434.0, 4404.0, 4394.0, 4412.0, 4381.0, 4380.0, 4409.0, 4391.0, 4421.0, 4392.0, 4421.0, 4390.0, 4420.0, 4391.0, 4418.0, 4380.0, 4418.0, 4370.0, 4381.0, 4390.0, 4393.0, 4380.0, 4393.0, 4393.0, 4421.0, 4394.0, 4422.0, 4393.0, 4433.0, 4406.0, 4432.0, 4393.0, 4420.0, 4391.0, 4404.0, 4418.0, 4417.0, 4425.0, 4405.0, 4423.0, 4393.0, 4392.0, 4427.0, 4402.0, 4434.0, 4392.0, 4433.0, 4396.0, 4436.0, 4406.0, 4433.0, 4417.0, 4435.0, 4414.0, 4403.0, 4426.0, 4417.0, 4447.0, 4406.0, 4417.0, 4436.0, 4405.0, 4436.0, 4392.0, 4422.0, 4389.0, 4421.0, 4379.0, 4419.0, 4392.0, 4433.0, 4392.0, 4423.0, 4380.0, 4399.0, 4389.0, 4378.0, 4409.0, 4391.0, 4420.0, 4392.0, 4422.0, 4392.0, 4421.0, 4393.0, 4422.0, 4392.0, 4432.0, 4392.0, 4420.0, 4380.0, 4387.0, 4393.0, 4390.0, 4391.0, 4389.0, 4393.0, 4389.0, 4406.0, 4415.0, 4397.0, 4394.0, 4392.0, 4390.0, 4423.0, 4392.0, 4434.0, 4431.0, 4426.0, 4419.0, 4418.0, 4430.0, 4429.0, 4464.0, 4431.0, 4440.0, 4418.0, 4439.0, 4405.0, 4404.0, 4415.0, 4392.0, 4425.0, 4406.0, 4424.0, 4393.0, 4421.0, 4392.0, 4421.0, 4390.0, 4420.0, 4379.0, 4418.0, 4379.0, 4430.0, 4392.0, 4411.0, 4380.0, 4379.0, 4397.0, 4378.0, 4408.0, 4391.0, 4433.0, 4405.0, 4422.0, 4392.0, 4433.0, 4404.0, 4423.0, 4407.0, 4446.0, 4418.0, 4434.0, 4406.0, 4411.0, 4405.0, 4416.0, 4404.0, 4402.0, 4425.0, 4403.0, 4436.0, 4404.0, 4449.0, 4429.0, 4447.0, 4405.0, 4424.0, 4392.0, 4421.0, 4391.0, 4402.0, 4405.0, 4403.0, 4406.0, 4421.0, 4402.0, 4432.0, 4402.0, 4430.0, 4391.0, 4420.0, 4394.0, 4433.0, 4394.0, 4404.0, 4390.0, 4389.0, 4411.0, 4391.0, 4423.0, 4401.0, 4424.0, 4391.0, 4448.0, 4403.0, 4423.0, 4392.0, 4415.0, 4381.0, 4423.0, 4403.0, 4434.0, 4393.0, 4394.0, 4424.0, 4404.0, 4439.0, 4394.0, 4425.0, 4417.0, 4435.0, 4405.0, 4447.0, 4405.0, 4435.0, 4404.0, 4421.0, 4391.0, 4411.0, 4394.0, 4410.0, 4392.0, 4410.0, 4392.0, 4409.0, 4391.0, 4432.0, 4394.0, 4432.0, 4381.0, 4397.0, 4368.0, 4368.0, 4379.0, 4379.0, 4391.0, 4379.0, 4391.0, 4378.0, 4391.0, 4378.0, 4390.0, 4388.0, 4389.0, 4399.0, 4393.0, 4411.0, 4391.0, 4388.0, 4389.0, 4366.0, 4385.0, 4379.0, 4408.0, 4379.0, 4420.0, 4391.0, 4422.0, 4391.0, 4423.0, 4392.0, 4423.0, 4381.0, 4413.0, 4404.0, 4394.0, 4401.0, 4380.0, 4387.0, 4370.0, 4387.0, 4391.0, 4399.0, 4390.0, 4420.0, 4391.0, 4422.0, 4392.0, 4432.0, 4404.0, 4424.0, 4416.0, 4435.0, 4416.0, 4402.0, 4407.0, 4404.0, 4416.0, 4431.0, 4442.0, 4422.0, 4439.0, 4407.0, 4426.0, 4406.0, 4436.0, 4408.0, 4435.0, 4405.0, 4435.0, 4405.0, 4424.0, 4393.0, 4435.0, 4416.0, 4435.0, 4404.0, 4420.0, 4392.0, 4389.0, 4417.0, 4402.0, 4405.0, 4390.0, 4417.0, 4419.0, 4438.0, 4405.0, 4424.0, 4393.0, 4424.0, 4405.0, 4421.0, 4392.0, 4420.0, 4392.0, 4421.0, 4382.0, 4433.0, 4393.0, 4431.0, 4380.0, 4397.0, 4367.0, 4364.0, 4378.0, 4377.0, 4399.0, 4388.0, 4410.0, 4390.0, 4411.0, 4393.0, 4421.0, 4391.0, 4421.0, 4393.0, 4422.0, 4380.0, 4407.0, 4378.0, 4421.0, 4389.0, 4419.0, 4390.0, 4422.0, 4388.0, 4403.0, 4396.0, 4414.0, 4413.0, 4429.0, 4415.0, 4417.0, 4403.0, 4405.0, 4416.0, 4418.0, 4430.0, 4417.0, 4403.0, 4422.0, 4403.0, 4423.0, 4403.0, 4422.0, 4394.0, 4422.0, 4392.0, 4431.0, 4390.0, 4421.0, 4404.0, 4423.0, 4380.0, 4396.0, 4365.0, 4396.0, 4378.0, 4417.0, 4389.0, 4419.0, 4391.0, 4421.0, 4404.0, 4437.0, 4409.0, 4434.0, 4394.0, 4421.0, 4381.0, 4420.0, 4392.0, 4419.0, 4379.0, 4409.0, 4378.0, 4408.0, 4390.0, 4422.0, 4392.0, 4409.0, 4379.0, 4407.0, 4390.0, 4380.0, 4393.0, 4400.0, 4392.0, 4420.0, 4392.0, 4431.0, 4390.0, 4432.0, 4394.0, 4411.0, 4379.0, 4424.0, 4390.0, 4408.0, 4390.0, 4408.0, 4391.0, 4435.0, 4417.0, 4436.0, 4405.0, 4392.0, 4394.0, 4403.0, 4426.0, 4402.0, 4435.0, 4394.0, 4438.0, 4406.0, 4436.0, 4403.0, 4424.0, 4401.0, 4421.0, 4391.0, 4421.0, 4391.0, 4421.0, 4390.0, 4435.0, 4406.0, 4425.0, 4392.0, 4409.0, 4378.0, 4407.0, 4390.0, 4410.0, 4394.0, 4421.0, 4392.0, 4420.0, 4390.0, 4410.0, 4381.0, 4423.0, 4393.0, 4412.0, 4392.0, 4408.0, 4379.0, 4408.0, 4379.0, 4408.0, 4380.0, 4388.0, 4391.0, 4401.0, 4392.0, 4411.0, 4393.0, 4420.0, 4391.0, 4419.0, 4401.0, 4434.0, 4392.0, 4419.0, 4401.0, 4418.0, 4389.0, 4408.0, 4389.0, 4408.0, 4401.0, 4436.0, 4408.0, 4424.0, 4393.0, 4382.0, 4394.0, 4393.0, 4404.0, 4412.0, 4418.0, 4434.0, 4393.0, 4420.0, 4416.0, 4435.0, 4404.0, 4422.0, 4392.0, 4391.0, 4390.0, 4392.0, 4405.0, 4422.0, 4404.0, 4424.0, 4393.0, 4423.0, 4392.0, 4424.0, 4404.0, 4414.0, 4390.0, 4402.0, 4378.0, 4408.0, 4376.0, 4396.0, 4387.0, 4420.0, 4403.0, 4421.0, 4390.0, 4420.0, 4391.0, 4438.0, 4394.0, 4422.0, 4390.0, 4410.0, 4379.0, 4410.0, 4392.0, 4400.0, 4382.0, 4398.0, 4366.0, 4394.0, 4365.0, 4395.0, 4364.0, 4395.0, 4363.0, 4385.0, 4363.0, 4375.0, 4364.0, 4376.0, 4376.0, 4391.0, 4391.0, 4398.0, 4378.0, 4409.0, 4389.0, 4390.0, 4403.0, 4404.0, 4405.0, 4393.0, 4395.0, 4421.0, 4392.0, 4437.0, 4416.0, 4434.0, 4401.0, 4432.0, 4404.0, 4423.0, 4403.0, 4424.0, 4405.0, 4414.0, 4416.0, 4407.0, 4393.0, 4425.0, 4416.0, 4436.0, 4392.0, 4413.0, 4391.0, 4413.0, 4391.0, 4402.0, 4380.0, 4391.0, 4380.0, 4379.0, 4378.0, 4379.0, 4387.0, 4391.0, 4394.0, 4383.0, 4392.0, 4391.0, 4378.0, 4409.0, 4380.0, 4421.0, 4403.0, 4423.0, 4403.0, 4422.0, 4406.0, 4436.0, 4416.0, 4424.0, 4415.0, 4435.0, 4405.0, 4425.0, 4420.0, 4436.0, 4406.0, 4438.0, 4420.0, 4416.0, 4418.0, 4403.0, 4424.0, 4415.0, 4435.0, 4402.0, 4426.0, 4392.0, 4424.0, 4391.0, 4414.0, 4407.0, 4404.0, 4391.0, 4390.0, 4367.0, 4387.0, 4378.0, 4419.0, 4391.0, 4421.0, 4406.0, 4423.0, 4402.0, 4423.0, 4401.0, 4422.0, 4391.0, 4411.0, 4391.0, 4411.0, 4394.0, 4412.0, 4389.0, 4409.0, 4390.0, 4417.0, 4392.0, 4422.0, 4404.0, 4423.0, 4393.0, 4391.0, 4402.0, 4382.0, 4402.0, 4380.0, 4411.0, 4379.0, 4413.0, 4390.0, 4414.0, 4390.0, 4413.0, 4380.0, 4400.0, 4389.0, 4393.0, 4402.0, 4391.0, 4379.0, 4388.0, 4379.0, 4409.0, 4390.0, 4422.0, 4393.0, 4423.0, 4418.0, 4436.0, 4405.0, 4425.0, 4416.0, 4419.0, 4406.0, 4414.0, 4402.0], 'WindowWidth': [9859.0, 9755.0, 9738.0, 9764.0, 9698.0, 9703.0, 9686.0, 9717.0, 9705.0, 9718.0, 9739.0, 9721.0, 9671.0, 9678.0, 9682.0, 9724.0, 9695.0, 9676.0, 9701.0, 9715.0, 9708.0, 9699.0, 9730.0, 9748.0, 9755.0, 9693.0, 9687.0, 9679.0, 9712.0, 9725.0, 9688.0, 9702.0, 9714.0, 9727.0, 9689.0, 9708.0, 9732.0, 9686.0, 9655.0, 9721.0, 9698.0, 9646.0, 9653.0, 9650.0, 9675.0, 9623.0, 9655.0, 9668.0, 9696.0, 9645.0, 9669.0, 9699.0, 9672.0, 9673.0, 9675.0, 9699.0, 9680.0, 9708.0, 9685.0, 9708.0, 9660.0, 9648.0, 9672.0, 9732.0, 9711.0, 9691.0, 9679.0, 9763.0, 9735.0, 9713.0, 9739.0, 9748.0, 9748.0, 9743.0, 9706.0, 9703.0, 9686.0, 9743.0, 9717.0, 9726.0, 9763.0, 9708.0, 9765.0, 9734.0, 9697.0, 9744.0, 9703.0, 9743.0, 9756.0, 9709.0, 9710.0, 9702.0, 9659.0, 9680.0, 9688.0, 9655.0, 9715.0, 9663.0, 9716.0, 9678.0, 9687.0, 9678.0, 9656.0, 9716.0, 9659.0, 9710.0, 9680.0, 9743.0, 9673.0, 9667.0, 9708.0, 9681.0, 9667.0, 9675.0, 9665.0, 9725.0, 9685.0, 9674.0, 9704.0, 9699.0, 9750.0, 9726.0, 9747.0, 9725.0, 9703.0, 9731.0, 9711.0, 9748.0, 9696.0, 9730.0, 9694.0, 9681.0, 9738.0, 9707.0, 9699.0, 9727.0, 9704.0, 9719.0, 9709.0, 9728.0, 9753.0, 9741.0, 9728.0, 9757.0, 9723.0, 9747.0, 9707.0, 9726.0, 9732.0, 9682.0, 9767.0, 9728.0, 9748.0, 9705.0, 9691.0, 9711.0, 9669.0, 9665.0, 9705.0, 9680.0, 9723.0, 9681.0, 9720.0, 9678.0, 9717.0, 9679.0, 9713.0, 9663.0, 9712.0, 9651.0, 9669.0, 9680.0, 9688.0, 9668.0, 9688.0, 9687.0, 9723.0, 9689.0, 9726.0, 9688.0, 9740.0, 9713.0, 9741.0, 9687.0, 9720.0, 9684.0, 9704.0, 9732.0, 9730.0, 9738.0, 9709.0, 9730.0, 9687.0, 9683.0, 9741.0, 9699.0, 9746.0, 9686.0, 9742.0, 9695.0, 9751.0, 9710.0, 9745.0, 9731.0, 9747.0, 9719.0, 9704.0, 9740.0, 9730.0, 9772.0, 9716.0, 9727.0, 9753.0, 9708.0, 9753.0, 9683.0, 9725.0, 9676.0, 9721.0, 9661.0, 9716.0, 9683.0, 9742.0, 9687.0, 9726.0, 9665.0, 9687.0, 9674.0, 9657.0, 9703.0, 9683.0, 9719.0, 9684.0, 9724.0, 9685.0, 9721.0, 9686.0, 9723.0, 9684.0, 9740.0, 9687.0, 9718.0, 9665.0, 9668.0, 9687.0, 9679.0, 9683.0, 9675.0, 9686.0, 9676.0, 9711.0, 9724.0, 9700.0, 9692.0, 9688.0, 9679.0, 9728.0, 9688.0, 9746.0, 9756.0, 9740.0, 9735.0, 9731.0, 9751.0, 9750.0, 9807.0, 9757.0, 9766.0, 9733.0, 9760.0, 9710.0, 9703.0, 9721.0, 9685.0, 9735.0, 9708.0, 9733.0, 9689.0, 9723.0, 9683.0, 9722.0, 9678.0, 9717.0, 9661.0, 9713.0, 9660.0, 9734.0, 9684.0, 9708.0, 9663.0, 9661.0, 9683.0, 9658.0, 9699.0, 9680.0, 9744.0, 9706.0, 9725.0, 9686.0, 9743.0, 9708.0, 9729.0, 9712.0, 9769.0, 9731.0, 9749.0, 9709.0, 9711.0, 9707.0, 9724.0, 9708.0, 9699.0, 9736.0, 9703.0, 9751.0, 9705.0, 9774.0, 9750.0, 9772.0, 9711.0, 9731.0, 9686.0, 9722.0, 9683.0, 9697.0, 9707.0, 9700.0, 9712.0, 9724.0, 9700.0, 9740.0, 9699.0, 9734.0, 9681.0, 9720.0, 9691.0, 9743.0, 9692.0, 9702.0, 9680.0, 9675.0, 9708.0, 9681.0, 9727.0, 9696.0, 9732.0, 9682.0, 9773.0, 9704.0, 9731.0, 9683.0, 9720.0, 9668.0, 9729.0, 9704.0, 9748.0, 9691.0, 9690.0, 9732.0, 9708.0, 9760.0, 9691.0, 9734.0, 9729.0, 9751.0, 9707.0, 9771.0, 9711.0, 9749.0, 9705.0, 9723.0, 9681.0, 9707.0, 9691.0, 9705.0, 9685.0, 9706.0, 9685.0, 9704.0, 9682.0, 9743.0, 9692.0, 9739.0, 9666.0, 9682.0, 9645.0, 9643.0, 9663.0, 9661.0, 9682.0, 9660.0, 9681.0, 9658.0, 9680.0, 9659.0, 9679.0, 9671.0, 9677.0, 9687.0, 9685.0, 9708.0, 9679.0, 9672.0, 9673.0, 9638.0, 9665.0, 9658.0, 9699.0, 9662.0, 9718.0, 9683.0, 9726.0, 9681.0, 9730.0, 9686.0, 9730.0, 9667.0, 9716.0, 9704.0, 9691.0, 9694.0, 9663.0, 9668.0, 9649.0, 9669.0, 9680.0, 9687.0, 9679.0, 9717.0, 9682.0, 9723.0, 9684.0, 9742.0, 9708.0, 9731.0, 9726.0, 9747.0, 9726.0, 9701.0, 9714.0, 9707.0, 9728.0, 9758.0, 9774.0, 9745.0, 9762.0, 9716.0, 9738.0, 9711.0, 9750.0, 9715.0, 9749.0, 9709.0, 9747.0, 9707.0, 9729.0, 9688.0, 9749.0, 9727.0, 9750.0, 9704.0, 9720.0, 9684.0, 9678.0, 9728.0, 9700.0, 9706.0, 9679.0, 9728.0, 9733.0, 9758.0, 9709.0, 9732.0, 9688.0, 9730.0, 9709.0, 9724.0, 9685.0, 9721.0, 9683.0, 9720.0, 9670.0, 9743.0, 9689.0, 9737.0, 9664.0, 9681.0, 9641.0, 9633.0, 9658.0, 9655.0, 9688.0, 9674.0, 9705.0, 9680.0, 9710.0, 9687.0, 9722.0, 9681.0, 9721.0, 9689.0, 9724.0, 9663.0, 9695.0, 9658.0, 9722.0, 9677.0, 9714.0, 9679.0, 9726.0, 9674.0, 9703.0, 9698.0, 9720.0, 9718.0, 9751.0, 9722.0, 9728.0, 9702.0, 9708.0, 9726.0, 9732.0, 9751.0, 9730.0, 9702.0, 9728.0, 9702.0, 9728.0, 9702.0, 9726.0, 9689.0, 9725.0, 9683.0, 9734.0, 9678.0, 9724.0, 9705.0, 9727.0, 9663.0, 9677.0, 9634.0, 9678.0, 9656.0, 9711.0, 9674.0, 9715.0, 9681.0, 9722.0, 9706.0, 9757.0, 9721.0, 9746.0, 9691.0, 9722.0, 9669.0, 9717.0, 9682.0, 9716.0, 9661.0, 9700.0, 9656.0, 9698.0, 9678.0, 9725.0, 9686.0, 9703.0, 9662.0, 9697.0, 9680.0, 9665.0, 9690.0, 9694.0, 9687.0, 9721.0, 9684.0, 9734.0, 9677.0, 9739.0, 9691.0, 9709.0, 9662.0, 9729.0, 9679.0, 9700.0, 9678.0, 9700.0, 9680.0, 9751.0, 9730.0, 9753.0, 9709.0, 9685.0, 9693.0, 9705.0, 9739.0, 9700.0, 9748.0, 9689.0, 9758.0, 9712.0, 9754.0, 9701.0, 9732.0, 9695.0, 9722.0, 9679.0, 9724.0, 9680.0, 9725.0, 9678.0, 9749.0, 9712.0, 9734.0, 9685.0, 9702.0, 9660.0, 9697.0, 9678.0, 9705.0, 9690.0, 9722.0, 9683.0, 9720.0, 9678.0, 9706.0, 9665.0, 9729.0, 9686.0, 9712.0, 9684.0, 9701.0, 9661.0, 9698.0, 9659.0, 9699.0, 9664.0, 9672.0, 9681.0, 9692.0, 9685.0, 9708.0, 9687.0, 9719.0, 9681.0, 9717.0, 9695.0, 9746.0, 9685.0, 9714.0, 9695.0, 9710.0, 9674.0, 9697.0, 9674.0, 9699.0, 9696.0, 9752.0, 9716.0, 9733.0, 9691.0, 9673.0, 9692.0, 9687.0, 9707.0, 9714.0, 9733.0, 9745.0, 9686.0, 9721.0, 9726.0, 9750.0, 9706.0, 9726.0, 9684.0, 9680.0, 9681.0, 9684.0, 9710.0, 9726.0, 9704.0, 9731.0, 9688.0, 9727.0, 9683.0, 9732.0, 9707.0, 9717.0, 9677.0, 9696.0, 9657.0, 9698.0, 9652.0, 9679.0, 9669.0, 9717.0, 9703.0, 9722.0, 9679.0, 9720.0, 9682.0, 9757.0, 9689.0, 9727.0, 9678.0, 9706.0, 9661.0, 9704.0, 9684.0, 9691.0, 9668.0, 9683.0, 9636.0, 9671.0, 9631.0, 9672.0, 9631.0, 9674.0, 9626.0, 9662.0, 9627.0, 9647.0, 9632.0, 9652.0, 9652.0, 9681.0, 9683.0, 9688.0, 9661.0, 9701.0, 9677.0, 9681.0, 9704.0, 9703.0, 9708.0, 9689.0, 9693.0, 9725.0, 9687.0, 9755.0, 9724.0, 9745.0, 9697.0, 9738.0, 9704.0, 9727.0, 9698.0, 9731.0, 9709.0, 9721.0, 9726.0, 9715.0, 9690.0, 9733.0, 9726.0, 9753.0, 9682.0, 9714.0, 9679.0, 9714.0, 9681.0, 9697.0, 9662.0, 9682.0, 9662.0, 9663.0, 9657.0, 9659.0, 9667.0, 9680.0, 9691.0, 9674.0, 9685.0, 9679.0, 9658.0, 9700.0, 9663.0, 9720.0, 9701.0, 9728.0, 9699.0, 9726.0, 9710.0, 9753.0, 9727.0, 9733.0, 9723.0, 9751.0, 9710.0, 9735.0, 9737.0, 9750.0, 9711.0, 9760.0, 9739.0, 9728.0, 9730.0, 9703.0, 9734.0, 9723.0, 9749.0, 9699.0, 9736.0, 9684.0, 9730.0, 9679.0, 9715.0, 9710.0, 9706.0, 9683.0, 9678.0, 9641.0, 9669.0, 9658.0, 9716.0, 9681.0, 9722.0, 9709.0, 9729.0, 9699.0, 9726.0, 9696.0, 9726.0, 9681.0, 9709.0, 9681.0, 9711.0, 9689.0, 9714.0, 9675.0, 9700.0, 9674.0, 9710.0, 9683.0, 9726.0, 9702.0, 9728.0, 9688.0, 9682.0, 9696.0, 9667.0, 9696.0, 9662.0, 9708.0, 9660.0, 9714.0, 9677.0, 9716.0, 9676.0, 9713.0, 9662.0, 9690.0, 9672.0, 9687.0, 9698.0, 9680.0, 9659.0, 9672.0, 9660.0, 9701.0, 9679.0, 9726.0, 9687.0, 9727.0, 9731.0, 9752.0, 9706.0, 9733.0, 9725.0, 9734.0, 9712.0, 9719.0, 9699.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.0020838505747126437</td></tr>
<tr><td colspan=3>aqi</td><td>0.01824295287356322</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.044568728020685</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2770775049712295</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0232784110356719</td></tr>
<tr><td colspan=3>efc</td><td>0.4638</td></tr>
<tr><td colspan=3>fber</td><td>5379.335</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11283208576500911</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>70</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.045977011494253</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.668758341104887</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.662316300161797</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.828932841643894</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5150258815089703</td></tr>
<tr><td colspan=3>gcor</td><td>0.0170696</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016038717702031136</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01870007999241352</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</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.7584712938431823</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>40.8299</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.5605</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>187.1887</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>304978.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>868.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>380.7095</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1443</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>620.066</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3614.2301</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3822.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71566.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1125.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4803.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1016.8957</td></tr>
<tr><td colspan=3>tsnr</td><td>43.94831748877186</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>