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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0115/ses-03/func/sub-0115_ses-03_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>611cb657502d35ac6e5d9d81a9963369</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:11.912500</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.997473, -0.0194454, -0.0683349, 0.00940126, 0.989484, -0.144339]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0808722</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4226, -7694, -7314, 192, -144, -79, -115, 101]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>234.828</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a378a17a-8cce-40f3-8e5f-e25698efaf8d||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.676146984100342, 0.025222893804311752, -0.1901421695947647, 111.4565200805664], [0.05217048525810242, 2.654712438583374, -0.3869946300983429, -97.7342758178711], [-0.18333765864372253, 0.38724976778030396, 2.6653480529785156, -99.50725555419922], [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': ['201311.912500', '201312.372500', '201312.832500', '201313.292500', '201313.752500', '201314.212500', '201314.672500', '201315.132500', '201315.592500', '201316.052500', '201316.512500', '201316.972500', '201317.432500', '201317.892500', '201318.352500', '201318.812500', '201319.272500', '201319.732500', '201320.192500', '201320.652500', '201321.112500', '201321.572500', '201322.032500', '201322.492500', '201322.952500', '201323.412500', '201323.872500', '201324.332500', '201324.792500', '201325.252500', '201325.712500', '201326.172500', '201326.632500', '201327.092500', '201327.552500', '201328.012500', '201328.472500', '201328.932500', '201329.392500', '201329.852500', '201330.312500', '201330.772500', '201331.232500', '201331.692500', '201332.152500', '201332.612500', '201333.072500', '201333.532500', '201333.992500', '201334.452500', '201334.912500', '201335.372500', '201335.832500', '201336.292500', '201336.752500', '201337.212500', '201337.672500', '201338.132500', '201338.592500', '201339.052500', '201339.512500', '201339.972500', '201340.432500', '201340.892500', '201341.352500', '201341.812500', '201342.272500', '201342.732500', '201343.192500', '201343.652500', '201344.112500', '201344.572500', '201345.032500', '201345.492500', '201345.952500', '201346.412500', '201346.872500', '201347.332500', '201347.792500', '201348.252500', '201348.712500', '201349.172500', '201349.632500', '201350.092500', '201350.552500', '201351.012500', '201351.472500', '201351.932500', '201352.392500', '201352.852500', '201353.312500', '201353.772500', '201354.232500', '201354.692500', '201355.152500', '201355.612500', '201356.072500', '201356.532500', '201356.992500', '201357.452500', '201357.912500', '201358.372500', '201358.832500', '201359.292500', '201359.752500', '201400.212500', '201400.672500', '201401.132500', '201401.592500', '201402.052500', '201402.512500', '201402.972500', '201403.432500', '201403.892500', '201404.352500', '201404.812500', '201405.272500', '201405.732500', '201406.192500', '201406.652500', '201407.112500', '201407.572500', '201408.032500', '201408.492500', '201408.952500', '201409.412500', '201409.872500', '201410.332500', '201410.792500', '201411.252500', '201411.712500', '201412.172500', '201412.632500', '201413.092500', '201413.552500', '201414.012500', '201414.472500', '201414.932500', '201415.392500', '201415.852500', '201416.312500', '201416.772500', '201417.232500', '201417.692500', '201418.152500', '201418.612500', '201419.072500', '201419.532500', '201419.992500', '201420.452500', '201420.912500', '201421.372500', '201421.832500', '201422.292500', '201422.752500', '201423.212500', '201423.672500', '201424.132500', '201424.592500', '201425.052500', '201425.512500', '201425.972500', '201426.432500', '201426.892500', '201427.352500', '201427.812500', '201428.272500', '201428.732500', '201429.192500', '201429.652500', '201430.112500', '201430.572500', '201431.032500', '201431.492500', '201431.952500', '201432.412500', '201432.872500', '201433.332500', '201433.792500', '201434.252500', '201434.712500', '201435.172500', '201435.632500', '201436.092500', '201436.552500', '201437.012500', '201437.472500', '201437.932500', '201438.392500', '201438.852500', '201439.312500', '201439.772500', '201440.232500', '201440.692500', '201441.152500', '201441.612500', '201442.072500', '201442.532500', '201442.992500', '201443.452500', '201443.912500', '201444.372500', '201444.832500', '201445.292500', '201445.752500', '201446.212500', '201446.672500', '201447.132500', '201447.592500', '201448.052500', '201448.512500', '201448.972500', '201449.432500', '201449.892500', '201450.352500', '201450.812500', '201451.272500', '201451.732500', '201452.192500', '201452.652500', '201453.112500', '201453.572500', '201454.032500', '201454.492500', '201454.952500', '201455.412500', '201455.872500', '201456.332500', '201456.792500', '201457.252500', '201457.712500', '201458.172500', '201458.632500', '201459.092500', '201459.552500', '201500.012500', '201500.472500', '201500.932500', '201501.392500', '201501.852500', '201502.312500', '201502.772500', '201503.232500', '201503.692500', '201504.152500', '201504.612500', '201505.072500', '201505.532500', '201505.992500', '201506.452500', '201506.912500', '201507.372500', '201507.832500', '201508.292500', '201508.752500', '201509.212500', '201509.672500', '201510.132500', '201510.592500', '201511.052500', '201511.512500', '201511.972500', '201512.432500', '201512.892500', '201513.352500', '201513.812500', '201514.272500', '201514.732500', '201515.192500', '201515.652500', '201516.112500', '201516.572500', '201517.032500', '201517.492500', '201517.952500', '201518.412500', '201518.872500', '201519.332500', '201519.792500', '201520.252500', '201520.712500', '201521.172500', '201521.632500', '201522.092500', '201522.552500', '201523.012500', '201523.472500', '201523.932500', '201524.392500', '201524.852500', '201525.312500', '201525.772500', '201526.232500', '201526.692500', '201527.152500', '201527.612500', '201528.072500', '201528.532500', '201528.992500', '201529.452500', '201529.912500', '201530.372500', '201530.832500', '201531.292500', '201531.752500', '201532.212500', '201532.672500', '201533.132500', '201533.592500', '201534.052500', '201534.512500', '201534.972500', '201535.432500', '201535.892500', '201536.352500', '201536.812500', '201537.272500', '201537.732500', '201538.192500', '201538.652500', '201539.112500', '201539.572500', '201540.032500', '201540.492500', '201540.952500', '201541.412500', '201541.872500', '201542.332500', '201542.792500', '201543.252500', '201543.712500', '201544.172500', '201544.632500', '201545.092500', '201545.552500', '201546.012500', '201546.472500', '201546.932500', '201547.392500', '201547.852500', '201548.312500', '201548.772500', '201549.232500', '201549.692500', '201550.152500', '201550.612500', '201551.072500', '201551.532500', '201551.992500', '201552.452500', '201552.912500', '201553.372500', '201553.832500', '201554.292500', '201554.752500', '201555.212500', '201555.672500', '201556.132500', '201556.592500', '201557.052500', '201557.512500', '201557.972500', '201558.432500', '201558.892500', '201559.352500', '201559.812500', '201600.272500', '201600.732500', '201601.192500', '201601.652500', '201602.112500', '201602.572500', '201603.032500', '201603.492500', '201603.952500', '201604.412500', '201604.872500', '201605.332500', '201605.792500', '201606.252500', '201606.712500', '201607.172500', '201607.632500', '201608.092500', '201608.552500', '201609.012500', '201609.472500', '201609.932500', '201610.392500', '201610.852500', '201611.312500', '201611.772500', '201612.232500', '201612.692500', '201613.152500', '201613.612500', '201614.072500', '201614.532500', '201614.992500', '201615.452500', '201615.912500', '201616.372500', '201616.832500', '201617.292500', '201617.752500', '201618.212500', '201618.672500', '201619.132500', '201619.592500', '201620.052500', '201620.512500', '201620.972500', '201621.432500', '201621.892500', '201622.352500', '201622.812500', '201623.272500', '201623.732500', '201624.192500', '201624.652500', '201625.112500', '201625.572500', '201626.032500', '201626.492500', '201626.952500', '201627.412500', '201627.872500', '201628.332500', '201628.792500', '201629.252500', '201629.712500', '201630.172500', '201630.632500', '201631.092500', '201631.552500', '201632.012500', '201632.472500', '201632.932500', '201633.392500', '201633.852500', '201634.312500', '201634.772500', '201635.232500', '201635.692500', '201636.152500', '201636.612500', '201637.072500', '201637.532500', '201637.992500', '201638.452500', '201638.912500', '201639.372500', '201639.832500', '201640.292500', '201640.752500', '201641.212500', '201641.672500', '201642.132500', '201642.592500', '201643.052500', '201643.512500', '201643.972500', '201644.432500', '201644.892500', '201645.352500', '201645.812500', '201646.272500', '201646.732500', '201647.192500', '201647.652500', '201648.112500', '201648.572500', '201649.032500', '201649.492500', '201649.952500', '201650.412500', '201650.872500', '201651.332500', '201651.792500', '201652.252500', '201652.712500', '201653.172500', '201653.632500', '201654.092500', '201654.552500', '201655.012500', '201655.472500', '201655.932500', '201656.392500', '201656.852500', '201657.312500', '201657.772500', '201658.232500', '201658.692500', '201659.152500', '201659.612500', '201700.072500', '201700.532500', '201700.992500', '201701.452500', '201701.912500', '201702.372500', '201702.832500', '201703.292500', '201703.752500', '201704.212500', '201704.672500', '201705.132500', '201705.592500', '201706.052500', '201706.512500', '201706.972500', '201707.432500', '201707.892500', '201708.352500', '201708.812500', '201709.272500', '201709.732500', '201710.192500', '201710.652500', '201711.112500', '201711.572500', '201712.032500', '201712.492500', '201712.952500', '201713.412500', '201713.872500', '201714.332500', '201714.792500', '201715.252500', '201715.712500', '201716.172500', '201716.632500', '201717.092500', '201717.552500', '201718.012500', '201718.472500', '201718.932500', '201719.392500', '201719.852500', '201720.312500', '201720.772500', '201721.232500', '201721.692500', '201722.152500', '201722.612500', '201723.072500', '201723.532500', '201723.992500', '201724.452500', '201724.912500', '201725.372500', '201725.832500', '201726.292500', '201726.752500', '201727.212500', '201727.672500', '201728.132500', '201728.592500', '201729.052500', '201729.512500', '201729.972500', '201730.432500', '201730.892500', '201731.352500', '201731.812500', '201732.272500', '201732.732500', '201733.192500', '201733.652500', '201734.112500', '201734.572500', '201735.032500', '201735.492500', '201735.952500', '201736.412500', '201736.872500', '201737.332500', '201737.792500', '201738.252500', '201738.712500', '201739.172500', '201739.632500', '201740.092500', '201740.552500', '201741.012500', '201741.472500', '201741.932500', '201742.392500', '201742.852500', '201743.312500', '201743.772500', '201744.232500', '201744.692500', '201745.152500', '201745.612500', '201746.072500', '201746.532500', '201746.992500', '201747.452500', '201747.912500', '201748.372500', '201748.832500', '201749.292500', '201749.752500', '201750.212500', '201750.672500', '201751.132500', '201751.592500', '201752.052500', '201752.512500', '201752.972500', '201753.432500', '201753.892500', '201754.352500', '201754.812500', '201755.272500', '201755.732500', '201756.192500', '201756.652500', '201757.112500', '201757.572500', '201758.032500', '201758.492500', '201758.952500', '201759.412500', '201759.872500', '201800.332500', '201800.792500', '201801.252500', '201801.712500', '201802.172500', '201802.632500', '201803.092500', '201803.552500', '201804.012500', '201804.472500', '201804.932500', '201805.392500', '201805.852500', '201806.312500', '201806.772500', '201807.232500', '201807.692500', '201808.152500', '201808.612500', '201809.072500', '201809.532500', '201809.992500', '201810.452500', '201810.912500', '201811.372500', '201811.832500', '201812.292500', '201812.752500', '201813.212500', '201813.672500', '201814.132500', '201814.592500', '201815.052500', '201815.512500', '201815.972500', '201816.432500', '201816.892500', '201817.352500', '201817.812500', '201818.272500', '201818.732500', '201819.192500', '201819.652500', '201820.112500', '201820.572500', '201821.032500', '201821.492500', '201821.952500', '201822.412500', '201822.872500', '201823.332500', '201823.792500', '201824.252500', '201824.712500', '201825.172500', '201825.632500', '201826.092500', '201826.552500', '201827.012500', '201827.472500', '201827.932500', '201828.392500', '201828.852500', '201829.312500', '201829.772500', '201830.232500', '201830.692500', '201831.152500', '201831.612500', '201832.072500', '201832.532500', '201832.992500', '201833.452500', '201833.912500', '201834.372500', '201834.832500', '201835.292500', '201835.752500', '201836.212500', '201836.672500', '201837.132500', '201837.592500', '201838.052500', '201838.512500', '201838.972500', '201839.432500', '201839.892500', '201840.352500', '201840.812500', '201841.272500', '201841.732500', '201842.192500', '201842.652500', '201843.112500', '201843.572500', '201844.032500', '201844.492500', '201844.952500', '201845.412500', '201845.872500', '201846.332500', '201846.792500', '201847.252500', '201847.712500', '201848.172500', '201848.632500', '201849.092500', '201849.552500', '201850.012500', '201850.472500', '201850.932500', '201851.392500', '201851.852500', '201852.312500', '201852.772500', '201853.232500', '201853.692500', '201854.152500', '201854.612500', '201855.072500', '201855.532500', '201855.992500', '201856.452500', '201856.912500', '201857.372500', '201857.832500', '201858.292500', '201858.752500', '201859.212500', '201859.672500', '201900.132500', '201900.592500', '201901.052500', '201901.512500', '201901.972500', '201902.432500', '201902.892500', '201903.352500', '201903.812500', '201904.272500', '201904.732500', '201905.192500', '201905.652500', '201906.112500', '201906.572500', '201907.032500', '201907.492500', '201907.952500', '201908.412500', '201908.872500', '201909.332500', '201909.792500', '201910.252500', '201910.712500', '201911.172500', '201911.632500', '201912.092500', '201912.552500', '201913.012500', '201913.472500', '201913.932500', '201914.392500', '201914.852500', '201915.312500', '201915.772500', '201916.232500', '201916.692500', '201917.152500', '201917.612500', '201918.072500', '201918.532500', '201918.992500', '201919.452500', '201919.912500', '201920.372500', '201920.832500', '201921.292500', '201921.752500', '201922.212500', '201922.672500', '201923.132500', '201923.592500', '201924.052500', '201924.512500', '201924.972500', '201925.432500', '201925.892500', '201926.352500', '201926.812500', '201927.272500', '201927.732500', '201928.192500', '201928.652500', '201929.112500', '201929.572500', '201930.032500', '201930.492500', '201930.952500', '201931.412500', '201931.872500', '201932.332500', '201932.792500', '201933.252500', '201933.712500', '201934.172500', '201934.632500', '201935.092500', '201935.552500', '201936.012500', '201936.472500', '201936.932500', '201937.392500', '201937.852500', '201938.312500', '201938.772500', '201939.232500', '201939.692500', '201940.152500', '201940.612500', '201941.072500', '201941.532500', '201941.992500', '201942.452500', '201942.912500', '201943.372500', '201943.832500', '201944.292500', '201944.752500', '201945.212500', '201945.672500', '201946.132500', '201946.592500', '201947.052500', '201947.512500', '201947.972500', '201948.432500', '201948.892500', '201949.352500', '201949.812500', '201950.272500', '201950.732500', '201951.192500', '201951.652500', '201952.112500', '201952.572500'], 'ContentTime': ['201339.746000', '201339.749000', '201339.752000', '201339.755000', '201339.757000', '201339.760000', '201339.762000', '201339.770000', '201339.772000', '201339.775000', '201339.778000', '201339.780000', '201339.783000', '201339.785000', '201339.788000', '201339.790000', '201339.793000', '201339.796000', '201339.798000', '201339.801000', '201339.804000', '201339.806000', '201339.809000', '201339.811000', '201339.814000', '201339.816000', '201339.819000', '201339.821000', '201339.824000', '201339.827000', '201339.829000', '201339.832000', '201339.834000', '201339.837000', '201339.839000', '201339.842000', '201339.845000', '201339.847000', '201339.850000', '201339.853000', '201339.855000', '201339.858000', '201339.860000', '201339.863000', '201339.865000', '201339.868000', '201339.871000', '201339.873000', '201339.876000', '201339.878000', '201339.881000', '201339.883000', '201339.886000', '201339.888000', '201339.891000', '201339.894000', '201339.896000', '201359.709000', '201359.712000', '201359.722000', '201359.725000', '201359.728000', '201359.730000', '201359.733000', '201359.735000', '201359.738000', '201359.740000', '201359.743000', '201359.745000', '201359.756000', '201359.758000', '201359.761000', '201359.763000', '201359.766000', '201359.768000', '201359.771000', '201359.773000', '201359.776000', '201359.778000', '201359.781000', '201359.783000', '201359.786000', '201359.789000', '201359.791000', '201359.794000', '201359.796000', '201359.799000', '201359.802000', '201359.804000', '201359.807000', '201359.809000', '201359.812000', '201359.814000', '201359.817000', '201359.819000', '201359.822000', '201359.824000', '201359.827000', '201359.829000', '201359.832000', '201359.834000', '201419.710000', '201419.713000', '201419.716000', '201419.718000', '201419.721000', '201419.723000', '201419.726000', '201419.728000', '201419.731000', '201419.733000', '201419.736000', '201419.748000', '201419.751000', '201419.753000', '201419.756000', '201419.758000', '201419.761000', '201419.763000', '201419.766000', '201419.769000', '201419.771000', '201419.774000', '201419.776000', '201419.779000', '201419.781000', '201419.784000', '201419.787000', '201419.789000', '201419.792000', '201419.794000', '201419.797000', '201419.800000', '201419.802000', '201419.805000', '201419.807000', '201419.810000', '201419.812000', '201419.815000', '201419.818000', '201419.820000', '201419.823000', '201419.825000', '201419.828000', '201439.710000', '201439.713000', '201439.716000', '201439.718000', '201439.721000', '201439.723000', '201439.726000', '201439.729000', '201439.731000', '201439.734000', '201439.736000', '201439.739000', '201439.741000', '201439.744000', '201439.747000', '201439.749000', '201439.752000', '201439.754000', '201439.757000', '201439.759000', '201439.762000', '201439.765000', '201439.767000', '201439.770000', '201439.772000', '201439.775000', '201439.777000', '201439.780000', '201439.783000', '201439.785000', '201439.788000', '201439.790000', '201439.793000', '201439.796000', '201439.798000', '201439.801000', '201439.803000', '201439.806000', '201439.808000', '201439.811000', '201439.814000', '201439.816000', '201439.819000', '201439.821000', '201459.709000', '201459.712000', '201459.715000', '201459.717000', '201459.720000', '201459.723000', '201459.725000', '201459.728000', '201459.730000', '201459.733000', '201459.736000', '201459.738000', '201459.748000', '201459.751000', '201459.753000', '201459.756000', '201459.759000', '201459.761000', '201459.764000', '201459.766000', '201459.769000', '201459.772000', '201459.774000', '201459.777000', '201459.779000', '201459.782000', '201459.785000', '201459.787000', '201459.790000', '201459.792000', '201459.795000', '201459.798000', '201459.800000', '201459.803000', '201459.805000', '201459.808000', '201459.811000', '201459.813000', '201459.816000', '201459.819000', '201459.821000', '201459.824000', '201459.826000', '201519.709000', '201519.712000', '201519.715000', '201519.717000', '201519.720000', '201519.722000', '201519.725000', '201519.728000', '201519.730000', '201519.733000', '201519.735000', '201519.738000', '201519.741000', '201519.743000', '201519.746000', '201519.748000', '201519.751000', '201519.753000', '201519.756000', '201519.758000', '201519.761000', '201519.763000', '201519.766000', '201519.769000', '201519.771000', '201519.774000', '201519.776000', '201519.779000', '201519.782000', '201519.784000', '201519.787000', '201519.789000', '201519.792000', '201519.794000', '201519.797000', '201519.800000', '201519.802000', '201519.805000', '201519.808000', '201519.810000', '201519.813000', '201519.815000', '201519.818000', '201519.820000', '201539.710000', '201539.713000', '201539.715000', '201539.718000', '201539.720000', '201539.723000', '201539.726000', '201539.763000', '201539.766000', '201539.768000', '201539.771000', '201539.773000', '201539.776000', '201539.778000', '201539.781000', '201539.784000', '201539.786000', '201539.789000', '201539.791000', '201539.794000', '201539.797000', '201539.799000', '201539.802000', '201539.805000', '201539.807000', '201539.810000', '201539.812000', '201539.815000', '201539.818000', '201539.820000', '201539.823000', '201539.825000', '201539.828000', '201539.831000', '201539.833000', '201539.836000', '201539.838000', '201539.841000', '201539.844000', '201539.846000', '201539.849000', '201539.851000', '201539.854000', '201559.709000', '201559.712000', '201559.715000', '201559.718000', '201559.720000', '201559.723000', '201559.725000', '201559.728000', '201559.731000', '201559.733000', '201559.736000', '201559.738000', '201559.741000', '201559.744000', '201559.747000', '201559.750000', '201559.752000', '201559.755000', '201559.758000', '201559.760000', '201559.763000', '201559.765000', '201559.768000', '201559.771000', '201559.773000', '201559.776000', '201559.778000', '201559.781000', '201559.783000', '201559.786000', '201559.788000', '201559.791000', '201559.794000', '201559.796000', '201559.799000', '201559.802000', '201559.804000', '201559.807000', '201559.809000', '201559.812000', '201559.815000', '201559.817000', '201559.820000', '201559.822000', '201619.709000', '201619.712000', '201619.715000', '201619.718000', '201619.720000', '201619.723000', '201619.725000', '201619.728000', '201619.731000', '201619.733000', '201619.736000', '201619.738000', '201619.741000', '201619.743000', '201619.746000', '201619.749000', '201619.751000', '201619.754000', '201619.756000', '201619.759000', '201619.762000', '201619.764000', '201619.767000', '201619.769000', '201619.772000', '201619.774000', '201619.777000', '201619.779000', '201619.782000', '201619.784000', '201619.787000', '201619.789000', '201619.792000', '201619.795000', '201619.797000', '201619.800000', '201619.802000', '201619.805000', '201619.808000', '201619.810000', '201619.813000', '201619.815000', '201619.818000', '201639.710000', '201639.713000', '201639.716000', '201639.718000', '201639.721000', '201639.724000', '201639.726000', '201639.729000', '201639.732000', '201639.734000', '201639.737000', '201639.739000', '201639.742000', '201639.745000', '201639.747000', '201639.750000', '201639.753000', '201639.755000', '201639.758000', '201639.761000', '201639.763000', '201639.766000', '201639.768000', '201639.771000', '201639.774000', '201639.776000', '201639.779000', '201639.781000', '201639.784000', '201639.787000', '201639.789000', '201639.792000', '201639.794000', '201639.797000', '201639.800000', '201639.802000', '201639.805000', '201639.808000', '201639.810000', '201639.813000', '201639.815000', '201639.818000', '201639.820000', '201659.710000', '201659.713000', '201659.716000', '201659.718000', '201659.721000', '201659.723000', '201659.726000', '201659.729000', '201659.731000', '201659.734000', '201659.736000', '201659.739000', '201659.742000', '201659.744000', '201659.747000', '201659.749000', '201659.752000', '201659.754000', '201659.757000', '201659.759000', '201659.762000', '201659.765000', '201659.767000', '201659.770000', '201659.772000', '201659.775000', '201659.778000', '201659.780000', '201659.783000', '201659.785000', '201659.788000', '201659.790000', '201659.793000', '201659.809000', '201659.812000', '201659.814000', '201659.817000', '201659.819000', '201659.822000', '201659.824000', '201659.827000', '201659.830000', '201659.832000', '201659.835000', '201719.709000', '201719.712000', '201719.715000', '201719.717000', '201719.720000', '201719.723000', '201719.725000', '201719.728000', '201719.730000', '201719.733000', '201719.735000', '201719.738000', '201719.740000', '201719.743000', '201719.746000', '201719.748000', '201719.751000', '201719.753000', '201719.756000', '201719.759000', '201719.761000', '201719.764000', '201719.766000', '201719.769000', '201719.771000', '201719.774000', '201719.776000', '201719.779000', '201719.782000', '201719.786000', '201719.789000', '201719.791000', '201719.794000', '201719.797000', '201719.801000', '201719.803000', '201719.806000', '201719.809000', '201719.811000', '201719.814000', '201719.817000', '201719.819000', '201719.822000', '201739.709000', '201739.712000', '201739.715000', '201739.717000', '201739.720000', '201739.722000', '201739.725000', '201739.727000', '201739.730000', '201739.733000', '201739.735000', '201739.738000', '201739.740000', '201739.743000', '201739.745000', '201739.748000', '201739.751000', '201739.753000', '201739.756000', '201739.758000', '201739.761000', '201739.764000', '201739.766000', '201739.769000', '201739.771000', '201739.774000', '201739.776000', '201739.779000', '201739.781000', '201739.784000', '201739.786000', '201739.789000', '201739.792000', '201739.794000', '201739.797000', '201739.799000', '201739.802000', '201739.805000', '201739.807000', '201739.810000', '201739.812000', '201739.815000', '201739.817000', '201739.820000', '201759.709000', '201759.712000', '201759.715000', '201759.718000', '201759.720000', '201759.723000', '201759.725000', '201759.728000', '201759.731000', '201759.733000', '201759.736000', '201759.738000', '201759.741000', '201759.744000', '201759.746000', '201759.749000', '201759.751000', '201759.754000', '201759.757000', '201759.759000', '201759.762000', '201759.765000', '201759.767000', '201759.770000', '201759.772000', '201759.775000', '201759.778000', '201759.780000', '201759.783000', '201759.785000', '201759.788000', '201759.790000', '201759.793000', '201759.796000', '201759.798000', '201759.801000', '201759.803000', '201759.806000', '201759.808000', '201759.811000', '201759.814000', '201759.816000', '201759.819000', '201819.710000', '201819.712000', '201819.715000', '201819.718000', '201819.720000', '201819.723000', '201819.725000', '201819.728000', '201819.730000', '201819.733000', '201819.736000', '201819.738000', '201819.741000', '201819.743000', '201819.746000', '201819.748000', '201819.751000', '201819.754000', '201819.756000', '201819.759000', '201819.762000', '201819.764000', '201819.767000', '201819.769000', '201819.772000', '201819.775000', '201819.777000', '201819.780000', '201819.782000', '201819.785000', '201819.788000', '201819.790000', '201819.793000', '201819.795000', '201819.798000', '201819.801000', '201819.850000', '201819.853000', '201819.855000', '201819.858000', '201819.860000', '201819.863000', '201819.865000', '201819.868000', '201839.720000', '201839.723000', '201839.726000', '201839.728000', '201839.731000', '201839.734000', '201839.736000', '201839.739000', '201839.741000', '201839.744000', '201839.747000', '201839.749000', '201839.752000', '201839.754000', '201839.757000', '201839.760000', '201839.763000', '201839.766000', '201839.769000', '201839.772000', '201839.774000', '201839.777000', '201839.779000', '201839.782000', '201839.786000', '201839.788000', '201839.791000', '201839.793000', '201839.796000', '201839.799000', '201839.879000', '201839.882000', '201839.885000', '201839.887000', '201839.890000', '201839.892000', '201839.895000', '201839.897000', '201839.900000', '201839.902000', '201839.905000', '201839.908000', '201839.910000', '201859.711000', '201859.714000', '201859.716000', '201859.719000', '201859.721000', '201859.724000', '201859.727000', '201859.729000', '201859.732000', '201859.734000', '201859.737000', '201859.739000', '201859.742000', '201859.745000', '201859.747000', '201859.750000', '201859.752000', '201859.755000', '201859.758000', '201859.760000', '201859.763000', '201859.765000', '201859.768000', '201859.770000', '201859.773000', '201859.775000', '201859.778000', '201859.780000', '201859.783000', '201859.786000', '201859.788000', '201859.791000', '201859.793000', '201859.796000', '201859.799000', '201859.862000', '201859.864000', '201859.867000', '201859.870000', '201859.872000', '201859.875000', '201859.877000', '201859.880000', '201859.882000', '201919.711000', '201919.713000', '201919.716000', '201919.719000', '201919.721000', '201919.724000', '201919.726000', '201919.729000', '201919.732000', '201919.734000', '201919.737000', '201919.739000', '201919.742000', '201919.745000', '201919.747000', '201919.750000', '201919.753000', '201919.755000', '201919.758000', '201919.761000', '201919.764000', '201919.766000', '201919.769000', '201919.771000', '201919.774000', '201919.777000', '201919.779000', '201919.782000', '201919.784000', '201919.787000', '201919.789000', '201919.792000', '201919.795000', '201919.799000', '201919.801000', '201919.804000', '201919.807000', '201919.809000', '201919.812000', '201919.814000', '201919.817000', '201919.820000', '201919.822000', '201939.710000', '201939.712000', '201939.715000', '201939.718000', '201939.720000', '201939.723000', '201939.725000', '201939.728000', '201939.730000', '201939.733000', '201939.736000', '201939.738000', '201939.741000', '201939.743000', '201939.746000', '201939.749000', '201939.751000', '201939.754000', '201939.756000', '201939.759000', '201939.761000', '201939.764000', '201939.766000', '201939.769000', '201939.772000', '201939.774000', '201939.777000', '201939.779000', '201939.782000', '201939.784000', '201939.787000', '201939.790000', '201939.792000', '201939.795000', '201939.797000', '201939.855000', '201939.857000', '201939.860000', '201939.863000', '201939.865000', '201939.868000', '201939.870000', '201939.873000', '201939.875000', '201954.299000', '201954.302000', '201954.305000', '201954.308000', '201954.311000', '201954.314000', '201954.317000', '201954.320000', '201954.323000', '201954.325000', '201954.328000', '201954.340000', '201954.356000', '201954.359000', '201954.362000', '201954.364000', '201954.367000', '201954.370000', '201954.372000', '201954.375000', '201954.378000', '201954.381000', '201954.385000', '201954.387000', '201954.390000', '201954.393000', '201954.398000', '201954.400000', '201954.403000', '201954.406000', '201954.409000', '201954.411000'], 'InstanceCreationTime': ['201339.746000', '201339.749000', '201339.752000', '201339.755000', '201339.757000', '201339.760000', '201339.762000', '201339.770000', '201339.772000', '201339.775000', '201339.778000', '201339.780000', '201339.783000', '201339.785000', '201339.788000', '201339.790000', '201339.793000', '201339.796000', '201339.798000', '201339.801000', '201339.804000', '201339.806000', '201339.809000', '201339.811000', '201339.814000', '201339.816000', '201339.819000', '201339.821000', '201339.824000', '201339.827000', '201339.829000', '201339.832000', '201339.834000', '201339.837000', '201339.839000', '201339.842000', '201339.845000', '201339.847000', '201339.850000', '201339.853000', '201339.855000', '201339.858000', '201339.860000', '201339.863000', '201339.865000', '201339.868000', '201339.871000', '201339.873000', '201339.876000', '201339.878000', '201339.881000', '201339.883000', '201339.886000', '201339.888000', '201339.891000', '201339.894000', '201339.896000', '201359.709000', '201359.712000', '201359.722000', '201359.725000', '201359.728000', '201359.730000', '201359.733000', '201359.735000', '201359.738000', '201359.740000', '201359.743000', '201359.745000', '201359.756000', '201359.758000', '201359.761000', '201359.763000', '201359.766000', '201359.768000', '201359.771000', '201359.773000', '201359.776000', '201359.778000', '201359.781000', '201359.783000', '201359.786000', '201359.789000', '201359.791000', '201359.794000', '201359.796000', '201359.799000', '201359.802000', '201359.804000', '201359.807000', '201359.809000', '201359.812000', '201359.814000', '201359.817000', '201359.819000', '201359.822000', '201359.824000', '201359.827000', '201359.829000', '201359.832000', '201359.834000', '201419.710000', '201419.713000', '201419.716000', '201419.718000', '201419.721000', '201419.723000', '201419.726000', '201419.728000', '201419.731000', '201419.733000', '201419.736000', '201419.748000', '201419.751000', '201419.753000', '201419.756000', '201419.758000', '201419.761000', '201419.763000', '201419.766000', '201419.769000', '201419.771000', '201419.774000', '201419.776000', '201419.779000', '201419.781000', '201419.784000', '201419.787000', '201419.789000', '201419.792000', '201419.794000', '201419.797000', '201419.800000', '201419.802000', '201419.805000', '201419.807000', '201419.810000', '201419.812000', '201419.815000', '201419.818000', '201419.820000', '201419.823000', '201419.825000', '201419.828000', '201439.710000', '201439.713000', '201439.716000', '201439.718000', '201439.721000', '201439.723000', '201439.726000', '201439.729000', '201439.731000', '201439.734000', '201439.736000', '201439.739000', '201439.741000', '201439.744000', '201439.747000', '201439.749000', '201439.752000', '201439.754000', '201439.757000', '201439.759000', '201439.762000', '201439.765000', '201439.767000', '201439.770000', '201439.772000', '201439.775000', '201439.777000', '201439.780000', '201439.783000', '201439.785000', '201439.788000', '201439.790000', '201439.793000', '201439.796000', '201439.798000', '201439.801000', '201439.803000', '201439.806000', '201439.808000', '201439.811000', '201439.814000', '201439.816000', '201439.819000', '201439.821000', '201459.709000', '201459.712000', '201459.715000', '201459.717000', '201459.720000', '201459.723000', '201459.725000', '201459.728000', '201459.730000', '201459.733000', '201459.736000', '201459.738000', '201459.748000', '201459.751000', '201459.753000', '201459.756000', '201459.759000', '201459.761000', '201459.764000', '201459.766000', '201459.769000', '201459.772000', '201459.774000', '201459.777000', '201459.779000', '201459.782000', '201459.785000', '201459.787000', '201459.790000', '201459.792000', '201459.795000', '201459.798000', '201459.800000', '201459.803000', '201459.805000', '201459.808000', '201459.811000', '201459.813000', '201459.816000', '201459.819000', '201459.821000', '201459.824000', '201459.826000', '201519.709000', '201519.712000', '201519.715000', '201519.717000', '201519.720000', '201519.722000', '201519.725000', '201519.728000', '201519.730000', '201519.733000', '201519.735000', '201519.738000', '201519.741000', '201519.743000', '201519.746000', '201519.748000', '201519.751000', '201519.753000', '201519.756000', '201519.758000', '201519.761000', '201519.763000', '201519.766000', '201519.769000', '201519.771000', '201519.774000', '201519.776000', '201519.779000', '201519.782000', '201519.784000', '201519.787000', '201519.789000', '201519.792000', '201519.794000', '201519.797000', '201519.800000', '201519.802000', '201519.805000', '201519.808000', '201519.810000', '201519.813000', '201519.815000', '201519.818000', '201519.820000', '201539.710000', '201539.713000', '201539.715000', '201539.718000', '201539.720000', '201539.723000', '201539.726000', '201539.763000', '201539.766000', '201539.768000', '201539.771000', '201539.773000', '201539.776000', '201539.778000', '201539.781000', '201539.784000', '201539.786000', '201539.789000', '201539.791000', '201539.794000', '201539.797000', '201539.799000', '201539.802000', '201539.805000', '201539.807000', '201539.810000', '201539.812000', '201539.815000', '201539.818000', '201539.820000', '201539.823000', '201539.825000', '201539.828000', '201539.831000', '201539.833000', '201539.836000', '201539.838000', '201539.841000', '201539.844000', '201539.846000', '201539.849000', '201539.851000', '201539.854000', '201559.709000', '201559.712000', '201559.715000', '201559.718000', '201559.720000', '201559.723000', '201559.725000', '201559.728000', '201559.731000', '201559.733000', '201559.736000', '201559.738000', '201559.741000', '201559.744000', '201559.747000', '201559.750000', '201559.752000', '201559.755000', '201559.758000', '201559.760000', '201559.763000', '201559.765000', '201559.768000', '201559.771000', '201559.773000', '201559.776000', '201559.778000', '201559.781000', '201559.783000', '201559.786000', '201559.788000', '201559.791000', '201559.794000', '201559.796000', '201559.799000', '201559.802000', '201559.804000', '201559.807000', '201559.809000', '201559.812000', '201559.815000', '201559.817000', '201559.820000', '201559.822000', '201619.709000', '201619.712000', '201619.715000', '201619.718000', '201619.720000', '201619.723000', '201619.725000', '201619.728000', '201619.731000', '201619.733000', '201619.736000', '201619.738000', '201619.741000', '201619.743000', '201619.746000', '201619.749000', '201619.751000', '201619.754000', '201619.756000', '201619.759000', '201619.762000', '201619.764000', '201619.767000', '201619.769000', '201619.772000', '201619.774000', '201619.777000', '201619.779000', '201619.782000', '201619.784000', '201619.787000', '201619.789000', '201619.792000', '201619.795000', '201619.797000', '201619.800000', '201619.802000', '201619.805000', '201619.808000', '201619.810000', '201619.813000', '201619.815000', '201619.818000', '201639.710000', '201639.713000', '201639.716000', '201639.718000', '201639.721000', '201639.724000', '201639.726000', '201639.729000', '201639.732000', '201639.734000', '201639.737000', '201639.739000', '201639.742000', '201639.745000', '201639.747000', '201639.750000', '201639.753000', '201639.755000', '201639.758000', '201639.761000', '201639.763000', '201639.766000', '201639.768000', '201639.771000', '201639.774000', '201639.776000', '201639.779000', '201639.781000', '201639.784000', '201639.787000', '201639.789000', '201639.792000', '201639.794000', '201639.797000', '201639.800000', '201639.802000', '201639.805000', '201639.808000', '201639.810000', '201639.813000', '201639.815000', '201639.818000', '201639.820000', '201659.710000', '201659.713000', '201659.716000', '201659.718000', '201659.721000', '201659.723000', '201659.726000', '201659.729000', '201659.731000', '201659.734000', '201659.736000', '201659.739000', '201659.742000', '201659.744000', '201659.747000', '201659.749000', '201659.752000', '201659.754000', '201659.757000', '201659.759000', '201659.762000', '201659.765000', '201659.767000', '201659.770000', '201659.772000', '201659.775000', '201659.778000', '201659.780000', '201659.783000', '201659.785000', '201659.788000', '201659.790000', '201659.793000', '201659.809000', '201659.812000', '201659.814000', '201659.817000', '201659.819000', '201659.822000', '201659.824000', '201659.827000', '201659.830000', '201659.832000', '201659.835000', '201719.709000', '201719.712000', '201719.715000', '201719.717000', '201719.720000', '201719.723000', '201719.725000', '201719.728000', '201719.730000', '201719.733000', '201719.735000', '201719.738000', '201719.740000', '201719.743000', '201719.746000', '201719.748000', '201719.751000', '201719.753000', '201719.756000', '201719.759000', '201719.761000', '201719.764000', '201719.766000', '201719.769000', '201719.771000', '201719.774000', '201719.776000', '201719.779000', '201719.782000', '201719.786000', '201719.789000', '201719.791000', '201719.794000', '201719.797000', '201719.801000', '201719.803000', '201719.806000', '201719.809000', '201719.811000', '201719.814000', '201719.817000', '201719.819000', '201719.822000', '201739.709000', '201739.712000', '201739.715000', '201739.717000', '201739.720000', '201739.722000', '201739.725000', '201739.727000', '201739.730000', '201739.733000', '201739.735000', '201739.738000', '201739.740000', '201739.743000', '201739.745000', '201739.748000', '201739.751000', '201739.753000', '201739.756000', '201739.758000', '201739.761000', '201739.764000', '201739.766000', '201739.769000', '201739.771000', '201739.774000', '201739.776000', '201739.779000', '201739.781000', '201739.784000', '201739.786000', '201739.789000', '201739.792000', '201739.794000', '201739.797000', '201739.799000', '201739.802000', '201739.805000', '201739.807000', '201739.810000', '201739.812000', '201739.815000', '201739.817000', '201739.820000', '201759.709000', '201759.712000', '201759.715000', '201759.718000', '201759.720000', '201759.723000', '201759.725000', '201759.728000', '201759.731000', '201759.733000', '201759.736000', '201759.738000', '201759.741000', '201759.744000', '201759.746000', '201759.749000', '201759.751000', '201759.754000', '201759.757000', '201759.759000', '201759.762000', '201759.765000', '201759.767000', '201759.770000', '201759.772000', '201759.775000', '201759.778000', '201759.780000', '201759.783000', '201759.785000', '201759.788000', '201759.790000', '201759.793000', '201759.796000', '201759.798000', '201759.801000', '201759.803000', '201759.806000', '201759.808000', '201759.811000', '201759.814000', '201759.816000', '201759.819000', '201819.710000', '201819.712000', '201819.715000', '201819.718000', '201819.720000', '201819.723000', '201819.725000', '201819.728000', '201819.730000', '201819.733000', '201819.736000', '201819.738000', '201819.741000', '201819.743000', '201819.746000', '201819.748000', '201819.751000', '201819.754000', '201819.756000', '201819.759000', '201819.762000', '201819.764000', '201819.767000', '201819.769000', '201819.772000', '201819.775000', '201819.777000', '201819.780000', '201819.782000', '201819.785000', '201819.788000', '201819.790000', '201819.793000', '201819.795000', '201819.798000', '201819.801000', '201819.850000', '201819.853000', '201819.855000', '201819.858000', '201819.860000', '201819.863000', '201819.865000', '201819.868000', '201839.720000', '201839.723000', '201839.726000', '201839.728000', '201839.731000', '201839.734000', '201839.736000', '201839.739000', '201839.741000', '201839.744000', '201839.747000', '201839.749000', '201839.752000', '201839.754000', '201839.757000', '201839.760000', '201839.763000', '201839.766000', '201839.769000', '201839.772000', '201839.774000', '201839.777000', '201839.779000', '201839.782000', '201839.786000', '201839.788000', '201839.791000', '201839.793000', '201839.796000', '201839.799000', '201839.879000', '201839.882000', '201839.885000', '201839.887000', '201839.890000', '201839.892000', '201839.895000', '201839.897000', '201839.900000', '201839.902000', '201839.905000', '201839.908000', '201839.910000', '201859.711000', '201859.714000', '201859.716000', '201859.719000', '201859.721000', '201859.724000', '201859.727000', '201859.729000', '201859.732000', '201859.734000', '201859.737000', '201859.739000', '201859.742000', '201859.745000', '201859.747000', '201859.750000', '201859.752000', '201859.755000', '201859.758000', '201859.760000', '201859.763000', '201859.765000', '201859.768000', '201859.770000', '201859.773000', '201859.775000', '201859.778000', '201859.780000', '201859.783000', '201859.786000', '201859.788000', '201859.791000', '201859.793000', '201859.796000', '201859.799000', '201859.862000', '201859.864000', '201859.867000', '201859.870000', '201859.872000', '201859.875000', '201859.877000', '201859.880000', '201859.882000', '201919.711000', '201919.713000', '201919.716000', '201919.719000', '201919.721000', '201919.724000', '201919.726000', '201919.729000', '201919.732000', '201919.734000', '201919.737000', '201919.739000', '201919.742000', '201919.745000', '201919.747000', '201919.750000', '201919.753000', '201919.755000', '201919.758000', '201919.761000', '201919.764000', '201919.766000', '201919.769000', '201919.771000', '201919.774000', '201919.777000', '201919.779000', '201919.782000', '201919.784000', '201919.787000', '201919.789000', '201919.792000', '201919.795000', '201919.799000', '201919.801000', '201919.804000', '201919.807000', '201919.809000', '201919.812000', '201919.814000', '201919.817000', '201919.820000', '201919.822000', '201939.710000', '201939.712000', '201939.715000', '201939.718000', '201939.720000', '201939.723000', '201939.725000', '201939.728000', '201939.730000', '201939.733000', '201939.736000', '201939.738000', '201939.741000', '201939.743000', '201939.746000', '201939.749000', '201939.751000', '201939.754000', '201939.756000', '201939.759000', '201939.761000', '201939.764000', '201939.766000', '201939.769000', '201939.772000', '201939.774000', '201939.777000', '201939.779000', '201939.782000', '201939.784000', '201939.787000', '201939.790000', '201939.792000', '201939.795000', '201939.797000', '201939.855000', '201939.857000', '201939.860000', '201939.863000', '201939.865000', '201939.868000', '201939.870000', '201939.873000', '201939.875000', '201954.299000', '201954.302000', '201954.305000', '201954.308000', '201954.311000', '201954.314000', '201954.317000', '201954.320000', '201954.323000', '201954.325000', '201954.328000', '201954.340000', '201954.356000', '201954.359000', '201954.362000', '201954.364000', '201954.367000', '201954.370000', '201954.372000', '201954.375000', '201954.378000', '201954.381000', '201954.385000', '201954.387000', '201954.390000', '201954.393000', '201954.398000', '201954.400000', '201954.403000', '201954.406000', '201954.409000', '201954.411000'], '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': [13323, 7768, 12182, 7877, 12233, 8644, 12777, 7065, 9467, 7185, 8576, 8395, 10053, 10896, 8788, 9742, 8143, 11254, 7633, 12739, 9119, 12612, 8031, 8614, 7541, 9973, 7648, 11227, 8672, 8873, 8057, 9543, 7902, 14821, 9782, 14390, 8859, 12480, 7686, 12577, 8420, 11520, 8450, 7753, 7766, 10525, 7499, 11665, 6955, 10828, 7939, 11433, 7050, 9297, 6862, 8285, 8314, 8101, 9818, 8141, 10408, 7559, 7182, 7117, 6972, 7998, 7054, 11933, 7151, 11521, 7504, 11792, 7516, 12019, 8584, 10886, 6847, 8264, 7565, 7868, 13800, 9749, 12499, 7344, 11285, 7059, 10151, 7587, 10772, 7064, 8584, 7071, 8024, 7063, 8022, 7110, 7873, 7397, 8290, 12246, 7328, 12004, 7776, 11682, 7864, 11010, 7146, 8151, 7451, 7959, 12431, 7889, 12440, 7621, 11624, 7256, 10682, 7341, 11088, 7375, 8436, 7188, 7625, 7241, 8080, 7329, 9928, 7965, 8038, 14755, 7247, 13289, 8859, 11706, 7760, 9003, 7506, 7745, 13476, 7443, 12038, 8399, 10273, 7036, 8676, 7212, 7889, 7220, 8326, 7237, 7767, 7476, 7585, 12108, 7464, 12981, 9431, 12860, 7212, 9407, 7637, 8295, 15148, 7716, 13573, 8768, 12316, 7298, 8741, 7303, 8073, 7617, 7608, 8216, 7949, 8449, 7936, 7279, 9519, 7324, 10029, 7372, 11928, 7197, 13494, 7749, 10020, 7148, 8287, 7178, 8184, 11817, 9036, 9583, 7816, 12161, 7438, 12293, 8703, 12990, 7645, 9863, 7557, 9521, 7620, 10854, 8022, 7403, 7815, 7839, 7768, 11154, 10902, 7340, 10577, 7671, 11721, 9263, 14136, 7614, 10649, 7008, 10092, 7187, 14113, 8080, 11615, 7237, 10946, 7249, 12162, 8881, 12694, 7659, 11051, 8015, 11269, 7530, 12466, 9162, 13718, 8061, 11209, 7816, 10308, 7808, 10498, 7669, 11711, 8349, 13229, 8151, 10786, 7217, 9050, 7102, 9458, 7176, 9569, 6837, 8117, 6812, 8074, 7237, 10883, 6965, 8443, 7048, 8256, 7032, 8197, 7217, 11310, 7035, 8906, 7052, 9160, 7359, 11941, 8059, 12235, 7327, 12007, 7165, 12371, 8595, 13851, 8138, 10386, 7493, 8501, 14190, 7828, 12411, 7580, 10907, 7531, 10005, 7465, 8089, 8717, 7510, 10511, 7284, 10831, 7412, 10379, 7003, 8410, 6969, 7988, 6931, 8350, 7102, 7950, 7086, 8044, 7179, 8568, 7501, 8917, 7337, 8254, 7672, 8249, 10106, 10050, 7239, 7900, 7645, 8097, 7854, 10556, 7365, 8617, 7218, 8324, 7439, 8154, 7745, 11101, 7307, 9224, 6891, 8857, 6958, 11447, 8326, 13600, 7177, 12237, 7356, 13215, 8617, 14693, 11201, 14465, 7977, 12091, 7223, 12293, 8596, 14833, 8901, 10915, 7915, 12858, 8979, 12873, 10622, 8484, 8230, 7481, 7848, 7157, 10339, 6993, 10196, 7021, 8841, 7168, 8761, 6930, 9300, 7231, 8582, 8006, 8363, 10262, 9424, 7500, 8021, 6853, 7426, 7127, 7943, 6824, 10625, 7172, 10223, 7042, 10866, 8004, 13635, 8209, 11163, 7298, 10238, 7107, 10692, 8047, 13647, 7417, 10398, 7395, 9692, 7201, 11250, 8188, 14166, 9720, 8872, 7946, 7241, 8248, 9278, 11688, 7247, 9166, 7153, 8892, 7369, 12819, 7892, 12017, 7110, 8959, 6900, 10675, 7120, 14425, 7856, 10771, 7167, 9373, 7009, 8745, 6998, 8797, 10690, 8668, 13503, 8308, 12976, 8858, 9947, 7479, 7271, 7436, 7525, 7403, 6904, 8733, 6946, 11983, 9751, 12872, 7839, 11303, 6993, 11357, 7669, 11678, 8084, 7982, 9773, 7826, 11895, 7805, 13238, 8599, 10576, 7443, 11065, 7226, 11696, 8424, 10890, 7689, 10692, 7455, 12439, 8750, 14358, 9890, 12534, 7813, 12031, 7727, 12794, 9434, 13886, 8016, 12362, 7312, 11955, 7834, 12780, 8409, 10945, 7418, 9564, 6909, 9976, 7261, 12145, 7970, 10282, 7252, 8673, 7314, 8372, 10478, 9032, 11448, 8539, 10363, 7949, 12148, 7621, 11948, 7265, 11769, 8897, 9691, 9693, 8562, 7316, 7562, 7753, 7372, 10099, 7461, 10004, 6961, 10066, 7365, 11380, 6999, 8240, 7242, 8138, 9684, 7760, 14433, 8168, 12184, 7164, 10092, 7044, 9646, 7085, 10253, 6721, 8110, 7066, 7658, 7247, 8325, 7421, 8043, 7532, 7560, 7811, 7462, 12202, 8169, 12133, 7673, 12043, 7272, 12061, 8979, 13777, 8577, 11614, 6958, 9235, 9945, 8686, 15577, 11544, 13295, 8356, 12249, 7389, 11293, 7155, 11953, 7076, 10494, 7040, 8272, 7188, 8477, 12536, 7554, 11124, 7399, 9823, 7189, 8187, 7400, 8007, 7661, 7910, 7235, 7926, 7106, 8198, 7254, 7414, 7909, 7771, 11477, 7034, 10863, 6910, 10543, 6911, 12949, 9599, 12334, 7370, 11304, 7248, 12346, 8502, 14175, 8913, 11622, 7530, 10537, 7080, 11765, 8472, 12285, 7561, 9883, 7460, 11574, 8157, 9752, 8369, 7683, 7878, 10342, 8652, 11712, 10246, 7132, 8424, 7355, 8385, 9362, 9999, 11855, 13058, 7240, 8756, 7192, 8229, 7087, 8871, 7249, 12995, 7803, 11482, 7425, 8878, 6999, 8773, 7021, 10019, 7029, 12029, 8542, 14360, 8504, 11821, 7466, 11634, 7509, 13261, 9570, 12129, 7921, 11279, 7669, 12053, 8595, 13288, 7841, 11968, 7565, 11777, 7749, 13725, 8231, 12675, 7588, 12700, 7483, 13268, 9589, 10448, 7678, 7696, 7980, 10120, 8770, 10873, 9354, 7342, 8537, 7477, 8390, 7292, 12030, 7517, 8963, 7166, 8303, 7309, 9949, 7384, 12342, 7089, 9409, 6860, 9055, 7705, 12986, 7348, 10261, 7854, 8605, 7931, 9206, 8135, 12647, 7255, 10888, 7162, 10848, 6903, 12844, 7525, 10590, 7171, 8584, 7472, 8375, 9324, 10695, 7348, 8441, 7348, 8424, 7706, 8272, 11897, 9363, 10181, 8339, 7588, 7515, 7444, 7469, 7462, 7832, 7198, 8573, 7456, 10951, 9119, 10731, 7310, 8915, 7027, 9459, 8560, 12116, 9271, 8804, 7486, 7653, 9726, 7936, 10912, 9042, 7568, 7674, 7816, 7630, 8398, 7958, 9891, 8407, 7795, 7806, 7765, 7960, 8816, 10454, 8042, 8176, 7365, 8024, 7609, 8059, 10250, 9206, 7391, 7834, 7578, 8067, 7887, 11191, 7240, 8361, 7207, 8442, 7664, 8745, 10543, 10096, 8031, 8491, 9395, 8254, 12074, 7867, 12072, 7135, 11762, 7708, 11751, 8790, 12867, 7214, 10026, 7026, 9343, 6850, 10135, 7168, 8836, 7133, 7953, 7397, 7836, 12577, 8908, 12367, 7554, 11682, 7234, 11358, 8427, 11799, 7411], 'WindowCenter': [4215.0, 4127.0, 4174.0, 4110.0, 4147.0, 4106.0, 4145.0, 4072.0, 4113.0, 4070.0, 4101.0, 4090.0, 4111.0, 4120.0, 4089.0, 4111.0, 4080.0, 4118.0, 4079.0, 4140.0, 4101.0, 4130.0, 4092.0, 4100.0, 4080.0, 4121.0, 4091.0, 4131.0, 4103.0, 4101.0, 4091.0, 4111.0, 4092.0, 4152.0, 4112.0, 4153.0, 4102.0, 4141.0, 4080.0, 4141.0, 4090.0, 4130.0, 4091.0, 4081.0, 4091.0, 4121.0, 4081.0, 4131.0, 4070.0, 4121.0, 4091.0, 4132.0, 4069.0, 4111.0, 4069.0, 4090.0, 4089.0, 4090.0, 4109.0, 4091.0, 4134.0, 4095.0, 4081.0, 4082.0, 4082.0, 4103.0, 4083.0, 4144.0, 4095.0, 4146.0, 4094.0, 4144.0, 4094.0, 4145.0, 4114.0, 4134.0, 4073.0, 4104.0, 4092.0, 4102.0, 4152.0, 4125.0, 4143.0, 4082.0, 4131.0, 4081.0, 4122.0, 4093.0, 4133.0, 4083.0, 4112.0, 4082.0, 4092.0, 4082.0, 4104.0, 4083.0, 4103.0, 4093.0, 4104.0, 4143.0, 4083.0, 4143.0, 4093.0, 4145.0, 4092.0, 4134.0, 4071.0, 4091.0, 4080.0, 4090.0, 4141.0, 4092.0, 4141.0, 4092.0, 4131.0, 4081.0, 4132.0, 4082.0, 4133.0, 4093.0, 4102.0, 4083.0, 4104.0, 4094.0, 4105.0, 4095.0, 4137.0, 4106.0, 4106.0, 4177.0, 4095.0, 4167.0, 4114.0, 4144.0, 4093.0, 4113.0, 4082.0, 4092.0, 4153.0, 4082.0, 4142.0, 4104.0, 4123.0, 4083.0, 4102.0, 4092.0, 4092.0, 4093.0, 4103.0, 4093.0, 4093.0, 4093.0, 4094.0, 4154.0, 4094.0, 4155.0, 4124.0, 4156.0, 4083.0, 4113.0, 4093.0, 4091.0, 4152.0, 4080.0, 4142.0, 4101.0, 4133.0, 4081.0, 4089.0, 4079.0, 4090.0, 4079.0, 4091.0, 4102.0, 4106.0, 4103.0, 4104.0, 4094.0, 4124.0, 4095.0, 4135.0, 4094.0, 4156.0, 4097.0, 4167.0, 4105.0, 4137.0, 4094.0, 4104.0, 4082.0, 4103.0, 4144.0, 4114.0, 4123.0, 4093.0, 4143.0, 4092.0, 4142.0, 4113.0, 4155.0, 4093.0, 4124.0, 4093.0, 4123.0, 4094.0, 4134.0, 4105.0, 4094.0, 4094.0, 4105.0, 4107.0, 4147.0, 4147.0, 4095.0, 4137.0, 4105.0, 4146.0, 4125.0, 4169.0, 4095.0, 4123.0, 4071.0, 4122.0, 4071.0, 4154.0, 4093.0, 4132.0, 4080.0, 4120.0, 4081.0, 4129.0, 4101.0, 4130.0, 4080.0, 4120.0, 4089.0, 4119.0, 4079.0, 4130.0, 4100.0, 4139.0, 4080.0, 4119.0, 4078.0, 4109.0, 4078.0, 4119.0, 4079.0, 4130.0, 4090.0, 4141.0, 4090.0, 4120.0, 4079.0, 4099.0, 4069.0, 4111.0, 4069.0, 4111.0, 4070.0, 4090.0, 4070.0, 4090.0, 4080.0, 4132.0, 4070.0, 4101.0, 4082.0, 4100.0, 4081.0, 4102.0, 4082.0, 4147.0, 4085.0, 4113.0, 4082.0, 4114.0, 4093.0, 4143.0, 4104.0, 4144.0, 4094.0, 4144.0, 4083.0, 4145.0, 4104.0, 4155.0, 4092.0, 4122.0, 4081.0, 4100.0, 4141.0, 4078.0, 4130.0, 4078.0, 4120.0, 4077.0, 4109.0, 4067.0, 4079.0, 4087.0, 4067.0, 4106.0, 4067.0, 4118.0, 4067.0, 4120.0, 4069.0, 4090.0, 4081.0, 4090.0, 4081.0, 4102.0, 4082.0, 4102.0, 4082.0, 4102.0, 4094.0, 4116.0, 4096.0, 4126.0, 4095.0, 4115.0, 4105.0, 4116.0, 4136.0, 4137.0, 4094.0, 4105.0, 4104.0, 4105.0, 4105.0, 4147.0, 4096.0, 4116.0, 4095.0, 4104.0, 4094.0, 4105.0, 4094.0, 4146.0, 4095.0, 4116.0, 4085.0, 4114.0, 4085.0, 4146.0, 4105.0, 4166.0, 4083.0, 4144.0, 4083.0, 4154.0, 4116.0, 4166.0, 4134.0, 4154.0, 4094.0, 4131.0, 4081.0, 4142.0, 4102.0, 4152.0, 4102.0, 4123.0, 4092.0, 4142.0, 4114.0, 4143.0, 4123.0, 4103.0, 4092.0, 4080.0, 4092.0, 4070.0, 4122.0, 4070.0, 4122.0, 4070.0, 4101.0, 4070.0, 4090.0, 4068.0, 4099.0, 4068.0, 4090.0, 4079.0, 4090.0, 4108.0, 4098.0, 4068.0, 4079.0, 4057.0, 4068.0, 4068.0, 4091.0, 4072.0, 4122.0, 4071.0, 4121.0, 4081.0, 4121.0, 4092.0, 4152.0, 4092.0, 4131.0, 4081.0, 4120.0, 4071.0, 4122.0, 4091.0, 4152.0, 4082.0, 4122.0, 4081.0, 4110.0, 4081.0, 4133.0, 4103.0, 4153.0, 4126.0, 4114.0, 4092.0, 4082.0, 4104.0, 4112.0, 4145.0, 4082.0, 4113.0, 4071.0, 4103.0, 4081.0, 4142.0, 4092.0, 4133.0, 4069.0, 4099.0, 4069.0, 4120.0, 4070.0, 4153.0, 4080.0, 4120.0, 4070.0, 4099.0, 4067.0, 4087.0, 4056.0, 4088.0, 4107.0, 4086.0, 4127.0, 4077.0, 4129.0, 4088.0, 4096.0, 4067.0, 4078.0, 4079.0, 4089.0, 4092.0, 4083.0, 4115.0, 4097.0, 4158.0, 4138.0, 4158.0, 4107.0, 4136.0, 4083.0, 4134.0, 4093.0, 4135.0, 4093.0, 4093.0, 4123.0, 4081.0, 4132.0, 4092.0, 4144.0, 4103.0, 4122.0, 4083.0, 4133.0, 4093.0, 4143.0, 4105.0, 4133.0, 4093.0, 4123.0, 4082.0, 4144.0, 4103.0, 4153.0, 4124.0, 4143.0, 4082.0, 4131.0, 4082.0, 4141.0, 4102.0, 4142.0, 4090.0, 4130.0, 4070.0, 4130.0, 4080.0, 4131.0, 4091.0, 4120.0, 4069.0, 4110.0, 4070.0, 4111.0, 4069.0, 4131.0, 4079.0, 4111.0, 4068.0, 4088.0, 4067.0, 4077.0, 4108.0, 4088.0, 4118.0, 4088.0, 4108.0, 4078.0, 4119.0, 4066.0, 4118.0, 4067.0, 4119.0, 4087.0, 4098.0, 4096.0, 4087.0, 4065.0, 4078.0, 4078.0, 4068.0, 4120.0, 4080.0, 4121.0, 4081.0, 4123.0, 4082.0, 4134.0, 4081.0, 4101.0, 4080.0, 4091.0, 4112.0, 4092.0, 4153.0, 4103.0, 4143.0, 4083.0, 4122.0, 4082.0, 4112.0, 4082.0, 4123.0, 4072.0, 4093.0, 4082.0, 4093.0, 4094.0, 4106.0, 4093.0, 4104.0, 4093.0, 4095.0, 4094.0, 4095.0, 4145.0, 4106.0, 4156.0, 4096.0, 4144.0, 4094.0, 4145.0, 4115.0, 4156.0, 4105.0, 4134.0, 4082.0, 4112.0, 4112.0, 4101.0, 4152.0, 4134.0, 4142.0, 4090.0, 4130.0, 4069.0, 4119.0, 4070.0, 4130.0, 4068.0, 4110.0, 4068.0, 4090.0, 4069.0, 4089.0, 4129.0, 4078.0, 4120.0, 4068.0, 4110.0, 4067.0, 4090.0, 4079.0, 4091.0, 4090.0, 4091.0, 4080.0, 4090.0, 4080.0, 4102.0, 4094.0, 4094.0, 4106.0, 4108.0, 4160.0, 4097.0, 4147.0, 4095.0, 4135.0, 4085.0, 4156.0, 4127.0, 4157.0, 4096.0, 4145.0, 4094.0, 4155.0, 4115.0, 4155.0, 4115.0, 4144.0, 4094.0, 4133.0, 4084.0, 4144.0, 4106.0, 4145.0, 4095.0, 4124.0, 4094.0, 4144.0, 4104.0, 4124.0, 4104.0, 4093.0, 4093.0, 4124.0, 4104.0, 4146.0, 4125.0, 4083.0, 4092.0, 4081.0, 4091.0, 4101.0, 4112.0, 4132.0, 4145.0, 4070.0, 4090.0, 4069.0, 4089.0, 4069.0, 4100.0, 4080.0, 4142.0, 4080.0, 4121.0, 4069.0, 4100.0, 4069.0, 4088.0, 4070.0, 4111.0, 4070.0, 4133.0, 4102.0, 4152.0, 4102.0, 4131.0, 4079.0, 4130.0, 4080.0, 4141.0, 4114.0, 4132.0, 4092.0, 4120.0, 4081.0, 4132.0, 4102.0, 4142.0, 4081.0, 4131.0, 4080.0, 4130.0, 4080.0, 4141.0, 4091.0, 4141.0, 4080.0, 4140.0, 4081.0, 4141.0, 4113.0, 4121.0, 4081.0, 4081.0, 4091.0, 4121.0, 4102.0, 4121.0, 4103.0, 4080.0, 4091.0, 4069.0, 4091.0, 4069.0, 4132.0, 4069.0, 4101.0, 4069.0, 4089.0, 4081.0, 4111.0, 4070.0, 4142.0, 4070.0, 4099.0, 4058.0, 4100.0, 4079.0, 4143.0, 4080.0, 4110.0, 4090.0, 4099.0, 4090.0, 4111.0, 4091.0, 4143.0, 4083.0, 4132.0, 4081.0, 4122.0, 4071.0, 4143.0, 4081.0, 4121.0, 4071.0, 4089.0, 4069.0, 4091.0, 4099.0, 4123.0, 4069.0, 4089.0, 4067.0, 4090.0, 4067.0, 4089.0, 4129.0, 4101.0, 4109.0, 4089.0, 4079.0, 4069.0, 4079.0, 4081.0, 4080.0, 4081.0, 4071.0, 4103.0, 4084.0, 4134.0, 4114.0, 4134.0, 4082.0, 4103.0, 4070.0, 4112.0, 4102.0, 4145.0, 4113.0, 4102.0, 4080.0, 4081.0, 4111.0, 4091.0, 4121.0, 4102.0, 4080.0, 4091.0, 4090.0, 4093.0, 4102.0, 4093.0, 4123.0, 4104.0, 4093.0, 4093.0, 4092.0, 4093.0, 4113.0, 4134.0, 4093.0, 4103.0, 4082.0, 4092.0, 4092.0, 4093.0, 4123.0, 4113.0, 4082.0, 4081.0, 4080.0, 4093.0, 4091.0, 4134.0, 4081.0, 4091.0, 4081.0, 4092.0, 4080.0, 4101.0, 4121.0, 4111.0, 4079.0, 4091.0, 4099.0, 4089.0, 4130.0, 4091.0, 4130.0, 4070.0, 4131.0, 4081.0, 4131.0, 4101.0, 4141.0, 4079.0, 4110.0, 4070.0, 4111.0, 4071.0, 4134.0, 4083.0, 4114.0, 4082.0, 4092.0, 4081.0, 4093.0, 4143.0, 4114.0, 4143.0, 4091.0, 4131.0, 4081.0, 4132.0, 4102.0, 4142.0, 4082.0], 'WindowWidth': [9339.0, 9207.0, 9258.0, 9165.0, 9208.0, 9151.0, 9199.0, 9098.0, 9151.0, 9091.0, 9132.0, 9116.0, 9145.0, 9156.0, 9115.0, 9144.0, 9103.0, 9152.0, 9102.0, 9182.0, 9133.0, 9170.0, 9121.0, 9131.0, 9106.0, 9159.0, 9121.0, 9173.0, 9139.0, 9134.0, 9122.0, 9146.0, 9123.0, 9201.0, 9150.0, 9204.0, 9136.0, 9187.0, 9103.0, 9185.0, 9118.0, 9170.0, 9120.0, 9106.0, 9120.0, 9159.0, 9106.0, 9173.0, 9093.0, 9159.0, 9119.0, 9175.0, 9090.0, 9146.0, 9089.0, 9118.0, 9115.0, 9117.0, 9142.0, 9123.0, 9184.0, 9133.0, 9110.0, 9111.0, 9112.0, 9140.0, 9117.0, 9197.0, 9135.0, 9202.0, 9132.0, 9197.0, 9132.0, 9199.0, 9156.0, 9183.0, 9104.0, 9142.0, 9124.0, 9139.0, 9204.0, 9170.0, 9192.0, 9111.0, 9172.0, 9110.0, 9163.0, 9129.0, 9179.0, 9116.0, 9151.0, 9113.0, 9125.0, 9113.0, 9143.0, 9115.0, 9142.0, 9128.0, 9143.0, 9195.0, 9114.0, 9194.0, 9129.0, 9198.0, 9125.0, 9181.0, 9094.0, 9122.0, 9105.0, 9120.0, 9187.0, 9122.0, 9188.0, 9125.0, 9174.0, 9109.0, 9177.0, 9112.0, 9179.0, 9130.0, 9140.0, 9118.0, 9144.0, 9132.0, 9149.0, 9137.0, 9194.0, 9151.0, 9151.0, 9247.0, 9134.0, 9229.0, 9156.0, 9196.0, 9127.0, 9153.0, 9111.0, 9125.0, 9205.0, 9112.0, 9190.0, 9143.0, 9165.0, 9115.0, 9137.0, 9128.0, 9126.0, 9128.0, 9142.0, 9129.0, 9130.0, 9130.0, 9131.0, 9211.0, 9132.0, 9212.0, 9170.0, 9212.0, 9114.0, 9153.0, 9126.0, 9121.0, 9203.0, 9106.0, 9188.0, 9133.0, 9178.0, 9105.0, 9116.0, 9102.0, 9119.0, 9101.0, 9121.0, 9141.0, 9152.0, 9144.0, 9143.0, 9131.0, 9171.0, 9134.0, 9186.0, 9133.0, 9218.0, 9142.0, 9233.0, 9149.0, 9192.0, 9134.0, 9145.0, 9115.0, 9141.0, 9197.0, 9156.0, 9166.0, 9128.0, 9195.0, 9127.0, 9190.0, 9155.0, 9210.0, 9127.0, 9169.0, 9129.0, 9169.0, 9133.0, 9185.0, 9147.0, 9132.0, 9132.0, 9147.0, 9154.0, 9205.0, 9208.0, 9135.0, 9192.0, 9147.0, 9204.0, 9172.0, 9238.0, 9133.0, 9167.0, 9096.0, 9163.0, 9095.0, 9210.0, 9124.0, 9174.0, 9104.0, 9154.0, 9106.0, 9166.0, 9132.0, 9169.0, 9104.0, 9156.0, 9114.0, 9151.0, 9102.0, 9168.0, 9130.0, 9180.0, 9102.0, 9153.0, 9099.0, 9139.0, 9100.0, 9153.0, 9102.0, 9171.0, 9120.0, 9186.0, 9119.0, 9157.0, 9103.0, 9127.0, 9089.0, 9146.0, 9089.0, 9147.0, 9093.0, 9118.0, 9093.0, 9120.0, 9107.0, 9176.0, 9093.0, 9133.0, 9110.0, 9133.0, 9109.0, 9138.0, 9112.0, 9207.0, 9121.0, 9155.0, 9114.0, 9157.0, 9130.0, 9194.0, 9145.0, 9196.0, 9132.0, 9196.0, 9116.0, 9198.0, 9143.0, 9212.0, 9123.0, 9163.0, 9107.0, 9130.0, 9185.0, 9098.0, 9167.0, 9097.0, 9153.0, 9095.0, 9139.0, 9081.0, 9098.0, 9107.0, 9081.0, 9132.0, 9082.0, 9151.0, 9085.0, 9156.0, 9088.0, 9118.0, 9108.0, 9121.0, 9110.0, 9138.0, 9112.0, 9139.0, 9114.0, 9140.0, 9134.0, 9167.0, 9139.0, 9178.0, 9137.0, 9162.0, 9149.0, 9163.0, 9189.0, 9192.0, 9133.0, 9146.0, 9146.0, 9149.0, 9149.0, 9207.0, 9137.0, 9163.0, 9134.0, 9143.0, 9131.0, 9148.0, 9132.0, 9201.0, 9134.0, 9162.0, 9120.0, 9156.0, 9122.0, 9199.0, 9146.0, 9227.0, 9116.0, 9195.0, 9115.0, 9208.0, 9161.0, 9227.0, 9183.0, 9210.0, 9129.0, 9174.0, 9109.0, 9187.0, 9137.0, 9203.0, 9137.0, 9165.0, 9123.0, 9188.0, 9154.0, 9193.0, 9168.0, 9137.0, 9122.0, 9104.0, 9122.0, 9093.0, 9162.0, 9092.0, 9162.0, 9092.0, 9131.0, 9092.0, 9117.0, 9086.0, 9128.0, 9086.0, 9114.0, 9100.0, 9116.0, 9139.0, 9123.0, 9084.0, 9099.0, 9069.0, 9084.0, 9086.0, 9120.0, 9097.0, 9163.0, 9095.0, 9160.0, 9109.0, 9161.0, 9123.0, 9202.0, 9123.0, 9173.0, 9107.0, 9155.0, 9095.0, 9162.0, 9122.0, 9202.0, 9111.0, 9162.0, 9108.0, 9145.0, 9109.0, 9179.0, 9142.0, 9205.0, 9174.0, 9155.0, 9125.0, 9112.0, 9142.0, 9151.0, 9197.0, 9110.0, 9152.0, 9094.0, 9137.0, 9107.0, 9190.0, 9122.0, 9177.0, 9089.0, 9126.0, 9087.0, 9155.0, 9090.0, 9203.0, 9102.0, 9155.0, 9088.0, 9125.0, 9081.0, 9108.0, 9066.0, 9110.0, 9133.0, 9105.0, 9159.0, 9094.0, 9163.0, 9109.0, 9118.0, 9084.0, 9100.0, 9104.0, 9117.0, 9124.0, 9116.0, 9162.0, 9142.0, 9220.0, 9195.0, 9222.0, 9153.0, 9188.0, 9114.0, 9183.0, 9125.0, 9184.0, 9127.0, 9125.0, 9164.0, 9108.0, 9175.0, 9124.0, 9192.0, 9140.0, 9163.0, 9112.0, 9177.0, 9129.0, 9193.0, 9146.0, 9180.0, 9129.0, 9165.0, 9113.0, 9193.0, 9141.0, 9203.0, 9170.0, 9190.0, 9110.0, 9170.0, 9108.0, 9185.0, 9135.0, 9187.0, 9118.0, 9168.0, 9090.0, 9169.0, 9103.0, 9168.0, 9120.0, 9153.0, 9088.0, 9141.0, 9089.0, 9145.0, 9087.0, 9171.0, 9100.0, 9142.0, 9085.0, 9110.0, 9080.0, 9095.0, 9134.0, 9108.0, 9147.0, 9108.0, 9135.0, 9097.0, 9149.0, 9079.0, 9148.0, 9079.0, 9151.0, 9107.0, 9120.0, 9118.0, 9106.0, 9076.0, 9097.0, 9098.0, 9085.0, 9156.0, 9105.0, 9159.0, 9108.0, 9165.0, 9110.0, 9181.0, 9109.0, 9134.0, 9106.0, 9121.0, 9149.0, 9125.0, 9206.0, 9139.0, 9191.0, 9113.0, 9162.0, 9111.0, 9149.0, 9112.0, 9165.0, 9098.0, 9126.0, 9112.0, 9128.0, 9132.0, 9151.0, 9129.0, 9143.0, 9130.0, 9134.0, 9130.0, 9134.0, 9198.0, 9148.0, 9214.0, 9135.0, 9197.0, 9131.0, 9197.0, 9158.0, 9213.0, 9145.0, 9181.0, 9111.0, 9149.0, 9150.0, 9134.0, 9203.0, 9182.0, 9188.0, 9117.0, 9170.0, 9087.0, 9154.0, 9089.0, 9168.0, 9086.0, 9142.0, 9085.0, 9114.0, 9088.0, 9114.0, 9166.0, 9099.0, 9153.0, 9085.0, 9140.0, 9084.0, 9116.0, 9105.0, 9121.0, 9119.0, 9121.0, 9105.0, 9119.0, 9108.0, 9138.0, 9132.0, 9133.0, 9152.0, 9158.0, 9228.0, 9142.0, 9207.0, 9135.0, 9186.0, 9121.0, 9216.0, 9179.0, 9217.0, 9136.0, 9199.0, 9132.0, 9213.0, 9162.0, 9211.0, 9161.0, 9196.0, 9131.0, 9179.0, 9117.0, 9197.0, 9150.0, 9198.0, 9134.0, 9169.0, 9130.0, 9196.0, 9145.0, 9170.0, 9143.0, 9127.0, 9127.0, 9169.0, 9142.0, 9198.0, 9172.0, 9113.0, 9122.0, 9107.0, 9119.0, 9135.0, 9147.0, 9175.0, 9197.0, 9090.0, 9116.0, 9087.0, 9112.0, 9087.0, 9129.0, 9104.0, 9188.0, 9103.0, 9158.0, 9089.0, 9130.0, 9089.0, 9111.0, 9090.0, 9146.0, 9093.0, 9176.0, 9136.0, 9202.0, 9137.0, 9173.0, 9103.0, 9169.0, 9106.0, 9184.0, 9156.0, 9176.0, 9123.0, 9157.0, 9107.0, 9175.0, 9135.0, 9187.0, 9104.0, 9172.0, 9104.0, 9170.0, 9106.0, 9186.0, 9120.0, 9186.0, 9105.0, 9184.0, 9109.0, 9186.0, 9155.0, 9161.0, 9109.0, 9106.0, 9121.0, 9161.0, 9135.0, 9160.0, 9137.0, 9105.0, 9118.0, 9088.0, 9119.0, 9088.0, 9174.0, 9089.0, 9133.0, 9089.0, 9114.0, 9107.0, 9145.0, 9090.0, 9188.0, 9090.0, 9126.0, 9072.0, 9130.0, 9102.0, 9192.0, 9104.0, 9142.0, 9117.0, 9126.0, 9118.0, 9145.0, 9121.0, 9191.0, 9112.0, 9176.0, 9109.0, 9161.0, 9096.0, 9191.0, 9107.0, 9159.0, 9093.0, 9113.0, 9087.0, 9118.0, 9127.0, 9162.0, 9086.0, 9113.0, 9082.0, 9114.0, 9081.0, 9113.0, 9166.0, 9130.0, 9138.0, 9113.0, 9100.0, 9088.0, 9101.0, 9106.0, 9106.0, 9107.0, 9096.0, 9139.0, 9116.0, 9183.0, 9155.0, 9182.0, 9111.0, 9138.0, 9093.0, 9149.0, 9136.0, 9197.0, 9153.0, 9135.0, 9106.0, 9107.0, 9149.0, 9120.0, 9158.0, 9136.0, 9106.0, 9121.0, 9119.0, 9126.0, 9138.0, 9127.0, 9167.0, 9143.0, 9127.0, 9127.0, 9125.0, 9127.0, 9153.0, 9183.0, 9127.0, 9139.0, 9112.0, 9124.0, 9124.0, 9126.0, 9165.0, 9153.0, 9110.0, 9109.0, 9106.0, 9125.0, 9122.0, 9181.0, 9108.0, 9121.0, 9107.0, 9121.0, 9105.0, 9134.0, 9159.0, 9146.0, 9102.0, 9119.0, 9127.0, 9116.0, 9169.0, 9119.0, 9169.0, 9090.0, 9172.0, 9106.0, 9171.0, 9133.0, 9185.0, 9103.0, 9144.0, 9092.0, 9146.0, 9098.0, 9182.0, 9114.0, 9157.0, 9114.0, 9125.0, 9110.0, 9127.0, 9191.0, 9156.0, 9191.0, 9123.0, 9171.0, 9109.0, 9175.0, 9138.0, 9190.0, 9112.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.0006790531177829099</td></tr>
<tr><td colspan=3>aqi</td><td>0.015458075635103926</td></tr>
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.29469114976875</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1781408209017348</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0122701218265897</td></tr>
<tr><td colspan=3>efc</td><td>0.4911</td></tr>
<tr><td colspan=3>fber</td><td>3674.7422</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07789209516398791</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>9</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.0392609699769053</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5187276948346486</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5940177563356155</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6243577556122535</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.337807572556077</td></tr>
<tr><td colspan=3>gcor</td><td>0.0101122</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.0011704928474500775</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.021119799464941025</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>866</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.8828987568715263</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>30.8758</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.6632</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>187.6723</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296527.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>835.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>368.2956</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6141</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>554.3615</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3287.0545</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3429.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80017.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1150.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4345.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>883.0976</td></tr>
<tr><td colspan=3>tsnr</td><td>43.32095642038621</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>