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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-03_subject-0130_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-0130/figures/sub-0130_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0130/figures/sub-0130_ses-03_task-social_acq-mb8_run-06_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-0130/figures/sub-0130_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-03_task-social_acq-mb8_run-06_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-0130/ses-03/func/sub-0130_ses-03_task-social_acq-mb8_run-06_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>a9b4c416e99cb5df8e82cd609fe91448</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:14:18.970000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.994857, -0.0518089, 0.0870417, 0.0575373, 0.996248, -0.0646451]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_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.0801166</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4233, -7670, -7256, 385, -252, 179, -74, 115]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.377</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ef9a4801-5410-409c-a634-d8c65d8e385a||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6691274642944336, 0.1543683558702469, 0.2250880002975464, 99.16458129882812], [0.13899953663349152, 2.672861099243164, -0.1871659755706787, -105.13819122314453], [0.23352646827697754, 0.17343804240226746, 2.6840834617614746, -89.83116149902344], [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': ['101418.970000', '101419.430000', '101419.890000', '101420.350000', '101420.810000', '101421.270000', '101421.730000', '101422.190000', '101422.650000', '101423.110000', '101423.570000', '101424.030000', '101424.490000', '101424.950000', '101425.410000', '101425.870000', '101426.330000', '101426.790000', '101427.250000', '101427.710000', '101428.170000', '101428.630000', '101429.090000', '101429.550000', '101430.010000', '101430.470000', '101430.930000', '101431.390000', '101431.850000', '101432.310000', '101432.770000', '101433.230000', '101433.690000', '101434.150000', '101434.610000', '101435.070000', '101435.530000', '101435.990000', '101436.450000', '101436.910000', '101437.370000', '101437.830000', '101438.290000', '101438.750000', '101439.210000', '101439.670000', '101440.130000', '101440.590000', '101441.050000', '101441.510000', '101441.970000', '101442.430000', '101442.890000', '101443.350000', '101443.810000', '101444.270000', '101444.730000', '101445.190000', '101445.650000', '101446.110000', '101446.570000', '101447.030000', '101447.490000', '101447.950000', '101448.410000', '101448.870000', '101449.330000', '101449.790000', '101450.250000', '101450.710000', '101451.170000', '101451.630000', '101452.090000', '101452.550000', '101453.010000', '101453.470000', '101453.930000', '101454.390000', '101454.850000', '101455.310000', '101455.770000', '101456.230000', '101456.690000', '101457.150000', '101457.610000', '101458.070000', '101458.530000', '101458.990000', '101459.450000', '101459.910000', '101500.370000', '101500.830000', '101501.290000', '101501.750000', '101502.210000', '101502.670000', '101503.130000', '101503.590000', '101504.050000', '101504.510000', '101504.970000', '101505.430000', '101505.890000', '101506.350000', '101506.810000', '101507.270000', '101507.730000', '101508.190000', '101508.650000', '101509.110000', '101509.570000', '101510.030000', '101510.490000', '101510.950000', '101511.410000', '101511.870000', '101512.330000', '101512.790000', '101513.250000', '101513.710000', '101514.170000', '101514.630000', '101515.090000', '101515.550000', '101516.010000', '101516.470000', '101516.930000', '101517.390000', '101517.850000', '101518.310000', '101518.770000', '101519.230000', '101519.690000', '101520.150000', '101520.610000', '101521.070000', '101521.530000', '101521.990000', '101522.450000', '101522.910000', '101523.370000', '101523.830000', '101524.290000', '101524.750000', '101525.210000', '101525.670000', '101526.130000', '101526.590000', '101527.050000', '101527.510000', '101527.970000', '101528.430000', '101528.890000', '101529.350000', '101529.810000', '101530.270000', '101530.730000', '101531.190000', '101531.650000', '101532.110000', '101532.570000', '101533.030000', '101533.490000', '101533.950000', '101534.410000', '101534.870000', '101535.330000', '101535.790000', '101536.250000', '101536.710000', '101537.170000', '101537.630000', '101538.090000', '101538.550000', '101539.010000', '101539.470000', '101539.930000', '101540.390000', '101540.850000', '101541.310000', '101541.770000', '101542.230000', '101542.690000', '101543.150000', '101543.610000', '101544.070000', '101544.530000', '101544.990000', '101545.450000', '101545.910000', '101546.370000', '101546.830000', '101547.290000', '101547.750000', '101548.210000', '101548.670000', '101549.130000', '101549.590000', '101550.050000', '101550.510000', '101550.970000', '101551.430000', '101551.890000', '101552.350000', '101552.810000', '101553.270000', '101553.730000', '101554.190000', '101554.650000', '101555.110000', '101555.570000', '101556.030000', '101556.490000', '101556.950000', '101557.410000', '101557.870000', '101558.330000', '101558.790000', '101559.250000', '101559.710000', '101600.170000', '101600.630000', '101601.090000', '101601.550000', '101602.010000', '101602.470000', '101602.930000', '101603.390000', '101603.850000', '101604.310000', '101604.770000', '101605.230000', '101605.690000', '101606.150000', '101606.610000', '101607.070000', '101607.530000', '101607.990000', '101608.450000', '101608.910000', '101609.370000', '101609.830000', '101610.290000', '101610.750000', '101611.210000', '101611.670000', '101612.130000', '101612.590000', '101613.050000', '101613.510000', '101613.970000', '101614.430000', '101614.890000', '101615.350000', '101615.810000', '101616.270000', '101616.730000', '101617.190000', '101617.650000', '101618.110000', '101618.570000', '101619.030000', '101619.490000', '101619.950000', '101620.410000', '101620.870000', '101621.330000', '101621.790000', '101622.250000', '101622.710000', '101623.170000', '101623.630000', '101624.090000', '101624.550000', '101625.010000', '101625.470000', '101625.930000', '101626.390000', '101626.850000', '101627.310000', '101627.770000', '101628.230000', '101628.690000', '101629.150000', '101629.610000', '101630.070000', '101630.530000', '101630.990000', '101631.450000', '101631.910000', '101632.370000', '101632.830000', '101633.290000', '101633.750000', '101634.210000', '101634.670000', '101635.130000', '101635.590000', '101636.050000', '101636.510000', '101636.970000', '101637.430000', '101637.890000', '101638.350000', '101638.810000', '101639.270000', '101639.730000', '101640.190000', '101640.650000', '101641.110000', '101641.570000', '101642.030000', '101642.490000', '101642.950000', '101643.410000', '101643.870000', '101644.330000', '101644.790000', '101645.250000', '101645.710000', '101646.170000', '101646.630000', '101647.090000', '101647.550000', '101648.010000', '101648.470000', '101648.930000', '101649.390000', '101649.850000', '101650.310000', '101650.770000', '101651.230000', '101651.690000', '101652.150000', '101652.610000', '101653.070000', '101653.530000', '101653.990000', '101654.450000', '101654.910000', '101655.370000', '101655.830000', '101656.290000', '101656.750000', '101657.210000', '101657.670000', '101658.130000', '101658.590000', '101659.050000', '101659.510000', '101659.970000', '101700.430000', '101700.890000', '101701.350000', '101701.810000', '101702.270000', '101702.730000', '101703.190000', '101703.650000', '101704.110000', '101704.570000', '101705.030000', '101705.490000', '101705.950000', '101706.410000', '101706.870000', '101707.330000', '101707.790000', '101708.250000', '101708.710000', '101709.170000', '101709.630000', '101710.090000', '101710.550000', '101711.010000', '101711.470000', '101711.930000', '101712.390000', '101712.850000', '101713.310000', '101713.770000', '101714.230000', '101714.690000', '101715.150000', '101715.610000', '101716.070000', '101716.530000', '101716.990000', '101717.450000', '101717.910000', '101718.370000', '101718.830000', '101719.290000', '101719.750000', '101720.210000', '101720.670000', '101721.130000', '101721.590000', '101722.050000', '101722.510000', '101722.970000', '101723.430000', '101723.890000', '101724.350000', '101724.810000', '101725.270000', '101725.730000', '101726.190000', '101726.650000', '101727.110000', '101727.570000', '101728.030000', '101728.490000', '101728.950000', '101729.410000', '101729.870000', '101730.330000', '101730.790000', '101731.250000', '101731.710000', '101732.170000', '101732.630000', '101733.090000', '101733.550000', '101734.010000', '101734.470000', '101734.930000', '101735.390000', '101735.850000', '101736.310000', '101736.770000', '101737.230000', '101737.690000', '101738.150000', '101738.610000', '101739.070000', '101739.530000', '101739.990000', '101740.450000', '101740.910000', '101741.370000', '101741.830000', '101742.290000', '101742.750000', '101743.210000', '101743.670000', '101744.130000', '101744.590000', '101745.050000', '101745.510000', '101745.970000', '101746.430000', '101746.890000', '101747.350000', '101747.810000', '101748.270000', '101748.730000', '101749.190000', '101749.650000', '101750.110000', '101750.570000', '101751.030000', '101751.490000', '101751.950000', '101752.410000', '101752.870000', '101753.330000', '101753.790000', '101754.250000', '101754.710000', '101755.170000', '101755.630000', '101756.090000', '101756.550000', '101757.010000', '101757.470000', '101757.930000', '101758.390000', '101758.850000', '101759.310000', '101759.770000', '101800.230000', '101800.690000', '101801.150000', '101801.610000', '101802.070000', '101802.530000', '101802.990000', '101803.450000', '101803.910000', '101804.370000', '101804.830000', '101805.290000', '101805.750000', '101806.210000', '101806.670000', '101807.130000', '101807.590000', '101808.050000', '101808.510000', '101808.970000', '101809.430000', '101809.890000', '101810.350000', '101810.810000', '101811.270000', '101811.730000', '101812.190000', '101812.650000', '101813.110000', '101813.570000', '101814.030000', '101814.490000', '101814.950000', '101815.410000', '101815.870000', '101816.330000', '101816.790000', '101817.250000', '101817.710000', '101818.170000', '101818.630000', '101819.090000', '101819.550000', '101820.010000', '101820.470000', '101820.930000', '101821.390000', '101821.850000', '101822.310000', '101822.770000', '101823.230000', '101823.690000', '101824.150000', '101824.610000', '101825.070000', '101825.530000', '101825.990000', '101826.450000', '101826.910000', '101827.370000', '101827.830000', '101828.290000', '101828.750000', '101829.210000', '101829.670000', '101830.130000', '101830.590000', '101831.050000', '101831.510000', '101831.970000', '101832.430000', '101832.890000', '101833.350000', '101833.810000', '101834.270000', '101834.730000', '101835.190000', '101835.650000', '101836.110000', '101836.570000', '101837.030000', '101837.490000', '101837.950000', '101838.410000', '101838.870000', '101839.330000', '101839.790000', '101840.250000', '101840.710000', '101841.170000', '101841.630000', '101842.090000', '101842.550000', '101843.010000', '101843.470000', '101843.930000', '101844.390000', '101844.850000', '101845.310000', '101845.770000', '101846.230000', '101846.690000', '101847.150000', '101847.610000', '101848.070000', '101848.530000', '101848.990000', '101849.450000', '101849.910000', '101850.370000', '101850.830000', '101851.290000', '101851.750000', '101852.210000', '101852.670000', '101853.130000', '101853.590000', '101854.050000', '101854.510000', '101854.970000', '101855.430000', '101855.890000', '101856.350000', '101856.810000', '101857.270000', '101857.730000', '101858.190000', '101858.650000', '101859.110000', '101859.570000', '101900.030000', '101900.490000', '101900.950000', '101901.410000', '101901.870000', '101902.330000', '101902.790000', '101903.250000', '101903.710000', '101904.170000', '101904.630000', '101905.090000', '101905.550000', '101906.010000', '101906.470000', '101906.930000', '101907.390000', '101907.850000', '101908.310000', '101908.770000', '101909.230000', '101909.690000', '101910.150000', '101910.610000', '101911.070000', '101911.530000', '101911.990000', '101912.450000', '101912.910000', '101913.370000', '101913.830000', '101914.290000', '101914.750000', '101915.210000', '101915.670000', '101916.130000', '101916.590000', '101917.050000', '101917.510000', '101917.970000', '101918.430000', '101918.890000', '101919.350000', '101919.810000', '101920.270000', '101920.730000', '101921.190000', '101921.650000', '101922.110000', '101922.570000', '101923.030000', '101923.490000', '101923.950000', '101924.410000', '101924.870000', '101925.330000', '101925.790000', '101926.250000', '101926.710000', '101927.170000', '101927.630000', '101928.090000', '101928.550000', '101929.010000', '101929.470000', '101929.930000', '101930.390000', '101930.850000', '101931.310000', '101931.770000', '101932.230000', '101932.690000', '101933.150000', '101933.610000', '101934.070000', '101934.530000', '101934.990000', '101935.450000', '101935.910000', '101936.370000', '101936.830000', '101937.290000', '101937.750000', '101938.210000', '101938.670000', '101939.130000', '101939.590000', '101940.050000', '101940.510000', '101940.970000', '101941.430000', '101941.890000', '101942.350000', '101942.810000', '101943.270000', '101943.730000', '101944.190000', '101944.650000', '101945.110000', '101945.570000', '101946.030000', '101946.490000', '101946.950000', '101947.410000', '101947.870000', '101948.330000', '101948.790000', '101949.250000', '101949.710000', '101950.170000', '101950.630000', '101951.090000', '101951.550000', '101952.010000', '101952.470000', '101952.930000', '101953.390000', '101953.850000', '101954.310000', '101954.770000', '101955.230000', '101955.690000', '101956.150000', '101956.610000', '101957.070000', '101957.530000', '101957.990000', '101958.450000', '101958.910000', '101959.370000', '101959.830000', '102000.290000', '102000.750000', '102001.210000', '102001.670000', '102002.130000', '102002.590000', '102003.050000', '102003.510000', '102003.970000', '102004.430000', '102004.890000', '102005.350000', '102005.810000', '102006.270000', '102006.730000', '102007.190000', '102007.650000', '102008.110000', '102008.570000', '102009.030000', '102009.490000', '102009.950000', '102010.410000', '102010.870000', '102011.330000', '102011.790000', '102012.250000', '102012.710000', '102013.170000', '102013.630000', '102014.090000', '102014.550000', '102015.010000', '102015.470000', '102015.930000', '102016.390000', '102016.850000', '102017.310000', '102017.770000', '102018.230000', '102018.690000', '102019.150000', '102019.610000', '102020.070000', '102020.530000', '102020.990000', '102021.450000', '102021.910000', '102022.370000', '102022.830000', '102023.290000', '102023.750000', '102024.210000', '102024.670000', '102025.130000', '102025.590000', '102026.050000', '102026.510000', '102026.970000', '102027.430000', '102027.890000', '102028.350000', '102028.810000', '102029.270000', '102029.730000', '102030.190000', '102030.650000', '102031.110000', '102031.570000', '102032.030000', '102032.490000', '102032.950000', '102033.410000', '102033.870000', '102034.330000', '102034.790000', '102035.250000', '102035.710000', '102036.170000', '102036.630000', '102037.090000', '102037.550000', '102038.010000', '102038.470000', '102038.930000', '102039.390000', '102039.850000', '102040.310000', '102040.770000', '102041.230000', '102041.690000', '102042.150000', '102042.610000', '102043.070000', '102043.530000', '102043.990000', '102044.450000', '102044.910000', '102045.370000', '102045.830000', '102046.290000', '102046.750000', '102047.210000', '102047.670000', '102048.130000', '102048.590000', '102049.050000', '102049.510000', '102049.970000', '102050.430000', '102050.890000', '102051.350000', '102051.810000', '102052.270000', '102052.730000', '102053.190000', '102053.650000', '102054.110000', '102054.570000', '102055.030000', '102055.490000', '102055.950000', '102056.410000', '102056.870000', '102057.330000', '102057.790000', '102058.250000', '102058.710000', '102059.170000', '102059.630000'], 'ContentTime': ['101441.432000', '101441.435000', '101441.438000', '101441.441000', '101441.443000', '101441.446000', '101441.448000', '101441.461000', '101441.463000', '101441.466000', '101441.469000', '101441.471000', '101441.474000', '101441.476000', '101441.479000', '101441.481000', '101441.484000', '101441.486000', '101441.489000', '101441.492000', '101441.494000', '101441.497000', '101441.499000', '101441.502000', '101441.504000', '101441.507000', '101441.509000', '101441.512000', '101441.514000', '101441.517000', '101441.519000', '101441.522000', '101441.524000', '101441.527000', '101441.530000', '101441.532000', '101441.535000', '101441.537000', '101441.540000', '101441.542000', '101441.545000', '101441.547000', '101441.550000', '101441.552000', '101441.555000', '101441.557000', '101501.406000', '101501.409000', '101501.412000', '101501.415000', '101501.417000', '101501.420000', '101501.422000', '101501.425000', '101501.428000', '101501.430000', '101501.433000', '101501.435000', '101501.438000', '101501.441000', '101501.448000', '101501.450000', '101501.453000', '101501.455000', '101501.458000', '101501.460000', '101501.463000', '101501.466000', '101501.468000', '101501.471000', '101501.473000', '101501.476000', '101501.478000', '101501.481000', '101501.484000', '101501.486000', '101501.489000', '101501.491000', '101501.494000', '101501.497000', '101501.499000', '101501.502000', '101501.504000', '101501.507000', '101501.509000', '101501.512000', '101501.514000', '101501.517000', '101501.519000', '101501.522000', '101521.406000', '101521.409000', '101521.412000', '101521.414000', '101521.437000', '101521.439000', '101521.442000', '101521.444000', '101521.460000', '101521.463000', '101521.465000', '101521.468000', '101521.471000', '101521.473000', '101521.476000', '101521.478000', '101521.481000', '101521.483000', '101521.486000', '101521.488000', '101521.491000', '101521.496000', '101521.499000', '101521.502000', '101521.504000', '101521.507000', '101521.509000', '101521.512000', '101521.514000', '101521.517000', '101521.519000', '101521.522000', '101521.524000', '101521.527000', '101521.530000', '101521.532000', '101521.535000', '101521.537000', '101521.540000', '101521.542000', '101521.545000', '101521.547000', '101521.550000', '101541.405000', '101541.408000', '101541.417000', '101541.420000', '101541.422000', '101541.425000', '101541.427000', '101541.430000', '101541.432000', '101541.435000', '101541.438000', '101541.440000', '101541.443000', '101541.445000', '101541.448000', '101541.450000', '101541.453000', '101541.455000', '101541.458000', '101541.460000', '101541.463000', '101541.466000', '101541.468000', '101541.471000', '101541.473000', '101541.476000', '101541.478000', '101541.481000', '101541.483000', '101541.486000', '101541.489000', '101541.491000', '101541.494000', '101541.496000', '101541.499000', '101541.501000', '101541.504000', '101541.507000', '101541.509000', '101541.512000', '101541.514000', '101541.517000', '101541.519000', '101601.405000', '101601.408000', '101601.411000', '101601.413000', '101601.416000', '101601.419000', '101601.421000', '101601.424000', '101601.426000', '101601.429000', '101601.431000', '101601.434000', '101601.437000', '101601.439000', '101601.442000', '101601.444000', '101601.447000', '101601.449000', '101601.452000', '101601.464000', '101601.466000', '101601.469000', '101601.471000', '101601.474000', '101601.476000', '101601.479000', '101601.482000', '101601.484000', '101601.487000', '101601.489000', '101601.492000', '101601.494000', '101601.497000', '101601.499000', '101601.502000', '101601.505000', '101601.507000', '101601.510000', '101601.512000', '101601.515000', '101601.517000', '101601.520000', '101601.522000', '101601.525000', '101621.406000', '101621.409000', '101621.412000', '101621.415000', '101621.417000', '101621.420000', '101621.422000', '101621.425000', '101621.427000', '101621.430000', '101621.432000', '101621.435000', '101621.438000', '101621.440000', '101621.443000', '101621.445000', '101621.448000', '101621.450000', '101621.453000', '101621.456000', '101621.458000', '101621.461000', '101621.463000', '101621.466000', '101621.468000', '101621.471000', '101621.478000', '101621.481000', '101621.484000', '101621.486000', '101621.489000', '101621.491000', '101621.494000', '101621.496000', '101621.499000', '101621.502000', '101621.504000', '101621.507000', '101621.509000', '101621.512000', '101621.514000', '101621.517000', '101621.520000', '101621.522000', '101641.407000', '101641.409000', '101641.412000', '101641.415000', '101641.417000', '101641.420000', '101641.422000', '101641.425000', '101641.428000', '101641.430000', '101641.433000', '101641.435000', '101641.438000', '101641.441000', '101641.443000', '101641.446000', '101641.448000', '101641.451000', '101641.453000', '101641.456000', '101641.458000', '101641.461000', '101641.463000', '101641.466000', '101641.469000', '101641.471000', '101641.474000', '101641.476000', '101641.479000', '101641.481000', '101641.484000', '101641.486000', '101641.489000', '101641.492000', '101641.494000', '101641.497000', '101641.499000', '101641.502000', '101641.504000', '101641.507000', '101641.509000', '101641.512000', '101641.515000', '101701.407000', '101701.409000', '101701.412000', '101701.415000', '101701.451000', '101701.454000', '101701.456000', '101701.459000', '101701.462000', '101701.464000', '101701.467000', '101701.469000', '101701.472000', '101701.474000', '101701.477000', '101701.479000', '101701.482000', '101701.484000', '101701.487000', '101701.490000', '101701.492000', '101701.495000', '101701.497000', '101701.500000', '101701.502000', '101701.505000', '101701.507000', '101701.510000', '101701.512000', '101701.515000', '101701.518000', '101701.520000', '101701.523000', '101701.525000', '101701.528000', '101701.531000', '101701.533000', '101701.536000', '101701.538000', '101701.541000', '101701.544000', '101701.546000', '101701.549000', '101721.406000', '101721.409000', '101721.412000', '101721.415000', '101721.417000', '101721.420000', '101721.422000', '101721.425000', '101721.427000', '101721.430000', '101721.433000', '101721.435000', '101721.438000', '101721.440000', '101721.443000', '101721.446000', '101721.448000', '101721.451000', '101721.453000', '101721.456000', '101721.458000', '101721.461000', '101721.464000', '101721.466000', '101721.469000', '101721.471000', '101721.474000', '101721.476000', '101721.479000', '101721.481000', '101721.484000', '101721.486000', '101721.489000', '101721.492000', '101721.494000', '101721.497000', '101721.499000', '101721.502000', '101721.505000', '101721.507000', '101721.510000', '101721.512000', '101721.515000', '101721.517000', '101741.407000', '101741.409000', '101741.412000', '101741.415000', '101741.417000', '101741.420000', '101741.422000', '101741.425000', '101741.427000', '101741.430000', '101741.433000', '101741.436000', '101741.439000', '101741.442000', '101741.445000', '101741.447000', '101741.450000', '101741.453000', '101741.455000', '101741.458000', '101741.460000', '101741.463000', '101741.465000', '101741.468000', '101741.471000', '101741.489000', '101741.492000', '101741.494000', '101741.497000', '101741.499000', '101741.502000', '101741.504000', '101741.507000', '101741.510000', '101741.512000', '101741.515000', '101741.517000', '101741.520000', '101741.522000', '101741.525000', '101741.527000', '101741.530000', '101741.533000', '101801.405000', '101801.408000', '101801.411000', '101801.414000', '101801.416000', '101801.419000', '101801.421000', '101801.424000', '101801.426000', '101801.429000', '101801.431000', '101801.434000', '101801.437000', '101801.439000', '101801.442000', '101801.444000', '101801.447000', '101801.450000', '101801.452000', '101801.455000', '101801.457000', '101801.460000', '101801.462000', '101801.465000', '101801.468000', '101801.470000', '101801.473000', '101801.475000', '101801.478000', '101801.480000', '101801.483000', '101801.485000', '101801.488000', '101801.491000', '101801.493000', '101801.496000', '101801.498000', '101801.501000', '101801.503000', '101801.506000', '101801.508000', '101801.511000', '101801.513000', '101801.516000', '101821.406000', '101821.408000', '101821.411000', '101821.414000', '101821.416000', '101821.419000', '101821.425000', '101821.427000', '101821.430000', '101821.432000', '101821.435000', '101821.438000', '101821.440000', '101821.443000', '101821.445000', '101821.448000', '101821.451000', '101821.453000', '101821.456000', '101821.458000', '101821.461000', '101821.463000', '101821.466000', '101821.468000', '101821.471000', '101821.474000', '101821.476000', '101821.479000', '101821.481000', '101821.496000', '101821.498000', '101821.501000', '101821.503000', '101821.506000', '101821.509000', '101821.511000', '101821.514000', '101821.516000', '101821.519000', '101821.521000', '101821.524000', '101821.527000', '101821.529000', '101821.532000', '101841.407000', '101841.410000', '101841.412000', '101841.415000', '101841.417000', '101841.420000', '101841.422000', '101841.425000', '101841.427000', '101841.430000', '101841.433000', '101841.435000', '101841.438000', '101841.440000', '101841.443000', '101841.446000', '101841.448000', '101841.451000', '101841.453000', '101841.456000', '101841.458000', '101841.461000', '101841.464000', '101841.466000', '101841.469000', '101841.471000', '101841.474000', '101841.477000', '101841.479000', '101841.482000', '101841.484000', '101841.487000', '101841.489000', '101841.492000', '101841.494000', '101841.497000', '101841.499000', '101841.502000', '101841.505000', '101841.507000', '101841.510000', '101841.512000', '101841.515000', '101901.407000', '101901.410000', '101901.412000', '101901.415000', '101901.417000', '101901.420000', '101901.422000', '101901.425000', '101901.427000', '101901.430000', '101901.433000', '101901.435000', '101901.438000', '101901.440000', '101901.443000', '101901.446000', '101901.448000', '101901.451000', '101901.454000', '101901.457000', '101901.460000', '101901.463000', '101901.466000', '101901.468000', '101901.471000', '101901.473000', '101901.476000', '101901.479000', '101901.482000', '101901.484000', '101901.487000', '101901.489000', '101901.492000', '101901.495000', '101901.497000', '101901.500000', '101901.502000', '101901.505000', '101901.507000', '101901.510000', '101901.513000', '101901.515000', '101901.518000', '101921.407000', '101921.410000', '101921.412000', '101921.415000', '101921.417000', '101921.420000', '101921.422000', '101921.425000', '101921.427000', '101921.430000', '101921.433000', '101921.435000', '101921.438000', '101921.440000', '101921.443000', '101921.446000', '101921.448000', '101921.451000', '101921.453000', '101921.456000', '101921.459000', '101921.461000', '101921.464000', '101921.466000', '101921.469000', '101921.471000', '101921.474000', '101921.477000', '101921.479000', '101921.482000', '101921.484000', '101921.487000', '101921.490000', '101921.492000', '101921.495000', '101921.497000', '101921.500000', '101921.502000', '101921.505000', '101921.507000', '101921.510000', '101921.513000', '101921.515000', '101921.518000', '101941.406000', '101941.409000', '101941.412000', '101941.414000', '101941.417000', '101941.420000', '101941.422000', '101941.425000', '101941.427000', '101941.430000', '101941.432000', '101941.435000', '101941.438000', '101941.440000', '101941.443000', '101941.445000', '101941.448000', '101941.450000', '101941.453000', '101941.455000', '101941.458000', '101941.461000', '101941.464000', '101941.467000', '101941.470000', '101941.473000', '101941.476000', '101941.478000', '101941.481000', '101941.483000', '101941.486000', '101941.489000', '101941.491000', '101941.494000', '101941.497000', '101941.499000', '101941.502000', '101941.504000', '101941.507000', '101941.509000', '101941.525000', '101941.528000', '101941.530000', '102001.406000', '102001.409000', '102001.412000', '102001.414000', '102001.417000', '102001.419000', '102001.422000', '102001.425000', '102001.427000', '102001.430000', '102001.432000', '102001.435000', '102001.437000', '102001.440000', '102001.442000', '102001.445000', '102001.448000', '102001.450000', '102001.453000', '102001.455000', '102001.458000', '102001.460000', '102001.463000', '102001.466000', '102001.468000', '102001.471000', '102001.473000', '102001.476000', '102001.478000', '102001.481000', '102001.484000', '102001.486000', '102001.489000', '102001.491000', '102001.494000', '102001.496000', '102001.499000', '102001.502000', '102001.504000', '102001.507000', '102001.509000', '102001.512000', '102001.514000', '102001.517000', '102021.406000', '102021.408000', '102021.411000', '102021.414000', '102021.416000', '102021.419000', '102021.421000', '102021.424000', '102021.426000', '102021.429000', '102021.432000', '102021.434000', '102021.437000', '102021.439000', '102021.442000', '102021.444000', '102021.447000', '102021.450000', '102021.453000', '102021.455000', '102021.458000', '102021.461000', '102021.464000', '102021.466000', '102021.469000', '102021.472000', '102021.474000', '102021.477000', '102021.480000', '102021.482000', '102021.485000', '102021.487000', '102021.490000', '102021.493000', '102021.495000', '102021.498000', '102021.500000', '102021.503000', '102021.506000', '102021.508000', '102021.511000', '102021.513000', '102021.516000', '102041.405000', '102041.408000', '102041.411000', '102041.413000', '102041.416000', '102041.419000', '102041.421000', '102041.424000', '102041.426000', '102041.429000', '102041.432000', '102041.434000', '102041.437000', '102041.439000', '102041.442000', '102041.444000', '102041.447000', '102041.449000', '102041.452000', '102041.455000', '102041.457000', '102041.460000', '102041.462000', '102041.465000', '102041.468000', '102041.470000', '102041.473000', '102041.475000', '102041.478000', '102041.480000', '102041.483000', '102041.486000', '102041.488000', '102041.491000', '102041.493000', '102041.496000', '102041.498000', '102041.501000', '102041.504000', '102041.506000', '102041.509000', '102041.511000', '102041.514000', '102041.516000', '102101.056000', '102101.059000', '102101.062000', '102101.064000', '102101.067000', '102101.069000', '102101.072000', '102101.074000', '102101.077000', '102101.079000', '102101.082000', '102101.085000', '102101.087000', '102101.090000', '102101.092000', '102101.095000', '102101.098000', '102101.101000', '102101.103000', '102101.106000', '102101.109000', '102101.111000', '102101.114000', '102101.116000', '102101.119000', '102101.121000', '102101.124000', '102101.127000', '102101.129000', '102101.132000', '102101.134000', '102101.137000', '102101.140000', '102101.142000', '102101.145000', '102101.147000', '102101.150000', '102101.153000', '102101.155000', '102101.158000', '102101.160000', '102101.163000', '102101.165000'], 'InstanceCreationTime': ['101441.432000', '101441.435000', '101441.438000', '101441.441000', '101441.443000', '101441.446000', '101441.448000', '101441.461000', '101441.463000', '101441.466000', '101441.469000', '101441.471000', '101441.474000', '101441.476000', '101441.479000', '101441.481000', '101441.484000', '101441.486000', '101441.489000', '101441.492000', '101441.494000', '101441.497000', '101441.499000', '101441.502000', '101441.504000', '101441.507000', '101441.509000', '101441.512000', '101441.514000', '101441.517000', '101441.519000', '101441.522000', '101441.524000', '101441.527000', '101441.530000', '101441.532000', '101441.535000', '101441.537000', '101441.540000', '101441.542000', '101441.545000', '101441.547000', '101441.550000', '101441.552000', '101441.555000', '101441.557000', '101501.406000', '101501.409000', '101501.412000', '101501.415000', '101501.417000', '101501.420000', '101501.422000', '101501.425000', '101501.428000', '101501.430000', '101501.433000', '101501.435000', '101501.438000', '101501.441000', '101501.448000', '101501.450000', '101501.453000', '101501.455000', '101501.458000', '101501.460000', '101501.463000', '101501.466000', '101501.468000', '101501.471000', '101501.473000', '101501.476000', '101501.478000', '101501.481000', '101501.484000', '101501.486000', '101501.489000', '101501.491000', '101501.494000', '101501.497000', '101501.499000', '101501.502000', '101501.504000', '101501.507000', '101501.509000', '101501.512000', '101501.514000', '101501.517000', '101501.519000', '101501.522000', '101521.406000', '101521.409000', '101521.412000', '101521.414000', '101521.437000', '101521.439000', '101521.442000', '101521.444000', '101521.460000', '101521.463000', '101521.465000', '101521.468000', '101521.471000', '101521.473000', '101521.476000', '101521.478000', '101521.481000', '101521.483000', '101521.486000', '101521.488000', '101521.491000', '101521.496000', '101521.499000', '101521.502000', '101521.504000', '101521.507000', '101521.509000', '101521.512000', '101521.514000', '101521.517000', '101521.519000', '101521.522000', '101521.524000', '101521.527000', '101521.530000', '101521.532000', '101521.535000', '101521.537000', '101521.540000', '101521.542000', '101521.545000', '101521.547000', '101521.550000', '101541.405000', '101541.408000', '101541.417000', '101541.420000', '101541.422000', '101541.425000', '101541.427000', '101541.430000', '101541.432000', '101541.435000', '101541.438000', '101541.440000', '101541.443000', '101541.445000', '101541.448000', '101541.450000', '101541.453000', '101541.455000', '101541.458000', '101541.460000', '101541.463000', '101541.466000', '101541.468000', '101541.471000', '101541.473000', '101541.476000', '101541.478000', '101541.481000', '101541.483000', '101541.486000', '101541.489000', '101541.491000', '101541.494000', '101541.496000', '101541.499000', '101541.501000', '101541.504000', '101541.507000', '101541.509000', '101541.512000', '101541.514000', '101541.517000', '101541.519000', '101601.405000', '101601.408000', '101601.411000', '101601.413000', '101601.416000', '101601.419000', '101601.421000', '101601.424000', '101601.426000', '101601.429000', '101601.431000', '101601.434000', '101601.437000', '101601.439000', '101601.442000', '101601.444000', '101601.447000', '101601.449000', '101601.452000', '101601.464000', '101601.466000', '101601.469000', '101601.471000', '101601.474000', '101601.476000', '101601.479000', '101601.482000', '101601.484000', '101601.487000', '101601.489000', '101601.492000', '101601.494000', '101601.497000', '101601.499000', '101601.502000', '101601.505000', '101601.507000', '101601.510000', '101601.512000', '101601.515000', '101601.517000', '101601.520000', '101601.522000', '101601.525000', '101621.406000', '101621.409000', '101621.412000', '101621.415000', '101621.417000', '101621.420000', '101621.422000', '101621.425000', '101621.427000', '101621.430000', '101621.432000', '101621.435000', '101621.438000', '101621.440000', '101621.443000', '101621.445000', '101621.448000', '101621.450000', '101621.453000', '101621.456000', '101621.458000', '101621.461000', '101621.463000', '101621.466000', '101621.468000', '101621.471000', '101621.478000', '101621.481000', '101621.484000', '101621.486000', '101621.489000', '101621.491000', '101621.494000', '101621.496000', '101621.499000', '101621.502000', '101621.504000', '101621.507000', '101621.509000', '101621.512000', '101621.514000', '101621.517000', '101621.520000', '101621.522000', '101641.407000', '101641.409000', '101641.412000', '101641.415000', '101641.417000', '101641.420000', '101641.422000', '101641.425000', '101641.428000', '101641.430000', '101641.433000', '101641.435000', '101641.438000', '101641.441000', '101641.443000', '101641.446000', '101641.448000', '101641.451000', '101641.453000', '101641.456000', '101641.458000', '101641.461000', '101641.463000', '101641.466000', '101641.469000', '101641.471000', '101641.474000', '101641.476000', '101641.479000', '101641.481000', '101641.484000', '101641.486000', '101641.489000', '101641.492000', '101641.494000', '101641.497000', '101641.499000', '101641.502000', '101641.504000', '101641.507000', '101641.509000', '101641.512000', '101641.515000', '101701.407000', '101701.409000', '101701.412000', '101701.415000', '101701.451000', '101701.454000', '101701.456000', '101701.459000', '101701.462000', '101701.464000', '101701.467000', '101701.469000', '101701.472000', '101701.474000', '101701.477000', '101701.479000', '101701.482000', '101701.484000', '101701.487000', '101701.490000', '101701.492000', '101701.495000', '101701.497000', '101701.500000', '101701.502000', '101701.505000', '101701.507000', '101701.510000', '101701.512000', '101701.515000', '101701.518000', '101701.520000', '101701.523000', '101701.525000', '101701.528000', '101701.531000', '101701.533000', '101701.536000', '101701.538000', '101701.541000', '101701.544000', '101701.546000', '101701.549000', '101721.406000', '101721.409000', '101721.412000', '101721.415000', '101721.417000', '101721.420000', '101721.422000', '101721.425000', '101721.427000', '101721.430000', '101721.433000', '101721.435000', '101721.438000', '101721.440000', '101721.443000', '101721.446000', '101721.448000', '101721.451000', '101721.453000', '101721.456000', '101721.458000', '101721.461000', '101721.464000', '101721.466000', '101721.469000', '101721.471000', '101721.474000', '101721.476000', '101721.479000', '101721.481000', '101721.484000', '101721.486000', '101721.489000', '101721.492000', '101721.494000', '101721.497000', '101721.499000', '101721.502000', '101721.505000', '101721.507000', '101721.510000', '101721.512000', '101721.515000', '101721.517000', '101741.407000', '101741.409000', '101741.412000', '101741.415000', '101741.417000', '101741.420000', '101741.422000', '101741.425000', '101741.427000', '101741.430000', '101741.433000', '101741.436000', '101741.439000', '101741.442000', '101741.445000', '101741.447000', '101741.450000', '101741.453000', '101741.455000', '101741.458000', '101741.460000', '101741.463000', '101741.465000', '101741.468000', '101741.471000', '101741.489000', '101741.492000', '101741.494000', '101741.497000', '101741.499000', '101741.502000', '101741.504000', '101741.507000', '101741.510000', '101741.512000', '101741.515000', '101741.517000', '101741.520000', '101741.522000', '101741.525000', '101741.527000', '101741.530000', '101741.533000', '101801.405000', '101801.408000', '101801.411000', '101801.414000', '101801.416000', '101801.419000', '101801.421000', '101801.424000', '101801.426000', '101801.429000', '101801.431000', '101801.434000', '101801.437000', '101801.439000', '101801.442000', '101801.444000', '101801.447000', '101801.450000', '101801.452000', '101801.455000', '101801.457000', '101801.460000', '101801.462000', '101801.465000', '101801.468000', '101801.470000', '101801.473000', '101801.475000', '101801.478000', '101801.480000', '101801.483000', '101801.485000', '101801.488000', '101801.491000', '101801.493000', '101801.496000', '101801.498000', '101801.501000', '101801.503000', '101801.506000', '101801.508000', '101801.511000', '101801.513000', '101801.516000', '101821.406000', '101821.408000', '101821.411000', '101821.414000', '101821.416000', '101821.419000', '101821.425000', '101821.427000', '101821.430000', '101821.432000', '101821.435000', '101821.438000', '101821.440000', '101821.443000', '101821.445000', '101821.448000', '101821.451000', '101821.453000', '101821.456000', '101821.458000', '101821.461000', '101821.463000', '101821.466000', '101821.468000', '101821.471000', '101821.474000', '101821.476000', '101821.479000', '101821.481000', '101821.496000', '101821.498000', '101821.501000', '101821.503000', '101821.506000', '101821.509000', '101821.511000', '101821.514000', '101821.516000', '101821.519000', '101821.521000', '101821.524000', '101821.527000', '101821.529000', '101821.532000', '101841.407000', '101841.410000', '101841.412000', '101841.415000', '101841.417000', '101841.420000', '101841.422000', '101841.425000', '101841.427000', '101841.430000', '101841.433000', '101841.435000', '101841.438000', '101841.440000', '101841.443000', '101841.446000', '101841.448000', '101841.451000', '101841.453000', '101841.456000', '101841.458000', '101841.461000', '101841.464000', '101841.466000', '101841.469000', '101841.471000', '101841.474000', '101841.477000', '101841.479000', '101841.482000', '101841.484000', '101841.487000', '101841.489000', '101841.492000', '101841.494000', '101841.497000', '101841.499000', '101841.502000', '101841.505000', '101841.507000', '101841.510000', '101841.512000', '101841.515000', '101901.407000', '101901.410000', '101901.412000', '101901.415000', '101901.417000', '101901.420000', '101901.422000', '101901.425000', '101901.427000', '101901.430000', '101901.433000', '101901.435000', '101901.438000', '101901.440000', '101901.443000', '101901.446000', '101901.448000', '101901.451000', '101901.454000', '101901.457000', '101901.460000', '101901.463000', '101901.466000', '101901.468000', '101901.471000', '101901.473000', '101901.476000', '101901.479000', '101901.482000', '101901.484000', '101901.487000', '101901.489000', '101901.492000', '101901.495000', '101901.497000', '101901.500000', '101901.502000', '101901.505000', '101901.507000', '101901.510000', '101901.513000', '101901.515000', '101901.518000', '101921.407000', '101921.410000', '101921.412000', '101921.415000', '101921.417000', '101921.420000', '101921.422000', '101921.425000', '101921.427000', '101921.430000', '101921.433000', '101921.435000', '101921.438000', '101921.440000', '101921.443000', '101921.446000', '101921.448000', '101921.451000', '101921.453000', '101921.456000', '101921.459000', '101921.461000', '101921.464000', '101921.466000', '101921.469000', '101921.471000', '101921.474000', '101921.477000', '101921.479000', '101921.482000', '101921.484000', '101921.487000', '101921.490000', '101921.492000', '101921.495000', '101921.497000', '101921.500000', '101921.502000', '101921.505000', '101921.507000', '101921.510000', '101921.513000', '101921.515000', '101921.518000', '101941.406000', '101941.409000', '101941.412000', '101941.414000', '101941.417000', '101941.420000', '101941.422000', '101941.425000', '101941.427000', '101941.430000', '101941.432000', '101941.435000', '101941.438000', '101941.440000', '101941.443000', '101941.445000', '101941.448000', '101941.450000', '101941.453000', '101941.455000', '101941.458000', '101941.461000', '101941.464000', '101941.467000', '101941.470000', '101941.473000', '101941.476000', '101941.478000', '101941.481000', '101941.483000', '101941.486000', '101941.489000', '101941.491000', '101941.494000', '101941.497000', '101941.499000', '101941.502000', '101941.504000', '101941.507000', '101941.509000', '101941.525000', '101941.528000', '101941.530000', '102001.406000', '102001.409000', '102001.412000', '102001.414000', '102001.417000', '102001.419000', '102001.422000', '102001.425000', '102001.427000', '102001.430000', '102001.432000', '102001.435000', '102001.437000', '102001.440000', '102001.442000', '102001.445000', '102001.448000', '102001.450000', '102001.453000', '102001.455000', '102001.458000', '102001.460000', '102001.463000', '102001.466000', '102001.468000', '102001.471000', '102001.473000', '102001.476000', '102001.478000', '102001.481000', '102001.484000', '102001.486000', '102001.489000', '102001.491000', '102001.494000', '102001.496000', '102001.499000', '102001.502000', '102001.504000', '102001.507000', '102001.509000', '102001.512000', '102001.514000', '102001.517000', '102021.406000', '102021.408000', '102021.411000', '102021.414000', '102021.416000', '102021.419000', '102021.421000', '102021.424000', '102021.426000', '102021.429000', '102021.432000', '102021.434000', '102021.437000', '102021.439000', '102021.442000', '102021.444000', '102021.447000', '102021.450000', '102021.453000', '102021.455000', '102021.458000', '102021.461000', '102021.464000', '102021.466000', '102021.469000', '102021.472000', '102021.474000', '102021.477000', '102021.480000', '102021.482000', '102021.485000', '102021.487000', '102021.490000', '102021.493000', '102021.495000', '102021.498000', '102021.500000', '102021.503000', '102021.506000', '102021.508000', '102021.511000', '102021.513000', '102021.516000', '102041.405000', '102041.408000', '102041.411000', '102041.413000', '102041.416000', '102041.419000', '102041.421000', '102041.424000', '102041.426000', '102041.429000', '102041.432000', '102041.434000', '102041.437000', '102041.439000', '102041.442000', '102041.444000', '102041.447000', '102041.449000', '102041.452000', '102041.455000', '102041.457000', '102041.460000', '102041.462000', '102041.465000', '102041.468000', '102041.470000', '102041.473000', '102041.475000', '102041.478000', '102041.480000', '102041.483000', '102041.486000', '102041.488000', '102041.491000', '102041.493000', '102041.496000', '102041.498000', '102041.501000', '102041.504000', '102041.506000', '102041.509000', '102041.511000', '102041.514000', '102041.516000', '102101.056000', '102101.059000', '102101.062000', '102101.064000', '102101.067000', '102101.069000', '102101.072000', '102101.074000', '102101.077000', '102101.079000', '102101.082000', '102101.085000', '102101.087000', '102101.090000', '102101.092000', '102101.095000', '102101.098000', '102101.101000', '102101.103000', '102101.106000', '102101.109000', '102101.111000', '102101.114000', '102101.116000', '102101.119000', '102101.121000', '102101.124000', '102101.127000', '102101.129000', '102101.132000', '102101.134000', '102101.137000', '102101.140000', '102101.142000', '102101.145000', '102101.147000', '102101.150000', '102101.153000', '102101.155000', '102101.158000', '102101.160000', '102101.163000', '102101.165000'], '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': [12644, 9247, 14428, 8030, 13223, 7644, 10645, 8224, 8721, 9131, 8123, 14940, 7736, 12199, 9060, 10698, 7801, 8901, 8447, 8272, 12970, 9428, 11628, 7089, 10258, 7408, 7957, 9162, 8444, 12827, 7060, 12398, 7761, 11303, 7780, 9908, 7244, 8250, 7461, 8029, 12322, 9878, 15350, 8368, 13363, 8400, 11755, 9320, 10842, 14195, 7957, 14037, 8972, 12261, 9613, 8606, 8160, 7903, 12765, 7042, 11391, 9172, 10939, 7634, 8330, 8238, 7899, 9721, 7763, 12776, 7341, 11728, 8262, 10729, 7797, 8476, 7630, 8011, 13236, 9487, 12051, 7611, 12086, 7926, 8680, 7998, 7604, 7848, 7796, 12535, 7767, 11632, 10230, 11374, 6940, 10885, 7752, 8742, 8593, 8002, 13245, 7164, 12707, 7416, 11473, 8216, 9033, 6649, 8208, 11274, 7333, 11801, 9554, 11073, 7247, 9038, 7108, 7632, 8933, 7823, 10539, 7207, 11899, 7259, 10711, 7749, 10698, 7515, 8348, 7503, 8651, 10635, 9561, 13408, 8148, 15595, 9272, 13681, 10309, 13816, 8672, 9578, 7295, 8471, 13982, 9313, 15003, 7904, 13621, 7754, 11743, 8494, 8056, 6607, 7563, 10425, 6720, 11275, 8898, 11141, 7072, 11351, 7672, 10582, 7746, 11123, 7866, 9821, 7631, 10416, 10754, 11619, 13226, 8744, 12158, 7401, 13260, 10169, 12862, 7599, 12591, 8395, 11736, 10299, 12538, 7768, 11613, 7876, 12064, 9273, 13008, 7357, 10402, 7394, 11665, 8661, 10816, 6707, 8217, 7586, 8101, 10185, 8012, 9534, 7442, 10283, 7549, 11907, 9433, 12725, 9234, 11055, 7874, 11881, 9514, 11811, 8788, 11668, 7727, 12185, 9336, 12040, 9093, 11511, 8000, 11351, 8503, 10691, 9186, 11146, 7135, 11112, 7483, 10985, 8430, 11464, 6957, 10830, 7456, 9976, 8067, 9492, 7127, 8279, 8072, 8265, 9638, 8197, 9700, 7594, 12111, 6562, 11491, 9108, 10802, 8089, 11448, 7733, 11004, 7968, 11979, 7739, 9539, 9382, 8237, 15130, 10541, 14327, 9053, 13135, 8096, 11397, 8398, 9796, 6836, 8062, 9174, 7579, 13597, 9160, 11429, 7388, 11677, 7607, 8439, 7309, 7796, 10041, 7724, 12068, 6703, 11356, 7229, 9067, 7440, 8115, 7236, 7646, 10921, 7475, 11425, 10305, 12247, 7578, 11460, 7942, 8921, 8179, 9441, 9980, 7915, 14184, 7240, 12679, 9168, 11691, 8288, 8788, 7328, 8130, 8014, 7776, 11824, 9285, 11172, 7175, 11772, 7460, 9051, 7765, 8200, 8114, 7685, 14507, 9065, 13560, 9657, 13832, 9030, 9115, 9950, 8115, 14169, 9025, 12197, 7331, 9141, 6858, 7648, 11411, 8857, 11352, 6823, 11124, 7761, 8089, 8072, 7646, 10651, 6890, 11643, 7198, 10520, 8152, 8433, 7809, 7542, 13731, 8261, 11662, 8479, 8694, 6529, 8094, 14170, 7421, 11950, 7809, 8619, 6571, 7591, 11634, 6572, 11824, 8053, 10025, 7331, 8169, 6858, 7569, 11051, 8786, 12919, 7428, 12325, 7828, 9553, 8311, 8274, 14516, 7353, 13539, 7513, 11613, 8335, 8433, 9775, 7959, 12616, 6558, 11157, 8234, 10366, 6873, 9067, 6866, 7926, 8932, 8166, 13034, 7793, 12692, 8928, 11673, 8801, 11172, 7016, 8235, 11846, 7835, 13803, 9471, 11920, 7085, 10557, 7808, 7868, 8799, 7956, 12602, 7408, 11867, 7018, 9298, 7505, 8009, 7124, 8008, 11687, 7905, 11468, 9995, 10942, 8012, 8628, 7311, 7720, 13083, 9300, 13152, 7140, 12503, 7282, 8966, 7690, 8052, 9430, 7502, 13213, 8166, 12165, 8326, 8381, 7592, 7908, 13169, 7037, 11723, 7069, 10013, 6781, 8107, 10856, 7009, 11864, 9149, 10722, 7819, 8335, 8722, 7534, 14598, 9964, 13023, 7709, 8511, 7805, 7592, 13173, 8459, 11569, 6790, 11238, 7521, 8237, 7670, 6983, 9847, 9522, 14085, 7779, 8637, 7726, 8584, 8571, 7342, 13754, 7472, 13478, 10964, 12838, 11984, 12155, 13770, 12104, 10340, 6977, 6617, 7522, 8461, 7444, 10820, 8724, 10597, 8108, 9300, 8362, 8326, 12864, 9600, 15482, 11383, 13995, 10590, 10298, 12267, 9605, 15304, 11641, 13659, 6848, 9236, 7489, 7214, 9590, 6846, 11747, 6943, 11062, 6731, 9657, 7631, 8564, 8350, 8480, 9706, 9003, 15156, 9821, 12182, 9683, 11582, 8356, 9245, 7930, 7893, 12347, 8306, 14510, 10792, 13378, 8236, 9917, 7622, 7984, 13638, 9003, 12954, 8429, 12676, 7698, 9180, 7752, 8012, 8673, 8089, 12503, 7456, 12389, 8461, 11415, 8449, 10465, 7521, 9307, 7961, 8021, 8611, 7816, 11146, 9398, 15098, 8604, 13530, 10885, 14407, 9153, 11969, 8505, 9044, 8590, 7877, 9651, 7411, 12510, 6945, 11596, 8487, 11143, 7699, 10548, 7543, 9257, 6937, 10394, 8718, 11225, 14247, 9889, 14361, 7018, 12664, 7366, 11082, 9006, 10225, 7389, 10039, 6805, 9766, 7801, 9831, 6740, 8588, 6638, 9221, 7449, 8992, 6938, 7818, 7134, 7761, 11196, 8365, 12463, 7382, 11945, 7836, 11414, 9744, 13403, 7205, 10853, 7564, 8497, 7284, 8279, 6785, 7536, 8846, 7875, 11180, 8460, 11625, 7100, 11547, 7461, 10835, 8228, 10527, 6804, 8929, 6663, 9197, 7179, 9064, 6737, 7966, 6831, 8155, 9119, 8189, 10658, 7539, 12238, 8192, 13196, 8839, 11619, 7147, 12109, 7030, 10515, 7936, 9991, 6843, 8910, 6657, 9648, 7236, 8723, 6786, 7894, 6911, 7642, 8903, 8052, 9810, 7475, 10718, 7119, 11129, 7379, 9812, 7314, 8933, 6608, 7869, 6780, 8198, 8930, 7992, 10270, 7210, 10927, 7417, 10681, 8481, 10138, 7051, 10741, 6880, 9594, 7586, 8658, 6823, 7551, 9109, 7072, 11775, 7154, 10855, 7888, 9799, 6869, 8490, 6591, 7464, 7355, 7723, 8840, 8195, 10208, 7309, 11476, 7628, 10642, 9257, 10745, 7800, 10448, 7278, 10578, 7597, 8602, 8213, 7677, 12103, 6879, 13448, 8202, 11995, 9184, 11797, 6821, 8774, 6692, 7622, 7473, 7594, 9347, 7075, 11720, 6854, 11054, 8677, 10272, 7165, 10212, 6764, 8518, 7378, 7955, 7161, 7455, 12178, 7496, 12429, 9273, 13623, 7779, 11286, 6428, 10010, 7076, 8083, 7220, 7460, 9612, 6947, 12069, 8167, 10650, 9126, 12429, 6822, 9615, 6914, 8250, 8243, 7837, 12053, 7111, 11876, 7083, 10909, 8170, 9890, 6978, 9213, 6688, 7550, 7029, 7945, 10125, 8060, 14494, 6828, 11634, 6415, 10302, 7451, 7979, 10926, 6953, 11625, 6697, 10196, 7019, 9003, 6163, 6935], 'WindowCenter': [3910.0, 3868.0, 3893.0, 3840.0, 3870.0, 3817.0, 3849.0, 3826.0, 3827.0, 3836.0, 3815.0, 3866.0, 3814.0, 3855.0, 3824.0, 3843.0, 3814.0, 3824.0, 3813.0, 3826.0, 3855.0, 3836.0, 3846.0, 3803.0, 3845.0, 3804.0, 3824.0, 3832.0, 3825.0, 3855.0, 3814.0, 3856.0, 3827.0, 3856.0, 3828.0, 3847.0, 3814.0, 3837.0, 3817.0, 3828.0, 3868.0, 3848.0, 3878.0, 3825.0, 3868.0, 3825.0, 3857.0, 3834.0, 3845.0, 3865.0, 3813.0, 3854.0, 3822.0, 3856.0, 3823.0, 3823.0, 3811.0, 3812.0, 3853.0, 3802.0, 3843.0, 3835.0, 3843.0, 3812.0, 3822.0, 3812.0, 3812.0, 3833.0, 3813.0, 3853.0, 3802.0, 3854.0, 3824.0, 3844.0, 3812.0, 3824.0, 3813.0, 3814.0, 3855.0, 3835.0, 3854.0, 3803.0, 3855.0, 3813.0, 3823.0, 3812.0, 3813.0, 3813.0, 3813.0, 3853.0, 3813.0, 3844.0, 3835.0, 3846.0, 3803.0, 3843.0, 3812.0, 3823.0, 3823.0, 3814.0, 3854.0, 3804.0, 3853.0, 3803.0, 3844.0, 3814.0, 3823.0, 3790.0, 3812.0, 3843.0, 3802.0, 3842.0, 3822.0, 3844.0, 3801.0, 3822.0, 3802.0, 3814.0, 3823.0, 3815.0, 3845.0, 3817.0, 3855.0, 3816.0, 3846.0, 3828.0, 3848.0, 3816.0, 3838.0, 3814.0, 3837.0, 3846.0, 3847.0, 3868.0, 3827.0, 3878.0, 3837.0, 3869.0, 3847.0, 3868.0, 3826.0, 3835.0, 3802.0, 3824.0, 3854.0, 3834.0, 3864.0, 3811.0, 3853.0, 3800.0, 3844.0, 3811.0, 3812.0, 3788.0, 3801.0, 3832.0, 3791.0, 3843.0, 3825.0, 3842.0, 3804.0, 3856.0, 3825.0, 3846.0, 3816.0, 3858.0, 3827.0, 3845.0, 3816.0, 3848.0, 3846.0, 3858.0, 3868.0, 3826.0, 3857.0, 3814.0, 3857.0, 3847.0, 3855.0, 3815.0, 3856.0, 3826.0, 3856.0, 3847.0, 3856.0, 3814.0, 3854.0, 3825.0, 3856.0, 3835.0, 3855.0, 3814.0, 3845.0, 3802.0, 3845.0, 3823.0, 3844.0, 3792.0, 3813.0, 3802.0, 3813.0, 3831.0, 3813.0, 3822.0, 3803.0, 3832.0, 3814.0, 3845.0, 3834.0, 3856.0, 3832.0, 3843.0, 3812.0, 3842.0, 3833.0, 3843.0, 3822.0, 3845.0, 3813.0, 3854.0, 3833.0, 3843.0, 3825.0, 3843.0, 3813.0, 3842.0, 3823.0, 3845.0, 3835.0, 3844.0, 3805.0, 3844.0, 3814.0, 3844.0, 3826.0, 3846.0, 3804.0, 3845.0, 3803.0, 3834.0, 3814.0, 3835.0, 3804.0, 3824.0, 3813.0, 3825.0, 3835.0, 3825.0, 3835.0, 3814.0, 3855.0, 3804.0, 3857.0, 3838.0, 3858.0, 3829.0, 3858.0, 3826.0, 3859.0, 3827.0, 3859.0, 3815.0, 3836.0, 3836.0, 3827.0, 3867.0, 3845.0, 3867.0, 3825.0, 3856.0, 3813.0, 3844.0, 3812.0, 3833.0, 3790.0, 3813.0, 3822.0, 3813.0, 3854.0, 3834.0, 3843.0, 3804.0, 3844.0, 3813.0, 3823.0, 3802.0, 3813.0, 3834.0, 3815.0, 3855.0, 3805.0, 3844.0, 3804.0, 3826.0, 3802.0, 3815.0, 3805.0, 3814.0, 3845.0, 3815.0, 3857.0, 3844.0, 3855.0, 3814.0, 3845.0, 3813.0, 3834.0, 3823.0, 3835.0, 3834.0, 3814.0, 3854.0, 3803.0, 3853.0, 3835.0, 3856.0, 3826.0, 3824.0, 3802.0, 3815.0, 3812.0, 3816.0, 3856.0, 3837.0, 3845.0, 3805.0, 3856.0, 3813.0, 3836.0, 3813.0, 3826.0, 3814.0, 3814.0, 3864.0, 3825.0, 3855.0, 3834.0, 3855.0, 3823.0, 3822.0, 3822.0, 3813.0, 3851.0, 3822.0, 3842.0, 3801.0, 3822.0, 3790.0, 3812.0, 3844.0, 3820.0, 3843.0, 3791.0, 3843.0, 3801.0, 3814.0, 3813.0, 3814.0, 3833.0, 3802.0, 3844.0, 3803.0, 3846.0, 3814.0, 3825.0, 3814.0, 3813.0, 3866.0, 3824.0, 3844.0, 3813.0, 3824.0, 3793.0, 3814.0, 3864.0, 3804.0, 3846.0, 3813.0, 3824.0, 3792.0, 3815.0, 3844.0, 3803.0, 3855.0, 3814.0, 3847.0, 3815.0, 3838.0, 3806.0, 3828.0, 3857.0, 3838.0, 3869.0, 3818.0, 3867.0, 3817.0, 3849.0, 3825.0, 3827.0, 3868.0, 3815.0, 3867.0, 3814.0, 3843.0, 3824.0, 3824.0, 3833.0, 3814.0, 3854.0, 3793.0, 3845.0, 3825.0, 3846.0, 3806.0, 3836.0, 3804.0, 3826.0, 3836.0, 3838.0, 3867.0, 3827.0, 3867.0, 3837.0, 3857.0, 3836.0, 3856.0, 3804.0, 3825.0, 3856.0, 3814.0, 3865.0, 3836.0, 3856.0, 3804.0, 3846.0, 3813.0, 3827.0, 3825.0, 3826.0, 3855.0, 3815.0, 3857.0, 3806.0, 3836.0, 3815.0, 3827.0, 3816.0, 3827.0, 3857.0, 3828.0, 3857.0, 3846.0, 3847.0, 3826.0, 3827.0, 3815.0, 3816.0, 3867.0, 3837.0, 3858.0, 3804.0, 3857.0, 3815.0, 3836.0, 3815.0, 3826.0, 3835.0, 3816.0, 3866.0, 3826.0, 3857.0, 3824.0, 3826.0, 3814.0, 3825.0, 3865.0, 3804.0, 3857.0, 3805.0, 3845.0, 3805.0, 3828.0, 3846.0, 3816.0, 3857.0, 3837.0, 3845.0, 3815.0, 3826.0, 3825.0, 3815.0, 3867.0, 3837.0, 3857.0, 3814.0, 3825.0, 3813.0, 3813.0, 3855.0, 3825.0, 3856.0, 3806.0, 3858.0, 3815.0, 3827.0, 3815.0, 3818.0, 3847.0, 3848.0, 3878.0, 3827.0, 3838.0, 3829.0, 3839.0, 3840.0, 3831.0, 3881.0, 3830.0, 3884.0, 3859.0, 3871.0, 3858.0, 3858.0, 3868.0, 3858.0, 3835.0, 3805.0, 3792.0, 3814.0, 3811.0, 3803.0, 3843.0, 3825.0, 3845.0, 3813.0, 3836.0, 3825.0, 3826.0, 3856.0, 3835.0, 3854.0, 3833.0, 3854.0, 3823.0, 3819.0, 3829.0, 3807.0, 3839.0, 3818.0, 3827.0, 3763.0, 3791.0, 3761.0, 3774.0, 3805.0, 3777.0, 3829.0, 3790.0, 3841.0, 3791.0, 3832.0, 3811.0, 3824.0, 3825.0, 3837.0, 3835.0, 3837.0, 3878.0, 3846.0, 3857.0, 3834.0, 3856.0, 3825.0, 3836.0, 3815.0, 3827.0, 3855.0, 3827.0, 3867.0, 3847.0, 3866.0, 3826.0, 3836.0, 3815.0, 3815.0, 3867.0, 3824.0, 3856.0, 3826.0, 3854.0, 3814.0, 3835.0, 3814.0, 3826.0, 3825.0, 3826.0, 3856.0, 3813.0, 3855.0, 3827.0, 3857.0, 3826.0, 3848.0, 3827.0, 3849.0, 3828.0, 3828.0, 3838.0, 3829.0, 3858.0, 3850.0, 3879.0, 3837.0, 3869.0, 3859.0, 3880.0, 3839.0, 3859.0, 3826.0, 3838.0, 3825.0, 3827.0, 3836.0, 3816.0, 3865.0, 3816.0, 3855.0, 3838.0, 3857.0, 3828.0, 3859.0, 3824.0, 3848.0, 3818.0, 3860.0, 3838.0, 3861.0, 3880.0, 3846.0, 3867.0, 3805.0, 3857.0, 3816.0, 3846.0, 3837.0, 3847.0, 3814.0, 3835.0, 3805.0, 3847.0, 3817.0, 3848.0, 3806.0, 3837.0, 3806.0, 3837.0, 3816.0, 3838.0, 3807.0, 3828.0, 3816.0, 3829.0, 3858.0, 3828.0, 3857.0, 3816.0, 3857.0, 3827.0, 3857.0, 3847.0, 3869.0, 3816.0, 3847.0, 3815.0, 3825.0, 3815.0, 3825.0, 3803.0, 3816.0, 3824.0, 3825.0, 3845.0, 3826.0, 3856.0, 3805.0, 3846.0, 3814.0, 3843.0, 3825.0, 3845.0, 3804.0, 3835.0, 3805.0, 3837.0, 3805.0, 3836.0, 3803.0, 3826.0, 3804.0, 3826.0, 3824.0, 3825.0, 3846.0, 3814.0, 3855.0, 3825.0, 3853.0, 3824.0, 3845.0, 3804.0, 3854.0, 3804.0, 3844.0, 3814.0, 3835.0, 3803.0, 3823.0, 3803.0, 3836.0, 3814.0, 3825.0, 3794.0, 3824.0, 3802.0, 3814.0, 3823.0, 3826.0, 3835.0, 3816.0, 3846.0, 3805.0, 3845.0, 3815.0, 3834.0, 3815.0, 3836.0, 3803.0, 3826.0, 3801.0, 3824.0, 3835.0, 3826.0, 3846.0, 3816.0, 3845.0, 3813.0, 3846.0, 3835.0, 3847.0, 3817.0, 3857.0, 3816.0, 3846.0, 3817.0, 3838.0, 3804.0, 3817.0, 3834.0, 3805.0, 3857.0, 3817.0, 3858.0, 3826.0, 3847.0, 3805.0, 3837.0, 3806.0, 3817.0, 3816.0, 3827.0, 3838.0, 3839.0, 3846.0, 3818.0, 3856.0, 3827.0, 3859.0, 3836.0, 3858.0, 3828.0, 3859.0, 3818.0, 3858.0, 3825.0, 3838.0, 3836.0, 3827.0, 3868.0, 3806.0, 3869.0, 3826.0, 3857.0, 3838.0, 3858.0, 3806.0, 3837.0, 3806.0, 3825.0, 3816.0, 3815.0, 3837.0, 3816.0, 3858.0, 3807.0, 3858.0, 3836.0, 3848.0, 3817.0, 3847.0, 3803.0, 3836.0, 3817.0, 3827.0, 3816.0, 3828.0, 3857.0, 3816.0, 3868.0, 3834.0, 3867.0, 3826.0, 3858.0, 3794.0, 3837.0, 3803.0, 3815.0, 3815.0, 3816.0, 3833.0, 3805.0, 3854.0, 3826.0, 3846.0, 3836.0, 3854.0, 3793.0, 3834.0, 3803.0, 3814.0, 3813.0, 3803.0, 3844.0, 3800.0, 3843.0, 3802.0, 3832.0, 3814.0, 3832.0, 3803.0, 3833.0, 3794.0, 3814.0, 3802.0, 3827.0, 3846.0, 3816.0, 3867.0, 3804.0, 3845.0, 3793.0, 3844.0, 3802.0, 3815.0, 3843.0, 3804.0, 3842.0, 3790.0, 3834.0, 3801.0, 3825.0, 3782.0, 3801.0], 'WindowWidth': [8730.0, 8664.0, 8691.0, 8613.0, 8653.0, 8578.0, 8622.0, 8587.0, 8589.0, 8598.0, 8571.0, 8638.0, 8567.0, 8621.0, 8581.0, 8605.0, 8566.0, 8580.0, 8563.0, 8584.0, 8621.0, 8597.0, 8610.0, 8551.0, 8608.0, 8553.0, 8580.0, 8589.0, 8584.0, 8623.0, 8569.0, 8626.0, 8589.0, 8628.0, 8591.0, 8617.0, 8570.0, 8605.0, 8576.0, 8593.0, 8647.0, 8619.0, 8661.0, 8584.0, 8644.0, 8583.0, 8631.0, 8594.0, 8610.0, 8637.0, 8563.0, 8620.0, 8575.0, 8624.0, 8575.0, 8577.0, 8559.0, 8560.0, 8614.0, 8549.0, 8602.0, 8595.0, 8605.0, 8562.0, 8576.0, 8560.0, 8562.0, 8591.0, 8563.0, 8616.0, 8551.0, 8620.0, 8579.0, 8605.0, 8562.0, 8580.0, 8562.0, 8568.0, 8622.0, 8594.0, 8619.0, 8549.0, 8621.0, 8563.0, 8578.0, 8562.0, 8565.0, 8562.0, 8564.0, 8618.0, 8564.0, 8607.0, 8595.0, 8610.0, 8551.0, 8604.0, 8562.0, 8578.0, 8578.0, 8566.0, 8619.0, 8552.0, 8616.0, 8550.0, 8607.0, 8565.0, 8577.0, 8531.0, 8563.0, 8603.0, 8548.0, 8599.0, 8573.0, 8603.0, 8544.0, 8573.0, 8547.0, 8566.0, 8578.0, 8569.0, 8610.0, 8574.0, 8623.0, 8575.0, 8613.0, 8591.0, 8619.0, 8576.0, 8605.0, 8571.0, 8604.0, 8615.0, 8618.0, 8646.0, 8590.0, 8660.0, 8601.0, 8648.0, 8616.0, 8646.0, 8585.0, 8596.0, 8549.0, 8579.0, 8621.0, 8593.0, 8634.0, 8559.0, 8615.0, 8542.0, 8604.0, 8558.0, 8559.0, 8525.0, 8545.0, 8585.0, 8533.0, 8602.0, 8583.0, 8602.0, 8555.0, 8626.0, 8585.0, 8612.0, 8575.0, 8632.0, 8589.0, 8611.0, 8573.0, 8619.0, 8612.0, 8632.0, 8643.0, 8586.0, 8627.0, 8569.0, 8628.0, 8614.0, 8624.0, 8571.0, 8627.0, 8587.0, 8625.0, 8615.0, 8626.0, 8570.0, 8621.0, 8584.0, 8626.0, 8596.0, 8625.0, 8567.0, 8609.0, 8551.0, 8611.0, 8577.0, 8606.0, 8534.0, 8563.0, 8547.0, 8563.0, 8585.0, 8563.0, 8573.0, 8550.0, 8588.0, 8566.0, 8607.0, 8593.0, 8625.0, 8589.0, 8605.0, 8563.0, 8602.0, 8592.0, 8603.0, 8575.0, 8607.0, 8564.0, 8617.0, 8591.0, 8602.0, 8582.0, 8604.0, 8565.0, 8601.0, 8578.0, 8607.0, 8595.0, 8604.0, 8556.0, 8605.0, 8568.0, 8607.0, 8587.0, 8612.0, 8555.0, 8610.0, 8551.0, 8595.0, 8567.0, 8598.0, 8555.0, 8581.0, 8566.0, 8582.0, 8594.0, 8583.0, 8595.0, 8569.0, 8624.0, 8557.0, 8628.0, 8607.0, 8631.0, 8595.0, 8632.0, 8589.0, 8635.0, 8589.0, 8636.0, 8571.0, 8601.0, 8598.0, 8588.0, 8643.0, 8609.0, 8641.0, 8581.0, 8625.0, 8565.0, 8608.0, 8561.0, 8591.0, 8529.0, 8564.0, 8575.0, 8565.0, 8618.0, 8592.0, 8604.0, 8554.0, 8606.0, 8564.0, 8578.0, 8548.0, 8565.0, 8593.0, 8570.0, 8620.0, 8555.0, 8605.0, 8553.0, 8584.0, 8549.0, 8571.0, 8555.0, 8568.0, 8610.0, 8570.0, 8627.0, 8609.0, 8623.0, 8568.0, 8611.0, 8564.0, 8595.0, 8577.0, 8597.0, 8594.0, 8567.0, 8621.0, 8551.0, 8617.0, 8594.0, 8625.0, 8584.0, 8581.0, 8550.0, 8569.0, 8562.0, 8572.0, 8624.0, 8601.0, 8608.0, 8556.0, 8624.0, 8566.0, 8599.0, 8565.0, 8586.0, 8568.0, 8568.0, 8635.0, 8582.0, 8623.0, 8593.0, 8624.0, 8574.0, 8574.0, 8570.0, 8562.0, 8611.0, 8571.0, 8599.0, 8543.0, 8574.0, 8528.0, 8560.0, 8603.0, 8568.0, 8601.0, 8530.0, 8601.0, 8544.0, 8565.0, 8561.0, 8566.0, 8590.0, 8549.0, 8606.0, 8551.0, 8612.0, 8567.0, 8584.0, 8567.0, 8566.0, 8638.0, 8581.0, 8606.0, 8563.0, 8580.0, 8538.0, 8566.0, 8633.0, 8554.0, 8610.0, 8565.0, 8581.0, 8536.0, 8569.0, 8607.0, 8554.0, 8622.0, 8568.0, 8616.0, 8571.0, 8606.0, 8562.0, 8594.0, 8630.0, 8606.0, 8647.0, 8580.0, 8644.0, 8575.0, 8621.0, 8585.0, 8590.0, 8645.0, 8572.0, 8642.0, 8568.0, 8606.0, 8579.0, 8581.0, 8591.0, 8566.0, 8619.0, 8540.0, 8609.0, 8584.0, 8614.0, 8561.0, 8602.0, 8557.0, 8589.0, 8602.0, 8606.0, 8644.0, 8590.0, 8643.0, 8602.0, 8631.0, 8600.0, 8629.0, 8556.0, 8585.0, 8625.0, 8570.0, 8638.0, 8598.0, 8625.0, 8555.0, 8612.0, 8567.0, 8589.0, 8583.0, 8587.0, 8623.0, 8571.0, 8627.0, 8560.0, 8600.0, 8573.0, 8591.0, 8574.0, 8591.0, 8631.0, 8592.0, 8628.0, 8613.0, 8615.0, 8588.0, 8589.0, 8571.0, 8574.0, 8642.0, 8600.0, 8629.0, 8554.0, 8627.0, 8570.0, 8600.0, 8569.0, 8588.0, 8597.0, 8573.0, 8640.0, 8585.0, 8628.0, 8582.0, 8585.0, 8567.0, 8583.0, 8636.0, 8556.0, 8628.0, 8557.0, 8610.0, 8557.0, 8591.0, 8611.0, 8575.0, 8628.0, 8601.0, 8610.0, 8570.0, 8588.0, 8583.0, 8572.0, 8642.0, 8601.0, 8628.0, 8568.0, 8584.0, 8564.0, 8567.0, 8623.0, 8585.0, 8626.0, 8560.0, 8630.0, 8570.0, 8589.0, 8572.0, 8582.0, 8615.0, 8618.0, 8660.0, 8590.0, 8604.0, 8595.0, 8611.0, 8614.0, 8601.0, 8670.0, 8601.0, 8677.0, 8635.0, 8654.0, 8632.0, 8635.0, 8644.0, 8633.0, 8597.0, 8555.0, 8532.0, 8566.0, 8556.0, 8550.0, 8602.0, 8583.0, 8608.0, 8566.0, 8600.0, 8582.0, 8584.0, 8626.0, 8593.0, 8620.0, 8587.0, 8620.0, 8572.0, 8564.0, 8574.0, 8545.0, 8590.0, 8556.0, 8567.0, 8476.0, 8510.0, 8471.0, 8493.0, 8535.0, 8502.0, 8573.0, 8527.0, 8595.0, 8531.0, 8586.0, 8560.0, 8582.0, 8582.0, 8602.0, 8598.0, 8604.0, 8658.0, 8613.0, 8629.0, 8594.0, 8626.0, 8582.0, 8599.0, 8568.0, 8589.0, 8624.0, 8587.0, 8643.0, 8616.0, 8640.0, 8585.0, 8600.0, 8568.0, 8569.0, 8641.0, 8579.0, 8624.0, 8583.0, 8619.0, 8566.0, 8596.0, 8568.0, 8584.0, 8581.0, 8586.0, 8625.0, 8567.0, 8622.0, 8589.0, 8629.0, 8588.0, 8618.0, 8592.0, 8622.0, 8592.0, 8593.0, 8605.0, 8594.0, 8633.0, 8624.0, 8663.0, 8603.0, 8647.0, 8636.0, 8663.0, 8606.0, 8635.0, 8586.0, 8603.0, 8583.0, 8589.0, 8601.0, 8574.0, 8637.0, 8574.0, 8624.0, 8606.0, 8629.0, 8595.0, 8636.0, 8584.0, 8620.0, 8581.0, 8640.0, 8605.0, 8640.0, 8664.0, 8615.0, 8643.0, 8557.0, 8626.0, 8572.0, 8613.0, 8602.0, 8613.0, 8567.0, 8596.0, 8559.0, 8615.0, 8575.0, 8616.0, 8561.0, 8601.0, 8561.0, 8603.0, 8575.0, 8605.0, 8563.0, 8592.0, 8573.0, 8594.0, 8631.0, 8591.0, 8630.0, 8575.0, 8627.0, 8590.0, 8629.0, 8615.0, 8647.0, 8572.0, 8615.0, 8570.0, 8583.0, 8568.0, 8582.0, 8552.0, 8571.0, 8579.0, 8583.0, 8611.0, 8586.0, 8626.0, 8557.0, 8611.0, 8567.0, 8605.0, 8583.0, 8610.0, 8554.0, 8595.0, 8558.0, 8601.0, 8558.0, 8599.0, 8553.0, 8586.0, 8554.0, 8585.0, 8579.0, 8583.0, 8609.0, 8567.0, 8621.0, 8582.0, 8617.0, 8579.0, 8607.0, 8554.0, 8620.0, 8555.0, 8607.0, 8566.0, 8595.0, 8553.0, 8577.0, 8551.0, 8598.0, 8568.0, 8582.0, 8540.0, 8581.0, 8548.0, 8567.0, 8577.0, 8587.0, 8597.0, 8573.0, 8612.0, 8556.0, 8609.0, 8571.0, 8594.0, 8569.0, 8599.0, 8552.0, 8587.0, 8549.0, 8582.0, 8595.0, 8586.0, 8612.0, 8573.0, 8610.0, 8567.0, 8611.0, 8597.0, 8615.0, 8577.0, 8629.0, 8574.0, 8614.0, 8575.0, 8604.0, 8555.0, 8575.0, 8593.0, 8558.0, 8627.0, 8575.0, 8630.0, 8588.0, 8616.0, 8559.0, 8602.0, 8561.0, 8577.0, 8574.0, 8590.0, 8604.0, 8607.0, 8615.0, 8581.0, 8628.0, 8590.0, 8633.0, 8602.0, 8632.0, 8593.0, 8635.0, 8579.0, 8633.0, 8587.0, 8607.0, 8602.0, 8590.0, 8646.0, 8563.0, 8648.0, 8589.0, 8630.0, 8605.0, 8632.0, 8561.0, 8601.0, 8559.0, 8585.0, 8574.0, 8573.0, 8601.0, 8574.0, 8631.0, 8563.0, 8630.0, 8602.0, 8619.0, 8576.0, 8617.0, 8553.0, 8601.0, 8575.0, 8590.0, 8575.0, 8592.0, 8630.0, 8575.0, 8644.0, 8597.0, 8642.0, 8587.0, 8630.0, 8543.0, 8601.0, 8552.0, 8570.0, 8571.0, 8574.0, 8592.0, 8557.0, 8619.0, 8585.0, 8612.0, 8597.0, 8620.0, 8538.0, 8593.0, 8549.0, 8567.0, 8562.0, 8550.0, 8604.0, 8544.0, 8603.0, 8547.0, 8586.0, 8565.0, 8588.0, 8552.0, 8592.0, 8540.0, 8567.0, 8548.0, 8588.0, 8610.0, 8573.0, 8641.0, 8554.0, 8609.0, 8537.0, 8607.0, 8547.0, 8570.0, 8602.0, 8552.0, 8600.0, 8532.0, 8593.0, 8545.0, 8580.0, 8520.0, 8546.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.0009148561565017261</td></tr>
<tr><td colspan=3>aqi</td><td>0.023488088837744534</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.66175063533412</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2273003864976961</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9926519132142845</td></tr>
<tr><td colspan=3>efc</td><td>0.4436</td></tr>
<tr><td colspan=3>fber</td><td>6803.5693</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07575122142572693</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>8</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.9205983889528193</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.479713341869959</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.459522850451315</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.646646845989931</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3329703291686315</td></tr>
<tr><td colspan=3>gcor</td><td>0.00853798</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015263658948242664</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023141197860240936</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.5707345774211583</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>29.2119</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.4959</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>141.6134</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309474.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>645.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>289.0843</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8064</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>474.0966</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3044.3146</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3302.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67070.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>770.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4019.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>924.7328</td></tr>
<tr><td colspan=3>tsnr</td><td>41.38114008237608</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>