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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0092/ses-04/func/sub-0092_ses-04_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>03d6c221ba8ffb8c3c24dd42fc9db92f</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:13:46.150000</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.998841, -0.048119, 0.000890384, 0.0478031, 0.994087, 0.0974989]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0907191</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4142, -7750, -7206, 686, -45, -94, 83, 72]</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>235.217</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>188afba1-f63e-4ca4-a621-8accc7132329||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.6798179149627686, 0.12825210392475128, 0.015057005919516087, 103.1296157836914], [0.1290997713804245, 2.667062520980835, 0.2628270387649536, -109.15461730957031], [0.00238883588463068, -0.2615824043750763, 2.6871352195739746, -35.36450958251953], [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': ['201346.150000', '201346.610000', '201347.070000', '201347.530000', '201347.990000', '201348.450000', '201348.910000', '201349.370000', '201349.830000', '201350.290000', '201350.750000', '201351.210000', '201351.670000', '201352.130000', '201352.590000', '201353.050000', '201353.510000', '201353.970000', '201354.430000', '201354.890000', '201355.350000', '201355.810000', '201356.270000', '201356.730000', '201357.190000', '201357.650000', '201358.110000', '201358.570000', '201359.030000', '201359.490000', '201359.950000', '201400.410000', '201400.870000', '201401.330000', '201401.790000', '201402.250000', '201402.710000', '201403.170000', '201403.630000', '201404.090000', '201404.550000', '201405.010000', '201405.470000', '201405.930000', '201406.390000', '201406.850000', '201407.310000', '201407.770000', '201408.230000', '201408.690000', '201409.150000', '201409.610000', '201410.070000', '201410.530000', '201410.990000', '201411.450000', '201411.910000', '201412.370000', '201412.830000', '201413.290000', '201413.750000', '201414.210000', '201414.670000', '201415.130000', '201415.590000', '201416.050000', '201416.510000', '201416.970000', '201417.430000', '201417.890000', '201418.350000', '201418.810000', '201419.270000', '201419.730000', '201420.190000', '201420.650000', '201421.110000', '201421.570000', '201422.030000', '201422.490000', '201422.950000', '201423.410000', '201423.870000', '201424.330000', '201424.790000', '201425.250000', '201425.710000', '201426.170000', '201426.630000', '201427.090000', '201427.550000', '201428.010000', '201428.470000', '201428.930000', '201429.390000', '201429.850000', '201430.310000', '201430.770000', '201431.230000', '201431.690000', '201432.150000', '201432.610000', '201433.070000', '201433.530000', '201433.990000', '201434.450000', '201434.910000', '201435.370000', '201435.830000', '201436.290000', '201436.750000', '201437.210000', '201437.670000', '201438.130000', '201438.590000', '201439.050000', '201439.510000', '201439.970000', '201440.430000', '201440.890000', '201441.350000', '201441.810000', '201442.270000', '201442.730000', '201443.190000', '201443.650000', '201444.110000', '201444.570000', '201445.030000', '201445.490000', '201445.950000', '201446.410000', '201446.870000', '201447.330000', '201447.790000', '201448.250000', '201448.710000', '201449.170000', '201449.630000', '201450.090000', '201450.550000', '201451.010000', '201451.470000', '201451.930000', '201452.390000', '201452.850000', '201453.310000', '201453.770000', '201454.230000', '201454.690000', '201455.150000', '201455.610000', '201456.070000', '201456.530000', '201456.990000', '201457.450000', '201457.910000', '201458.370000', '201458.830000', '201459.290000', '201459.750000', '201500.210000', '201500.670000', '201501.130000', '201501.590000', '201502.050000', '201502.510000', '201502.970000', '201503.430000', '201503.890000', '201504.350000', '201504.810000', '201505.270000', '201505.730000', '201506.190000', '201506.650000', '201507.110000', '201507.570000', '201508.030000', '201508.490000', '201508.950000', '201509.410000', '201509.870000', '201510.330000', '201510.790000', '201511.250000', '201511.710000', '201512.170000', '201512.630000', '201513.090000', '201513.550000', '201514.010000', '201514.470000', '201514.930000', '201515.390000', '201515.850000', '201516.310000', '201516.770000', '201517.230000', '201517.690000', '201518.150000', '201518.610000', '201519.070000', '201519.530000', '201519.990000', '201520.450000', '201520.910000', '201521.370000', '201521.830000', '201522.290000', '201522.750000', '201523.210000', '201523.670000', '201524.130000', '201524.590000', '201525.050000', '201525.510000', '201525.970000', '201526.430000', '201526.890000', '201527.350000', '201527.810000', '201528.270000', '201528.730000', '201529.190000', '201529.650000', '201530.110000', '201530.570000', '201531.030000', '201531.490000', '201531.950000', '201532.410000', '201532.870000', '201533.330000', '201533.790000', '201534.250000', '201534.710000', '201535.170000', '201535.630000', '201536.090000', '201536.550000', '201537.010000', '201537.470000', '201537.930000', '201538.390000', '201538.850000', '201539.310000', '201539.770000', '201540.230000', '201540.690000', '201541.150000', '201541.610000', '201542.070000', '201542.530000', '201542.990000', '201543.450000', '201543.910000', '201544.370000', '201544.830000', '201545.290000', '201545.750000', '201546.210000', '201546.670000', '201547.130000', '201547.590000', '201548.050000', '201548.510000', '201548.970000', '201549.430000', '201549.890000', '201550.350000', '201550.810000', '201551.270000', '201551.730000', '201552.190000', '201552.650000', '201553.110000', '201553.570000', '201554.030000', '201554.490000', '201554.950000', '201555.410000', '201555.870000', '201556.330000', '201556.790000', '201557.250000', '201557.710000', '201558.170000', '201558.630000', '201559.090000', '201559.550000', '201600.010000', '201600.470000', '201600.930000', '201601.390000', '201601.850000', '201602.310000', '201602.770000', '201603.230000', '201603.690000', '201604.150000', '201604.610000', '201605.070000', '201605.530000', '201605.990000', '201606.450000', '201606.910000', '201607.370000', '201607.830000', '201608.290000', '201608.750000', '201609.210000', '201609.670000', '201610.130000', '201610.590000', '201611.050000', '201611.510000', '201611.970000', '201612.430000', '201612.890000', '201613.350000', '201613.810000', '201614.270000', '201614.730000', '201615.190000', '201615.650000', '201616.110000', '201616.570000', '201617.030000', '201617.490000', '201617.950000', '201618.410000', '201618.870000', '201619.330000', '201619.790000', '201620.250000', '201620.710000', '201621.170000', '201621.630000', '201622.090000', '201622.550000', '201623.010000', '201623.470000', '201623.930000', '201624.390000', '201624.850000', '201625.310000', '201625.770000', '201626.230000', '201626.690000', '201627.150000', '201627.610000', '201628.070000', '201628.530000', '201628.990000', '201629.450000', '201629.910000', '201630.370000', '201630.830000', '201631.290000', '201631.750000', '201632.210000', '201632.670000', '201633.130000', '201633.590000', '201634.050000', '201634.510000', '201634.970000', '201635.430000', '201635.890000', '201636.350000', '201636.810000', '201637.270000', '201637.730000', '201638.190000', '201638.650000', '201639.110000', '201639.570000', '201640.030000', '201640.490000', '201640.950000', '201641.410000', '201641.870000', '201642.330000', '201642.790000', '201643.250000', '201643.710000', '201644.170000', '201644.630000', '201645.090000', '201645.550000', '201646.010000', '201646.470000', '201646.930000', '201647.390000', '201647.850000', '201648.310000', '201648.770000', '201649.230000', '201649.690000', '201650.150000', '201650.610000', '201651.070000', '201651.530000', '201651.990000', '201652.450000', '201652.910000', '201653.370000', '201653.830000', '201654.290000', '201654.750000', '201655.210000', '201655.670000', '201656.130000', '201656.590000', '201657.050000', '201657.510000', '201657.970000', '201658.430000', '201658.890000', '201659.350000', '201659.810000', '201700.270000', '201700.730000', '201701.190000', '201701.650000', '201702.110000', '201702.570000', '201703.030000', '201703.490000', '201703.950000', '201704.410000', '201704.870000', '201705.330000', '201705.790000', '201706.250000', '201706.710000', '201707.170000', '201707.630000', '201708.090000', '201708.550000', '201709.010000', '201709.470000', '201709.930000', '201710.390000', '201710.850000', '201711.310000', '201711.770000', '201712.230000', '201712.690000', '201713.150000', '201713.610000', '201714.070000', '201714.530000', '201714.990000', '201715.450000', '201715.910000', '201716.370000', '201716.830000', '201717.290000', '201717.750000', '201718.210000', '201718.670000', '201719.130000', '201719.590000', '201720.050000', '201720.510000', '201720.970000', '201721.430000', '201721.890000', '201722.350000', '201722.810000', '201723.270000', '201723.730000', '201724.190000', '201724.650000', '201725.110000', '201725.570000', '201726.030000', '201726.490000', '201726.950000', '201727.410000', '201727.870000', '201728.330000', '201728.790000', '201729.250000', '201729.710000', '201730.170000', '201730.630000', '201731.090000', '201731.550000', '201732.010000', '201732.470000', '201732.930000', '201733.390000', '201733.850000', '201734.310000', '201734.770000', '201735.230000', '201735.690000', '201736.150000', '201736.610000', '201737.070000', '201737.530000', '201737.990000', '201738.450000', '201738.910000', '201739.370000', '201739.830000', '201740.290000', '201740.750000', '201741.210000', '201741.670000', '201742.130000', '201742.590000', '201743.050000', '201743.510000', '201743.970000', '201744.430000', '201744.890000', '201745.350000', '201745.810000', '201746.270000', '201746.730000', '201747.190000', '201747.650000', '201748.110000', '201748.570000', '201749.030000', '201749.490000', '201749.950000', '201750.410000', '201750.870000', '201751.330000', '201751.790000', '201752.250000', '201752.710000', '201753.170000', '201753.630000', '201754.090000', '201754.550000', '201755.010000', '201755.470000', '201755.930000', '201756.390000', '201756.850000', '201757.310000', '201757.770000', '201758.230000', '201758.690000', '201759.150000', '201759.610000', '201800.070000', '201800.530000', '201800.990000', '201801.450000', '201801.910000', '201802.370000', '201802.830000', '201803.290000', '201803.750000', '201804.210000', '201804.670000', '201805.130000', '201805.590000', '201806.050000', '201806.510000', '201806.970000', '201807.430000', '201807.890000', '201808.350000', '201808.810000', '201809.270000', '201809.730000', '201810.190000', '201810.650000', '201811.110000', '201811.570000', '201812.030000', '201812.490000', '201812.950000', '201813.410000', '201813.870000', '201814.330000', '201814.790000', '201815.250000', '201815.710000', '201816.170000', '201816.630000', '201817.090000', '201817.550000', '201818.010000', '201818.470000', '201818.930000', '201819.390000', '201819.850000', '201820.310000', '201820.770000', '201821.230000', '201821.690000', '201822.150000', '201822.610000', '201823.070000', '201823.530000', '201823.990000', '201824.450000', '201824.910000', '201825.370000', '201825.830000', '201826.290000', '201826.750000', '201827.210000', '201827.670000', '201828.130000', '201828.590000', '201829.050000', '201829.510000', '201829.970000', '201830.430000', '201830.890000', '201831.350000', '201831.810000', '201832.270000', '201832.730000', '201833.190000', '201833.650000', '201834.110000', '201834.570000', '201835.030000', '201835.490000', '201835.950000', '201836.410000', '201836.870000', '201837.330000', '201837.790000', '201838.250000', '201838.710000', '201839.170000', '201839.630000', '201840.090000', '201840.550000', '201841.010000', '201841.470000', '201841.930000', '201842.390000', '201842.850000', '201843.310000', '201843.770000', '201844.230000', '201844.690000', '201845.150000', '201845.610000', '201846.070000', '201846.530000', '201846.990000', '201847.450000', '201847.910000', '201848.370000', '201848.830000', '201849.290000', '201849.750000', '201850.210000', '201850.670000', '201851.130000', '201851.590000', '201852.050000', '201852.510000', '201852.970000', '201853.430000', '201853.890000', '201854.350000', '201854.810000', '201855.270000', '201855.730000', '201856.190000', '201856.650000', '201857.110000', '201857.570000', '201858.030000', '201858.490000', '201858.950000', '201859.410000', '201859.870000', '201900.330000', '201900.790000', '201901.250000', '201901.710000', '201902.170000', '201902.630000', '201903.090000', '201903.550000', '201904.010000', '201904.470000', '201904.930000', '201905.390000', '201905.850000', '201906.310000', '201906.770000', '201907.230000', '201907.690000', '201908.150000', '201908.610000', '201909.070000', '201909.530000', '201909.990000', '201910.450000', '201910.910000', '201911.370000', '201911.830000', '201912.290000', '201912.750000', '201913.210000', '201913.670000', '201914.130000', '201914.590000', '201915.050000', '201915.510000', '201915.970000', '201916.430000', '201916.890000', '201917.350000', '201917.810000', '201918.270000', '201918.730000', '201919.190000', '201919.650000', '201920.110000', '201920.570000', '201921.030000', '201921.490000', '201921.950000', '201922.410000', '201922.870000', '201923.330000', '201923.790000', '201924.250000', '201924.710000', '201925.170000', '201925.630000', '201926.090000', '201926.550000', '201927.010000', '201927.470000', '201927.930000', '201928.390000', '201928.850000', '201929.310000', '201929.770000', '201930.230000', '201930.690000', '201931.150000', '201931.610000', '201932.070000', '201932.530000', '201932.990000', '201933.450000', '201933.910000', '201934.370000', '201934.830000', '201935.290000', '201935.750000', '201936.210000', '201936.670000', '201937.130000', '201937.590000', '201938.050000', '201938.510000', '201938.970000', '201939.430000', '201939.890000', '201940.350000', '201940.810000', '201941.270000', '201941.730000', '201942.190000', '201942.650000', '201943.110000', '201943.570000', '201944.030000', '201944.490000', '201944.950000', '201945.410000', '201945.870000', '201946.330000', '201946.790000', '201947.250000', '201947.710000', '201948.170000', '201948.630000', '201949.090000', '201949.550000', '201950.010000', '201950.470000', '201950.930000', '201951.390000', '201951.850000', '201952.310000', '201952.770000', '201953.230000', '201953.690000', '201954.150000', '201954.610000', '201955.070000', '201955.530000', '201955.990000', '201956.450000', '201956.910000', '201957.370000', '201957.830000', '201958.290000', '201958.750000', '201959.210000', '201959.670000', '202000.130000', '202000.590000', '202001.050000', '202001.510000', '202001.970000', '202002.430000', '202002.890000', '202003.350000', '202003.810000', '202004.270000', '202004.730000', '202005.190000', '202005.650000', '202006.110000', '202006.570000', '202007.030000', '202007.490000', '202007.950000', '202008.410000', '202008.870000', '202009.330000', '202009.790000', '202010.250000', '202010.710000', '202011.170000', '202011.630000', '202012.090000', '202012.550000', '202013.010000', '202013.470000', '202013.930000', '202014.390000', '202014.850000', '202015.310000', '202015.770000', '202016.230000', '202016.690000', '202017.150000', '202017.610000', '202018.070000', '202018.530000', '202018.990000', '202019.450000', '202019.910000', '202020.370000', '202020.830000', '202021.290000', '202021.750000', '202022.210000', '202022.670000', '202023.130000', '202023.590000', '202024.050000', '202024.510000', '202024.970000', '202025.430000', '202025.890000', '202026.350000', '202026.810000'], 'ContentTime': ['201408.480000', '201408.483000', '201408.485000', '201408.488000', '201408.491000', '201408.493000', '201408.496000', '201408.498000', '201408.501000', '201408.504000', '201408.506000', '201408.509000', '201408.514000', '201408.517000', '201408.520000', '201408.522000', '201408.525000', '201408.527000', '201408.530000', '201408.532000', '201408.535000', '201408.538000', '201408.540000', '201408.543000', '201408.545000', '201408.548000', '201408.551000', '201408.571000', '201408.574000', '201408.576000', '201408.579000', '201408.582000', '201408.584000', '201408.587000', '201408.589000', '201408.592000', '201408.624000', '201408.627000', '201408.629000', '201408.632000', '201408.634000', '201408.637000', '201408.640000', '201408.642000', '201408.645000', '201408.647000', '201428.446000', '201428.449000', '201428.452000', '201428.454000', '201428.457000', '201428.460000', '201428.462000', '201428.465000', '201428.467000', '201428.470000', '201428.472000', '201428.475000', '201428.478000', '201428.480000', '201428.483000', '201428.485000', '201428.488000', '201428.490000', '201428.493000', '201428.496000', '201428.498000', '201428.501000', '201428.503000', '201428.506000', '201428.508000', '201428.511000', '201428.514000', '201428.516000', '201428.519000', '201428.522000', '201428.524000', '201428.527000', '201428.530000', '201428.532000', '201428.535000', '201428.537000', '201428.540000', '201428.542000', '201428.545000', '201428.547000', '201428.550000', '201428.553000', '201428.555000', '201448.445000', '201448.448000', '201448.451000', '201448.453000', '201448.456000', '201448.459000', '201448.461000', '201448.464000', '201448.466000', '201448.469000', '201448.471000', '201448.474000', '201448.477000', '201448.479000', '201448.482000', '201448.484000', '201448.487000', '201448.489000', '201448.492000', '201448.495000', '201448.497000', '201448.500000', '201448.502000', '201448.505000', '201448.507000', '201448.510000', '201448.513000', '201448.515000', '201448.518000', '201448.520000', '201448.523000', '201448.525000', '201448.528000', '201448.531000', '201448.533000', '201448.536000', '201448.539000', '201448.541000', '201448.544000', '201448.547000', '201448.549000', '201448.555000', '201448.558000', '201448.560000', '201508.446000', '201508.449000', '201508.452000', '201508.454000', '201508.457000', '201508.459000', '201508.462000', '201508.465000', '201508.467000', '201508.470000', '201508.472000', '201508.475000', '201508.478000', '201508.480000', '201508.483000', '201508.486000', '201508.488000', '201508.491000', '201508.497000', '201508.500000', '201508.502000', '201508.505000', '201508.508000', '201508.510000', '201508.513000', '201508.516000', '201508.518000', '201508.521000', '201508.524000', '201508.526000', '201508.529000', '201508.531000', '201508.534000', '201508.537000', '201508.539000', '201508.542000', '201508.544000', '201508.547000', '201508.550000', '201508.552000', '201508.555000', '201508.557000', '201508.560000', '201528.447000', '201528.449000', '201528.452000', '201528.455000', '201528.457000', '201528.460000', '201528.462000', '201528.465000', '201528.467000', '201528.470000', '201528.473000', '201528.475000', '201528.478000', '201528.480000', '201528.483000', '201528.485000', '201528.488000', '201528.491000', '201528.493000', '201528.496000', '201528.498000', '201528.501000', '201528.503000', '201528.506000', '201528.509000', '201528.511000', '201528.514000', '201528.516000', '201528.519000', '201528.521000', '201528.524000', '201528.527000', '201528.529000', '201528.532000', '201528.534000', '201528.537000', '201528.540000', '201528.542000', '201528.545000', '201528.547000', '201528.550000', '201528.553000', '201528.555000', '201528.558000', '201548.446000', '201548.449000', '201548.452000', '201548.454000', '201548.457000', '201548.460000', '201548.462000', '201548.465000', '201548.467000', '201548.470000', '201548.473000', '201548.475000', '201548.478000', '201548.480000', '201548.483000', '201548.486000', '201548.488000', '201548.491000', '201548.493000', '201548.496000', '201548.536000', '201548.539000', '201548.541000', '201548.544000', '201548.546000', '201548.549000', '201548.552000', '201548.554000', '201548.557000', '201548.559000', '201548.562000', '201548.565000', '201548.567000', '201548.570000', '201548.572000', '201548.575000', '201548.578000', '201548.580000', '201548.583000', '201548.585000', '201548.588000', '201548.591000', '201548.593000', '201608.447000', '201608.449000', '201608.452000', '201608.454000', '201608.457000', '201608.460000', '201608.462000', '201608.465000', '201608.467000', '201608.470000', '201608.473000', '201608.475000', '201608.478000', '201608.480000', '201608.483000', '201608.486000', '201608.488000', '201608.491000', '201608.493000', '201608.496000', '201608.498000', '201608.501000', '201608.504000', '201608.506000', '201608.509000', '201608.512000', '201608.514000', '201608.517000', '201608.519000', '201608.522000', '201608.524000', '201608.527000', '201608.530000', '201608.532000', '201608.535000', '201608.538000', '201608.540000', '201608.543000', '201608.545000', '201608.548000', '201608.550000', '201608.553000', '201608.556000', '201608.558000', '201628.447000', '201628.449000', '201628.452000', '201628.455000', '201628.457000', '201628.460000', '201628.463000', '201628.466000', '201628.468000', '201628.471000', '201628.473000', '201628.476000', '201628.479000', '201628.481000', '201628.484000', '201628.486000', '201628.489000', '201628.492000', '201628.494000', '201628.497000', '201628.499000', '201628.502000', '201628.505000', '201628.507000', '201628.510000', '201628.513000', '201628.515000', '201628.518000', '201628.520000', '201628.523000', '201628.525000', '201628.528000', '201628.531000', '201628.533000', '201628.536000', '201628.538000', '201628.541000', '201628.551000', '201628.554000', '201628.556000', '201628.559000', '201628.562000', '201628.565000', '201648.446000', '201648.449000', '201648.452000', '201648.454000', '201648.457000', '201648.460000', '201648.463000', '201648.466000', '201648.468000', '201648.471000', '201648.473000', '201648.476000', '201648.478000', '201648.481000', '201648.484000', '201648.486000', '201648.489000', '201648.492000', '201648.494000', '201648.497000', '201648.500000', '201648.502000', '201648.505000', '201648.507000', '201648.510000', '201648.512000', '201648.515000', '201648.518000', '201648.520000', '201648.523000', '201648.525000', '201648.528000', '201648.531000', '201648.533000', '201648.536000', '201648.538000', '201648.541000', '201648.543000', '201648.546000', '201648.549000', '201648.551000', '201648.554000', '201648.556000', '201648.559000', '201708.446000', '201708.448000', '201708.451000', '201708.454000', '201708.456000', '201708.459000', '201708.461000', '201708.464000', '201708.467000', '201708.469000', '201708.472000', '201708.474000', '201708.477000', '201708.480000', '201708.482000', '201708.485000', '201708.487000', '201708.490000', '201708.493000', '201708.495000', '201708.498000', '201708.500000', '201708.503000', '201708.506000', '201708.508000', '201708.511000', '201708.513000', '201708.516000', '201708.519000', '201708.521000', '201708.524000', '201708.527000', '201708.529000', '201708.532000', '201708.534000', '201708.537000', '201708.540000', '201708.542000', '201708.545000', '201708.547000', '201708.550000', '201708.553000', '201708.555000', '201728.447000', '201728.449000', '201728.452000', '201728.455000', '201728.457000', '201728.460000', '201728.463000', '201728.465000', '201728.468000', '201728.470000', '201728.473000', '201728.476000', '201728.478000', '201728.481000', '201728.484000', '201728.486000', '201728.498000', '201728.501000', '201728.503000', '201728.506000', '201728.509000', '201728.511000', '201728.514000', '201728.516000', '201728.519000', '201728.522000', '201728.524000', '201728.527000', '201728.529000', '201728.532000', '201728.535000', '201728.537000', '201728.540000', '201728.543000', '201728.545000', '201728.548000', '201728.550000', '201728.553000', '201728.556000', '201728.558000', '201728.561000', '201728.564000', '201728.566000', '201728.569000', '201748.447000', '201748.449000', '201748.452000', '201748.455000', '201748.457000', '201748.460000', '201748.462000', '201748.465000', '201748.468000', '201748.470000', '201748.473000', '201748.475000', '201748.478000', '201748.480000', '201748.483000', '201748.486000', '201748.488000', '201748.491000', '201748.493000', '201748.496000', '201748.499000', '201748.501000', '201748.504000', '201748.506000', '201748.509000', '201748.512000', '201748.514000', '201748.517000', '201748.519000', '201748.522000', '201748.525000', '201748.527000', '201748.530000', '201748.532000', '201748.535000', '201748.537000', '201748.540000', '201748.543000', '201748.545000', '201748.548000', '201748.550000', '201748.553000', '201748.556000', '201808.447000', '201808.449000', '201808.452000', '201808.455000', '201808.457000', '201808.460000', '201808.463000', '201808.465000', '201808.468000', '201808.470000', '201808.473000', '201808.476000', '201808.478000', '201808.481000', '201808.484000', '201808.486000', '201808.489000', '201808.492000', '201808.494000', '201808.497000', '201808.500000', '201808.502000', '201808.505000', '201808.508000', '201808.510000', '201808.513000', '201808.515000', '201808.518000', '201808.521000', '201808.523000', '201808.526000', '201808.528000', '201808.531000', '201808.534000', '201808.536000', '201808.539000', '201808.542000', '201808.544000', '201808.547000', '201808.549000', '201808.552000', '201808.555000', '201808.557000', '201808.560000', '201828.446000', '201828.449000', '201828.452000', '201828.454000', '201828.457000', '201828.460000', '201828.462000', '201828.465000', '201828.467000', '201828.470000', '201828.473000', '201828.475000', '201828.478000', '201828.481000', '201828.483000', '201828.486000', '201828.488000', '201828.491000', '201828.494000', '201828.496000', '201828.499000', '201828.502000', '201828.504000', '201828.507000', '201828.510000', '201828.512000', '201828.515000', '201828.517000', '201828.520000', '201828.523000', '201828.525000', '201828.528000', '201828.530000', '201828.533000', '201828.535000', '201828.538000', '201828.541000', '201828.543000', '201828.546000', '201828.548000', '201828.551000', '201828.554000', '201828.556000', '201848.446000', '201848.449000', '201848.452000', '201848.454000', '201848.457000', '201848.460000', '201848.462000', '201848.465000', '201848.467000', '201848.470000', '201848.473000', '201848.475000', '201848.478000', '201848.480000', '201848.483000', '201848.486000', '201848.488000', '201848.491000', '201848.494000', '201848.496000', '201848.499000', '201848.501000', '201848.504000', '201848.506000', '201848.509000', '201848.512000', '201848.514000', '201848.517000', '201848.520000', '201848.522000', '201848.525000', '201848.527000', '201848.530000', '201848.533000', '201848.535000', '201848.538000', '201848.540000', '201848.543000', '201848.546000', '201848.548000', '201848.551000', '201848.564000', '201848.567000', '201848.569000', '201908.447000', '201908.450000', '201908.452000', '201908.455000', '201908.457000', '201908.460000', '201908.462000', '201908.465000', '201908.468000', '201908.470000', '201908.473000', '201908.475000', '201908.478000', '201908.481000', '201908.483000', '201908.486000', '201908.489000', '201908.491000', '201908.494000', '201908.496000', '201908.499000', '201908.502000', '201908.504000', '201908.507000', '201908.509000', '201908.512000', '201908.515000', '201908.517000', '201908.520000', '201908.522000', '201908.525000', '201908.528000', '201908.530000', '201908.533000', '201908.535000', '201908.538000', '201908.541000', '201908.543000', '201908.546000', '201908.548000', '201908.551000', '201908.554000', '201908.556000', '201928.446000', '201928.448000', '201928.451000', '201928.453000', '201928.456000', '201928.459000', '201928.462000', '201928.464000', '201928.467000', '201928.469000', '201928.472000', '201928.475000', '201928.477000', '201928.480000', '201928.484000', '201928.486000', '201928.489000', '201928.492000', '201928.495000', '201928.497000', '201928.500000', '201928.503000', '201928.505000', '201928.508000', '201928.511000', '201928.513000', '201928.516000', '201928.519000', '201928.521000', '201928.524000', '201928.527000', '201928.529000', '201928.532000', '201928.535000', '201928.537000', '201928.540000', '201928.543000', '201928.545000', '201928.548000', '201928.551000', '201928.553000', '201928.556000', '201928.558000', '201948.446000', '201948.449000', '201948.452000', '201948.454000', '201948.457000', '201948.460000', '201948.462000', '201948.465000', '201948.467000', '201948.470000', '201948.473000', '201948.475000', '201948.478000', '201948.480000', '201948.483000', '201948.486000', '201948.488000', '201948.491000', '201948.493000', '201948.496000', '201948.499000', '201948.501000', '201948.504000', '201948.506000', '201948.509000', '201948.512000', '201948.514000', '201948.517000', '201948.519000', '201948.522000', '201948.525000', '201948.527000', '201948.530000', '201948.532000', '201948.535000', '201948.537000', '201948.540000', '201948.543000', '201948.545000', '201948.548000', '201948.550000', '201948.553000', '201948.556000', '201948.558000', '202008.446000', '202008.449000', '202008.452000', '202008.454000', '202008.457000', '202008.460000', '202008.462000', '202008.465000', '202008.467000', '202008.470000', '202008.473000', '202008.475000', '202008.478000', '202008.481000', '202008.483000', '202008.486000', '202008.488000', '202008.491000', '202008.494000', '202008.496000', '202008.499000', '202008.501000', '202008.504000', '202008.507000', '202008.509000', '202008.512000', '202008.514000', '202008.517000', '202008.519000', '202008.522000', '202008.525000', '202008.527000', '202008.530000', '202008.532000', '202008.535000', '202008.538000', '202008.540000', '202008.543000', '202008.546000', '202008.548000', '202008.551000', '202008.553000', '202008.556000', '202008.558000', '202028.284000', '202028.287000', '202028.290000', '202028.292000', '202028.295000', '202028.297000', '202028.300000', '202028.303000', '202028.306000', '202028.309000', '202028.312000', '202028.317000', '202028.323000', '202028.330000', '202028.335000', '202028.340000', '202028.343000', '202028.346000', '202028.359000', '202028.361000', '202028.364000', '202028.367000', '202028.371000', '202028.374000', '202028.376000', '202028.379000', '202028.382000', '202028.385000', '202028.387000', '202028.390000', '202028.393000', '202028.395000', '202028.399000', '202028.401000', '202028.404000', '202028.406000', '202028.409000', '202028.412000', '202028.415000', '202028.417000', '202028.420000', '202028.423000', '202028.426000'], 'InstanceCreationTime': ['201408.480000', '201408.483000', '201408.485000', '201408.488000', '201408.491000', '201408.493000', '201408.496000', '201408.498000', '201408.501000', '201408.504000', '201408.506000', '201408.509000', '201408.514000', '201408.517000', '201408.520000', '201408.522000', '201408.525000', '201408.527000', '201408.530000', '201408.532000', '201408.535000', '201408.538000', '201408.540000', '201408.543000', '201408.545000', '201408.548000', '201408.551000', '201408.571000', '201408.574000', '201408.576000', '201408.579000', '201408.582000', '201408.584000', '201408.587000', '201408.589000', '201408.592000', '201408.624000', '201408.627000', '201408.629000', '201408.632000', '201408.634000', '201408.637000', '201408.640000', '201408.642000', '201408.645000', '201408.647000', '201428.446000', '201428.449000', '201428.452000', '201428.454000', '201428.457000', '201428.460000', '201428.462000', '201428.465000', '201428.467000', '201428.470000', '201428.472000', '201428.475000', '201428.478000', '201428.480000', '201428.483000', '201428.485000', '201428.488000', '201428.490000', '201428.493000', '201428.496000', '201428.498000', '201428.501000', '201428.503000', '201428.506000', '201428.508000', '201428.511000', '201428.514000', '201428.516000', '201428.519000', '201428.522000', '201428.524000', '201428.527000', '201428.530000', '201428.532000', '201428.535000', '201428.537000', '201428.540000', '201428.542000', '201428.545000', '201428.547000', '201428.550000', '201428.553000', '201428.555000', '201448.445000', '201448.448000', '201448.451000', '201448.453000', '201448.456000', '201448.459000', '201448.461000', '201448.464000', '201448.466000', '201448.469000', '201448.471000', '201448.474000', '201448.477000', '201448.479000', '201448.482000', '201448.484000', '201448.487000', '201448.489000', '201448.492000', '201448.495000', '201448.497000', '201448.500000', '201448.502000', '201448.505000', '201448.507000', '201448.510000', '201448.513000', '201448.515000', '201448.518000', '201448.520000', '201448.523000', '201448.525000', '201448.528000', '201448.531000', '201448.533000', '201448.536000', '201448.539000', '201448.541000', '201448.544000', '201448.547000', '201448.549000', '201448.555000', '201448.558000', '201448.560000', '201508.446000', '201508.449000', '201508.452000', '201508.454000', '201508.457000', '201508.459000', '201508.462000', '201508.465000', '201508.467000', '201508.470000', '201508.472000', '201508.475000', '201508.478000', '201508.480000', '201508.483000', '201508.486000', '201508.488000', '201508.491000', '201508.497000', '201508.500000', '201508.502000', '201508.505000', '201508.508000', '201508.510000', '201508.513000', '201508.516000', '201508.518000', '201508.521000', '201508.524000', '201508.526000', '201508.529000', '201508.531000', '201508.534000', '201508.537000', '201508.539000', '201508.542000', '201508.544000', '201508.547000', '201508.550000', '201508.552000', '201508.555000', '201508.557000', '201508.560000', '201528.447000', '201528.449000', '201528.452000', '201528.455000', '201528.457000', '201528.460000', '201528.462000', '201528.465000', '201528.467000', '201528.470000', '201528.473000', '201528.475000', '201528.478000', '201528.480000', '201528.483000', '201528.485000', '201528.488000', '201528.491000', '201528.493000', '201528.496000', '201528.498000', '201528.501000', '201528.503000', '201528.506000', '201528.509000', '201528.511000', '201528.514000', '201528.516000', '201528.519000', '201528.521000', '201528.524000', '201528.527000', '201528.529000', '201528.532000', '201528.534000', '201528.537000', '201528.540000', '201528.542000', '201528.545000', '201528.547000', '201528.550000', '201528.553000', '201528.555000', '201528.558000', '201548.446000', '201548.449000', '201548.452000', '201548.454000', '201548.457000', '201548.460000', '201548.462000', '201548.465000', '201548.467000', '201548.470000', '201548.473000', '201548.475000', '201548.478000', '201548.480000', '201548.483000', '201548.486000', '201548.488000', '201548.491000', '201548.493000', '201548.496000', '201548.536000', '201548.539000', '201548.541000', '201548.544000', '201548.546000', '201548.549000', '201548.552000', '201548.554000', '201548.557000', '201548.559000', '201548.562000', '201548.565000', '201548.567000', '201548.570000', '201548.572000', '201548.575000', '201548.578000', '201548.580000', '201548.583000', '201548.585000', '201548.588000', '201548.591000', '201548.593000', '201608.447000', '201608.449000', '201608.452000', '201608.454000', '201608.457000', '201608.460000', '201608.462000', '201608.465000', '201608.467000', '201608.470000', '201608.473000', '201608.475000', '201608.478000', '201608.480000', '201608.483000', '201608.486000', '201608.488000', '201608.491000', '201608.493000', '201608.496000', '201608.498000', '201608.501000', '201608.504000', '201608.506000', '201608.509000', '201608.512000', '201608.514000', '201608.517000', '201608.519000', '201608.522000', '201608.524000', '201608.527000', '201608.530000', '201608.532000', '201608.535000', '201608.538000', '201608.540000', '201608.543000', '201608.545000', '201608.548000', '201608.550000', '201608.553000', '201608.556000', '201608.558000', '201628.447000', '201628.449000', '201628.452000', '201628.455000', '201628.457000', '201628.460000', '201628.463000', '201628.466000', '201628.468000', '201628.471000', '201628.473000', '201628.476000', '201628.479000', '201628.481000', '201628.484000', '201628.486000', '201628.489000', '201628.492000', '201628.494000', '201628.497000', '201628.499000', '201628.502000', '201628.505000', '201628.507000', '201628.510000', '201628.513000', '201628.515000', '201628.518000', '201628.520000', '201628.523000', '201628.525000', '201628.528000', '201628.531000', '201628.533000', '201628.536000', '201628.538000', '201628.541000', '201628.551000', '201628.554000', '201628.556000', '201628.559000', '201628.562000', '201628.565000', '201648.446000', '201648.449000', '201648.452000', '201648.454000', '201648.457000', '201648.460000', '201648.463000', '201648.466000', '201648.468000', '201648.471000', '201648.473000', '201648.476000', '201648.478000', '201648.481000', '201648.484000', '201648.486000', '201648.489000', '201648.492000', '201648.494000', '201648.497000', '201648.500000', '201648.502000', '201648.505000', '201648.507000', '201648.510000', '201648.512000', '201648.515000', '201648.518000', '201648.520000', '201648.523000', '201648.525000', '201648.528000', '201648.531000', '201648.533000', '201648.536000', '201648.538000', '201648.541000', '201648.543000', '201648.546000', '201648.549000', '201648.551000', '201648.554000', '201648.556000', '201648.559000', '201708.446000', '201708.448000', '201708.451000', '201708.454000', '201708.456000', '201708.459000', '201708.461000', '201708.464000', '201708.467000', '201708.469000', '201708.472000', '201708.474000', '201708.477000', '201708.480000', '201708.482000', '201708.485000', '201708.487000', '201708.490000', '201708.493000', '201708.495000', '201708.498000', '201708.500000', '201708.503000', '201708.506000', '201708.508000', '201708.511000', '201708.513000', '201708.516000', '201708.519000', '201708.521000', '201708.524000', '201708.527000', '201708.529000', '201708.532000', '201708.534000', '201708.537000', '201708.540000', '201708.542000', '201708.545000', '201708.547000', '201708.550000', '201708.553000', '201708.555000', '201728.447000', '201728.449000', '201728.452000', '201728.455000', '201728.457000', '201728.460000', '201728.463000', '201728.465000', '201728.468000', '201728.470000', '201728.473000', '201728.476000', '201728.478000', '201728.481000', '201728.484000', '201728.486000', '201728.498000', '201728.501000', '201728.503000', '201728.506000', '201728.509000', '201728.511000', '201728.514000', '201728.516000', '201728.519000', '201728.522000', '201728.524000', '201728.527000', '201728.529000', '201728.532000', '201728.535000', '201728.537000', '201728.540000', '201728.543000', '201728.545000', '201728.548000', '201728.550000', '201728.553000', '201728.556000', '201728.558000', '201728.561000', '201728.564000', '201728.566000', '201728.569000', '201748.447000', '201748.449000', '201748.452000', '201748.455000', '201748.457000', '201748.460000', '201748.462000', '201748.465000', '201748.468000', '201748.470000', '201748.473000', '201748.475000', '201748.478000', '201748.480000', '201748.483000', '201748.486000', '201748.488000', '201748.491000', '201748.493000', '201748.496000', '201748.499000', '201748.501000', '201748.504000', '201748.506000', '201748.509000', '201748.512000', '201748.514000', '201748.517000', '201748.519000', '201748.522000', '201748.525000', '201748.527000', '201748.530000', '201748.532000', '201748.535000', '201748.537000', '201748.540000', '201748.543000', '201748.545000', '201748.548000', '201748.550000', '201748.553000', '201748.556000', '201808.447000', '201808.449000', '201808.452000', '201808.455000', '201808.457000', '201808.460000', '201808.463000', '201808.465000', '201808.468000', '201808.470000', '201808.473000', '201808.476000', '201808.478000', '201808.481000', '201808.484000', '201808.486000', '201808.489000', '201808.492000', '201808.494000', '201808.497000', '201808.500000', '201808.502000', '201808.505000', '201808.508000', '201808.510000', '201808.513000', '201808.515000', '201808.518000', '201808.521000', '201808.523000', '201808.526000', '201808.528000', '201808.531000', '201808.534000', '201808.536000', '201808.539000', '201808.542000', '201808.544000', '201808.547000', '201808.549000', '201808.552000', '201808.555000', '201808.557000', '201808.560000', '201828.446000', '201828.449000', '201828.452000', '201828.454000', '201828.457000', '201828.460000', '201828.462000', '201828.465000', '201828.467000', '201828.470000', '201828.473000', '201828.475000', '201828.478000', '201828.481000', '201828.483000', '201828.486000', '201828.488000', '201828.491000', '201828.494000', '201828.496000', '201828.499000', '201828.502000', '201828.504000', '201828.507000', '201828.510000', '201828.512000', '201828.515000', '201828.517000', '201828.520000', '201828.523000', '201828.525000', '201828.528000', '201828.530000', '201828.533000', '201828.535000', '201828.538000', '201828.541000', '201828.543000', '201828.546000', '201828.548000', '201828.551000', '201828.554000', '201828.556000', '201848.446000', '201848.449000', '201848.452000', '201848.454000', '201848.457000', '201848.460000', '201848.462000', '201848.465000', '201848.467000', '201848.470000', '201848.473000', '201848.475000', '201848.478000', '201848.480000', '201848.483000', '201848.486000', '201848.488000', '201848.491000', '201848.494000', '201848.496000', '201848.499000', '201848.501000', '201848.504000', '201848.506000', '201848.509000', '201848.512000', '201848.514000', '201848.517000', '201848.520000', '201848.522000', '201848.525000', '201848.527000', '201848.530000', '201848.533000', '201848.535000', '201848.538000', '201848.540000', '201848.543000', '201848.546000', '201848.548000', '201848.551000', '201848.564000', '201848.567000', '201848.569000', '201908.447000', '201908.450000', '201908.452000', '201908.455000', '201908.457000', '201908.460000', '201908.462000', '201908.465000', '201908.468000', '201908.470000', '201908.473000', '201908.475000', '201908.478000', '201908.481000', '201908.483000', '201908.486000', '201908.489000', '201908.491000', '201908.494000', '201908.496000', '201908.499000', '201908.502000', '201908.504000', '201908.507000', '201908.509000', '201908.512000', '201908.515000', '201908.517000', '201908.520000', '201908.522000', '201908.525000', '201908.528000', '201908.530000', '201908.533000', '201908.535000', '201908.538000', '201908.541000', '201908.543000', '201908.546000', '201908.548000', '201908.551000', '201908.554000', '201908.556000', '201928.446000', '201928.448000', '201928.451000', '201928.453000', '201928.456000', '201928.459000', '201928.462000', '201928.464000', '201928.467000', '201928.469000', '201928.472000', '201928.475000', '201928.477000', '201928.480000', '201928.484000', '201928.486000', '201928.489000', '201928.492000', '201928.495000', '201928.497000', '201928.500000', '201928.503000', '201928.505000', '201928.508000', '201928.511000', '201928.513000', '201928.516000', '201928.519000', '201928.521000', '201928.524000', '201928.527000', '201928.529000', '201928.532000', '201928.535000', '201928.537000', '201928.540000', '201928.543000', '201928.545000', '201928.548000', '201928.551000', '201928.553000', '201928.556000', '201928.558000', '201948.446000', '201948.449000', '201948.452000', '201948.454000', '201948.457000', '201948.460000', '201948.462000', '201948.465000', '201948.467000', '201948.470000', '201948.473000', '201948.475000', '201948.478000', '201948.480000', '201948.483000', '201948.486000', '201948.488000', '201948.491000', '201948.493000', '201948.496000', '201948.499000', '201948.501000', '201948.504000', '201948.506000', '201948.509000', '201948.512000', '201948.514000', '201948.517000', '201948.519000', '201948.522000', '201948.525000', '201948.527000', '201948.530000', '201948.532000', '201948.535000', '201948.537000', '201948.540000', '201948.543000', '201948.545000', '201948.548000', '201948.550000', '201948.553000', '201948.556000', '201948.558000', '202008.446000', '202008.449000', '202008.452000', '202008.454000', '202008.457000', '202008.460000', '202008.462000', '202008.465000', '202008.467000', '202008.470000', '202008.473000', '202008.475000', '202008.478000', '202008.481000', '202008.483000', '202008.486000', '202008.488000', '202008.491000', '202008.494000', '202008.496000', '202008.499000', '202008.501000', '202008.504000', '202008.507000', '202008.509000', '202008.512000', '202008.514000', '202008.517000', '202008.519000', '202008.522000', '202008.525000', '202008.527000', '202008.530000', '202008.532000', '202008.535000', '202008.538000', '202008.540000', '202008.543000', '202008.546000', '202008.548000', '202008.551000', '202008.553000', '202008.556000', '202008.558000', '202028.284000', '202028.287000', '202028.290000', '202028.292000', '202028.295000', '202028.297000', '202028.300000', '202028.303000', '202028.306000', '202028.309000', '202028.312000', '202028.317000', '202028.323000', '202028.330000', '202028.335000', '202028.340000', '202028.343000', '202028.346000', '202028.359000', '202028.361000', '202028.364000', '202028.367000', '202028.371000', '202028.374000', '202028.376000', '202028.379000', '202028.382000', '202028.385000', '202028.387000', '202028.390000', '202028.393000', '202028.395000', '202028.399000', '202028.401000', '202028.404000', '202028.406000', '202028.409000', '202028.412000', '202028.415000', '202028.417000', '202028.420000', '202028.423000', '202028.426000'], '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': [9827, 16526, 11439, 17045, 13540, 18016, 9568, 14538, 8986, 10514, 8958, 10248, 8927, 8387, 10851, 8681, 9581, 8577, 10553, 8972, 14496, 8469, 9142, 10808, 8452, 10087, 9017, 10086, 16899, 16775, 17539, 14636, 9061, 13735, 11136, 14347, 17731, 14339, 19121, 11511, 19961, 12340, 18419, 13851, 17699, 11739, 13407, 9549, 8552, 9087, 8439, 9845, 8830, 12822, 8756, 16021, 9430, 17226, 9569, 14357, 9038, 13195, 13019, 8455, 9726, 8541, 9415, 8684, 12237, 10193, 11305, 9428, 8830, 9872, 8235, 13276, 9074, 16974, 13861, 15794, 9209, 12401, 9194, 8397, 12982, 9517, 17553, 10942, 15658, 8394, 15325, 11143, 16975, 13428, 18548, 15258, 14299, 10878, 8428, 8993, 9182, 12108, 11751, 17070, 8232, 12950, 8502, 12462, 8407, 15530, 11703, 16328, 8640, 8359, 8653, 8187, 11005, 8400, 14772, 8507, 8980, 8684, 8074, 14759, 11460, 17980, 14015, 13655, 11176, 12489, 17849, 14272, 17589, 8735, 12932, 10535, 10752, 16499, 10392, 17157, 12531, 19129, 14217, 15495, 12655, 10933, 14711, 8743, 16653, 8242, 13499, 9276, 9950, 9035, 8317, 9735, 8341, 11849, 9001, 14498, 11323, 8315, 12746, 8375, 11934, 10286, 8433, 16368, 12680, 18289, 14831, 9691, 13157, 8650, 13502, 9754, 17089, 13384, 8113, 10741, 7767, 11450, 8538, 16295, 12679, 16498, 9531, 10504, 8562, 7541, 11958, 9431, 18130, 12124, 18858, 15524, 14998, 12245, 8747, 15554, 9945, 16828, 10429, 13931, 11990, 9149, 17264, 11408, 18808, 14120, 14846, 12384, 9512, 17657, 10281, 18118, 11901, 18645, 14632, 15650, 10128, 8097, 9124, 8219, 11821, 8654, 17708, 9010, 8316, 8666, 7998, 12418, 9436, 17487, 13312, 8593, 11361, 8542, 17620, 13099, 19794, 16438, 16381, 13264, 9202, 12732, 8253, 17796, 12056, 19391, 13209, 14146, 9141, 7869, 9403, 8752, 19500, 15322, 11774, 10872, 8737, 10583, 9513, 8549, 15230, 13176, 19815, 16330, 20052, 16640, 17728, 19263, 14349, 20446, 14163, 19831, 11864, 16376, 11881, 9714, 8597, 8395, 8234, 8188, 8612, 8213, 8471, 8143, 10693, 9058, 13574, 13668, 14963, 17262, 12630, 18350, 14592, 18066, 14855, 19969, 15688, 12707, 10661, 9382, 12331, 9971, 18551, 15477, 19588, 11933, 13760, 9485, 8863, 13752, 10331, 18521, 13128, 18041, 8607, 14094, 9267, 11930, 14210, 9437, 14772, 8261, 14138, 8798, 17473, 11705, 17927, 15630, 11017, 16401, 8649, 16456, 10584, 18198, 14966, 10385, 12021, 8964, 12017, 8822, 18451, 12225, 19421, 15374, 20076, 14203, 20010, 13020, 19091, 14004, 19752, 14445, 19748, 13130, 15330, 12026, 14137, 11086, 9143, 8415, 8712, 9072, 8611, 8504, 8400, 8480, 11407, 8809, 15171, 11268, 10984, 11578, 10990, 16718, 14490, 19013, 15626, 18498, 12416, 15252, 12685, 12793, 13766, 16492, 19523, 15448, 11602, 14120, 12671, 19995, 17292, 19341, 15853, 9592, 11457, 9318, 14426, 8757, 17855, 11188, 19098, 13344, 19419, 13706, 19680, 13018, 17577, 10885, 16083, 12852, 19493, 12514, 7986, 8062, 8587, 9109, 8380, 13505, 11463, 12884, 9569, 8327, 10201, 9291, 15778, 11703, 18135, 12817, 17819, 9939, 16096, 11222, 16873, 11478, 17183, 11659, 17139, 11971, 18140, 9881, 15929, 8443, 14049, 8523, 14126, 10279, 12693, 15444, 8967, 13400, 8793, 10437, 9518, 9648, 13707, 10460, 17403, 18432, 20752, 16591, 10352, 11454, 9185, 14166, 9551, 18420, 14879, 20525, 16034, 18817, 14797, 14488, 12164, 10182, 14467, 8695, 16342, 8603, 12618, 8218, 7979, 8273, 8237, 10837, 8773, 14807, 7901, 8666, 11582, 9813, 7931, 9063, 9212, 9398, 10933, 9023, 14714, 9589, 9612, 10575, 8501, 17133, 14783, 19242, 15197, 12597, 17664, 11854, 19020, 15031, 20370, 16824, 17670, 10417, 9880, 8443, 8591, 15593, 11964, 16791, 13337, 9205, 12435, 8720, 13052, 16091, 14680, 22337, 17970, 10853, 11349, 9027, 16514, 10666, 19490, 15223, 21135, 16444, 20196, 15470, 18722, 14246, 11870, 10107, 7843, 8339, 8238, 8152, 9436, 9940, 9303, 11410, 9304, 14012, 9240, 15974, 12231, 15683, 12277, 14823, 12724, 12720, 11364, 11781, 17103, 9996, 10544, 8900, 9378, 9152, 12138, 14120, 9027, 11344, 8814, 13561, 9423, 17927, 14107, 10136, 10329, 9061, 13360, 13667, 18234, 10825, 16381, 8645, 16705, 13472, 20876, 16776, 10263, 11222, 8933, 15595, 9809, 19638, 18429, 21500, 15998, 11519, 11474, 8443, 15010, 12483, 15327, 16204, 16228, 16010, 14816, 16394, 12807, 14977, 12908, 11688, 10105, 8298, 8063, 8392, 8093, 7749, 9759, 8102, 8676, 7921, 8386, 8906, 9550, 9186, 9917, 13643, 11804, 16056, 14139, 16915, 13354, 17844, 13953, 18704, 14785, 18811, 14412, 13732, 10586, 8970, 9448, 12301, 16527, 10103, 13687, 8940, 12921, 8766, 17050, 11804, 17336, 9643, 12499, 8400, 9990, 9530, 13842, 17102, 9159, 15081, 8875, 14501, 10446, 16431, 11037, 15944, 12689, 13375, 19394, 12276, 19885, 10303, 9429, 8571, 14611, 10281, 16335, 12784, 18439, 14868, 17941, 15055, 16875, 13508, 14419, 10788, 11082, 9205, 8554, 8308, 8399, 8156, 8272, 9180, 8399, 9358, 10074, 8670, 10103, 10556, 9405, 14680, 9431, 16809, 12793, 18375, 14463, 19041, 14744, 13854, 10981, 13878, 11528, 16073, 15246, 16029, 16437, 9755, 12027, 8645, 13275, 8763, 17118, 12466, 16964, 8704, 14682, 8784, 13564, 9896, 17104, 11713, 9182, 8336, 8734, 8752, 8653, 13528, 13378, 17024, 10800, 11583, 8658, 10169, 8799, 17950, 12878, 16594, 8640, 14831, 9351, 17579, 14257, 11575, 10517, 9326, 13166, 9058, 13584, 14878, 13826, 14721, 12448, 17623, 13949, 17900, 13390, 17619, 14951, 19730, 15905, 17593, 13239, 16370, 8433, 12558, 8251, 8286, 8001, 8765, 7920, 8950, 9453, 8684, 11271, 8981, 13209, 8618, 13194, 8831, 14323, 11610, 16700, 9050, 15707, 8518, 15088, 11041, 15214, 15074, 10975, 12053, 9351, 16060, 12153, 19022, 15380, 12646, 20268, 9638, 9819, 11164, 9307, 16468, 9927, 19283, 11982, 19221, 12030, 19525, 14360, 11851, 11293, 20953, 20086, 20075, 14719, 21416, 14172, 9551, 9788, 8668, 10578, 8708, 8621, 9602, 8595, 8472, 9880, 8863, 9540, 9188, 8484, 9711, 14451, 11104, 17244, 13529, 18725, 15394, 18222, 14540, 19462, 15617, 17784, 14195, 9116, 9925, 9410, 15473, 9545, 19153], 'WindowCenter': [4470.0, 4504.0, 4462.0, 4492.0, 4470.0, 4477.0, 4428.0, 4466.0, 4416.0, 4425.0, 4417.0, 4439.0, 4430.0, 4407.0, 4438.0, 4418.0, 4427.0, 4419.0, 4450.0, 4441.0, 4481.0, 4421.0, 4446.0, 4466.0, 4447.0, 4467.0, 4457.0, 4477.0, 4519.0, 4521.0, 4516.0, 4497.0, 4435.0, 4472.0, 4442.0, 4458.0, 4484.0, 4460.0, 4480.0, 4439.0, 4491.0, 4450.0, 4465.0, 4442.0, 4452.0, 4420.0, 4430.0, 4390.0, 4380.0, 4389.0, 4381.0, 4401.0, 4392.0, 4432.0, 4391.0, 4452.0, 4392.0, 4451.0, 4401.0, 4456.0, 4406.0, 4458.0, 4458.0, 4408.0, 4416.0, 4417.0, 4429.0, 4430.0, 4472.0, 4440.0, 4449.0, 4428.0, 4429.0, 4439.0, 4420.0, 4471.0, 4432.0, 4489.0, 4470.0, 4480.0, 4432.0, 4459.0, 4429.0, 4420.0, 4474.0, 4443.0, 4505.0, 4451.0, 4479.0, 4409.0, 4467.0, 4437.0, 4479.0, 4459.0, 4488.0, 4469.0, 4458.0, 4427.0, 4393.0, 4404.0, 4404.0, 4434.0, 4433.0, 4465.0, 4394.0, 4432.0, 4393.0, 4432.0, 4395.0, 4466.0, 4437.0, 4465.0, 4404.0, 4394.0, 4405.0, 4408.0, 4438.0, 4420.0, 4478.0, 4419.0, 4420.0, 4420.0, 4410.0, 4479.0, 4451.0, 4492.0, 4472.0, 4467.0, 4451.0, 4475.0, 4504.0, 4472.0, 4502.0, 4432.0, 4458.0, 4439.0, 4439.0, 4481.0, 4438.0, 4479.0, 4460.0, 4490.0, 4471.0, 4469.0, 4447.0, 4425.0, 4456.0, 4394.0, 4454.0, 4395.0, 4442.0, 4403.0, 4413.0, 4404.0, 4393.0, 4413.0, 4394.0, 4444.0, 4416.0, 4466.0, 4448.0, 4409.0, 4445.0, 4407.0, 4445.0, 4428.0, 4409.0, 4479.0, 4461.0, 4491.0, 4472.0, 4429.0, 4457.0, 4407.0, 4459.0, 4430.0, 4479.0, 4471.0, 4407.0, 4437.0, 4398.0, 4448.0, 4420.0, 4479.0, 4462.0, 4478.0, 4429.0, 4438.0, 4419.0, 4409.0, 4450.0, 4431.0, 4492.0, 4459.0, 4502.0, 4482.0, 4481.0, 4459.0, 4420.0, 4480.0, 4443.0, 4492.0, 4442.0, 4471.0, 4449.0, 4420.0, 4479.0, 4440.0, 4480.0, 4450.0, 4458.0, 4437.0, 4406.0, 4455.0, 4402.0, 4453.0, 4421.0, 4461.0, 4442.0, 4453.0, 4412.0, 4382.0, 4403.0, 4396.0, 4436.0, 4407.0, 4488.0, 4419.0, 4407.0, 4418.0, 4409.0, 4461.0, 4433.0, 4491.0, 4472.0, 4419.0, 4449.0, 4421.0, 4489.0, 4473.0, 4502.0, 4481.0, 4480.0, 4448.0, 4405.0, 4445.0, 4396.0, 4477.0, 4447.0, 4474.0, 4448.0, 4455.0, 4429.0, 4409.0, 4427.0, 4433.0, 4502.0, 4483.0, 4452.0, 4452.0, 4421.0, 4440.0, 4421.0, 4410.0, 4470.0, 4451.0, 4480.0, 4461.0, 4468.0, 4445.0, 4444.0, 4442.0, 4408.0, 4427.0, 4397.0, 4426.0, 4386.0, 4427.0, 4397.0, 4374.0, 4365.0, 4366.0, 4388.0, 4403.0, 4417.0, 4429.0, 4444.0, 4437.0, 4474.0, 4461.0, 4501.0, 4501.0, 4510.0, 4510.0, 4476.0, 4494.0, 4472.0, 4481.0, 4472.0, 4491.0, 4472.0, 4448.0, 4427.0, 4406.0, 4449.0, 4417.0, 4478.0, 4470.0, 4491.0, 4449.0, 4457.0, 4417.0, 4405.0, 4459.0, 4440.0, 4479.0, 4458.0, 4466.0, 4405.0, 4445.0, 4417.0, 4447.0, 4459.0, 4407.0, 4456.0, 4397.0, 4455.0, 4405.0, 4478.0, 4449.0, 4478.0, 4469.0, 4439.0, 4479.0, 4419.0, 4491.0, 4441.0, 4491.0, 4484.0, 4430.0, 4450.0, 4410.0, 4439.0, 4410.0, 4479.0, 4441.0, 4469.0, 4449.0, 4466.0, 4433.0, 4452.0, 4411.0, 4439.0, 4406.0, 4427.0, 4405.0, 4423.0, 4382.0, 4393.0, 4384.0, 4392.0, 4371.0, 4350.0, 4353.0, 4363.0, 4386.0, 4402.0, 4403.0, 4417.0, 4443.0, 4476.0, 4458.0, 4507.0, 4490.0, 4478.0, 4477.0, 4466.0, 4510.0, 4487.0, 4507.0, 4499.0, 4493.0, 4462.0, 4471.0, 4460.0, 4461.0, 4461.0, 4479.0, 4489.0, 4469.0, 4438.0, 4460.0, 4463.0, 4495.0, 4482.0, 4492.0, 4469.0, 4407.0, 4423.0, 4395.0, 4445.0, 4398.0, 4457.0, 4417.0, 4456.0, 4434.0, 4457.0, 4422.0, 4451.0, 4408.0, 4440.0, 4402.0, 4429.0, 4418.0, 4448.0, 4420.0, 4368.0, 4379.0, 4403.0, 4405.0, 4419.0, 4470.0, 4462.0, 4470.0, 4432.0, 4421.0, 4442.0, 4421.0, 4482.0, 4452.0, 4493.0, 4461.0, 4480.0, 4418.0, 4457.0, 4427.0, 4466.0, 4426.0, 4466.0, 4426.0, 4466.0, 4437.0, 4475.0, 4416.0, 4454.0, 4395.0, 4444.0, 4407.0, 4457.0, 4429.0, 4447.0, 4469.0, 4422.0, 4459.0, 4410.0, 4430.0, 4421.0, 4419.0, 4460.0, 4455.0, 4509.0, 4507.0, 4495.0, 4471.0, 4416.0, 4415.0, 4395.0, 4434.0, 4406.0, 4466.0, 4447.0, 4464.0, 4445.0, 4443.0, 4421.0, 4410.0, 4397.0, 4376.0, 4406.0, 4356.0, 4416.0, 4357.0, 4397.0, 4358.0, 4359.0, 4359.0, 4358.0, 4398.0, 4372.0, 4432.0, 4384.0, 4407.0, 4422.0, 4415.0, 4397.0, 4416.0, 4429.0, 4443.0, 4466.0, 4458.0, 4497.0, 4459.0, 4457.0, 4465.0, 4448.0, 4519.0, 4501.0, 4531.0, 4499.0, 4476.0, 4496.0, 4451.0, 4494.0, 4484.0, 4504.0, 4483.0, 4479.0, 4427.0, 4416.0, 4407.0, 4418.0, 4480.0, 4450.0, 4480.0, 4458.0, 4418.0, 4448.0, 4410.0, 4461.0, 4481.0, 4472.0, 4503.0, 4494.0, 4429.0, 4428.0, 4397.0, 4457.0, 4415.0, 4467.0, 4446.0, 4456.0, 4435.0, 4454.0, 4434.0, 4453.0, 4421.0, 4398.0, 4387.0, 4356.0, 4366.0, 4367.0, 4369.0, 4403.0, 4416.0, 4419.0, 4439.0, 4420.0, 4449.0, 4423.0, 4472.0, 4443.0, 4461.0, 4441.0, 4451.0, 4440.0, 4439.0, 4443.0, 4441.0, 4469.0, 4432.0, 4427.0, 4408.0, 4418.0, 4420.0, 4450.0, 4484.0, 4433.0, 4451.0, 4432.0, 4471.0, 4443.0, 4505.0, 4486.0, 4443.0, 4442.0, 4420.0, 4462.0, 4473.0, 4493.0, 4442.0, 4470.0, 4420.0, 4480.0, 4471.0, 4501.0, 4484.0, 4430.0, 4439.0, 4421.0, 4469.0, 4431.0, 4492.0, 4482.0, 4492.0, 4459.0, 4416.0, 4414.0, 4373.0, 4433.0, 4401.0, 4422.0, 4422.0, 4422.0, 4421.0, 4409.0, 4406.0, 4384.0, 4393.0, 4371.0, 4362.0, 4353.0, 4333.0, 4334.0, 4344.0, 4345.0, 4347.0, 4390.0, 4371.0, 4394.0, 4408.0, 4408.0, 4434.0, 4444.0, 4435.0, 4445.0, 4488.0, 4467.0, 4486.0, 4488.0, 4484.0, 4462.0, 4480.0, 4461.0, 4479.0, 4462.0, 4481.0, 4461.0, 4447.0, 4416.0, 4395.0, 4406.0, 4436.0, 4467.0, 4417.0, 4446.0, 4397.0, 4436.0, 4408.0, 4467.0, 4440.0, 4469.0, 4418.0, 4437.0, 4397.0, 4416.0, 4418.0, 4448.0, 4471.0, 4408.0, 4457.0, 4407.0, 4446.0, 4418.0, 4456.0, 4426.0, 4469.0, 4449.0, 4447.0, 4479.0, 4438.0, 4479.0, 4416.0, 4408.0, 4384.0, 4436.0, 4394.0, 4433.0, 4414.0, 4445.0, 4424.0, 4434.0, 4423.0, 4423.0, 4398.0, 4397.0, 4365.0, 4374.0, 4355.0, 4354.0, 4356.0, 4356.0, 4343.0, 4354.0, 4377.0, 4380.0, 4414.0, 4426.0, 4420.0, 4454.0, 4466.0, 4460.0, 4497.0, 4448.0, 4494.0, 4475.0, 4496.0, 4476.0, 4494.0, 4475.0, 4460.0, 4429.0, 4448.0, 4428.0, 4458.0, 4458.0, 4457.0, 4468.0, 4405.0, 4425.0, 4396.0, 4434.0, 4396.0, 4466.0, 4436.0, 4466.0, 4395.0, 4455.0, 4395.0, 4445.0, 4416.0, 4466.0, 4448.0, 4406.0, 4396.0, 4406.0, 4407.0, 4407.0, 4459.0, 4448.0, 4469.0, 4426.0, 4425.0, 4395.0, 4415.0, 4396.0, 4467.0, 4450.0, 4467.0, 4397.0, 4457.0, 4418.0, 4478.0, 4461.0, 4451.0, 4428.0, 4410.0, 4449.0, 4399.0, 4438.0, 4449.0, 4450.0, 4440.0, 4417.0, 4446.0, 4423.0, 4434.0, 4410.0, 4430.0, 4419.0, 4427.0, 4415.0, 4425.0, 4406.0, 4414.0, 4355.0, 4404.0, 4365.0, 4367.0, 4368.0, 4380.0, 4381.0, 4404.0, 4416.0, 4406.0, 4426.0, 4409.0, 4446.0, 4408.0, 4447.0, 4409.0, 4460.0, 4440.0, 4469.0, 4408.0, 4457.0, 4408.0, 4458.0, 4439.0, 4469.0, 4484.0, 4429.0, 4438.0, 4419.0, 4467.0, 4451.0, 4505.0, 4485.0, 4463.0, 4491.0, 4432.0, 4432.0, 4439.0, 4418.0, 4481.0, 4432.0, 4479.0, 4429.0, 4466.0, 4427.0, 4455.0, 4424.0, 4415.0, 4389.0, 4441.0, 4428.0, 4413.0, 4394.0, 4426.0, 4384.0, 4341.0, 4339.0, 4331.0, 4363.0, 4354.0, 4366.0, 4375.0, 4377.0, 4379.0, 4402.0, 4417.0, 4426.0, 4430.0, 4423.0, 4444.0, 4486.0, 4465.0, 4493.0, 4475.0, 4482.0, 4471.0, 4467.0, 4451.0, 4478.0, 4460.0, 4465.0, 4445.0, 4395.0, 4405.0, 4405.0, 4455.0, 4416.0, 4477.0], 'WindowWidth': [9844.0, 9880.0, 9818.0, 9858.0, 9825.0, 9831.0, 9760.0, 9810.0, 9744.0, 9755.0, 9747.0, 9779.0, 9768.0, 9736.0, 9778.0, 9749.0, 9761.0, 9755.0, 9797.0, 9791.0, 9843.0, 9757.0, 9801.0, 9827.0, 9805.0, 9835.0, 9822.0, 9848.0, 9910.0, 9914.0, 9900.0, 9872.0, 9782.0, 9823.0, 9784.0, 9799.0, 9849.0, 9803.0, 9836.0, 9778.0, 9857.0, 9794.0, 9808.0, 9770.0, 9783.0, 9736.0, 9747.0, 9693.0, 9680.0, 9693.0, 9684.0, 9711.0, 9703.0, 9753.0, 9698.0, 9778.0, 9699.0, 9777.0, 9709.0, 9794.0, 9729.0, 9803.0, 9800.0, 9735.0, 9741.0, 9748.0, 9769.0, 9770.0, 9831.0, 9784.0, 9794.0, 9762.0, 9767.0, 9780.0, 9756.0, 9824.0, 9776.0, 9850.0, 9824.0, 9837.0, 9772.0, 9806.0, 9765.0, 9755.0, 9836.0, 9791.0, 9881.0, 9799.0, 9831.0, 9737.0, 9812.0, 9773.0, 9830.0, 9806.0, 9847.0, 9821.0, 9802.0, 9757.0, 9706.0, 9721.0, 9720.0, 9762.0, 9759.0, 9808.0, 9705.0, 9754.0, 9705.0, 9755.0, 9711.0, 9807.0, 9772.0, 9806.0, 9723.0, 9710.0, 9725.0, 9735.0, 9775.0, 9755.0, 9832.0, 9752.0, 9752.0, 9755.0, 9741.0, 9834.0, 9797.0, 9858.0, 9827.0, 9816.0, 9796.0, 9837.0, 9881.0, 9827.0, 9875.0, 9776.0, 9803.0, 9779.0, 9776.0, 9841.0, 9777.0, 9835.0, 9808.0, 9852.0, 9826.0, 9819.0, 9786.0, 9754.0, 9795.0, 9707.0, 9788.0, 9710.0, 9768.0, 9717.0, 9732.0, 9721.0, 9704.0, 9732.0, 9710.0, 9777.0, 9744.0, 9812.0, 9792.0, 9737.0, 9780.0, 9729.0, 9781.0, 9760.0, 9737.0, 9833.0, 9812.0, 9853.0, 9830.0, 9762.0, 9797.0, 9732.0, 9803.0, 9768.0, 9833.0, 9826.0, 9733.0, 9771.0, 9722.0, 9788.0, 9755.0, 9833.0, 9814.0, 9832.0, 9765.0, 9774.0, 9749.0, 9739.0, 9793.0, 9768.0, 9854.0, 9805.0, 9871.0, 9843.0, 9838.0, 9804.0, 9752.0, 9833.0, 9788.0, 9853.0, 9783.0, 9820.0, 9789.0, 9749.0, 9829.0, 9775.0, 9829.0, 9788.0, 9795.0, 9765.0, 9719.0, 9787.0, 9712.0, 9784.0, 9738.0, 9794.0, 9771.0, 9787.0, 9727.0, 9687.0, 9714.0, 9710.0, 9765.0, 9728.0, 9845.0, 9748.0, 9730.0, 9746.0, 9737.0, 9811.0, 9775.0, 9852.0, 9828.0, 9750.0, 9790.0, 9755.0, 9846.0, 9828.0, 9871.0, 9840.0, 9836.0, 9787.0, 9723.0, 9775.0, 9713.0, 9825.0, 9784.0, 9821.0, 9785.0, 9791.0, 9763.0, 9735.0, 9759.0, 9774.0, 9868.0, 9844.0, 9797.0, 9796.0, 9753.0, 9776.0, 9748.0, 9733.0, 9815.0, 9787.0, 9830.0, 9802.0, 9812.0, 9773.0, 9768.0, 9763.0, 9707.0, 9732.0, 9685.0, 9728.0, 9673.0, 9737.0, 9694.0, 9659.0, 9649.0, 9654.0, 9692.0, 9721.0, 9745.0, 9768.0, 9797.0, 9793.0, 9840.0, 9830.0, 9884.0, 9882.0, 9894.0, 9895.0, 9836.0, 9864.0, 9826.0, 9840.0, 9825.0, 9855.0, 9828.0, 9787.0, 9755.0, 9726.0, 9790.0, 9740.0, 9829.0, 9820.0, 9852.0, 9787.0, 9796.0, 9742.0, 9725.0, 9802.0, 9778.0, 9830.0, 9799.0, 9807.0, 9722.0, 9775.0, 9742.0, 9784.0, 9802.0, 9729.0, 9793.0, 9714.0, 9788.0, 9723.0, 9825.0, 9788.0, 9828.0, 9816.0, 9777.0, 9829.0, 9749.0, 9851.0, 9783.0, 9850.0, 9844.0, 9762.0, 9788.0, 9734.0, 9770.0, 9732.0, 9824.0, 9773.0, 9813.0, 9781.0, 9804.0, 9751.0, 9778.0, 9716.0, 9752.0, 9703.0, 9733.0, 9697.0, 9725.0, 9661.0, 9677.0, 9666.0, 9676.0, 9647.0, 9618.0, 9631.0, 9648.0, 9683.0, 9716.0, 9723.0, 9749.0, 9793.0, 9841.0, 9821.0, 9885.0, 9868.0, 9846.0, 9845.0, 9826.0, 9896.0, 9856.0, 9886.0, 9877.0, 9858.0, 9812.0, 9822.0, 9806.0, 9809.0, 9806.0, 9831.0, 9846.0, 9818.0, 9772.0, 9805.0, 9811.0, 9867.0, 9840.0, 9855.0, 9813.0, 9724.0, 9740.0, 9703.0, 9768.0, 9707.0, 9787.0, 9733.0, 9786.0, 9753.0, 9790.0, 9734.0, 9773.0, 9709.0, 9757.0, 9708.0, 9742.0, 9725.0, 9766.0, 9733.0, 9659.0, 9678.0, 9719.0, 9723.0, 9749.0, 9818.0, 9813.0, 9822.0, 9772.0, 9756.0, 9783.0, 9754.0, 9840.0, 9797.0, 9856.0, 9806.0, 9833.0, 9744.0, 9793.0, 9753.0, 9806.0, 9749.0, 9805.0, 9749.0, 9808.0, 9767.0, 9818.0, 9736.0, 9787.0, 9708.0, 9773.0, 9727.0, 9797.0, 9759.0, 9780.0, 9812.0, 9754.0, 9799.0, 9734.0, 9762.0, 9751.0, 9743.0, 9805.0, 9805.0, 9889.0, 9882.0, 9866.0, 9820.0, 9734.0, 9728.0, 9701.0, 9754.0, 9718.0, 9802.0, 9776.0, 9800.0, 9771.0, 9765.0, 9731.0, 9712.0, 9690.0, 9660.0, 9697.0, 9632.0, 9711.0, 9634.0, 9688.0, 9638.0, 9641.0, 9641.0, 9642.0, 9694.0, 9664.0, 9747.0, 9691.0, 9728.0, 9742.0, 9736.0, 9715.0, 9739.0, 9765.0, 9791.0, 9826.0, 9820.0, 9872.0, 9821.0, 9815.0, 9825.0, 9805.0, 9902.0, 9879.0, 9926.0, 9877.0, 9836.0, 9867.0, 9796.0, 9863.0, 9845.0, 9878.0, 9845.0, 9830.0, 9755.0, 9737.0, 9730.0, 9746.0, 9833.0, 9793.0, 9830.0, 9796.0, 9741.0, 9781.0, 9735.0, 9806.0, 9835.0, 9822.0, 9872.0, 9859.0, 9756.0, 9751.0, 9708.0, 9786.0, 9730.0, 9803.0, 9771.0, 9788.0, 9756.0, 9783.0, 9754.0, 9782.0, 9734.0, 9697.0, 9678.0, 9635.0, 9649.0, 9654.0, 9661.0, 9715.0, 9735.0, 9744.0, 9768.0, 9745.0, 9783.0, 9755.0, 9819.0, 9780.0, 9800.0, 9772.0, 9785.0, 9769.0, 9768.0, 9782.0, 9778.0, 9815.0, 9770.0, 9753.0, 9731.0, 9742.0, 9751.0, 9791.0, 9845.0, 9772.0, 9793.0, 9770.0, 9822.0, 9789.0, 9875.0, 9851.0, 9786.0, 9784.0, 9750.0, 9808.0, 9826.0, 9855.0, 9783.0, 9818.0, 9750.0, 9831.0, 9824.0, 9866.0, 9845.0, 9763.0, 9775.0, 9753.0, 9814.0, 9765.0, 9857.0, 9840.0, 9860.0, 9799.0, 9732.0, 9725.0, 9667.0, 9747.0, 9700.0, 9732.0, 9729.0, 9730.0, 9725.0, 9706.0, 9699.0, 9662.0, 9672.0, 9638.0, 9624.0, 9613.0, 9590.0, 9594.0, 9609.0, 9613.0, 9622.0, 9686.0, 9666.0, 9706.0, 9734.0, 9736.0, 9778.0, 9792.0, 9782.0, 9797.0, 9857.0, 9827.0, 9852.0, 9857.0, 9844.0, 9808.0, 9831.0, 9804.0, 9829.0, 9809.0, 9836.0, 9805.0, 9777.0, 9734.0, 9703.0, 9723.0, 9765.0, 9811.0, 9738.0, 9775.0, 9709.0, 9761.0, 9728.0, 9809.0, 9774.0, 9814.0, 9742.0, 9763.0, 9710.0, 9733.0, 9740.0, 9782.0, 9819.0, 9727.0, 9790.0, 9722.0, 9775.0, 9738.0, 9787.0, 9749.0, 9815.0, 9784.0, 9779.0, 9831.0, 9769.0, 9829.0, 9733.0, 9722.0, 9686.0, 9754.0, 9698.0, 9746.0, 9722.0, 9763.0, 9734.0, 9748.0, 9731.0, 9730.0, 9686.0, 9682.0, 9636.0, 9648.0, 9630.0, 9627.0, 9633.0, 9637.0, 9614.0, 9631.0, 9667.0, 9679.0, 9733.0, 9755.0, 9755.0, 9804.0, 9825.0, 9823.0, 9866.0, 9802.0, 9859.0, 9834.0, 9865.0, 9837.0, 9862.0, 9834.0, 9803.0, 9757.0, 9781.0, 9754.0, 9799.0, 9800.0, 9794.0, 9811.0, 9717.0, 9744.0, 9707.0, 9756.0, 9709.0, 9806.0, 9764.0, 9806.0, 9706.0, 9786.0, 9707.0, 9774.0, 9737.0, 9803.0, 9786.0, 9722.0, 9710.0, 9723.0, 9726.0, 9726.0, 9800.0, 9783.0, 9816.0, 9750.0, 9748.0, 9707.0, 9732.0, 9710.0, 9806.0, 9788.0, 9807.0, 9711.0, 9793.0, 9743.0, 9826.0, 9807.0, 9791.0, 9753.0, 9730.0, 9781.0, 9713.0, 9762.0, 9780.0, 9783.0, 9768.0, 9729.0, 9769.0, 9730.0, 9751.0, 9711.0, 9741.0, 9723.0, 9733.0, 9711.0, 9728.0, 9702.0, 9713.0, 9632.0, 9698.0, 9650.0, 9653.0, 9659.0, 9678.0, 9682.0, 9719.0, 9735.0, 9725.0, 9750.0, 9732.0, 9777.0, 9728.0, 9778.0, 9730.0, 9799.0, 9773.0, 9813.0, 9726.0, 9793.0, 9726.0, 9795.0, 9771.0, 9811.0, 9843.0, 9757.0, 9766.0, 9745.0, 9810.0, 9792.0, 9875.0, 9846.0, 9812.0, 9849.0, 9767.0, 9768.0, 9770.0, 9740.0, 9832.0, 9766.0, 9830.0, 9753.0, 9804.0, 9746.0, 9785.0, 9737.0, 9723.0, 9679.0, 9760.0, 9735.0, 9704.0, 9677.0, 9723.0, 9657.0, 9598.0, 9591.0, 9585.0, 9633.0, 9625.0, 9648.0, 9659.0, 9668.0, 9674.0, 9711.0, 9742.0, 9754.0, 9766.0, 9763.0, 9791.0, 9849.0, 9820.0, 9857.0, 9833.0, 9837.0, 9818.0, 9809.0, 9789.0, 9825.0, 9801.0, 9802.0, 9775.0, 9703.0, 9718.0, 9718.0, 9787.0, 9737.0, 9824.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.0021279357798165135</td></tr>
<tr><td colspan=3>aqi</td><td>0.03768012098623854</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.5569417583353</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.207606268737082</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0180403148105623</td></tr>
<tr><td colspan=3>efc</td><td>0.4721</td></tr>
<tr><td colspan=3>fber</td><td>6387.1768</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11716023588963795</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>95</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>10.894495412844037</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4836256694863397</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.390609306639796</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7331232984736262</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3271444033455952</td></tr>
<tr><td colspan=3>gcor</td><td>0.0368462</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019993769004940987</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025730328634381294</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.9739590605806385</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>44.1219</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.8313</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>182.731</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>300993.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>867.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>367.7136</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4101</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>563.9159</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3628.6847</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3824.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75551.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1281.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4744.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>962.2582</td></tr>
<tr><td colspan=3>tsnr</td><td>33.039970669313334</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>