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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0120/ses-01/func/sub-0120_ses-01_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>f6b574a02f384726ae469d2619af4580</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>11:14:7.385000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999525, -0.0153686, -0.0267039, 0.0188429, 0.990646, 0.135152]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.14141</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4238, -7807, -7217, 308, -68, -21, 34, 76]</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.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 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>302.649</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d7a3c474-dd8b-442a-a9b9-8d663c4444d1||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6816532611846924, 0.05055401101708412, -0.06581804156303406, 113.044189453125], [0.04123278707265854, 2.657829999923706, 0.3660956919193268, -107.50492095947266], [-0.07164473086595535, -0.3626028895378113, 2.67425537109375, -32.792057037353516], [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': ['111407.385000', '111407.845000', '111408.305000', '111408.765000', '111409.225000', '111409.685000', '111410.145000', '111410.605000', '111411.065000', '111411.525000', '111411.985000', '111412.445000', '111412.905000', '111413.365000', '111413.825000', '111414.285000', '111414.745000', '111415.205000', '111415.665000', '111416.125000', '111416.585000', '111417.045000', '111417.505000', '111417.965000', '111418.425000', '111418.885000', '111419.345000', '111419.805000', '111420.265000', '111420.725000', '111421.185000', '111421.645000', '111422.105000', '111422.565000', '111423.025000', '111423.485000', '111423.945000', '111424.405000', '111424.865000', '111425.325000', '111425.785000', '111426.245000', '111426.705000', '111427.165000', '111427.625000', '111428.085000', '111428.545000', '111429.005000', '111429.465000', '111429.925000', '111430.385000', '111430.845000', '111431.305000', '111431.765000', '111432.225000', '111432.685000', '111433.145000', '111433.605000', '111434.065000', '111434.525000', '111434.985000', '111435.445000', '111435.905000', '111436.365000', '111436.825000', '111437.285000', '111437.745000', '111438.205000', '111438.665000', '111439.125000', '111439.585000', '111440.045000', '111440.505000', '111440.965000', '111441.425000', '111441.885000', '111442.345000', '111442.805000', '111443.265000', '111443.725000', '111444.185000', '111444.645000', '111445.105000', '111445.565000', '111446.025000', '111446.485000', '111446.945000', '111447.405000', '111447.865000', '111448.325000', '111448.785000', '111449.245000', '111449.705000', '111450.165000', '111450.625000', '111451.085000', '111451.545000', '111452.005000', '111452.465000', '111452.925000', '111453.385000', '111453.845000', '111454.305000', '111454.765000', '111455.225000', '111455.685000', '111456.145000', '111456.605000', '111457.065000', '111457.525000', '111457.985000', '111458.445000', '111458.905000', '111459.365000', '111459.825000', '111500.285000', '111500.745000', '111501.205000', '111501.665000', '111502.125000', '111502.585000', '111503.045000', '111503.505000', '111503.965000', '111504.425000', '111504.885000', '111505.345000', '111505.805000', '111506.265000', '111506.725000', '111507.185000', '111507.645000', '111508.105000', '111508.565000', '111509.025000', '111509.485000', '111509.945000', '111510.405000', '111510.865000', '111511.325000', '111511.785000', '111512.245000', '111512.705000', '111513.165000', '111513.625000', '111514.085000', '111514.545000', '111515.005000', '111515.465000', '111515.925000', '111516.385000', '111516.845000', '111517.305000', '111517.765000', '111518.225000', '111518.685000', '111519.145000', '111519.605000', '111520.065000', '111520.525000', '111520.985000', '111521.445000', '111521.905000', '111522.365000', '111522.825000', '111523.285000', '111523.745000', '111524.205000', '111524.665000', '111525.125000', '111525.585000', '111526.045000', '111526.505000', '111526.965000', '111527.425000', '111527.885000', '111528.345000', '111528.805000', '111529.265000', '111529.725000', '111530.185000', '111530.645000', '111531.105000', '111531.565000', '111532.025000', '111532.485000', '111532.945000', '111533.405000', '111533.865000', '111534.325000', '111534.785000', '111535.245000', '111535.705000', '111536.165000', '111536.625000', '111537.085000', '111537.545000', '111538.005000', '111538.465000', '111538.925000', '111539.385000', '111539.845000', '111540.305000', '111540.765000', '111541.225000', '111541.685000', '111542.145000', '111542.605000', '111543.065000', '111543.525000', '111543.985000', '111544.445000', '111544.905000', '111545.365000', '111545.825000', '111546.285000', '111546.745000', '111547.205000', '111547.665000', '111548.125000', '111548.585000', '111549.045000', '111549.505000', '111549.965000', '111550.425000', '111550.885000', '111551.345000', '111551.805000', '111552.265000', '111552.725000', '111553.185000', '111553.645000', '111554.105000', '111554.565000', '111555.025000', '111555.485000', '111555.945000', '111556.405000', '111556.865000', '111557.325000', '111557.785000', '111558.245000', '111558.705000', '111559.165000', '111559.625000', '111600.085000', '111600.545000', '111601.005000', '111601.465000', '111601.925000', '111602.385000', '111602.845000', '111603.305000', '111603.765000', '111604.225000', '111604.685000', '111605.145000', '111605.605000', '111606.065000', '111606.525000', '111606.985000', '111607.445000', '111607.905000', '111608.365000', '111608.825000', '111609.285000', '111609.745000', '111610.205000', '111610.665000', '111611.125000', '111611.585000', '111612.045000', '111612.505000', '111612.965000', '111613.425000', '111613.885000', '111614.345000', '111614.805000', '111615.265000', '111615.725000', '111616.185000', '111616.645000', '111617.105000', '111617.565000', '111618.025000', '111618.485000', '111618.945000', '111619.405000', '111619.865000', '111620.325000', '111620.785000', '111621.245000', '111621.705000', '111622.165000', '111622.625000', '111623.085000', '111623.545000', '111624.005000', '111624.465000', '111624.925000', '111625.385000', '111625.845000', '111626.305000', '111626.765000', '111627.225000', '111627.685000', '111628.145000', '111628.605000', '111629.065000', '111629.525000', '111629.985000', '111630.445000', '111630.905000', '111631.365000', '111631.825000', '111632.285000', '111632.745000', '111633.205000', '111633.665000', '111634.125000', '111634.585000', '111635.045000', '111635.505000', '111635.965000', '111636.425000', '111636.885000', '111637.345000', '111637.805000', '111638.265000', '111638.725000', '111639.185000', '111639.645000', '111640.105000', '111640.565000', '111641.025000', '111641.485000', '111641.945000', '111642.405000', '111642.865000', '111643.325000', '111643.785000', '111644.245000', '111644.705000', '111645.165000', '111645.625000', '111646.085000', '111646.545000', '111647.005000', '111647.465000', '111647.925000', '111648.385000', '111648.845000', '111649.305000', '111649.765000', '111650.225000', '111650.685000', '111651.145000', '111651.605000', '111652.065000', '111652.525000', '111652.985000', '111653.445000', '111653.905000', '111654.365000', '111654.825000', '111655.285000', '111655.745000', '111656.205000', '111656.665000', '111657.125000', '111657.585000', '111658.045000', '111658.505000', '111658.965000', '111659.425000', '111659.885000', '111700.345000', '111700.805000', '111701.265000', '111701.725000', '111702.185000', '111702.645000', '111703.105000', '111703.565000', '111704.025000', '111704.485000', '111704.945000', '111705.405000', '111705.865000', '111706.325000', '111706.785000', '111707.245000', '111707.705000', '111708.165000', '111708.625000', '111709.085000', '111709.545000', '111710.005000', '111710.465000', '111710.925000', '111711.385000', '111711.845000', '111712.305000', '111712.765000', '111713.225000', '111713.685000', '111714.145000', '111714.605000', '111715.065000', '111715.525000', '111715.985000', '111716.445000', '111716.905000', '111717.365000', '111717.825000', '111718.285000', '111718.745000', '111719.205000', '111719.665000', '111720.125000', '111720.585000', '111721.045000', '111721.505000', '111721.965000', '111722.425000', '111722.885000', '111723.345000', '111723.805000', '111724.265000', '111724.725000', '111725.185000', '111725.645000', '111726.105000', '111726.565000', '111727.025000', '111727.485000', '111727.945000', '111728.405000', '111728.865000', '111729.325000', '111729.785000', '111730.245000', '111730.705000', '111731.165000', '111731.625000', '111732.085000', '111732.545000', '111733.005000', '111733.465000', '111733.925000', '111734.385000', '111734.845000', '111735.305000', '111735.765000', '111736.225000', '111736.685000', '111737.145000', '111737.605000', '111738.065000', '111738.525000', '111738.985000', '111739.445000', '111739.905000', '111740.365000', '111740.825000', '111741.285000', '111741.745000', '111742.205000', '111742.665000', '111743.125000', '111743.585000', '111744.045000', '111744.505000', '111744.965000', '111745.425000', '111745.885000', '111746.345000', '111746.805000', '111747.265000', '111747.725000', '111748.185000', '111748.645000', '111749.105000', '111749.565000', '111750.025000', '111750.485000', '111750.945000', '111751.405000', '111751.865000', '111752.325000', '111752.785000', '111753.245000', '111753.705000', '111754.165000', '111754.625000', '111755.085000', '111755.545000', '111756.005000', '111756.465000', '111756.925000', '111757.385000', '111757.845000', '111758.305000', '111758.765000', '111759.225000', '111759.685000', '111800.145000', '111800.605000', '111801.065000', '111801.525000', '111801.985000', '111802.445000', '111802.905000', '111803.365000', '111803.825000', '111804.285000', '111804.745000', '111805.205000', '111805.665000', '111806.125000', '111806.585000', '111807.045000', '111807.505000', '111807.965000', '111808.425000', '111808.885000', '111809.345000', '111809.805000', '111810.265000', '111810.725000', '111811.185000', '111811.645000', '111812.105000', '111812.565000', '111813.025000', '111813.485000', '111813.945000', '111814.405000', '111814.865000', '111815.325000', '111815.785000', '111816.245000', '111816.705000', '111817.165000', '111817.625000', '111818.085000', '111818.545000', '111819.005000', '111819.465000', '111819.925000', '111820.385000', '111820.845000', '111821.305000', '111821.765000', '111822.225000', '111822.685000', '111823.145000', '111823.605000', '111824.065000', '111824.525000', '111824.985000', '111825.445000', '111825.905000', '111826.365000', '111826.825000', '111827.285000', '111827.745000', '111828.205000', '111828.665000', '111829.125000', '111829.585000', '111830.045000', '111830.505000', '111830.965000', '111831.425000', '111831.885000', '111832.345000', '111832.805000', '111833.265000', '111833.725000', '111834.185000', '111834.645000', '111835.105000', '111835.565000', '111836.025000', '111836.485000', '111836.945000', '111837.405000', '111837.865000', '111838.325000', '111838.785000', '111839.245000', '111839.705000', '111840.165000', '111840.625000', '111841.085000', '111841.545000', '111842.005000', '111842.465000', '111842.925000', '111843.385000', '111843.845000', '111844.305000', '111844.765000', '111845.225000', '111845.685000', '111846.145000', '111846.605000', '111847.065000', '111847.525000', '111847.985000', '111848.445000', '111848.905000', '111849.365000', '111849.825000', '111850.285000', '111850.745000', '111851.205000', '111851.665000', '111852.125000', '111852.585000', '111853.045000', '111853.505000', '111853.965000', '111854.425000', '111854.885000', '111855.345000', '111855.805000', '111856.265000', '111856.725000', '111857.185000', '111857.645000', '111858.105000', '111858.565000', '111859.025000', '111859.485000', '111859.945000', '111900.405000', '111900.865000', '111901.325000', '111901.785000', '111902.245000', '111902.705000', '111903.165000', '111903.625000', '111904.085000', '111904.545000', '111905.005000', '111905.465000', '111905.925000', '111906.385000', '111906.845000', '111907.305000', '111907.765000', '111908.225000', '111908.685000', '111909.145000', '111909.605000', '111910.065000', '111910.525000', '111910.985000', '111911.445000', '111911.905000', '111912.365000', '111912.825000', '111913.285000', '111913.745000', '111914.205000', '111914.665000', '111915.125000', '111915.585000', '111916.045000', '111916.505000', '111916.965000', '111917.425000', '111917.885000', '111918.345000', '111918.805000', '111919.265000', '111919.725000', '111920.185000', '111920.645000', '111921.105000', '111921.565000', '111922.025000', '111922.485000', '111922.945000', '111923.405000', '111923.865000', '111924.325000', '111924.785000', '111925.245000', '111925.705000', '111926.165000', '111926.625000', '111927.085000', '111927.545000', '111928.005000', '111928.465000', '111928.925000', '111929.385000', '111929.845000', '111930.305000', '111930.765000', '111931.225000', '111931.685000', '111932.145000', '111932.605000', '111933.065000', '111933.525000', '111933.985000', '111934.445000', '111934.905000', '111935.365000', '111935.825000', '111936.285000', '111936.745000', '111937.205000', '111937.665000', '111938.125000', '111938.585000', '111939.045000', '111939.505000', '111939.965000', '111940.425000', '111940.885000', '111941.345000', '111941.805000', '111942.265000', '111942.725000', '111943.185000', '111943.645000', '111944.105000', '111944.565000', '111945.025000', '111945.485000', '111945.945000', '111946.405000', '111946.865000', '111947.325000', '111947.785000', '111948.245000', '111948.705000', '111949.165000', '111949.625000', '111950.085000', '111950.545000', '111951.005000', '111951.465000', '111951.925000', '111952.385000', '111952.845000', '111953.305000', '111953.765000', '111954.225000', '111954.685000', '111955.145000', '111955.605000', '111956.065000', '111956.525000', '111956.985000', '111957.445000', '111957.905000', '111958.365000', '111958.825000', '111959.285000', '111959.745000', '112000.205000', '112000.665000', '112001.125000', '112001.585000', '112002.045000', '112002.505000', '112002.965000', '112003.425000', '112003.885000', '112004.345000', '112004.805000', '112005.265000', '112005.725000', '112006.185000', '112006.645000', '112007.105000', '112007.565000', '112008.025000', '112008.485000', '112008.945000', '112009.405000', '112009.865000', '112010.325000', '112010.785000', '112011.245000', '112011.705000', '112012.165000', '112012.625000', '112013.085000', '112013.545000', '112014.005000', '112014.465000', '112014.925000', '112015.385000', '112015.845000', '112016.305000', '112016.765000', '112017.225000', '112017.685000', '112018.145000', '112018.605000', '112019.065000', '112019.525000', '112019.985000', '112020.445000', '112020.905000', '112021.365000', '112021.825000', '112022.285000', '112022.745000', '112023.205000', '112023.665000', '112024.125000', '112024.585000', '112025.045000', '112025.505000', '112025.965000', '112026.425000', '112026.885000', '112027.345000', '112027.805000', '112028.265000', '112028.725000', '112029.185000', '112029.645000', '112030.105000', '112030.565000', '112031.025000', '112031.485000', '112031.945000', '112032.405000', '112032.865000', '112033.325000', '112033.785000', '112034.245000', '112034.705000', '112035.165000', '112035.625000', '112036.085000', '112036.545000', '112037.005000', '112037.465000', '112037.925000', '112038.385000', '112038.845000', '112039.305000', '112039.765000', '112040.225000', '112040.685000', '112041.145000', '112041.605000', '112042.065000', '112042.525000', '112042.985000', '112043.445000', '112043.905000', '112044.365000', '112044.825000', '112045.285000', '112045.745000', '112046.205000', '112046.665000', '112047.125000', '112047.585000', '112048.045000'], 'ContentTime': ['111431.737000', '111431.740000', '111431.748000', '111431.751000', '111431.754000', '111431.756000', '111431.759000', '111431.762000', '111431.764000', '111431.767000', '111431.770000', '111431.772000', '111431.775000', '111431.777000', '111431.780000', '111431.782000', '111431.785000', '111431.788000', '111431.790000', '111431.793000', '111431.808000', '111431.811000', '111431.814000', '111431.817000', '111431.820000', '111431.822000', '111431.825000', '111431.828000', '111431.830000', '111431.833000', '111431.835000', '111431.838000', '111431.841000', '111431.843000', '111431.846000', '111431.848000', '111431.851000', '111431.854000', '111431.857000', '111431.859000', '111431.862000', '111431.864000', '111431.867000', '111431.870000', '111431.872000', '111431.875000', '111431.877000', '111431.880000', '111431.882000', '111431.885000', '111431.888000', '111451.713000', '111451.715000', '111451.718000', '111451.721000', '111451.723000', '111451.726000', '111451.728000', '111451.731000', '111451.734000', '111451.736000', '111451.745000', '111451.747000', '111451.750000', '111451.752000', '111451.755000', '111451.758000', '111451.760000', '111451.763000', '111451.765000', '111451.768000', '111451.771000', '111451.773000', '111451.776000', '111451.778000', '111451.781000', '111451.783000', '111451.786000', '111451.788000', '111451.791000', '111451.794000', '111451.796000', '111451.799000', '111451.801000', '111451.815000', '111451.817000', '111451.820000', '111451.823000', '111451.825000', '111451.828000', '111451.830000', '111451.833000', '111451.835000', '111451.838000', '111451.840000', '111511.711000', '111511.714000', '111511.717000', '111511.719000', '111511.722000', '111511.725000', '111511.727000', '111511.730000', '111511.732000', '111511.735000', '111511.738000', '111511.740000', '111511.743000', '111511.745000', '111511.748000', '111511.750000', '111511.753000', '111511.756000', '111511.759000', '111511.761000', '111511.764000', '111511.767000', '111511.769000', '111511.772000', '111511.775000', '111511.777000', '111511.780000', '111511.783000', '111511.785000', '111511.788000', '111511.790000', '111511.793000', '111511.796000', '111511.798000', '111511.801000', '111511.803000', '111511.806000', '111511.808000', '111511.811000', '111511.826000', '111511.828000', '111511.831000', '111511.834000', '111531.712000', '111531.714000', '111531.717000', '111531.727000', '111531.729000', '111531.732000', '111531.734000', '111531.737000', '111531.740000', '111531.742000', '111531.745000', '111531.747000', '111531.750000', '111531.752000', '111531.755000', '111531.758000', '111531.760000', '111531.763000', '111531.766000', '111531.768000', '111531.777000', '111531.779000', '111531.782000', '111531.784000', '111531.787000', '111531.790000', '111531.792000', '111531.795000', '111531.797000', '111531.800000', '111531.803000', '111531.821000', '111531.824000', '111531.826000', '111531.829000', '111531.831000', '111531.834000', '111531.837000', '111531.839000', '111531.842000', '111531.844000', '111531.847000', '111531.850000', '111531.852000', '111551.711000', '111551.714000', '111551.717000', '111551.719000', '111551.722000', '111551.725000', '111551.727000', '111551.730000', '111551.732000', '111551.735000', '111551.737000', '111551.740000', '111551.742000', '111551.745000', '111551.748000', '111551.750000', '111551.753000', '111551.756000', '111551.758000', '111551.761000', '111551.763000', '111551.766000', '111551.768000', '111551.778000', '111551.781000', '111551.783000', '111551.786000', '111551.788000', '111551.791000', '111551.793000', '111551.796000', '111551.799000', '111551.801000', '111551.804000', '111551.806000', '111551.809000', '111551.812000', '111551.814000', '111551.817000', '111551.819000', '111551.822000', '111551.824000', '111551.827000', '111611.711000', '111611.714000', '111611.717000', '111611.719000', '111611.722000', '111611.725000', '111611.727000', '111611.730000', '111611.733000', '111611.735000', '111611.738000', '111611.740000', '111611.743000', '111611.745000', '111611.748000', '111611.751000', '111611.753000', '111611.756000', '111611.759000', '111611.761000', '111611.764000', '111611.766000', '111611.769000', '111611.772000', '111611.774000', '111611.777000', '111611.779000', '111611.782000', '111611.784000', '111611.787000', '111611.790000', '111611.792000', '111611.795000', '111611.797000', '111611.800000', '111611.802000', '111611.805000', '111611.808000', '111611.810000', '111611.813000', '111611.815000', '111611.818000', '111611.821000', '111611.823000', '111631.713000', '111631.715000', '111631.718000', '111631.721000', '111631.723000', '111631.726000', '111631.728000', '111631.731000', '111631.733000', '111631.736000', '111631.738000', '111631.741000', '111631.744000', '111631.746000', '111631.749000', '111631.751000', '111631.754000', '111631.757000', '111631.759000', '111631.762000', '111631.764000', '111631.767000', '111631.769000', '111631.772000', '111631.775000', '111631.777000', '111631.780000', '111631.782000', '111631.785000', '111631.788000', '111631.790000', '111631.793000', '111631.795000', '111631.798000', '111631.801000', '111631.803000', '111631.806000', '111631.809000', '111631.812000', '111631.815000', '111631.817000', '111631.820000', '111631.823000', '111651.712000', '111651.715000', '111651.718000', '111651.721000', '111651.723000', '111651.726000', '111651.728000', '111651.731000', '111651.733000', '111651.736000', '111651.738000', '111651.741000', '111651.744000', '111651.746000', '111651.749000', '111651.752000', '111651.754000', '111651.757000', '111651.759000', '111651.762000', '111651.764000', '111651.767000', '111651.769000', '111651.772000', '111651.775000', '111651.777000', '111651.780000', '111651.782000', '111651.785000', '111651.788000', '111651.790000', '111651.793000', '111651.795000', '111651.798000', '111651.801000', '111651.803000', '111651.806000', '111651.816000', '111651.818000', '111651.821000', '111651.823000', '111651.826000', '111651.829000', '111651.831000', '111711.712000', '111711.715000', '111711.718000', '111711.720000', '111711.723000', '111711.725000', '111711.728000', '111711.731000', '111711.734000', '111711.736000', '111711.739000', '111711.741000', '111711.744000', '111711.747000', '111711.749000', '111711.752000', '111711.754000', '111711.757000', '111711.760000', '111711.762000', '111711.765000', '111711.767000', '111711.770000', '111711.772000', '111711.775000', '111711.777000', '111711.790000', '111711.793000', '111711.795000', '111711.798000', '111711.800000', '111711.803000', '111711.806000', '111711.808000', '111711.811000', '111711.813000', '111711.816000', '111711.818000', '111711.821000', '111711.824000', '111711.826000', '111711.829000', '111711.831000', '111731.711000', '111731.714000', '111731.717000', '111731.719000', '111731.722000', '111731.725000', '111731.727000', '111731.730000', '111731.732000', '111731.735000', '111731.737000', '111731.740000', '111731.743000', '111731.745000', '111731.748000', '111731.751000', '111731.753000', '111731.756000', '111731.758000', '111731.761000', '111731.764000', '111731.766000', '111731.769000', '111731.771000', '111731.774000', '111731.776000', '111731.779000', '111731.782000', '111731.784000', '111731.787000', '111731.789000', '111731.792000', '111731.795000', '111731.797000', '111731.800000', '111731.802000', '111731.805000', '111731.815000', '111731.818000', '111731.821000', '111731.823000', '111731.826000', '111731.829000', '111731.831000', '111751.711000', '111751.714000', '111751.717000', '111751.720000', '111751.722000', '111751.725000', '111751.727000', '111751.730000', '111751.732000', '111751.735000', '111751.738000', '111751.740000', '111751.743000', '111751.745000', '111751.748000', '111751.750000', '111751.753000', '111751.756000', '111751.758000', '111751.761000', '111751.763000', '111751.766000', '111751.769000', '111751.771000', '111751.774000', '111751.776000', '111751.779000', '111751.781000', '111751.784000', '111751.787000', '111751.789000', '111751.792000', '111751.794000', '111751.797000', '111751.799000', '111751.802000', '111751.805000', '111751.807000', '111751.811000', '111751.813000', '111751.816000', '111751.818000', '111751.821000', '111811.712000', '111811.715000', '111811.717000', '111811.720000', '111811.722000', '111811.725000', '111811.727000', '111811.730000', '111811.733000', '111811.735000', '111811.738000', '111811.741000', '111811.743000', '111811.746000', '111811.758000', '111811.761000', '111811.763000', '111811.766000', '111811.768000', '111811.771000', '111811.774000', '111811.776000', '111811.779000', '111811.781000', '111811.784000', '111811.787000', '111811.789000', '111811.792000', '111811.794000', '111811.797000', '111811.800000', '111811.802000', '111811.805000', '111811.807000', '111811.810000', '111811.813000', '111811.815000', '111811.818000', '111811.820000', '111811.823000', '111811.826000', '111811.828000', '111811.831000', '111811.834000', '111831.712000', '111831.714000', '111831.717000', '111831.720000', '111831.722000', '111831.725000', '111831.727000', '111831.730000', '111831.733000', '111831.735000', '111831.738000', '111831.740000', '111831.743000', '111831.746000', '111831.748000', '111831.751000', '111831.753000', '111831.756000', '111831.758000', '111831.761000', '111831.764000', '111831.766000', '111831.769000', '111831.771000', '111831.774000', '111831.777000', '111831.779000', '111831.782000', '111831.784000', '111831.787000', '111831.789000', '111831.792000', '111831.794000', '111831.797000', '111831.800000', '111831.802000', '111831.805000', '111831.808000', '111831.810000', '111831.813000', '111831.815000', '111831.818000', '111831.821000', '111851.713000', '111851.715000', '111851.718000', '111851.721000', '111851.723000', '111851.726000', '111851.729000', '111851.731000', '111851.734000', '111851.737000', '111851.739000', '111851.742000', '111851.744000', '111851.747000', '111851.750000', '111851.752000', '111851.755000', '111851.757000', '111851.760000', '111851.762000', '111851.765000', '111851.768000', '111851.770000', '111851.773000', '111851.776000', '111851.778000', '111851.781000', '111851.783000', '111851.786000', '111851.789000', '111851.791000', '111851.794000', '111851.796000', '111851.799000', '111851.801000', '111851.804000', '111851.807000', '111851.809000', '111851.812000', '111851.814000', '111851.817000', '111851.820000', '111851.822000', '111851.825000', '111911.713000', '111911.716000', '111911.718000', '111911.721000', '111911.723000', '111911.726000', '111911.729000', '111911.731000', '111911.734000', '111911.736000', '111911.739000', '111911.741000', '111911.744000', '111911.747000', '111911.749000', '111911.752000', '111911.754000', '111911.757000', '111911.759000', '111911.762000', '111911.764000', '111911.767000', '111911.770000', '111911.772000', '111911.775000', '111911.778000', '111911.780000', '111911.783000', '111911.785000', '111911.788000', '111911.790000', '111911.793000', '111911.796000', '111911.798000', '111911.801000', '111911.803000', '111911.806000', '111911.808000', '111911.811000', '111911.814000', '111911.816000', '111911.819000', '111911.821000', '111931.712000', '111931.716000', '111931.719000', '111931.722000', '111931.725000', '111931.727000', '111931.730000', '111931.732000', '111931.735000', '111931.738000', '111931.740000', '111931.743000', '111931.745000', '111931.748000', '111931.751000', '111931.753000', '111931.756000', '111931.759000', '111931.761000', '111931.764000', '111931.766000', '111931.769000', '111931.772000', '111931.775000', '111931.777000', '111931.780000', '111931.782000', '111931.785000', '111931.788000', '111931.790000', '111931.793000', '111931.795000', '111931.798000', '111931.800000', '111931.803000', '111931.806000', '111931.808000', '111931.811000', '111931.814000', '111931.816000', '111931.819000', '111931.821000', '111931.824000', '111931.826000', '111951.712000', '111951.714000', '111951.717000', '111951.720000', '111951.722000', '111951.725000', '111951.728000', '111951.730000', '111951.733000', '111951.735000', '111951.738000', '111951.740000', '111951.743000', '111951.746000', '111951.748000', '111951.751000', '111951.753000', '111951.756000', '111951.758000', '111951.761000', '111951.764000', '111951.766000', '111951.769000', '111951.771000', '111951.774000', '111951.777000', '111951.779000', '111951.782000', '111951.784000', '111951.787000', '111951.789000', '111951.792000', '111951.795000', '111951.797000', '111951.800000', '111951.803000', '111951.805000', '111951.808000', '111951.810000', '111951.813000', '111951.816000', '111951.818000', '111951.821000', '112011.712000', '112011.714000', '112011.717000', '112011.720000', '112011.722000', '112011.725000', '112011.727000', '112011.730000', '112011.733000', '112011.735000', '112011.738000', '112011.740000', '112011.743000', '112011.745000', '112011.748000', '112011.751000', '112011.753000', '112011.756000', '112011.758000', '112011.797000', '112011.801000', '112011.804000', '112011.806000', '112011.809000', '112011.811000', '112011.814000', '112011.816000', '112011.819000', '112011.822000', '112011.824000', '112011.827000', '112011.830000', '112011.832000', '112011.835000', '112011.837000', '112011.840000', '112011.843000', '112011.845000', '112011.848000', '112011.850000', '112011.853000', '112011.856000', '112011.858000', '112011.861000', '112031.712000', '112031.714000', '112031.717000', '112031.720000', '112031.722000', '112031.725000', '112031.728000', '112031.730000', '112031.733000', '112031.735000', '112031.738000', '112031.740000', '112031.743000', '112031.746000', '112031.748000', '112031.751000', '112031.753000', '112031.756000', '112031.759000', '112031.761000', '112031.764000', '112031.766000', '112031.769000', '112031.772000', '112031.774000', '112031.777000', '112031.780000', '112031.782000', '112031.785000', '112031.787000', '112031.790000', '112031.792000', '112031.795000', '112031.798000', '112031.800000', '112031.803000', '112031.805000', '112031.808000', '112031.810000', '112031.813000', '112031.816000', '112031.818000', '112031.821000', '112048.981000', '112048.984000', '112048.987000', '112048.990000', '112048.993000', '112048.995000', '112048.998000', '112049.002000', '112049.005000', '112049.007000', '112049.010000', '112049.013000', '112049.016000', '112049.019000', '112049.021000', '112049.024000', '112049.028000', '112049.030000', '112049.033000', '112049.036000', '112049.038000', '112049.041000', '112049.044000', '112049.047000', '112049.050000', '112049.053000', '112049.056000', '112049.062000', '112049.066000', '112049.069000', '112049.072000', '112049.075000', '112049.078000', '112049.081000', '112049.084000', '112049.087000', '112049.089000', '112049.092000'], 'InstanceCreationTime': ['111431.737000', '111431.740000', '111431.748000', '111431.751000', '111431.754000', '111431.756000', '111431.759000', '111431.762000', '111431.764000', '111431.767000', '111431.770000', '111431.772000', '111431.775000', '111431.777000', '111431.780000', '111431.782000', '111431.785000', '111431.788000', '111431.790000', '111431.793000', '111431.808000', '111431.811000', '111431.814000', '111431.817000', '111431.820000', '111431.822000', '111431.825000', '111431.828000', '111431.830000', '111431.833000', '111431.835000', '111431.838000', '111431.841000', '111431.843000', '111431.846000', '111431.848000', '111431.851000', '111431.854000', '111431.857000', '111431.859000', '111431.862000', '111431.864000', '111431.867000', '111431.870000', '111431.872000', '111431.875000', '111431.877000', '111431.880000', '111431.882000', '111431.885000', '111431.888000', '111451.713000', '111451.715000', '111451.718000', '111451.721000', '111451.723000', '111451.726000', '111451.728000', '111451.731000', '111451.734000', '111451.736000', '111451.745000', '111451.747000', '111451.750000', '111451.752000', '111451.755000', '111451.758000', '111451.760000', '111451.763000', '111451.765000', '111451.768000', '111451.771000', '111451.773000', '111451.776000', '111451.778000', '111451.781000', '111451.783000', '111451.786000', '111451.788000', '111451.791000', '111451.794000', '111451.796000', '111451.799000', '111451.801000', '111451.815000', '111451.817000', '111451.820000', '111451.823000', '111451.825000', '111451.828000', '111451.830000', '111451.833000', '111451.835000', '111451.838000', '111451.840000', '111511.711000', '111511.714000', '111511.717000', '111511.719000', '111511.722000', '111511.725000', '111511.727000', '111511.730000', '111511.732000', '111511.735000', '111511.738000', '111511.740000', '111511.743000', '111511.745000', '111511.748000', '111511.750000', '111511.753000', '111511.756000', '111511.759000', '111511.761000', '111511.764000', '111511.767000', '111511.769000', '111511.772000', '111511.775000', '111511.777000', '111511.780000', '111511.783000', '111511.785000', '111511.788000', '111511.790000', '111511.793000', '111511.796000', '111511.798000', '111511.801000', '111511.803000', '111511.806000', '111511.808000', '111511.811000', '111511.826000', '111511.828000', '111511.831000', '111511.834000', '111531.712000', '111531.714000', '111531.717000', '111531.727000', '111531.729000', '111531.732000', '111531.734000', '111531.737000', '111531.740000', '111531.742000', '111531.745000', '111531.747000', '111531.750000', '111531.752000', '111531.755000', '111531.758000', '111531.760000', '111531.763000', '111531.766000', '111531.768000', '111531.777000', '111531.779000', '111531.782000', '111531.784000', '111531.787000', '111531.790000', '111531.792000', '111531.795000', '111531.797000', '111531.800000', '111531.803000', '111531.821000', '111531.824000', '111531.826000', '111531.829000', '111531.831000', '111531.834000', '111531.837000', '111531.839000', '111531.842000', '111531.844000', '111531.847000', '111531.850000', '111531.852000', '111551.711000', '111551.714000', '111551.717000', '111551.719000', '111551.722000', '111551.725000', '111551.727000', '111551.730000', '111551.732000', '111551.735000', '111551.737000', '111551.740000', '111551.742000', '111551.745000', '111551.748000', '111551.750000', '111551.753000', '111551.756000', '111551.758000', '111551.761000', '111551.763000', '111551.766000', '111551.768000', '111551.778000', '111551.781000', '111551.783000', '111551.786000', '111551.788000', '111551.791000', '111551.793000', '111551.796000', '111551.799000', '111551.801000', '111551.804000', '111551.806000', '111551.809000', '111551.812000', '111551.814000', '111551.817000', '111551.819000', '111551.822000', '111551.824000', '111551.827000', '111611.711000', '111611.714000', '111611.717000', '111611.719000', '111611.722000', '111611.725000', '111611.727000', '111611.730000', '111611.733000', '111611.735000', '111611.738000', '111611.740000', '111611.743000', '111611.745000', '111611.748000', '111611.751000', '111611.753000', '111611.756000', '111611.759000', '111611.761000', '111611.764000', '111611.766000', '111611.769000', '111611.772000', '111611.774000', '111611.777000', '111611.779000', '111611.782000', '111611.784000', '111611.787000', '111611.790000', '111611.792000', '111611.795000', '111611.797000', '111611.800000', '111611.802000', '111611.805000', '111611.808000', '111611.810000', '111611.813000', '111611.815000', '111611.818000', '111611.821000', '111611.823000', '111631.713000', '111631.715000', '111631.718000', '111631.721000', '111631.723000', '111631.726000', '111631.728000', '111631.731000', '111631.733000', '111631.736000', '111631.738000', '111631.741000', '111631.744000', '111631.746000', '111631.749000', '111631.751000', '111631.754000', '111631.757000', '111631.759000', '111631.762000', '111631.764000', '111631.767000', '111631.769000', '111631.772000', '111631.775000', '111631.777000', '111631.780000', '111631.782000', '111631.785000', '111631.788000', '111631.790000', '111631.793000', '111631.795000', '111631.798000', '111631.801000', '111631.803000', '111631.806000', '111631.809000', '111631.812000', '111631.815000', '111631.817000', '111631.820000', '111631.823000', '111651.712000', '111651.715000', '111651.718000', '111651.721000', '111651.723000', '111651.726000', '111651.728000', '111651.731000', '111651.733000', '111651.736000', '111651.738000', '111651.741000', '111651.744000', '111651.746000', '111651.749000', '111651.752000', '111651.754000', '111651.757000', '111651.759000', '111651.762000', '111651.764000', '111651.767000', '111651.769000', '111651.772000', '111651.775000', '111651.777000', '111651.780000', '111651.782000', '111651.785000', '111651.788000', '111651.790000', '111651.793000', '111651.795000', '111651.798000', '111651.801000', '111651.803000', '111651.806000', '111651.816000', '111651.818000', '111651.821000', '111651.823000', '111651.826000', '111651.829000', '111651.831000', '111711.712000', '111711.715000', '111711.718000', '111711.720000', '111711.723000', '111711.725000', '111711.728000', '111711.731000', '111711.734000', '111711.736000', '111711.739000', '111711.741000', '111711.744000', '111711.747000', '111711.749000', '111711.752000', '111711.754000', '111711.757000', '111711.760000', '111711.762000', '111711.765000', '111711.767000', '111711.770000', '111711.772000', '111711.775000', '111711.777000', '111711.790000', '111711.793000', '111711.795000', '111711.798000', '111711.800000', '111711.803000', '111711.806000', '111711.808000', '111711.811000', '111711.813000', '111711.816000', '111711.818000', '111711.821000', '111711.824000', '111711.826000', '111711.829000', '111711.831000', '111731.711000', '111731.714000', '111731.717000', '111731.719000', '111731.722000', '111731.725000', '111731.727000', '111731.730000', '111731.732000', '111731.735000', '111731.737000', '111731.740000', '111731.743000', '111731.745000', '111731.748000', '111731.751000', '111731.753000', '111731.756000', '111731.758000', '111731.761000', '111731.764000', '111731.766000', '111731.769000', '111731.771000', '111731.774000', '111731.776000', '111731.779000', '111731.782000', '111731.784000', '111731.787000', '111731.789000', '111731.792000', '111731.795000', '111731.797000', '111731.800000', '111731.802000', '111731.805000', '111731.815000', '111731.818000', '111731.821000', '111731.823000', '111731.826000', '111731.829000', '111731.831000', '111751.711000', '111751.714000', '111751.717000', '111751.720000', '111751.722000', '111751.725000', '111751.727000', '111751.730000', '111751.732000', '111751.735000', '111751.738000', '111751.740000', '111751.743000', '111751.745000', '111751.748000', '111751.750000', '111751.753000', '111751.756000', '111751.758000', '111751.761000', '111751.763000', '111751.766000', '111751.769000', '111751.771000', '111751.774000', '111751.776000', '111751.779000', '111751.781000', '111751.784000', '111751.787000', '111751.789000', '111751.792000', '111751.794000', '111751.797000', '111751.799000', '111751.802000', '111751.805000', '111751.807000', '111751.811000', '111751.813000', '111751.816000', '111751.818000', '111751.821000', '111811.712000', '111811.715000', '111811.717000', '111811.720000', '111811.722000', '111811.725000', '111811.727000', '111811.730000', '111811.733000', '111811.735000', '111811.738000', '111811.741000', '111811.743000', '111811.746000', '111811.758000', '111811.761000', '111811.763000', '111811.766000', '111811.768000', '111811.771000', '111811.774000', '111811.776000', '111811.779000', '111811.781000', '111811.784000', '111811.787000', '111811.789000', '111811.792000', '111811.794000', '111811.797000', '111811.800000', '111811.802000', '111811.805000', '111811.807000', '111811.810000', '111811.813000', '111811.815000', '111811.818000', '111811.820000', '111811.823000', '111811.826000', '111811.828000', '111811.831000', '111811.834000', '111831.712000', '111831.714000', '111831.717000', '111831.720000', '111831.722000', '111831.725000', '111831.727000', '111831.730000', '111831.733000', '111831.735000', '111831.738000', '111831.740000', '111831.743000', '111831.746000', '111831.748000', '111831.751000', '111831.753000', '111831.756000', '111831.758000', '111831.761000', '111831.764000', '111831.766000', '111831.769000', '111831.771000', '111831.774000', '111831.777000', '111831.779000', '111831.782000', '111831.784000', '111831.787000', '111831.789000', '111831.792000', '111831.794000', '111831.797000', '111831.800000', '111831.802000', '111831.805000', '111831.808000', '111831.810000', '111831.813000', '111831.815000', '111831.818000', '111831.821000', '111851.713000', '111851.715000', '111851.718000', '111851.721000', '111851.723000', '111851.726000', '111851.729000', '111851.731000', '111851.734000', '111851.737000', '111851.739000', '111851.742000', '111851.744000', '111851.747000', '111851.750000', '111851.752000', '111851.755000', '111851.757000', '111851.760000', '111851.762000', '111851.765000', '111851.768000', '111851.770000', '111851.773000', '111851.776000', '111851.778000', '111851.781000', '111851.783000', '111851.786000', '111851.789000', '111851.791000', '111851.794000', '111851.796000', '111851.799000', '111851.801000', '111851.804000', '111851.807000', '111851.809000', '111851.812000', '111851.814000', '111851.817000', '111851.820000', '111851.822000', '111851.825000', '111911.713000', '111911.716000', '111911.718000', '111911.721000', '111911.723000', '111911.726000', '111911.729000', '111911.731000', '111911.734000', '111911.736000', '111911.739000', '111911.741000', '111911.744000', '111911.747000', '111911.749000', '111911.752000', '111911.754000', '111911.757000', '111911.759000', '111911.762000', '111911.764000', '111911.767000', '111911.770000', '111911.772000', '111911.775000', '111911.778000', '111911.780000', '111911.783000', '111911.785000', '111911.788000', '111911.790000', '111911.793000', '111911.796000', '111911.798000', '111911.801000', '111911.803000', '111911.806000', '111911.808000', '111911.811000', '111911.814000', '111911.816000', '111911.819000', '111911.821000', '111931.712000', '111931.716000', '111931.719000', '111931.722000', '111931.725000', '111931.727000', '111931.730000', '111931.732000', '111931.735000', '111931.738000', '111931.740000', '111931.743000', '111931.745000', '111931.748000', '111931.751000', '111931.753000', '111931.756000', '111931.759000', '111931.761000', '111931.764000', '111931.766000', '111931.769000', '111931.772000', '111931.775000', '111931.777000', '111931.780000', '111931.782000', '111931.785000', '111931.788000', '111931.790000', '111931.793000', '111931.795000', '111931.798000', '111931.800000', '111931.803000', '111931.806000', '111931.808000', '111931.811000', '111931.814000', '111931.816000', '111931.819000', '111931.821000', '111931.824000', '111931.826000', '111951.712000', '111951.714000', '111951.717000', '111951.720000', '111951.722000', '111951.725000', '111951.728000', '111951.730000', '111951.733000', '111951.735000', '111951.738000', '111951.740000', '111951.743000', '111951.746000', '111951.748000', '111951.751000', '111951.753000', '111951.756000', '111951.758000', '111951.761000', '111951.764000', '111951.766000', '111951.769000', '111951.771000', '111951.774000', '111951.777000', '111951.779000', '111951.782000', '111951.784000', '111951.787000', '111951.789000', '111951.792000', '111951.795000', '111951.797000', '111951.800000', '111951.803000', '111951.805000', '111951.808000', '111951.810000', '111951.813000', '111951.816000', '111951.818000', '111951.821000', '112011.712000', '112011.714000', '112011.717000', '112011.720000', '112011.722000', '112011.725000', '112011.727000', '112011.730000', '112011.733000', '112011.735000', '112011.738000', '112011.740000', '112011.743000', '112011.745000', '112011.748000', '112011.751000', '112011.753000', '112011.756000', '112011.758000', '112011.797000', '112011.801000', '112011.804000', '112011.806000', '112011.809000', '112011.811000', '112011.814000', '112011.816000', '112011.819000', '112011.822000', '112011.824000', '112011.827000', '112011.830000', '112011.832000', '112011.835000', '112011.837000', '112011.840000', '112011.843000', '112011.845000', '112011.848000', '112011.850000', '112011.853000', '112011.856000', '112011.858000', '112011.861000', '112031.712000', '112031.714000', '112031.717000', '112031.720000', '112031.722000', '112031.725000', '112031.728000', '112031.730000', '112031.733000', '112031.735000', '112031.738000', '112031.740000', '112031.743000', '112031.746000', '112031.748000', '112031.751000', '112031.753000', '112031.756000', '112031.759000', '112031.761000', '112031.764000', '112031.766000', '112031.769000', '112031.772000', '112031.774000', '112031.777000', '112031.780000', '112031.782000', '112031.785000', '112031.787000', '112031.790000', '112031.792000', '112031.795000', '112031.798000', '112031.800000', '112031.803000', '112031.805000', '112031.808000', '112031.810000', '112031.813000', '112031.816000', '112031.818000', '112031.821000', '112048.981000', '112048.984000', '112048.987000', '112048.990000', '112048.993000', '112048.995000', '112048.998000', '112049.002000', '112049.005000', '112049.007000', '112049.010000', '112049.013000', '112049.016000', '112049.019000', '112049.021000', '112049.024000', '112049.028000', '112049.030000', '112049.033000', '112049.036000', '112049.038000', '112049.041000', '112049.044000', '112049.047000', '112049.050000', '112049.053000', '112049.056000', '112049.062000', '112049.066000', '112049.069000', '112049.072000', '112049.075000', '112049.078000', '112049.081000', '112049.084000', '112049.087000', '112049.089000', '112049.092000'], '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': [21472, 16172, 13837, 15635, 10737, 15690, 11567, 16024, 12256, 11430, 19024, 11390, 7880, 11946, 9665, 9636, 16888, 13853, 15019, 13336, 9300, 15470, 12272, 10302, 10513, 12640, 14453, 13679, 10703, 8679, 15437, 12498, 9806, 20254, 16187, 14185, 15612, 10492, 9025, 11259, 9127, 17860, 13322, 8351, 11822, 8960, 8005, 15445, 12632, 9914, 14100, 9974, 7586, 12150, 10140, 15870, 14276, 9503, 15569, 10440, 7925, 14958, 12263, 16052, 14955, 10090, 16010, 12142, 11023, 21426, 16096, 13773, 13915, 9846, 17276, 13331, 11661, 19830, 12620, 8373, 13710, 11281, 14421, 17510, 11540, 11995, 10588, 9210, 17519, 13704, 10102, 15637, 10505, 8524, 14315, 11853, 13501, 17475, 12095, 9108, 12393, 9524, 14025, 15179, 12000, 17303, 11615, 9594, 14771, 11815, 10656, 21242, 15754, 9466, 13304, 10025, 8041, 14643, 12034, 18715, 14620, 10451, 16039, 11462, 9644, 18754, 12520, 8594, 13464, 11470, 13098, 20580, 15677, 10875, 15329, 11607, 9856, 19132, 14923, 13027, 14720, 10992, 8705, 13895, 11200, 13932, 14742, 10950, 11444, 11456, 10018, 16962, 13649, 10737, 16642, 11545, 9754, 15700, 12856, 13502, 19673, 13095, 10776, 12024, 9049, 13504, 10533, 12087, 14344, 9335, 14165, 10030, 8166, 14109, 11819, 12739, 14302, 10732, 8370, 11873, 9867, 17245, 13782, 13297, 14853, 10065, 14355, 9400, 18226, 14552, 22994, 17201, 11281, 13631, 9543, 8231, 11902, 10075, 11758, 13653, 9486, 14661, 10657, 8646, 15733, 13237, 18524, 16136, 11968, 12793, 12275, 9914, 22587, 16414, 10841, 14847, 10734, 9368, 16907, 13656, 9560, 15558, 11471, 9314, 16806, 13509, 10793, 14734, 10914, 8315, 14243, 11424, 11958, 15373, 11352, 9125, 12807, 10298, 12989, 13875, 10778, 15248, 11540, 9200, 15083, 11387, 8991, 15381, 10546, 8368, 13174, 11412, 9981, 19054, 14649, 10191, 11483, 9610, 10168, 12517, 9996, 18694, 14646, 10715, 14442, 10521, 8025, 12320, 10566, 12461, 15985, 12143, 11350, 11519, 9337, 13450, 13438, 11378, 15635, 13577, 10444, 17356, 8676, 10173, 16727, 12779, 10298, 13821, 16232, 13467, 10308, 13661, 10446, 9081, 15550, 12699, 16459, 16320, 12181, 9982, 13629, 10558, 15395, 14471, 10229, 15460, 10409, 9614, 13956, 11728, 10192, 17867, 13363, 9250, 14391, 11190, 10583, 18208, 14312, 15248, 11861, 9870, 15189, 12540, 11177, 14308, 10471, 11558, 11073, 9729, 17969, 14040, 9702, 12922, 10140, 11263, 11212, 15412, 13825, 14317, 17527, 11289, 10219, 10117, 8431, 12449, 10477, 9666, 14941, 10927, 14131, 10381, 8286, 15986, 13343, 11173, 14235, 10743, 16372, 13948, 16333, 19051, 12884, 15675, 11326, 9181, 18178, 13394, 15138, 11157, 8497, 14561, 12002, 16818, 13375, 9073, 13851, 11014, 9525, 17067, 13245, 11555, 10878, 8929, 15578, 12842, 10272, 14516, 10505, 15656, 12219, 18983, 14920, 10739, 13294, 10245, 9867, 11398, 8615, 16960, 11563, 8134, 12114, 9625, 15390, 13104, 15609, 15746, 10210, 14357, 11011, 10971, 15930, 11426, 15864, 10598, 8801, 15317, 13565, 16484, 15242, 9706, 14586, 11581, 10797, 18406, 13786, 18011, 12467, 8621, 15000, 10767, 18723, 12741, 8790, 12743, 10211, 13359, 13196, 9460, 15203, 10700, 9071, 12391, 9049, 16953, 12694, 10038, 10885, 8801, 13096, 10502, 9413, 17038, 13125, 9922, 11175, 9622, 14399, 12308, 14838, 18008, 12430, 15466, 11159, 9143, 16038, 11969, 21276, 15346, 10270, 15092, 11243, 16988, 13793, 14415, 20607, 14583, 16580, 11518, 9619, 13678, 9420, 17829, 12277, 10136, 9936, 8892, 15686, 12806, 9520, 13804, 10374, 10032, 13776, 10745, 19808, 15204, 10482, 13692, 10347, 14853, 12103, 14577, 15619, 9944, 15557, 11305, 9926, 13051, 8876, 16841, 11823, 8268, 14108, 11339, 18769, 14238, 10054, 14412, 10662, 15050, 12127, 10178, 15783, 11219, 8558, 11566, 9195, 16237, 11845, 8832, 12206, 9535, 12708, 13435, 11496, 15930, 10950, 14406, 11009, 10694, 17261, 12995, 15434, 10867, 8201, 12339, 10179, 8338, 17494, 12779, 9033, 15149, 12516, 13056, 19639, 15345, 11465, 16129, 12203, 20576, 17362, 11683, 17030, 11584, 9287, 17948, 13506, 9927, 17494, 11280, 9507, 15624, 12901, 11700, 18372, 13181, 8833, 14647, 12002, 11885, 18469, 13972, 12024, 15063, 10776, 17851, 14842, 11490, 19303, 12978, 9326, 16000, 12740, 12215, 17682, 12322, 12070, 12374, 10107, 20368, 15691, 11352, 15362, 11026, 11225, 12070, 9294, 18188, 13743, 11182, 11895, 8826, 14696, 11906, 11933, 14862, 10215, 13188, 9959, 8677, 16936, 13336, 10144, 16151, 12097, 16006, 13499, 19406, 15393, 10555, 13472, 10275, 12645, 12712, 9876, 16633, 10726, 8484, 11837, 9445, 18662, 14921, 11708, 13914, 9268, 14357, 12155, 18343, 14728, 10780, 15264, 10897, 13670, 10929, 8721, 16866, 12147, 8955, 11202, 8430, 15629, 13081, 12000, 14721, 9322, 15772, 11779, 16630, 14249, 17566, 16525, 10380, 14040, 10003, 9298, 16200, 13578, 10604, 14266, 10298, 14934, 9722, 17815, 13101, 19545, 12997, 9319, 11582, 9292, 13291, 11502, 9416, 15544, 11036, 15042, 11457, 13205, 12253, 11837, 15802, 11111, 16970, 11035, 13614, 9827, 8433, 16567, 12980, 9970, 13224, 8847, 15341, 12634, 14482, 13597, 8766, 13180, 11017, 11086, 18572, 14211, 11983, 12668, 9430, 19385, 15867, 11685, 16286, 11745, 8583, 15806, 12737, 15280, 15426, 11228, 11644, 11833, 9627, 21238, 15756, 10487, 16480, 11725, 9120, 18481, 14531, 10305, 14248, 10455, 15049, 13075, 10009, 19231, 12920, 8665, 13007, 9797, 17297, 13943, 9864, 13948, 9746, 8305, 14533, 12494, 15280, 16477, 11947, 14564, 11367, 8879, 17388, 14490, 12145, 16666, 11429, 9180, 14441, 11717, 20722, 15796, 10788, 15854, 11548, 10361, 18223, 15050, 17117, 13102, 8788, 15708, 12070, 10494, 19368, 15004, 10946, 14072, 10613, 19950, 15178, 11080, 18412, 12803, 10235, 12945, 8934, 18582, 13109, 9106, 12139, 9452, 11414, 13697, 10324, 18671, 12417, 8295, 12880, 10239, 16641, 13277, 20183, 15135, 9215, 12343, 9766, 12402, 11045, 9214, 16527, 11980, 14147, 10694, 8928, 15553, 10569, 18310, 13843, 12657, 11566, 8411, 16013, 10189, 18950, 13449, 8835, 11929, 10007, 13832, 15458, 10891, 17486, 11767, 8689, 17354, 14518, 18495, 15581, 10411, 15620, 11692, 18417, 15655, 19918, 13872, 8164, 12943, 9989, 8655, 17382], 'WindowCenter': [4324.0, 4287.0, 4252.0, 4260.0, 4217.0, 4245.0, 4202.0, 4231.0, 4212.0, 4200.0, 4253.0, 4213.0, 4171.0, 4212.0, 4191.0, 4191.0, 4256.0, 4237.0, 4246.0, 4236.0, 4196.0, 4234.0, 4216.0, 4204.0, 4191.0, 4212.0, 4223.0, 4221.0, 4190.0, 4170.0, 4234.0, 4212.0, 4181.0, 4266.0, 4231.0, 4221.0, 4230.0, 4189.0, 4168.0, 4188.0, 4179.0, 4242.0, 4222.0, 4172.0, 4212.0, 4183.0, 4173.0, 4246.0, 4226.0, 4206.0, 4235.0, 4205.0, 4174.0, 4226.0, 4205.0, 4257.0, 4247.0, 4195.0, 4246.0, 4206.0, 4174.0, 4246.0, 4226.0, 4248.0, 4247.0, 4206.0, 4246.0, 4226.0, 4204.0, 4279.0, 4248.0, 4224.0, 4223.0, 4191.0, 4242.0, 4223.0, 4201.0, 4254.0, 4212.0, 4161.0, 4223.0, 4202.0, 4221.0, 4243.0, 4202.0, 4211.0, 4202.0, 4183.0, 4255.0, 4235.0, 4205.0, 4245.0, 4203.0, 4172.0, 4234.0, 4214.0, 4224.0, 4257.0, 4215.0, 4183.0, 4213.0, 4192.0, 4234.0, 4235.0, 4224.0, 4255.0, 4213.0, 4194.0, 4234.0, 4214.0, 4192.0, 4268.0, 4234.0, 4192.0, 4223.0, 4193.0, 4172.0, 4234.0, 4225.0, 4255.0, 4237.0, 4219.0, 4246.0, 4202.0, 4193.0, 4257.0, 4224.0, 4184.0, 4235.0, 4214.0, 4224.0, 4269.0, 4246.0, 4202.0, 4232.0, 4201.0, 4179.0, 4243.0, 4221.0, 4211.0, 4221.0, 4188.0, 4158.0, 4219.0, 4188.0, 4221.0, 4221.0, 4192.0, 4201.0, 4201.0, 4192.0, 4242.0, 4223.0, 4201.0, 4243.0, 4201.0, 4178.0, 4231.0, 4213.0, 4222.0, 4254.0, 4210.0, 4189.0, 4199.0, 4168.0, 4210.0, 4191.0, 4200.0, 4223.0, 4182.0, 4223.0, 4193.0, 4171.0, 4223.0, 4214.0, 4224.0, 4222.0, 4204.0, 4172.0, 4215.0, 4195.0, 4255.0, 4236.0, 4226.0, 4225.0, 4181.0, 4219.0, 4167.0, 4242.0, 4210.0, 4264.0, 4234.0, 4191.0, 4221.0, 4180.0, 4171.0, 4210.0, 4192.0, 4213.0, 4235.0, 4195.0, 4246.0, 4205.0, 4184.0, 4234.0, 4225.0, 4257.0, 4234.0, 4203.0, 4200.0, 4201.0, 4180.0, 4264.0, 4233.0, 4190.0, 4208.0, 4178.0, 4166.0, 4230.0, 4209.0, 4168.0, 4220.0, 4189.0, 4168.0, 4230.0, 4209.0, 4178.0, 4219.0, 4188.0, 4147.0, 4207.0, 4189.0, 4199.0, 4221.0, 4190.0, 4169.0, 4210.0, 4179.0, 4209.0, 4210.0, 4190.0, 4221.0, 4200.0, 4180.0, 4220.0, 4201.0, 4172.0, 4234.0, 4193.0, 4173.0, 4222.0, 4214.0, 4193.0, 4268.0, 4237.0, 4204.0, 4214.0, 4181.0, 4192.0, 4213.0, 4193.0, 4256.0, 4236.0, 4194.0, 4234.0, 4203.0, 4160.0, 4211.0, 4191.0, 4213.0, 4247.0, 4227.0, 4206.0, 4216.0, 4185.0, 4225.0, 4226.0, 4216.0, 4246.0, 4225.0, 4193.0, 4246.0, 4173.0, 4193.0, 4234.0, 4213.0, 4181.0, 4222.0, 4234.0, 4212.0, 4182.0, 4221.0, 4192.0, 4170.0, 4233.0, 4212.0, 4233.0, 4232.0, 4201.0, 4180.0, 4211.0, 4180.0, 4219.0, 4220.0, 4180.0, 4221.0, 4191.0, 4181.0, 4222.0, 4202.0, 4193.0, 4246.0, 4222.0, 4181.0, 4222.0, 4192.0, 4191.0, 4245.0, 4222.0, 4222.0, 4201.0, 4180.0, 4221.0, 4201.0, 4191.0, 4222.0, 4191.0, 4201.0, 4201.0, 4181.0, 4244.0, 4224.0, 4182.0, 4211.0, 4193.0, 4201.0, 4203.0, 4221.0, 4222.0, 4222.0, 4244.0, 4202.0, 4190.0, 4191.0, 4171.0, 4211.0, 4204.0, 4194.0, 4246.0, 4218.0, 4237.0, 4207.0, 4175.0, 4247.0, 4238.0, 4216.0, 4236.0, 4205.0, 4235.0, 4225.0, 4233.0, 4245.0, 4202.0, 4221.0, 4190.0, 4168.0, 4241.0, 4210.0, 4219.0, 4189.0, 4158.0, 4220.0, 4200.0, 4232.0, 4211.0, 4170.0, 4211.0, 4190.0, 4180.0, 4243.0, 4211.0, 4201.0, 4190.0, 4171.0, 4233.0, 4213.0, 4193.0, 4224.0, 4193.0, 4233.0, 4212.0, 4244.0, 4222.0, 4190.0, 4210.0, 4179.0, 4178.0, 4188.0, 4169.0, 4243.0, 4202.0, 4162.0, 4214.0, 4193.0, 4233.0, 4226.0, 4246.0, 4236.0, 4194.0, 4235.0, 4194.0, 4193.0, 4235.0, 4205.0, 4246.0, 4205.0, 4184.0, 4233.0, 4225.0, 4245.0, 4235.0, 4183.0, 4222.0, 4191.0, 4190.0, 4243.0, 4211.0, 4231.0, 4187.0, 4157.0, 4219.0, 4190.0, 4242.0, 4211.0, 4160.0, 4210.0, 4180.0, 4210.0, 4211.0, 4180.0, 4221.0, 4191.0, 4169.0, 4200.0, 4170.0, 4244.0, 4212.0, 4181.0, 4192.0, 4172.0, 4212.0, 4194.0, 4184.0, 4244.0, 4226.0, 4195.0, 4205.0, 4194.0, 4234.0, 4217.0, 4236.0, 4259.0, 4215.0, 4235.0, 4203.0, 4182.0, 4234.0, 4204.0, 4267.0, 4234.0, 4192.0, 4222.0, 4191.0, 4232.0, 4212.0, 4222.0, 4257.0, 4223.0, 4232.0, 4201.0, 4168.0, 4210.0, 4169.0, 4243.0, 4213.0, 4180.0, 4181.0, 4171.0, 4233.0, 4225.0, 4193.0, 4234.0, 4194.0, 4192.0, 4224.0, 4204.0, 4269.0, 4237.0, 4194.0, 4223.0, 4182.0, 4221.0, 4202.0, 4221.0, 4222.0, 4179.0, 4220.0, 4188.0, 4179.0, 4210.0, 4171.0, 4233.0, 4203.0, 4161.0, 4222.0, 4203.0, 4254.0, 4224.0, 4182.0, 4222.0, 4190.0, 4220.0, 4201.0, 4180.0, 4232.0, 4199.0, 4170.0, 4202.0, 4182.0, 4244.0, 4217.0, 4185.0, 4215.0, 4196.0, 4226.0, 4237.0, 4216.0, 4248.0, 4206.0, 4223.0, 4206.0, 4205.0, 4258.0, 4228.0, 4261.0, 4207.0, 4174.0, 4226.0, 4206.0, 4186.0, 4270.0, 4240.0, 4198.0, 4249.0, 4229.0, 4239.0, 4273.0, 4250.0, 4206.0, 4235.0, 4214.0, 4255.0, 4245.0, 4203.0, 4244.0, 4203.0, 4169.0, 4243.0, 4223.0, 4193.0, 4245.0, 4204.0, 4182.0, 4234.0, 4213.0, 4203.0, 4256.0, 4213.0, 4170.0, 4222.0, 4202.0, 4202.0, 4245.0, 4222.0, 4201.0, 4222.0, 4191.0, 4242.0, 4222.0, 4191.0, 4244.0, 4211.0, 4170.0, 4221.0, 4201.0, 4200.0, 4243.0, 4201.0, 4199.0, 4200.0, 4179.0, 4254.0, 4222.0, 4191.0, 4221.0, 4191.0, 4189.0, 4200.0, 4169.0, 4243.0, 4212.0, 4189.0, 4200.0, 4170.0, 4221.0, 4202.0, 4201.0, 4235.0, 4194.0, 4224.0, 4193.0, 4172.0, 4257.0, 4237.0, 4206.0, 4246.0, 4217.0, 4244.0, 4227.0, 4257.0, 4235.0, 4191.0, 4212.0, 4181.0, 4211.0, 4212.0, 4182.0, 4234.0, 4193.0, 4173.0, 4214.0, 4194.0, 4257.0, 4237.0, 4215.0, 4225.0, 4184.0, 4224.0, 4204.0, 4245.0, 4224.0, 4192.0, 4234.0, 4192.0, 4211.0, 4192.0, 4172.0, 4244.0, 4215.0, 4184.0, 4205.0, 4174.0, 4247.0, 4229.0, 4227.0, 4238.0, 4186.0, 4236.0, 4204.0, 4235.0, 4225.0, 4245.0, 4235.0, 4193.0, 4223.0, 4182.0, 4182.0, 4245.0, 4225.0, 4194.0, 4225.0, 4193.0, 4234.0, 4181.0, 4244.0, 4212.0, 4244.0, 4212.0, 4170.0, 4201.0, 4182.0, 4210.0, 4204.0, 4183.0, 4235.0, 4205.0, 4234.0, 4205.0, 4213.0, 4203.0, 4202.0, 4234.0, 4192.0, 4234.0, 4192.0, 4211.0, 4192.0, 4171.0, 4245.0, 4225.0, 4194.0, 4225.0, 4185.0, 4247.0, 4227.0, 4237.0, 4226.0, 4185.0, 4225.0, 4206.0, 4216.0, 4270.0, 4238.0, 4215.0, 4215.0, 4183.0, 4257.0, 4236.0, 4204.0, 4234.0, 4203.0, 4161.0, 4233.0, 4213.0, 4234.0, 4234.0, 4203.0, 4202.0, 4202.0, 4183.0, 4268.0, 4235.0, 4193.0, 4233.0, 4203.0, 4172.0, 4243.0, 4224.0, 4192.0, 4222.0, 4192.0, 4221.0, 4200.0, 4181.0, 4244.0, 4213.0, 4172.0, 4212.0, 4182.0, 4243.0, 4225.0, 4195.0, 4225.0, 4195.0, 4174.0, 4235.0, 4226.0, 4237.0, 4248.0, 4216.0, 4235.0, 4205.0, 4173.0, 4245.0, 4225.0, 4204.0, 4235.0, 4203.0, 4171.0, 4224.0, 4204.0, 4267.0, 4235.0, 4193.0, 4233.0, 4203.0, 4182.0, 4245.0, 4225.0, 4234.0, 4213.0, 4162.0, 4233.0, 4202.0, 4192.0, 4256.0, 4224.0, 4180.0, 4212.0, 4192.0, 4244.0, 4222.0, 4191.0, 4244.0, 4202.0, 4180.0, 4201.0, 4171.0, 4245.0, 4215.0, 4174.0, 4215.0, 4195.0, 4204.0, 4226.0, 4195.0, 4257.0, 4216.0, 4174.0, 4214.0, 4194.0, 4235.0, 4214.0, 4256.0, 4224.0, 4171.0, 4202.0, 4182.0, 4202.0, 4203.0, 4183.0, 4246.0, 4215.0, 4224.0, 4195.0, 4171.0, 4235.0, 4194.0, 4246.0, 4224.0, 4212.0, 4203.0, 4162.0, 4236.0, 4194.0, 4256.0, 4226.0, 4174.0, 4204.0, 4195.0, 4226.0, 4238.0, 4207.0, 4257.0, 4216.0, 4174.0, 4247.0, 4227.0, 4247.0, 4235.0, 4181.0, 4222.0, 4202.0, 4232.0, 4222.0, 4244.0, 4201.0, 4160.0, 4200.0, 4180.0, 4160.0, 4244.0], 'WindowWidth': [9530.0, 9458.0, 9399.0, 9405.0, 9342.0, 9375.0, 9312.0, 9350.0, 9324.0, 9304.0, 9388.0, 9327.0, 9269.0, 9323.0, 9297.0, 9295.0, 9393.0, 9366.0, 9378.0, 9362.0, 9309.0, 9360.0, 9336.0, 9318.0, 9295.0, 9323.0, 9340.0, 9335.0, 9291.0, 9263.0, 9354.0, 9323.0, 9280.0, 9411.0, 9354.0, 9334.0, 9346.0, 9288.0, 9256.0, 9283.0, 9275.0, 9367.0, 9336.0, 9272.0, 9324.0, 9288.0, 9274.0, 9378.0, 9352.0, 9321.0, 9361.0, 9320.0, 9278.0, 9348.0, 9320.0, 9393.0, 9380.0, 9307.0, 9379.0, 9324.0, 9278.0, 9377.0, 9350.0, 9381.0, 9379.0, 9322.0, 9377.0, 9348.0, 9316.0, 9437.0, 9383.0, 9343.0, 9340.0, 9294.0, 9367.0, 9339.0, 9307.0, 9390.0, 9324.0, 9252.0, 9338.0, 9309.0, 9333.0, 9370.0, 9310.0, 9321.0, 9310.0, 9284.0, 9387.0, 9359.0, 9317.0, 9373.0, 9315.0, 9270.0, 9355.0, 9329.0, 9340.0, 9394.0, 9331.0, 9286.0, 9327.0, 9298.0, 9356.0, 9361.0, 9343.0, 9391.0, 9328.0, 9301.0, 9357.0, 9328.0, 9297.0, 9416.0, 9360.0, 9298.0, 9341.0, 9302.0, 9271.0, 9358.0, 9345.0, 9392.0, 9367.0, 9345.0, 9378.0, 9309.0, 9297.0, 9395.0, 9344.0, 9288.0, 9359.0, 9331.0, 9342.0, 9420.0, 9378.0, 9309.0, 9350.0, 9305.0, 9272.0, 9370.0, 9335.0, 9319.0, 9334.0, 9286.0, 9244.0, 9328.0, 9283.0, 9332.0, 9334.0, 9295.0, 9305.0, 9307.0, 9297.0, 9368.0, 9340.0, 9307.0, 9369.0, 9306.0, 9271.0, 9350.0, 9325.0, 9334.0, 9390.0, 9318.0, 9286.0, 9300.0, 9258.0, 9315.0, 9292.0, 9304.0, 9341.0, 9284.0, 9341.0, 9299.0, 9268.0, 9340.0, 9328.0, 9342.0, 9339.0, 9317.0, 9272.0, 9330.0, 9305.0, 9391.0, 9363.0, 9346.0, 9347.0, 9279.0, 9329.0, 9254.0, 9364.0, 9318.0, 9412.0, 9361.0, 9293.0, 9334.0, 9277.0, 9266.0, 9317.0, 9296.0, 9326.0, 9360.0, 9306.0, 9375.0, 9320.0, 9290.0, 9358.0, 9346.0, 9394.0, 9358.0, 9309.0, 9299.0, 9303.0, 9274.0, 9409.0, 9354.0, 9288.0, 9312.0, 9269.0, 9250.0, 9344.0, 9315.0, 9257.0, 9329.0, 9285.0, 9255.0, 9346.0, 9313.0, 9268.0, 9326.0, 9282.0, 9225.0, 9307.0, 9286.0, 9300.0, 9334.0, 9290.0, 9261.0, 9314.0, 9274.0, 9313.0, 9317.0, 9290.0, 9334.0, 9303.0, 9276.0, 9331.0, 9307.0, 9268.0, 9355.0, 9298.0, 9270.0, 9335.0, 9328.0, 9298.0, 9413.0, 9365.0, 9315.0, 9327.0, 9282.0, 9294.0, 9325.0, 9297.0, 9393.0, 9362.0, 9300.0, 9356.0, 9313.0, 9248.0, 9318.0, 9293.0, 9325.0, 9379.0, 9350.0, 9320.0, 9331.0, 9290.0, 9344.0, 9347.0, 9334.0, 9377.0, 9345.0, 9297.0, 9376.0, 9271.0, 9294.0, 9357.0, 9322.0, 9277.0, 9335.0, 9357.0, 9324.0, 9279.0, 9332.0, 9293.0, 9261.0, 9349.0, 9320.0, 9351.0, 9352.0, 9306.0, 9275.0, 9315.0, 9273.0, 9324.0, 9329.0, 9274.0, 9332.0, 9289.0, 9279.0, 9333.0, 9307.0, 9296.0, 9376.0, 9336.0, 9278.0, 9333.0, 9293.0, 9290.0, 9376.0, 9335.0, 9338.0, 9304.0, 9275.0, 9331.0, 9303.0, 9290.0, 9334.0, 9290.0, 9303.0, 9304.0, 9277.0, 9371.0, 9341.0, 9282.0, 9319.0, 9296.0, 9305.0, 9308.0, 9333.0, 9335.0, 9333.0, 9372.0, 9308.0, 9288.0, 9291.0, 9266.0, 9320.0, 9315.0, 9303.0, 9377.0, 9342.0, 9364.0, 9321.0, 9277.0, 9379.0, 9367.0, 9334.0, 9361.0, 9316.0, 9359.0, 9345.0, 9353.0, 9376.0, 9306.0, 9331.0, 9286.0, 9254.0, 9362.0, 9313.0, 9327.0, 9285.0, 9241.0, 9328.0, 9302.0, 9348.0, 9318.0, 9260.0, 9315.0, 9288.0, 9273.0, 9368.0, 9319.0, 9303.0, 9289.0, 9265.0, 9351.0, 9324.0, 9295.0, 9339.0, 9296.0, 9350.0, 9322.0, 9372.0, 9337.0, 9286.0, 9313.0, 9271.0, 9269.0, 9283.0, 9261.0, 9367.0, 9310.0, 9256.0, 9326.0, 9299.0, 9353.0, 9347.0, 9374.0, 9363.0, 9302.0, 9355.0, 9300.0, 9295.0, 9357.0, 9315.0, 9373.0, 9318.0, 9288.0, 9351.0, 9344.0, 9372.0, 9357.0, 9281.0, 9332.0, 9290.0, 9286.0, 9369.0, 9316.0, 9349.0, 9278.0, 9237.0, 9324.0, 9286.0, 9365.0, 9317.0, 9246.0, 9313.0, 9274.0, 9314.0, 9318.0, 9275.0, 9333.0, 9291.0, 9259.0, 9301.0, 9261.0, 9369.0, 9322.0, 9278.0, 9292.0, 9268.0, 9322.0, 9300.0, 9287.0, 9375.0, 9349.0, 9305.0, 9318.0, 9303.0, 9356.0, 9336.0, 9360.0, 9404.0, 9331.0, 9359.0, 9311.0, 9280.0, 9355.0, 9312.0, 9412.0, 9356.0, 9293.0, 9335.0, 9292.0, 9349.0, 9323.0, 9333.0, 9400.0, 9337.0, 9349.0, 9304.0, 9256.0, 9313.0, 9260.0, 9368.0, 9322.0, 9275.0, 9279.0, 9264.0, 9352.0, 9344.0, 9299.0, 9355.0, 9301.0, 9296.0, 9341.0, 9313.0, 9418.0, 9364.0, 9299.0, 9338.0, 9280.0, 9331.0, 9306.0, 9330.0, 9334.0, 9272.0, 9330.0, 9282.0, 9271.0, 9315.0, 9264.0, 9353.0, 9309.0, 9252.0, 9336.0, 9310.0, 9385.0, 9340.0, 9280.0, 9333.0, 9289.0, 9328.0, 9304.0, 9274.0, 9350.0, 9301.0, 9262.0, 9306.0, 9282.0, 9370.0, 9333.0, 9290.0, 9331.0, 9306.0, 9346.0, 9365.0, 9335.0, 9380.0, 9320.0, 9335.0, 9318.0, 9316.0, 9395.0, 9353.0, 9406.0, 9320.0, 9278.0, 9347.0, 9323.0, 9297.0, 9414.0, 9373.0, 9315.0, 9383.0, 9357.0, 9368.0, 9431.0, 9387.0, 9319.0, 9358.0, 9324.0, 9391.0, 9375.0, 9309.0, 9368.0, 9309.0, 9258.0, 9365.0, 9339.0, 9296.0, 9371.0, 9313.0, 9281.0, 9355.0, 9326.0, 9309.0, 9393.0, 9325.0, 9261.0, 9334.0, 9308.0, 9308.0, 9373.0, 9335.0, 9302.0, 9336.0, 9291.0, 9363.0, 9334.0, 9290.0, 9373.0, 9317.0, 9258.0, 9329.0, 9303.0, 9301.0, 9366.0, 9304.0, 9298.0, 9299.0, 9272.0, 9388.0, 9337.0, 9289.0, 9331.0, 9289.0, 9284.0, 9300.0, 9258.0, 9366.0, 9319.0, 9282.0, 9302.0, 9260.0, 9332.0, 9309.0, 9306.0, 9357.0, 9301.0, 9338.0, 9297.0, 9270.0, 9391.0, 9365.0, 9320.0, 9375.0, 9335.0, 9370.0, 9347.0, 9395.0, 9357.0, 9289.0, 9318.0, 9276.0, 9315.0, 9319.0, 9279.0, 9354.0, 9296.0, 9272.0, 9327.0, 9302.0, 9393.0, 9366.0, 9330.0, 9344.0, 9286.0, 9338.0, 9312.0, 9374.0, 9342.0, 9294.0, 9353.0, 9294.0, 9316.0, 9292.0, 9267.0, 9369.0, 9329.0, 9287.0, 9316.0, 9272.0, 9376.0, 9354.0, 9350.0, 9366.0, 9292.0, 9360.0, 9313.0, 9358.0, 9343.0, 9372.0, 9357.0, 9296.0, 9335.0, 9281.0, 9279.0, 9369.0, 9345.0, 9299.0, 9341.0, 9297.0, 9353.0, 9277.0, 9369.0, 9318.0, 9373.0, 9321.0, 9262.0, 9304.0, 9279.0, 9316.0, 9312.0, 9284.0, 9358.0, 9316.0, 9354.0, 9317.0, 9323.0, 9311.0, 9307.0, 9356.0, 9291.0, 9357.0, 9292.0, 9319.0, 9294.0, 9265.0, 9372.0, 9345.0, 9300.0, 9344.0, 9289.0, 9374.0, 9347.0, 9362.0, 9346.0, 9291.0, 9344.0, 9318.0, 9332.0, 9418.0, 9365.0, 9330.0, 9329.0, 9284.0, 9394.0, 9362.0, 9311.0, 9354.0, 9309.0, 9250.0, 9350.0, 9323.0, 9354.0, 9354.0, 9311.0, 9306.0, 9307.0, 9283.0, 9413.0, 9359.0, 9297.0, 9351.0, 9308.0, 9264.0, 9366.0, 9340.0, 9292.0, 9332.0, 9292.0, 9329.0, 9300.0, 9276.0, 9372.0, 9322.0, 9266.0, 9321.0, 9281.0, 9365.0, 9343.0, 9302.0, 9343.0, 9303.0, 9272.0, 9356.0, 9346.0, 9361.0, 9380.0, 9331.0, 9356.0, 9314.0, 9268.0, 9368.0, 9343.0, 9311.0, 9357.0, 9306.0, 9260.0, 9337.0, 9310.0, 9409.0, 9357.0, 9295.0, 9349.0, 9307.0, 9278.0, 9371.0, 9339.0, 9356.0, 9321.0, 9253.0, 9347.0, 9305.0, 9291.0, 9389.0, 9337.0, 9270.0, 9316.0, 9291.0, 9369.0, 9334.0, 9289.0, 9370.0, 9305.0, 9273.0, 9302.0, 9264.0, 9369.0, 9329.0, 9272.0, 9328.0, 9302.0, 9312.0, 9344.0, 9302.0, 9392.0, 9331.0, 9274.0, 9326.0, 9298.0, 9355.0, 9324.0, 9394.0, 9338.0, 9263.0, 9306.0, 9280.0, 9305.0, 9309.0, 9282.0, 9372.0, 9328.0, 9339.0, 9301.0, 9263.0, 9356.0, 9298.0, 9377.0, 9340.0, 9321.0, 9309.0, 9253.0, 9359.0, 9298.0, 9389.0, 9343.0, 9271.0, 9312.0, 9301.0, 9343.0, 9363.0, 9320.0, 9390.0, 9330.0, 9272.0, 9375.0, 9347.0, 9380.0, 9358.0, 9277.0, 9332.0, 9303.0, 9349.0, 9331.0, 9369.0, 9301.0, 9245.0, 9298.0, 9274.0, 9247.0, 9366.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.0003341311852704257</td></tr>
<tr><td colspan=3>aqi</td><td>0.02050271173762946</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.762594315265</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.301881815092167</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9974761251497692</td></tr>
<tr><td colspan=3>efc</td><td>0.4949</td></tr>
<tr><td colspan=3>fber</td><td>4751.0356</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08124302278014107</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>9</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.0356731875719218</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.364004702343627</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.235088855802238</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.674280845331085</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.182644405897557</td></tr>
<tr><td colspan=3>gcor</td><td>0.00723186</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015303957276046276</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03563139960169792</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8406688269243188</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>12.9168</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.5283</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>222.8056</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>300097.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1143.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>412.0574</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.407</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>554.587</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3384.8056</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3574.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76447.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1142.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4474.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>930.561</td></tr>
<tr><td colspan=3>tsnr</td><td>39.52737678948324</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>