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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0133/ses-04/func/sub-0133_ses-04_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>c81285bdc2063252606cc83e15fd5876</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:04:29.037500</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.997847, 0.0652106, 0.00693037, -0.0652275, 0.997868, 0.00224575]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0977736</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4206, -7789, -7225, 202, -152, -107, -11, 68]</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>271.681</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d36b4aae-0139-4043-9575-940b79b8a767||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.677151679992676, -0.17500057816505432, 0.018276702612638474, 120.29663848876953], [-0.17495514452457428, 2.677206516265869, 0.007271010894328356, -88.12971496582031], [0.01859368197619915, -0.006025183945894241, 2.6999282836914062, -73.49849700927734], [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': ['200429.037500', '200429.497500', '200429.957500', '200430.417500', '200430.877500', '200431.337500', '200431.797500', '200432.257500', '200432.717500', '200433.177500', '200433.637500', '200434.097500', '200434.557500', '200435.017500', '200435.477500', '200435.937500', '200436.397500', '200436.857500', '200437.317500', '200437.777500', '200438.237500', '200438.697500', '200439.157500', '200439.617500', '200440.077500', '200440.537500', '200440.997500', '200441.457500', '200441.917500', '200442.377500', '200442.837500', '200443.297500', '200443.757500', '200444.217500', '200444.677500', '200445.137500', '200445.597500', '200446.057500', '200446.517500', '200446.977500', '200447.437500', '200447.897500', '200448.357500', '200448.817500', '200449.277500', '200449.737500', '200450.197500', '200450.657500', '200451.117500', '200451.577500', '200452.037500', '200452.497500', '200452.957500', '200453.417500', '200453.877500', '200454.337500', '200454.797500', '200455.257500', '200455.717500', '200456.177500', '200456.637500', '200457.097500', '200457.557500', '200458.017500', '200458.477500', '200458.937500', '200459.397500', '200459.857500', '200500.317500', '200500.777500', '200501.237500', '200501.697500', '200502.157500', '200502.617500', '200503.077500', '200503.537500', '200503.997500', '200504.457500', '200504.917500', '200505.377500', '200505.837500', '200506.297500', '200506.757500', '200507.217500', '200507.677500', '200508.137500', '200508.597500', '200509.057500', '200509.517500', '200509.977500', '200510.437500', '200510.897500', '200511.357500', '200511.817500', '200512.277500', '200512.737500', '200513.197500', '200513.657500', '200514.117500', '200514.577500', '200515.037500', '200515.497500', '200515.957500', '200516.417500', '200516.877500', '200517.337500', '200517.797500', '200518.257500', '200518.717500', '200519.177500', '200519.637500', '200520.097500', '200520.557500', '200521.017500', '200521.477500', '200521.937500', '200522.397500', '200522.857500', '200523.317500', '200523.777500', '200524.237500', '200524.697500', '200525.157500', '200525.617500', '200526.077500', '200526.537500', '200526.997500', '200527.457500', '200527.917500', '200528.377500', '200528.837500', '200529.297500', '200529.757500', '200530.217500', '200530.677500', '200531.137500', '200531.597500', '200532.057500', '200532.517500', '200532.977500', '200533.437500', '200533.897500', '200534.357500', '200534.817500', '200535.277500', '200535.737500', '200536.197500', '200536.657500', '200537.117500', '200537.577500', '200538.037500', '200538.497500', '200538.957500', '200539.417500', '200539.877500', '200540.337500', '200540.797500', '200541.257500', '200541.717500', '200542.177500', '200542.637500', '200543.097500', '200543.557500', '200544.017500', '200544.477500', '200544.937500', '200545.397500', '200545.857500', '200546.317500', '200546.777500', '200547.237500', '200547.697500', '200548.157500', '200548.617500', '200549.077500', '200549.537500', '200549.997500', '200550.457500', '200550.917500', '200551.377500', '200551.837500', '200552.297500', '200552.757500', '200553.217500', '200553.677500', '200554.137500', '200554.597500', '200555.057500', '200555.517500', '200555.977500', '200556.437500', '200556.897500', '200557.357500', '200557.817500', '200558.277500', '200558.737500', '200559.197500', '200559.657500', '200600.117500', '200600.577500', '200601.037500', '200601.497500', '200601.957500', '200602.417500', '200602.877500', '200603.337500', '200603.797500', '200604.257500', '200604.717500', '200605.177500', '200605.637500', '200606.097500', '200606.557500', '200607.017500', '200607.477500', '200607.937500', '200608.397500', '200608.857500', '200609.317500', '200609.777500', '200610.237500', '200610.697500', '200611.157500', '200611.617500', '200612.077500', '200612.537500', '200612.997500', '200613.457500', '200613.917500', '200614.377500', '200614.837500', '200615.297500', '200615.757500', '200616.217500', '200616.677500', '200617.137500', '200617.597500', '200618.057500', '200618.517500', '200618.977500', '200619.437500', '200619.897500', '200620.357500', '200620.817500', '200621.277500', '200621.737500', '200622.197500', '200622.657500', '200623.117500', '200623.577500', '200624.037500', '200624.497500', '200624.957500', '200625.417500', '200625.877500', '200626.337500', '200626.797500', '200627.257500', '200627.717500', '200628.177500', '200628.637500', '200629.097500', '200629.557500', '200630.017500', '200630.477500', '200630.937500', '200631.397500', '200631.857500', '200632.317500', '200632.777500', '200633.237500', '200633.697500', '200634.157500', '200634.617500', '200635.077500', '200635.537500', '200635.997500', '200636.457500', '200636.917500', '200637.377500', '200637.837500', '200638.297500', '200638.757500', '200639.217500', '200639.677500', '200640.137500', '200640.597500', '200641.057500', '200641.517500', '200641.977500', '200642.437500', '200642.897500', '200643.357500', '200643.817500', '200644.277500', '200644.737500', '200645.197500', '200645.657500', '200646.117500', '200646.577500', '200647.037500', '200647.497500', '200647.957500', '200648.417500', '200648.877500', '200649.337500', '200649.797500', '200650.257500', '200650.717500', '200651.177500', '200651.637500', '200652.097500', '200652.557500', '200653.017500', '200653.477500', '200653.937500', '200654.397500', '200654.857500', '200655.317500', '200655.777500', '200656.237500', '200656.697500', '200657.157500', '200657.617500', '200658.077500', '200658.537500', '200658.997500', '200659.457500', '200659.917500', '200700.377500', '200700.837500', '200701.297500', '200701.757500', '200702.217500', '200702.677500', '200703.137500', '200703.597500', '200704.057500', '200704.517500', '200704.977500', '200705.437500', '200705.897500', '200706.357500', '200706.817500', '200707.277500', '200707.737500', '200708.197500', '200708.657500', '200709.117500', '200709.577500', '200710.037500', '200710.497500', '200710.957500', '200711.417500', '200711.877500', '200712.337500', '200712.797500', '200713.257500', '200713.717500', '200714.177500', '200714.637500', '200715.097500', '200715.557500', '200716.017500', '200716.477500', '200716.937500', '200717.397500', '200717.857500', '200718.317500', '200718.777500', '200719.237500', '200719.697500', '200720.157500', '200720.617500', '200721.077500', '200721.537500', '200721.997500', '200722.457500', '200722.917500', '200723.377500', '200723.837500', '200724.297500', '200724.757500', '200725.217500', '200725.677500', '200726.137500', '200726.597500', '200727.057500', '200727.517500', '200727.977500', '200728.437500', '200728.897500', '200729.357500', '200729.817500', '200730.277500', '200730.737500', '200731.197500', '200731.657500', '200732.117500', '200732.577500', '200733.037500', '200733.497500', '200733.957500', '200734.417500', '200734.877500', '200735.337500', '200735.797500', '200736.257500', '200736.717500', '200737.177500', '200737.637500', '200738.097500', '200738.557500', '200739.017500', '200739.477500', '200739.937500', '200740.397500', '200740.857500', '200741.317500', '200741.777500', '200742.237500', '200742.697500', '200743.157500', '200743.617500', '200744.077500', '200744.537500', '200744.997500', '200745.457500', '200745.917500', '200746.377500', '200746.837500', '200747.297500', '200747.757500', '200748.217500', '200748.677500', '200749.137500', '200749.597500', '200750.057500', '200750.517500', '200750.977500', '200751.437500', '200751.897500', '200752.357500', '200752.817500', '200753.277500', '200753.737500', '200754.197500', '200754.657500', '200755.117500', '200755.577500', '200756.037500', '200756.497500', '200756.957500', '200757.417500', '200757.877500', '200758.337500', '200758.797500', '200759.257500', '200759.717500', '200800.177500', '200800.637500', '200801.097500', '200801.557500', '200802.017500', '200802.477500', '200802.937500', '200803.397500', '200803.857500', '200804.317500', '200804.777500', '200805.237500', '200805.697500', '200806.157500', '200806.617500', '200807.077500', '200807.537500', '200807.997500', '200808.457500', '200808.917500', '200809.377500', '200809.837500', '200810.297500', '200810.757500', '200811.217500', '200811.677500', '200812.137500', '200812.597500', '200813.057500', '200813.517500', '200813.977500', '200814.437500', '200814.897500', '200815.357500', '200815.817500', '200816.277500', '200816.737500', '200817.197500', '200817.657500', '200818.117500', '200818.577500', '200819.037500', '200819.497500', '200819.957500', '200820.417500', '200820.877500', '200821.337500', '200821.797500', '200822.257500', '200822.717500', '200823.177500', '200823.637500', '200824.097500', '200824.557500', '200825.017500', '200825.477500', '200825.937500', '200826.397500', '200826.857500', '200827.317500', '200827.777500', '200828.237500', '200828.697500', '200829.157500', '200829.617500', '200830.077500', '200830.537500', '200830.997500', '200831.457500', '200831.917500', '200832.377500', '200832.837500', '200833.297500', '200833.757500', '200834.217500', '200834.677500', '200835.137500', '200835.597500', '200836.057500', '200836.517500', '200836.977500', '200837.437500', '200837.897500', '200838.357500', '200838.817500', '200839.277500', '200839.737500', '200840.197500', '200840.657500', '200841.117500', '200841.577500', '200842.037500', '200842.497500', '200842.957500', '200843.417500', '200843.877500', '200844.337500', '200844.797500', '200845.257500', '200845.717500', '200846.177500', '200846.637500', '200847.097500', '200847.557500', '200848.017500', '200848.477500', '200848.937500', '200849.397500', '200849.857500', '200850.317500', '200850.777500', '200851.237500', '200851.697500', '200852.157500', '200852.617500', '200853.077500', '200853.537500', '200853.997500', '200854.457500', '200854.917500', '200855.377500', '200855.837500', '200856.297500', '200856.757500', '200857.217500', '200857.677500', '200858.137500', '200858.597500', '200859.057500', '200859.517500', '200859.977500', '200900.437500', '200900.897500', '200901.357500', '200901.817500', '200902.277500', '200902.737500', '200903.197500', '200903.657500', '200904.117500', '200904.577500', '200905.037500', '200905.497500', '200905.957500', '200906.417500', '200906.877500', '200907.337500', '200907.797500', '200908.257500', '200908.717500', '200909.177500', '200909.637500', '200910.097500', '200910.557500', '200911.017500', '200911.477500', '200911.937500', '200912.397500', '200912.857500', '200913.317500', '200913.777500', '200914.237500', '200914.697500', '200915.157500', '200915.617500', '200916.077500', '200916.537500', '200916.997500', '200917.457500', '200917.917500', '200918.377500', '200918.837500', '200919.297500', '200919.757500', '200920.217500', '200920.677500', '200921.137500', '200921.597500', '200922.057500', '200922.517500', '200922.977500', '200923.437500', '200923.897500', '200924.357500', '200924.817500', '200925.277500', '200925.737500', '200926.197500', '200926.657500', '200927.117500', '200927.577500', '200928.037500', '200928.497500', '200928.957500', '200929.417500', '200929.877500', '200930.337500', '200930.797500', '200931.257500', '200931.717500', '200932.177500', '200932.637500', '200933.097500', '200933.557500', '200934.017500', '200934.477500', '200934.937500', '200935.397500', '200935.857500', '200936.317500', '200936.777500', '200937.237500', '200937.697500', '200938.157500', '200938.617500', '200939.077500', '200939.537500', '200939.997500', '200940.457500', '200940.917500', '200941.377500', '200941.837500', '200942.297500', '200942.757500', '200943.217500', '200943.677500', '200944.137500', '200944.597500', '200945.057500', '200945.517500', '200945.977500', '200946.437500', '200946.897500', '200947.357500', '200947.817500', '200948.277500', '200948.737500', '200949.197500', '200949.657500', '200950.117500', '200950.577500', '200951.037500', '200951.497500', '200951.957500', '200952.417500', '200952.877500', '200953.337500', '200953.797500', '200954.257500', '200954.717500', '200955.177500', '200955.637500', '200956.097500', '200956.557500', '200957.017500', '200957.477500', '200957.937500', '200958.397500', '200958.857500', '200959.317500', '200959.777500', '201000.237500', '201000.697500', '201001.157500', '201001.617500', '201002.077500', '201002.537500', '201002.997500', '201003.457500', '201003.917500', '201004.377500', '201004.837500', '201005.297500', '201005.757500', '201006.217500', '201006.677500', '201007.137500', '201007.597500', '201008.057500', '201008.517500', '201008.977500', '201009.437500', '201009.897500', '201010.357500', '201010.817500', '201011.277500', '201011.737500', '201012.197500', '201012.657500', '201013.117500', '201013.577500', '201014.037500', '201014.497500', '201014.957500', '201015.417500', '201015.877500', '201016.337500', '201016.797500', '201017.257500', '201017.717500', '201018.177500', '201018.637500', '201019.097500', '201019.557500', '201020.017500', '201020.477500', '201020.937500', '201021.397500', '201021.857500', '201022.317500', '201022.777500', '201023.237500', '201023.697500', '201024.157500', '201024.617500', '201025.077500', '201025.537500', '201025.997500', '201026.457500', '201026.917500', '201027.377500', '201027.837500', '201028.297500', '201028.757500', '201029.217500', '201029.677500', '201030.137500', '201030.597500', '201031.057500', '201031.517500', '201031.977500', '201032.437500', '201032.897500', '201033.357500', '201033.817500', '201034.277500', '201034.737500', '201035.197500', '201035.657500', '201036.117500', '201036.577500', '201037.037500', '201037.497500', '201037.957500', '201038.417500', '201038.877500', '201039.337500', '201039.797500', '201040.257500', '201040.717500', '201041.177500', '201041.637500', '201042.097500', '201042.557500', '201043.017500', '201043.477500', '201043.937500', '201044.397500', '201044.857500', '201045.317500', '201045.777500', '201046.237500', '201046.697500', '201047.157500', '201047.617500', '201048.077500', '201048.537500', '201048.997500', '201049.457500', '201049.917500', '201050.377500', '201050.837500', '201051.297500', '201051.757500', '201052.217500', '201052.677500', '201053.137500', '201053.597500', '201054.057500', '201054.517500', '201054.977500', '201055.437500', '201055.897500', '201056.357500', '201056.817500', '201057.277500', '201057.737500', '201058.197500', '201058.657500', '201059.117500', '201059.577500', '201100.037500', '201100.497500', '201100.957500', '201101.417500', '201101.877500', '201102.337500', '201102.797500', '201103.257500', '201103.717500', '201104.177500', '201104.637500', '201105.097500', '201105.557500', '201106.017500', '201106.477500', '201106.937500', '201107.397500', '201107.857500', '201108.317500', '201108.777500', '201109.237500', '201109.697500'], 'ContentTime': ['200456.958000', '200456.961000', '200456.963000', '200456.966000', '200456.968000', '200456.971000', '200456.974000', '200456.976000', '200456.979000', '200456.982000', '200456.984000', '200456.987000', '200456.990000', '200456.992000', '200456.995000', '200456.997000', '200457.001000', '200457.003000', '200457.006000', '200457.008000', '200457.011000', '200457.020000', '200457.022000', '200457.025000', '200457.034000', '200457.036000', '200457.039000', '200457.042000', '200457.044000', '200457.051000', '200457.053000', '200457.056000', '200457.059000', '200457.061000', '200457.064000', '200457.066000', '200457.069000', '200457.071000', '200457.074000', '200457.077000', '200457.079000', '200457.082000', '200457.085000', '200457.087000', '200457.090000', '200457.092000', '200457.095000', '200457.097000', '200457.100000', '200457.102000', '200457.105000', '200457.108000', '200457.111000', '200457.114000', '200457.117000', '200457.123000', '200457.125000', '200457.128000', '200516.913000', '200516.915000', '200516.923000', '200516.925000', '200516.928000', '200516.931000', '200516.933000', '200516.936000', '200516.938000', '200516.941000', '200516.943000', '200516.946000', '200516.949000', '200516.951000', '200516.954000', '200516.957000', '200516.959000', '200516.962000', '200516.964000', '200516.967000', '200516.970000', '200516.973000', '200516.975000', '200516.978000', '200516.980000', '200516.983000', '200516.985000', '200516.988000', '200516.990000', '200516.993000', '200516.996000', '200516.998000', '200517.001000', '200517.003000', '200517.006000', '200517.009000', '200517.011000', '200517.014000', '200517.016000', '200517.019000', '200517.021000', '200517.024000', '200517.026000', '200517.029000', '200536.912000', '200536.915000', '200536.918000', '200536.921000', '200536.923000', '200536.926000', '200536.928000', '200536.931000', '200536.957000', '200536.960000', '200536.963000', '200536.973000', '200536.975000', '200536.978000', '200536.980000', '200536.983000', '200536.986000', '200536.988000', '200536.991000', '200536.993000', '200536.996000', '200536.998000', '200537.002000', '200537.005000', '200537.007000', '200537.010000', '200537.012000', '200537.015000', '200537.018000', '200537.020000', '200537.023000', '200537.025000', '200537.028000', '200537.030000', '200537.033000', '200537.036000', '200537.038000', '200537.041000', '200537.044000', '200537.047000', '200537.049000', '200537.052000', '200537.055000', '200556.912000', '200556.915000', '200556.918000', '200556.920000', '200556.923000', '200556.925000', '200556.928000', '200556.931000', '200556.933000', '200556.936000', '200556.938000', '200556.941000', '200556.943000', '200556.946000', '200556.949000', '200556.951000', '200556.954000', '200556.956000', '200556.959000', '200556.961000', '200556.964000', '200556.966000', '200556.969000', '200556.971000', '200556.974000', '200556.982000', '200556.985000', '200556.987000', '200556.990000', '200556.993000', '200556.995000', '200556.998000', '200557.001000', '200557.004000', '200557.007000', '200557.009000', '200557.012000', '200557.014000', '200557.029000', '200557.031000', '200557.034000', '200557.037000', '200557.039000', '200557.042000', '200616.912000', '200616.915000', '200616.918000', '200616.920000', '200616.923000', '200616.925000', '200616.928000', '200616.930000', '200616.933000', '200616.936000', '200616.938000', '200616.941000', '200616.943000', '200616.946000', '200616.948000', '200616.951000', '200616.954000', '200616.959000', '200616.962000', '200616.964000', '200616.967000', '200616.970000', '200616.972000', '200616.975000', '200616.977000', '200616.980000', '200616.982000', '200616.985000', '200616.987000', '200616.990000', '200616.993000', '200616.995000', '200617.003000', '200617.006000', '200617.009000', '200617.011000', '200617.014000', '200617.016000', '200617.019000', '200617.022000', '200617.024000', '200617.027000', '200617.029000', '200636.913000', '200636.916000', '200636.919000', '200636.921000', '200636.924000', '200636.927000', '200636.929000', '200636.932000', '200636.935000', '200636.938000', '200636.940000', '200636.943000', '200636.946000', '200636.948000', '200636.951000', '200636.953000', '200636.956000', '200636.958000', '200636.961000', '200636.969000', '200636.972000', '200636.974000', '200636.977000', '200636.979000', '200636.982000', '200636.987000', '200636.989000', '200636.992000', '200636.995000', '200636.997000', '200637.001000', '200637.003000', '200637.006000', '200637.008000', '200637.011000', '200637.014000', '200637.016000', '200637.019000', '200637.021000', '200637.024000', '200637.026000', '200637.029000', '200637.032000', '200656.912000', '200656.915000', '200656.918000', '200656.920000', '200656.923000', '200656.926000', '200656.928000', '200656.931000', '200656.933000', '200656.936000', '200656.939000', '200656.941000', '200656.944000', '200656.946000', '200656.949000', '200656.951000', '200656.954000', '200656.956000', '200656.959000', '200656.961000', '200656.964000', '200656.967000', '200656.969000', '200656.972000', '200656.974000', '200656.977000', '200656.979000', '200656.982000', '200656.985000', '200656.987000', '200656.990000', '200656.992000', '200656.995000', '200656.997000', '200657.007000', '200657.010000', '200657.012000', '200657.015000', '200657.017000', '200657.020000', '200657.022000', '200657.025000', '200657.028000', '200657.030000', '200716.912000', '200716.914000', '200716.917000', '200716.919000', '200716.922000', '200716.925000', '200716.927000', '200716.930000', '200716.933000', '200716.935000', '200716.938000', '200716.940000', '200716.943000', '200716.946000', '200716.948000', '200716.951000', '200716.953000', '200716.956000', '200716.958000', '200716.961000', '200716.964000', '200716.966000', '200716.977000', '200716.980000', '200716.983000', '200716.985000', '200716.988000', '200716.990000', '200716.993000', '200716.995000', '200716.998000', '200717.002000', '200717.004000', '200717.007000', '200717.010000', '200717.012000', '200717.015000', '200717.017000', '200717.020000', '200717.022000', '200717.025000', '200717.028000', '200717.030000', '200736.913000', '200736.915000', '200736.918000', '200736.921000', '200736.923000', '200736.926000', '200736.928000', '200736.931000', '200736.934000', '200736.936000', '200736.939000', '200736.941000', '200736.944000', '200736.947000', '200736.949000', '200736.952000', '200736.955000', '200736.957000', '200736.960000', '200736.962000', '200736.965000', '200736.967000', '200736.970000', '200736.973000', '200736.975000', '200736.978000', '200736.980000', '200736.983000', '200736.986000', '200736.988000', '200736.991000', '200736.993000', '200736.996000', '200736.998000', '200737.001000', '200737.004000', '200737.006000', '200737.009000', '200737.011000', '200737.014000', '200737.016000', '200737.019000', '200737.022000', '200737.024000', '200756.913000', '200756.915000', '200756.918000', '200756.921000', '200756.934000', '200756.937000', '200756.940000', '200756.943000', '200756.946000', '200756.948000', '200756.951000', '200756.954000', '200756.956000', '200756.959000', '200756.961000', '200756.964000', '200756.966000', '200756.969000', '200756.972000', '200756.975000', '200756.978000', '200756.980000', '200756.983000', '200756.986000', '200756.988000', '200756.991000', '200756.993000', '200756.996000', '200756.998000', '200757.002000', '200757.004000', '200757.007000', '200757.010000', '200757.012000', '200757.015000', '200757.018000', '200757.020000', '200757.023000', '200757.035000', '200757.038000', '200757.040000', '200757.043000', '200757.045000', '200816.912000', '200816.915000', '200816.918000', '200816.920000', '200816.923000', '200816.926000', '200816.928000', '200816.931000', '200816.933000', '200816.936000', '200816.938000', '200816.941000', '200816.944000', '200816.947000', '200816.949000', '200816.952000', '200816.954000', '200816.963000', '200816.966000', '200816.968000', '200816.971000', '200816.973000', '200816.976000', '200816.979000', '200816.981000', '200816.984000', '200816.986000', '200816.989000', '200816.992000', '200816.994000', '200816.997000', '200817.000000', '200817.003000', '200817.006000', '200817.008000', '200817.011000', '200817.013000', '200817.016000', '200817.019000', '200817.021000', '200817.024000', '200817.026000', '200817.029000', '200817.031000', '200836.913000', '200836.916000', '200836.918000', '200836.921000', '200836.924000', '200836.927000', '200836.929000', '200836.932000', '200836.934000', '200836.937000', '200836.939000', '200836.942000', '200836.944000', '200836.947000', '200836.950000', '200836.952000', '200836.955000', '200836.958000', '200836.961000', '200836.964000', '200836.966000', '200836.969000', '200836.971000', '200836.974000', '200836.984000', '200836.987000', '200836.990000', '200836.992000', '200836.995000', '200836.997000', '200837.001000', '200837.003000', '200837.006000', '200837.009000', '200837.011000', '200837.014000', '200837.016000', '200837.019000', '200837.022000', '200837.024000', '200837.027000', '200837.030000', '200837.032000', '200856.912000', '200856.915000', '200856.918000', '200856.921000', '200856.923000', '200856.926000', '200856.929000', '200856.931000', '200856.934000', '200856.936000', '200856.939000', '200856.942000', '200856.944000', '200856.947000', '200856.949000', '200856.952000', '200856.954000', '200856.957000', '200856.960000', '200856.962000', '200856.965000', '200856.968000', '200856.970000', '200856.973000', '200856.975000', '200856.978000', '200856.980000', '200856.983000', '200856.985000', '200856.988000', '200856.991000', '200856.993000', '200856.996000', '200856.998000', '200857.002000', '200857.004000', '200857.007000', '200857.010000', '200857.012000', '200857.015000', '200857.017000', '200857.020000', '200857.022000', '200857.025000', '200916.913000', '200916.915000', '200916.918000', '200916.921000', '200916.923000', '200916.926000', '200916.928000', '200916.931000', '200916.933000', '200916.936000', '200916.939000', '200916.941000', '200916.944000', '200916.946000', '200916.949000', '200916.951000', '200916.954000', '200916.957000', '200916.959000', '200916.962000', '200916.964000', '200916.967000', '200916.969000', '200916.972000', '200916.974000', '200916.977000', '200916.980000', '200916.982000', '200916.985000', '200916.987000', '200916.990000', '200916.993000', '200916.995000', '200916.998000', '200917.001000', '200917.004000', '200917.006000', '200917.009000', '200917.012000', '200917.015000', '200917.017000', '200917.020000', '200917.023000', '200936.912000', '200936.915000', '200936.917000', '200936.920000', '200936.922000', '200936.925000', '200936.927000', '200936.930000', '200936.933000', '200936.935000', '200936.938000', '200936.940000', '200936.943000', '200936.946000', '200936.948000', '200936.967000', '200936.970000', '200936.972000', '200936.975000', '200936.977000', '200936.980000', '200936.982000', '200936.985000', '200936.987000', '200936.990000', '200937.001000', '200937.003000', '200937.006000', '200937.008000', '200937.011000', '200937.014000', '200937.016000', '200937.019000', '200937.021000', '200937.024000', '200937.027000', '200937.029000', '200937.032000', '200937.034000', '200937.037000', '200937.039000', '200937.042000', '200937.045000', '200937.047000', '200956.913000', '200956.915000', '200956.918000', '200956.920000', '200956.923000', '200956.926000', '200956.928000', '200956.931000', '200956.934000', '200956.936000', '200956.939000', '200956.947000', '200956.949000', '200956.952000', '200956.954000', '200956.957000', '200956.959000', '200956.962000', '200956.965000', '200956.967000', '200956.970000', '200956.972000', '200956.975000', '200956.977000', '200956.980000', '200956.982000', '200956.985000', '200956.988000', '200956.990000', '200956.993000', '200956.995000', '200956.998000', '200957.001000', '200957.003000', '200957.006000', '200957.008000', '200957.011000', '200957.013000', '200957.016000', '200957.018000', '200957.021000', '200957.024000', '200957.026000', '201016.913000', '201016.916000', '201016.918000', '201016.921000', '201016.923000', '201016.926000', '201016.928000', '201016.931000', '201016.934000', '201016.936000', '201016.939000', '201016.941000', '201016.944000', '201016.946000', '201016.949000', '201016.952000', '201016.954000', '201016.957000', '201016.959000', '201016.962000', '201016.964000', '201016.967000', '201016.970000', '201016.972000', '201016.975000', '201016.977000', '201016.980000', '201016.982000', '201016.985000', '201016.987000', '201016.990000', '201016.993000', '201016.995000', '201016.998000', '201017.001000', '201017.004000', '201017.006000', '201017.009000', '201017.011000', '201017.014000', '201017.017000', '201017.019000', '201017.031000', '201017.034000', '201036.913000', '201036.916000', '201036.918000', '201036.921000', '201036.924000', '201036.926000', '201036.929000', '201036.932000', '201036.934000', '201036.937000', '201036.940000', '201036.942000', '201036.945000', '201036.948000', '201036.950000', '201036.953000', '201036.956000', '201036.958000', '201036.961000', '201036.963000', '201036.966000', '201036.969000', '201036.971000', '201036.974000', '201036.977000', '201036.979000', '201036.982000', '201036.984000', '201036.987000', '201036.990000', '201036.992000', '201036.995000', '201036.997000', '201037.001000', '201037.004000', '201037.006000', '201037.009000', '201037.011000', '201037.014000', '201037.016000', '201037.019000', '201037.022000', '201037.024000', '201056.912000', '201056.915000', '201056.918000', '201056.921000', '201056.923000', '201056.926000', '201056.928000', '201056.931000', '201056.933000', '201056.936000', '201056.938000', '201056.941000', '201056.944000', '201056.946000', '201056.949000', '201056.951000', '201056.954000', '201056.956000', '201056.959000', '201056.962000', '201056.964000', '201056.967000', '201056.969000', '201056.972000', '201056.974000', '201056.977000', '201056.980000', '201056.982000', '201056.985000', '201056.987000', '201056.990000', '201056.992000', '201056.995000', '201056.998000', '201057.001000', '201057.004000', '201057.006000', '201057.009000', '201057.012000', '201057.014000', '201057.017000', '201057.019000', '201057.022000', '201057.025000', '201111.030000', '201111.033000', '201111.035000', '201111.038000', '201111.041000', '201111.044000', '201111.047000', '201111.049000', '201111.052000', '201111.055000', '201111.061000', '201111.064000', '201111.067000', '201111.070000', '201111.072000', '201111.075000', '201111.078000', '201111.081000', '201111.083000', '201111.086000', '201111.089000', '201111.092000', '201111.095000', '201111.098000', '201111.115000', '201111.119000', '201111.122000', '201111.125000', '201111.129000', '201111.132000', '201111.135000'], 'InstanceCreationTime': ['200456.958000', '200456.961000', '200456.963000', '200456.966000', '200456.968000', '200456.971000', '200456.974000', '200456.976000', '200456.979000', '200456.982000', '200456.984000', '200456.987000', '200456.990000', '200456.992000', '200456.995000', '200456.997000', '200457.001000', '200457.003000', '200457.006000', '200457.008000', '200457.011000', '200457.020000', '200457.022000', '200457.025000', '200457.034000', '200457.036000', '200457.039000', '200457.042000', '200457.044000', '200457.051000', '200457.053000', '200457.056000', '200457.059000', '200457.061000', '200457.064000', '200457.066000', '200457.069000', '200457.071000', '200457.074000', '200457.077000', '200457.079000', '200457.082000', '200457.085000', '200457.087000', '200457.090000', '200457.092000', '200457.095000', '200457.097000', '200457.100000', '200457.102000', '200457.105000', '200457.108000', '200457.111000', '200457.114000', '200457.117000', '200457.123000', '200457.125000', '200457.128000', '200516.913000', '200516.915000', '200516.923000', '200516.925000', '200516.928000', '200516.931000', '200516.933000', '200516.936000', '200516.938000', '200516.941000', '200516.943000', '200516.946000', '200516.949000', '200516.951000', '200516.954000', '200516.957000', '200516.959000', '200516.962000', '200516.964000', '200516.967000', '200516.970000', '200516.973000', '200516.975000', '200516.978000', '200516.980000', '200516.983000', '200516.985000', '200516.988000', '200516.990000', '200516.993000', '200516.996000', '200516.998000', '200517.001000', '200517.003000', '200517.006000', '200517.009000', '200517.011000', '200517.014000', '200517.016000', '200517.019000', '200517.021000', '200517.024000', '200517.026000', '200517.029000', '200536.912000', '200536.915000', '200536.918000', '200536.921000', '200536.923000', '200536.926000', '200536.928000', '200536.931000', '200536.957000', '200536.960000', '200536.963000', '200536.973000', '200536.975000', '200536.978000', '200536.980000', '200536.983000', '200536.986000', '200536.988000', '200536.991000', '200536.993000', '200536.996000', '200536.998000', '200537.002000', '200537.005000', '200537.007000', '200537.010000', '200537.012000', '200537.015000', '200537.018000', '200537.020000', '200537.023000', '200537.025000', '200537.028000', '200537.030000', '200537.033000', '200537.036000', '200537.038000', '200537.041000', '200537.044000', '200537.047000', '200537.049000', '200537.052000', '200537.055000', '200556.912000', '200556.915000', '200556.918000', '200556.920000', '200556.923000', '200556.925000', '200556.928000', '200556.931000', '200556.933000', '200556.936000', '200556.938000', '200556.941000', '200556.943000', '200556.946000', '200556.949000', '200556.951000', '200556.954000', '200556.956000', '200556.959000', '200556.961000', '200556.964000', '200556.966000', '200556.969000', '200556.971000', '200556.974000', '200556.982000', '200556.985000', '200556.987000', '200556.990000', '200556.993000', '200556.995000', '200556.998000', '200557.001000', '200557.004000', '200557.007000', '200557.009000', '200557.012000', '200557.014000', '200557.029000', '200557.031000', '200557.034000', '200557.037000', '200557.039000', '200557.042000', '200616.912000', '200616.915000', '200616.918000', '200616.920000', '200616.923000', '200616.925000', '200616.928000', '200616.930000', '200616.933000', '200616.936000', '200616.938000', '200616.941000', '200616.943000', '200616.946000', '200616.948000', '200616.951000', '200616.954000', '200616.959000', '200616.962000', '200616.964000', '200616.967000', '200616.970000', '200616.972000', '200616.975000', '200616.977000', '200616.980000', '200616.982000', '200616.985000', '200616.987000', '200616.990000', '200616.993000', '200616.995000', '200617.003000', '200617.006000', '200617.009000', '200617.011000', '200617.014000', '200617.016000', '200617.019000', '200617.022000', '200617.024000', '200617.027000', '200617.029000', '200636.913000', '200636.916000', '200636.919000', '200636.921000', '200636.924000', '200636.927000', '200636.929000', '200636.932000', '200636.935000', '200636.938000', '200636.940000', '200636.943000', '200636.946000', '200636.948000', '200636.951000', '200636.953000', '200636.956000', '200636.958000', '200636.961000', '200636.969000', '200636.972000', '200636.974000', '200636.977000', '200636.979000', '200636.982000', '200636.987000', '200636.989000', '200636.992000', '200636.995000', '200636.997000', '200637.001000', '200637.003000', '200637.006000', '200637.008000', '200637.011000', '200637.014000', '200637.016000', '200637.019000', '200637.021000', '200637.024000', '200637.026000', '200637.029000', '200637.032000', '200656.912000', '200656.915000', '200656.918000', '200656.920000', '200656.923000', '200656.926000', '200656.928000', '200656.931000', '200656.933000', '200656.936000', '200656.939000', '200656.941000', '200656.944000', '200656.946000', '200656.949000', '200656.951000', '200656.954000', '200656.956000', '200656.959000', '200656.961000', '200656.964000', '200656.967000', '200656.969000', '200656.972000', '200656.974000', '200656.977000', '200656.979000', '200656.982000', '200656.985000', '200656.987000', '200656.990000', '200656.992000', '200656.995000', '200656.997000', '200657.007000', '200657.010000', '200657.012000', '200657.015000', '200657.017000', '200657.020000', '200657.022000', '200657.025000', '200657.028000', '200657.030000', '200716.912000', '200716.914000', '200716.917000', '200716.919000', '200716.922000', '200716.925000', '200716.927000', '200716.930000', '200716.933000', '200716.935000', '200716.938000', '200716.940000', '200716.943000', '200716.946000', '200716.948000', '200716.951000', '200716.953000', '200716.956000', '200716.958000', '200716.961000', '200716.964000', '200716.966000', '200716.977000', '200716.980000', '200716.983000', '200716.985000', '200716.988000', '200716.990000', '200716.993000', '200716.995000', '200716.998000', '200717.002000', '200717.004000', '200717.007000', '200717.010000', '200717.012000', '200717.015000', '200717.017000', '200717.020000', '200717.022000', '200717.025000', '200717.028000', '200717.030000', '200736.913000', '200736.915000', '200736.918000', '200736.921000', '200736.923000', '200736.926000', '200736.928000', '200736.931000', '200736.934000', '200736.936000', '200736.939000', '200736.941000', '200736.944000', '200736.947000', '200736.949000', '200736.952000', '200736.955000', '200736.957000', '200736.960000', '200736.962000', '200736.965000', '200736.967000', '200736.970000', '200736.973000', '200736.975000', '200736.978000', '200736.980000', '200736.983000', '200736.986000', '200736.988000', '200736.991000', '200736.993000', '200736.996000', '200736.998000', '200737.001000', '200737.004000', '200737.006000', '200737.009000', '200737.011000', '200737.014000', '200737.016000', '200737.019000', '200737.022000', '200737.024000', '200756.913000', '200756.915000', '200756.918000', '200756.921000', '200756.934000', '200756.937000', '200756.940000', '200756.943000', '200756.946000', '200756.948000', '200756.951000', '200756.954000', '200756.956000', '200756.959000', '200756.961000', '200756.964000', '200756.966000', '200756.969000', '200756.972000', '200756.975000', '200756.978000', '200756.980000', '200756.983000', '200756.986000', '200756.988000', '200756.991000', '200756.993000', '200756.996000', '200756.998000', '200757.002000', '200757.004000', '200757.007000', '200757.010000', '200757.012000', '200757.015000', '200757.018000', '200757.020000', '200757.023000', '200757.035000', '200757.038000', '200757.040000', '200757.043000', '200757.045000', '200816.912000', '200816.915000', '200816.918000', '200816.920000', '200816.923000', '200816.926000', '200816.928000', '200816.931000', '200816.933000', '200816.936000', '200816.938000', '200816.941000', '200816.944000', '200816.947000', '200816.949000', '200816.952000', '200816.954000', '200816.963000', '200816.966000', '200816.968000', '200816.971000', '200816.973000', '200816.976000', '200816.979000', '200816.981000', '200816.984000', '200816.986000', '200816.989000', '200816.992000', '200816.994000', '200816.997000', '200817.000000', '200817.003000', '200817.006000', '200817.008000', '200817.011000', '200817.013000', '200817.016000', '200817.019000', '200817.021000', '200817.024000', '200817.026000', '200817.029000', '200817.031000', '200836.913000', '200836.916000', '200836.918000', '200836.921000', '200836.924000', '200836.927000', '200836.929000', '200836.932000', '200836.934000', '200836.937000', '200836.939000', '200836.942000', '200836.944000', '200836.947000', '200836.950000', '200836.952000', '200836.955000', '200836.958000', '200836.961000', '200836.964000', '200836.966000', '200836.969000', '200836.971000', '200836.974000', '200836.984000', '200836.987000', '200836.990000', '200836.992000', '200836.995000', '200836.997000', '200837.001000', '200837.003000', '200837.006000', '200837.009000', '200837.011000', '200837.014000', '200837.016000', '200837.019000', '200837.022000', '200837.024000', '200837.027000', '200837.030000', '200837.032000', '200856.912000', '200856.915000', '200856.918000', '200856.921000', '200856.923000', '200856.926000', '200856.929000', '200856.931000', '200856.934000', '200856.936000', '200856.939000', '200856.942000', '200856.944000', '200856.947000', '200856.949000', '200856.952000', '200856.954000', '200856.957000', '200856.960000', '200856.962000', '200856.965000', '200856.968000', '200856.970000', '200856.973000', '200856.975000', '200856.978000', '200856.980000', '200856.983000', '200856.985000', '200856.988000', '200856.991000', '200856.993000', '200856.996000', '200856.998000', '200857.002000', '200857.004000', '200857.007000', '200857.010000', '200857.012000', '200857.015000', '200857.017000', '200857.020000', '200857.022000', '200857.025000', '200916.913000', '200916.915000', '200916.918000', '200916.921000', '200916.923000', '200916.926000', '200916.928000', '200916.931000', '200916.933000', '200916.936000', '200916.939000', '200916.941000', '200916.944000', '200916.946000', '200916.949000', '200916.951000', '200916.954000', '200916.957000', '200916.959000', '200916.962000', '200916.964000', '200916.967000', '200916.969000', '200916.972000', '200916.974000', '200916.977000', '200916.980000', '200916.982000', '200916.985000', '200916.987000', '200916.990000', '200916.993000', '200916.995000', '200916.998000', '200917.001000', '200917.004000', '200917.006000', '200917.009000', '200917.012000', '200917.015000', '200917.017000', '200917.020000', '200917.023000', '200936.912000', '200936.915000', '200936.917000', '200936.920000', '200936.922000', '200936.925000', '200936.927000', '200936.930000', '200936.933000', '200936.935000', '200936.938000', '200936.940000', '200936.943000', '200936.946000', '200936.948000', '200936.967000', '200936.970000', '200936.972000', '200936.975000', '200936.977000', '200936.980000', '200936.982000', '200936.985000', '200936.987000', '200936.990000', '200937.001000', '200937.003000', '200937.006000', '200937.008000', '200937.011000', '200937.014000', '200937.016000', '200937.019000', '200937.021000', '200937.024000', '200937.027000', '200937.029000', '200937.032000', '200937.034000', '200937.037000', '200937.039000', '200937.042000', '200937.045000', '200937.047000', '200956.913000', '200956.915000', '200956.918000', '200956.920000', '200956.923000', '200956.926000', '200956.928000', '200956.931000', '200956.934000', '200956.936000', '200956.939000', '200956.947000', '200956.949000', '200956.952000', '200956.954000', '200956.957000', '200956.959000', '200956.962000', '200956.965000', '200956.967000', '200956.970000', '200956.972000', '200956.975000', '200956.977000', '200956.980000', '200956.982000', '200956.985000', '200956.988000', '200956.990000', '200956.993000', '200956.995000', '200956.998000', '200957.001000', '200957.003000', '200957.006000', '200957.008000', '200957.011000', '200957.013000', '200957.016000', '200957.018000', '200957.021000', '200957.024000', '200957.026000', '201016.913000', '201016.916000', '201016.918000', '201016.921000', '201016.923000', '201016.926000', '201016.928000', '201016.931000', '201016.934000', '201016.936000', '201016.939000', '201016.941000', '201016.944000', '201016.946000', '201016.949000', '201016.952000', '201016.954000', '201016.957000', '201016.959000', '201016.962000', '201016.964000', '201016.967000', '201016.970000', '201016.972000', '201016.975000', '201016.977000', '201016.980000', '201016.982000', '201016.985000', '201016.987000', '201016.990000', '201016.993000', '201016.995000', '201016.998000', '201017.001000', '201017.004000', '201017.006000', '201017.009000', '201017.011000', '201017.014000', '201017.017000', '201017.019000', '201017.031000', '201017.034000', '201036.913000', '201036.916000', '201036.918000', '201036.921000', '201036.924000', '201036.926000', '201036.929000', '201036.932000', '201036.934000', '201036.937000', '201036.940000', '201036.942000', '201036.945000', '201036.948000', '201036.950000', '201036.953000', '201036.956000', '201036.958000', '201036.961000', '201036.963000', '201036.966000', '201036.969000', '201036.971000', '201036.974000', '201036.977000', '201036.979000', '201036.982000', '201036.984000', '201036.987000', '201036.990000', '201036.992000', '201036.995000', '201036.997000', '201037.001000', '201037.004000', '201037.006000', '201037.009000', '201037.011000', '201037.014000', '201037.016000', '201037.019000', '201037.022000', '201037.024000', '201056.912000', '201056.915000', '201056.918000', '201056.921000', '201056.923000', '201056.926000', '201056.928000', '201056.931000', '201056.933000', '201056.936000', '201056.938000', '201056.941000', '201056.944000', '201056.946000', '201056.949000', '201056.951000', '201056.954000', '201056.956000', '201056.959000', '201056.962000', '201056.964000', '201056.967000', '201056.969000', '201056.972000', '201056.974000', '201056.977000', '201056.980000', '201056.982000', '201056.985000', '201056.987000', '201056.990000', '201056.992000', '201056.995000', '201056.998000', '201057.001000', '201057.004000', '201057.006000', '201057.009000', '201057.012000', '201057.014000', '201057.017000', '201057.019000', '201057.022000', '201057.025000', '201111.030000', '201111.033000', '201111.035000', '201111.038000', '201111.041000', '201111.044000', '201111.047000', '201111.049000', '201111.052000', '201111.055000', '201111.061000', '201111.064000', '201111.067000', '201111.070000', '201111.072000', '201111.075000', '201111.078000', '201111.081000', '201111.083000', '201111.086000', '201111.089000', '201111.092000', '201111.095000', '201111.098000', '201111.115000', '201111.119000', '201111.122000', '201111.125000', '201111.129000', '201111.132000', '201111.135000'], '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': [8152, 14378, 10254, 12799, 8686, 11045, 13013, 7497, 11295, 8711, 13452, 13420, 7840, 12300, 8333, 14730, 11797, 15135, 9018, 9032, 12663, 6858, 9513, 8307, 13820, 10883, 7628, 9242, 6712, 13278, 8978, 12278, 8850, 12618, 10158, 6907, 10149, 7978, 13482, 8596, 6631, 8460, 7841, 12057, 8561, 7619, 11494, 10554, 9722, 12325, 7892, 12559, 9246, 15153, 9146, 11102, 8582, 14347, 9989, 10827, 8535, 6680, 11322, 7038, 11371, 9180, 13061, 9018, 6558, 10624, 7912, 11269, 7501, 11657, 7893, 14098, 8851, 10382, 8090, 14247, 9548, 6756, 8882, 6722, 12508, 8204, 10155, 9349, 14214, 9279, 6145, 9765, 7833, 13451, 8566, 11044, 8042, 13646, 10465, 13639, 9365, 12625, 12203, 6785, 10228, 7792, 15017, 9216, 11542, 10320, 12469, 12355, 6806, 11938, 9459, 15680, 10429, 13143, 10686, 15896, 12917, 9643, 9998, 6265, 13173, 8959, 12753, 8746, 11972, 9687, 12768, 10754, 6194, 10767, 6866, 13294, 7960, 11796, 8037, 14429, 9589, 10296, 9292, 7255, 11633, 8124, 12726, 10855, 8982, 10265, 6814, 13998, 9648, 13989, 9227, 11665, 9724, 15243, 9750, 6482, 10436, 8105, 13451, 9612, 9079, 9420, 7034, 13179, 10984, 8965, 10715, 7137, 14271, 10655, 17211, 10394, 10099, 11571, 9472, 13789, 10762, 16839, 9748, 7182, 10075, 7903, 13923, 8537, 10512, 10070, 8569, 11670, 8414, 13344, 11559, 9143, 13357, 9386, 16477, 10994, 7368, 13324, 10438, 11528, 9740, 6568, 13346, 8928, 12714, 8852, 11001, 8976, 8592, 9963, 6511, 10894, 9120, 7638, 8708, 6624, 12395, 9399, 6837, 9357, 6375, 12639, 8909, 13453, 9549, 10332, 10134, 9326, 11878, 7985, 12456, 8768, 14456, 11637, 7226, 11976, 8435, 14351, 9689, 12889, 9635, 12792, 12316, 7220, 11560, 8452, 14491, 9659, 8233, 11084, 8473, 11283, 9094, 6530, 9021, 7260, 8820, 12686, 9128, 7244, 9073, 7373, 13936, 10070, 13162, 9398, 14933, 12232, 11643, 10477, 6590, 11009, 7900, 11991, 9103, 11466, 9438, 11332, 10610, 6747, 11555, 7932, 12070, 8668, 12347, 9864, 11054, 9969, 6599, 12703, 9138, 10208, 9415, 8121, 12380, 8837, 11371, 7847, 14099, 9766, 13046, 9172, 14195, 10970, 8994, 10441, 7233, 12549, 9704, 12127, 10052, 6255, 11991, 9013, 13193, 9340, 14794, 11935, 11231, 11138, 7643, 13209, 10805, 15008, 10702, 7687, 11569, 9411, 11531, 14538, 9734, 14234, 9972, 8010, 11246, 8934, 10776, 9881, 7822, 11572, 8100, 11422, 8998, 13159, 11596, 9055, 14201, 11147, 13315, 12789, 9606, 14090, 12170, 14782, 10956, 7605, 11021, 9664, 12384, 9393, 6892, 10244, 8797, 12293, 9280, 6604, 10239, 8253, 7521, 8712, 7062, 11651, 8927, 6520, 9117, 8197, 7839, 9181, 8114, 6761, 8842, 8010, 11521, 9312, 9267, 12446, 9827, 12810, 9291, 6575, 11964, 10782, 12170, 11117, 9030, 14048, 8372, 7536, 11354, 9163, 13882, 9112, 8037, 11102, 9001, 10338, 10729, 10479, 11164, 9434, 8191, 13044, 8923, 15363, 11105, 7360, 13211, 9003, 13865, 9803, 8072, 11010, 7388, 10692, 7476, 11139, 8294, 10716, 10647, 7411, 9548, 9078, 7076, 9542, 7747, 11135, 11559, 7439, 9747, 7747, 12030, 9552, 11694, 8532, 9372, 8531, 8440, 9860, 7276, 11464, 10181, 12919, 9479, 6914, 11801, 9183, 12614, 10552, 14629, 10392, 7773, 10965, 8143, 12320, 7806, 12377, 8762, 7421, 10871, 8206, 12148, 10305, 9047, 11487, 9442, 10869, 15823, 9071, 9844, 12463, 9423, 14760, 8652, 12244, 8027, 13252, 10050, 12642, 8033, 7609, 8360, 7040, 11063, 7430, 8773, 7739, 10577, 8547, 8468, 9037, 7349, 9990, 7670, 11693, 8484, 8007, 7681, 7194, 11885, 8502, 10736, 7519, 12470, 8786, 12440, 8733, 11794, 9413, 12722, 10833, 7328, 11263, 8018, 13870, 9513, 10996, 8564, 11417, 12550, 8353, 13372, 8467, 7534, 12886, 12444, 15081, 10289, 13838, 10640, 16123, 11525, 11259, 9471, 8158, 12283, 8311, 10482, 7971, 11174, 8914, 12014, 9350, 7256, 10276, 8412, 12068, 9271, 10845, 11132, 8835, 11084, 8500, 12536, 11854, 7829, 10024, 7571, 13175, 8684, 12354, 8309, 11750, 8769, 13991, 9749, 7818, 8492, 7330, 11627, 7907, 9945, 7470, 12688, 9464, 13695, 9512, 7900, 10732, 8103, 13327, 9953, 12753, 10116, 8317, 11299, 8894, 13374, 9839, 7476, 11531, 7946, 14167, 9794, 13805, 8609, 14951, 11989, 15326, 11541, 13750, 11060, 8407, 13463, 8084, 11854, 7693, 12134, 10335, 12809, 9097, 7213, 8545, 7720, 12428, 8919, 7236, 8592, 7882, 13198, 9931, 7560, 9157, 10047, 11297, 6845, 9516, 6794, 11812, 7684, 9992, 7299, 11210, 7686, 12237, 8967, 9144, 9867, 8308, 12538, 9000, 12413, 9923, 14522, 12694, 8884, 10802, 7662, 14263, 9500, 11283, 8781, 11985, 12478, 8014, 9711, 8357, 13569, 12324, 7287, 9316, 7768, 12914, 10486, 13785, 9552, 9915, 12525, 8089, 10342, 8433, 13312, 10767, 8943, 9471, 6843, 12284, 9640, 11477, 9153, 7619, 11415, 8785, 9706, 8741, 10773, 11343, 7669, 9725, 7591, 12929, 10167, 11897, 9351, 12780, 10417, 14607, 9955, 6880, 9838, 8656, 11711, 9446, 8432, 9444, 12523, 11618, 7083, 9214, 7375, 13068, 9853, 9947, 8767, 8181, 10521, 8196, 13016, 11554, 7469, 9682, 8552, 11642, 11835, 9243, 14109, 9663, 8269, 9834, 8475, 13928, 10425, 8040, 11407, 10984, 15100, 11917, 8637, 11125, 8518, 14273, 12722, 8271, 10871, 7887, 12889, 10893, 15098, 9742, 7551, 8931, 7531, 12177, 9532, 9026, 8336, 7292, 10358, 7807, 9303, 7969, 11155, 10075, 9067, 9211, 7048, 11042, 9774, 7122, 9485, 7715, 10548, 9861, 13080, 10491, 10456, 8950, 9026, 11655, 8687, 11764, 8552, 13643, 11575, 9845, 10315, 7436, 12238, 10157, 12232, 9558, 12649, 10246, 7535, 9406, 7630, 11800, 9846, 14036, 9898, 7638, 11165, 9220, 11101, 10077, 8756, 13646, 10264, 9312, 8870, 8845, 10693, 8241, 11621, 13562, 11451, 11586, 11156, 9739, 14547, 10205, 14510, 10728, 14184, 10858, 13571, 10239, 12903, 9887, 8681, 9805, 6957, 8356, 7219, 11397, 8066, 8676, 7988, 7182, 8615, 8498, 8433, 10164, 7065, 9480, 8648, 11495, 7122, 10312, 7053, 10813, 8725, 11020, 8673, 10152, 8229, 12704, 10648, 7179], 'WindowCenter': [3835.0, 3885.0, 3838.0, 3856.0, 3814.0, 3834.0, 3856.0, 3790.0, 3832.0, 3811.0, 3842.0, 3855.0, 3800.0, 3830.0, 3799.0, 3852.0, 3831.0, 3838.0, 3795.0, 3795.0, 3828.0, 3765.0, 3806.0, 3797.0, 3839.0, 3819.0, 3775.0, 3797.0, 3765.0, 3840.0, 3798.0, 3828.0, 3796.0, 3827.0, 3819.0, 3776.0, 3821.0, 3801.0, 3855.0, 3813.0, 3781.0, 3813.0, 3802.0, 3845.0, 3814.0, 3805.0, 3846.0, 3838.0, 3827.0, 3847.0, 3803.0, 3845.0, 3812.0, 3853.0, 3810.0, 3817.0, 3798.0, 3840.0, 3809.0, 3817.0, 3796.0, 3765.0, 3818.0, 3777.0, 3828.0, 3810.0, 3841.0, 3810.0, 3767.0, 3832.0, 3800.0, 3832.0, 3786.0, 3831.0, 3788.0, 3841.0, 3798.0, 3808.0, 3799.0, 3852.0, 3810.0, 3778.0, 3812.0, 3791.0, 3855.0, 3814.0, 3833.0, 3823.0, 3867.0, 3825.0, 3782.0, 3835.0, 3802.0, 3866.0, 3826.0, 3845.0, 3815.0, 3857.0, 3835.0, 3855.0, 3822.0, 3842.0, 3846.0, 3781.0, 3821.0, 3801.0, 3865.0, 3823.0, 3832.0, 3823.0, 3843.0, 3843.0, 3779.0, 3831.0, 3809.0, 3854.0, 3820.0, 3840.0, 3820.0, 3852.0, 3831.0, 3796.0, 3806.0, 3752.0, 3828.0, 3795.0, 3828.0, 3796.0, 3816.0, 3808.0, 3828.0, 3818.0, 3754.0, 3818.0, 3765.0, 3840.0, 3786.0, 3817.0, 3787.0, 3840.0, 3808.0, 3806.0, 3808.0, 3776.0, 3828.0, 3799.0, 3841.0, 3832.0, 3810.0, 3821.0, 3779.0, 3853.0, 3810.0, 3842.0, 3809.0, 3829.0, 3810.0, 3851.0, 3820.0, 3767.0, 3820.0, 3801.0, 3855.0, 3824.0, 3824.0, 3823.0, 3801.0, 3855.0, 3846.0, 3824.0, 3834.0, 3788.0, 3854.0, 3823.0, 3865.0, 3822.0, 3809.0, 3831.0, 3807.0, 3840.0, 3819.0, 3864.0, 3822.0, 3788.0, 3819.0, 3800.0, 3852.0, 3810.0, 3834.0, 3823.0, 3812.0, 3831.0, 3801.0, 3841.0, 3832.0, 3797.0, 3830.0, 3796.0, 3837.0, 3805.0, 3761.0, 3813.0, 3792.0, 3802.0, 3780.0, 3748.0, 3813.0, 3781.0, 3813.0, 3782.0, 3801.0, 3783.0, 3782.0, 3794.0, 3753.0, 3816.0, 3809.0, 3788.0, 3799.0, 3780.0, 3844.0, 3823.0, 3791.0, 3824.0, 3781.0, 3845.0, 3825.0, 3856.0, 3825.0, 3823.0, 3835.0, 3824.0, 3834.0, 3801.0, 3831.0, 3802.0, 3854.0, 3833.0, 3776.0, 3831.0, 3788.0, 3841.0, 3808.0, 3828.0, 3809.0, 3830.0, 3829.0, 3776.0, 3818.0, 3787.0, 3840.0, 3809.0, 3784.0, 3831.0, 3800.0, 3832.0, 3812.0, 3767.0, 3811.0, 3802.0, 3824.0, 3855.0, 3825.0, 3804.0, 3814.0, 3804.0, 3858.0, 3824.0, 3842.0, 3811.0, 3843.0, 3831.0, 3818.0, 3818.0, 3765.0, 3819.0, 3786.0, 3818.0, 3797.0, 3817.0, 3810.0, 3820.0, 3820.0, 3776.0, 3830.0, 3786.0, 3829.0, 3799.0, 3826.0, 3809.0, 3819.0, 3819.0, 3778.0, 3841.0, 3812.0, 3821.0, 3823.0, 3801.0, 3845.0, 3813.0, 3832.0, 3802.0, 3854.0, 3822.0, 3843.0, 3810.0, 3853.0, 3832.0, 3811.0, 3830.0, 3802.0, 3844.0, 3825.0, 3845.0, 3825.0, 3782.0, 3846.0, 3824.0, 3857.0, 3814.0, 3856.0, 3845.0, 3835.0, 3833.0, 3790.0, 3844.0, 3835.0, 3854.0, 3822.0, 3789.0, 3831.0, 3812.0, 3833.0, 3856.0, 3825.0, 3855.0, 3823.0, 3800.0, 3820.0, 3809.0, 3817.0, 3807.0, 3786.0, 3818.0, 3786.0, 3816.0, 3798.0, 3829.0, 3831.0, 3798.0, 3841.0, 3818.0, 3828.0, 3816.0, 3781.0, 3800.0, 3789.0, 3809.0, 3777.0, 3743.0, 3774.0, 3764.0, 3784.0, 3764.0, 3732.0, 3774.0, 3755.0, 3786.0, 3766.0, 3735.0, 3789.0, 3768.0, 3759.0, 3781.0, 3762.0, 3815.0, 3797.0, 3766.0, 3798.0, 3800.0, 3788.0, 3810.0, 3801.0, 3780.0, 3812.0, 3803.0, 3848.0, 3825.0, 3825.0, 3845.0, 3836.0, 3845.0, 3813.0, 3779.0, 3844.0, 3836.0, 3845.0, 3836.0, 3826.0, 3869.0, 3815.0, 3805.0, 3845.0, 3827.0, 3869.0, 3825.0, 3814.0, 3845.0, 3837.0, 3836.0, 3848.0, 3848.0, 3846.0, 3812.0, 3801.0, 3843.0, 3801.0, 3853.0, 3821.0, 3778.0, 3829.0, 3796.0, 3827.0, 3807.0, 3773.0, 3804.0, 3762.0, 3793.0, 3763.0, 3804.0, 3784.0, 3805.0, 3807.0, 3777.0, 3808.0, 3810.0, 3790.0, 3822.0, 3803.0, 3835.0, 3846.0, 3793.0, 3824.0, 3802.0, 3847.0, 3823.0, 3834.0, 3813.0, 3811.0, 3814.0, 3815.0, 3835.0, 3802.0, 3845.0, 3837.0, 3846.0, 3825.0, 3793.0, 3847.0, 3826.0, 3856.0, 3848.0, 3869.0, 3834.0, 3800.0, 3832.0, 3801.0, 3842.0, 3803.0, 3844.0, 3825.0, 3802.0, 3844.0, 3816.0, 3858.0, 3837.0, 3825.0, 3845.0, 3825.0, 3833.0, 3864.0, 3799.0, 3795.0, 3817.0, 3783.0, 3826.0, 3783.0, 3803.0, 3772.0, 3812.0, 3792.0, 3812.0, 3771.0, 3758.0, 3771.0, 3760.0, 3805.0, 3774.0, 3785.0, 3787.0, 3818.0, 3800.0, 3800.0, 3811.0, 3790.0, 3823.0, 3800.0, 3842.0, 3814.0, 3802.0, 3804.0, 3791.0, 3847.0, 3815.0, 3836.0, 3802.0, 3847.0, 3816.0, 3846.0, 3815.0, 3846.0, 3827.0, 3858.0, 3837.0, 3802.0, 3847.0, 3803.0, 3857.0, 3824.0, 3835.0, 3816.0, 3849.0, 3859.0, 3814.0, 3854.0, 3815.0, 3801.0, 3858.0, 3859.0, 3857.0, 3824.0, 3841.0, 3822.0, 3852.0, 3820.0, 3806.0, 3797.0, 3773.0, 3818.0, 3784.0, 3805.0, 3773.0, 3816.0, 3797.0, 3828.0, 3797.0, 3775.0, 3819.0, 3798.0, 3829.0, 3810.0, 3819.0, 3821.0, 3800.0, 3832.0, 3800.0, 3831.0, 3832.0, 3788.0, 3810.0, 3789.0, 3842.0, 3799.0, 3831.0, 3797.0, 3828.0, 3799.0, 3841.0, 3807.0, 3787.0, 3799.0, 3789.0, 3831.0, 3800.0, 3819.0, 3789.0, 3842.0, 3822.0, 3843.0, 3822.0, 3800.0, 3834.0, 3801.0, 3865.0, 3837.0, 3869.0, 3849.0, 3813.0, 3858.0, 3823.0, 3855.0, 3835.0, 3792.0, 3835.0, 3800.0, 3844.0, 3810.0, 3830.0, 3786.0, 3840.0, 3817.0, 3824.0, 3803.0, 3800.0, 3789.0, 3754.0, 3799.0, 3745.0, 3787.0, 3757.0, 3799.0, 3789.0, 3798.0, 3779.0, 3757.0, 3780.0, 3771.0, 3826.0, 3797.0, 3776.0, 3798.0, 3800.0, 3844.0, 3822.0, 3789.0, 3811.0, 3820.0, 3832.0, 3778.0, 3809.0, 3779.0, 3832.0, 3789.0, 3820.0, 3788.0, 3830.0, 3788.0, 3843.0, 3812.0, 3810.0, 3823.0, 3814.0, 3845.0, 3812.0, 3843.0, 3824.0, 3854.0, 3843.0, 3797.0, 3818.0, 3776.0, 3840.0, 3809.0, 3818.0, 3797.0, 3829.0, 3829.0, 3787.0, 3807.0, 3798.0, 3841.0, 3843.0, 3788.0, 3808.0, 3788.0, 3842.0, 3822.0, 3841.0, 3810.0, 3807.0, 3831.0, 3786.0, 3807.0, 3798.0, 3841.0, 3819.0, 3797.0, 3807.0, 3776.0, 3828.0, 3808.0, 3818.0, 3809.0, 3786.0, 3830.0, 3798.0, 3807.0, 3799.0, 3820.0, 3831.0, 3789.0, 3809.0, 3788.0, 3843.0, 3820.0, 3817.0, 3796.0, 3827.0, 3808.0, 3837.0, 3807.0, 3775.0, 3808.0, 3798.0, 3830.0, 3820.0, 3799.0, 3821.0, 3841.0, 3831.0, 3777.0, 3808.0, 3789.0, 3854.0, 3821.0, 3821.0, 3813.0, 3811.0, 3832.0, 3814.0, 3856.0, 3846.0, 3803.0, 3825.0, 3824.0, 3847.0, 3858.0, 3838.0, 3870.0, 3837.0, 3829.0, 3848.0, 3824.0, 3870.0, 3848.0, 3814.0, 3846.0, 3835.0, 3855.0, 3831.0, 3798.0, 3818.0, 3797.0, 3828.0, 3828.0, 3773.0, 3792.0, 3759.0, 3811.0, 3803.0, 3823.0, 3781.0, 3758.0, 3781.0, 3771.0, 3814.0, 3794.0, 3782.0, 3782.0, 3772.0, 3807.0, 3774.0, 3795.0, 3787.0, 3819.0, 3810.0, 3798.0, 3808.0, 3790.0, 3834.0, 3834.0, 3790.0, 3824.0, 3804.0, 3834.0, 3835.0, 3856.0, 3834.0, 3833.0, 3811.0, 3813.0, 3846.0, 3815.0, 3845.0, 3814.0, 3856.0, 3836.0, 3821.0, 3822.0, 3788.0, 3834.0, 3820.0, 3828.0, 3810.0, 3840.0, 3821.0, 3788.0, 3809.0, 3790.0, 3843.0, 3824.0, 3856.0, 3821.0, 3802.0, 3832.0, 3825.0, 3846.0, 3835.0, 3824.0, 3870.0, 3850.0, 3826.0, 3826.0, 3825.0, 3834.0, 3814.0, 3843.0, 3854.0, 3832.0, 3818.0, 3820.0, 3808.0, 3840.0, 3808.0, 3826.0, 3806.0, 3814.0, 3791.0, 3799.0, 3779.0, 3796.0, 3777.0, 3754.0, 3776.0, 3746.0, 3768.0, 3758.0, 3813.0, 3773.0, 3781.0, 3785.0, 3777.0, 3811.0, 3813.0, 3813.0, 3834.0, 3792.0, 3825.0, 3812.0, 3834.0, 3789.0, 3820.0, 3776.0, 3833.0, 3811.0, 3833.0, 3813.0, 3834.0, 3815.0, 3855.0, 3835.0, 3793.0], 'WindowWidth': [8632.0, 8697.0, 8620.0, 8637.0, 8582.0, 8607.0, 8640.0, 8543.0, 8600.0, 8571.0, 8616.0, 8634.0, 8555.0, 8593.0, 8551.0, 8627.0, 8595.0, 8602.0, 8539.0, 8538.0, 8588.0, 8499.0, 8555.0, 8546.0, 8604.0, 8577.0, 8514.0, 8543.0, 8498.0, 8605.0, 8548.0, 8587.0, 8542.0, 8584.0, 8577.0, 8515.0, 8583.0, 8558.0, 8636.0, 8578.0, 8532.0, 8577.0, 8559.0, 8621.0, 8582.0, 8569.0, 8625.0, 8617.0, 8602.0, 8627.0, 8562.0, 8619.0, 8571.0, 8630.0, 8565.0, 8570.0, 8547.0, 8608.0, 8562.0, 8570.0, 8543.0, 8499.0, 8574.0, 8518.0, 8588.0, 8566.0, 8610.0, 8566.0, 8508.0, 8601.0, 8556.0, 8599.0, 8532.0, 8594.0, 8535.0, 8612.0, 8548.0, 8559.0, 8551.0, 8626.0, 8568.0, 8524.0, 8575.0, 8546.0, 8636.0, 8581.0, 8603.0, 8593.0, 8657.0, 8595.0, 8534.0, 8608.0, 8564.0, 8656.0, 8600.0, 8621.0, 8583.0, 8642.0, 8608.0, 8632.0, 8588.0, 8615.0, 8625.0, 8530.0, 8582.0, 8557.0, 8650.0, 8588.0, 8597.0, 8589.0, 8616.0, 8614.0, 8527.0, 8596.0, 8565.0, 8632.0, 8579.0, 8605.0, 8580.0, 8626.0, 8595.0, 8539.0, 8552.0, 8479.0, 8587.0, 8540.0, 8584.0, 8540.0, 8567.0, 8560.0, 8589.0, 8572.0, 8482.0, 8571.0, 8499.0, 8605.0, 8528.0, 8569.0, 8530.0, 8607.0, 8558.0, 8554.0, 8559.0, 8517.0, 8588.0, 8550.0, 8608.0, 8601.0, 8568.0, 8582.0, 8524.0, 8628.0, 8568.0, 8611.0, 8564.0, 8587.0, 8567.0, 8626.0, 8581.0, 8506.0, 8580.0, 8558.0, 8635.0, 8592.0, 8595.0, 8591.0, 8561.0, 8635.0, 8625.0, 8593.0, 8605.0, 8538.0, 8633.0, 8589.0, 8649.0, 8585.0, 8563.0, 8594.0, 8559.0, 8605.0, 8578.0, 8651.0, 8586.0, 8538.0, 8580.0, 8557.0, 8627.0, 8570.0, 8609.0, 8595.0, 8574.0, 8595.0, 8556.0, 8608.0, 8597.0, 8543.0, 8591.0, 8540.0, 8599.0, 8548.0, 8486.0, 8558.0, 8528.0, 8540.0, 8508.0, 8464.0, 8556.0, 8513.0, 8555.0, 8513.0, 8538.0, 8519.0, 8516.0, 8533.0, 8479.0, 8566.0, 8565.0, 8534.0, 8551.0, 8530.0, 8619.0, 8590.0, 8545.0, 8591.0, 8532.0, 8621.0, 8594.0, 8636.0, 8593.0, 8588.0, 8607.0, 8590.0, 8605.0, 8556.0, 8595.0, 8557.0, 8632.0, 8598.0, 8516.0, 8592.0, 8533.0, 8609.0, 8560.0, 8585.0, 8562.0, 8593.0, 8589.0, 8513.0, 8570.0, 8529.0, 8605.0, 8561.0, 8524.0, 8594.0, 8553.0, 8598.0, 8571.0, 8503.0, 8568.0, 8562.0, 8593.0, 8636.0, 8595.0, 8564.0, 8577.0, 8564.0, 8642.0, 8591.0, 8609.0, 8566.0, 8615.0, 8595.0, 8575.0, 8571.0, 8497.0, 8575.0, 8528.0, 8572.0, 8542.0, 8570.0, 8566.0, 8579.0, 8577.0, 8516.0, 8591.0, 8528.0, 8588.0, 8548.0, 8582.0, 8562.0, 8575.0, 8577.0, 8521.0, 8611.0, 8572.0, 8583.0, 8588.0, 8559.0, 8623.0, 8576.0, 8597.0, 8558.0, 8633.0, 8585.0, 8615.0, 8568.0, 8627.0, 8600.0, 8570.0, 8595.0, 8560.0, 8617.0, 8595.0, 8621.0, 8592.0, 8534.0, 8625.0, 8593.0, 8640.0, 8578.0, 8636.0, 8621.0, 8606.0, 8600.0, 8539.0, 8619.0, 8607.0, 8633.0, 8583.0, 8536.0, 8595.0, 8573.0, 8602.0, 8640.0, 8597.0, 8638.0, 8593.0, 8555.0, 8578.0, 8562.0, 8572.0, 8559.0, 8527.0, 8572.0, 8528.0, 8568.0, 8545.0, 8589.0, 8595.0, 8548.0, 8609.0, 8572.0, 8588.0, 8566.0, 8508.0, 8534.0, 8517.0, 8545.0, 8496.0, 8446.0, 8487.0, 8476.0, 8503.0, 8475.0, 8431.0, 8487.0, 8465.0, 8509.0, 8482.0, 8440.0, 8516.0, 8491.0, 8480.0, 8511.0, 8488.0, 8565.0, 8544.0, 8503.0, 8548.0, 8551.0, 8531.0, 8564.0, 8556.0, 8526.0, 8572.0, 8562.0, 8629.0, 8593.0, 8591.0, 8622.0, 8610.0, 8621.0, 8575.0, 8526.0, 8618.0, 8608.0, 8621.0, 8610.0, 8597.0, 8661.0, 8584.0, 8570.0, 8625.0, 8603.0, 8666.0, 8601.0, 8585.0, 8628.0, 8619.0, 8617.0, 8635.0, 8634.0, 8626.0, 8575.0, 8554.0, 8614.0, 8555.0, 8629.0, 8579.0, 8519.0, 8588.0, 8540.0, 8582.0, 8553.0, 8504.0, 8546.0, 8485.0, 8529.0, 8489.0, 8545.0, 8520.0, 8548.0, 8555.0, 8516.0, 8560.0, 8566.0, 8539.0, 8585.0, 8564.0, 8607.0, 8623.0, 8548.0, 8589.0, 8559.0, 8627.0, 8591.0, 8603.0, 8572.0, 8568.0, 8581.0, 8581.0, 8608.0, 8562.0, 8622.0, 8614.0, 8621.0, 8592.0, 8547.0, 8625.0, 8597.0, 8640.0, 8631.0, 8662.0, 8606.0, 8554.0, 8600.0, 8558.0, 8616.0, 8563.0, 8621.0, 8596.0, 8564.0, 8624.0, 8587.0, 8647.0, 8618.0, 8599.0, 8625.0, 8601.0, 8606.0, 8649.0, 8551.0, 8539.0, 8568.0, 8519.0, 8580.0, 8516.0, 8541.0, 8500.0, 8553.0, 8527.0, 8554.0, 8497.0, 8477.0, 8498.0, 8483.0, 8550.0, 8508.0, 8524.0, 8529.0, 8572.0, 8554.0, 8552.0, 8567.0, 8539.0, 8587.0, 8554.0, 8613.0, 8577.0, 8558.0, 8566.0, 8545.0, 8627.0, 8580.0, 8607.0, 8559.0, 8627.0, 8583.0, 8623.0, 8581.0, 8622.0, 8600.0, 8643.0, 8612.0, 8559.0, 8625.0, 8563.0, 8641.0, 8593.0, 8607.0, 8586.0, 8632.0, 8646.0, 8579.0, 8631.0, 8582.0, 8559.0, 8642.0, 8645.0, 8642.0, 8591.0, 8607.0, 8582.0, 8626.0, 8576.0, 8553.0, 8538.0, 8503.0, 8570.0, 8522.0, 8550.0, 8506.0, 8564.0, 8544.0, 8585.0, 8543.0, 8512.0, 8577.0, 8548.0, 8590.0, 8564.0, 8575.0, 8583.0, 8553.0, 8597.0, 8553.0, 8594.0, 8599.0, 8535.0, 8566.0, 8536.0, 8613.0, 8550.0, 8594.0, 8545.0, 8586.0, 8548.0, 8608.0, 8559.0, 8531.0, 8550.0, 8536.0, 8596.0, 8552.0, 8576.0, 8537.0, 8613.0, 8584.0, 8614.0, 8585.0, 8555.0, 8606.0, 8561.0, 8654.0, 8617.0, 8665.0, 8638.0, 8585.0, 8648.0, 8597.0, 8640.0, 8612.0, 8548.0, 8607.0, 8554.0, 8621.0, 8566.0, 8591.0, 8527.0, 8605.0, 8569.0, 8576.0, 8541.0, 8534.0, 8514.0, 8464.0, 8531.0, 8453.0, 8511.0, 8471.0, 8530.0, 8519.0, 8530.0, 8506.0, 8476.0, 8509.0, 8502.0, 8580.0, 8542.0, 8514.0, 8546.0, 8555.0, 8620.0, 8584.0, 8536.0, 8569.0, 8579.0, 8596.0, 8520.0, 8561.0, 8523.0, 8598.0, 8537.0, 8578.0, 8533.0, 8592.0, 8536.0, 8613.0, 8572.0, 8567.0, 8589.0, 8577.0, 8622.0, 8572.0, 8613.0, 8589.0, 8633.0, 8612.0, 8542.0, 8572.0, 8514.0, 8608.0, 8560.0, 8569.0, 8544.0, 8588.0, 8592.0, 8531.0, 8558.0, 8547.0, 8609.0, 8613.0, 8536.0, 8561.0, 8534.0, 8610.0, 8585.0, 8607.0, 8563.0, 8558.0, 8596.0, 8530.0, 8557.0, 8547.0, 8607.0, 8577.0, 8543.0, 8556.0, 8515.0, 8587.0, 8560.0, 8574.0, 8561.0, 8528.0, 8592.0, 8547.0, 8557.0, 8550.0, 8578.0, 8597.0, 8537.0, 8562.0, 8535.0, 8614.0, 8577.0, 8569.0, 8540.0, 8584.0, 8559.0, 8599.0, 8556.0, 8513.0, 8561.0, 8548.0, 8593.0, 8580.0, 8549.0, 8584.0, 8611.0, 8596.0, 8519.0, 8561.0, 8537.0, 8633.0, 8583.0, 8584.0, 8575.0, 8571.0, 8601.0, 8578.0, 8640.0, 8628.0, 8566.0, 8593.0, 8592.0, 8630.0, 8645.0, 8618.0, 8665.0, 8619.0, 8611.0, 8636.0, 8602.0, 8669.0, 8631.0, 8579.0, 8624.0, 8610.0, 8642.0, 8596.0, 8546.0, 8571.0, 8543.0, 8589.0, 8584.0, 8504.0, 8528.0, 8479.0, 8552.0, 8544.0, 8571.0, 8511.0, 8476.0, 8509.0, 8498.0, 8561.0, 8534.0, 8515.0, 8517.0, 8503.0, 8557.0, 8509.0, 8536.0, 8530.0, 8577.0, 8565.0, 8546.0, 8561.0, 8542.0, 8606.0, 8606.0, 8543.0, 8590.0, 8566.0, 8604.0, 8609.0, 8640.0, 8606.0, 8600.0, 8573.0, 8578.0, 8624.0, 8581.0, 8619.0, 8579.0, 8639.0, 8609.0, 8582.0, 8584.0, 8534.0, 8603.0, 8580.0, 8588.0, 8564.0, 8606.0, 8580.0, 8534.0, 8564.0, 8540.0, 8616.0, 8592.0, 8636.0, 8584.0, 8559.0, 8601.0, 8597.0, 8628.0, 8614.0, 8598.0, 8668.0, 8640.0, 8603.0, 8604.0, 8599.0, 8611.0, 8584.0, 8621.0, 8635.0, 8600.0, 8576.0, 8578.0, 8562.0, 8609.0, 8560.0, 8582.0, 8551.0, 8561.0, 8525.0, 8532.0, 8503.0, 8523.0, 8500.0, 8467.0, 8497.0, 8458.0, 8491.0, 8481.0, 8559.0, 8504.0, 8512.0, 8524.0, 8519.0, 8569.0, 8578.0, 8577.0, 8603.0, 8547.0, 8595.0, 8572.0, 8604.0, 8538.0, 8578.0, 8517.0, 8602.0, 8572.0, 8600.0, 8575.0, 8605.0, 8582.0, 8637.0, 8609.0, 8551.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.0007833715596330276</td></tr>
<tr><td colspan=3>aqi</td><td>0.045548523394495416</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>46.58676274916188</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.224846181458095</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9726237935476457</td></tr>
<tr><td colspan=3>efc</td><td>0.5122</td></tr>
<tr><td colspan=3>fber</td><td>4380.9878</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1406252934973957</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>178</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>20.412844036697248</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.344034989022491</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.22808531051467</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6177530284969954</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1862666280558085</td></tr>
<tr><td colspan=3>gcor</td><td>0.0194182</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.024461233988404274</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04856105148792267</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.211263693691767</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>14.9053</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.0513</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>197.1095</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293562.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>936.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>349.0126</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9836</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>421.7017</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3008.5826</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3143.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82982.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1225.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3905.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>746.3273</td></tr>
<tr><td colspan=3>tsnr</td><td>30.432089191221166</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>