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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>20:12:2.365000</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.994861, -0.0379318, 0.0938812, 0.0390882, 0.99918, -0.0105086]</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-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0849003</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4247, -7815, -7281, 176, -136, -57, -112, 46]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>230.817</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2b18af2a-7fb9-472f-ad09-7c8d59bea597||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.669138193130493, 0.1048707664012909, 0.25219523906707764, 101.84513092041016], [0.10176830738782883, 2.6807281970977783, -0.03813555836677551, -91.3548583984375], [0.2518763542175293, 0.028193920850753784, 2.687925338745117, -94.37442779541016], [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': ['201202.365000', '201202.825000', '201203.285000', '201203.745000', '201204.205000', '201204.665000', '201205.125000', '201205.585000', '201206.045000', '201206.505000', '201206.965000', '201207.425000', '201207.885000', '201208.345000', '201208.805000', '201209.265000', '201209.725000', '201210.185000', '201210.645000', '201211.105000', '201211.565000', '201212.025000', '201212.485000', '201212.945000', '201213.405000', '201213.865000', '201214.325000', '201214.785000', '201215.245000', '201215.705000', '201216.165000', '201216.625000', '201217.085000', '201217.545000', '201218.005000', '201218.465000', '201218.925000', '201219.385000', '201219.845000', '201220.305000', '201220.765000', '201221.225000', '201221.685000', '201222.145000', '201222.605000', '201223.065000', '201223.525000', '201223.985000', '201224.445000', '201224.905000', '201225.365000', '201225.825000', '201226.285000', '201226.745000', '201227.205000', '201227.665000', '201228.125000', '201228.585000', '201229.045000', '201229.505000', '201229.965000', '201230.425000', '201230.885000', '201231.345000', '201231.805000', '201232.265000', '201232.725000', '201233.185000', '201233.645000', '201234.105000', '201234.565000', '201235.025000', '201235.485000', '201235.945000', '201236.405000', '201236.865000', '201237.325000', '201237.785000', '201238.245000', '201238.705000', '201239.165000', '201239.625000', '201240.085000', '201240.545000', '201241.005000', '201241.465000', '201241.925000', '201242.385000', '201242.845000', '201243.305000', '201243.765000', '201244.225000', '201244.685000', '201245.145000', '201245.605000', '201246.065000', '201246.525000', '201246.985000', '201247.445000', '201247.905000', '201248.365000', '201248.825000', '201249.285000', '201249.745000', '201250.205000', '201250.665000', '201251.125000', '201251.585000', '201252.045000', '201252.505000', '201252.965000', '201253.425000', '201253.885000', '201254.345000', '201254.805000', '201255.265000', '201255.725000', '201256.185000', '201256.645000', '201257.105000', '201257.565000', '201258.025000', '201258.485000', '201258.945000', '201259.405000', '201259.865000', '201300.325000', '201300.785000', '201301.245000', '201301.705000', '201302.165000', '201302.625000', '201303.085000', '201303.545000', '201304.005000', '201304.465000', '201304.925000', '201305.385000', '201305.845000', '201306.305000', '201306.765000', '201307.225000', '201307.685000', '201308.145000', '201308.605000', '201309.065000', '201309.525000', '201309.985000', '201310.445000', '201310.905000', '201311.365000', '201311.825000', '201312.285000', '201312.745000', '201313.205000', '201313.665000', '201314.125000', '201314.585000', '201315.045000', '201315.505000', '201315.965000', '201316.425000', '201316.885000', '201317.345000', '201317.805000', '201318.265000', '201318.725000', '201319.185000', '201319.645000', '201320.105000', '201320.565000', '201321.025000', '201321.485000', '201321.945000', '201322.405000', '201322.865000', '201323.325000', '201323.785000', '201324.245000', '201324.705000', '201325.165000', '201325.625000', '201326.085000', '201326.545000', '201327.005000', '201327.465000', '201327.925000', '201328.385000', '201328.845000', '201329.305000', '201329.765000', '201330.225000', '201330.685000', '201331.145000', '201331.605000', '201332.065000', '201332.525000', '201332.985000', '201333.445000', '201333.905000', '201334.365000', '201334.825000', '201335.285000', '201335.745000', '201336.205000', '201336.665000', '201337.125000', '201337.585000', '201338.045000', '201338.505000', '201338.965000', '201339.425000', '201339.885000', '201340.345000', '201340.805000', '201341.265000', '201341.725000', '201342.185000', '201342.645000', '201343.105000', '201343.565000', '201344.025000', '201344.485000', '201344.945000', '201345.405000', '201345.865000', '201346.325000', '201346.785000', '201347.245000', '201347.705000', '201348.165000', '201348.625000', '201349.085000', '201349.545000', '201350.005000', '201350.465000', '201350.925000', '201351.385000', '201351.845000', '201352.305000', '201352.765000', '201353.225000', '201353.685000', '201354.145000', '201354.605000', '201355.065000', '201355.525000', '201355.985000', '201356.445000', '201356.905000', '201357.365000', '201357.825000', '201358.285000', '201358.745000', '201359.205000', '201359.665000', '201400.125000', '201400.585000', '201401.045000', '201401.505000', '201401.965000', '201402.425000', '201402.885000', '201403.345000', '201403.805000', '201404.265000', '201404.725000', '201405.185000', '201405.645000', '201406.105000', '201406.565000', '201407.025000', '201407.485000', '201407.945000', '201408.405000', '201408.865000', '201409.325000', '201409.785000', '201410.245000', '201410.705000', '201411.165000', '201411.625000', '201412.085000', '201412.545000', '201413.005000', '201413.465000', '201413.925000', '201414.385000', '201414.845000', '201415.305000', '201415.765000', '201416.225000', '201416.685000', '201417.145000', '201417.605000', '201418.065000', '201418.525000', '201418.985000', '201419.445000', '201419.905000', '201420.365000', '201420.825000', '201421.285000', '201421.745000', '201422.205000', '201422.665000', '201423.125000', '201423.585000', '201424.045000', '201424.505000', '201424.965000', '201425.425000', '201425.885000', '201426.345000', '201426.805000', '201427.265000', '201427.725000', '201428.185000', '201428.645000', '201429.105000', '201429.565000', '201430.025000', '201430.485000', '201430.945000', '201431.405000', '201431.865000', '201432.325000', '201432.785000', '201433.245000', '201433.705000', '201434.165000', '201434.625000', '201435.085000', '201435.545000', '201436.005000', '201436.465000', '201436.925000', '201437.385000', '201437.845000', '201438.305000', '201438.765000', '201439.225000', '201439.685000', '201440.145000', '201440.605000', '201441.065000', '201441.525000', '201441.985000', '201442.445000', '201442.905000', '201443.365000', '201443.825000', '201444.285000', '201444.745000', '201445.205000', '201445.665000', '201446.125000', '201446.585000', '201447.045000', '201447.505000', '201447.965000', '201448.425000', '201448.885000', '201449.345000', '201449.805000', '201450.265000', '201450.725000', '201451.185000', '201451.645000', '201452.105000', '201452.565000', '201453.025000', '201453.485000', '201453.945000', '201454.405000', '201454.865000', '201455.325000', '201455.785000', '201456.245000', '201456.705000', '201457.165000', '201457.625000', '201458.085000', '201458.545000', '201459.005000', '201459.465000', '201459.925000', '201500.385000', '201500.845000', '201501.305000', '201501.765000', '201502.225000', '201502.685000', '201503.145000', '201503.605000', '201504.065000', '201504.525000', '201504.985000', '201505.445000', '201505.905000', '201506.365000', '201506.825000', '201507.285000', '201507.745000', '201508.205000', '201508.665000', '201509.125000', '201509.585000', '201510.045000', '201510.505000', '201510.965000', '201511.425000', '201511.885000', '201512.345000', '201512.805000', '201513.265000', '201513.725000', '201514.185000', '201514.645000', '201515.105000', '201515.565000', '201516.025000', '201516.485000', '201516.945000', '201517.405000', '201517.865000', '201518.325000', '201518.785000', '201519.245000', '201519.705000', '201520.165000', '201520.625000', '201521.085000', '201521.545000', '201522.005000', '201522.465000', '201522.925000', '201523.385000', '201523.845000', '201524.305000', '201524.765000', '201525.225000', '201525.685000', '201526.145000', '201526.605000', '201527.065000', '201527.525000', '201527.985000', '201528.445000', '201528.905000', '201529.365000', '201529.825000', '201530.285000', '201530.745000', '201531.205000', '201531.665000', '201532.125000', '201532.585000', '201533.045000', '201533.505000', '201533.965000', '201534.425000', '201534.885000', '201535.345000', '201535.805000', '201536.265000', '201536.725000', '201537.185000', '201537.645000', '201538.105000', '201538.565000', '201539.025000', '201539.485000', '201539.945000', '201540.405000', '201540.865000', '201541.325000', '201541.785000', '201542.245000', '201542.705000', '201543.165000', '201543.625000', '201544.085000', '201544.545000', '201545.005000', '201545.465000', '201545.925000', '201546.385000', '201546.845000', '201547.305000', '201547.765000', '201548.225000', '201548.685000', '201549.145000', '201549.605000', '201550.065000', '201550.525000', '201550.985000', '201551.445000', '201551.905000', '201552.365000', '201552.825000', '201553.285000', '201553.745000', '201554.205000', '201554.665000', '201555.125000', '201555.585000', '201556.045000', '201556.505000', '201556.965000', '201557.425000', '201557.885000', '201558.345000', '201558.805000', '201559.265000', '201559.725000', '201600.185000', '201600.645000', '201601.105000', '201601.565000', '201602.025000', '201602.485000', '201602.945000', '201603.405000', '201603.865000', '201604.325000', '201604.785000', '201605.245000', '201605.705000', '201606.165000', '201606.625000', '201607.085000', '201607.545000', '201608.005000', '201608.465000', '201608.925000', '201609.385000', '201609.845000', '201610.305000', '201610.765000', '201611.225000', '201611.685000', '201612.145000', '201612.605000', '201613.065000', '201613.525000', '201613.985000', '201614.445000', '201614.905000', '201615.365000', '201615.825000', '201616.285000', '201616.745000', '201617.205000', '201617.665000', '201618.125000', '201618.585000', '201619.045000', '201619.505000', '201619.965000', '201620.425000', '201620.885000', '201621.345000', '201621.805000', '201622.265000', '201622.725000', '201623.185000', '201623.645000', '201624.105000', '201624.565000', '201625.025000', '201625.485000', '201625.945000', '201626.405000', '201626.865000', '201627.325000', '201627.785000', '201628.245000', '201628.705000', '201629.165000', '201629.625000', '201630.085000', '201630.545000', '201631.005000', '201631.465000', '201631.925000', '201632.385000', '201632.845000', '201633.305000', '201633.765000', '201634.225000', '201634.685000', '201635.145000', '201635.605000', '201636.065000', '201636.525000', '201636.985000', '201637.445000', '201637.905000', '201638.365000', '201638.825000', '201639.285000', '201639.745000', '201640.205000', '201640.665000', '201641.125000', '201641.585000', '201642.045000', '201642.505000', '201642.965000', '201643.425000', '201643.885000', '201644.345000', '201644.805000', '201645.265000', '201645.725000', '201646.185000', '201646.645000', '201647.105000', '201647.565000', '201648.025000', '201648.485000', '201648.945000', '201649.405000', '201649.865000', '201650.325000', '201650.785000', '201651.245000', '201651.705000', '201652.165000', '201652.625000', '201653.085000', '201653.545000', '201654.005000', '201654.465000', '201654.925000', '201655.385000', '201655.845000', '201656.305000', '201656.765000', '201657.225000', '201657.685000', '201658.145000', '201658.605000', '201659.065000', '201659.525000', '201659.985000', '201700.445000', '201700.905000', '201701.365000', '201701.825000', '201702.285000', '201702.745000', '201703.205000', '201703.665000', '201704.125000', '201704.585000', '201705.045000', '201705.505000', '201705.965000', '201706.425000', '201706.885000', '201707.345000', '201707.805000', '201708.265000', '201708.725000', '201709.185000', '201709.645000', '201710.105000', '201710.565000', '201711.025000', '201711.485000', '201711.945000', '201712.405000', '201712.865000', '201713.325000', '201713.785000', '201714.245000', '201714.705000', '201715.165000', '201715.625000', '201716.085000', '201716.545000', '201717.005000', '201717.465000', '201717.925000', '201718.385000', '201718.845000', '201719.305000', '201719.765000', '201720.225000', '201720.685000', '201721.145000', '201721.605000', '201722.065000', '201722.525000', '201722.985000', '201723.445000', '201723.905000', '201724.365000', '201724.825000', '201725.285000', '201725.745000', '201726.205000', '201726.665000', '201727.125000', '201727.585000', '201728.045000', '201728.505000', '201728.965000', '201729.425000', '201729.885000', '201730.345000', '201730.805000', '201731.265000', '201731.725000', '201732.185000', '201732.645000', '201733.105000', '201733.565000', '201734.025000', '201734.485000', '201734.945000', '201735.405000', '201735.865000', '201736.325000', '201736.785000', '201737.245000', '201737.705000', '201738.165000', '201738.625000', '201739.085000', '201739.545000', '201740.005000', '201740.465000', '201740.925000', '201741.385000', '201741.845000', '201742.305000', '201742.765000', '201743.225000', '201743.685000', '201744.145000', '201744.605000', '201745.065000', '201745.525000', '201745.985000', '201746.445000', '201746.905000', '201747.365000', '201747.825000', '201748.285000', '201748.745000', '201749.205000', '201749.665000', '201750.125000', '201750.585000', '201751.045000', '201751.505000', '201751.965000', '201752.425000', '201752.885000', '201753.345000', '201753.805000', '201754.265000', '201754.725000', '201755.185000', '201755.645000', '201756.105000', '201756.565000', '201757.025000', '201757.485000', '201757.945000', '201758.405000', '201758.865000', '201759.325000', '201759.785000', '201800.245000', '201800.705000', '201801.165000', '201801.625000', '201802.085000', '201802.545000', '201803.005000', '201803.465000', '201803.925000', '201804.385000', '201804.845000', '201805.305000', '201805.765000', '201806.225000', '201806.685000', '201807.145000', '201807.605000', '201808.065000', '201808.525000', '201808.985000', '201809.445000', '201809.905000', '201810.365000', '201810.825000', '201811.285000', '201811.745000', '201812.205000', '201812.665000', '201813.125000', '201813.585000', '201814.045000', '201814.505000', '201814.965000', '201815.425000', '201815.885000', '201816.345000', '201816.805000', '201817.265000', '201817.725000', '201818.185000', '201818.645000', '201819.105000', '201819.565000', '201820.025000', '201820.485000', '201820.945000', '201821.405000', '201821.865000', '201822.325000', '201822.785000', '201823.245000', '201823.705000', '201824.165000', '201824.625000', '201825.085000', '201825.545000', '201826.005000', '201826.465000', '201826.925000', '201827.385000', '201827.845000', '201828.305000', '201828.765000', '201829.225000', '201829.685000', '201830.145000', '201830.605000', '201831.065000', '201831.525000', '201831.985000', '201832.445000', '201832.905000', '201833.365000', '201833.825000', '201834.285000', '201834.745000', '201835.205000', '201835.665000', '201836.125000', '201836.585000', '201837.045000', '201837.505000', '201837.965000', '201838.425000', '201838.885000', '201839.345000', '201839.805000', '201840.265000', '201840.725000', '201841.185000', '201841.645000', '201842.105000', '201842.565000', '201843.025000'], 'ContentTime': ['201231.755000', '201231.758000', '201231.761000', '201231.764000', '201231.767000', '201231.769000', '201231.772000', '201231.775000', '201231.777000', '201231.780000', '201231.782000', '201231.785000', '201231.790000', '201231.793000', '201231.795000', '201231.798000', '201231.800000', '201231.803000', '201231.805000', '201231.808000', '201231.810000', '201231.813000', '201231.815000', '201231.818000', '201231.821000', '201231.823000', '201231.826000', '201231.828000', '201231.831000', '201231.833000', '201231.836000', '201231.839000', '201231.841000', '201231.844000', '201231.846000', '201231.849000', '201231.851000', '201231.854000', '201231.856000', '201231.859000', '201231.861000', '201231.864000', '201231.867000', '201231.869000', '201231.872000', '201231.874000', '201231.877000', '201231.879000', '201231.882000', '201231.884000', '201231.887000', '201231.889000', '201231.892000', '201231.897000', '201231.899000', '201231.902000', '201231.904000', '201231.907000', '201231.910000', '201231.912000', '201231.915000', '201231.917000', '201251.722000', '201251.724000', '201251.727000', '201251.730000', '201251.732000', '201251.735000', '201251.737000', '201251.740000', '201251.742000', '201251.745000', '201251.747000', '201251.750000', '201251.753000', '201251.755000', '201251.758000', '201251.760000', '201251.763000', '201251.765000', '201251.768000', '201251.770000', '201251.773000', '201251.775000', '201251.778000', '201251.781000', '201251.783000', '201251.786000', '201251.788000', '201251.791000', '201251.794000', '201251.796000', '201251.799000', '201251.801000', '201251.804000', '201251.806000', '201251.809000', '201251.812000', '201251.814000', '201251.817000', '201251.819000', '201251.822000', '201251.825000', '201251.827000', '201251.830000', '201251.832000', '201311.721000', '201311.724000', '201311.727000', '201311.729000', '201311.732000', '201311.734000', '201311.737000', '201311.740000', '201311.742000', '201311.745000', '201311.747000', '201311.750000', '201311.752000', '201311.759000', '201311.761000', '201311.764000', '201311.766000', '201311.769000', '201311.771000', '201311.774000', '201311.777000', '201311.779000', '201311.782000', '201311.784000', '201311.787000', '201311.790000', '201311.792000', '201311.795000', '201311.797000', '201311.800000', '201311.802000', '201311.805000', '201311.808000', '201311.811000', '201311.814000', '201311.817000', '201311.820000', '201311.822000', '201311.825000', '201311.827000', '201311.830000', '201311.832000', '201311.835000', '201331.721000', '201331.724000', '201331.727000', '201331.729000', '201331.732000', '201331.735000', '201331.737000', '201331.740000', '201331.742000', '201331.745000', '201331.748000', '201331.750000', '201331.753000', '201331.755000', '201331.758000', '201331.760000', '201331.763000', '201331.765000', '201331.768000', '201331.771000', '201331.773000', '201331.776000', '201331.778000', '201331.781000', '201331.783000', '201331.786000', '201331.788000', '201331.791000', '201331.794000', '201331.796000', '201331.799000', '201331.801000', '201331.804000', '201331.806000', '201331.822000', '201331.825000', '201331.827000', '201331.830000', '201331.832000', '201331.835000', '201331.837000', '201331.840000', '201331.843000', '201331.845000', '201351.722000', '201351.724000', '201351.727000', '201351.730000', '201351.732000', '201351.735000', '201351.737000', '201351.740000', '201351.742000', '201351.745000', '201351.748000', '201351.751000', '201351.754000', '201351.757000', '201351.759000', '201351.762000', '201351.765000', '201351.767000', '201351.770000', '201351.772000', '201351.775000', '201351.777000', '201351.780000', '201351.783000', '201351.785000', '201351.788000', '201351.790000', '201351.793000', '201351.795000', '201351.798000', '201351.800000', '201351.803000', '201351.806000', '201351.808000', '201351.811000', '201351.813000', '201351.816000', '201351.818000', '201351.821000', '201351.824000', '201351.826000', '201351.829000', '201351.831000', '201411.722000', '201411.724000', '201411.727000', '201411.729000', '201411.732000', '201411.735000', '201411.737000', '201411.740000', '201411.742000', '201411.745000', '201411.747000', '201411.750000', '201411.753000', '201411.755000', '201411.758000', '201411.760000', '201411.763000', '201411.765000', '201411.768000', '201411.771000', '201411.773000', '201411.776000', '201411.778000', '201411.781000', '201411.783000', '201411.786000', '201411.788000', '201411.791000', '201411.794000', '201411.796000', '201411.799000', '201411.801000', '201411.804000', '201411.807000', '201411.809000', '201411.814000', '201411.816000', '201411.819000', '201411.821000', '201411.824000', '201411.827000', '201411.829000', '201411.832000', '201411.834000', '201431.721000', '201431.724000', '201431.727000', '201431.729000', '201431.732000', '201431.735000', '201431.737000', '201431.740000', '201431.743000', '201431.745000', '201431.748000', '201431.750000', '201431.753000', '201431.755000', '201431.758000', '201431.760000', '201431.763000', '201431.766000', '201431.768000', '201431.771000', '201431.773000', '201431.776000', '201431.779000', '201431.781000', '201431.784000', '201431.786000', '201431.789000', '201431.791000', '201431.794000', '201431.796000', '201431.799000', '201431.802000', '201431.804000', '201431.807000', '201431.809000', '201431.812000', '201431.815000', '201431.817000', '201431.820000', '201431.822000', '201431.825000', '201431.827000', '201431.830000', '201451.721000', '201451.724000', '201451.727000', '201451.730000', '201451.732000', '201451.735000', '201451.738000', '201451.740000', '201451.743000', '201451.746000', '201451.748000', '201451.751000', '201451.753000', '201451.756000', '201451.758000', '201451.761000', '201451.764000', '201451.766000', '201451.769000', '201451.772000', '201451.774000', '201451.777000', '201451.780000', '201451.782000', '201451.785000', '201451.787000', '201451.790000', '201451.793000', '201451.795000', '201451.798000', '201451.800000', '201451.803000', '201451.806000', '201451.808000', '201451.811000', '201451.814000', '201451.816000', '201451.819000', '201451.821000', '201451.824000', '201451.827000', '201451.829000', '201451.832000', '201451.835000', '201511.722000', '201511.724000', '201511.727000', '201511.730000', '201511.732000', '201511.735000', '201511.737000', '201511.740000', '201511.742000', '201511.745000', '201511.748000', '201511.750000', '201511.753000', '201511.755000', '201511.758000', '201511.760000', '201511.763000', '201511.766000', '201511.768000', '201511.771000', '201511.773000', '201511.776000', '201511.778000', '201511.781000', '201511.784000', '201511.786000', '201511.789000', '201511.791000', '201511.794000', '201511.814000', '201511.817000', '201511.819000', '201511.822000', '201511.824000', '201511.827000', '201511.829000', '201511.832000', '201511.835000', '201511.837000', '201511.840000', '201511.842000', '201511.845000', '201511.847000', '201531.722000', '201531.724000', '201531.727000', '201531.730000', '201531.732000', '201531.735000', '201531.737000', '201531.740000', '201531.743000', '201531.745000', '201531.748000', '201531.750000', '201531.753000', '201531.756000', '201531.758000', '201531.761000', '201531.763000', '201531.766000', '201531.769000', '201531.771000', '201531.774000', '201531.776000', '201531.779000', '201531.781000', '201531.784000', '201531.787000', '201531.789000', '201531.792000', '201531.794000', '201531.797000', '201531.799000', '201531.802000', '201531.805000', '201531.807000', '201531.810000', '201531.812000', '201531.815000', '201531.817000', '201531.820000', '201531.822000', '201531.825000', '201531.828000', '201531.830000', '201531.833000', '201551.721000', '201551.724000', '201551.727000', '201551.729000', '201551.732000', '201551.735000', '201551.737000', '201551.740000', '201551.742000', '201551.745000', '201551.747000', '201551.750000', '201551.753000', '201551.755000', '201551.758000', '201551.760000', '201551.763000', '201551.766000', '201551.768000', '201551.771000', '201551.773000', '201551.776000', '201551.778000', '201551.781000', '201551.784000', '201551.786000', '201551.789000', '201551.791000', '201551.794000', '201551.797000', '201551.799000', '201551.802000', '201551.804000', '201551.807000', '201551.809000', '201551.812000', '201551.814000', '201551.817000', '201551.820000', '201551.822000', '201551.825000', '201551.827000', '201551.830000', '201611.721000', '201611.724000', '201611.727000', '201611.729000', '201611.732000', '201611.735000', '201611.737000', '201611.740000', '201611.742000', '201611.745000', '201611.748000', '201611.750000', '201611.753000', '201611.755000', '201611.758000', '201611.760000', '201611.763000', '201611.766000', '201611.768000', '201611.771000', '201611.773000', '201611.776000', '201611.779000', '201611.781000', '201611.784000', '201611.786000', '201611.789000', '201611.791000', '201611.794000', '201611.797000', '201611.823000', '201611.826000', '201611.828000', '201611.831000', '201611.834000', '201611.836000', '201611.839000', '201611.841000', '201611.844000', '201611.846000', '201611.849000', '201611.852000', '201611.854000', '201611.857000', '201631.721000', '201631.724000', '201631.727000', '201631.729000', '201631.732000', '201631.735000', '201631.737000', '201631.740000', '201631.742000', '201631.745000', '201631.747000', '201631.750000', '201631.753000', '201631.755000', '201631.758000', '201631.760000', '201631.763000', '201631.765000', '201631.768000', '201631.771000', '201631.773000', '201631.776000', '201631.778000', '201631.781000', '201631.783000', '201631.786000', '201631.789000', '201631.791000', '201631.794000', '201631.796000', '201631.799000', '201631.801000', '201631.804000', '201631.807000', '201631.809000', '201631.812000', '201631.814000', '201631.817000', '201631.819000', '201631.822000', '201631.825000', '201631.827000', '201631.830000', '201651.721000', '201651.724000', '201651.727000', '201651.730000', '201651.732000', '201651.735000', '201651.738000', '201651.740000', '201651.743000', '201651.745000', '201651.748000', '201651.761000', '201651.763000', '201651.766000', '201651.768000', '201651.771000', '201651.774000', '201651.776000', '201651.779000', '201651.781000', '201651.784000', '201651.787000', '201651.789000', '201651.792000', '201651.795000', '201651.797000', '201651.800000', '201651.802000', '201651.805000', '201651.808000', '201651.810000', '201651.813000', '201651.815000', '201651.818000', '201651.821000', '201651.823000', '201651.826000', '201651.828000', '201651.831000', '201651.834000', '201651.836000', '201651.839000', '201651.841000', '201651.844000', '201711.721000', '201711.724000', '201711.727000', '201711.729000', '201711.732000', '201711.735000', '201711.737000', '201711.740000', '201711.743000', '201711.745000', '201711.748000', '201711.750000', '201711.753000', '201711.755000', '201711.758000', '201711.760000', '201711.763000', '201711.766000', '201711.768000', '201711.771000', '201711.773000', '201711.776000', '201711.778000', '201711.781000', '201711.783000', '201711.786000', '201711.789000', '201711.791000', '201711.794000', '201711.796000', '201711.799000', '201711.802000', '201711.804000', '201711.807000', '201711.809000', '201711.812000', '201711.814000', '201711.817000', '201711.820000', '201711.822000', '201711.825000', '201711.827000', '201711.830000', '201731.721000', '201731.724000', '201731.727000', '201731.729000', '201731.732000', '201731.735000', '201731.737000', '201731.740000', '201731.742000', '201731.745000', '201731.748000', '201731.750000', '201731.753000', '201731.755000', '201731.758000', '201731.760000', '201731.763000', '201731.766000', '201731.768000', '201731.771000', '201731.773000', '201731.776000', '201731.778000', '201731.781000', '201731.784000', '201731.786000', '201731.789000', '201731.791000', '201731.794000', '201731.796000', '201731.799000', '201731.802000', '201731.804000', '201731.807000', '201731.809000', '201731.812000', '201731.814000', '201731.817000', '201731.820000', '201731.822000', '201731.825000', '201731.827000', '201731.830000', '201751.722000', '201751.724000', '201751.727000', '201751.730000', '201751.732000', '201751.735000', '201751.737000', '201751.740000', '201751.743000', '201751.745000', '201751.748000', '201751.750000', '201751.753000', '201751.756000', '201751.758000', '201751.761000', '201751.763000', '201751.766000', '201751.768000', '201751.771000', '201751.774000', '201751.776000', '201751.779000', '201751.781000', '201751.784000', '201751.787000', '201751.789000', '201751.792000', '201751.794000', '201751.797000', '201751.799000', '201751.802000', '201751.805000', '201751.807000', '201751.810000', '201751.812000', '201751.815000', '201751.817000', '201751.820000', '201751.823000', '201751.825000', '201751.828000', '201751.830000', '201751.833000', '201811.722000', '201811.725000', '201811.727000', '201811.730000', '201811.732000', '201811.735000', '201811.738000', '201811.740000', '201811.743000', '201811.745000', '201811.748000', '201811.751000', '201811.753000', '201811.756000', '201811.758000', '201811.761000', '201811.763000', '201811.766000', '201811.770000', '201811.774000', '201811.776000', '201811.779000', '201811.792000', '201811.795000', '201811.797000', '201811.800000', '201811.803000', '201811.805000', '201811.808000', '201811.810000', '201811.813000', '201811.816000', '201811.818000', '201811.821000', '201811.823000', '201811.826000', '201811.829000', '201811.831000', '201811.834000', '201811.836000', '201811.839000', '201811.842000', '201811.844000', '201831.721000', '201831.724000', '201831.727000', '201831.729000', '201831.732000', '201831.735000', '201831.737000', '201831.740000', '201831.742000', '201831.745000', '201831.748000', '201831.750000', '201831.753000', '201831.755000', '201831.758000', '201831.760000', '201831.763000', '201831.766000', '201831.768000', '201831.771000', '201831.773000', '201831.776000', '201831.779000', '201831.781000', '201831.784000', '201831.786000', '201831.789000', '201831.791000', '201831.794000', '201831.797000', '201831.799000', '201831.802000', '201831.804000', '201831.807000', '201831.809000', '201831.812000', '201831.815000', '201831.817000', '201831.820000', '201831.822000', '201831.825000', '201831.828000', '201831.830000', '201831.833000', '201843.903000', '201843.906000', '201843.909000', '201843.912000', '201843.915000', '201843.917000', '201843.920000', '201843.923000', '201843.926000', '201843.929000', '201843.931000', '201843.934000', '201843.936000', '201843.939000', '201843.942000', '201843.944000', '201843.947000', '201843.950000', '201843.953000', '201843.955000', '201843.958000', '201843.961000', '201843.963000', '201843.966000', '201843.969000', '201843.971000', '201843.974000'], 'InstanceCreationTime': ['201231.755000', '201231.758000', '201231.761000', '201231.764000', '201231.767000', '201231.769000', '201231.772000', '201231.775000', '201231.777000', '201231.780000', '201231.782000', '201231.785000', '201231.790000', '201231.793000', '201231.795000', '201231.798000', '201231.800000', '201231.803000', '201231.805000', '201231.808000', '201231.810000', '201231.813000', '201231.815000', '201231.818000', '201231.821000', '201231.823000', '201231.826000', '201231.828000', '201231.831000', '201231.833000', '201231.836000', '201231.839000', '201231.841000', '201231.844000', '201231.846000', '201231.849000', '201231.851000', '201231.854000', '201231.856000', '201231.859000', '201231.861000', '201231.864000', '201231.867000', '201231.869000', '201231.872000', '201231.874000', '201231.877000', '201231.879000', '201231.882000', '201231.884000', '201231.887000', '201231.889000', '201231.892000', '201231.897000', '201231.899000', '201231.902000', '201231.904000', '201231.907000', '201231.910000', '201231.912000', '201231.915000', '201231.917000', '201251.722000', '201251.724000', '201251.727000', '201251.730000', '201251.732000', '201251.735000', '201251.737000', '201251.740000', '201251.742000', '201251.745000', '201251.747000', '201251.750000', '201251.753000', '201251.755000', '201251.758000', '201251.760000', '201251.763000', '201251.765000', '201251.768000', '201251.770000', '201251.773000', '201251.775000', '201251.778000', '201251.781000', '201251.783000', '201251.786000', '201251.788000', '201251.791000', '201251.794000', '201251.796000', '201251.799000', '201251.801000', '201251.804000', '201251.806000', '201251.809000', '201251.812000', '201251.814000', '201251.817000', '201251.819000', '201251.822000', '201251.825000', '201251.827000', '201251.830000', '201251.832000', '201311.721000', '201311.724000', '201311.727000', '201311.729000', '201311.732000', '201311.734000', '201311.737000', '201311.740000', '201311.742000', '201311.745000', '201311.747000', '201311.750000', '201311.752000', '201311.759000', '201311.761000', '201311.764000', '201311.766000', '201311.769000', '201311.771000', '201311.774000', '201311.777000', '201311.779000', '201311.782000', '201311.784000', '201311.787000', '201311.790000', '201311.792000', '201311.795000', '201311.797000', '201311.800000', '201311.802000', '201311.805000', '201311.808000', '201311.811000', '201311.814000', '201311.817000', '201311.820000', '201311.822000', '201311.825000', '201311.827000', '201311.830000', '201311.832000', '201311.835000', '201331.721000', '201331.724000', '201331.727000', '201331.729000', '201331.732000', '201331.735000', '201331.737000', '201331.740000', '201331.742000', '201331.745000', '201331.748000', '201331.750000', '201331.753000', '201331.755000', '201331.758000', '201331.760000', '201331.763000', '201331.765000', '201331.768000', '201331.771000', '201331.773000', '201331.776000', '201331.778000', '201331.781000', '201331.783000', '201331.786000', '201331.788000', '201331.791000', '201331.794000', '201331.796000', '201331.799000', '201331.801000', '201331.804000', '201331.806000', '201331.822000', '201331.825000', '201331.827000', '201331.830000', '201331.832000', '201331.835000', '201331.837000', '201331.840000', '201331.843000', '201331.845000', '201351.722000', '201351.724000', '201351.727000', '201351.730000', '201351.732000', '201351.735000', '201351.737000', '201351.740000', '201351.742000', '201351.745000', '201351.748000', '201351.751000', '201351.754000', '201351.757000', '201351.759000', '201351.762000', '201351.765000', '201351.767000', '201351.770000', '201351.772000', '201351.775000', '201351.777000', '201351.780000', '201351.783000', '201351.785000', '201351.788000', '201351.790000', '201351.793000', '201351.795000', '201351.798000', '201351.800000', '201351.803000', '201351.806000', '201351.808000', '201351.811000', '201351.813000', '201351.816000', '201351.818000', '201351.821000', '201351.824000', '201351.826000', '201351.829000', '201351.831000', '201411.722000', '201411.724000', '201411.727000', '201411.729000', '201411.732000', '201411.735000', '201411.737000', '201411.740000', '201411.742000', '201411.745000', '201411.747000', '201411.750000', '201411.753000', '201411.755000', '201411.758000', '201411.760000', '201411.763000', '201411.765000', '201411.768000', '201411.771000', '201411.773000', '201411.776000', '201411.778000', '201411.781000', '201411.783000', '201411.786000', '201411.788000', '201411.791000', '201411.794000', '201411.796000', '201411.799000', '201411.801000', '201411.804000', '201411.807000', '201411.809000', '201411.814000', '201411.816000', '201411.819000', '201411.821000', '201411.824000', '201411.827000', '201411.829000', '201411.832000', '201411.834000', '201431.721000', '201431.724000', '201431.727000', '201431.729000', '201431.732000', '201431.735000', '201431.737000', '201431.740000', '201431.743000', '201431.745000', '201431.748000', '201431.750000', '201431.753000', '201431.755000', '201431.758000', '201431.760000', '201431.763000', '201431.766000', '201431.768000', '201431.771000', '201431.773000', '201431.776000', '201431.779000', '201431.781000', '201431.784000', '201431.786000', '201431.789000', '201431.791000', '201431.794000', '201431.796000', '201431.799000', '201431.802000', '201431.804000', '201431.807000', '201431.809000', '201431.812000', '201431.815000', '201431.817000', '201431.820000', '201431.822000', '201431.825000', '201431.827000', '201431.830000', '201451.721000', '201451.724000', '201451.727000', '201451.730000', '201451.732000', '201451.735000', '201451.738000', '201451.740000', '201451.743000', '201451.746000', '201451.748000', '201451.751000', '201451.753000', '201451.756000', '201451.758000', '201451.761000', '201451.764000', '201451.766000', '201451.769000', '201451.772000', '201451.774000', '201451.777000', '201451.780000', '201451.782000', '201451.785000', '201451.787000', '201451.790000', '201451.793000', '201451.795000', '201451.798000', '201451.800000', '201451.803000', '201451.806000', '201451.808000', '201451.811000', '201451.814000', '201451.816000', '201451.819000', '201451.821000', '201451.824000', '201451.827000', '201451.829000', '201451.832000', '201451.835000', '201511.722000', '201511.724000', '201511.727000', '201511.730000', '201511.732000', '201511.735000', '201511.737000', '201511.740000', '201511.742000', '201511.745000', '201511.748000', '201511.750000', '201511.753000', '201511.755000', '201511.758000', '201511.760000', '201511.763000', '201511.766000', '201511.768000', '201511.771000', '201511.773000', '201511.776000', '201511.778000', '201511.781000', '201511.784000', '201511.786000', '201511.789000', '201511.791000', '201511.794000', '201511.814000', '201511.817000', '201511.819000', '201511.822000', '201511.824000', '201511.827000', '201511.829000', '201511.832000', '201511.835000', '201511.837000', '201511.840000', '201511.842000', '201511.845000', '201511.847000', '201531.722000', '201531.724000', '201531.727000', '201531.730000', '201531.732000', '201531.735000', '201531.737000', '201531.740000', '201531.743000', '201531.745000', '201531.748000', '201531.750000', '201531.753000', '201531.756000', '201531.758000', '201531.761000', '201531.763000', '201531.766000', '201531.769000', '201531.771000', '201531.774000', '201531.776000', '201531.779000', '201531.781000', '201531.784000', '201531.787000', '201531.789000', '201531.792000', '201531.794000', '201531.797000', '201531.799000', '201531.802000', '201531.805000', '201531.807000', '201531.810000', '201531.812000', '201531.815000', '201531.817000', '201531.820000', '201531.822000', '201531.825000', '201531.828000', '201531.830000', '201531.833000', '201551.721000', '201551.724000', '201551.727000', '201551.729000', '201551.732000', '201551.735000', '201551.737000', '201551.740000', '201551.742000', '201551.745000', '201551.747000', '201551.750000', '201551.753000', '201551.755000', '201551.758000', '201551.760000', '201551.763000', '201551.766000', '201551.768000', '201551.771000', '201551.773000', '201551.776000', '201551.778000', '201551.781000', '201551.784000', '201551.786000', '201551.789000', '201551.791000', '201551.794000', '201551.797000', '201551.799000', '201551.802000', '201551.804000', '201551.807000', '201551.809000', '201551.812000', '201551.814000', '201551.817000', '201551.820000', '201551.822000', '201551.825000', '201551.827000', '201551.830000', '201611.721000', '201611.724000', '201611.727000', '201611.729000', '201611.732000', '201611.735000', '201611.737000', '201611.740000', '201611.742000', '201611.745000', '201611.748000', '201611.750000', '201611.753000', '201611.755000', '201611.758000', '201611.760000', '201611.763000', '201611.766000', '201611.768000', '201611.771000', '201611.773000', '201611.776000', '201611.779000', '201611.781000', '201611.784000', '201611.786000', '201611.789000', '201611.791000', '201611.794000', '201611.797000', '201611.823000', '201611.826000', '201611.828000', '201611.831000', '201611.834000', '201611.836000', '201611.839000', '201611.841000', '201611.844000', '201611.846000', '201611.849000', '201611.852000', '201611.854000', '201611.857000', '201631.721000', '201631.724000', '201631.727000', '201631.729000', '201631.732000', '201631.735000', '201631.737000', '201631.740000', '201631.742000', '201631.745000', '201631.747000', '201631.750000', '201631.753000', '201631.755000', '201631.758000', '201631.760000', '201631.763000', '201631.765000', '201631.768000', '201631.771000', '201631.773000', '201631.776000', '201631.778000', '201631.781000', '201631.783000', '201631.786000', '201631.789000', '201631.791000', '201631.794000', '201631.796000', '201631.799000', '201631.801000', '201631.804000', '201631.807000', '201631.809000', '201631.812000', '201631.814000', '201631.817000', '201631.819000', '201631.822000', '201631.825000', '201631.827000', '201631.830000', '201651.721000', '201651.724000', '201651.727000', '201651.730000', '201651.732000', '201651.735000', '201651.738000', '201651.740000', '201651.743000', '201651.745000', '201651.748000', '201651.761000', '201651.763000', '201651.766000', '201651.768000', '201651.771000', '201651.774000', '201651.776000', '201651.779000', '201651.781000', '201651.784000', '201651.787000', '201651.789000', '201651.792000', '201651.795000', '201651.797000', '201651.800000', '201651.802000', '201651.805000', '201651.808000', '201651.810000', '201651.813000', '201651.815000', '201651.818000', '201651.821000', '201651.823000', '201651.826000', '201651.828000', '201651.831000', '201651.834000', '201651.836000', '201651.839000', '201651.841000', '201651.844000', '201711.721000', '201711.724000', '201711.727000', '201711.729000', '201711.732000', '201711.735000', '201711.737000', '201711.740000', '201711.743000', '201711.745000', '201711.748000', '201711.750000', '201711.753000', '201711.755000', '201711.758000', '201711.760000', '201711.763000', '201711.766000', '201711.768000', '201711.771000', '201711.773000', '201711.776000', '201711.778000', '201711.781000', '201711.783000', '201711.786000', '201711.789000', '201711.791000', '201711.794000', '201711.796000', '201711.799000', '201711.802000', '201711.804000', '201711.807000', '201711.809000', '201711.812000', '201711.814000', '201711.817000', '201711.820000', '201711.822000', '201711.825000', '201711.827000', '201711.830000', '201731.721000', '201731.724000', '201731.727000', '201731.729000', '201731.732000', '201731.735000', '201731.737000', '201731.740000', '201731.742000', '201731.745000', '201731.748000', '201731.750000', '201731.753000', '201731.755000', '201731.758000', '201731.760000', '201731.763000', '201731.766000', '201731.768000', '201731.771000', '201731.773000', '201731.776000', '201731.778000', '201731.781000', '201731.784000', '201731.786000', '201731.789000', '201731.791000', '201731.794000', '201731.796000', '201731.799000', '201731.802000', '201731.804000', '201731.807000', '201731.809000', '201731.812000', '201731.814000', '201731.817000', '201731.820000', '201731.822000', '201731.825000', '201731.827000', '201731.830000', '201751.722000', '201751.724000', '201751.727000', '201751.730000', '201751.732000', '201751.735000', '201751.737000', '201751.740000', '201751.743000', '201751.745000', '201751.748000', '201751.750000', '201751.753000', '201751.756000', '201751.758000', '201751.761000', '201751.763000', '201751.766000', '201751.768000', '201751.771000', '201751.774000', '201751.776000', '201751.779000', '201751.781000', '201751.784000', '201751.787000', '201751.789000', '201751.792000', '201751.794000', '201751.797000', '201751.799000', '201751.802000', '201751.805000', '201751.807000', '201751.810000', '201751.812000', '201751.815000', '201751.817000', '201751.820000', '201751.823000', '201751.825000', '201751.828000', '201751.830000', '201751.833000', '201811.722000', '201811.725000', '201811.727000', '201811.730000', '201811.732000', '201811.735000', '201811.738000', '201811.740000', '201811.743000', '201811.745000', '201811.748000', '201811.751000', '201811.753000', '201811.756000', '201811.758000', '201811.761000', '201811.763000', '201811.766000', '201811.770000', '201811.774000', '201811.776000', '201811.779000', '201811.792000', '201811.795000', '201811.797000', '201811.800000', '201811.803000', '201811.805000', '201811.808000', '201811.810000', '201811.813000', '201811.816000', '201811.818000', '201811.821000', '201811.823000', '201811.826000', '201811.829000', '201811.831000', '201811.834000', '201811.836000', '201811.839000', '201811.842000', '201811.844000', '201831.721000', '201831.724000', '201831.727000', '201831.729000', '201831.732000', '201831.735000', '201831.737000', '201831.740000', '201831.742000', '201831.745000', '201831.748000', '201831.750000', '201831.753000', '201831.755000', '201831.758000', '201831.760000', '201831.763000', '201831.766000', '201831.768000', '201831.771000', '201831.773000', '201831.776000', '201831.779000', '201831.781000', '201831.784000', '201831.786000', '201831.789000', '201831.791000', '201831.794000', '201831.797000', '201831.799000', '201831.802000', '201831.804000', '201831.807000', '201831.809000', '201831.812000', '201831.815000', '201831.817000', '201831.820000', '201831.822000', '201831.825000', '201831.828000', '201831.830000', '201831.833000', '201843.903000', '201843.906000', '201843.909000', '201843.912000', '201843.915000', '201843.917000', '201843.920000', '201843.923000', '201843.926000', '201843.929000', '201843.931000', '201843.934000', '201843.936000', '201843.939000', '201843.942000', '201843.944000', '201843.947000', '201843.950000', '201843.953000', '201843.955000', '201843.958000', '201843.961000', '201843.963000', '201843.966000', '201843.969000', '201843.971000', '201843.974000'], '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': [7055, 8675, 9187, 9157, 9505, 10966, 8014, 11492, 9569, 11355, 10181, 6738, 8126, 5966, 11619, 9358, 8214, 6205, 6639, 5855, 5962, 6182, 8451, 5978, 11267, 9181, 11686, 10405, 10443, 9398, 7602, 10984, 6837, 11488, 8538, 11785, 7130, 10897, 6556, 10978, 6265, 10947, 5971, 10200, 6070, 6743, 6068, 5992, 6120, 6216, 5923, 5602, 6160, 6295, 5758, 6050, 5786, 5820, 6128, 6239, 8061, 6084, 8605, 6467, 8683, 6098, 11016, 7692, 11797, 7474, 11507, 8293, 11513, 9028, 11497, 9598, 10589, 9242, 6522, 8508, 8460, 7294, 8619, 7170, 10144, 8046, 5969, 7096, 5770, 6949, 5873, 8326, 6814, 8567, 6618, 6021, 8163, 6102, 9328, 8259, 10287, 7613, 11289, 5996, 10612, 6722, 10181, 7439, 7973, 9074, 7073, 10797, 8266, 10660, 6500, 10016, 6009, 9423, 6109, 9368, 6084, 9381, 7461, 7141, 5855, 5995, 6162, 5959, 7391, 5966, 9764, 7925, 7379, 7126, 6017, 8435, 6363, 9252, 6275, 10713, 9216, 8754, 7825, 6068, 7795, 6597, 11045, 7010, 11267, 9118, 10554, 9307, 6377, 7269, 6489, 9358, 6535, 10979, 7397, 10796, 9037, 9236, 7181, 6327, 6364, 5813, 7626, 6141, 9290, 6247, 8535, 5974, 7258, 6116, 6231, 8415, 6397, 9616, 6056, 9175, 6063, 6119, 8914, 7930, 11529, 7882, 6734, 8045, 7039, 9755, 6859, 7253, 7690, 5958, 9554, 7044, 10013, 7696, 9527, 6676, 9505, 6481, 10411, 6125, 9089, 5863, 8917, 6263, 9557, 6182, 9701, 6422, 9647, 8050, 5967, 5924, 6225, 6730, 5800, 8376, 6045, 11402, 10072, 6881, 6986, 6129, 7452, 6114, 8404, 5972, 8510, 6072, 8079, 8588, 8803, 11950, 10094, 12206, 10470, 12548, 11639, 12373, 12508, 8782, 8245, 7336, 7130, 6101, 6865, 6847, 7014, 9868, 7930, 6959, 10079, 6553, 11271, 7893, 11315, 8505, 11428, 8058, 11212, 6771, 11219, 6641, 9827, 6563, 6051, 6074, 5879, 8787, 5997, 6444, 5765, 5927, 5959, 6013, 6140, 5979, 6973, 6154, 8549, 6482, 6476, 6678, 9883, 7439, 11037, 11352, 12241, 13754, 10509, 9811, 7263, 11111, 6731, 9874, 6880, 7813, 8802, 7012, 9756, 7461, 11932, 6384, 11081, 5999, 6417, 8038, 6470, 7333, 6584, 9159, 6273, 9889, 6094, 8804, 7528, 6831, 9386, 6777, 12246, 9201, 13662, 11199, 7559, 8131, 6787, 8694, 6287, 10820, 6531, 11815, 9336, 7536, 8945, 7129, 9513, 7387, 11743, 7028, 12928, 8622, 13171, 8752, 12783, 11056, 12193, 8123, 7868, 7440, 6596, 7666, 6554, 8625, 6457, 12874, 6208, 10911, 6102, 7254, 6145, 6383, 8210, 6710, 11199, 6908, 12885, 6173, 7624, 7444, 6308, 8080, 6534, 10262, 6419, 11876, 6799, 11978, 7906, 12129, 7883, 11885, 9568, 8867, 12026, 6826, 9991, 6311, 10942, 6107, 6457, 7520, 6218, 11858, 5950, 6414, 6707, 6459, 9355, 6739, 10628, 7416, 10496, 6844, 12202, 6929, 11281, 6254, 10809, 6008, 10416, 6756, 7388, 10143, 6332, 8604, 5990, 8683, 6160, 8379, 7650, 6796, 11738, 6164, 10107, 6370, 9802, 8149, 9166, 11184, 8004, 11979, 6297, 10833, 6341, 11089, 7952, 10608, 9476, 7643, 8991, 6504, 8596, 6489, 10735, 8270, 10847, 10033, 7272, 9172, 6919, 11926, 7068, 12370, 8055, 11773, 8679, 11220, 9955, 6509, 7558, 6519, 7912, 6378, 10606, 6599, 11111, 9176, 10068, 9351, 6584, 6892, 6259, 7847, 6244, 9755, 6288, 9854, 9258, 6608, 7991, 6394, 8761, 6363, 10644, 7913, 9618, 9385, 6881, 8529, 6493, 9593, 6461, 11115, 7081, 10797, 9955, 7338, 8757, 6556, 9308, 6500, 10874, 7712, 10722, 8759, 7198, 11711, 6684, 9712, 6310, 8394, 6894, 6646, 8309, 6559, 11177, 6298, 9769, 6441, 6597, 8330, 6615, 10390, 6742, 10575, 6561, 8679, 6404, 7847, 9128, 6769, 9992, 6393, 9170, 6547, 10239, 7423, 10561, 9498, 8306, 11897, 8052, 10111, 6234, 9075, 7113, 9827, 8877, 11035, 8788, 11404, 8459, 8027, 8966, 7419, 8260, 6663, 8268, 6721, 8433, 6627, 8245, 6648, 10883, 6644, 9783, 6393, 7580, 6638, 6392, 6871, 6923, 8772, 6273, 9879, 6819, 8417, 9523, 6752, 8331, 6520, 8257, 6250, 6900, 8339, 6630, 10218, 6622, 9369, 6575, 9724, 8443, 9024, 10042, 6468, 9201, 6549, 9843, 6581, 10525, 9368, 7684, 9280, 6758, 9711, 6625, 10481, 7445, 9635, 8361, 8224, 9863, 6781, 9146, 6701, 8185, 6530, 8033, 6374, 8777, 7068, 10990, 6380, 9013, 6335, 8354, 6420, 8807, 6714, 7587, 9763, 6291, 8666, 6415, 9098, 6476, 10228, 7749, 10943, 9529, 7991, 9123, 6607, 8931, 6693, 10393, 7667, 12278, 7133, 6891, 8055, 6420, 7798, 7242, 6158, 7521, 6948, 7616, 6512, 6678, 12357, 10566, 12404, 9568, 7945, 8347, 6800, 9622, 6956, 10515, 8710, 10807, 9674, 8111, 7617, 6152, 9658, 6725, 10332, 8521, 11980, 11024, 7921, 8978, 6390, 8625, 6331, 9419, 7169, 10627, 7548, 10614, 8814, 11383, 7474, 11382, 6769, 9436, 6832, 9207, 9190, 8951, 9624, 6596, 8258, 6473, 8674, 6247, 9475, 6479, 11818, 6455, 10875, 6390, 10470, 6494, 11546, 8492, 10276, 11680, 7758, 10292, 6911, 10598, 6330, 12018, 10295, 7062, 8710, 7563, 9281, 6953, 12924, 10298, 10340, 7960, 9738, 12765, 9929, 13694, 7147, 10955, 6009, 10565, 6466, 12394, 11444, 11326, 13903, 7185, 9862, 6322, 7715, 6179, 10456, 8240, 11389, 6883, 6513, 7604, 6442, 7654, 6126, 7337, 6207, 10193, 6611, 11550, 6331, 10123, 6285, 8718, 7873, 7926, 11369, 8048, 12090, 6499, 9947, 6224, 10615, 6356, 11352, 7596, 12302, 10181, 8298, 8210, 9028, 7045, 7697, 9185, 7344, 12862, 7240, 11221, 6315, 10732, 6403, 10254, 8365, 9457, 11055, 7513, 9022, 6294, 9467, 6724, 11928, 9305, 11648, 10917, 8074, 8930, 6549, 8502, 6471, 10379, 7612, 11289, 7720, 11435, 6548, 8757, 5993, 8375, 6224, 9208, 6642, 7390, 6199, 6566, 6339, 6769, 6445, 6524, 9619, 6198, 9374, 6187, 9553, 6448, 11008, 7595, 11240, 7693, 12720, 6579, 10775, 6475, 10689, 6349, 11863, 9270, 11992, 10115, 6752, 8925, 8131, 8662, 7231, 9755, 6978, 12508, 7697, 12090, 6262, 10642, 6434], 'WindowCenter': [3833.0, 3853.0, 3839.0, 3838.0, 3837.0, 3845.0, 3826.0, 3857.0, 3848.0, 3845.0, 3844.0, 3801.0, 3814.0, 3749.0, 3845.0, 3850.0, 3821.0, 3779.0, 3789.0, 3764.0, 3777.0, 3776.0, 3807.0, 3778.0, 3843.0, 3824.0, 3830.0, 3819.0, 3804.0, 3794.0, 3770.0, 3802.0, 3761.0, 3830.0, 3794.0, 3802.0, 3758.0, 3799.0, 3747.0, 3788.0, 3749.0, 3798.0, 3747.0, 3789.0, 3747.0, 3759.0, 3746.0, 3749.0, 3748.0, 3761.0, 3761.0, 3763.0, 3776.0, 3786.0, 3779.0, 3791.0, 3781.0, 3783.0, 3791.0, 3794.0, 3821.0, 3793.0, 3824.0, 3804.0, 3833.0, 3794.0, 3846.0, 3826.0, 3856.0, 3812.0, 3843.0, 3826.0, 3846.0, 3824.0, 3844.0, 3833.0, 3832.0, 3822.0, 3791.0, 3820.0, 3809.0, 3799.0, 3808.0, 3800.0, 3832.0, 3809.0, 3778.0, 3798.0, 3777.0, 3799.0, 3781.0, 3823.0, 3802.0, 3823.0, 3802.0, 3791.0, 3822.0, 3792.0, 3834.0, 3823.0, 3833.0, 3812.0, 3832.0, 3780.0, 3831.0, 3789.0, 3820.0, 3799.0, 3800.0, 3808.0, 3788.0, 3830.0, 3811.0, 3819.0, 3777.0, 3818.0, 3779.0, 3819.0, 3779.0, 3818.0, 3777.0, 3820.0, 3799.0, 3799.0, 3778.0, 3780.0, 3793.0, 3791.0, 3813.0, 3793.0, 3835.0, 3823.0, 3813.0, 3801.0, 3793.0, 3822.0, 3803.0, 3834.0, 3793.0, 3834.0, 3834.0, 3823.0, 3813.0, 3791.0, 3811.0, 3798.0, 3845.0, 3803.0, 3845.0, 3821.0, 3833.0, 3821.0, 3790.0, 3801.0, 3789.0, 3822.0, 3790.0, 3830.0, 3800.0, 3830.0, 3820.0, 3820.0, 3788.0, 3776.0, 3789.0, 3769.0, 3801.0, 3780.0, 3821.0, 3789.0, 3810.0, 3781.0, 3799.0, 3790.0, 3791.0, 3823.0, 3805.0, 3849.0, 3793.0, 3837.0, 3791.0, 3790.0, 3835.0, 3826.0, 3855.0, 3837.0, 3800.0, 3823.0, 3813.0, 3833.0, 3802.0, 3801.0, 3811.0, 3780.0, 3822.0, 3800.0, 3821.0, 3800.0, 3820.0, 3790.0, 3819.0, 3777.0, 3818.0, 3778.0, 3807.0, 3766.0, 3808.0, 3777.0, 3819.0, 3777.0, 3818.0, 3802.0, 3820.0, 3809.0, 3777.0, 3778.0, 3778.0, 3789.0, 3779.0, 3825.0, 3805.0, 3858.0, 3832.0, 3814.0, 3801.0, 3791.0, 3800.0, 3791.0, 3822.0, 3794.0, 3824.0, 3791.0, 3824.0, 3823.0, 3825.0, 3843.0, 3832.0, 3843.0, 3845.0, 3841.0, 3830.0, 3771.0, 3779.0, 3770.0, 3784.0, 3759.0, 3745.0, 3736.0, 3747.0, 3744.0, 3757.0, 3778.0, 3767.0, 3759.0, 3789.0, 3749.0, 3799.0, 3768.0, 3788.0, 3769.0, 3787.0, 3756.0, 3787.0, 3745.0, 3786.0, 3747.0, 3777.0, 3747.0, 3748.0, 3751.0, 3754.0, 3792.0, 3761.0, 3772.0, 3762.0, 3765.0, 3775.0, 3778.0, 3777.0, 3777.0, 3799.0, 3779.0, 3836.0, 3688.0, 3762.0, 3834.0, 3843.0, 3812.0, 3845.0, 3801.0, 3862.0, 3762.0, 3681.0, 3852.0, 3814.0, 3835.0, 3791.0, 3823.0, 3789.0, 3799.0, 3806.0, 3776.0, 3807.0, 3788.0, 3831.0, 3775.0, 3819.0, 3767.0, 3778.0, 3810.0, 3789.0, 3801.0, 3789.0, 3820.0, 3790.0, 3824.0, 3781.0, 3825.0, 3814.0, 3803.0, 3821.0, 3804.0, 3857.0, 3837.0, 3858.0, 3834.0, 3802.0, 3801.0, 3792.0, 3812.0, 3791.0, 3831.0, 3792.0, 3843.0, 3824.0, 3809.0, 3823.0, 3804.0, 3833.0, 3801.0, 3841.0, 3802.0, 3843.0, 3812.0, 3841.0, 3810.0, 3840.0, 3831.0, 3830.0, 3796.0, 3796.0, 3801.0, 3790.0, 3800.0, 3779.0, 3810.0, 3780.0, 3841.0, 3781.0, 3831.0, 3777.0, 3798.0, 3780.0, 3779.0, 3811.0, 3804.0, 3833.0, 3801.0, 3843.0, 3781.0, 3799.0, 3803.0, 3790.0, 3812.0, 3792.0, 3832.0, 3780.0, 3834.0, 3792.0, 3833.0, 3814.0, 3841.0, 3813.0, 3830.0, 3823.0, 3822.0, 3844.0, 3804.0, 3834.0, 3789.0, 3845.0, 3793.0, 3790.0, 3814.0, 3781.0, 3844.0, 3779.0, 3789.0, 3791.0, 3790.0, 3821.0, 3792.0, 3834.0, 3802.0, 3834.0, 3792.0, 3842.0, 3788.0, 3831.0, 3780.0, 3821.0, 3778.0, 3820.0, 3791.0, 3803.0, 3832.0, 3791.0, 3823.0, 3793.0, 3823.0, 3795.0, 3825.0, 3814.0, 3805.0, 3847.0, 3784.0, 3835.0, 3794.0, 3835.0, 3816.0, 3836.0, 3847.0, 3814.0, 3846.0, 3793.0, 3833.0, 3792.0, 3834.0, 3814.0, 3835.0, 3836.0, 3811.0, 3824.0, 3790.0, 3813.0, 3791.0, 3834.0, 3824.0, 3835.0, 3834.0, 3802.0, 3823.0, 3802.0, 3833.0, 3792.0, 3843.0, 3812.0, 3832.0, 3812.0, 3832.0, 3821.0, 3778.0, 3796.0, 3778.0, 3800.0, 3790.0, 3820.0, 3791.0, 3830.0, 3822.0, 3822.0, 3822.0, 3791.0, 3789.0, 3789.0, 3810.0, 3789.0, 3823.0, 3792.0, 3832.0, 3824.0, 3792.0, 3813.0, 3792.0, 3823.0, 3792.0, 3834.0, 3812.0, 3835.0, 3825.0, 3803.0, 3812.0, 3789.0, 3822.0, 3793.0, 3833.0, 3802.0, 3834.0, 3835.0, 3802.0, 3811.0, 3791.0, 3822.0, 3790.0, 3832.0, 3812.0, 3833.0, 3823.0, 3803.0, 3844.0, 3791.0, 3822.0, 3791.0, 3812.0, 3803.0, 3790.0, 3823.0, 3793.0, 3843.0, 3793.0, 3832.0, 3792.0, 3792.0, 3825.0, 3804.0, 3847.0, 3805.0, 3836.0, 3805.0, 3823.0, 3793.0, 3815.0, 3837.0, 3805.0, 3837.0, 3793.0, 3825.0, 3793.0, 3834.0, 3813.0, 3834.0, 3837.0, 3826.0, 3846.0, 3813.0, 3822.0, 3783.0, 3812.0, 3803.0, 3822.0, 3824.0, 3831.0, 3812.0, 3834.0, 3813.0, 3800.0, 3809.0, 3789.0, 3797.0, 3778.0, 3796.0, 3778.0, 3799.0, 3779.0, 3810.0, 3788.0, 3820.0, 3779.0, 3821.0, 3779.0, 3801.0, 3832.0, 3785.0, 3761.0, 3743.0, 3764.0, 3728.0, 3807.0, 3792.0, 3826.0, 3849.0, 3805.0, 3826.0, 3793.0, 3810.0, 3791.0, 3802.0, 3826.0, 3806.0, 3848.0, 3804.0, 3839.0, 3818.0, 3837.0, 3826.0, 3824.0, 3823.0, 3780.0, 3824.0, 3794.0, 3835.0, 3806.0, 3847.0, 3837.0, 3815.0, 3823.0, 3792.0, 3823.0, 3792.0, 3832.0, 3803.0, 3822.0, 3814.0, 3813.0, 3823.0, 3788.0, 3823.0, 3790.0, 3800.0, 3778.0, 3800.0, 3777.0, 3810.0, 3791.0, 3832.0, 3779.0, 3810.0, 3791.0, 3811.0, 3790.0, 3822.0, 3790.0, 3815.0, 3835.0, 3793.0, 3824.0, 3794.0, 3826.0, 3795.0, 3835.0, 3817.0, 3846.0, 3837.0, 3814.0, 3824.0, 3794.0, 3823.0, 3793.0, 3834.0, 3826.0, 3858.0, 3804.0, 3805.0, 3813.0, 3805.0, 3829.0, 3733.0, 3681.0, 3709.0, 3728.0, 3768.0, 3791.0, 3904.0, 3898.0, 3861.0, 3864.0, 3853.0, 3829.0, 3840.0, 3818.0, 3850.0, 3819.0, 3861.0, 3856.0, 3862.0, 3852.0, 3841.0, 3841.0, 3810.0, 3848.0, 3818.0, 3849.0, 3838.0, 3857.0, 3860.0, 3829.0, 3840.0, 3809.0, 3839.0, 3808.0, 3848.0, 3818.0, 3849.0, 3830.0, 3851.0, 3841.0, 3863.0, 3843.0, 3875.0, 3821.0, 3849.0, 3820.0, 3851.0, 3851.0, 3850.0, 3849.0, 3819.0, 3839.0, 3808.0, 3841.0, 3809.0, 3852.0, 3821.0, 3872.0, 3820.0, 3861.0, 3823.0, 3865.0, 3818.0, 3872.0, 3853.0, 3865.0, 3886.0, 3834.0, 3865.0, 3832.0, 3876.0, 3836.0, 3874.0, 3865.0, 3831.0, 3852.0, 3842.0, 3852.0, 3832.0, 3871.0, 3863.0, 3860.0, 3855.0, 3862.0, 3889.0, 3851.0, 3873.0, 3818.0, 3847.0, 3809.0, 3850.0, 3809.0, 3871.0, 3848.0, 3862.0, 3870.0, 3806.0, 3846.0, 3808.0, 3815.0, 3795.0, 3835.0, 3826.0, 3846.0, 3803.0, 3795.0, 3827.0, 3805.0, 3827.0, 3794.0, 3817.0, 3808.0, 3850.0, 3818.0, 3858.0, 3807.0, 3849.0, 3807.0, 3838.0, 3829.0, 3829.0, 3857.0, 3828.0, 3859.0, 3808.0, 3849.0, 3805.0, 3847.0, 3808.0, 3860.0, 3829.0, 3861.0, 3850.0, 3837.0, 3837.0, 3839.0, 3819.0, 3827.0, 3851.0, 3830.0, 3872.0, 3829.0, 3860.0, 3808.0, 3861.0, 3818.0, 3850.0, 3839.0, 3864.0, 3862.0, 3831.0, 3840.0, 3809.0, 3848.0, 3821.0, 3861.0, 3851.0, 3860.0, 3851.0, 3829.0, 3838.0, 3804.0, 3838.0, 3804.0, 3846.0, 3825.0, 3849.0, 3817.0, 3847.0, 3795.0, 3825.0, 3796.0, 3826.0, 3798.0, 3837.0, 3818.0, 3829.0, 3810.0, 3818.0, 3816.0, 3819.0, 3821.0, 3821.0, 3852.0, 3811.0, 3852.0, 3810.0, 3849.0, 3821.0, 3861.0, 3829.0, 3861.0, 3830.0, 3860.0, 3817.0, 3859.0, 3809.0, 3859.0, 3810.0, 3861.0, 3851.0, 3861.0, 3850.0, 3819.0, 3837.0, 3830.0, 3841.0, 3829.0, 3850.0, 3820.0, 3872.0, 3830.0, 3860.0, 3809.0, 3860.0, 3810.0], 'WindowWidth': [8618.0, 8638.0, 8612.0, 8609.0, 8606.0, 8616.0, 8591.0, 8636.0, 8623.0, 8615.0, 8612.0, 8552.0, 8569.0, 8456.0, 8621.0, 8636.0, 8576.0, 8515.0, 8527.0, 8487.0, 8509.0, 8508.0, 8549.0, 8511.0, 8607.0, 8581.0, 8582.0, 8562.0, 8536.0, 8521.0, 8485.0, 8530.0, 8473.0, 8582.0, 8522.0, 8528.0, 8464.0, 8523.0, 8450.0, 8504.0, 8453.0, 8519.0, 8451.0, 8508.0, 8449.0, 8466.0, 8448.0, 8456.0, 8457.0, 8478.0, 8478.0, 8483.0, 8508.0, 8521.0, 8517.0, 8537.0, 8524.0, 8529.0, 8538.0, 8544.0, 8578.0, 8541.0, 8584.0, 8558.0, 8595.0, 8548.0, 8617.0, 8588.0, 8627.0, 8567.0, 8608.0, 8588.0, 8612.0, 8582.0, 8608.0, 8593.0, 8590.0, 8576.0, 8532.0, 8570.0, 8553.0, 8540.0, 8552.0, 8544.0, 8588.0, 8555.0, 8512.0, 8540.0, 8511.0, 8543.0, 8521.0, 8579.0, 8552.0, 8579.0, 8551.0, 8536.0, 8578.0, 8537.0, 8596.0, 8579.0, 8595.0, 8562.0, 8591.0, 8518.0, 8587.0, 8529.0, 8572.0, 8540.0, 8541.0, 8550.0, 8524.0, 8582.0, 8556.0, 8565.0, 8508.0, 8564.0, 8515.0, 8568.0, 8514.0, 8565.0, 8511.0, 8570.0, 8542.0, 8542.0, 8514.0, 8518.0, 8541.0, 8538.0, 8566.0, 8543.0, 8599.0, 8582.0, 8568.0, 8551.0, 8542.0, 8579.0, 8554.0, 8595.0, 8541.0, 8595.0, 8596.0, 8578.0, 8565.0, 8534.0, 8562.0, 8543.0, 8614.0, 8555.0, 8611.0, 8576.0, 8592.0, 8574.0, 8531.0, 8546.0, 8530.0, 8577.0, 8533.0, 8585.0, 8544.0, 8585.0, 8570.0, 8568.0, 8526.0, 8508.0, 8529.0, 8501.0, 8546.0, 8518.0, 8574.0, 8529.0, 8557.0, 8520.0, 8543.0, 8532.0, 8534.0, 8580.0, 8559.0, 8625.0, 8543.0, 8603.0, 8539.0, 8537.0, 8600.0, 8592.0, 8631.0, 8609.0, 8551.0, 8581.0, 8568.0, 8593.0, 8549.0, 8548.0, 8560.0, 8517.0, 8576.0, 8545.0, 8573.0, 8543.0, 8569.0, 8528.0, 8567.0, 8509.0, 8564.0, 8511.0, 8547.0, 8495.0, 8550.0, 8509.0, 8566.0, 8511.0, 8565.0, 8554.0, 8571.0, 8556.0, 8510.0, 8514.0, 8512.0, 8530.0, 8519.0, 8587.0, 8563.0, 8638.0, 8594.0, 8570.0, 8549.0, 8536.0, 8545.0, 8536.0, 8577.0, 8545.0, 8584.0, 8537.0, 8583.0, 8579.0, 8585.0, 8605.0, 8588.0, 8605.0, 8616.0, 8604.0, 8584.0, 8473.0, 8495.0, 8486.0, 8507.0, 8465.0, 8441.0, 8433.0, 8446.0, 8439.0, 8460.0, 8490.0, 8476.0, 8466.0, 8507.0, 8455.0, 8520.0, 8477.0, 8503.0, 8477.0, 8498.0, 8457.0, 8497.0, 8440.0, 8496.0, 8446.0, 8486.0, 8446.0, 8451.0, 8463.0, 8472.0, 8520.0, 8478.0, 8494.0, 8483.0, 8488.0, 8505.0, 8510.0, 8510.0, 8509.0, 8541.0, 8514.0, 8602.0, 8332.0, 8481.0, 8618.0, 8608.0, 8563.0, 8611.0, 8523.0, 8646.0, 8449.0, 8296.0, 8638.0, 8570.0, 8596.0, 8532.0, 8575.0, 8527.0, 8537.0, 8542.0, 8500.0, 8543.0, 8520.0, 8581.0, 8500.0, 8561.0, 8493.0, 8510.0, 8556.0, 8529.0, 8545.0, 8527.0, 8568.0, 8531.0, 8579.0, 8520.0, 8580.0, 8566.0, 8552.0, 8574.0, 8555.0, 8629.0, 8605.0, 8631.0, 8593.0, 8546.0, 8545.0, 8533.0, 8560.0, 8533.0, 8585.0, 8536.0, 8605.0, 8581.0, 8557.0, 8579.0, 8552.0, 8591.0, 8545.0, 8599.0, 8548.0, 8604.0, 8561.0, 8599.0, 8557.0, 8596.0, 8583.0, 8579.0, 8532.0, 8530.0, 8543.0, 8527.0, 8539.0, 8511.0, 8553.0, 8515.0, 8597.0, 8518.0, 8583.0, 8511.0, 8539.0, 8517.0, 8514.0, 8558.0, 8554.0, 8592.0, 8546.0, 8604.0, 8519.0, 8542.0, 8549.0, 8530.0, 8562.0, 8534.0, 8588.0, 8517.0, 8592.0, 8535.0, 8590.0, 8567.0, 8598.0, 8562.0, 8583.0, 8576.0, 8573.0, 8606.0, 8553.0, 8592.0, 8532.0, 8611.0, 8540.0, 8531.0, 8567.0, 8521.0, 8605.0, 8516.0, 8530.0, 8535.0, 8533.0, 8575.0, 8537.0, 8593.0, 8549.0, 8592.0, 8535.0, 8601.0, 8526.0, 8584.0, 8515.0, 8569.0, 8512.0, 8568.0, 8533.0, 8549.0, 8589.0, 8533.0, 8576.0, 8539.0, 8579.0, 8544.0, 8583.0, 8570.0, 8558.0, 8614.0, 8528.0, 8596.0, 8543.0, 8597.0, 8573.0, 8599.0, 8616.0, 8567.0, 8611.0, 8540.0, 8592.0, 8537.0, 8593.0, 8568.0, 8597.0, 8600.0, 8561.0, 8579.0, 8532.0, 8563.0, 8534.0, 8593.0, 8581.0, 8596.0, 8594.0, 8549.0, 8576.0, 8547.0, 8589.0, 8534.0, 8602.0, 8560.0, 8588.0, 8561.0, 8585.0, 8570.0, 8510.0, 8532.0, 8511.0, 8541.0, 8530.0, 8568.0, 8532.0, 8584.0, 8575.0, 8573.0, 8574.0, 8532.0, 8528.0, 8529.0, 8556.0, 8528.0, 8576.0, 8535.0, 8590.0, 8581.0, 8537.0, 8565.0, 8535.0, 8578.0, 8536.0, 8593.0, 8564.0, 8595.0, 8582.0, 8551.0, 8561.0, 8530.0, 8575.0, 8537.0, 8590.0, 8550.0, 8592.0, 8595.0, 8548.0, 8559.0, 8533.0, 8574.0, 8530.0, 8587.0, 8561.0, 8588.0, 8578.0, 8550.0, 8606.0, 8532.0, 8574.0, 8533.0, 8562.0, 8550.0, 8533.0, 8580.0, 8538.0, 8605.0, 8538.0, 8588.0, 8536.0, 8537.0, 8582.0, 8557.0, 8617.0, 8558.0, 8598.0, 8557.0, 8579.0, 8539.0, 8571.0, 8602.0, 8556.0, 8600.0, 8540.0, 8582.0, 8540.0, 8594.0, 8566.0, 8596.0, 8601.0, 8586.0, 8613.0, 8563.0, 8576.0, 8522.0, 8561.0, 8549.0, 8573.0, 8578.0, 8585.0, 8559.0, 8590.0, 8562.0, 8542.0, 8552.0, 8525.0, 8533.0, 8508.0, 8532.0, 8509.0, 8537.0, 8511.0, 8555.0, 8524.0, 8566.0, 8512.0, 8569.0, 8512.0, 8545.0, 8611.0, 8528.0, 8478.0, 8441.0, 8467.0, 8415.0, 8543.0, 8535.0, 8587.0, 8623.0, 8562.0, 8586.0, 8537.0, 8554.0, 8532.0, 8548.0, 8586.0, 8561.0, 8619.0, 8559.0, 8609.0, 8580.0, 8603.0, 8587.0, 8580.0, 8578.0, 8517.0, 8580.0, 8541.0, 8597.0, 8561.0, 8615.0, 8602.0, 8569.0, 8579.0, 8536.0, 8575.0, 8535.0, 8588.0, 8551.0, 8575.0, 8567.0, 8563.0, 8576.0, 8525.0, 8574.0, 8526.0, 8540.0, 8509.0, 8539.0, 8509.0, 8554.0, 8529.0, 8587.0, 8515.0, 8555.0, 8533.0, 8558.0, 8530.0, 8576.0, 8534.0, 8570.0, 8596.0, 8540.0, 8581.0, 8542.0, 8584.0, 8544.0, 8597.0, 8575.0, 8612.0, 8601.0, 8567.0, 8580.0, 8540.0, 8576.0, 8539.0, 8594.0, 8594.0, 8635.0, 8557.0, 8557.0, 8565.0, 8560.0, 8600.0, 8412.0, 8331.0, 8362.0, 8405.0, 8479.0, 8535.0, 8751.0, 8711.0, 8644.0, 8652.0, 8635.0, 8597.0, 8612.0, 8584.0, 8627.0, 8586.0, 8645.0, 8645.0, 8644.0, 8633.0, 8618.0, 8619.0, 8578.0, 8624.0, 8585.0, 8625.0, 8610.0, 8634.0, 8642.0, 8598.0, 8612.0, 8571.0, 8610.0, 8571.0, 8622.0, 8584.0, 8624.0, 8600.0, 8628.0, 8615.0, 8647.0, 8625.0, 8668.0, 8591.0, 8625.0, 8587.0, 8629.0, 8630.0, 8628.0, 8625.0, 8583.0, 8611.0, 8569.0, 8615.0, 8574.0, 8633.0, 8591.0, 8659.0, 8589.0, 8643.0, 8597.0, 8652.0, 8587.0, 8660.0, 8638.0, 8653.0, 8687.0, 8610.0, 8655.0, 8610.0, 8673.0, 8619.0, 8666.0, 8655.0, 8606.0, 8636.0, 8620.0, 8634.0, 8608.0, 8659.0, 8649.0, 8642.0, 8643.0, 8648.0, 8696.0, 8629.0, 8662.0, 8580.0, 8617.0, 8572.0, 8626.0, 8571.0, 8658.0, 8617.0, 8644.0, 8652.0, 8561.0, 8616.0, 8569.0, 8573.0, 8544.0, 8597.0, 8588.0, 8613.0, 8554.0, 8546.0, 8590.0, 8561.0, 8592.0, 8546.0, 8580.0, 8569.0, 8625.0, 8582.0, 8635.0, 8567.0, 8623.0, 8568.0, 8609.0, 8598.0, 8598.0, 8635.0, 8595.0, 8638.0, 8569.0, 8624.0, 8563.0, 8621.0, 8570.0, 8640.0, 8601.0, 8643.0, 8627.0, 8606.0, 8607.0, 8610.0, 8584.0, 8594.0, 8631.0, 8601.0, 8659.0, 8598.0, 8640.0, 8570.0, 8644.0, 8586.0, 8627.0, 8614.0, 8655.0, 8647.0, 8605.0, 8614.0, 8574.0, 8623.0, 8591.0, 8643.0, 8630.0, 8640.0, 8629.0, 8597.0, 8607.0, 8559.0, 8607.0, 8559.0, 8616.0, 8587.0, 8622.0, 8578.0, 8616.0, 8548.0, 8586.0, 8550.0, 8590.0, 8555.0, 8607.0, 8584.0, 8598.0, 8574.0, 8583.0, 8582.0, 8586.0, 8592.0, 8591.0, 8633.0, 8578.0, 8632.0, 8576.0, 8626.0, 8592.0, 8644.0, 8599.0, 8642.0, 8600.0, 8640.0, 8581.0, 8637.0, 8573.0, 8639.0, 8577.0, 8642.0, 8631.0, 8643.0, 8627.0, 8585.0, 8609.0, 8601.0, 8617.0, 8598.0, 8628.0, 8588.0, 8660.0, 8600.0, 8641.0, 8572.0, 8640.0, 8576.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.010915928899082569</td></tr>
<tr><td colspan=3>aqi</td><td>0.08462371651376147</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.002660933042506</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.092977808013777</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0541092554190579</td></tr>
<tr><td colspan=3>efc</td><td>0.4606</td></tr>
<tr><td colspan=3>fber</td><td>4666.877</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.24336898665151682</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>140</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>16.05504587155963</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7724708573523293</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.7376444801840147</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.966886656536637</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.6128814353363348</td></tr>
<tr><td colspan=3>gcor</td><td>0.0264664</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.0043145157396793365</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.016011688858270645</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</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.9264832547940043</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>31.0348</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.656</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>145.1451</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305094.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>637.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>277.5249</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1792</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>420.1644</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3035.4686</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3264.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71450.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>966.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3912.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>831.2724</td></tr>
<tr><td colspan=3>tsnr</td><td>22.442860859446228</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>