<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0112_ses-01_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0112_ses-01_task-social_acq-mb8_run-01_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-01_session-01_subject-0112_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0112/figures/sub-0112_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0112_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0112/figures/sub-0112_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0112_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0112/figures/sub-0112_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0112_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0112/figures/sub-0112_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-01_task-social_acq-mb8_run-01_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-01_session-01_subject-0112_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0112/figures/sub-0112_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-01_task-social_acq-mb8_run-01_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-01_session-01_subject-0112_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0112/figures/sub-0112_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0112_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0112/figures/sub-0112_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0112/figures/sub-0112_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0112/ses-01/func/sub-0112_ses-01_task-social_acq-mb8_run-01_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>340fe269bd41c1ae1128aaf80ed15f55</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>20:02:28.180000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.994861, -0.0379318, 0.0938812, 0.0390882, 0.99918, -0.0105086]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0849003</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4247, -7815, -7281, 176, -136, -57, -112, 46]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>230.817</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>70e0bd1a-d9ab-4721-8ced-b6be4353169a||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.669138193130493, 0.1048707664012909, 0.25219523906707764, 101.84513092041016], [0.10176830738782883, 2.6807281970977783, -0.03813555836677551, -91.3548583984375], [0.2518763542175293, 0.028193920850753784, 2.687925338745117, -94.37442779541016], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 872]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872], 'AcquisitionTime': ['200228.180000', '200228.640000', '200229.100000', '200229.560000', '200230.020000', '200230.480000', '200230.940000', '200231.400000', '200231.860000', '200232.320000', '200232.780000', '200233.240000', '200233.700000', '200234.160000', '200234.620000', '200235.080000', '200235.540000', '200236.000000', '200236.460000', '200236.920000', '200237.380000', '200237.840000', '200238.300000', '200238.760000', '200239.220000', '200239.680000', '200240.140000', '200240.600000', '200241.060000', '200241.520000', '200241.980000', '200242.440000', '200242.900000', '200243.360000', '200243.820000', '200244.280000', '200244.740000', '200245.200000', '200245.660000', '200246.120000', '200246.580000', '200247.040000', '200247.500000', '200247.960000', '200248.420000', '200248.880000', '200249.340000', '200249.800000', '200250.260000', '200250.720000', '200251.180000', '200251.640000', '200252.100000', '200252.560000', '200253.020000', '200253.480000', '200253.940000', '200254.400000', '200254.860000', '200255.320000', '200255.780000', '200256.240000', '200256.700000', '200257.160000', '200257.620000', '200258.080000', '200258.540000', '200259.000000', '200259.460000', '200259.920000', '200300.380000', '200300.840000', '200301.300000', '200301.760000', '200302.220000', '200302.680000', '200303.140000', '200303.600000', '200304.060000', '200304.520000', '200304.980000', '200305.440000', '200305.900000', '200306.360000', '200306.820000', '200307.280000', '200307.740000', '200308.200000', '200308.660000', '200309.120000', '200309.580000', '200310.040000', '200310.500000', '200310.960000', '200311.420000', '200311.880000', '200312.340000', '200312.800000', '200313.260000', '200313.720000', '200314.180000', '200314.640000', '200315.100000', '200315.560000', '200316.020000', '200316.480000', '200316.940000', '200317.400000', '200317.860000', '200318.320000', '200318.780000', '200319.240000', '200319.700000', '200320.160000', '200320.620000', '200321.080000', '200321.540000', '200322.000000', '200322.460000', '200322.920000', '200323.380000', '200323.840000', '200324.300000', '200324.760000', '200325.220000', '200325.680000', '200326.140000', '200326.600000', '200327.060000', '200327.520000', '200327.980000', '200328.440000', '200328.900000', '200329.360000', '200329.820000', '200330.280000', '200330.740000', '200331.200000', '200331.660000', '200332.120000', '200332.580000', '200333.040000', '200333.500000', '200333.960000', '200334.420000', '200334.880000', '200335.340000', '200335.800000', '200336.260000', '200336.720000', '200337.180000', '200337.640000', '200338.100000', '200338.560000', '200339.020000', '200339.480000', '200339.940000', '200340.400000', '200340.860000', '200341.320000', '200341.780000', '200342.240000', '200342.700000', '200343.160000', '200343.620000', '200344.080000', '200344.540000', '200345.000000', '200345.460000', '200345.920000', '200346.380000', '200346.840000', '200347.300000', '200347.760000', '200348.220000', '200348.680000', '200349.140000', '200349.600000', '200350.060000', '200350.520000', '200350.980000', '200351.440000', '200351.900000', '200352.360000', '200352.820000', '200353.280000', '200353.740000', '200354.200000', '200354.660000', '200355.120000', '200355.580000', '200356.040000', '200356.500000', '200356.960000', '200357.420000', '200357.880000', '200358.340000', '200358.800000', '200359.260000', '200359.720000', '200400.180000', '200400.640000', '200401.100000', '200401.560000', '200402.020000', '200402.480000', '200402.940000', '200403.400000', '200403.860000', '200404.320000', '200404.780000', '200405.240000', '200405.700000', '200406.160000', '200406.620000', '200407.080000', '200407.540000', '200408.000000', '200408.460000', '200408.920000', '200409.380000', '200409.840000', '200410.300000', '200410.760000', '200411.220000', '200411.680000', '200412.140000', '200412.600000', '200413.060000', '200413.520000', '200413.980000', '200414.440000', '200414.900000', '200415.360000', '200415.820000', '200416.280000', '200416.740000', '200417.200000', '200417.660000', '200418.120000', '200418.580000', '200419.040000', '200419.500000', '200419.960000', '200420.420000', '200420.880000', '200421.340000', '200421.800000', '200422.260000', '200422.720000', '200423.180000', '200423.640000', '200424.100000', '200424.560000', '200425.020000', '200425.480000', '200425.940000', '200426.400000', '200426.860000', '200427.320000', '200427.780000', '200428.240000', '200428.700000', '200429.160000', '200429.620000', '200430.080000', '200430.540000', '200431.000000', '200431.460000', '200431.920000', '200432.380000', '200432.840000', '200433.300000', '200433.760000', '200434.220000', '200434.680000', '200435.140000', '200435.600000', '200436.060000', '200436.520000', '200436.980000', '200437.440000', '200437.900000', '200438.360000', '200438.820000', '200439.280000', '200439.740000', '200440.200000', '200440.660000', '200441.120000', '200441.580000', '200442.040000', '200442.500000', '200442.960000', '200443.420000', '200443.880000', '200444.340000', '200444.800000', '200445.260000', '200445.720000', '200446.180000', '200446.640000', '200447.100000', '200447.560000', '200448.020000', '200448.480000', '200448.940000', '200449.400000', '200449.860000', '200450.320000', '200450.780000', '200451.240000', '200451.700000', '200452.160000', '200452.620000', '200453.080000', '200453.540000', '200454.000000', '200454.460000', '200454.920000', '200455.380000', '200455.840000', '200456.300000', '200456.760000', '200457.220000', '200457.680000', '200458.140000', '200458.600000', '200459.060000', '200459.520000', '200459.980000', '200500.440000', '200500.900000', '200501.360000', '200501.820000', '200502.280000', '200502.740000', '200503.200000', '200503.660000', '200504.120000', '200504.580000', '200505.040000', '200505.500000', '200505.960000', '200506.420000', '200506.880000', '200507.340000', '200507.800000', '200508.260000', '200508.720000', '200509.180000', '200509.640000', '200510.100000', '200510.560000', '200511.020000', '200511.480000', '200511.940000', '200512.400000', '200512.860000', '200513.320000', '200513.780000', '200514.240000', '200514.700000', '200515.160000', '200515.620000', '200516.080000', '200516.540000', '200517.000000', '200517.460000', '200517.920000', '200518.380000', '200518.840000', '200519.300000', '200519.760000', '200520.220000', '200520.680000', '200521.140000', '200521.600000', '200522.060000', '200522.520000', '200522.980000', '200523.440000', '200523.900000', '200524.360000', '200524.820000', '200525.280000', '200525.740000', '200526.200000', '200526.660000', '200527.120000', '200527.580000', '200528.040000', '200528.500000', '200528.960000', '200529.420000', '200529.880000', '200530.340000', '200530.800000', '200531.260000', '200531.720000', '200532.180000', '200532.640000', '200533.100000', '200533.560000', '200534.020000', '200534.480000', '200534.940000', '200535.400000', '200535.860000', '200536.320000', '200536.780000', '200537.240000', '200537.700000', '200538.160000', '200538.620000', '200539.080000', '200539.540000', '200540.000000', '200540.460000', '200540.920000', '200541.380000', '200541.840000', '200542.300000', '200542.760000', '200543.220000', '200543.680000', '200544.140000', '200544.600000', '200545.060000', '200545.520000', '200545.980000', '200546.440000', '200546.900000', '200547.360000', '200547.820000', '200548.280000', '200548.740000', '200549.200000', '200549.660000', '200550.120000', '200550.580000', '200551.040000', '200551.500000', '200551.960000', '200552.420000', '200552.880000', '200553.340000', '200553.800000', '200554.260000', '200554.720000', '200555.180000', '200555.640000', '200556.100000', '200556.560000', '200557.020000', '200557.480000', '200557.940000', '200558.400000', '200558.860000', '200559.320000', '200559.780000', '200600.240000', '200600.700000', '200601.160000', '200601.620000', '200602.080000', '200602.540000', '200603.000000', '200603.460000', '200603.920000', '200604.380000', '200604.840000', '200605.300000', '200605.760000', '200606.220000', '200606.680000', '200607.140000', '200607.600000', '200608.060000', '200608.520000', '200608.980000', '200609.440000', '200609.900000', '200610.360000', '200610.820000', '200611.280000', '200611.740000', '200612.200000', '200612.660000', '200613.120000', '200613.580000', '200614.040000', '200614.500000', '200614.960000', '200615.420000', '200615.880000', '200616.340000', '200616.800000', '200617.260000', '200617.720000', '200618.180000', '200618.640000', '200619.100000', '200619.560000', '200620.020000', '200620.480000', '200620.940000', '200621.400000', '200621.860000', '200622.320000', '200622.780000', '200623.240000', '200623.700000', '200624.160000', '200624.620000', '200625.080000', '200625.540000', '200626.000000', '200626.460000', '200626.920000', '200627.380000', '200627.840000', '200628.300000', '200628.760000', '200629.220000', '200629.680000', '200630.140000', '200630.600000', '200631.060000', '200631.520000', '200631.980000', '200632.440000', '200632.900000', '200633.360000', '200633.820000', '200634.280000', '200634.740000', '200635.200000', '200635.660000', '200636.120000', '200636.580000', '200637.040000', '200637.500000', '200637.960000', '200638.420000', '200638.880000', '200639.340000', '200639.800000', '200640.260000', '200640.720000', '200641.180000', '200641.640000', '200642.100000', '200642.560000', '200643.020000', '200643.480000', '200643.940000', '200644.400000', '200644.860000', '200645.320000', '200645.780000', '200646.240000', '200646.700000', '200647.160000', '200647.620000', '200648.080000', '200648.540000', '200649.000000', '200649.460000', '200649.920000', '200650.380000', '200650.840000', '200651.300000', '200651.760000', '200652.220000', '200652.680000', '200653.140000', '200653.600000', '200654.060000', '200654.520000', '200654.980000', '200655.440000', '200655.900000', '200656.360000', '200656.820000', '200657.280000', '200657.740000', '200658.200000', '200658.660000', '200659.120000', '200659.580000', '200700.040000', '200700.500000', '200700.960000', '200701.420000', '200701.880000', '200702.340000', '200702.800000', '200703.260000', '200703.720000', '200704.180000', '200704.640000', '200705.100000', '200705.560000', '200706.020000', '200706.480000', '200706.940000', '200707.400000', '200707.860000', '200708.320000', '200708.780000', '200709.240000', '200709.700000', '200710.160000', '200710.620000', '200711.080000', '200711.540000', '200712.000000', '200712.460000', '200712.920000', '200713.380000', '200713.840000', '200714.300000', '200714.760000', '200715.220000', '200715.680000', '200716.140000', '200716.600000', '200717.060000', '200717.520000', '200717.980000', '200718.440000', '200718.900000', '200719.360000', '200719.820000', '200720.280000', '200720.740000', '200721.200000', '200721.660000', '200722.120000', '200722.580000', '200723.040000', '200723.500000', '200723.960000', '200724.420000', '200724.880000', '200725.340000', '200725.800000', '200726.260000', '200726.720000', '200727.180000', '200727.640000', '200728.100000', '200728.560000', '200729.020000', '200729.480000', '200729.940000', '200730.400000', '200730.860000', '200731.320000', '200731.780000', '200732.240000', '200732.700000', '200733.160000', '200733.620000', '200734.080000', '200734.540000', '200735.000000', '200735.460000', '200735.920000', '200736.380000', '200736.840000', '200737.300000', '200737.760000', '200738.220000', '200738.680000', '200739.140000', '200739.600000', '200740.060000', '200740.520000', '200740.980000', '200741.440000', '200741.900000', '200742.360000', '200742.820000', '200743.280000', '200743.740000', '200744.200000', '200744.660000', '200745.120000', '200745.580000', '200746.040000', '200746.500000', '200746.960000', '200747.420000', '200747.880000', '200748.340000', '200748.800000', '200749.260000', '200749.720000', '200750.180000', '200750.640000', '200751.100000', '200751.560000', '200752.020000', '200752.480000', '200752.940000', '200753.400000', '200753.860000', '200754.320000', '200754.780000', '200755.240000', '200755.700000', '200756.160000', '200756.620000', '200757.080000', '200757.540000', '200758.000000', '200758.460000', '200758.920000', '200759.380000', '200759.840000', '200800.300000', '200800.760000', '200801.220000', '200801.680000', '200802.140000', '200802.600000', '200803.060000', '200803.520000', '200803.980000', '200804.440000', '200804.900000', '200805.360000', '200805.820000', '200806.280000', '200806.740000', '200807.200000', '200807.660000', '200808.120000', '200808.580000', '200809.040000', '200809.500000', '200809.960000', '200810.420000', '200810.880000', '200811.340000', '200811.800000', '200812.260000', '200812.720000', '200813.180000', '200813.640000', '200814.100000', '200814.560000', '200815.020000', '200815.480000', '200815.940000', '200816.400000', '200816.860000', '200817.320000', '200817.780000', '200818.240000', '200818.700000', '200819.160000', '200819.620000', '200820.080000', '200820.540000', '200821.000000', '200821.460000', '200821.920000', '200822.380000', '200822.840000', '200823.300000', '200823.760000', '200824.220000', '200824.680000', '200825.140000', '200825.600000', '200826.060000', '200826.520000', '200826.980000', '200827.440000', '200827.900000', '200828.360000', '200828.820000', '200829.280000', '200829.740000', '200830.200000', '200830.660000', '200831.120000', '200831.580000', '200832.040000', '200832.500000', '200832.960000', '200833.420000', '200833.880000', '200834.340000', '200834.800000', '200835.260000', '200835.720000', '200836.180000', '200836.640000', '200837.100000', '200837.560000', '200838.020000', '200838.480000', '200838.940000', '200839.400000', '200839.860000', '200840.320000', '200840.780000', '200841.240000', '200841.700000', '200842.160000', '200842.620000', '200843.080000', '200843.540000', '200844.000000', '200844.460000', '200844.920000', '200845.380000', '200845.840000', '200846.300000', '200846.760000', '200847.220000', '200847.680000', '200848.140000', '200848.600000', '200849.060000', '200849.520000', '200849.980000', '200850.440000', '200850.900000', '200851.360000', '200851.820000', '200852.280000', '200852.740000', '200853.200000', '200853.660000', '200854.120000', '200854.580000', '200855.040000', '200855.500000', '200855.960000', '200856.420000', '200856.880000', '200857.340000', '200857.800000', '200858.260000', '200858.720000', '200859.180000', '200859.640000', '200900.100000', '200900.560000', '200901.020000', '200901.480000', '200901.940000', '200902.400000', '200902.860000', '200903.320000', '200903.780000', '200904.240000', '200904.700000', '200905.160000', '200905.620000', '200906.080000', '200906.540000', '200907.000000', '200907.460000', '200907.920000', '200908.380000', '200908.840000'], 'ContentTime': ['200251.946000', '200251.949000', '200251.952000', '200251.955000', '200251.958000', '200251.960000', '200251.963000', '200251.965000', '200251.968000', '200251.970000', '200251.973000', '200251.976000', '200251.978000', '200251.981000', '200251.983000', '200251.986000', '200251.988000', '200251.991000', '200251.994000', '200251.996000', '200252.000000', '200252.002000', '200252.005000', '200252.007000', '200252.010000', '200252.012000', '200252.015000', '200252.018000', '200252.020000', '200252.023000', '200252.025000', '200252.028000', '200252.031000', '200252.033000', '200252.040000', '200252.043000', '200252.045000', '200252.048000', '200252.050000', '200252.053000', '200252.056000', '200252.058000', '200252.061000', '200252.063000', '200252.066000', '200252.069000', '200252.071000', '200252.074000', '200252.076000', '200311.914000', '200311.917000', '200311.920000', '200311.923000', '200311.925000', '200311.928000', '200311.930000', '200311.933000', '200311.936000', '200311.938000', '200311.941000', '200311.943000', '200311.946000', '200311.948000', '200311.951000', '200311.954000', '200311.956000', '200311.959000', '200311.961000', '200311.964000', '200311.966000', '200311.969000', '200311.971000', '200311.974000', '200311.976000', '200311.979000', '200311.982000', '200311.984000', '200311.987000', '200311.989000', '200311.992000', '200311.994000', '200311.997000', '200312.000000', '200312.003000', '200312.006000', '200312.008000', '200312.018000', '200312.020000', '200312.023000', '200312.025000', '200312.028000', '200312.030000', '200331.914000', '200331.917000', '200331.920000', '200331.922000', '200331.925000', '200331.928000', '200331.931000', '200331.934000', '200331.937000', '200331.939000', '200331.942000', '200331.944000', '200331.947000', '200331.949000', '200331.952000', '200331.954000', '200331.957000', '200331.960000', '200331.962000', '200331.965000', '200331.967000', '200331.970000', '200331.972000', '200331.975000', '200331.978000', '200331.980000', '200331.983000', '200331.986000', '200331.988000', '200331.991000', '200331.994000', '200331.996000', '200332.000000', '200332.002000', '200332.005000', '200332.008000', '200332.010000', '200332.013000', '200332.015000', '200332.018000', '200332.020000', '200332.023000', '200332.026000', '200332.028000', '200351.914000', '200351.917000', '200351.920000', '200351.922000', '200351.925000', '200351.928000', '200351.930000', '200351.933000', '200351.935000', '200351.938000', '200351.940000', '200351.943000', '200351.946000', '200351.951000', '200351.954000', '200351.956000', '200351.959000', '200351.962000', '200351.964000', '200351.967000', '200351.969000', '200351.972000', '200351.975000', '200351.977000', '200351.980000', '200351.982000', '200351.985000', '200351.987000', '200351.990000', '200351.992000', '200351.995000', '200351.998000', '200352.001000', '200352.013000', '200352.016000', '200352.019000', '200352.021000', '200352.024000', '200352.026000', '200352.029000', '200352.031000', '200352.034000', '200352.037000', '200411.914000', '200411.917000', '200411.920000', '200411.922000', '200411.925000', '200411.928000', '200411.930000', '200411.933000', '200411.935000', '200411.938000', '200411.941000', '200411.943000', '200411.946000', '200411.948000', '200411.951000', '200411.954000', '200411.956000', '200411.959000', '200411.964000', '200411.967000', '200411.969000', '200411.972000', '200411.975000', '200411.977000', '200411.980000', '200411.983000', '200411.985000', '200411.988000', '200411.990000', '200411.993000', '200411.996000', '200411.998000', '200412.002000', '200412.005000', '200412.007000', '200412.010000', '200412.012000', '200412.021000', '200412.024000', '200412.027000', '200412.029000', '200412.032000', '200412.034000', '200431.915000', '200431.918000', '200431.920000', '200431.923000', '200431.925000', '200431.928000', '200431.931000', '200431.933000', '200431.936000', '200431.938000', '200431.941000', '200431.943000', '200431.946000', '200431.949000', '200431.951000', '200431.954000', '200431.956000', '200431.959000', '200431.961000', '200431.964000', '200431.967000', '200431.969000', '200431.972000', '200431.975000', '200431.977000', '200431.980000', '200431.982000', '200431.985000', '200431.988000', '200431.990000', '200431.993000', '200431.995000', '200431.998000', '200432.002000', '200432.004000', '200432.007000', '200432.011000', '200432.014000', '200432.017000', '200432.019000', '200432.022000', '200432.024000', '200432.027000', '200432.029000', '200451.915000', '200451.918000', '200451.920000', '200451.923000', '200451.926000', '200451.928000', '200451.931000', '200451.933000', '200451.936000', '200451.938000', '200451.941000', '200451.944000', '200451.946000', '200451.949000', '200451.951000', '200451.954000', '200451.957000', '200451.959000', '200451.962000', '200451.965000', '200451.967000', '200451.972000', '200451.975000', '200451.978000', '200451.981000', '200451.984000', '200451.987000', '200451.989000', '200451.995000', '200451.997000', '200452.001000', '200452.004000', '200452.006000', '200452.009000', '200452.012000', '200452.014000', '200452.017000', '200452.019000', '200452.022000', '200452.025000', '200452.027000', '200452.030000', '200452.033000', '200511.914000', '200511.917000', '200511.920000', '200511.923000', '200511.925000', '200511.928000', '200511.930000', '200511.933000', '200511.936000', '200511.938000', '200511.941000', '200511.943000', '200511.946000', '200511.948000', '200511.951000', '200511.954000', '200511.956000', '200511.959000', '200511.962000', '200511.964000', '200511.967000', '200511.969000', '200511.972000', '200511.974000', '200511.977000', '200511.979000', '200511.982000', '200511.985000', '200511.987000', '200511.990000', '200511.992000', '200511.995000', '200511.998000', '200512.000000', '200512.003000', '200512.005000', '200512.008000', '200512.011000', '200512.013000', '200512.016000', '200512.018000', '200512.021000', '200512.024000', '200512.026000', '200531.914000', '200531.917000', '200531.920000', '200531.922000', '200531.925000', '200531.928000', '200531.930000', '200531.933000', '200531.935000', '200531.938000', '200531.940000', '200531.943000', '200531.946000', '200531.948000', '200531.951000', '200531.966000', '200531.969000', '200531.971000', '200531.974000', '200531.976000', '200531.979000', '200531.982000', '200531.984000', '200531.987000', '200531.989000', '200531.992000', '200531.994000', '200531.997000', '200532.001000', '200532.003000', '200532.006000', '200532.009000', '200532.011000', '200532.014000', '200532.016000', '200532.019000', '200532.022000', '200532.024000', '200532.027000', '200532.029000', '200532.032000', '200532.034000', '200532.037000', '200532.040000', '200551.915000', '200551.917000', '200551.920000', '200551.923000', '200551.925000', '200551.928000', '200551.930000', '200551.933000', '200551.936000', '200551.938000', '200551.941000', '200551.944000', '200551.946000', '200551.949000', '200551.951000', '200551.954000', '200551.957000', '200551.959000', '200551.962000', '200551.964000', '200551.967000', '200551.970000', '200551.973000', '200551.976000', '200551.978000', '200551.981000', '200551.984000', '200551.986000', '200551.989000', '200551.992000', '200551.995000', '200551.997000', '200552.001000', '200552.004000', '200552.007000', '200552.010000', '200552.012000', '200552.015000', '200552.018000', '200552.021000', '200552.024000', '200552.026000', '200552.029000', '200611.915000', '200611.917000', '200611.920000', '200611.923000', '200611.925000', '200611.928000', '200611.930000', '200611.933000', '200611.935000', '200611.938000', '200611.941000', '200611.943000', '200611.946000', '200611.948000', '200611.951000', '200611.954000', '200611.956000', '200611.959000', '200611.961000', '200611.964000', '200611.966000', '200611.969000', '200611.972000', '200611.974000', '200611.977000', '200611.980000', '200611.983000', '200611.986000', '200611.989000', '200611.991000', '200611.994000', '200611.997000', '200612.000000', '200612.003000', '200612.005000', '200612.009000', '200612.012000', '200612.015000', '200612.017000', '200612.020000', '200612.022000', '200612.025000', '200612.028000', '200631.915000', '200631.917000', '200631.920000', '200631.923000', '200631.925000', '200631.928000', '200631.930000', '200631.933000', '200631.935000', '200631.938000', '200631.941000', '200631.943000', '200631.946000', '200631.949000', '200631.951000', '200631.954000', '200631.956000', '200631.959000', '200631.961000', '200631.964000', '200631.966000', '200631.969000', '200631.972000', '200631.974000', '200631.977000', '200631.980000', '200631.982000', '200631.985000', '200631.988000', '200631.990000', '200631.993000', '200631.995000', '200631.998000', '200632.001000', '200632.004000', '200632.007000', '200632.009000', '200632.012000', '200632.014000', '200632.017000', '200632.019000', '200632.022000', '200632.025000', '200632.027000', '200651.915000', '200651.917000', '200651.920000', '200651.923000', '200651.925000', '200651.928000', '200651.930000', '200651.933000', '200651.935000', '200651.938000', '200651.941000', '200651.943000', '200651.946000', '200651.949000', '200651.951000', '200651.954000', '200651.956000', '200651.959000', '200651.961000', '200651.964000', '200651.967000', '200651.969000', '200651.972000', '200651.975000', '200651.978000', '200651.981000', '200651.984000', '200651.986000', '200651.989000', '200651.991000', '200651.994000', '200651.997000', '200652.000000', '200652.003000', '200652.005000', '200652.008000', '200652.010000', '200652.013000', '200652.016000', '200652.018000', '200652.033000', '200652.035000', '200652.038000', '200711.915000', '200711.917000', '200711.920000', '200711.923000', '200711.925000', '200711.928000', '200711.930000', '200711.933000', '200711.935000', '200711.938000', '200711.940000', '200711.943000', '200711.946000', '200711.948000', '200711.951000', '200711.954000', '200711.956000', '200711.959000', '200711.961000', '200711.964000', '200711.966000', '200711.969000', '200711.972000', '200711.974000', '200711.977000', '200711.979000', '200711.982000', '200711.985000', '200711.987000', '200711.990000', '200711.992000', '200711.995000', '200711.997000', '200712.001000', '200712.004000', '200712.006000', '200712.009000', '200712.011000', '200712.014000', '200712.017000', '200712.019000', '200712.022000', '200712.025000', '200712.027000', '200731.915000', '200731.917000', '200731.920000', '200731.923000', '200731.925000', '200731.928000', '200731.930000', '200731.933000', '200731.936000', '200731.938000', '200731.941000', '200731.943000', '200731.946000', '200731.949000', '200731.951000', '200731.954000', '200731.956000', '200731.959000', '200731.962000', '200731.964000', '200731.967000', '200731.969000', '200731.972000', '200731.974000', '200731.977000', '200731.980000', '200731.982000', '200731.985000', '200731.988000', '200731.990000', '200731.993000', '200731.995000', '200731.998000', '200732.001000', '200732.003000', '200732.006000', '200732.009000', '200732.011000', '200732.014000', '200732.016000', '200732.019000', '200732.022000', '200732.024000', '200751.914000', '200751.917000', '200751.920000', '200751.922000', '200751.925000', '200751.928000', '200751.930000', '200751.933000', '200751.935000', '200751.938000', '200751.941000', '200751.943000', '200751.946000', '200751.948000', '200751.951000', '200751.953000', '200751.956000', '200751.959000', '200751.961000', '200751.964000', '200751.966000', '200751.969000', '200751.971000', '200751.974000', '200751.977000', '200751.979000', '200751.982000', '200751.984000', '200751.987000', '200751.990000', '200751.992000', '200751.995000', '200751.997000', '200752.001000', '200752.003000', '200752.006000', '200752.009000', '200752.011000', '200752.014000', '200752.016000', '200752.019000', '200752.022000', '200752.024000', '200752.027000', '200811.915000', '200811.917000', '200811.920000', '200811.923000', '200811.925000', '200811.928000', '200811.930000', '200811.933000', '200811.936000', '200811.938000', '200811.941000', '200811.943000', '200811.946000', '200811.949000', '200811.951000', '200811.954000', '200811.956000', '200811.959000', '200811.961000', '200811.964000', '200811.967000', '200811.969000', '200811.972000', '200811.974000', '200811.977000', '200811.980000', '200811.982000', '200811.985000', '200811.987000', '200811.990000', '200811.992000', '200811.995000', '200811.998000', '200812.001000', '200812.004000', '200812.006000', '200812.009000', '200812.012000', '200812.014000', '200812.017000', '200812.021000', '200812.024000', '200812.026000', '200831.915000', '200831.918000', '200831.920000', '200831.923000', '200831.925000', '200831.928000', '200831.930000', '200831.944000', '200831.946000', '200831.949000', '200831.951000', '200831.954000', '200831.957000', '200831.959000', '200831.962000', '200831.964000', '200831.967000', '200831.970000', '200831.972000', '200831.975000', '200831.977000', '200831.980000', '200831.983000', '200831.985000', '200831.988000', '200831.990000', '200831.993000', '200831.995000', '200831.998000', '200832.002000', '200832.004000', '200832.007000', '200832.009000', '200832.012000', '200832.015000', '200832.017000', '200832.020000', '200832.022000', '200832.025000', '200832.028000', '200832.030000', '200832.033000', '200832.035000', '200832.038000', '200851.915000', '200851.918000', '200851.920000', '200851.923000', '200851.925000', '200851.928000', '200851.930000', '200851.933000', '200851.936000', '200851.938000', '200851.941000', '200851.943000', '200851.946000', '200851.948000', '200851.951000', '200851.954000', '200851.956000', '200851.959000', '200851.961000', '200851.964000', '200851.966000', '200851.969000', '200851.972000', '200851.974000', '200851.977000', '200851.979000', '200851.982000', '200851.984000', '200851.987000', '200851.990000', '200851.992000', '200851.995000', '200851.997000', '200852.001000', '200852.004000', '200852.006000', '200852.009000', '200852.012000', '200852.014000', '200852.017000', '200852.020000', '200852.022000', '200852.025000', '200910.483000', '200910.486000', '200910.489000', '200910.492000', '200910.494000', '200910.497000', '200910.500000', '200910.502000', '200910.505000', '200910.508000', '200910.511000', '200910.514000', '200910.517000', '200910.519000', '200910.522000', '200910.525000', '200910.528000', '200910.530000', '200910.533000', '200910.536000', '200910.538000', '200910.541000', '200910.544000', '200910.546000', '200910.549000', '200910.552000', '200910.554000', '200910.558000', '200910.561000', '200910.565000', '200910.568000', '200910.571000', '200910.573000', '200910.576000', '200910.579000', '200910.581000', '200910.584000', '200910.587000', '200910.590000', '200910.593000', '200910.597000'], 'InstanceCreationTime': ['200251.946000', '200251.949000', '200251.952000', '200251.955000', '200251.958000', '200251.960000', '200251.963000', '200251.965000', '200251.968000', '200251.970000', '200251.973000', '200251.976000', '200251.978000', '200251.981000', '200251.983000', '200251.986000', '200251.988000', '200251.991000', '200251.994000', '200251.996000', '200252.000000', '200252.002000', '200252.005000', '200252.007000', '200252.010000', '200252.012000', '200252.015000', '200252.018000', '200252.020000', '200252.023000', '200252.025000', '200252.028000', '200252.031000', '200252.033000', '200252.040000', '200252.043000', '200252.045000', '200252.048000', '200252.050000', '200252.053000', '200252.056000', '200252.058000', '200252.061000', '200252.063000', '200252.066000', '200252.069000', '200252.071000', '200252.074000', '200252.076000', '200311.914000', '200311.917000', '200311.920000', '200311.923000', '200311.925000', '200311.928000', '200311.930000', '200311.933000', '200311.936000', '200311.938000', '200311.941000', '200311.943000', '200311.946000', '200311.948000', '200311.951000', '200311.954000', '200311.956000', '200311.959000', '200311.961000', '200311.964000', '200311.966000', '200311.969000', '200311.971000', '200311.974000', '200311.976000', '200311.979000', '200311.982000', '200311.984000', '200311.987000', '200311.989000', '200311.992000', '200311.994000', '200311.997000', '200312.000000', '200312.003000', '200312.006000', '200312.008000', '200312.018000', '200312.020000', '200312.023000', '200312.025000', '200312.028000', '200312.030000', '200331.914000', '200331.917000', '200331.920000', '200331.922000', '200331.925000', '200331.928000', '200331.931000', '200331.934000', '200331.937000', '200331.939000', '200331.942000', '200331.944000', '200331.947000', '200331.949000', '200331.952000', '200331.954000', '200331.957000', '200331.960000', '200331.962000', '200331.965000', '200331.967000', '200331.970000', '200331.972000', '200331.975000', '200331.978000', '200331.980000', '200331.983000', '200331.986000', '200331.988000', '200331.991000', '200331.994000', '200331.996000', '200332.000000', '200332.002000', '200332.005000', '200332.008000', '200332.010000', '200332.013000', '200332.015000', '200332.018000', '200332.020000', '200332.023000', '200332.026000', '200332.028000', '200351.914000', '200351.917000', '200351.920000', '200351.922000', '200351.925000', '200351.928000', '200351.930000', '200351.933000', '200351.935000', '200351.938000', '200351.940000', '200351.943000', '200351.946000', '200351.951000', '200351.954000', '200351.956000', '200351.959000', '200351.962000', '200351.964000', '200351.967000', '200351.969000', '200351.972000', '200351.975000', '200351.977000', '200351.980000', '200351.982000', '200351.985000', '200351.987000', '200351.990000', '200351.992000', '200351.995000', '200351.998000', '200352.001000', '200352.013000', '200352.016000', '200352.019000', '200352.021000', '200352.024000', '200352.026000', '200352.029000', '200352.031000', '200352.034000', '200352.037000', '200411.914000', '200411.917000', '200411.920000', '200411.922000', '200411.925000', '200411.928000', '200411.930000', '200411.933000', '200411.935000', '200411.938000', '200411.941000', '200411.943000', '200411.946000', '200411.948000', '200411.951000', '200411.954000', '200411.956000', '200411.959000', '200411.964000', '200411.967000', '200411.969000', '200411.972000', '200411.975000', '200411.977000', '200411.980000', '200411.983000', '200411.985000', '200411.988000', '200411.990000', '200411.993000', '200411.996000', '200411.998000', '200412.002000', '200412.005000', '200412.007000', '200412.010000', '200412.012000', '200412.021000', '200412.024000', '200412.027000', '200412.029000', '200412.032000', '200412.034000', '200431.915000', '200431.918000', '200431.920000', '200431.923000', '200431.925000', '200431.928000', '200431.931000', '200431.933000', '200431.936000', '200431.938000', '200431.941000', '200431.943000', '200431.946000', '200431.949000', '200431.951000', '200431.954000', '200431.956000', '200431.959000', '200431.961000', '200431.964000', '200431.967000', '200431.969000', '200431.972000', '200431.975000', '200431.977000', '200431.980000', '200431.982000', '200431.985000', '200431.988000', '200431.990000', '200431.993000', '200431.995000', '200431.998000', '200432.002000', '200432.004000', '200432.007000', '200432.011000', '200432.014000', '200432.017000', '200432.019000', '200432.022000', '200432.024000', '200432.027000', '200432.029000', '200451.915000', '200451.918000', '200451.920000', '200451.923000', '200451.926000', '200451.928000', '200451.931000', '200451.933000', '200451.936000', '200451.938000', '200451.941000', '200451.944000', '200451.946000', '200451.949000', '200451.951000', '200451.954000', '200451.957000', '200451.959000', '200451.962000', '200451.965000', '200451.967000', '200451.972000', '200451.975000', '200451.978000', '200451.981000', '200451.984000', '200451.987000', '200451.989000', '200451.995000', '200451.997000', '200452.001000', '200452.004000', '200452.006000', '200452.009000', '200452.012000', '200452.014000', '200452.017000', '200452.019000', '200452.022000', '200452.025000', '200452.027000', '200452.030000', '200452.033000', '200511.914000', '200511.917000', '200511.920000', '200511.923000', '200511.925000', '200511.928000', '200511.930000', '200511.933000', '200511.936000', '200511.938000', '200511.941000', '200511.943000', '200511.946000', '200511.948000', '200511.951000', '200511.954000', '200511.956000', '200511.959000', '200511.962000', '200511.964000', '200511.967000', '200511.969000', '200511.972000', '200511.974000', '200511.977000', '200511.979000', '200511.982000', '200511.985000', '200511.987000', '200511.990000', '200511.992000', '200511.995000', '200511.998000', '200512.000000', '200512.003000', '200512.005000', '200512.008000', '200512.011000', '200512.013000', '200512.016000', '200512.018000', '200512.021000', '200512.024000', '200512.026000', '200531.914000', '200531.917000', '200531.920000', '200531.922000', '200531.925000', '200531.928000', '200531.930000', '200531.933000', '200531.935000', '200531.938000', '200531.940000', '200531.943000', '200531.946000', '200531.948000', '200531.951000', '200531.966000', '200531.969000', '200531.971000', '200531.974000', '200531.976000', '200531.979000', '200531.982000', '200531.984000', '200531.987000', '200531.989000', '200531.992000', '200531.994000', '200531.997000', '200532.001000', '200532.003000', '200532.006000', '200532.009000', '200532.011000', '200532.014000', '200532.016000', '200532.019000', '200532.022000', '200532.024000', '200532.027000', '200532.029000', '200532.032000', '200532.034000', '200532.037000', '200532.040000', '200551.915000', '200551.917000', '200551.920000', '200551.923000', '200551.925000', '200551.928000', '200551.930000', '200551.933000', '200551.936000', '200551.938000', '200551.941000', '200551.944000', '200551.946000', '200551.949000', '200551.951000', '200551.954000', '200551.957000', '200551.959000', '200551.962000', '200551.964000', '200551.967000', '200551.970000', '200551.973000', '200551.976000', '200551.978000', '200551.981000', '200551.984000', '200551.986000', '200551.989000', '200551.992000', '200551.995000', '200551.997000', '200552.001000', '200552.004000', '200552.007000', '200552.010000', '200552.012000', '200552.015000', '200552.018000', '200552.021000', '200552.024000', '200552.026000', '200552.029000', '200611.915000', '200611.917000', '200611.920000', '200611.923000', '200611.925000', '200611.928000', '200611.930000', '200611.933000', '200611.935000', '200611.938000', '200611.941000', '200611.943000', '200611.946000', '200611.948000', '200611.951000', '200611.954000', '200611.956000', '200611.959000', '200611.961000', '200611.964000', '200611.966000', '200611.969000', '200611.972000', '200611.974000', '200611.977000', '200611.980000', '200611.983000', '200611.986000', '200611.989000', '200611.991000', '200611.994000', '200611.997000', '200612.000000', '200612.003000', '200612.005000', '200612.009000', '200612.012000', '200612.015000', '200612.017000', '200612.020000', '200612.022000', '200612.025000', '200612.028000', '200631.915000', '200631.917000', '200631.920000', '200631.923000', '200631.925000', '200631.928000', '200631.930000', '200631.933000', '200631.935000', '200631.938000', '200631.941000', '200631.943000', '200631.946000', '200631.949000', '200631.951000', '200631.954000', '200631.956000', '200631.959000', '200631.961000', '200631.964000', '200631.966000', '200631.969000', '200631.972000', '200631.974000', '200631.977000', '200631.980000', '200631.982000', '200631.985000', '200631.988000', '200631.990000', '200631.993000', '200631.995000', '200631.998000', '200632.001000', '200632.004000', '200632.007000', '200632.009000', '200632.012000', '200632.014000', '200632.017000', '200632.019000', '200632.022000', '200632.025000', '200632.027000', '200651.915000', '200651.917000', '200651.920000', '200651.923000', '200651.925000', '200651.928000', '200651.930000', '200651.933000', '200651.935000', '200651.938000', '200651.941000', '200651.943000', '200651.946000', '200651.949000', '200651.951000', '200651.954000', '200651.956000', '200651.959000', '200651.961000', '200651.964000', '200651.967000', '200651.969000', '200651.972000', '200651.975000', '200651.978000', '200651.981000', '200651.984000', '200651.986000', '200651.989000', '200651.991000', '200651.994000', '200651.997000', '200652.000000', '200652.003000', '200652.005000', '200652.008000', '200652.010000', '200652.013000', '200652.016000', '200652.018000', '200652.033000', '200652.035000', '200652.038000', '200711.915000', '200711.917000', '200711.920000', '200711.923000', '200711.925000', '200711.928000', '200711.930000', '200711.933000', '200711.935000', '200711.938000', '200711.940000', '200711.943000', '200711.946000', '200711.948000', '200711.951000', '200711.954000', '200711.956000', '200711.959000', '200711.961000', '200711.964000', '200711.966000', '200711.969000', '200711.972000', '200711.974000', '200711.977000', '200711.979000', '200711.982000', '200711.985000', '200711.987000', '200711.990000', '200711.992000', '200711.995000', '200711.997000', '200712.001000', '200712.004000', '200712.006000', '200712.009000', '200712.011000', '200712.014000', '200712.017000', '200712.019000', '200712.022000', '200712.025000', '200712.027000', '200731.915000', '200731.917000', '200731.920000', '200731.923000', '200731.925000', '200731.928000', '200731.930000', '200731.933000', '200731.936000', '200731.938000', '200731.941000', '200731.943000', '200731.946000', '200731.949000', '200731.951000', '200731.954000', '200731.956000', '200731.959000', '200731.962000', '200731.964000', '200731.967000', '200731.969000', '200731.972000', '200731.974000', '200731.977000', '200731.980000', '200731.982000', '200731.985000', '200731.988000', '200731.990000', '200731.993000', '200731.995000', '200731.998000', '200732.001000', '200732.003000', '200732.006000', '200732.009000', '200732.011000', '200732.014000', '200732.016000', '200732.019000', '200732.022000', '200732.024000', '200751.914000', '200751.917000', '200751.920000', '200751.922000', '200751.925000', '200751.928000', '200751.930000', '200751.933000', '200751.935000', '200751.938000', '200751.941000', '200751.943000', '200751.946000', '200751.948000', '200751.951000', '200751.953000', '200751.956000', '200751.959000', '200751.961000', '200751.964000', '200751.966000', '200751.969000', '200751.971000', '200751.974000', '200751.977000', '200751.979000', '200751.982000', '200751.984000', '200751.987000', '200751.990000', '200751.992000', '200751.995000', '200751.997000', '200752.001000', '200752.003000', '200752.006000', '200752.009000', '200752.011000', '200752.014000', '200752.016000', '200752.019000', '200752.022000', '200752.024000', '200752.027000', '200811.915000', '200811.917000', '200811.920000', '200811.923000', '200811.925000', '200811.928000', '200811.930000', '200811.933000', '200811.936000', '200811.938000', '200811.941000', '200811.943000', '200811.946000', '200811.949000', '200811.951000', '200811.954000', '200811.956000', '200811.959000', '200811.961000', '200811.964000', '200811.967000', '200811.969000', '200811.972000', '200811.974000', '200811.977000', '200811.980000', '200811.982000', '200811.985000', '200811.987000', '200811.990000', '200811.992000', '200811.995000', '200811.998000', '200812.001000', '200812.004000', '200812.006000', '200812.009000', '200812.012000', '200812.014000', '200812.017000', '200812.021000', '200812.024000', '200812.026000', '200831.915000', '200831.918000', '200831.920000', '200831.923000', '200831.925000', '200831.928000', '200831.930000', '200831.944000', '200831.946000', '200831.949000', '200831.951000', '200831.954000', '200831.957000', '200831.959000', '200831.962000', '200831.964000', '200831.967000', '200831.970000', '200831.972000', '200831.975000', '200831.977000', '200831.980000', '200831.983000', '200831.985000', '200831.988000', '200831.990000', '200831.993000', '200831.995000', '200831.998000', '200832.002000', '200832.004000', '200832.007000', '200832.009000', '200832.012000', '200832.015000', '200832.017000', '200832.020000', '200832.022000', '200832.025000', '200832.028000', '200832.030000', '200832.033000', '200832.035000', '200832.038000', '200851.915000', '200851.918000', '200851.920000', '200851.923000', '200851.925000', '200851.928000', '200851.930000', '200851.933000', '200851.936000', '200851.938000', '200851.941000', '200851.943000', '200851.946000', '200851.948000', '200851.951000', '200851.954000', '200851.956000', '200851.959000', '200851.961000', '200851.964000', '200851.966000', '200851.969000', '200851.972000', '200851.974000', '200851.977000', '200851.979000', '200851.982000', '200851.984000', '200851.987000', '200851.990000', '200851.992000', '200851.995000', '200851.997000', '200852.001000', '200852.004000', '200852.006000', '200852.009000', '200852.012000', '200852.014000', '200852.017000', '200852.020000', '200852.022000', '200852.025000', '200910.483000', '200910.486000', '200910.489000', '200910.492000', '200910.494000', '200910.497000', '200910.500000', '200910.502000', '200910.505000', '200910.508000', '200910.511000', '200910.514000', '200910.517000', '200910.519000', '200910.522000', '200910.525000', '200910.528000', '200910.530000', '200910.533000', '200910.536000', '200910.538000', '200910.541000', '200910.544000', '200910.546000', '200910.549000', '200910.552000', '200910.554000', '200910.558000', '200910.561000', '200910.565000', '200910.568000', '200910.571000', '200910.573000', '200910.576000', '200910.579000', '200910.581000', '200910.584000', '200910.587000', '200910.590000', '200910.593000', '200910.597000'], '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': [10109, 12164, 8366, 8040, 7963, 7169, 9940, 7112, 11972, 7999, 9982, 7486, 7306, 7626, 6987, 10346, 7060, 11083, 6468, 10231, 6701, 7500, 8111, 6949, 11607, 6606, 9817, 7021, 6940, 8275, 6931, 11830, 8795, 11679, 7267, 7759, 8038, 6877, 10065, 7152, 12131, 8526, 9562, 7250, 6949, 8632, 6827, 11026, 7790, 12800, 8967, 9241, 7586, 6711, 8006, 6838, 9535, 6750, 11805, 7445, 11780, 6189, 10559, 6149, 8967, 7259, 7013, 9568, 6348, 8956, 6394, 6650, 9084, 6540, 11876, 8766, 6616, 8579, 6622, 10711, 7317, 12435, 9774, 6716, 8407, 6678, 9533, 6525, 11653, 8460, 12642, 8007, 9586, 7455, 6829, 8786, 6951, 12729, 8887, 9106, 7612, 6846, 8789, 6504, 12245, 9257, 12769, 7373, 11269, 7484, 9015, 8791, 7260, 12411, 6874, 11761, 6879, 9757, 7660, 8325, 11301, 7869, 12324, 6938, 11292, 8098, 9138, 9395, 8579, 12966, 8111, 12300, 7097, 11656, 7569, 12111, 8633, 12191, 10071, 6671, 7803, 6720, 8263, 6531, 10893, 7858, 11685, 6418, 11171, 6509, 9565, 7474, 7520, 10908, 6497, 10287, 6251, 10033, 6652, 7616, 8742, 7197, 12575, 7067, 12532, 8076, 11184, 9455, 10626, 11289, 8000, 11176, 7067, 11210, 7534, 12016, 8122, 13040, 10427, 7498, 7933, 6863, 8909, 6636, 11136, 7640, 13334, 9687, 9074, 7674, 6837, 8922, 6838, 11374, 7506, 13257, 8949, 12356, 6952, 11184, 7339, 9011, 10035, 7057, 10830, 6484, 10531, 6373, 11187, 6851, 12663, 9970, 7469, 8358, 6820, 8468, 6547, 9853, 6779, 13014, 8338, 6820, 7479, 6861, 8888, 6518, 12393, 10026, 13415, 8139, 7927, 7987, 6767, 11014, 7999, 11898, 8725, 12266, 6615, 11289, 7012, 12212, 7741, 13084, 10586, 8053, 9472, 6692, 9600, 6667, 11725, 7616, 13077, 10767, 8733, 9591, 6618, 9566, 6620, 11400, 7439, 13144, 10542, 12861, 7942, 7974, 7714, 6702, 8746, 6846, 11292, 7381, 13741, 7892, 6660, 7817, 6558, 9296, 6780, 13074, 10214, 7761, 8096, 6922, 9174, 7149, 12252, 8500, 14387, 9680, 11215, 7884, 7556, 9672, 7629, 12974, 9362, 13839, 7610, 12365, 6633, 12117, 7352, 12869, 9092, 13132, 8541, 8065, 7124, 6599, 7302, 6628, 9107, 6903, 11551, 6004, 10518, 6411, 6840, 8555, 7707, 12858, 7816, 11903, 6221, 11442, 6717, 10618, 10232, 7563, 10347, 7457, 11560, 7419, 7092, 9363, 6787, 7237, 6813, 6039, 11362, 10629, 9489, 13774, 8899, 9187, 10644, 8319, 13078, 9626, 14152, 12023, 7817, 9939, 7247, 11764, 7587, 13076, 8873, 13384, 11139, 8758, 9062, 6397, 8212, 5950, 9589, 5847, 12191, 8112, 10385, 9233, 6351, 8353, 6020, 10169, 6014, 12511, 9931, 8506, 10038, 6078, 10136, 5986, 11595, 9448, 9448, 13027, 7683, 13245, 7544, 8899, 8267, 7210, 12302, 5931, 11886, 6206, 9568, 8826, 8488, 12219, 8036, 13252, 6132, 11291, 7616, 6544, 9189, 6375, 12016, 9463, 9624, 7721, 5968, 7030, 5978, 10752, 6199, 11780, 8232, 11883, 9234, 6155, 7112, 6076, 9227, 6119, 11845, 9117, 9617, 9737, 5843, 8807, 5939, 10108, 6274, 11562, 7379, 12088, 10067, 7205, 7878, 6030, 7955, 6058, 9711, 7100, 10578, 6480, 12750, 6756, 10547, 6464, 5955, 6762, 5928, 8465, 6264, 12399, 6554, 10476, 6209, 6141, 8907, 5994, 11692, 7471, 11341, 6264, 7281, 7556, 7557, 10285, 6722, 12540, 6264, 11429, 6102, 9978, 8628, 9263, 10791, 7516, 10686, 6033, 10131, 6060, 8921, 8535, 7538, 12058, 7506, 10863, 6136, 10533, 6515, 11703, 8938, 11338, 9948, 6396, 8153, 5703, 8029, 5974, 8969, 7547, 10777, 6295, 9948, 5943, 9282, 6110, 10747, 6772, 11072, 9212, 7033, 8258, 7064, 7722, 6127, 9045, 6044, 10212, 6915, 10492, 8981, 10121, 6474, 7069, 6427, 6142, 8324, 6217, 10232, 6647, 10485, 5900, 9413, 5996, 10090, 6946, 9213, 8787, 7272, 7822, 5822, 7713, 6095, 9710, 7417, 11593, 8603, 7378, 7767, 5999, 10207, 7114, 11096, 8137, 11566, 7936, 11858, 6398, 10225, 6310, 10283, 7975, 10788, 9280, 8422, 7813, 5843, 7400, 7099, 6770, 7842, 7113, 6264, 9385, 6225, 8044, 5992, 7705, 5921, 8953, 6670, 9870, 8253, 6215, 7965, 6053, 8718, 6157, 9421, 6699, 11589, 6819, 11073, 6293, 10593, 7220, 11287, 7800, 10554, 9454, 6774, 7691, 6012, 7870, 6182, 8998, 6767, 9987, 7536, 11162, 6372, 10402, 6446, 10134, 8200, 11409, 8870, 9551, 9457, 6303, 8115, 6051, 8300, 5913, 8940, 6610, 10169, 8442, 7596, 7000, 7309, 6997, 6112, 9523, 7101, 10138, 6129, 8628, 5985, 8134, 6175, 8642, 6409, 10171, 7211, 9519, 5847, 7998, 6074, 8520, 7170, 8871, 8358, 6763, 9872, 5999, 8559, 5967, 8619, 6174, 9696, 8640, 8653, 7380, 6006, 7715, 6030, 8785, 6178, 10492, 8808, 9373, 7971, 6200, 7825, 5980, 9417, 6676, 10840, 8835, 9892, 7891, 6538, 8446, 6025, 9738, 6548, 10939, 8921, 10694, 7010, 6015, 7207, 6299, 8401, 6395, 10563, 7790, 8645, 6080, 6424, 8060, 6366, 10050, 7107, 10812, 6553, 9137, 6191, 8213, 6523, 7486, 8865, 7274, 10432, 7867, 9962, 6235, 9166, 6312, 8561, 8757, 8890, 9696, 7894, 9710, 6048, 8669, 6403, 9474, 7576, 9368, 9975, 7542, 8788, 6159, 8896, 5970, 9313, 6756, 10198, 8546, 10032, 7018, 5954, 6953, 6395, 8253, 6268, 10427, 8688, 7824, 7074, 6045, 7640, 6130, 10105, 7842, 10982, 9465, 8035, 7349, 6048, 9261, 6905, 10611, 7821, 10990, 6519, 10192, 6219, 9784, 8781, 9937, 9091, 7988, 9523, 6076, 8598, 6251, 9647, 8427, 7070, 8426, 6072, 8282, 6126, 9060, 6449, 10226, 8596, 8376, 7334, 6066, 8445, 6128, 9431, 6329, 10391, 7651, 10752, 6936, 9368, 6455, 7131, 7057, 6846, 9058, 7464, 10746, 6062, 8986, 5984, 8818, 6131, 9176, 6831, 10478, 8710, 5975, 7571, 6483, 8091, 6108, 8029, 6111, 8629, 6238, 9714, 6130, 8507, 6116, 6835, 6197, 6504, 9996, 7025, 9873, 5922, 8911, 6233, 9680, 8624, 9595, 9727, 7683, 10606, 6567, 9261, 6469, 9590, 7521, 10529, 7872, 10872, 9483, 7028, 7646, 6190, 7978, 6050, 9205, 6563, 10497], 'WindowCenter': [3881.0, 3874.0, 3842.0, 3828.0, 3830.0, 3816.0, 3850.0, 3819.0, 3848.0, 3825.0, 3837.0, 3814.0, 3813.0, 3814.0, 3813.0, 3845.0, 3804.0, 3845.0, 3802.0, 3845.0, 3805.0, 3813.0, 3827.0, 3815.0, 3859.0, 3804.0, 3846.0, 3817.0, 3814.0, 3829.0, 3815.0, 3858.0, 3837.0, 3847.0, 3812.0, 3815.0, 3824.0, 3803.0, 3862.0, 3814.0, 3858.0, 3827.0, 3837.0, 3812.0, 3813.0, 3828.0, 3806.0, 3844.0, 3813.0, 3857.0, 3822.0, 3832.0, 3813.0, 3804.0, 3826.0, 3805.0, 3834.0, 3805.0, 3847.0, 3814.0, 3844.0, 3794.0, 3843.0, 3792.0, 3837.0, 3816.0, 3814.0, 3835.0, 3806.0, 3835.0, 3805.0, 3806.0, 3837.0, 3819.0, 3860.0, 3840.0, 3820.0, 3842.0, 3818.0, 3847.0, 3828.0, 3869.0, 3847.0, 3804.0, 3829.0, 3806.0, 3838.0, 3808.0, 3861.0, 3839.0, 3857.0, 3826.0, 3838.0, 3818.0, 3809.0, 3838.0, 3819.0, 3857.0, 3839.0, 3839.0, 3828.0, 3806.0, 3836.0, 3805.0, 3858.0, 3838.0, 3867.0, 3815.0, 3844.0, 3819.0, 3836.0, 3840.0, 3813.0, 3857.0, 3804.0, 3856.0, 3806.0, 3833.0, 3827.0, 3827.0, 3849.0, 3827.0, 3859.0, 3815.0, 3847.0, 3830.0, 3833.0, 3834.0, 3826.0, 3857.0, 3814.0, 3845.0, 3803.0, 3844.0, 3816.0, 3842.0, 3824.0, 3848.0, 3834.0, 3805.0, 3817.0, 3804.0, 3824.0, 3806.0, 3843.0, 3824.0, 3842.0, 3804.0, 3845.0, 3806.0, 3837.0, 3818.0, 3824.0, 3848.0, 3804.0, 3847.0, 3805.0, 3846.0, 3805.0, 3825.0, 3838.0, 3816.0, 3859.0, 3818.0, 3857.0, 3828.0, 3848.0, 3849.0, 3847.0, 3846.0, 3823.0, 3844.0, 3804.0, 3850.0, 3815.0, 3844.0, 3827.0, 3853.0, 3848.0, 3816.0, 3823.0, 3804.0, 3827.0, 3803.0, 3848.0, 3815.0, 3857.0, 3837.0, 3824.0, 3817.0, 3803.0, 3827.0, 3803.0, 3843.0, 3814.0, 3859.0, 3826.0, 3846.0, 3805.0, 3845.0, 3812.0, 3826.0, 3837.0, 3805.0, 3846.0, 3795.0, 3843.0, 3804.0, 3848.0, 3805.0, 3858.0, 3835.0, 3815.0, 3826.0, 3808.0, 3828.0, 3807.0, 3845.0, 3805.0, 3859.0, 3825.0, 3805.0, 3819.0, 3808.0, 3841.0, 3809.0, 3861.0, 3848.0, 3860.0, 3826.0, 3824.0, 3827.0, 3805.0, 3848.0, 3828.0, 3860.0, 3824.0, 3846.0, 3804.0, 3845.0, 3807.0, 3847.0, 3818.0, 3853.0, 3845.0, 3815.0, 3836.0, 3804.0, 3833.0, 3806.0, 3846.0, 3815.0, 3856.0, 3845.0, 3827.0, 3836.0, 3806.0, 3835.0, 3806.0, 3844.0, 3813.0, 3858.0, 3847.0, 3857.0, 3815.0, 3813.0, 3815.0, 3802.0, 3828.0, 3805.0, 3846.0, 3817.0, 3855.0, 3830.0, 3804.0, 3827.0, 3804.0, 3834.0, 3805.0, 3858.0, 3847.0, 3828.0, 3829.0, 3816.0, 3837.0, 3818.0, 3860.0, 3830.0, 3860.0, 3837.0, 3845.0, 3828.0, 3814.0, 3839.0, 3815.0, 3856.0, 3825.0, 3855.0, 3815.0, 3847.0, 3794.0, 3841.0, 3801.0, 3845.0, 3827.0, 3845.0, 3826.0, 3815.0, 3800.0, 3790.0, 3816.0, 3802.0, 3827.0, 3804.0, 3846.0, 3792.0, 3847.0, 3804.0, 3806.0, 3840.0, 3817.0, 3861.0, 3826.0, 3846.0, 3795.0, 3848.0, 3808.0, 3843.0, 3847.0, 3831.0, 3863.0, 3844.0, 3874.0, 3830.0, 3818.0, 3848.0, 3819.0, 3817.0, 3817.0, 3810.0, 3860.0, 3862.0, 3849.0, 3870.0, 3842.0, 3840.0, 3848.0, 3828.0, 3855.0, 3839.0, 3857.0, 3846.0, 3814.0, 3834.0, 3801.0, 3844.0, 3814.0, 3845.0, 3823.0, 3855.0, 3847.0, 3815.0, 3822.0, 3792.0, 3813.0, 3782.0, 3823.0, 3786.0, 3845.0, 3819.0, 3837.0, 3826.0, 3795.0, 3824.0, 3794.0, 3835.0, 3795.0, 3860.0, 3848.0, 3827.0, 3836.0, 3796.0, 3846.0, 3798.0, 3859.0, 3850.0, 3838.0, 3885.0, 3831.0, 3873.0, 3830.0, 3808.0, 3838.0, 3827.0, 3857.0, 3794.0, 3844.0, 3792.0, 3835.0, 3835.0, 3826.0, 3854.0, 3814.0, 3855.0, 3790.0, 3842.0, 3813.0, 3789.0, 3822.0, 3790.0, 3842.0, 3831.0, 3832.0, 3814.0, 3793.0, 3803.0, 3791.0, 3845.0, 3792.0, 3843.0, 3823.0, 3844.0, 3822.0, 3780.0, 3800.0, 3792.0, 3833.0, 3794.0, 3842.0, 3823.0, 3832.0, 3834.0, 3781.0, 3821.0, 3793.0, 3832.0, 3789.0, 3845.0, 3813.0, 3845.0, 3834.0, 3802.0, 3811.0, 3780.0, 3813.0, 3779.0, 3822.0, 3801.0, 3834.0, 3794.0, 3839.0, 3787.0, 3830.0, 3788.0, 3778.0, 3800.0, 3780.0, 3825.0, 3803.0, 3853.0, 3790.0, 3844.0, 3791.0, 3791.0, 3834.0, 3793.0, 3855.0, 3812.0, 3845.0, 3803.0, 3815.0, 3814.0, 3815.0, 3847.0, 3807.0, 3854.0, 3793.0, 3845.0, 3795.0, 3835.0, 3823.0, 3833.0, 3846.0, 3801.0, 3834.0, 3790.0, 3832.0, 3790.0, 3822.0, 3822.0, 3812.0, 3844.0, 3811.0, 3831.0, 3790.0, 3831.0, 3791.0, 3843.0, 3822.0, 3842.0, 3833.0, 3791.0, 3812.0, 3771.0, 3809.0, 3778.0, 3821.0, 3800.0, 3832.0, 3787.0, 3830.0, 3781.0, 3819.0, 3779.0, 3832.0, 3802.0, 3842.0, 3823.0, 3800.0, 3811.0, 3801.0, 3801.0, 3779.0, 3822.0, 3779.0, 3834.0, 3799.0, 3835.0, 3821.0, 3833.0, 3792.0, 3801.0, 3792.0, 3780.0, 3823.0, 3780.0, 3833.0, 3800.0, 3834.0, 3782.0, 3820.0, 3795.0, 3832.0, 3801.0, 3833.0, 3824.0, 3812.0, 3812.0, 3784.0, 3813.0, 3792.0, 3834.0, 3815.0, 3845.0, 3826.0, 3812.0, 3813.0, 3791.0, 3833.0, 3803.0, 3845.0, 3810.0, 3845.0, 3811.0, 3831.0, 3789.0, 3831.0, 3791.0, 3830.0, 3811.0, 3833.0, 3822.0, 3813.0, 3812.0, 3780.0, 3800.0, 3799.0, 3792.0, 3809.0, 3803.0, 3790.0, 3821.0, 3779.0, 3810.0, 3779.0, 3816.0, 3793.0, 3822.0, 3804.0, 3834.0, 3822.0, 3794.0, 3825.0, 3793.0, 3825.0, 3792.0, 3833.0, 3802.0, 3845.0, 3802.0, 3842.0, 3792.0, 3832.0, 3812.0, 3835.0, 3813.0, 3831.0, 3825.0, 3791.0, 3812.0, 3780.0, 3811.0, 3781.0, 3822.0, 3791.0, 3835.0, 3811.0, 3834.0, 3790.0, 3833.0, 3793.0, 3831.0, 3823.0, 3844.0, 3822.0, 3821.0, 3820.0, 3778.0, 3809.0, 3779.0, 3810.0, 3778.0, 3821.0, 3802.0, 3833.0, 3812.0, 3812.0, 3799.0, 3801.0, 3800.0, 3782.0, 3834.0, 3802.0, 3833.0, 3780.0, 3811.0, 3782.0, 3813.0, 3779.0, 3823.0, 3791.0, 3830.0, 3800.0, 3819.0, 3780.0, 3813.0, 3793.0, 3822.0, 3803.0, 3822.0, 3822.0, 3801.0, 3834.0, 3792.0, 3824.0, 3793.0, 3821.0, 3791.0, 3834.0, 3824.0, 3823.0, 3814.0, 3791.0, 3812.0, 3793.0, 3826.0, 3793.0, 3845.0, 3833.0, 3835.0, 3813.0, 3794.0, 3811.0, 3791.0, 3833.0, 3803.0, 3834.0, 3826.0, 3833.0, 3812.0, 3791.0, 3824.0, 3780.0, 3832.0, 3793.0, 3831.0, 3826.0, 3833.0, 3801.0, 3781.0, 3801.0, 3789.0, 3825.0, 3790.0, 3833.0, 3814.0, 3823.0, 3792.0, 3793.0, 3812.0, 3792.0, 3835.0, 3802.0, 3844.0, 3791.0, 3822.0, 3791.0, 3823.0, 3791.0, 3802.0, 3824.0, 3811.0, 3834.0, 3814.0, 3830.0, 3781.0, 3824.0, 3790.0, 3822.0, 3824.0, 3821.0, 3822.0, 3812.0, 3823.0, 3782.0, 3822.0, 3790.0, 3832.0, 3812.0, 3822.0, 3834.0, 3812.0, 3825.0, 3782.0, 3824.0, 3780.0, 3825.0, 3802.0, 3833.0, 3823.0, 3836.0, 3800.0, 3780.0, 3802.0, 3792.0, 3824.0, 3792.0, 3846.0, 3825.0, 3816.0, 3803.0, 3792.0, 3814.0, 3793.0, 3833.0, 3815.0, 3846.0, 3834.0, 3813.0, 3803.0, 3779.0, 3820.0, 3803.0, 3832.0, 3811.0, 3835.0, 3792.0, 3834.0, 3779.0, 3820.0, 3824.0, 3835.0, 3822.0, 3809.0, 3823.0, 3781.0, 3810.0, 3791.0, 3822.0, 3826.0, 3801.0, 3811.0, 3782.0, 3822.0, 3792.0, 3824.0, 3804.0, 3837.0, 3823.0, 3811.0, 3802.0, 3780.0, 3821.0, 3781.0, 3823.0, 3791.0, 3834.0, 3814.0, 3832.0, 3802.0, 3822.0, 3790.0, 3801.0, 3802.0, 3790.0, 3821.0, 3800.0, 3833.0, 3778.0, 3813.0, 3780.0, 3820.0, 3780.0, 3819.0, 3789.0, 3830.0, 3821.0, 3780.0, 3811.0, 3790.0, 3814.0, 3779.0, 3811.0, 3792.0, 3835.0, 3795.0, 3832.0, 3793.0, 3824.0, 3790.0, 3803.0, 3793.0, 3803.0, 3847.0, 3814.0, 3836.0, 3794.0, 3834.0, 3794.0, 3837.0, 3826.0, 3833.0, 3838.0, 3815.0, 3838.0, 3802.0, 3822.0, 3793.0, 3834.0, 3811.0, 3832.0, 3824.0, 3834.0, 3824.0, 3803.0, 3810.0, 3780.0, 3816.0, 3784.0, 3821.0, 3802.0, 3845.0], 'WindowWidth': [8689.0, 8669.0, 8620.0, 8594.0, 8598.0, 8576.0, 8623.0, 8582.0, 8620.0, 8587.0, 8604.0, 8569.0, 8567.0, 8569.0, 8567.0, 8612.0, 8558.0, 8613.0, 8552.0, 8612.0, 8559.0, 8569.0, 8592.0, 8573.0, 8635.0, 8558.0, 8614.0, 8578.0, 8572.0, 8595.0, 8575.0, 8634.0, 8605.0, 8617.0, 8566.0, 8572.0, 8584.0, 8556.0, 8646.0, 8572.0, 8635.0, 8591.0, 8603.0, 8566.0, 8569.0, 8592.0, 8561.0, 8609.0, 8570.0, 8630.0, 8579.0, 8590.0, 8567.0, 8557.0, 8587.0, 8557.0, 8594.0, 8556.0, 8615.0, 8568.0, 8610.0, 8545.0, 8607.0, 8539.0, 8604.0, 8577.0, 8569.0, 8598.0, 8562.0, 8601.0, 8562.0, 8563.0, 8605.0, 8586.0, 8639.0, 8613.0, 8587.0, 8617.0, 8583.0, 8618.0, 8597.0, 8652.0, 8620.0, 8559.0, 8596.0, 8562.0, 8607.0, 8567.0, 8640.0, 8609.0, 8631.0, 8589.0, 8605.0, 8580.0, 8568.0, 8607.0, 8582.0, 8633.0, 8608.0, 8607.0, 8592.0, 8564.0, 8604.0, 8561.0, 8634.0, 8607.0, 8646.0, 8573.0, 8610.0, 8583.0, 8601.0, 8611.0, 8570.0, 8631.0, 8557.0, 8628.0, 8561.0, 8595.0, 8591.0, 8590.0, 8624.0, 8590.0, 8635.0, 8572.0, 8617.0, 8597.0, 8595.0, 8598.0, 8587.0, 8630.0, 8569.0, 8610.0, 8552.0, 8609.0, 8572.0, 8605.0, 8583.0, 8616.0, 8595.0, 8556.0, 8574.0, 8555.0, 8581.0, 8561.0, 8608.0, 8584.0, 8605.0, 8556.0, 8611.0, 8561.0, 8602.0, 8579.0, 8584.0, 8619.0, 8558.0, 8615.0, 8561.0, 8615.0, 8560.0, 8588.0, 8609.0, 8578.0, 8638.0, 8581.0, 8631.0, 8595.0, 8620.0, 8622.0, 8617.0, 8615.0, 8581.0, 8610.0, 8556.0, 8623.0, 8573.0, 8610.0, 8588.0, 8621.0, 8619.0, 8572.0, 8581.0, 8555.0, 8588.0, 8554.0, 8617.0, 8571.0, 8630.0, 8603.0, 8581.0, 8575.0, 8553.0, 8589.0, 8553.0, 8607.0, 8570.0, 8634.0, 8586.0, 8612.0, 8556.0, 8610.0, 8564.0, 8586.0, 8604.0, 8557.0, 8612.0, 8546.0, 8607.0, 8556.0, 8616.0, 8561.0, 8632.0, 8598.0, 8572.0, 8587.0, 8565.0, 8591.0, 8564.0, 8613.0, 8559.0, 8634.0, 8586.0, 8560.0, 8582.0, 8566.0, 8612.0, 8570.0, 8640.0, 8620.0, 8638.0, 8589.0, 8584.0, 8591.0, 8559.0, 8620.0, 8591.0, 8639.0, 8582.0, 8612.0, 8555.0, 8610.0, 8562.0, 8614.0, 8577.0, 8621.0, 8611.0, 8571.0, 8600.0, 8554.0, 8593.0, 8561.0, 8614.0, 8571.0, 8627.0, 8613.0, 8587.0, 8600.0, 8560.0, 8600.0, 8560.0, 8609.0, 8568.0, 8631.0, 8615.0, 8628.0, 8571.0, 8567.0, 8570.0, 8552.0, 8592.0, 8558.0, 8615.0, 8577.0, 8625.0, 8595.0, 8558.0, 8590.0, 8558.0, 8597.0, 8562.0, 8633.0, 8617.0, 8593.0, 8595.0, 8574.0, 8604.0, 8579.0, 8637.0, 8596.0, 8637.0, 8602.0, 8611.0, 8590.0, 8568.0, 8607.0, 8571.0, 8627.0, 8582.0, 8624.0, 8569.0, 8613.0, 8541.0, 8600.0, 8548.0, 8609.0, 8588.0, 8608.0, 8583.0, 8568.0, 8546.0, 8533.0, 8572.0, 8551.0, 8587.0, 8556.0, 8613.0, 8539.0, 8615.0, 8557.0, 8560.0, 8610.0, 8576.0, 8641.0, 8587.0, 8614.0, 8545.0, 8617.0, 8565.0, 8608.0, 8618.0, 8602.0, 8651.0, 8629.0, 8665.0, 8600.0, 8581.0, 8621.0, 8585.0, 8580.0, 8579.0, 8572.0, 8639.0, 8645.0, 8623.0, 8653.0, 8616.0, 8611.0, 8620.0, 8592.0, 8625.0, 8608.0, 8632.0, 8614.0, 8567.0, 8594.0, 8548.0, 8606.0, 8566.0, 8609.0, 8578.0, 8622.0, 8613.0, 8566.0, 8574.0, 8533.0, 8563.0, 8523.0, 8577.0, 8532.0, 8610.0, 8579.0, 8600.0, 8584.0, 8544.0, 8580.0, 8543.0, 8596.0, 8546.0, 8636.0, 8619.0, 8589.0, 8599.0, 8549.0, 8614.0, 8554.0, 8634.0, 8625.0, 8607.0, 8682.0, 8604.0, 8662.0, 8599.0, 8546.0, 8611.0, 8593.0, 8631.0, 8544.0, 8609.0, 8538.0, 8597.0, 8598.0, 8587.0, 8624.0, 8569.0, 8623.0, 8533.0, 8603.0, 8565.0, 8528.0, 8576.0, 8533.0, 8603.0, 8589.0, 8590.0, 8567.0, 8539.0, 8552.0, 8536.0, 8611.0, 8540.0, 8605.0, 8580.0, 8607.0, 8577.0, 8520.0, 8547.0, 8539.0, 8592.0, 8542.0, 8604.0, 8581.0, 8590.0, 8594.0, 8523.0, 8574.0, 8541.0, 8592.0, 8533.0, 8609.0, 8566.0, 8611.0, 8595.0, 8551.0, 8562.0, 8517.0, 8566.0, 8516.0, 8575.0, 8547.0, 8593.0, 8539.0, 8595.0, 8525.0, 8584.0, 8528.0, 8513.0, 8547.0, 8519.0, 8585.0, 8554.0, 8620.0, 8535.0, 8608.0, 8538.0, 8537.0, 8597.0, 8541.0, 8626.0, 8566.0, 8611.0, 8554.0, 8571.0, 8570.0, 8572.0, 8617.0, 8563.0, 8624.0, 8541.0, 8611.0, 8544.0, 8597.0, 8581.0, 8594.0, 8615.0, 8548.0, 8596.0, 8533.0, 8590.0, 8535.0, 8578.0, 8580.0, 8564.0, 8610.0, 8563.0, 8589.0, 8533.0, 8588.0, 8535.0, 8606.0, 8577.0, 8604.0, 8592.0, 8534.0, 8563.0, 8507.0, 8556.0, 8513.0, 8573.0, 8545.0, 8587.0, 8525.0, 8584.0, 8522.0, 8571.0, 8518.0, 8589.0, 8550.0, 8604.0, 8580.0, 8544.0, 8561.0, 8546.0, 8546.0, 8518.0, 8574.0, 8518.0, 8592.0, 8544.0, 8595.0, 8573.0, 8591.0, 8537.0, 8549.0, 8538.0, 8519.0, 8578.0, 8520.0, 8593.0, 8547.0, 8594.0, 8525.0, 8571.0, 8544.0, 8591.0, 8551.0, 8592.0, 8583.0, 8564.0, 8565.0, 8530.0, 8567.0, 8541.0, 8597.0, 8574.0, 8613.0, 8586.0, 8564.0, 8566.0, 8537.0, 8593.0, 8554.0, 8611.0, 8560.0, 8609.0, 8559.0, 8586.0, 8530.0, 8587.0, 8533.0, 8585.0, 8561.0, 8592.0, 8577.0, 8564.0, 8563.0, 8520.0, 8546.0, 8542.0, 8534.0, 8554.0, 8551.0, 8533.0, 8574.0, 8516.0, 8558.0, 8517.0, 8574.0, 8541.0, 8579.0, 8557.0, 8597.0, 8577.0, 8543.0, 8586.0, 8542.0, 8586.0, 8540.0, 8594.0, 8551.0, 8611.0, 8552.0, 8604.0, 8539.0, 8591.0, 8564.0, 8596.0, 8566.0, 8588.0, 8582.0, 8532.0, 8562.0, 8518.0, 8561.0, 8521.0, 8576.0, 8535.0, 8596.0, 8560.0, 8593.0, 8532.0, 8589.0, 8537.0, 8585.0, 8580.0, 8606.0, 8576.0, 8574.0, 8571.0, 8512.0, 8555.0, 8516.0, 8556.0, 8515.0, 8573.0, 8550.0, 8592.0, 8564.0, 8562.0, 8543.0, 8546.0, 8546.0, 8524.0, 8594.0, 8550.0, 8591.0, 8517.0, 8561.0, 8522.0, 8563.0, 8517.0, 8577.0, 8534.0, 8585.0, 8546.0, 8569.0, 8520.0, 8564.0, 8539.0, 8576.0, 8554.0, 8579.0, 8578.0, 8549.0, 8594.0, 8538.0, 8582.0, 8540.0, 8575.0, 8536.0, 8595.0, 8582.0, 8579.0, 8568.0, 8536.0, 8565.0, 8540.0, 8585.0, 8541.0, 8612.0, 8594.0, 8597.0, 8566.0, 8543.0, 8563.0, 8536.0, 8593.0, 8554.0, 8595.0, 8586.0, 8591.0, 8562.0, 8534.0, 8579.0, 8519.0, 8590.0, 8539.0, 8589.0, 8585.0, 8591.0, 8547.0, 8521.0, 8547.0, 8530.0, 8582.0, 8535.0, 8592.0, 8568.0, 8579.0, 8538.0, 8540.0, 8566.0, 8539.0, 8599.0, 8553.0, 8608.0, 8535.0, 8577.0, 8536.0, 8578.0, 8537.0, 8550.0, 8581.0, 8562.0, 8596.0, 8567.0, 8585.0, 8520.0, 8580.0, 8533.0, 8577.0, 8581.0, 8573.0, 8578.0, 8562.0, 8578.0, 8523.0, 8577.0, 8533.0, 8589.0, 8565.0, 8577.0, 8597.0, 8562.0, 8583.0, 8523.0, 8580.0, 8520.0, 8582.0, 8550.0, 8594.0, 8581.0, 8598.0, 8545.0, 8519.0, 8551.0, 8538.0, 8582.0, 8540.0, 8614.0, 8585.0, 8574.0, 8553.0, 8538.0, 8570.0, 8541.0, 8595.0, 8572.0, 8613.0, 8595.0, 8566.0, 8552.0, 8517.0, 8573.0, 8553.0, 8591.0, 8561.0, 8596.0, 8536.0, 8594.0, 8515.0, 8571.0, 8584.0, 8595.0, 8577.0, 8555.0, 8577.0, 8520.0, 8556.0, 8536.0, 8576.0, 8586.0, 8548.0, 8562.0, 8524.0, 8575.0, 8538.0, 8582.0, 8558.0, 8602.0, 8581.0, 8561.0, 8551.0, 8519.0, 8575.0, 8522.0, 8578.0, 8534.0, 8595.0, 8568.0, 8590.0, 8549.0, 8576.0, 8531.0, 8547.0, 8548.0, 8531.0, 8573.0, 8544.0, 8590.0, 8514.0, 8562.0, 8517.0, 8570.0, 8518.0, 8569.0, 8531.0, 8586.0, 8573.0, 8518.0, 8560.0, 8534.0, 8568.0, 8517.0, 8560.0, 8537.0, 8600.0, 8546.0, 8591.0, 8541.0, 8582.0, 8536.0, 8553.0, 8543.0, 8556.0, 8618.0, 8569.0, 8601.0, 8545.0, 8597.0, 8545.0, 8602.0, 8589.0, 8595.0, 8605.0, 8571.0, 8604.0, 8551.0, 8576.0, 8539.0, 8593.0, 8563.0, 8590.0, 8583.0, 8595.0, 8581.0, 8552.0, 8559.0, 8521.0, 8571.0, 8528.0, 8575.0, 8551.0, 8609.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.010150195627157651</td></tr>
<tr><td colspan=3>aqi</td><td>0.1078461835443038</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.92034712144006</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>0.982354991094469</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.8895523661981564</td></tr>
<tr><td colspan=3>efc</td><td>0.4624</td></tr>
<tr><td colspan=3>fber</td><td>4370.1704</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08844908751926657</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>31</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.567318757192175</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.801663685119363</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.7348602075231243</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.96978274737668</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.7003481004582848</td></tr>
<tr><td colspan=3>gcor</td><td>0.001631</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.0032464973628520966</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.016059789806604385</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.95954874502765</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>31.059</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.0274</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>148.0393</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305100.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>650.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>280.118</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1539</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>419.8792</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3042.2039</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3268.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71444.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1007.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3916.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>825.3408</td></tr>
<tr><td colspan=3>tsnr</td><td>25.30540248088073</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>