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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-01_subject-0026_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-0026/figures/sub-0026_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0026/figures/sub-0026_ses-01_task-social_acq-mb8_run-05_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-0026/figures/sub-0026_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-01_task-social_acq-mb8_run-05_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-0026/ses-01/func/sub-0026_ses-01_task-social_acq-mb8_run-05_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>c0fe8f9b965cd5f9aa1baa40827c66e3</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>10:17:59.610000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997332, 0.0280842, 0.0673761, -0.0351761, 0.993691, 0.106496]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-05_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.100624</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4175, -7734, -7263, 602, 9, -100, 17, 31]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 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>268.764</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b3da2af3-5763-4583-9b46-ee81ce0bb57b||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.675769567489624, -0.09437492489814758, 0.1726924031972885, 111.96189880371094], [-0.07534785568714142, 2.6659996509552, 0.293170303106308, -89.41337585449219], [0.18076510727405548, -0.2857200503349304, 2.6784751415252686, -46.80150604248047], [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': ['101759.610000', '101800.070000', '101800.530000', '101800.990000', '101801.450000', '101801.910000', '101802.370000', '101802.830000', '101803.290000', '101803.750000', '101804.210000', '101804.670000', '101805.130000', '101805.590000', '101806.050000', '101806.510000', '101806.970000', '101807.430000', '101807.890000', '101808.350000', '101808.810000', '101809.270000', '101809.730000', '101810.190000', '101810.650000', '101811.110000', '101811.570000', '101812.030000', '101812.490000', '101812.950000', '101813.410000', '101813.870000', '101814.330000', '101814.790000', '101815.250000', '101815.710000', '101816.170000', '101816.630000', '101817.090000', '101817.550000', '101818.010000', '101818.470000', '101818.930000', '101819.390000', '101819.850000', '101820.310000', '101820.770000', '101821.230000', '101821.690000', '101822.150000', '101822.610000', '101823.070000', '101823.530000', '101823.990000', '101824.450000', '101824.910000', '101825.370000', '101825.830000', '101826.290000', '101826.750000', '101827.210000', '101827.670000', '101828.130000', '101828.590000', '101829.050000', '101829.510000', '101829.970000', '101830.430000', '101830.890000', '101831.350000', '101831.810000', '101832.270000', '101832.730000', '101833.190000', '101833.650000', '101834.110000', '101834.570000', '101835.030000', '101835.490000', '101835.950000', '101836.410000', '101836.870000', '101837.330000', '101837.790000', '101838.250000', '101838.710000', '101839.170000', '101839.630000', '101840.090000', '101840.550000', '101841.010000', '101841.470000', '101841.930000', '101842.390000', '101842.850000', '101843.310000', '101843.770000', '101844.230000', '101844.690000', '101845.150000', '101845.610000', '101846.070000', '101846.530000', '101846.990000', '101847.450000', '101847.910000', '101848.370000', '101848.830000', '101849.290000', '101849.750000', '101850.210000', '101850.670000', '101851.130000', '101851.590000', '101852.050000', '101852.510000', '101852.970000', '101853.430000', '101853.890000', '101854.350000', '101854.810000', '101855.270000', '101855.730000', '101856.190000', '101856.650000', '101857.110000', '101857.570000', '101858.030000', '101858.490000', '101858.950000', '101859.410000', '101859.870000', '101900.330000', '101900.790000', '101901.250000', '101901.710000', '101902.170000', '101902.630000', '101903.090000', '101903.550000', '101904.010000', '101904.470000', '101904.930000', '101905.390000', '101905.850000', '101906.310000', '101906.770000', '101907.230000', '101907.690000', '101908.150000', '101908.610000', '101909.070000', '101909.530000', '101909.990000', '101910.450000', '101910.910000', '101911.370000', '101911.830000', '101912.290000', '101912.750000', '101913.210000', '101913.670000', '101914.130000', '101914.590000', '101915.050000', '101915.510000', '101915.970000', '101916.430000', '101916.890000', '101917.350000', '101917.810000', '101918.270000', '101918.730000', '101919.190000', '101919.650000', '101920.110000', '101920.570000', '101921.030000', '101921.490000', '101921.950000', '101922.410000', '101922.870000', '101923.330000', '101923.790000', '101924.250000', '101924.710000', '101925.170000', '101925.630000', '101926.090000', '101926.550000', '101927.010000', '101927.470000', '101927.930000', '101928.390000', '101928.850000', '101929.310000', '101929.770000', '101930.230000', '101930.690000', '101931.150000', '101931.610000', '101932.070000', '101932.530000', '101932.990000', '101933.450000', '101933.910000', '101934.370000', '101934.830000', '101935.290000', '101935.750000', '101936.210000', '101936.670000', '101937.130000', '101937.590000', '101938.050000', '101938.510000', '101938.970000', '101939.430000', '101939.890000', '101940.350000', '101940.810000', '101941.270000', '101941.730000', '101942.190000', '101942.650000', '101943.110000', '101943.570000', '101944.030000', '101944.490000', '101944.950000', '101945.410000', '101945.870000', '101946.330000', '101946.790000', '101947.250000', '101947.710000', '101948.170000', '101948.630000', '101949.090000', '101949.550000', '101950.010000', '101950.470000', '101950.930000', '101951.390000', '101951.850000', '101952.310000', '101952.770000', '101953.230000', '101953.690000', '101954.150000', '101954.610000', '101955.070000', '101955.530000', '101955.990000', '101956.450000', '101956.910000', '101957.370000', '101957.830000', '101958.290000', '101958.750000', '101959.210000', '101959.670000', '102000.130000', '102000.590000', '102001.050000', '102001.510000', '102001.970000', '102002.430000', '102002.890000', '102003.350000', '102003.810000', '102004.270000', '102004.730000', '102005.190000', '102005.650000', '102006.110000', '102006.570000', '102007.030000', '102007.490000', '102007.950000', '102008.410000', '102008.870000', '102009.330000', '102009.790000', '102010.250000', '102010.710000', '102011.170000', '102011.630000', '102012.090000', '102012.550000', '102013.010000', '102013.470000', '102013.930000', '102014.390000', '102014.850000', '102015.310000', '102015.770000', '102016.230000', '102016.690000', '102017.150000', '102017.610000', '102018.070000', '102018.530000', '102018.990000', '102019.450000', '102019.910000', '102020.370000', '102020.830000', '102021.290000', '102021.750000', '102022.210000', '102022.670000', '102023.130000', '102023.590000', '102024.050000', '102024.510000', '102024.970000', '102025.430000', '102025.890000', '102026.350000', '102026.810000', '102027.270000', '102027.730000', '102028.190000', '102028.650000', '102029.110000', '102029.570000', '102030.030000', '102030.490000', '102030.950000', '102031.410000', '102031.870000', '102032.330000', '102032.790000', '102033.250000', '102033.710000', '102034.170000', '102034.630000', '102035.090000', '102035.550000', '102036.010000', '102036.470000', '102036.930000', '102037.390000', '102037.850000', '102038.310000', '102038.770000', '102039.230000', '102039.690000', '102040.150000', '102040.610000', '102041.070000', '102041.530000', '102041.990000', '102042.450000', '102042.910000', '102043.370000', '102043.830000', '102044.290000', '102044.750000', '102045.210000', '102045.670000', '102046.130000', '102046.590000', '102047.050000', '102047.510000', '102047.970000', '102048.430000', '102048.890000', '102049.350000', '102049.810000', '102050.270000', '102050.730000', '102051.190000', '102051.650000', '102052.110000', '102052.570000', '102053.030000', '102053.490000', '102053.950000', '102054.410000', '102054.870000', '102055.330000', '102055.790000', '102056.250000', '102056.710000', '102057.170000', '102057.630000', '102058.090000', '102058.550000', '102059.010000', '102059.470000', '102059.930000', '102100.390000', '102100.850000', '102101.310000', '102101.770000', '102102.230000', '102102.690000', '102103.150000', '102103.610000', '102104.070000', '102104.530000', '102104.990000', '102105.450000', '102105.910000', '102106.370000', '102106.830000', '102107.290000', '102107.750000', '102108.210000', '102108.670000', '102109.130000', '102109.590000', '102110.050000', '102110.510000', '102110.970000', '102111.430000', '102111.890000', '102112.350000', '102112.810000', '102113.270000', '102113.730000', '102114.190000', '102114.650000', '102115.110000', '102115.570000', '102116.030000', '102116.490000', '102116.950000', '102117.410000', '102117.870000', '102118.330000', '102118.790000', '102119.250000', '102119.710000', '102120.170000', '102120.630000', '102121.090000', '102121.550000', '102122.010000', '102122.470000', '102122.930000', '102123.390000', '102123.850000', '102124.310000', '102124.770000', '102125.230000', '102125.690000', '102126.150000', '102126.610000', '102127.070000', '102127.530000', '102127.990000', '102128.450000', '102128.910000', '102129.370000', '102129.830000', '102130.290000', '102130.750000', '102131.210000', '102131.670000', '102132.130000', '102132.590000', '102133.050000', '102133.510000', '102133.970000', '102134.430000', '102134.890000', '102135.350000', '102135.810000', '102136.270000', '102136.730000', '102137.190000', '102137.650000', '102138.110000', '102138.570000', '102139.030000', '102139.490000', '102139.950000', '102140.410000', '102140.870000', '102141.330000', '102141.790000', '102142.250000', '102142.710000', '102143.170000', '102143.630000', '102144.090000', '102144.550000', '102145.010000', '102145.470000', '102145.930000', '102146.390000', '102146.850000', '102147.310000', '102147.770000', '102148.230000', '102148.690000', '102149.150000', '102149.610000', '102150.070000', '102150.530000', '102150.990000', '102151.450000', '102151.910000', '102152.370000', '102152.830000', '102153.290000', '102153.750000', '102154.210000', '102154.670000', '102155.130000', '102155.590000', '102156.050000', '102156.510000', '102156.970000', '102157.430000', '102157.890000', '102158.350000', '102158.810000', '102159.270000', '102159.730000', '102200.190000', '102200.650000', '102201.110000', '102201.570000', '102202.030000', '102202.490000', '102202.950000', '102203.410000', '102203.870000', '102204.330000', '102204.790000', '102205.250000', '102205.710000', '102206.170000', '102206.630000', '102207.090000', '102207.550000', '102208.010000', '102208.470000', '102208.930000', '102209.390000', '102209.850000', '102210.310000', '102210.770000', '102211.230000', '102211.690000', '102212.150000', '102212.610000', '102213.070000', '102213.530000', '102213.990000', '102214.450000', '102214.910000', '102215.370000', '102215.830000', '102216.290000', '102216.750000', '102217.210000', '102217.670000', '102218.130000', '102218.590000', '102219.050000', '102219.510000', '102219.970000', '102220.430000', '102220.890000', '102221.350000', '102221.810000', '102222.270000', '102222.730000', '102223.190000', '102223.650000', '102224.110000', '102224.570000', '102225.030000', '102225.490000', '102225.950000', '102226.410000', '102226.870000', '102227.330000', '102227.790000', '102228.250000', '102228.710000', '102229.170000', '102229.630000', '102230.090000', '102230.550000', '102231.010000', '102231.470000', '102231.930000', '102232.390000', '102232.850000', '102233.310000', '102233.770000', '102234.230000', '102234.690000', '102235.150000', '102235.610000', '102236.070000', '102236.530000', '102236.990000', '102237.450000', '102237.910000', '102238.370000', '102238.830000', '102239.290000', '102239.750000', '102240.210000', '102240.670000', '102241.130000', '102241.590000', '102242.050000', '102242.510000', '102242.970000', '102243.430000', '102243.890000', '102244.350000', '102244.810000', '102245.270000', '102245.730000', '102246.190000', '102246.650000', '102247.110000', '102247.570000', '102248.030000', '102248.490000', '102248.950000', '102249.410000', '102249.870000', '102250.330000', '102250.790000', '102251.250000', '102251.710000', '102252.170000', '102252.630000', '102253.090000', '102253.550000', '102254.010000', '102254.470000', '102254.930000', '102255.390000', '102255.850000', '102256.310000', '102256.770000', '102257.230000', '102257.690000', '102258.150000', '102258.610000', '102259.070000', '102259.530000', '102259.990000', '102300.450000', '102300.910000', '102301.370000', '102301.830000', '102302.290000', '102302.750000', '102303.210000', '102303.670000', '102304.130000', '102304.590000', '102305.050000', '102305.510000', '102305.970000', '102306.430000', '102306.890000', '102307.350000', '102307.810000', '102308.270000', '102308.730000', '102309.190000', '102309.650000', '102310.110000', '102310.570000', '102311.030000', '102311.490000', '102311.950000', '102312.410000', '102312.870000', '102313.330000', '102313.790000', '102314.250000', '102314.710000', '102315.170000', '102315.630000', '102316.090000', '102316.550000', '102317.010000', '102317.470000', '102317.930000', '102318.390000', '102318.850000', '102319.310000', '102319.770000', '102320.230000', '102320.690000', '102321.150000', '102321.610000', '102322.070000', '102322.530000', '102322.990000', '102323.450000', '102323.910000', '102324.370000', '102324.830000', '102325.290000', '102325.750000', '102326.210000', '102326.670000', '102327.130000', '102327.590000', '102328.050000', '102328.510000', '102328.970000', '102329.430000', '102329.890000', '102330.350000', '102330.810000', '102331.270000', '102331.730000', '102332.190000', '102332.650000', '102333.110000', '102333.570000', '102334.030000', '102334.490000', '102334.950000', '102335.410000', '102335.870000', '102336.330000', '102336.790000', '102337.250000', '102337.710000', '102338.170000', '102338.630000', '102339.090000', '102339.550000', '102340.010000', '102340.470000', '102340.930000', '102341.390000', '102341.850000', '102342.310000', '102342.770000', '102343.230000', '102343.690000', '102344.150000', '102344.610000', '102345.070000', '102345.530000', '102345.990000', '102346.450000', '102346.910000', '102347.370000', '102347.830000', '102348.290000', '102348.750000', '102349.210000', '102349.670000', '102350.130000', '102350.590000', '102351.050000', '102351.510000', '102351.970000', '102352.430000', '102352.890000', '102353.350000', '102353.810000', '102354.270000', '102354.730000', '102355.190000', '102355.650000', '102356.110000', '102356.570000', '102357.030000', '102357.490000', '102357.950000', '102358.410000', '102358.870000', '102359.330000', '102359.790000', '102400.250000', '102400.710000', '102401.170000', '102401.630000', '102402.090000', '102402.550000', '102403.010000', '102403.470000', '102403.930000', '102404.390000', '102404.850000', '102405.310000', '102405.770000', '102406.230000', '102406.690000', '102407.150000', '102407.610000', '102408.070000', '102408.530000', '102408.990000', '102409.450000', '102409.910000', '102410.370000', '102410.830000', '102411.290000', '102411.750000', '102412.210000', '102412.670000', '102413.130000', '102413.590000', '102414.050000', '102414.510000', '102414.970000', '102415.430000', '102415.890000', '102416.350000', '102416.810000', '102417.270000', '102417.730000', '102418.190000', '102418.650000', '102419.110000', '102419.570000', '102420.030000', '102420.490000', '102420.950000', '102421.410000', '102421.870000', '102422.330000', '102422.790000', '102423.250000', '102423.710000', '102424.170000', '102424.630000', '102425.090000', '102425.550000', '102426.010000', '102426.470000', '102426.930000', '102427.390000', '102427.850000', '102428.310000', '102428.770000', '102429.230000', '102429.690000', '102430.150000', '102430.610000', '102431.070000', '102431.530000', '102431.990000', '102432.450000', '102432.910000', '102433.370000', '102433.830000', '102434.290000', '102434.750000', '102435.210000', '102435.670000', '102436.130000', '102436.590000', '102437.050000', '102437.510000', '102437.970000', '102438.430000', '102438.890000', '102439.350000', '102439.810000', '102440.270000'], 'ContentTime': ['101819.912000', '101819.915000', '101819.918000', '101819.921000', '101819.924000', '101819.932000', '101819.936000', '101819.938000', '101819.941000', '101819.944000', '101819.947000', '101819.959000', '101819.962000', '101819.965000', '101819.968000', '101819.970000', '101819.973000', '101819.976000', '101819.979000', '101819.982000', '101819.985000', '101819.990000', '101819.993000', '101819.996000', '101820.000000', '101820.003000', '101820.006000', '101820.009000', '101820.012000', '101820.015000', '101820.018000', '101820.020000', '101820.029000', '101820.032000', '101820.034000', '101820.037000', '101820.040000', '101820.043000', '101820.046000', '101820.049000', '101820.051000', '101820.054000', '101839.882000', '101839.885000', '101839.888000', '101839.890000', '101839.893000', '101839.896000', '101839.900000', '101839.903000', '101839.906000', '101839.909000', '101839.912000', '101839.915000', '101839.918000', '101839.921000', '101839.923000', '101839.926000', '101839.929000', '101839.932000', '101839.935000', '101839.938000', '101839.941000', '101839.944000', '101839.947000', '101839.949000', '101839.952000', '101839.955000', '101839.958000', '101839.961000', '101839.964000', '101839.967000', '101839.970000', '101839.972000', '101839.975000', '101839.978000', '101839.981000', '101839.984000', '101839.987000', '101839.990000', '101839.993000', '101839.995000', '101839.998000', '101840.007000', '101840.010000', '101840.013000', '101859.878000', '101859.881000', '101859.884000', '101859.887000', '101859.890000', '101859.893000', '101859.896000', '101859.898000', '101859.901000', '101859.904000', '101859.907000', '101859.910000', '101859.913000', '101859.916000', '101859.919000', '101859.921000', '101859.924000', '101859.927000', '101859.930000', '101859.933000', '101859.936000', '101859.939000', '101859.941000', '101859.944000', '101859.947000', '101859.950000', '101859.953000', '101859.956000', '101859.959000', '101859.962000', '101859.965000', '101859.968000', '101859.970000', '101859.973000', '101859.976000', '101859.979000', '101859.982000', '101859.985000', '101859.988000', '101859.990000', '101859.994000', '101859.997000', '101900.001000', '101919.878000', '101919.881000', '101919.884000', '101919.887000', '101919.890000', '101919.892000', '101919.895000', '101919.898000', '101919.901000', '101919.904000', '101919.907000', '101919.910000', '101919.913000', '101919.916000', '101919.918000', '101919.921000', '101919.924000', '101919.927000', '101919.930000', '101919.933000', '101919.936000', '101919.939000', '101919.942000', '101919.944000', '101919.947000', '101919.950000', '101919.953000', '101919.956000', '101919.959000', '101919.962000', '101919.965000', '101919.968000', '101919.971000', '101919.974000', '101919.977000', '101919.979000', '101919.982000', '101919.985000', '101919.988000', '101919.991000', '101920.010000', '101920.013000', '101920.016000', '101920.019000', '101939.877000', '101939.880000', '101939.883000', '101939.886000', '101939.889000', '101939.892000', '101939.894000', '101939.897000', '101939.900000', '101939.903000', '101939.906000', '101939.909000', '101939.912000', '101939.915000', '101939.918000', '101939.920000', '101939.923000', '101939.926000', '101939.929000', '101939.932000', '101939.935000', '101939.938000', '101939.941000', '101939.943000', '101939.946000', '101939.949000', '101939.952000', '101939.955000', '101939.958000', '101939.961000', '101939.963000', '101939.966000', '101939.970000', '101939.973000', '101939.976000', '101939.979000', '101939.982000', '101939.985000', '101939.988000', '101939.991000', '101939.993000', '101939.996000', '101940.004000', '101959.878000', '101959.881000', '101959.884000', '101959.887000', '101959.890000', '101959.893000', '101959.895000', '101959.898000', '101959.901000', '101959.904000', '101959.907000', '101959.910000', '101959.913000', '101959.916000', '101959.919000', '101959.922000', '101959.924000', '101959.927000', '101959.930000', '101959.933000', '101959.936000', '101959.939000', '101959.942000', '101959.945000', '101959.948000', '101959.951000', '101959.954000', '101959.956000', '101959.964000', '101959.966000', '101959.969000', '101959.972000', '101959.975000', '101959.978000', '101959.981000', '101959.984000', '101959.987000', '101959.990000', '101959.993000', '101959.996000', '101959.998000', '102000.002000', '102000.005000', '102000.008000', '102019.878000', '102019.881000', '102019.884000', '102019.887000', '102019.890000', '102019.893000', '102019.896000', '102019.898000', '102019.901000', '102019.904000', '102019.907000', '102019.910000', '102019.913000', '102019.916000', '102019.919000', '102019.922000', '102019.924000', '102019.927000', '102019.930000', '102019.933000', '102019.936000', '102019.939000', '102019.942000', '102019.945000', '102019.948000', '102019.950000', '102019.953000', '102019.956000', '102019.959000', '102019.962000', '102019.965000', '102019.968000', '102019.970000', '102019.973000', '102019.976000', '102019.979000', '102019.982000', '102019.985000', '102019.988000', '102019.991000', '102019.994000', '102019.997000', '102020.000000', '102039.878000', '102039.881000', '102039.884000', '102039.887000', '102039.889000', '102039.892000', '102039.895000', '102039.898000', '102039.901000', '102039.904000', '102039.907000', '102039.910000', '102039.913000', '102039.916000', '102039.919000', '102039.921000', '102039.924000', '102039.927000', '102039.930000', '102039.933000', '102039.936000', '102039.939000', '102039.942000', '102039.945000', '102039.948000', '102039.950000', '102039.953000', '102039.956000', '102039.959000', '102039.962000', '102039.965000', '102039.968000', '102039.971000', '102039.974000', '102039.976000', '102039.979000', '102039.982000', '102039.985000', '102039.988000', '102039.991000', '102039.994000', '102039.997000', '102040.001000', '102040.004000', '102059.878000', '102059.881000', '102059.884000', '102059.887000', '102059.890000', '102059.893000', '102059.896000', '102059.898000', '102059.901000', '102059.904000', '102059.907000', '102059.910000', '102059.913000', '102059.916000', '102059.919000', '102059.922000', '102059.925000', '102059.927000', '102059.930000', '102059.933000', '102059.936000', '102059.939000', '102059.942000', '102059.945000', '102059.948000', '102059.950000', '102059.953000', '102059.956000', '102059.959000', '102059.962000', '102059.965000', '102059.968000', '102059.971000', '102059.974000', '102059.977000', '102059.995000', '102059.998000', '102100.002000', '102100.005000', '102100.008000', '102100.012000', '102100.015000', '102100.018000', '102119.878000', '102119.881000', '102119.884000', '102119.887000', '102119.890000', '102119.892000', '102119.895000', '102119.898000', '102119.901000', '102119.904000', '102119.907000', '102119.910000', '102119.913000', '102119.916000', '102119.919000', '102119.921000', '102119.924000', '102119.927000', '102119.930000', '102119.933000', '102119.936000', '102119.939000', '102119.942000', '102119.945000', '102119.948000', '102119.951000', '102119.953000', '102119.956000', '102119.959000', '102119.962000', '102119.965000', '102119.968000', '102119.975000', '102119.978000', '102119.981000', '102119.984000', '102119.987000', '102119.990000', '102119.993000', '102119.996000', '102120.000000', '102120.003000', '102120.005000', '102120.008000', '102139.878000', '102139.881000', '102139.884000', '102139.887000', '102139.890000', '102139.893000', '102139.896000', '102139.898000', '102139.901000', '102139.904000', '102139.907000', '102139.910000', '102139.913000', '102139.916000', '102139.919000', '102139.921000', '102139.924000', '102139.927000', '102139.930000', '102139.933000', '102139.936000', '102139.939000', '102139.942000', '102139.945000', '102139.948000', '102139.951000', '102139.953000', '102139.956000', '102139.959000', '102139.962000', '102139.965000', '102139.968000', '102139.971000', '102139.974000', '102139.976000', '102139.979000', '102139.982000', '102139.985000', '102139.988000', '102139.991000', '102139.994000', '102139.997000', '102140.001000', '102159.877000', '102159.880000', '102159.883000', '102159.886000', '102159.889000', '102159.892000', '102159.895000', '102159.898000', '102159.901000', '102159.904000', '102159.907000', '102159.909000', '102159.912000', '102159.915000', '102159.918000', '102159.921000', '102159.924000', '102159.927000', '102159.930000', '102159.932000', '102159.935000', '102159.938000', '102159.941000', '102159.944000', '102159.947000', '102159.950000', '102159.953000', '102159.955000', '102159.958000', '102159.961000', '102159.964000', '102159.967000', '102159.970000', '102159.973000', '102159.976000', '102159.978000', '102159.981000', '102159.984000', '102159.987000', '102159.990000', '102159.993000', '102159.996000', '102200.000000', '102219.878000', '102219.881000', '102219.884000', '102219.887000', '102219.890000', '102219.893000', '102219.896000', '102219.899000', '102219.901000', '102219.904000', '102219.907000', '102219.910000', '102219.913000', '102219.916000', '102219.919000', '102219.922000', '102219.924000', '102219.927000', '102219.930000', '102219.933000', '102219.936000', '102219.939000', '102219.942000', '102219.945000', '102219.948000', '102219.951000', '102219.953000', '102219.956000', '102219.959000', '102219.962000', '102219.965000', '102219.968000', '102219.971000', '102219.974000', '102219.977000', '102219.979000', '102219.982000', '102219.985000', '102219.988000', '102219.991000', '102219.994000', '102219.997000', '102220.000000', '102220.003000', '102239.878000', '102239.883000', '102239.887000', '102239.890000', '102239.893000', '102239.896000', '102239.899000', '102239.902000', '102239.904000', '102239.907000', '102239.910000', '102239.913000', '102239.916000', '102239.919000', '102239.922000', '102239.925000', '102239.928000', '102239.940000', '102239.943000', '102239.946000', '102239.949000', '102239.952000', '102239.954000', '102239.957000', '102239.960000', '102239.963000', '102239.966000', '102239.969000', '102239.972000', '102239.974000', '102239.977000', '102239.980000', '102239.983000', '102239.986000', '102239.989000', '102239.992000', '102239.995000', '102239.998000', '102240.001000', '102240.004000', '102240.007000', '102240.010000', '102240.013000', '102259.878000', '102259.881000', '102259.884000', '102259.887000', '102259.890000', '102259.893000', '102259.896000', '102259.899000', '102259.901000', '102259.904000', '102259.907000', '102259.910000', '102259.913000', '102259.916000', '102259.919000', '102259.922000', '102259.925000', '102259.928000', '102259.930000', '102259.933000', '102259.936000', '102259.939000', '102259.942000', '102259.945000', '102259.948000', '102259.951000', '102259.954000', '102259.956000', '102259.959000', '102259.962000', '102259.965000', '102259.968000', '102259.971000', '102259.974000', '102259.977000', '102259.980000', '102259.982000', '102259.985000', '102259.988000', '102259.991000', '102259.994000', '102259.997000', '102300.001000', '102300.004000', '102319.878000', '102319.881000', '102319.884000', '102319.887000', '102319.890000', '102319.893000', '102319.896000', '102319.899000', '102319.902000', '102319.905000', '102319.908000', '102319.911000', '102319.914000', '102319.917000', '102319.920000', '102319.923000', '102319.926000', '102319.929000', '102319.932000', '102319.934000', '102319.937000', '102319.940000', '102319.943000', '102319.946000', '102319.949000', '102319.952000', '102319.955000', '102319.958000', '102319.961000', '102319.964000', '102319.966000', '102319.969000', '102319.972000', '102319.975000', '102319.978000', '102319.981000', '102319.984000', '102319.987000', '102319.990000', '102319.992000', '102319.995000', '102319.998000', '102320.002000', '102339.878000', '102339.881000', '102339.884000', '102339.887000', '102339.890000', '102339.893000', '102339.896000', '102339.899000', '102339.902000', '102339.905000', '102339.907000', '102339.910000', '102339.913000', '102339.916000', '102339.919000', '102339.922000', '102339.925000', '102339.928000', '102339.931000', '102339.933000', '102339.936000', '102339.939000', '102339.942000', '102339.945000', '102339.948000', '102339.951000', '102339.960000', '102339.963000', '102339.966000', '102339.969000', '102339.971000', '102339.974000', '102339.977000', '102339.980000', '102339.983000', '102339.986000', '102339.989000', '102339.992000', '102339.994000', '102339.997000', '102340.001000', '102340.004000', '102340.007000', '102340.010000', '102359.877000', '102359.880000', '102359.883000', '102359.886000', '102359.889000', '102359.892000', '102359.895000', '102359.898000', '102359.901000', '102359.903000', '102359.906000', '102359.909000', '102359.912000', '102359.917000', '102359.920000', '102359.923000', '102359.926000', '102359.929000', '102359.931000', '102359.935000', '102359.940000', '102359.944000', '102359.947000', '102359.950000', '102359.953000', '102359.955000', '102359.958000', '102359.961000', '102359.974000', '102359.977000', '102359.980000', '102359.983000', '102359.986000', '102359.989000', '102359.992000', '102359.994000', '102359.997000', '102400.001000', '102400.004000', '102400.007000', '102400.010000', '102400.013000', '102400.016000', '102419.877000', '102419.880000', '102419.883000', '102419.886000', '102419.889000', '102419.892000', '102419.895000', '102419.897000', '102419.900000', '102419.903000', '102419.906000', '102419.909000', '102419.912000', '102419.915000', '102419.918000', '102419.921000', '102419.924000', '102419.927000', '102419.929000', '102419.932000', '102419.935000', '102419.938000', '102419.941000', '102419.944000', '102419.947000', '102419.950000', '102419.952000', '102419.955000', '102419.958000', '102419.961000', '102419.964000', '102419.967000', '102419.970000', '102419.973000', '102419.976000', '102419.979000', '102419.981000', '102419.984000', '102419.987000', '102419.990000', '102419.993000', '102419.996000', '102420.000000', '102420.003000', '102439.878000', '102439.881000', '102439.884000', '102439.888000', '102439.891000', '102439.893000', '102439.896000', '102439.899000', '102439.902000', '102439.905000', '102439.908000', '102439.911000', '102439.914000', '102439.917000', '102439.920000', '102439.923000', '102439.926000', '102439.928000', '102439.931000', '102439.934000', '102439.937000', '102439.940000', '102439.943000', '102439.946000', '102439.949000', '102439.952000', '102439.955000', '102439.958000', '102439.961000', '102439.964000', '102439.967000', '102439.970000', '102439.973000', '102439.976000', '102439.979000', '102439.981000', '102439.984000', '102439.987000', '102439.990000', '102439.993000', '102439.996000', '102440.000000', '102440.003000', '102441.373000', '102441.377000', '102441.380000', '102441.383000'], 'InstanceCreationTime': ['101819.912000', '101819.915000', '101819.918000', '101819.921000', '101819.924000', '101819.932000', '101819.936000', '101819.938000', '101819.941000', '101819.944000', '101819.947000', '101819.959000', '101819.962000', '101819.965000', '101819.968000', '101819.970000', '101819.973000', '101819.976000', '101819.979000', '101819.982000', '101819.985000', '101819.990000', '101819.993000', '101819.996000', '101820.000000', '101820.003000', '101820.006000', '101820.009000', '101820.012000', '101820.015000', '101820.018000', '101820.020000', '101820.029000', '101820.032000', '101820.034000', '101820.037000', '101820.040000', '101820.043000', '101820.046000', '101820.049000', '101820.051000', '101820.054000', '101839.882000', '101839.885000', '101839.888000', '101839.890000', '101839.893000', '101839.896000', '101839.900000', '101839.903000', '101839.906000', '101839.909000', '101839.912000', '101839.915000', '101839.918000', '101839.921000', '101839.923000', '101839.926000', '101839.929000', '101839.932000', '101839.935000', '101839.938000', '101839.941000', '101839.944000', '101839.947000', '101839.949000', '101839.952000', '101839.955000', '101839.958000', '101839.961000', '101839.964000', '101839.967000', '101839.970000', '101839.972000', '101839.975000', '101839.978000', '101839.981000', '101839.984000', '101839.987000', '101839.990000', '101839.993000', '101839.995000', '101839.998000', '101840.007000', '101840.010000', '101840.013000', '101859.878000', '101859.881000', '101859.884000', '101859.887000', '101859.890000', '101859.893000', '101859.896000', '101859.898000', '101859.901000', '101859.904000', '101859.907000', '101859.910000', '101859.913000', '101859.916000', '101859.919000', '101859.921000', '101859.924000', '101859.927000', '101859.930000', '101859.933000', '101859.936000', '101859.939000', '101859.941000', '101859.944000', '101859.947000', '101859.950000', '101859.953000', '101859.956000', '101859.959000', '101859.962000', '101859.965000', '101859.968000', '101859.970000', '101859.973000', '101859.976000', '101859.979000', '101859.982000', '101859.985000', '101859.988000', '101859.990000', '101859.994000', '101859.997000', '101900.001000', '101919.878000', '101919.881000', '101919.884000', '101919.887000', '101919.890000', '101919.892000', '101919.895000', '101919.898000', '101919.901000', '101919.904000', '101919.907000', '101919.910000', '101919.913000', '101919.916000', '101919.918000', '101919.921000', '101919.924000', '101919.927000', '101919.930000', '101919.933000', '101919.936000', '101919.939000', '101919.942000', '101919.944000', '101919.947000', '101919.950000', '101919.953000', '101919.956000', '101919.959000', '101919.962000', '101919.965000', '101919.968000', '101919.971000', '101919.974000', '101919.977000', '101919.979000', '101919.982000', '101919.985000', '101919.988000', '101919.991000', '101920.010000', '101920.013000', '101920.016000', '101920.019000', '101939.877000', '101939.880000', '101939.883000', '101939.886000', '101939.889000', '101939.892000', '101939.894000', '101939.897000', '101939.900000', '101939.903000', '101939.906000', '101939.909000', '101939.912000', '101939.915000', '101939.918000', '101939.920000', '101939.923000', '101939.926000', '101939.929000', '101939.932000', '101939.935000', '101939.938000', '101939.941000', '101939.943000', '101939.946000', '101939.949000', '101939.952000', '101939.955000', '101939.958000', '101939.961000', '101939.963000', '101939.966000', '101939.970000', '101939.973000', '101939.976000', '101939.979000', '101939.982000', '101939.985000', '101939.988000', '101939.991000', '101939.993000', '101939.996000', '101940.004000', '101959.878000', '101959.881000', '101959.884000', '101959.887000', '101959.890000', '101959.893000', '101959.895000', '101959.898000', '101959.901000', '101959.904000', '101959.907000', '101959.910000', '101959.913000', '101959.916000', '101959.919000', '101959.922000', '101959.924000', '101959.927000', '101959.930000', '101959.933000', '101959.936000', '101959.939000', '101959.942000', '101959.945000', '101959.948000', '101959.951000', '101959.954000', '101959.956000', '101959.964000', '101959.966000', '101959.969000', '101959.972000', '101959.975000', '101959.978000', '101959.981000', '101959.984000', '101959.987000', '101959.990000', '101959.993000', '101959.996000', '101959.998000', '102000.002000', '102000.005000', '102000.008000', '102019.878000', '102019.881000', '102019.884000', '102019.887000', '102019.890000', '102019.893000', '102019.896000', '102019.898000', '102019.901000', '102019.904000', '102019.907000', '102019.910000', '102019.913000', '102019.916000', '102019.919000', '102019.922000', '102019.924000', '102019.927000', '102019.930000', '102019.933000', '102019.936000', '102019.939000', '102019.942000', '102019.945000', '102019.948000', '102019.950000', '102019.953000', '102019.956000', '102019.959000', '102019.962000', '102019.965000', '102019.968000', '102019.970000', '102019.973000', '102019.976000', '102019.979000', '102019.982000', '102019.985000', '102019.988000', '102019.991000', '102019.994000', '102019.997000', '102020.000000', '102039.878000', '102039.881000', '102039.884000', '102039.887000', '102039.889000', '102039.892000', '102039.895000', '102039.898000', '102039.901000', '102039.904000', '102039.907000', '102039.910000', '102039.913000', '102039.916000', '102039.919000', '102039.921000', '102039.924000', '102039.927000', '102039.930000', '102039.933000', '102039.936000', '102039.939000', '102039.942000', '102039.945000', '102039.948000', '102039.950000', '102039.953000', '102039.956000', '102039.959000', '102039.962000', '102039.965000', '102039.968000', '102039.971000', '102039.974000', '102039.976000', '102039.979000', '102039.982000', '102039.985000', '102039.988000', '102039.991000', '102039.994000', '102039.997000', '102040.001000', '102040.004000', '102059.878000', '102059.881000', '102059.884000', '102059.887000', '102059.890000', '102059.893000', '102059.896000', '102059.898000', '102059.901000', '102059.904000', '102059.907000', '102059.910000', '102059.913000', '102059.916000', '102059.919000', '102059.922000', '102059.925000', '102059.927000', '102059.930000', '102059.933000', '102059.936000', '102059.939000', '102059.942000', '102059.945000', '102059.948000', '102059.950000', '102059.953000', '102059.956000', '102059.959000', '102059.962000', '102059.965000', '102059.968000', '102059.971000', '102059.974000', '102059.977000', '102059.995000', '102059.998000', '102100.002000', '102100.005000', '102100.008000', '102100.012000', '102100.015000', '102100.018000', '102119.878000', '102119.881000', '102119.884000', '102119.887000', '102119.890000', '102119.892000', '102119.895000', '102119.898000', '102119.901000', '102119.904000', '102119.907000', '102119.910000', '102119.913000', '102119.916000', '102119.919000', '102119.921000', '102119.924000', '102119.927000', '102119.930000', '102119.933000', '102119.936000', '102119.939000', '102119.942000', '102119.945000', '102119.948000', '102119.951000', '102119.953000', '102119.956000', '102119.959000', '102119.962000', '102119.965000', '102119.968000', '102119.975000', '102119.978000', '102119.981000', '102119.984000', '102119.987000', '102119.990000', '102119.993000', '102119.996000', '102120.000000', '102120.003000', '102120.005000', '102120.008000', '102139.878000', '102139.881000', '102139.884000', '102139.887000', '102139.890000', '102139.893000', '102139.896000', '102139.898000', '102139.901000', '102139.904000', '102139.907000', '102139.910000', '102139.913000', '102139.916000', '102139.919000', '102139.921000', '102139.924000', '102139.927000', '102139.930000', '102139.933000', '102139.936000', '102139.939000', '102139.942000', '102139.945000', '102139.948000', '102139.951000', '102139.953000', '102139.956000', '102139.959000', '102139.962000', '102139.965000', '102139.968000', '102139.971000', '102139.974000', '102139.976000', '102139.979000', '102139.982000', '102139.985000', '102139.988000', '102139.991000', '102139.994000', '102139.997000', '102140.001000', '102159.877000', '102159.880000', '102159.883000', '102159.886000', '102159.889000', '102159.892000', '102159.895000', '102159.898000', '102159.901000', '102159.904000', '102159.907000', '102159.909000', '102159.912000', '102159.915000', '102159.918000', '102159.921000', '102159.924000', '102159.927000', '102159.930000', '102159.932000', '102159.935000', '102159.938000', '102159.941000', '102159.944000', '102159.947000', '102159.950000', '102159.953000', '102159.955000', '102159.958000', '102159.961000', '102159.964000', '102159.967000', '102159.970000', '102159.973000', '102159.976000', '102159.978000', '102159.981000', '102159.984000', '102159.987000', '102159.990000', '102159.993000', '102159.996000', '102200.000000', '102219.878000', '102219.881000', '102219.884000', '102219.887000', '102219.890000', '102219.893000', '102219.896000', '102219.899000', '102219.901000', '102219.904000', '102219.907000', '102219.910000', '102219.913000', '102219.916000', '102219.919000', '102219.922000', '102219.924000', '102219.927000', '102219.930000', '102219.933000', '102219.936000', '102219.939000', '102219.942000', '102219.945000', '102219.948000', '102219.951000', '102219.953000', '102219.956000', '102219.959000', '102219.962000', '102219.965000', '102219.968000', '102219.971000', '102219.974000', '102219.977000', '102219.979000', '102219.982000', '102219.985000', '102219.988000', '102219.991000', '102219.994000', '102219.997000', '102220.000000', '102220.003000', '102239.878000', '102239.883000', '102239.887000', '102239.890000', '102239.893000', '102239.896000', '102239.899000', '102239.902000', '102239.904000', '102239.907000', '102239.910000', '102239.913000', '102239.916000', '102239.919000', '102239.922000', '102239.925000', '102239.928000', '102239.940000', '102239.943000', '102239.946000', '102239.949000', '102239.952000', '102239.954000', '102239.957000', '102239.960000', '102239.963000', '102239.966000', '102239.969000', '102239.972000', '102239.974000', '102239.977000', '102239.980000', '102239.983000', '102239.986000', '102239.989000', '102239.992000', '102239.995000', '102239.998000', '102240.001000', '102240.004000', '102240.007000', '102240.010000', '102240.013000', '102259.878000', '102259.881000', '102259.884000', '102259.887000', '102259.890000', '102259.893000', '102259.896000', '102259.899000', '102259.901000', '102259.904000', '102259.907000', '102259.910000', '102259.913000', '102259.916000', '102259.919000', '102259.922000', '102259.925000', '102259.928000', '102259.930000', '102259.933000', '102259.936000', '102259.939000', '102259.942000', '102259.945000', '102259.948000', '102259.951000', '102259.954000', '102259.956000', '102259.959000', '102259.962000', '102259.965000', '102259.968000', '102259.971000', '102259.974000', '102259.977000', '102259.980000', '102259.982000', '102259.985000', '102259.988000', '102259.991000', '102259.994000', '102259.997000', '102300.001000', '102300.004000', '102319.878000', '102319.881000', '102319.884000', '102319.887000', '102319.890000', '102319.893000', '102319.896000', '102319.899000', '102319.902000', '102319.905000', '102319.908000', '102319.911000', '102319.914000', '102319.917000', '102319.920000', '102319.923000', '102319.926000', '102319.929000', '102319.932000', '102319.934000', '102319.937000', '102319.940000', '102319.943000', '102319.946000', '102319.949000', '102319.952000', '102319.955000', '102319.958000', '102319.961000', '102319.964000', '102319.966000', '102319.969000', '102319.972000', '102319.975000', '102319.978000', '102319.981000', '102319.984000', '102319.987000', '102319.990000', '102319.992000', '102319.995000', '102319.998000', '102320.002000', '102339.878000', '102339.881000', '102339.884000', '102339.887000', '102339.890000', '102339.893000', '102339.896000', '102339.899000', '102339.902000', '102339.905000', '102339.907000', '102339.910000', '102339.913000', '102339.916000', '102339.919000', '102339.922000', '102339.925000', '102339.928000', '102339.931000', '102339.933000', '102339.936000', '102339.939000', '102339.942000', '102339.945000', '102339.948000', '102339.951000', '102339.960000', '102339.963000', '102339.966000', '102339.969000', '102339.971000', '102339.974000', '102339.977000', '102339.980000', '102339.983000', '102339.986000', '102339.989000', '102339.992000', '102339.994000', '102339.997000', '102340.001000', '102340.004000', '102340.007000', '102340.010000', '102359.877000', '102359.880000', '102359.883000', '102359.886000', '102359.889000', '102359.892000', '102359.895000', '102359.898000', '102359.901000', '102359.903000', '102359.906000', '102359.909000', '102359.912000', '102359.917000', '102359.920000', '102359.923000', '102359.926000', '102359.929000', '102359.931000', '102359.935000', '102359.940000', '102359.944000', '102359.947000', '102359.950000', '102359.953000', '102359.955000', '102359.958000', '102359.961000', '102359.974000', '102359.977000', '102359.980000', '102359.983000', '102359.986000', '102359.989000', '102359.992000', '102359.994000', '102359.997000', '102400.001000', '102400.004000', '102400.007000', '102400.010000', '102400.013000', '102400.016000', '102419.877000', '102419.880000', '102419.883000', '102419.886000', '102419.889000', '102419.892000', '102419.895000', '102419.897000', '102419.900000', '102419.903000', '102419.906000', '102419.909000', '102419.912000', '102419.915000', '102419.918000', '102419.921000', '102419.924000', '102419.927000', '102419.929000', '102419.932000', '102419.935000', '102419.938000', '102419.941000', '102419.944000', '102419.947000', '102419.950000', '102419.952000', '102419.955000', '102419.958000', '102419.961000', '102419.964000', '102419.967000', '102419.970000', '102419.973000', '102419.976000', '102419.979000', '102419.981000', '102419.984000', '102419.987000', '102419.990000', '102419.993000', '102419.996000', '102420.000000', '102420.003000', '102439.878000', '102439.881000', '102439.884000', '102439.888000', '102439.891000', '102439.893000', '102439.896000', '102439.899000', '102439.902000', '102439.905000', '102439.908000', '102439.911000', '102439.914000', '102439.917000', '102439.920000', '102439.923000', '102439.926000', '102439.928000', '102439.931000', '102439.934000', '102439.937000', '102439.940000', '102439.943000', '102439.946000', '102439.949000', '102439.952000', '102439.955000', '102439.958000', '102439.961000', '102439.964000', '102439.967000', '102439.970000', '102439.973000', '102439.976000', '102439.979000', '102439.981000', '102439.984000', '102439.987000', '102439.990000', '102439.993000', '102439.996000', '102440.000000', '102440.003000', '102441.373000', '102441.377000', '102441.380000', '102441.383000'], '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': [10233, 13376, 10621, 14220, 9502, 10911, 9404, 9243, 13527, 9289, 14386, 9099, 10022, 9159, 9008, 9372, 8642, 9442, 9512, 9529, 11398, 8986, 9917, 9497, 9933, 11767, 9018, 13103, 9278, 9379, 10555, 9648, 13138, 8972, 11397, 8817, 8726, 9022, 9465, 9311, 9003, 9197, 9033, 10574, 8669, 11002, 9168, 9115, 9374, 9187, 10117, 8612, 12522, 8966, 8806, 9225, 8883, 9077, 8859, 10343, 8419, 9535, 8653, 8848, 9388, 9057, 9456, 8712, 11074, 9367, 8870, 9201, 8765, 9173, 9080, 8798, 9075, 9156, 9072, 9559, 8992, 13491, 10153, 11032, 9582, 8984, 11733, 9154, 14641, 10876, 11515, 9046, 9184, 9425, 9243, 9383, 10110, 9195, 10362, 10743, 8635, 11738, 9127, 8948, 9121, 8731, 12061, 9270, 9065, 9017, 9135, 9489, 8698, 9577, 8849, 8731, 9148, 8943, 9105, 8975, 11275, 8840, 9871, 8694, 8830, 8588, 8556, 9752, 8685, 8437, 8828, 8653, 12096, 9158, 9720, 8889, 8510, 10067, 8680, 9180, 8948, 10944, 9533, 13747, 9940, 8998, 8728, 8741, 8878, 12309, 15554, 11803, 9841, 10361, 8599, 11590, 9044, 11044, 8932, 8723, 8851, 8471, 9945, 8817, 12567, 9070, 12321, 9511, 10708, 8457, 8797, 9342, 8971, 11899, 8796, 8789, 10125, 8379, 9951, 8727, 8374, 9841, 8298, 10095, 8506, 8346, 8913, 8472, 9095, 7923, 8632, 8438, 8433, 8435, 12258, 9151, 9854, 8327, 8171, 10514, 8655, 8173, 10995, 8502, 8186, 8188, 7991, 7986, 7972, 7856, 7713, 7966, 8132, 7983, 8442, 8401, 8509, 7961, 9185, 7872, 9537, 8266, 8373, 8388, 8862, 10422, 9870, 12930, 9962, 13673, 12442, 13081, 9368, 11578, 9434, 12149, 13016, 9244, 13725, 8546, 13297, 7723, 8407, 8249, 7958, 8258, 8052, 8293, 8027, 8273, 7836, 8544, 8550, 8765, 9317, 8210, 9474, 8153, 8668, 8198, 8300, 8302, 7985, 10263, 8111, 9710, 8189, 7782, 8641, 7636, 9384, 7740, 9026, 7647, 9111, 7716, 8340, 7964, 8718, 8192, 9707, 8292, 9179, 8583, 7577, 9330, 7944, 11129, 9155, 14123, 12360, 13205, 7687, 8325, 8035, 7660, 7987, 7859, 8323, 7403, 10094, 7989, 10122, 8015, 9063, 12009, 8972, 13204, 10089, 12285, 9244, 10772, 8179, 9097, 8724, 7919, 11764, 8462, 13635, 9706, 13413, 8087, 8236, 7263, 8336, 7454, 8051, 8047, 8077, 8747, 7258, 8992, 7684, 7965, 8031, 7738, 8488, 7453, 9550, 7548, 9470, 7298, 9454, 7653, 8820, 8006, 8396, 9391, 7436, 9814, 7942, 7976, 10857, 7310, 10913, 7858, 8721, 8428, 7537, 9654, 7707, 10385, 7569, 10423, 7877, 11197, 7807, 8109, 7975, 7584, 10594, 7880, 8923, 7785, 8843, 14625, 10221, 11385, 7353, 7849, 7909, 7554, 8350, 7831, 9265, 7992, 8959, 8347, 7708, 11790, 8900, 11045, 10297, 11466, 13793, 12669, 14123, 10346, 7979, 7919, 8148, 7895, 13084, 11104, 9198, 14024, 8661, 9013, 13262, 8328, 10325, 7945, 8045, 10094, 7606, 10414, 7553, 8285, 7598, 7824, 8261, 7670, 10577, 7888, 9428, 7831, 8085, 7486, 8587, 7414, 7760, 7695, 7434, 7880, 7952, 7862, 8255, 7490, 8792, 7566, 9556, 7649, 8852, 7630, 8137, 8033, 7914, 8205, 8145, 12249, 8631, 14006, 8986, 8247, 7974, 8143, 9189, 14720, 11352, 13961, 12626, 9272, 14313, 9132, 12229, 8005, 9704, 7855, 9860, 8045, 8409, 7525, 8757, 7590, 8346, 9106, 8007, 10668, 7608, 9405, 7838, 8112, 10961, 7590, 8649, 7789, 7902, 9532, 7697, 10648, 7696, 8647, 7664, 7956, 7832, 7790, 8106, 8301, 7989, 7902, 8073, 7647, 10454, 7959, 7887, 10758, 8118, 8966, 9699, 7576, 12202, 9351, 11630, 8454, 8048, 7696, 7390, 8579, 7563, 9540, 7500, 8735, 7678, 8029, 9660, 7453, 10692, 7308, 8458, 7640, 8170, 7747, 8179, 7869, 8463, 7697, 9934, 12056, 11149, 14443, 11194, 9495, 7582, 7642, 10535, 7349, 10670, 7745, 8962, 9729, 7892, 11694, 8968, 10097, 8320, 8426, 7802, 8090, 11051, 7816, 10577, 8180, 8465, 10772, 8078, 11695, 7791, 9363, 13236, 8368, 11992, 7449, 9034, 7896, 8390, 7982, 7846, 8606, 7500, 8508, 7780, 7801, 9248, 7628, 10491, 7244, 8394, 7415, 8450, 7660, 8144, 9032, 7831, 10357, 7487, 9035, 9412, 8167, 13101, 9002, 13481, 10218, 12639, 7876, 9440, 7703, 8440, 8096, 8427, 12188, 9021, 10313, 7707, 8309, 10256, 8204, 11059, 7947, 10204, 7625, 8528, 14777, 10986, 12706, 7974, 8558, 9517, 7713, 10376, 7910, 9081, 7221, 9097, 7512, 8045, 7310, 8300, 7238, 7733, 7502, 7293, 8721, 7494, 7610, 9824, 7786, 9104, 8014, 8118, 11549, 8930, 13316, 10666, 12454, 8187, 9411, 8001, 8247, 14125, 10420, 12949, 7721, 10102, 7903, 8510, 10182, 8112, 13780, 8103, 11188, 7550, 9043, 8217, 8058, 8871, 8194, 10846, 7993, 10122, 8044, 10087, 7282, 9938, 10384, 11997, 11576, 7992, 7376, 7651, 9244, 7604, 9479, 7269, 8830, 7895, 8303, 8182, 8523, 9538, 7664, 12256, 10086, 12172, 8318, 11049, 8350, 10579, 10857, 11961, 12299, 8990, 7436, 7663, 7356, 7779, 8859, 7601, 9970, 7555, 9111, 7312, 9462, 7931, 10492, 10368, 10549, 7586, 7948, 7406, 7794, 8089, 7287, 10233, 7962, 9219, 8032, 7623, 11275, 8102, 10147, 8178, 9203, 13327, 10003, 12623, 8752, 10471, 7586, 7874, 10102, 7859, 11260, 7627, 10108, 7375, 10059, 8092, 10883, 12531, 10145, 7824, 7305, 8205, 7097, 7605, 7639, 7528, 9153, 7162, 7272, 9729, 7198, 8218, 7435, 7383, 8098, 7696, 9133, 7777, 10357, 7932, 10442, 7720, 10497, 8324, 13433, 10214, 12238, 12509, 9427, 13209, 9138, 10454, 10021, 9535, 11667, 7568, 11228, 7223, 8602, 7573, 9371, 7228, 7442, 7234, 7675, 7375, 7522, 7893, 10112, 7975, 7082, 8591, 7432, 7438, 8993, 7325, 9599, 7232, 8244, 8325, 7726, 12342, 8702, 12736, 9045, 11536, 7195, 9229, 12108, 7860, 12461, 7476, 9647, 7403, 7734, 9539, 7074, 10642, 7232, 9484, 7225, 8362, 7438, 7751, 8355, 7421, 10240, 7234, 8894, 7382, 7236, 9460, 7632, 8489, 7426, 8505, 7545, 9642, 7246, 9767, 7164, 7699, 7214, 7462, 7753, 7198, 7838, 7221, 8980, 7657, 8995], 'WindowCenter': [4349.0, 4353.0, 4319.0, 4334.0, 4292.0, 4301.0, 4269.0, 4267.0, 4318.0, 4264.0, 4331.0, 4268.0, 4277.0, 4277.0, 4266.0, 4279.0, 4268.0, 4290.0, 4290.0, 4289.0, 4312.0, 4290.0, 4299.0, 4293.0, 4291.0, 4299.0, 4269.0, 4304.0, 4267.0, 4267.0, 4285.0, 4278.0, 4320.0, 4268.0, 4298.0, 4266.0, 4254.0, 4265.0, 4276.0, 4278.0, 4279.0, 4279.0, 4280.0, 4297.0, 4281.0, 4301.0, 4279.0, 4279.0, 4278.0, 4268.0, 4276.0, 4266.0, 4298.0, 4268.0, 4267.0, 4264.0, 4264.0, 4267.0, 4278.0, 4288.0, 4266.0, 4290.0, 4270.0, 4266.0, 4279.0, 4269.0, 4279.0, 4269.0, 4296.0, 4281.0, 4280.0, 4281.0, 4270.0, 4280.0, 4280.0, 4278.0, 4277.0, 4281.0, 4280.0, 4280.0, 4280.0, 4321.0, 4299.0, 4300.0, 4278.0, 4281.0, 4310.0, 4278.0, 4317.0, 4299.0, 4296.0, 4265.0, 4265.0, 4266.0, 4264.0, 4265.0, 4277.0, 4265.0, 4288.0, 4287.0, 4256.0, 4281.0, 4253.0, 4253.0, 4252.0, 4253.0, 4293.0, 4265.0, 4255.0, 4252.0, 4264.0, 4265.0, 4266.0, 4265.0, 4266.0, 4251.0, 4277.0, 4267.0, 4268.0, 4280.0, 4298.0, 4270.0, 4290.0, 4264.0, 4267.0, 4257.0, 4256.0, 4262.0, 4255.0, 4245.0, 4254.0, 4256.0, 4297.0, 4268.0, 4279.0, 4269.0, 4270.0, 4278.0, 4267.0, 4266.0, 4267.0, 4296.0, 4280.0, 4332.0, 4286.0, 4269.0, 4267.0, 4256.0, 4266.0, 4297.0, 4311.0, 4280.0, 4261.0, 4262.0, 4254.0, 4283.0, 4253.0, 4273.0, 4252.0, 4241.0, 4241.0, 4241.0, 4261.0, 4251.0, 4278.0, 4253.0, 4278.0, 4263.0, 4263.0, 4242.0, 4239.0, 4254.0, 4256.0, 4281.0, 4240.0, 4251.0, 4263.0, 4244.0, 4261.0, 4239.0, 4242.0, 4257.0, 4241.0, 4256.0, 4240.0, 4231.0, 4238.0, 4239.0, 4253.0, 4242.0, 4252.0, 4254.0, 4245.0, 4256.0, 4297.0, 4267.0, 4261.0, 4243.0, 4245.0, 4272.0, 4243.0, 4244.0, 4270.0, 4252.0, 4245.0, 4246.0, 4254.0, 4247.0, 4254.0, 4244.0, 4243.0, 4243.0, 4256.0, 4254.0, 4270.0, 4270.0, 4281.0, 4273.0, 4293.0, 4275.0, 4291.0, 4272.0, 4258.0, 4256.0, 4268.0, 4287.0, 4279.0, 4308.0, 4290.0, 4319.0, 4296.0, 4293.0, 4253.0, 4269.0, 4251.0, 4280.0, 4281.0, 4252.0, 4290.0, 4241.0, 4293.0, 4230.0, 4241.0, 4240.0, 4227.0, 4230.0, 4230.0, 4253.0, 4245.0, 4257.0, 4245.0, 4269.0, 4268.0, 4270.0, 4278.0, 4259.0, 4277.0, 4257.0, 4256.0, 4255.0, 4257.0, 4258.0, 4259.0, 4276.0, 4247.0, 4267.0, 4256.0, 4246.0, 4256.0, 4247.0, 4267.0, 4246.0, 4266.0, 4247.0, 4269.0, 4258.0, 4258.0, 4256.0, 4267.0, 4270.0, 4279.0, 4257.0, 4277.0, 4266.0, 4248.0, 4268.0, 4258.0, 4288.0, 4281.0, 4330.0, 4310.0, 4308.0, 4247.0, 4255.0, 4245.0, 4244.0, 4255.0, 4258.0, 4255.0, 4250.0, 4290.0, 4260.0, 4287.0, 4256.0, 4268.0, 4296.0, 4266.0, 4296.0, 4275.0, 4284.0, 4250.0, 4272.0, 4231.0, 4243.0, 4242.0, 4232.0, 4272.0, 4231.0, 4291.0, 4250.0, 4291.0, 4231.0, 4232.0, 4221.0, 4241.0, 4233.0, 4243.0, 4233.0, 4244.0, 4254.0, 4235.0, 4255.0, 4246.0, 4245.0, 4246.0, 4246.0, 4256.0, 4248.0, 4277.0, 4248.0, 4278.0, 4250.0, 4279.0, 4249.0, 4252.0, 4246.0, 4246.0, 4255.0, 4235.0, 4265.0, 4245.0, 4246.0, 4286.0, 4235.0, 4282.0, 4245.0, 4255.0, 4244.0, 4234.0, 4265.0, 4246.0, 4273.0, 4246.0, 4287.0, 4245.0, 4285.0, 4245.0, 4245.0, 4245.0, 4246.0, 4275.0, 4246.0, 4267.0, 4246.0, 4266.0, 4318.0, 4277.0, 4298.0, 4244.0, 4243.0, 4256.0, 4258.0, 4269.0, 4262.0, 4281.0, 4272.0, 4282.0, 4270.0, 4262.0, 4307.0, 4266.0, 4287.0, 4273.0, 4285.0, 4306.0, 4296.0, 4306.0, 4262.0, 4232.0, 4233.0, 4231.0, 4230.0, 4290.0, 4260.0, 4237.0, 4289.0, 4229.0, 4239.0, 4276.0, 4228.0, 4247.0, 4216.0, 4216.0, 4244.0, 4217.0, 4257.0, 4217.0, 4228.0, 4220.0, 4228.0, 4242.0, 4233.0, 4261.0, 4233.0, 4252.0, 4232.0, 4232.0, 4231.0, 4244.0, 4220.0, 4233.0, 4233.0, 4231.0, 4231.0, 4243.0, 4245.0, 4252.0, 4247.0, 4268.0, 4257.0, 4277.0, 4248.0, 4267.0, 4245.0, 4246.0, 4245.0, 4248.0, 4258.0, 4259.0, 4299.0, 4257.0, 4306.0, 4255.0, 4246.0, 4244.0, 4245.0, 4264.0, 4316.0, 4274.0, 4305.0, 4283.0, 4254.0, 4301.0, 4250.0, 4281.0, 4230.0, 4249.0, 4231.0, 4248.0, 4228.0, 4241.0, 4231.0, 4242.0, 4235.0, 4256.0, 4255.0, 4244.0, 4274.0, 4234.0, 4265.0, 4234.0, 4245.0, 4274.0, 4231.0, 4253.0, 4234.0, 4244.0, 4266.0, 4246.0, 4276.0, 4233.0, 4255.0, 4245.0, 4245.0, 4244.0, 4247.0, 4247.0, 4258.0, 4248.0, 4259.0, 4258.0, 4259.0, 4288.0, 4258.0, 4259.0, 4288.0, 4257.0, 4268.0, 4266.0, 4247.0, 4295.0, 4265.0, 4284.0, 4244.0, 4244.0, 4234.0, 4232.0, 4255.0, 4247.0, 4266.0, 4246.0, 4267.0, 4246.0, 4256.0, 4277.0, 4237.0, 4287.0, 4235.0, 4256.0, 4234.0, 4254.0, 4246.0, 4255.0, 4258.0, 4269.0, 4259.0, 4303.0, 4312.0, 4297.0, 4318.0, 4286.0, 4278.0, 4232.0, 4232.0, 4270.0, 4233.0, 4272.0, 4246.0, 4264.0, 4267.0, 4245.0, 4286.0, 4255.0, 4262.0, 4230.0, 4242.0, 4229.0, 4233.0, 4273.0, 4234.0, 4275.0, 4245.0, 4242.0, 4271.0, 4232.0, 4271.0, 4221.0, 4250.0, 4292.0, 4230.0, 4280.0, 4222.0, 4242.0, 4232.0, 4243.0, 4243.0, 4241.0, 4254.0, 4237.0, 4256.0, 4247.0, 4247.0, 4266.0, 4248.0, 4286.0, 4246.0, 4244.0, 4235.0, 4256.0, 4245.0, 4257.0, 4268.0, 4259.0, 4288.0, 4250.0, 4281.0, 4278.0, 4259.0, 4305.0, 4266.0, 4304.0, 4276.0, 4297.0, 4245.0, 4263.0, 4234.0, 4244.0, 4244.0, 4255.0, 4297.0, 4263.0, 4275.0, 4236.0, 4255.0, 4275.0, 4244.0, 4285.0, 4244.0, 4275.0, 4230.0, 4252.0, 4303.0, 4273.0, 4292.0, 4231.0, 4242.0, 4251.0, 4221.0, 4261.0, 4231.0, 4253.0, 4235.0, 4254.0, 4235.0, 4243.0, 4233.0, 4254.0, 4236.0, 4246.0, 4246.0, 4250.0, 4271.0, 4250.0, 4260.0, 4290.0, 4261.0, 4278.0, 4259.0, 4259.0, 4296.0, 4268.0, 4307.0, 4275.0, 4296.0, 4243.0, 4254.0, 4233.0, 4244.0, 4304.0, 4275.0, 4293.0, 4234.0, 4262.0, 4232.0, 4255.0, 4263.0, 4244.0, 4304.0, 4243.0, 4284.0, 4233.0, 4251.0, 4242.0, 4243.0, 4253.0, 4256.0, 4275.0, 4246.0, 4274.0, 4245.0, 4273.0, 4232.0, 4266.0, 4275.0, 4297.0, 4286.0, 4244.0, 4233.0, 4233.0, 4266.0, 4245.0, 4265.0, 4247.0, 4268.0, 4256.0, 4258.0, 4255.0, 4266.0, 4277.0, 4246.0, 4297.0, 4274.0, 4282.0, 4242.0, 4271.0, 4229.0, 4259.0, 4260.0, 4270.0, 4281.0, 4238.0, 4220.0, 4220.0, 4220.0, 4230.0, 4251.0, 4234.0, 4264.0, 4246.0, 4264.0, 4238.0, 4264.0, 4256.0, 4288.0, 4277.0, 4277.0, 4245.0, 4244.0, 4236.0, 4244.0, 4245.0, 4246.0, 4274.0, 4247.0, 4267.0, 4246.0, 4244.0, 4284.0, 4245.0, 4252.0, 4242.0, 4253.0, 4290.0, 4263.0, 4282.0, 4240.0, 4262.0, 4220.0, 4229.0, 4261.0, 4231.0, 4270.0, 4230.0, 4260.0, 4221.0, 4262.0, 4233.0, 4274.0, 4282.0, 4262.0, 4232.0, 4223.0, 4239.0, 4222.0, 4231.0, 4232.0, 4245.0, 4266.0, 4236.0, 4236.0, 4277.0, 4237.0, 4257.0, 4246.0, 4249.0, 4259.0, 4260.0, 4280.0, 4247.0, 4277.0, 4245.0, 4277.0, 4236.0, 4276.0, 4246.0, 4296.0, 4264.0, 4284.0, 4282.0, 4241.0, 4280.0, 4238.0, 4247.0, 4248.0, 4239.0, 4269.0, 4218.0, 4260.0, 4219.0, 4240.0, 4233.0, 4251.0, 4233.0, 4234.0, 4234.0, 4246.0, 4249.0, 4260.0, 4259.0, 4289.0, 4246.0, 4235.0, 4256.0, 4235.0, 4245.0, 4266.0, 4248.0, 4277.0, 4248.0, 4258.0, 4257.0, 4245.0, 4297.0, 4255.0, 4295.0, 4252.0, 4272.0, 4210.0, 4249.0, 4271.0, 4219.0, 4270.0, 4209.0, 4238.0, 4207.0, 4219.0, 4236.0, 4207.0, 4249.0, 4209.0, 4238.0, 4208.0, 4230.0, 4219.0, 4231.0, 4243.0, 4234.0, 4262.0, 4221.0, 4251.0, 4223.0, 4234.0, 4253.0, 4233.0, 4244.0, 4235.0, 4255.0, 4244.0, 4265.0, 4236.0, 4267.0, 4223.0, 4244.0, 4236.0, 4233.0, 4248.0, 4237.0, 4261.0, 4263.0, 4282.0, 4264.0, 4284.0], 'WindowWidth': [9618.0, 9606.0, 9552.0, 9565.0, 9504.0, 9513.0, 9465.0, 9461.0, 9527.0, 9452.0, 9552.0, 9463.0, 9471.0, 9473.0, 9456.0, 9478.0, 9461.0, 9496.0, 9497.0, 9500.0, 9530.0, 9501.0, 9512.0, 9504.0, 9500.0, 9505.0, 9462.0, 9506.0, 9458.0, 9460.0, 9484.0, 9477.0, 9536.0, 9463.0, 9503.0, 9456.0, 9439.0, 9453.0, 9468.0, 9476.0, 9479.0, 9480.0, 9484.0, 9505.0, 9486.0, 9511.0, 9481.0, 9479.0, 9474.0, 9460.0, 9470.0, 9457.0, 9500.0, 9460.0, 9459.0, 9454.0, 9453.0, 9458.0, 9477.0, 9491.0, 9459.0, 9494.0, 9470.0, 9455.0, 9479.0, 9466.0, 9479.0, 9466.0, 9499.0, 9483.0, 9483.0, 9486.0, 9470.0, 9481.0, 9484.0, 9479.0, 9478.0, 9487.0, 9483.0, 9482.0, 9485.0, 9540.0, 9508.0, 9510.0, 9477.0, 9485.0, 9522.0, 9475.0, 9524.0, 9506.0, 9495.0, 9452.0, 9451.0, 9454.0, 9449.0, 9454.0, 9471.0, 9454.0, 9489.0, 9487.0, 9441.0, 9469.0, 9433.0, 9433.0, 9429.0, 9434.0, 9486.0, 9452.0, 9438.0, 9434.0, 9452.0, 9455.0, 9457.0, 9454.0, 9454.0, 9433.0, 9473.0, 9459.0, 9460.0, 9480.0, 9502.0, 9467.0, 9494.0, 9454.0, 9461.0, 9445.0, 9442.0, 9446.0, 9437.0, 9425.0, 9435.0, 9443.0, 9498.0, 9461.0, 9477.0, 9464.0, 9467.0, 9474.0, 9460.0, 9456.0, 9459.0, 9499.0, 9483.0, 9553.0, 9487.0, 9465.0, 9459.0, 9442.0, 9454.0, 9498.0, 9512.0, 9466.0, 9441.0, 9443.0, 9435.0, 9472.0, 9432.0, 9459.0, 9429.0, 9413.0, 9412.0, 9412.0, 9439.0, 9427.0, 9462.0, 9432.0, 9463.0, 9447.0, 9444.0, 9416.0, 9408.0, 9435.0, 9441.0, 9467.0, 9412.0, 9428.0, 9444.0, 9420.0, 9441.0, 9409.0, 9415.0, 9432.0, 9410.0, 9428.0, 9410.0, 9398.0, 9407.0, 9411.0, 9432.0, 9418.0, 9432.0, 9438.0, 9426.0, 9442.0, 9497.0, 9456.0, 9445.0, 9420.0, 9424.0, 9456.0, 9419.0, 9420.0, 9451.0, 9431.0, 9423.0, 9427.0, 9440.0, 9430.0, 9437.0, 9426.0, 9424.0, 9425.0, 9445.0, 9441.0, 9469.0, 9471.0, 9486.0, 9480.0, 9506.0, 9482.0, 9500.0, 9472.0, 9451.0, 9445.0, 9462.0, 9487.0, 9477.0, 9514.0, 9496.0, 9532.0, 9497.0, 9488.0, 9430.0, 9447.0, 9425.0, 9464.0, 9465.0, 9427.0, 9477.0, 9411.0, 9485.0, 9401.0, 9414.0, 9410.0, 9388.0, 9392.0, 9394.0, 9434.0, 9428.0, 9448.0, 9428.0, 9464.0, 9463.0, 9467.0, 9478.0, 9451.0, 9472.0, 9445.0, 9442.0, 9440.0, 9445.0, 9447.0, 9451.0, 9469.0, 9430.0, 9457.0, 9441.0, 9428.0, 9441.0, 9431.0, 9458.0, 9430.0, 9457.0, 9433.0, 9463.0, 9450.0, 9450.0, 9447.0, 9461.0, 9468.0, 9480.0, 9447.0, 9474.0, 9457.0, 9436.0, 9460.0, 9446.0, 9487.0, 9482.0, 9551.0, 9518.0, 9514.0, 9432.0, 9438.0, 9428.0, 9425.0, 9443.0, 9449.0, 9444.0, 9442.0, 9497.0, 9457.0, 9490.0, 9446.0, 9461.0, 9495.0, 9455.0, 9494.0, 9462.0, 9473.0, 9424.0, 9455.0, 9400.0, 9416.0, 9413.0, 9401.0, 9453.0, 9397.0, 9476.0, 9421.0, 9477.0, 9398.0, 9400.0, 9385.0, 9412.0, 9404.0, 9418.0, 9405.0, 9423.0, 9436.0, 9412.0, 9439.0, 9430.0, 9428.0, 9428.0, 9427.0, 9443.0, 9435.0, 9471.0, 9433.0, 9475.0, 9439.0, 9476.0, 9436.0, 9434.0, 9427.0, 9427.0, 9437.0, 9411.0, 9450.0, 9424.0, 9426.0, 9479.0, 9412.0, 9472.0, 9423.0, 9437.0, 9422.0, 9410.0, 9451.0, 9426.0, 9461.0, 9428.0, 9483.0, 9427.0, 9479.0, 9425.0, 9425.0, 9423.0, 9427.0, 9464.0, 9428.0, 9457.0, 9428.0, 9455.0, 9526.0, 9470.0, 9500.0, 9424.0, 9421.0, 9443.0, 9450.0, 9465.0, 9464.0, 9486.0, 9476.0, 9490.0, 9472.0, 9462.0, 9516.0, 9458.0, 9484.0, 9459.0, 9477.0, 9505.0, 9494.0, 9506.0, 9442.0, 9403.0, 9404.0, 9398.0, 9397.0, 9477.0, 9433.0, 9402.0, 9473.0, 9391.0, 9405.0, 9453.0, 9388.0, 9412.0, 9371.0, 9369.0, 9406.0, 9373.0, 9425.0, 9376.0, 9390.0, 9384.0, 9394.0, 9414.0, 9405.0, 9440.0, 9403.0, 9430.0, 9402.0, 9402.0, 9402.0, 9422.0, 9386.0, 9404.0, 9405.0, 9402.0, 9399.0, 9419.0, 9425.0, 9433.0, 9433.0, 9461.0, 9449.0, 9475.0, 9436.0, 9459.0, 9427.0, 9428.0, 9425.0, 9432.0, 9444.0, 9448.0, 9503.0, 9442.0, 9506.0, 9438.0, 9427.0, 9422.0, 9425.0, 9451.0, 9520.0, 9460.0, 9502.0, 9470.0, 9431.0, 9491.0, 9423.0, 9463.0, 9394.0, 9417.0, 9395.0, 9418.0, 9393.0, 9413.0, 9401.0, 9417.0, 9411.0, 9440.0, 9438.0, 9422.0, 9462.0, 9409.0, 9451.0, 9409.0, 9424.0, 9460.0, 9402.0, 9432.0, 9406.0, 9422.0, 9452.0, 9427.0, 9467.0, 9408.0, 9439.0, 9425.0, 9425.0, 9423.0, 9430.0, 9430.0, 9446.0, 9433.0, 9450.0, 9447.0, 9449.0, 9489.0, 9446.0, 9450.0, 9488.0, 9445.0, 9461.0, 9455.0, 9432.0, 9492.0, 9451.0, 9475.0, 9421.0, 9422.0, 9408.0, 9406.0, 9438.0, 9430.0, 9456.0, 9433.0, 9460.0, 9432.0, 9444.0, 9471.0, 9418.0, 9484.0, 9412.0, 9441.0, 9405.0, 9438.0, 9429.0, 9441.0, 9449.0, 9464.0, 9453.0, 9518.0, 9527.0, 9499.0, 9528.0, 9482.0, 9474.0, 9402.0, 9402.0, 9452.0, 9408.0, 9459.0, 9427.0, 9452.0, 9457.0, 9424.0, 9480.0, 9436.0, 9442.0, 9398.0, 9414.0, 9395.0, 9405.0, 9458.0, 9408.0, 9465.0, 9424.0, 9419.0, 9455.0, 9402.0, 9452.0, 9386.0, 9424.0, 9481.0, 9398.0, 9463.0, 9389.0, 9415.0, 9403.0, 9420.0, 9420.0, 9418.0, 9436.0, 9417.0, 9442.0, 9429.0, 9433.0, 9457.0, 9435.0, 9483.0, 9430.0, 9417.0, 9413.0, 9442.0, 9427.0, 9447.0, 9462.0, 9453.0, 9492.0, 9442.0, 9484.0, 9477.0, 9450.0, 9508.0, 9454.0, 9504.0, 9468.0, 9496.0, 9425.0, 9447.0, 9408.0, 9422.0, 9423.0, 9440.0, 9495.0, 9450.0, 9466.0, 9414.0, 9439.0, 9465.0, 9421.0, 9476.0, 9422.0, 9464.0, 9401.0, 9432.0, 9499.0, 9458.0, 9483.0, 9401.0, 9414.0, 9424.0, 9385.0, 9438.0, 9401.0, 9431.0, 9411.0, 9435.0, 9412.0, 9421.0, 9411.0, 9437.0, 9417.0, 9430.0, 9430.0, 9442.0, 9471.0, 9442.0, 9457.0, 9497.0, 9460.0, 9480.0, 9452.0, 9451.0, 9496.0, 9459.0, 9512.0, 9467.0, 9496.0, 9420.0, 9434.0, 9405.0, 9420.0, 9500.0, 9465.0, 9486.0, 9408.0, 9444.0, 9403.0, 9436.0, 9446.0, 9421.0, 9502.0, 9420.0, 9475.0, 9406.0, 9429.0, 9418.0, 9420.0, 9435.0, 9442.0, 9465.0, 9427.0, 9463.0, 9426.0, 9461.0, 9406.0, 9452.0, 9464.0, 9498.0, 9479.0, 9424.0, 9407.0, 9408.0, 9453.0, 9426.0, 9453.0, 9433.0, 9463.0, 9445.0, 9448.0, 9442.0, 9457.0, 9471.0, 9431.0, 9498.0, 9465.0, 9472.0, 9417.0, 9450.0, 9393.0, 9432.0, 9434.0, 9449.0, 9465.0, 9406.0, 9381.0, 9382.0, 9383.0, 9398.0, 9426.0, 9410.0, 9449.0, 9429.0, 9450.0, 9419.0, 9449.0, 9446.0, 9489.0, 9471.0, 9469.0, 9430.0, 9425.0, 9414.0, 9424.0, 9425.0, 9431.0, 9466.0, 9433.0, 9458.0, 9428.0, 9425.0, 9477.0, 9423.0, 9424.0, 9414.0, 9431.0, 9478.0, 9443.0, 9468.0, 9409.0, 9441.0, 9384.0, 9395.0, 9439.0, 9398.0, 9449.0, 9397.0, 9437.0, 9386.0, 9444.0, 9403.0, 9459.0, 9469.0, 9442.0, 9404.0, 9389.0, 9408.0, 9386.0, 9399.0, 9401.0, 9425.0, 9453.0, 9415.0, 9416.0, 9470.0, 9420.0, 9446.0, 9431.0, 9436.0, 9450.0, 9453.0, 9480.0, 9433.0, 9469.0, 9426.0, 9468.0, 9413.0, 9466.0, 9426.0, 9492.0, 9445.0, 9473.0, 9467.0, 9410.0, 9460.0, 9401.0, 9414.0, 9417.0, 9405.0, 9443.0, 9377.0, 9432.0, 9380.0, 9408.0, 9403.0, 9428.0, 9407.0, 9412.0, 9411.0, 9431.0, 9437.0, 9454.0, 9450.0, 9489.0, 9427.0, 9412.0, 9440.0, 9414.0, 9429.0, 9456.0, 9434.0, 9473.0, 9435.0, 9449.0, 9444.0, 9428.0, 9495.0, 9437.0, 9487.0, 9427.0, 9453.0, 9367.0, 9418.0, 9447.0, 9376.0, 9445.0, 9363.0, 9400.0, 9358.0, 9375.0, 9396.0, 9359.0, 9415.0, 9363.0, 9401.0, 9361.0, 9392.0, 9379.0, 9398.0, 9417.0, 9406.0, 9442.0, 9387.0, 9426.0, 9389.0, 9407.0, 9430.0, 9404.0, 9420.0, 9411.0, 9438.0, 9422.0, 9452.0, 9414.0, 9455.0, 9395.0, 9423.0, 9414.0, 9408.0, 9433.0, 9420.0, 9456.0, 9463.0, 9487.0, 9465.0, 9492.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.0005959608745684695</td></tr>
<tr><td colspan=3>aqi</td><td>0.018894825431530492</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.10048029495393</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1741860789631327</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9938414743433175</td></tr>
<tr><td colspan=3>efc</td><td>0.4917</td></tr>
<tr><td colspan=3>fber</td><td>6033.4414</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0785458550466692</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>13</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.4959723820483315</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.416375236755209</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2838751273663553</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6337728462968713</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3314777366023995</td></tr>
<tr><td colspan=3>gcor</td><td>0.0123805</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010181374847888947</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.044980794191360474</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.762022539389525</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>17.7501</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.3968</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>206.44</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297192.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1021.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>398.6229</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8328</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>636.4202</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3429.631</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3605.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79352.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1170.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4640.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>958.2551</td></tr>
<tr><td colspan=3>tsnr</td><td>36.58317895233631</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>