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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-04_subject-0083_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-0083/figures/sub-0083_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0083/figures/sub-0083_ses-04_task-social_acq-mb8_run-04_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-0083/figures/sub-0083_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-04_task-social_acq-mb8_run-04_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-0083/ses-04/func/sub-0083_ses-04_task-social_acq-mb8_run-04_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>144b80b9fbc0a01f1b4bf8c8e3aed3a8</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:07:1.297500</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.998972, 0.0310527, 0.0330108, -0.0354086, 0.989402, 0.140819]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_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.0878664</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4136, -7866, -7309, 806, -91, -676, 198, 4]</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.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>229.066</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a3488d89-7c4f-4bb8-91fc-4ed30feee916||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.6801700592041016, -0.0949985608458519, 0.07637805491685867, 117.42262268066406], [-0.08331214636564255, 2.6544930934906006, 0.38297709822654724, -105.67506408691406], [0.08856566250324249, -0.3778076171875, 2.6716089248657227, -67.68357849121094], [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': ['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', '201110.157500', '201110.617500', '201111.077500', '201111.537500', '201111.997500', '201112.457500', '201112.917500', '201113.377500', '201113.837500', '201114.297500', '201114.757500', '201115.217500', '201115.677500', '201116.137500', '201116.597500', '201117.057500', '201117.517500', '201117.977500', '201118.437500', '201118.897500', '201119.357500', '201119.817500', '201120.277500', '201120.737500', '201121.197500', '201121.657500', '201122.117500', '201122.577500', '201123.037500', '201123.497500', '201123.957500', '201124.417500', '201124.877500', '201125.337500', '201125.797500', '201126.257500', '201126.717500', '201127.177500', '201127.637500', '201128.097500', '201128.557500', '201129.017500', '201129.477500', '201129.937500', '201130.397500', '201130.857500', '201131.317500', '201131.777500', '201132.237500', '201132.697500', '201133.157500', '201133.617500', '201134.077500', '201134.537500', '201134.997500', '201135.457500', '201135.917500', '201136.377500', '201136.837500', '201137.297500', '201137.757500', '201138.217500', '201138.677500', '201139.137500', '201139.597500', '201140.057500', '201140.517500', '201140.977500', '201141.437500', '201141.897500', '201142.357500', '201142.817500', '201143.277500', '201143.737500', '201144.197500', '201144.657500', '201145.117500', '201145.577500', '201146.037500', '201146.497500', '201146.957500', '201147.417500', '201147.877500', '201148.337500', '201148.797500', '201149.257500', '201149.717500', '201150.177500', '201150.637500', '201151.097500', '201151.557500', '201152.017500', '201152.477500', '201152.937500', '201153.397500', '201153.857500', '201154.317500', '201154.777500', '201155.237500', '201155.697500', '201156.157500', '201156.617500', '201157.077500', '201157.537500', '201157.997500', '201158.457500', '201158.917500', '201159.377500', '201159.837500', '201200.297500', '201200.757500', '201201.217500', '201201.677500', '201202.137500', '201202.597500', '201203.057500', '201203.517500', '201203.977500', '201204.437500', '201204.897500', '201205.357500', '201205.817500', '201206.277500', '201206.737500', '201207.197500', '201207.657500', '201208.117500', '201208.577500', '201209.037500', '201209.497500', '201209.957500', '201210.417500', '201210.877500', '201211.337500', '201211.797500', '201212.257500', '201212.717500', '201213.177500', '201213.637500', '201214.097500', '201214.557500', '201215.017500', '201215.477500', '201215.937500', '201216.397500', '201216.857500', '201217.317500', '201217.777500', '201218.237500', '201218.697500', '201219.157500', '201219.617500', '201220.077500', '201220.537500', '201220.997500', '201221.457500', '201221.917500', '201222.377500', '201222.837500', '201223.297500', '201223.757500', '201224.217500', '201224.677500', '201225.137500', '201225.597500', '201226.057500', '201226.517500', '201226.977500', '201227.437500', '201227.897500', '201228.357500', '201228.817500', '201229.277500', '201229.737500', '201230.197500', '201230.657500', '201231.117500', '201231.577500', '201232.037500', '201232.497500', '201232.957500', '201233.417500', '201233.877500', '201234.337500', '201234.797500', '201235.257500', '201235.717500', '201236.177500', '201236.637500', '201237.097500', '201237.557500', '201238.017500', '201238.477500', '201238.937500', '201239.397500', '201239.857500', '201240.317500', '201240.777500', '201241.237500', '201241.697500', '201242.157500', '201242.617500', '201243.077500', '201243.537500', '201243.997500', '201244.457500', '201244.917500', '201245.377500', '201245.837500', '201246.297500', '201246.757500', '201247.217500', '201247.677500', '201248.137500', '201248.597500', '201249.057500', '201249.517500', '201249.977500', '201250.437500', '201250.897500', '201251.357500', '201251.817500', '201252.277500', '201252.737500', '201253.197500', '201253.657500', '201254.117500', '201254.577500', '201255.037500', '201255.497500', '201255.957500', '201256.417500', '201256.877500', '201257.337500', '201257.797500', '201258.257500', '201258.717500', '201259.177500', '201259.637500', '201300.097500', '201300.557500', '201301.017500', '201301.477500', '201301.937500', '201302.397500', '201302.857500', '201303.317500', '201303.777500', '201304.237500', '201304.697500', '201305.157500', '201305.617500', '201306.077500', '201306.537500', '201306.997500', '201307.457500', '201307.917500', '201308.377500', '201308.837500', '201309.297500', '201309.757500', '201310.217500', '201310.677500', '201311.137500', '201311.597500', '201312.057500', '201312.517500', '201312.977500', '201313.437500', '201313.897500', '201314.357500', '201314.817500', '201315.277500', '201315.737500', '201316.197500', '201316.657500', '201317.117500', '201317.577500', '201318.037500', '201318.497500', '201318.957500', '201319.417500', '201319.877500', '201320.337500', '201320.797500', '201321.257500', '201321.717500', '201322.177500', '201322.637500', '201323.097500', '201323.557500', '201324.017500', '201324.477500', '201324.937500', '201325.397500', '201325.857500', '201326.317500', '201326.777500', '201327.237500', '201327.697500', '201328.157500', '201328.617500', '201329.077500', '201329.537500', '201329.997500', '201330.457500', '201330.917500', '201331.377500', '201331.837500', '201332.297500', '201332.757500', '201333.217500', '201333.677500', '201334.137500', '201334.597500', '201335.057500', '201335.517500', '201335.977500', '201336.437500', '201336.897500', '201337.357500', '201337.817500', '201338.277500', '201338.737500', '201339.197500', '201339.657500', '201340.117500', '201340.577500', '201341.037500', '201341.497500', '201341.957500'], 'ContentTime': ['200719.050000', '200719.052000', '200719.055000', '200719.058000', '200719.060000', '200719.063000', '200719.066000', '200719.068000', '200719.071000', '200719.073000', '200719.076000', '200719.079000', '200719.081000', '200719.090000', '200719.093000', '200719.096000', '200719.098000', '200719.101000', '200719.103000', '200719.106000', '200719.108000', '200719.111000', '200719.113000', '200719.116000', '200719.119000', '200719.125000', '200719.128000', '200719.131000', '200719.133000', '200719.136000', '200719.138000', '200719.141000', '200719.144000', '200719.146000', '200719.149000', '200739.022000', '200739.025000', '200739.028000', '200739.031000', '200739.033000', '200739.036000', '200739.049000', '200739.054000', '200739.056000', '200739.059000', '200739.061000', '200739.064000', '200739.067000', '200739.069000', '200739.072000', '200739.074000', '200739.077000', '200739.080000', '200739.082000', '200739.085000', '200739.087000', '200739.090000', '200739.092000', '200739.095000', '200739.098000', '200739.100000', '200739.103000', '200739.105000', '200739.108000', '200739.110000', '200739.113000', '200739.115000', '200739.118000', '200739.120000', '200739.123000', '200739.126000', '200739.128000', '200739.131000', '200739.133000', '200739.136000', '200739.139000', '200739.141000', '200739.144000', '200759.022000', '200759.025000', '200759.028000', '200759.031000', '200759.033000', '200759.036000', '200759.038000', '200759.041000', '200759.043000', '200759.065000', '200759.067000', '200759.070000', '200759.073000', '200759.075000', '200759.078000', '200759.080000', '200759.083000', '200759.086000', '200759.088000', '200759.091000', '200759.093000', '200759.096000', '200759.099000', '200759.101000', '200759.104000', '200759.106000', '200759.109000', '200759.112000', '200759.114000', '200759.117000', '200759.120000', '200759.122000', '200759.125000', '200759.127000', '200759.130000', '200759.133000', '200759.135000', '200759.138000', '200759.140000', '200759.143000', '200759.146000', '200759.148000', '200759.151000', '200759.153000', '200819.023000', '200819.026000', '200819.029000', '200819.031000', '200819.034000', '200819.037000', '200819.039000', '200819.042000', '200819.044000', '200819.047000', '200819.049000', '200819.052000', '200819.054000', '200819.057000', '200819.060000', '200819.062000', '200819.066000', '200819.069000', '200819.071000', '200819.074000', '200819.076000', '200819.079000', '200819.082000', '200819.084000', '200819.087000', '200819.089000', '200819.092000', '200819.094000', '200819.097000', '200819.100000', '200819.102000', '200819.105000', '200819.107000', '200819.110000', '200819.113000', '200819.115000', '200819.118000', '200819.120000', '200819.123000', '200819.126000', '200819.128000', '200819.131000', '200819.133000', '200839.023000', '200839.027000', '200839.029000', '200839.032000', '200839.034000', '200839.037000', '200839.040000', '200839.042000', '200839.045000', '200839.048000', '200839.050000', '200839.053000', '200839.055000', '200839.058000', '200839.060000', '200839.063000', '200839.066000', '200839.068000', '200839.071000', '200839.073000', '200839.076000', '200839.079000', '200839.081000', '200839.084000', '200839.086000', '200839.089000', '200839.091000', '200839.094000', '200839.097000', '200839.106000', '200839.109000', '200839.111000', '200839.125000', '200839.127000', '200839.130000', '200839.132000', '200839.135000', '200839.138000', '200839.140000', '200839.143000', '200839.145000', '200839.148000', '200839.151000', '200839.153000', '200859.023000', '200859.026000', '200859.029000', '200859.032000', '200859.034000', '200859.037000', '200859.039000', '200859.042000', '200859.045000', '200859.047000', '200859.050000', '200859.052000', '200859.055000', '200859.058000', '200859.060000', '200859.063000', '200859.065000', '200859.068000', '200859.071000', '200859.073000', '200859.087000', '200859.090000', '200859.092000', '200859.095000', '200859.097000', '200859.100000', '200859.103000', '200859.105000', '200859.108000', '200859.110000', '200859.113000', '200859.116000', '200859.118000', '200859.121000', '200859.123000', '200859.126000', '200859.129000', '200859.131000', '200859.134000', '200859.136000', '200859.139000', '200859.142000', '200859.144000', '200859.147000', '200919.023000', '200919.025000', '200919.028000', '200919.031000', '200919.033000', '200919.036000', '200919.038000', '200919.041000', '200919.044000', '200919.046000', '200919.049000', '200919.052000', '200919.054000', '200919.057000', '200919.059000', '200919.062000', '200919.064000', '200919.067000', '200919.070000', '200919.072000', '200919.075000', '200919.077000', '200919.080000', '200919.083000', '200919.085000', '200919.088000', '200919.090000', '200919.093000', '200919.096000', '200919.098000', '200919.101000', '200919.104000', '200919.106000', '200919.109000', '200919.111000', '200919.114000', '200919.116000', '200919.119000', '200919.122000', '200919.124000', '200919.127000', '200919.129000', '200919.132000', '200939.023000', '200939.025000', '200939.028000', '200939.031000', '200939.033000', '200939.036000', '200939.039000', '200939.041000', '200939.044000', '200939.046000', '200939.049000', '200939.052000', '200939.054000', '200939.057000', '200939.060000', '200939.062000', '200939.065000', '200939.068000', '200939.070000', '200939.073000', '200939.076000', '200939.078000', '200939.081000', '200939.083000', '200939.086000', '200939.089000', '200939.091000', '200939.094000', '200939.097000', '200939.099000', '200939.102000', '200939.105000', '200939.108000', '200939.111000', '200939.113000', '200939.116000', '200939.118000', '200939.121000', '200939.123000', '200939.126000', '200939.129000', '200939.131000', '200939.134000', '200959.023000', '200959.026000', '200959.028000', '200959.031000', '200959.033000', '200959.036000', '200959.039000', '200959.041000', '200959.044000', '200959.046000', '200959.049000', '200959.051000', '200959.054000', '200959.057000', '200959.059000', '200959.062000', '200959.064000', '200959.067000', '200959.070000', '200959.072000', '200959.075000', '200959.078000', '200959.080000', '200959.083000', '200959.085000', '200959.088000', '200959.091000', '200959.093000', '200959.096000', '200959.098000', '200959.101000', '200959.113000', '200959.116000', '200959.118000', '200959.121000', '200959.124000', '200959.126000', '200959.129000', '200959.131000', '200959.134000', '200959.137000', '200959.139000', '200959.142000', '200959.144000', '201019.022000', '201019.025000', '201019.028000', '201019.031000', '201019.033000', '201019.036000', '201019.038000', '201019.041000', '201019.044000', '201019.046000', '201019.049000', '201019.051000', '201019.054000', '201019.057000', '201019.060000', '201019.063000', '201019.066000', '201019.069000', '201019.071000', '201019.074000', '201019.076000', '201019.079000', '201019.082000', '201019.084000', '201019.087000', '201019.089000', '201019.092000', '201019.100000', '201019.103000', '201019.106000', '201019.108000', '201019.111000', '201019.113000', '201019.116000', '201019.119000', '201019.122000', '201019.124000', '201019.130000', '201019.132000', '201019.135000', '201019.138000', '201019.140000', '201019.143000', '201039.024000', '201039.026000', '201039.030000', '201039.032000', '201039.035000', '201039.038000', '201039.040000', '201039.043000', '201039.046000', '201039.048000', '201039.051000', '201039.053000', '201039.056000', '201039.059000', '201039.061000', '201039.064000', '201039.066000', '201039.069000', '201039.072000', '201039.074000', '201039.077000', '201039.079000', '201039.082000', '201039.085000', '201039.087000', '201039.090000', '201039.092000', '201039.095000', '201039.098000', '201039.100000', '201039.103000', '201039.106000', '201039.108000', '201039.111000', '201039.113000', '201039.116000', '201039.119000', '201039.121000', '201039.124000', '201039.127000', '201039.129000', '201039.132000', '201039.135000', '201039.137000', '201059.024000', '201059.026000', '201059.029000', '201059.032000', '201059.034000', '201059.037000', '201059.039000', '201059.042000', '201059.045000', '201059.047000', '201059.050000', '201059.053000', '201059.055000', '201059.058000', '201059.061000', '201059.063000', '201059.066000', '201059.068000', '201059.071000', '201059.074000', '201059.076000', '201059.079000', '201059.082000', '201059.084000', '201059.087000', '201059.089000', '201059.092000', '201059.095000', '201059.098000', '201059.100000', '201059.103000', '201059.106000', '201059.108000', '201059.111000', '201059.113000', '201059.116000', '201059.119000', '201059.121000', '201059.124000', '201059.126000', '201059.129000', '201059.132000', '201059.134000', '201119.023000', '201119.026000', '201119.029000', '201119.031000', '201119.034000', '201119.036000', '201119.039000', '201119.042000', '201119.044000', '201119.047000', '201119.049000', '201119.052000', '201119.055000', '201119.057000', '201119.060000', '201119.062000', '201119.065000', '201119.067000', '201119.070000', '201119.073000', '201119.075000', '201119.078000', '201119.080000', '201119.083000', '201119.085000', '201119.088000', '201119.091000', '201119.093000', '201119.096000', '201119.098000', '201119.101000', '201119.104000', '201119.106000', '201119.109000', '201119.111000', '201119.114000', '201119.116000', '201119.119000', '201119.122000', '201119.124000', '201119.127000', '201119.130000', '201119.132000', '201119.135000', '201139.022000', '201139.025000', '201139.028000', '201139.031000', '201139.033000', '201139.036000', '201139.038000', '201139.041000', '201139.044000', '201139.046000', '201139.049000', '201139.052000', '201139.054000', '201139.057000', '201139.059000', '201139.062000', '201139.064000', '201139.067000', '201139.070000', '201139.073000', '201139.075000', '201139.078000', '201139.080000', '201139.083000', '201139.086000', '201139.088000', '201139.091000', '201139.093000', '201139.096000', '201139.099000', '201139.101000', '201139.104000', '201139.106000', '201139.109000', '201139.112000', '201139.114000', '201139.117000', '201139.120000', '201139.122000', '201139.125000', '201139.128000', '201139.132000', '201139.134000', '201159.022000', '201159.025000', '201159.028000', '201159.030000', '201159.033000', '201159.036000', '201159.038000', '201159.041000', '201159.043000', '201159.046000', '201159.049000', '201159.051000', '201159.054000', '201159.057000', '201159.059000', '201159.062000', '201159.064000', '201159.067000', '201159.069000', '201159.072000', '201159.075000', '201159.078000', '201159.080000', '201159.083000', '201159.085000', '201159.088000', '201159.091000', '201159.093000', '201159.096000', '201159.098000', '201159.101000', '201159.104000', '201159.106000', '201159.109000', '201159.112000', '201159.114000', '201159.117000', '201159.119000', '201159.122000', '201159.125000', '201159.127000', '201159.130000', '201159.132000', '201159.135000', '201219.023000', '201219.026000', '201219.029000', '201219.031000', '201219.034000', '201219.036000', '201219.039000', '201219.042000', '201219.044000', '201219.047000', '201219.050000', '201219.052000', '201219.055000', '201219.057000', '201219.060000', '201219.063000', '201219.065000', '201219.068000', '201219.071000', '201219.073000', '201219.076000', '201219.078000', '201219.081000', '201219.084000', '201219.086000', '201219.089000', '201219.092000', '201219.094000', '201219.097000', '201219.099000', '201219.102000', '201219.105000', '201219.107000', '201219.110000', '201219.113000', '201219.115000', '201219.118000', '201219.120000', '201219.123000', '201219.126000', '201219.128000', '201219.131000', '201219.134000', '201239.022000', '201239.025000', '201239.028000', '201239.030000', '201239.033000', '201239.036000', '201239.038000', '201239.041000', '201239.043000', '201239.046000', '201239.049000', '201239.051000', '201239.054000', '201239.056000', '201239.059000', '201239.062000', '201239.064000', '201239.067000', '201239.069000', '201239.072000', '201239.075000', '201239.077000', '201239.080000', '201239.083000', '201239.085000', '201239.088000', '201239.090000', '201239.093000', '201239.096000', '201239.098000', '201239.101000', '201239.107000', '201239.109000', '201239.112000', '201239.114000', '201239.117000', '201239.120000', '201239.122000', '201239.125000', '201239.128000', '201239.130000', '201239.133000', '201239.136000', '201239.138000', '201259.024000', '201259.027000', '201259.029000', '201259.032000', '201259.035000', '201259.037000', '201259.040000', '201259.043000', '201259.045000', '201259.048000', '201259.050000', '201259.053000', '201259.056000', '201259.058000', '201259.061000', '201259.063000', '201259.066000', '201259.068000', '201259.071000', '201259.074000', '201259.076000', '201259.079000', '201259.081000', '201259.084000', '201259.087000', '201259.089000', '201259.092000', '201259.094000', '201259.097000', '201259.099000', '201259.102000', '201259.105000', '201259.107000', '201259.110000', '201259.112000', '201259.115000', '201259.118000', '201259.120000', '201259.123000', '201259.125000', '201259.128000', '201259.132000', '201259.135000', '201319.023000', '201319.026000', '201319.029000', '201319.032000', '201319.034000', '201319.037000', '201319.040000', '201319.042000', '201319.045000', '201319.048000', '201319.050000', '201319.053000', '201319.055000', '201319.058000', '201319.060000', '201319.063000', '201319.066000', '201319.068000', '201319.071000', '201319.073000', '201319.085000', '201319.088000', '201319.090000', '201319.093000', '201319.095000', '201319.098000', '201319.100000', '201319.103000', '201319.106000', '201319.108000', '201319.111000', '201319.113000', '201319.116000', '201319.119000', '201319.121000', '201319.124000', '201319.126000', '201319.129000', '201319.131000', '201319.134000', '201319.137000', '201319.139000', '201319.142000', '201319.144000', '201339.023000', '201339.026000', '201339.029000', '201339.032000', '201339.034000', '201339.037000', '201339.039000', '201339.042000', '201339.045000', '201339.047000', '201339.050000', '201339.052000', '201339.055000', '201339.058000', '201339.060000', '201339.063000', '201339.065000', '201339.068000', '201339.071000', '201339.073000', '201339.076000', '201339.078000', '201339.081000', '201339.083000', '201339.086000', '201339.089000', '201339.091000', '201339.094000', '201339.096000', '201339.099000', '201339.102000', '201339.104000', '201339.107000', '201339.109000', '201339.112000', '201339.114000', '201339.117000', '201339.120000', '201339.122000', '201339.125000', '201339.128000', '201339.130000', '201339.133000', '201343.762000', '201343.765000', '201343.767000', '201343.770000', '201343.773000', '201343.776000', '201343.779000', '201343.782000', '201343.784000', '201343.787000', '201343.791000'], 'InstanceCreationTime': ['200719.050000', '200719.052000', '200719.055000', '200719.058000', '200719.060000', '200719.063000', '200719.066000', '200719.068000', '200719.071000', '200719.073000', '200719.076000', '200719.079000', '200719.081000', '200719.090000', '200719.093000', '200719.096000', '200719.098000', '200719.101000', '200719.103000', '200719.106000', '200719.108000', '200719.111000', '200719.113000', '200719.116000', '200719.119000', '200719.125000', '200719.128000', '200719.131000', '200719.133000', '200719.136000', '200719.138000', '200719.141000', '200719.144000', '200719.146000', '200719.149000', '200739.022000', '200739.025000', '200739.028000', '200739.031000', '200739.033000', '200739.036000', '200739.049000', '200739.054000', '200739.056000', '200739.059000', '200739.061000', '200739.064000', '200739.067000', '200739.069000', '200739.072000', '200739.074000', '200739.077000', '200739.080000', '200739.082000', '200739.085000', '200739.087000', '200739.090000', '200739.092000', '200739.095000', '200739.098000', '200739.100000', '200739.103000', '200739.105000', '200739.108000', '200739.110000', '200739.113000', '200739.115000', '200739.118000', '200739.120000', '200739.123000', '200739.126000', '200739.128000', '200739.131000', '200739.133000', '200739.136000', '200739.139000', '200739.141000', '200739.144000', '200759.022000', '200759.025000', '200759.028000', '200759.031000', '200759.033000', '200759.036000', '200759.038000', '200759.041000', '200759.043000', '200759.065000', '200759.067000', '200759.070000', '200759.073000', '200759.075000', '200759.078000', '200759.080000', '200759.083000', '200759.086000', '200759.088000', '200759.091000', '200759.093000', '200759.096000', '200759.099000', '200759.101000', '200759.104000', '200759.106000', '200759.109000', '200759.112000', '200759.114000', '200759.117000', '200759.120000', '200759.122000', '200759.125000', '200759.127000', '200759.130000', '200759.133000', '200759.135000', '200759.138000', '200759.140000', '200759.143000', '200759.146000', '200759.148000', '200759.151000', '200759.153000', '200819.023000', '200819.026000', '200819.029000', '200819.031000', '200819.034000', '200819.037000', '200819.039000', '200819.042000', '200819.044000', '200819.047000', '200819.049000', '200819.052000', '200819.054000', '200819.057000', '200819.060000', '200819.062000', '200819.066000', '200819.069000', '200819.071000', '200819.074000', '200819.076000', '200819.079000', '200819.082000', '200819.084000', '200819.087000', '200819.089000', '200819.092000', '200819.094000', '200819.097000', '200819.100000', '200819.102000', '200819.105000', '200819.107000', '200819.110000', '200819.113000', '200819.115000', '200819.118000', '200819.120000', '200819.123000', '200819.126000', '200819.128000', '200819.131000', '200819.133000', '200839.023000', '200839.027000', '200839.029000', '200839.032000', '200839.034000', '200839.037000', '200839.040000', '200839.042000', '200839.045000', '200839.048000', '200839.050000', '200839.053000', '200839.055000', '200839.058000', '200839.060000', '200839.063000', '200839.066000', '200839.068000', '200839.071000', '200839.073000', '200839.076000', '200839.079000', '200839.081000', '200839.084000', '200839.086000', '200839.089000', '200839.091000', '200839.094000', '200839.097000', '200839.106000', '200839.109000', '200839.111000', '200839.125000', '200839.127000', '200839.130000', '200839.132000', '200839.135000', '200839.138000', '200839.140000', '200839.143000', '200839.145000', '200839.148000', '200839.151000', '200839.153000', '200859.023000', '200859.026000', '200859.029000', '200859.032000', '200859.034000', '200859.037000', '200859.039000', '200859.042000', '200859.045000', '200859.047000', '200859.050000', '200859.052000', '200859.055000', '200859.058000', '200859.060000', '200859.063000', '200859.065000', '200859.068000', '200859.071000', '200859.073000', '200859.087000', '200859.090000', '200859.092000', '200859.095000', '200859.097000', '200859.100000', '200859.103000', '200859.105000', '200859.108000', '200859.110000', '200859.113000', '200859.116000', '200859.118000', '200859.121000', '200859.123000', '200859.126000', '200859.129000', '200859.131000', '200859.134000', '200859.136000', '200859.139000', '200859.142000', '200859.144000', '200859.147000', '200919.023000', '200919.025000', '200919.028000', '200919.031000', '200919.033000', '200919.036000', '200919.038000', '200919.041000', '200919.044000', '200919.046000', '200919.049000', '200919.052000', '200919.054000', '200919.057000', '200919.059000', '200919.062000', '200919.064000', '200919.067000', '200919.070000', '200919.072000', '200919.075000', '200919.077000', '200919.080000', '200919.083000', '200919.085000', '200919.088000', '200919.090000', '200919.093000', '200919.096000', '200919.098000', '200919.101000', '200919.104000', '200919.106000', '200919.109000', '200919.111000', '200919.114000', '200919.116000', '200919.119000', '200919.122000', '200919.124000', '200919.127000', '200919.129000', '200919.132000', '200939.023000', '200939.025000', '200939.028000', '200939.031000', '200939.033000', '200939.036000', '200939.039000', '200939.041000', '200939.044000', '200939.046000', '200939.049000', '200939.052000', '200939.054000', '200939.057000', '200939.060000', '200939.062000', '200939.065000', '200939.068000', '200939.070000', '200939.073000', '200939.076000', '200939.078000', '200939.081000', '200939.083000', '200939.086000', '200939.089000', '200939.091000', '200939.094000', '200939.097000', '200939.099000', '200939.102000', '200939.105000', '200939.108000', '200939.111000', '200939.113000', '200939.116000', '200939.118000', '200939.121000', '200939.123000', '200939.126000', '200939.129000', '200939.131000', '200939.134000', '200959.023000', '200959.026000', '200959.028000', '200959.031000', '200959.033000', '200959.036000', '200959.039000', '200959.041000', '200959.044000', '200959.046000', '200959.049000', '200959.051000', '200959.054000', '200959.057000', '200959.059000', '200959.062000', '200959.064000', '200959.067000', '200959.070000', '200959.072000', '200959.075000', '200959.078000', '200959.080000', '200959.083000', '200959.085000', '200959.088000', '200959.091000', '200959.093000', '200959.096000', '200959.098000', '200959.101000', '200959.113000', '200959.116000', '200959.118000', '200959.121000', '200959.124000', '200959.126000', '200959.129000', '200959.131000', '200959.134000', '200959.137000', '200959.139000', '200959.142000', '200959.144000', '201019.022000', '201019.025000', '201019.028000', '201019.031000', '201019.033000', '201019.036000', '201019.038000', '201019.041000', '201019.044000', '201019.046000', '201019.049000', '201019.051000', '201019.054000', '201019.057000', '201019.060000', '201019.063000', '201019.066000', '201019.069000', '201019.071000', '201019.074000', '201019.076000', '201019.079000', '201019.082000', '201019.084000', '201019.087000', '201019.089000', '201019.092000', '201019.100000', '201019.103000', '201019.106000', '201019.108000', '201019.111000', '201019.113000', '201019.116000', '201019.119000', '201019.122000', '201019.124000', '201019.130000', '201019.132000', '201019.135000', '201019.138000', '201019.140000', '201019.143000', '201039.024000', '201039.026000', '201039.030000', '201039.032000', '201039.035000', '201039.038000', '201039.040000', '201039.043000', '201039.046000', '201039.048000', '201039.051000', '201039.053000', '201039.056000', '201039.059000', '201039.061000', '201039.064000', '201039.066000', '201039.069000', '201039.072000', '201039.074000', '201039.077000', '201039.079000', '201039.082000', '201039.085000', '201039.087000', '201039.090000', '201039.092000', '201039.095000', '201039.098000', '201039.100000', '201039.103000', '201039.106000', '201039.108000', '201039.111000', '201039.113000', '201039.116000', '201039.119000', '201039.121000', '201039.124000', '201039.127000', '201039.129000', '201039.132000', '201039.135000', '201039.137000', '201059.024000', '201059.026000', '201059.029000', '201059.032000', '201059.034000', '201059.037000', '201059.039000', '201059.042000', '201059.045000', '201059.047000', '201059.050000', '201059.053000', '201059.055000', '201059.058000', '201059.061000', '201059.063000', '201059.066000', '201059.068000', '201059.071000', '201059.074000', '201059.076000', '201059.079000', '201059.082000', '201059.084000', '201059.087000', '201059.089000', '201059.092000', '201059.095000', '201059.098000', '201059.100000', '201059.103000', '201059.106000', '201059.108000', '201059.111000', '201059.113000', '201059.116000', '201059.119000', '201059.121000', '201059.124000', '201059.126000', '201059.129000', '201059.132000', '201059.134000', '201119.023000', '201119.026000', '201119.029000', '201119.031000', '201119.034000', '201119.036000', '201119.039000', '201119.042000', '201119.044000', '201119.047000', '201119.049000', '201119.052000', '201119.055000', '201119.057000', '201119.060000', '201119.062000', '201119.065000', '201119.067000', '201119.070000', '201119.073000', '201119.075000', '201119.078000', '201119.080000', '201119.083000', '201119.085000', '201119.088000', '201119.091000', '201119.093000', '201119.096000', '201119.098000', '201119.101000', '201119.104000', '201119.106000', '201119.109000', '201119.111000', '201119.114000', '201119.116000', '201119.119000', '201119.122000', '201119.124000', '201119.127000', '201119.130000', '201119.132000', '201119.135000', '201139.022000', '201139.025000', '201139.028000', '201139.031000', '201139.033000', '201139.036000', '201139.038000', '201139.041000', '201139.044000', '201139.046000', '201139.049000', '201139.052000', '201139.054000', '201139.057000', '201139.059000', '201139.062000', '201139.064000', '201139.067000', '201139.070000', '201139.073000', '201139.075000', '201139.078000', '201139.080000', '201139.083000', '201139.086000', '201139.088000', '201139.091000', '201139.093000', '201139.096000', '201139.099000', '201139.101000', '201139.104000', '201139.106000', '201139.109000', '201139.112000', '201139.114000', '201139.117000', '201139.120000', '201139.122000', '201139.125000', '201139.128000', '201139.132000', '201139.134000', '201159.022000', '201159.025000', '201159.028000', '201159.030000', '201159.033000', '201159.036000', '201159.038000', '201159.041000', '201159.043000', '201159.046000', '201159.049000', '201159.051000', '201159.054000', '201159.057000', '201159.059000', '201159.062000', '201159.064000', '201159.067000', '201159.069000', '201159.072000', '201159.075000', '201159.078000', '201159.080000', '201159.083000', '201159.085000', '201159.088000', '201159.091000', '201159.093000', '201159.096000', '201159.098000', '201159.101000', '201159.104000', '201159.106000', '201159.109000', '201159.112000', '201159.114000', '201159.117000', '201159.119000', '201159.122000', '201159.125000', '201159.127000', '201159.130000', '201159.132000', '201159.135000', '201219.023000', '201219.026000', '201219.029000', '201219.031000', '201219.034000', '201219.036000', '201219.039000', '201219.042000', '201219.044000', '201219.047000', '201219.050000', '201219.052000', '201219.055000', '201219.057000', '201219.060000', '201219.063000', '201219.065000', '201219.068000', '201219.071000', '201219.073000', '201219.076000', '201219.078000', '201219.081000', '201219.084000', '201219.086000', '201219.089000', '201219.092000', '201219.094000', '201219.097000', '201219.099000', '201219.102000', '201219.105000', '201219.107000', '201219.110000', '201219.113000', '201219.115000', '201219.118000', '201219.120000', '201219.123000', '201219.126000', '201219.128000', '201219.131000', '201219.134000', '201239.022000', '201239.025000', '201239.028000', '201239.030000', '201239.033000', '201239.036000', '201239.038000', '201239.041000', '201239.043000', '201239.046000', '201239.049000', '201239.051000', '201239.054000', '201239.056000', '201239.059000', '201239.062000', '201239.064000', '201239.067000', '201239.069000', '201239.072000', '201239.075000', '201239.077000', '201239.080000', '201239.083000', '201239.085000', '201239.088000', '201239.090000', '201239.093000', '201239.096000', '201239.098000', '201239.101000', '201239.107000', '201239.109000', '201239.112000', '201239.114000', '201239.117000', '201239.120000', '201239.122000', '201239.125000', '201239.128000', '201239.130000', '201239.133000', '201239.136000', '201239.138000', '201259.024000', '201259.027000', '201259.029000', '201259.032000', '201259.035000', '201259.037000', '201259.040000', '201259.043000', '201259.045000', '201259.048000', '201259.050000', '201259.053000', '201259.056000', '201259.058000', '201259.061000', '201259.063000', '201259.066000', '201259.068000', '201259.071000', '201259.074000', '201259.076000', '201259.079000', '201259.081000', '201259.084000', '201259.087000', '201259.089000', '201259.092000', '201259.094000', '201259.097000', '201259.099000', '201259.102000', '201259.105000', '201259.107000', '201259.110000', '201259.112000', '201259.115000', '201259.118000', '201259.120000', '201259.123000', '201259.125000', '201259.128000', '201259.132000', '201259.135000', '201319.023000', '201319.026000', '201319.029000', '201319.032000', '201319.034000', '201319.037000', '201319.040000', '201319.042000', '201319.045000', '201319.048000', '201319.050000', '201319.053000', '201319.055000', '201319.058000', '201319.060000', '201319.063000', '201319.066000', '201319.068000', '201319.071000', '201319.073000', '201319.085000', '201319.088000', '201319.090000', '201319.093000', '201319.095000', '201319.098000', '201319.100000', '201319.103000', '201319.106000', '201319.108000', '201319.111000', '201319.113000', '201319.116000', '201319.119000', '201319.121000', '201319.124000', '201319.126000', '201319.129000', '201319.131000', '201319.134000', '201319.137000', '201319.139000', '201319.142000', '201319.144000', '201339.023000', '201339.026000', '201339.029000', '201339.032000', '201339.034000', '201339.037000', '201339.039000', '201339.042000', '201339.045000', '201339.047000', '201339.050000', '201339.052000', '201339.055000', '201339.058000', '201339.060000', '201339.063000', '201339.065000', '201339.068000', '201339.071000', '201339.073000', '201339.076000', '201339.078000', '201339.081000', '201339.083000', '201339.086000', '201339.089000', '201339.091000', '201339.094000', '201339.096000', '201339.099000', '201339.102000', '201339.104000', '201339.107000', '201339.109000', '201339.112000', '201339.114000', '201339.117000', '201339.120000', '201339.122000', '201339.125000', '201339.128000', '201339.130000', '201339.133000', '201343.762000', '201343.765000', '201343.767000', '201343.770000', '201343.773000', '201343.776000', '201343.779000', '201343.782000', '201343.784000', '201343.787000', '201343.791000'], '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': [7644, 5630, 5700, 5936, 5758, 7209, 5632, 6678, 5506, 5784, 6415, 5715, 7740, 5713, 5622, 5980, 5809, 7231, 5480, 7210, 5835, 5880, 5758, 5811, 6885, 5664, 7473, 5770, 5553, 6800, 5868, 7094, 5626, 5666, 6884, 5597, 7613, 5793, 6716, 5803, 5571, 6899, 5580, 7349, 5632, 6577, 5749, 5673, 6716, 5499, 7149, 5600, 7155, 5914, 5713, 5552, 5483, 6506, 5728, 7138, 5564, 7391, 5813, 5629, 6281, 5677, 7241, 5635, 6530, 5737, 5682, 5920, 5613, 7613, 5660, 7145, 5570, 5461, 6856, 5787, 7629, 5883, 6960, 5608, 5838, 6926, 5677, 5734, 5909, 5515, 7430, 5874, 7097, 5812, 7010, 5628, 6647, 5565, 6774, 5544, 6675, 5568, 5703, 6267, 5484, 6933, 5880, 5967, 5925, 5665, 7157, 5431, 6237, 5770, 5563, 6846, 5645, 7587, 5852, 6775, 5737, 6793, 5633, 6689, 5716, 6343, 5839, 5598, 5916, 5699, 7086, 5721, 7327, 5802, 5571, 6812, 5621, 7148, 5530, 6318, 5798, 5577, 6429, 5828, 7781, 5790, 5737, 5807, 5608, 7131, 5678, 7100, 5691, 5811, 5773, 5769, 7299, 5664, 7295, 5635, 7376, 5593, 5533, 6469, 5657, 6818, 5719, 6385, 5607, 5764, 7251, 5629, 7071, 5699, 5669, 6976, 5689, 7340, 5548, 7229, 5713, 6834, 5601, 6616, 5824, 6666, 5796, 5751, 5873, 5573, 6931, 5808, 5672, 6043, 5661, 7680, 5920, 5601, 5910, 5528, 7425, 5774, 7327, 5707, 6181, 5732, 5569, 7155, 5608, 6541, 5659, 5750, 7116, 5779, 6608, 5772, 5642, 7034, 5799, 5930, 5500, 5726, 6164, 5842, 7413, 5604, 6329, 5642, 5653, 6899, 5742, 7148, 5656, 5706, 5879, 5690, 7665, 5584, 5520, 6620, 5695, 7557, 5657, 6652, 5578, 5491, 7125, 5549, 7229, 5559, 6774, 5688, 5458, 5741, 5495, 6710, 5573, 6944, 5751, 5520, 5898, 5602, 7516, 5518, 5546, 5959, 5483, 7154, 5589, 7638, 5862, 5666, 6344, 5518, 7343, 5732, 5505, 6423, 5481, 7300, 5715, 6838, 5572, 5818, 5679, 5554, 6819, 5485, 7220, 5643, 5769, 6697, 5606, 7160, 5672, 5726, 6898, 5710, 7376, 5724, 5895, 5607, 5648, 7107, 5679, 6030, 5665, 5639, 6264, 5941, 5527, 5555, 6216, 5586, 5521, 6212, 5737, 7588, 5782, 5685, 6035, 5664, 7183, 5636, 5521, 6771, 5419, 6977, 5713, 5658, 5787, 5676, 6705, 5814, 7231, 5579, 5748, 5579, 5489, 6893, 5534, 7727, 6094, 5448, 5769, 5587, 7144, 5694, 7375, 5631, 5516, 6288, 5590, 7066, 5508, 6103, 5652, 5551, 6584, 5632, 7412, 5644, 7292, 5678, 6912, 5465, 6837, 5563, 5566, 5576, 5368, 6350, 5628, 6774, 5863, 5773, 5804, 5676, 7108, 5481, 6981, 5692, 6790, 5694, 6890, 5603, 5502, 5703, 5643, 6899, 5486, 7294, 5720, 5481, 5721, 5702, 7282, 5646, 5987, 5701, 5729, 6498, 6001, 6279, 5594, 6260, 5596, 6942, 5420, 7203, 5640, 5808, 5537, 5590, 6923, 5567, 7011, 5984, 5499, 6442, 5588, 7202, 5611, 7269, 5507, 7184, 5704, 5657, 5781, 5684, 6938, 5521, 5665, 5825, 5537, 7012, 5525, 7546, 5699, 7021, 5689, 6751, 5765, 5841, 5654, 5628, 6043, 5450, 7034, 5786, 7343, 5824, 5555, 6678, 5500, 7124, 5703, 5682, 5743, 5658, 7257, 5695, 7136, 5547, 6011, 5663, 5605, 7032, 5671, 7519, 5496, 5853, 5718, 5525, 6900, 5638, 7416, 5683, 5576, 5735, 5575, 7357, 6025, 6434, 5677, 5538, 7517, 5675, 5576, 6147, 5720, 5826, 6963, 5669, 5560, 6882, 5612, 5746, 6118, 5680, 5716, 5992, 5736, 5573, 6501, 5766, 5724, 6998, 5654, 5568, 7051, 5759, 7774, 6017, 5959, 5557, 5588, 6873, 5618, 6918, 5669, 5734, 5734, 5507, 6988, 5696, 5624, 6471, 5751, 7431, 5753, 5493, 5881, 5389, 7077, 5686, 5588, 6143, 5640, 7689, 5649, 5633, 5585, 5667, 7226, 5632, 7231, 5763, 5935, 5521, 5585, 6494, 5802, 7421, 5708, 5596, 5753, 5770, 7598, 5976, 5592, 6559, 5734, 5575, 5445, 5907, 5596, 8022, 5642, 8025, 5929, 5995, 5688, 5605, 5988, 5545, 6662, 5593, 7444, 5623, 5475, 5968, 5782, 7302, 5758, 5803, 5632, 5643, 6707, 5673, 7035, 5487, 6509, 5608, 6600, 5611, 6300, 5648, 6606, 5588, 5606, 6568, 5600, 7152, 5596, 5575, 6308, 5640, 7212, 5629, 7046, 5632, 7191, 5645, 6745, 5725, 7170, 5852, 5508, 5614, 5708, 6257, 5627, 7231, 5551, 6564, 5797, 5769, 5789, 5817, 7477, 5561, 7141, 5379, 5556, 6090, 5535, 6887, 5639, 6941, 5563, 6914, 5736, 5470, 6502, 5576, 7146, 5535, 6053, 5772, 5461, 6493, 5721, 6567, 5650, 6882, 5707, 6758, 5664, 6548, 5338, 6667, 5630, 5941, 5781, 5469, 6351, 5487, 6826, 5579, 7244, 5462, 6792, 5532, 6713, 5400, 6550, 5628, 6688, 5609, 6244, 5552, 5586, 6102, 5650, 7019, 5471, 7230, 5612, 5527, 5822, 5549, 6892, 5510, 6983, 5687, 6223, 5509, 5676, 6424, 5634, 6716, 5475, 7274, 5691, 5416, 5548, 5431, 6751, 5673, 6668, 5654, 5632, 7073, 5428, 7203, 5742, 5536, 5822, 5462, 7339, 5737, 7513, 5625, 5551, 5846, 5706, 6599, 5776, 7160, 5795, 5582, 5619, 5569, 6221, 5405, 8098, 5601, 6986, 5444, 6492, 5368, 6206, 6021, 5525, 6123, 5569, 6169, 5633, 5358, 7590, 5542, 6266, 5543, 8500, 5988, 7095, 5346, 6209, 5502, 6650, 5628, 5475, 5652, 5410, 6700, 5675, 7149, 5603, 5836, 5686, 5594, 5874, 5554, 6877, 5569, 7093, 5673, 7020, 5472, 5666, 5681, 5571, 5511, 5461, 5615, 5383, 6038, 5491, 6802, 5453, 7079, 5460, 5515, 6814, 5580, 7275, 5567, 7131, 5565, 6745, 5627, 6677, 5554, 6801, 5598, 6545, 5516, 5677, 5411, 5515, 6945, 5530, 7285, 5467, 5613, 5499, 5474, 6196, 5554, 5571, 5558, 6130, 5455, 6776, 5581, 6373, 5523, 5623, 6974, 5496, 6386, 5486, 5845, 7245, 5486, 7039, 5361, 6650, 5498, 6606, 5587, 6351, 5560, 6498, 5535, 5493, 5899, 5445, 6577, 5590, 7135, 5547, 6198, 5707, 5568, 5895, 5502, 7127, 5579, 7008, 5546, 6991, 5663, 6439, 5507, 5562, 5507, 5587, 5702, 5828, 6952], 'WindowCenter': [3664.0, 3619.0, 3605.0, 3615.0, 3603.0, 3634.0, 3603.0, 3623.0, 3601.0, 3603.0, 3614.0, 3603.0, 3635.0, 3614.0, 3603.0, 3613.0, 3601.0, 3622.0, 3592.0, 3622.0, 3602.0, 3602.0, 3602.0, 3603.0, 3633.0, 3602.0, 3634.0, 3615.0, 3605.0, 3637.0, 3616.0, 3637.0, 3615.0, 3615.0, 3636.0, 3605.0, 3636.0, 3616.0, 3626.0, 3614.0, 3603.0, 3624.0, 3601.0, 3633.0, 3603.0, 3624.0, 3603.0, 3614.0, 3625.0, 3605.0, 3623.0, 3604.0, 3623.0, 3602.0, 3602.0, 3603.0, 3602.0, 3613.0, 3603.0, 3623.0, 3603.0, 3634.0, 3603.0, 3603.0, 3624.0, 3614.0, 3635.0, 3615.0, 3625.0, 3615.0, 3604.0, 3613.0, 3614.0, 3647.0, 3616.0, 3636.0, 3604.0, 3604.0, 3625.0, 3603.0, 3634.0, 3614.0, 3624.0, 3614.0, 3615.0, 3635.0, 3602.0, 3603.0, 3614.0, 3604.0, 3636.0, 3616.0, 3637.0, 3615.0, 3635.0, 3604.0, 3624.0, 3591.0, 3612.0, 3603.0, 3623.0, 3603.0, 3603.0, 3613.0, 3602.0, 3624.0, 3615.0, 3615.0, 3615.0, 3615.0, 3635.0, 3604.0, 3613.0, 3614.0, 3603.0, 3624.0, 3602.0, 3634.0, 3603.0, 3623.0, 3602.0, 3611.0, 3601.0, 3609.0, 3600.0, 3600.0, 3601.0, 3591.0, 3600.0, 3602.0, 3623.0, 3603.0, 3634.0, 3602.0, 3603.0, 3625.0, 3615.0, 3634.0, 3604.0, 3613.0, 3603.0, 3602.0, 3613.0, 3603.0, 3635.0, 3604.0, 3604.0, 3613.0, 3603.0, 3623.0, 3603.0, 3623.0, 3614.0, 3615.0, 3616.0, 3614.0, 3635.0, 3603.0, 3633.0, 3603.0, 3622.0, 3591.0, 3592.0, 3614.0, 3614.0, 3624.0, 3604.0, 3613.0, 3603.0, 3603.0, 3635.0, 3616.0, 3637.0, 3616.0, 3614.0, 3635.0, 3603.0, 3634.0, 3603.0, 3623.0, 3602.0, 3622.0, 3602.0, 3611.0, 3600.0, 3610.0, 3600.0, 3600.0, 3601.0, 3602.0, 3623.0, 3603.0, 3602.0, 3614.0, 3604.0, 3635.0, 3615.0, 3614.0, 3614.0, 3604.0, 3635.0, 3603.0, 3633.0, 3604.0, 3613.0, 3603.0, 3603.0, 3622.0, 3601.0, 3612.0, 3602.0, 3601.0, 3624.0, 3603.0, 3624.0, 3604.0, 3613.0, 3624.0, 3601.0, 3601.0, 3591.0, 3601.0, 3602.0, 3602.0, 3633.0, 3603.0, 3613.0, 3602.0, 3600.0, 3623.0, 3600.0, 3623.0, 3602.0, 3604.0, 3614.0, 3615.0, 3649.0, 3618.0, 3604.0, 3624.0, 3602.0, 3634.0, 3604.0, 3624.0, 3604.0, 3604.0, 3624.0, 3602.0, 3622.0, 3590.0, 3611.0, 3601.0, 3591.0, 3601.0, 3591.0, 3623.0, 3603.0, 3622.0, 3601.0, 3602.0, 3602.0, 3602.0, 3635.0, 3603.0, 3604.0, 3614.0, 3603.0, 3623.0, 3603.0, 3634.0, 3604.0, 3602.0, 3613.0, 3603.0, 3634.0, 3602.0, 3591.0, 3613.0, 3603.0, 3633.0, 3602.0, 3624.0, 3603.0, 3604.0, 3614.0, 3604.0, 3624.0, 3603.0, 3633.0, 3603.0, 3603.0, 3625.0, 3616.0, 3637.0, 3616.0, 3616.0, 3635.0, 3614.0, 3634.0, 3604.0, 3604.0, 3615.0, 3616.0, 3635.0, 3616.0, 3615.0, 3614.0, 3614.0, 3625.0, 3616.0, 3606.0, 3605.0, 3626.0, 3616.0, 3605.0, 3613.0, 3602.0, 3634.0, 3603.0, 3603.0, 3614.0, 3604.0, 3625.0, 3614.0, 3604.0, 3623.0, 3592.0, 3622.0, 3602.0, 3602.0, 3602.0, 3602.0, 3624.0, 3602.0, 3635.0, 3603.0, 3602.0, 3602.0, 3592.0, 3623.0, 3603.0, 3636.0, 3616.0, 3605.0, 3615.0, 3605.0, 3636.0, 3603.0, 3633.0, 3603.0, 3603.0, 3625.0, 3617.0, 3637.0, 3605.0, 3614.0, 3616.0, 3603.0, 3626.0, 3614.0, 3636.0, 3615.0, 3635.0, 3604.0, 3622.0, 3591.0, 3622.0, 3591.0, 3590.0, 3590.0, 3602.0, 3623.0, 3614.0, 3623.0, 3614.0, 3614.0, 3616.0, 3615.0, 3636.0, 3606.0, 3625.0, 3603.0, 3624.0, 3603.0, 3623.0, 3602.0, 3602.0, 3602.0, 3603.0, 3624.0, 3602.0, 3621.0, 3601.0, 3590.0, 3603.0, 3603.0, 3635.0, 3615.0, 3615.0, 3614.0, 3602.0, 3613.0, 3602.0, 3612.0, 3590.0, 3612.0, 3591.0, 3622.0, 3591.0, 3621.0, 3601.0, 3601.0, 3603.0, 3604.0, 3635.0, 3605.0, 3624.0, 3613.0, 3603.0, 3614.0, 3602.0, 3635.0, 3602.0, 3623.0, 3603.0, 3623.0, 3602.0, 3602.0, 3613.0, 3614.0, 3634.0, 3604.0, 3602.0, 3615.0, 3604.0, 3637.0, 3604.0, 3635.0, 3614.0, 3624.0, 3602.0, 3612.0, 3602.0, 3602.0, 3601.0, 3603.0, 3613.0, 3604.0, 3635.0, 3614.0, 3635.0, 3615.0, 3605.0, 3637.0, 3615.0, 3636.0, 3616.0, 3614.0, 3615.0, 3616.0, 3636.0, 3616.0, 3636.0, 3605.0, 3614.0, 3603.0, 3603.0, 3635.0, 3604.0, 3634.0, 3604.0, 3615.0, 3614.0, 3603.0, 3623.0, 3602.0, 3634.0, 3603.0, 3604.0, 3613.0, 3603.0, 3635.0, 3614.0, 3626.0, 3614.0, 3605.0, 3648.0, 3616.0, 3617.0, 3627.0, 3616.0, 3615.0, 3635.0, 3614.0, 3603.0, 3624.0, 3614.0, 3616.0, 3615.0, 3616.0, 3615.0, 3626.0, 3615.0, 3603.0, 3626.0, 3615.0, 3616.0, 3638.0, 3616.0, 3606.0, 3637.0, 3615.0, 3634.0, 3613.0, 3613.0, 3591.0, 3592.0, 3611.0, 3603.0, 3622.0, 3603.0, 3603.0, 3603.0, 3603.0, 3624.0, 3614.0, 3603.0, 3623.0, 3603.0, 3635.0, 3616.0, 3606.0, 3616.0, 3617.0, 3637.0, 3615.0, 3604.0, 3614.0, 3603.0, 3635.0, 3603.0, 3602.0, 3591.0, 3602.0, 3623.0, 3602.0, 3622.0, 3601.0, 3613.0, 3591.0, 3591.0, 3612.0, 3601.0, 3634.0, 3602.0, 3602.0, 3615.0, 3615.0, 3635.0, 3626.0, 3617.0, 3626.0, 3617.0, 3616.0, 3605.0, 3615.0, 3603.0, 3633.0, 3602.0, 3633.0, 3612.0, 3613.0, 3602.0, 3601.0, 3612.0, 3591.0, 3609.0, 3590.0, 3633.0, 3602.0, 3602.0, 3614.0, 3614.0, 3635.0, 3615.0, 3604.0, 3605.0, 3614.0, 3623.0, 3602.0, 3622.0, 3589.0, 3600.0, 3589.0, 3610.0, 3600.0, 3611.0, 3601.0, 3621.0, 3601.0, 3602.0, 3624.0, 3613.0, 3634.0, 3602.0, 3602.0, 3613.0, 3603.0, 3634.0, 3604.0, 3624.0, 3603.0, 3624.0, 3602.0, 3611.0, 3601.0, 3610.0, 3600.0, 3588.0, 3600.0, 3600.0, 3611.0, 3600.0, 3621.0, 3590.0, 3611.0, 3601.0, 3600.0, 3602.0, 3602.0, 3634.0, 3602.0, 3623.0, 3603.0, 3592.0, 3613.0, 3590.0, 3621.0, 3600.0, 3622.0, 3591.0, 3622.0, 3602.0, 3602.0, 3624.0, 3602.0, 3622.0, 3602.0, 3611.0, 3602.0, 3602.0, 3613.0, 3602.0, 3611.0, 3600.0, 3622.0, 3600.0, 3610.0, 3600.0, 3610.0, 3601.0, 3610.0, 3601.0, 3612.0, 3603.0, 3603.0, 3624.0, 3604.0, 3624.0, 3603.0, 3633.0, 3601.0, 3622.0, 3590.0, 3621.0, 3591.0, 3611.0, 3602.0, 3622.0, 3613.0, 3623.0, 3603.0, 3604.0, 3614.0, 3615.0, 3636.0, 3604.0, 3635.0, 3615.0, 3603.0, 3614.0, 3603.0, 3634.0, 3603.0, 3623.0, 3614.0, 3612.0, 3591.0, 3601.0, 3612.0, 3601.0, 3622.0, 3602.0, 3633.0, 3602.0, 3602.0, 3602.0, 3602.0, 3622.0, 3602.0, 3624.0, 3615.0, 3614.0, 3636.0, 3604.0, 3635.0, 3603.0, 3603.0, 3602.0, 3602.0, 3624.0, 3602.0, 3622.0, 3601.0, 3590.0, 3601.0, 3600.0, 3623.0, 3601.0, 3624.0, 3614.0, 3604.0, 3615.0, 3617.0, 3627.0, 3617.0, 3644.0, 3602.0, 3622.0, 3604.0, 3625.0, 3603.0, 3613.0, 3626.0, 3603.0, 3614.0, 3604.0, 3613.0, 3602.0, 3602.0, 3632.0, 3590.0, 3599.0, 3590.0, 3631.0, 3597.0, 3607.0, 3575.0, 3584.0, 3575.0, 3607.0, 3587.0, 3588.0, 3599.0, 3590.0, 3621.0, 3601.0, 3622.0, 3601.0, 3600.0, 3601.0, 3589.0, 3600.0, 3589.0, 3611.0, 3601.0, 3621.0, 3600.0, 3621.0, 3590.0, 3599.0, 3599.0, 3588.0, 3588.0, 3587.0, 3589.0, 3587.0, 3599.0, 3590.0, 3622.0, 3591.0, 3623.0, 3602.0, 3603.0, 3623.0, 3602.0, 3634.0, 3603.0, 3624.0, 3604.0, 3623.0, 3602.0, 3621.0, 3589.0, 3609.0, 3589.0, 3610.0, 3590.0, 3600.0, 3601.0, 3602.0, 3634.0, 3603.0, 3634.0, 3603.0, 3613.0, 3602.0, 3601.0, 3612.0, 3590.0, 3603.0, 3603.0, 3613.0, 3603.0, 3623.0, 3603.0, 3625.0, 3604.0, 3616.0, 3637.0, 3616.0, 3625.0, 3605.0, 3615.0, 3648.0, 3605.0, 3635.0, 3603.0, 3623.0, 3591.0, 3622.0, 3590.0, 3611.0, 3601.0, 3611.0, 3601.0, 3601.0, 3602.0, 3602.0, 3624.0, 3604.0, 3634.0, 3604.0, 3614.0, 3614.0, 3603.0, 3614.0, 3603.0, 3624.0, 3602.0, 3623.0, 3603.0, 3622.0, 3601.0, 3611.0, 3590.0, 3589.0, 3590.0, 3601.0, 3602.0, 3602.0, 3623.0], 'WindowWidth': [8281.0, 8212.0, 8184.0, 8195.0, 8179.0, 8218.0, 8177.0, 8202.0, 8173.0, 8177.0, 8191.0, 8178.0, 8220.0, 8193.0, 8177.0, 8188.0, 8170.0, 8199.0, 8159.0, 8199.0, 8172.0, 8173.0, 8173.0, 8175.0, 8217.0, 8176.0, 8218.0, 8195.0, 8182.0, 8228.0, 8201.0, 8227.0, 8198.0, 8195.0, 8224.0, 8182.0, 8224.0, 8198.0, 8210.0, 8194.0, 8178.0, 8205.0, 8172.0, 8216.0, 8176.0, 8203.0, 8177.0, 8194.0, 8209.0, 8183.0, 8204.0, 8179.0, 8203.0, 8173.0, 8172.0, 8175.0, 8174.0, 8190.0, 8177.0, 8202.0, 8176.0, 8217.0, 8177.0, 8176.0, 8207.0, 8194.0, 8221.0, 8196.0, 8209.0, 8195.0, 8179.0, 8191.0, 8192.0, 8239.0, 8198.0, 8225.0, 8181.0, 8179.0, 8207.0, 8177.0, 8219.0, 8193.0, 8206.0, 8192.0, 8195.0, 8220.0, 8175.0, 8176.0, 8193.0, 8181.0, 8226.0, 8201.0, 8227.0, 8198.0, 8222.0, 8179.0, 8203.0, 8158.0, 8185.0, 8176.0, 8203.0, 8175.0, 8176.0, 8189.0, 8175.0, 8206.0, 8195.0, 8194.0, 8197.0, 8197.0, 8221.0, 8181.0, 8190.0, 8192.0, 8177.0, 8205.0, 8174.0, 8218.0, 8177.0, 8202.0, 8173.0, 8182.0, 8168.0, 8177.0, 8167.0, 8165.0, 8169.0, 8156.0, 8169.0, 8173.0, 8201.0, 8176.0, 8217.0, 8175.0, 8177.0, 8208.0, 8195.0, 8220.0, 8180.0, 8189.0, 8176.0, 8174.0, 8189.0, 8177.0, 8221.0, 8180.0, 8179.0, 8190.0, 8176.0, 8202.0, 8177.0, 8204.0, 8194.0, 8196.0, 8198.0, 8195.0, 8222.0, 8177.0, 8215.0, 8175.0, 8200.0, 8158.0, 8160.0, 8191.0, 8193.0, 8206.0, 8178.0, 8189.0, 8177.0, 8176.0, 8221.0, 8198.0, 8227.0, 8198.0, 8196.0, 8220.0, 8177.0, 8217.0, 8174.0, 8202.0, 8172.0, 8199.0, 8173.0, 8182.0, 8167.0, 8179.0, 8165.0, 8167.0, 8170.0, 8175.0, 8203.0, 8176.0, 8175.0, 8191.0, 8179.0, 8222.0, 8195.0, 8193.0, 8193.0, 8179.0, 8221.0, 8176.0, 8216.0, 8178.0, 8189.0, 8178.0, 8177.0, 8198.0, 8172.0, 8184.0, 8172.0, 8171.0, 8203.0, 8177.0, 8206.0, 8179.0, 8192.0, 8206.0, 8172.0, 8168.0, 8156.0, 8169.0, 8172.0, 8171.0, 8215.0, 8176.0, 8189.0, 8172.0, 8168.0, 8199.0, 8169.0, 8201.0, 8175.0, 8179.0, 8193.0, 8198.0, 8246.0, 8210.0, 8180.0, 8204.0, 8172.0, 8220.0, 8179.0, 8204.0, 8178.0, 8179.0, 8205.0, 8174.0, 8199.0, 8155.0, 8181.0, 8169.0, 8155.0, 8169.0, 8157.0, 8202.0, 8176.0, 8199.0, 8172.0, 8174.0, 8173.0, 8175.0, 8221.0, 8178.0, 8180.0, 8192.0, 8175.0, 8204.0, 8176.0, 8218.0, 8177.0, 8173.0, 8190.0, 8177.0, 8218.0, 8174.0, 8157.0, 8187.0, 8174.0, 8216.0, 8175.0, 8205.0, 8179.0, 8180.0, 8194.0, 8182.0, 8206.0, 8177.0, 8216.0, 8176.0, 8177.0, 8209.0, 8197.0, 8227.0, 8199.0, 8198.0, 8222.0, 8192.0, 8220.0, 8180.0, 8178.0, 8194.0, 8199.0, 8223.0, 8199.0, 8196.0, 8194.0, 8194.0, 8209.0, 8200.0, 8187.0, 8186.0, 8214.0, 8201.0, 8183.0, 8190.0, 8173.0, 8217.0, 8174.0, 8174.0, 8191.0, 8179.0, 8208.0, 8192.0, 8179.0, 8203.0, 8161.0, 8198.0, 8173.0, 8172.0, 8173.0, 8174.0, 8204.0, 8175.0, 8220.0, 8177.0, 8174.0, 8174.0, 8160.0, 8204.0, 8178.0, 8223.0, 8198.0, 8185.0, 8197.0, 8183.0, 8223.0, 8176.0, 8215.0, 8179.0, 8178.0, 8209.0, 8204.0, 8229.0, 8185.0, 8194.0, 8198.0, 8179.0, 8212.0, 8194.0, 8224.0, 8197.0, 8222.0, 8178.0, 8198.0, 8157.0, 8199.0, 8156.0, 8153.0, 8156.0, 8173.0, 8203.0, 8193.0, 8205.0, 8194.0, 8194.0, 8199.0, 8196.0, 8224.0, 8185.0, 8207.0, 8177.0, 8203.0, 8175.0, 8201.0, 8173.0, 8174.0, 8175.0, 8178.0, 8204.0, 8175.0, 8197.0, 8170.0, 8156.0, 8176.0, 8176.0, 8222.0, 8196.0, 8197.0, 8193.0, 8174.0, 8190.0, 8171.0, 8186.0, 8154.0, 8184.0, 8157.0, 8198.0, 8158.0, 8197.0, 8171.0, 8172.0, 8177.0, 8180.0, 8223.0, 8182.0, 8206.0, 8192.0, 8175.0, 8192.0, 8174.0, 8220.0, 8174.0, 8201.0, 8176.0, 8201.0, 8175.0, 8174.0, 8191.0, 8194.0, 8218.0, 8181.0, 8176.0, 8196.0, 8181.0, 8226.0, 8181.0, 8223.0, 8194.0, 8206.0, 8174.0, 8185.0, 8172.0, 8172.0, 8172.0, 8175.0, 8190.0, 8180.0, 8221.0, 8194.0, 8222.0, 8198.0, 8183.0, 8228.0, 8199.0, 8225.0, 8200.0, 8194.0, 8196.0, 8198.0, 8225.0, 8198.0, 8226.0, 8182.0, 8192.0, 8178.0, 8176.0, 8222.0, 8178.0, 8220.0, 8181.0, 8195.0, 8193.0, 8177.0, 8203.0, 8174.0, 8219.0, 8177.0, 8179.0, 8191.0, 8178.0, 8220.0, 8195.0, 8209.0, 8196.0, 8184.0, 8247.0, 8203.0, 8203.0, 8216.0, 8201.0, 8198.0, 8222.0, 8192.0, 8176.0, 8206.0, 8194.0, 8196.0, 8197.0, 8198.0, 8195.0, 8213.0, 8196.0, 8177.0, 8212.0, 8198.0, 8198.0, 8232.0, 8200.0, 8187.0, 8227.0, 8195.0, 8218.0, 8190.0, 8189.0, 8157.0, 8158.0, 8183.0, 8174.0, 8199.0, 8176.0, 8175.0, 8177.0, 8177.0, 8207.0, 8193.0, 8178.0, 8204.0, 8178.0, 8222.0, 8199.0, 8185.0, 8200.0, 8203.0, 8227.0, 8196.0, 8179.0, 8193.0, 8174.0, 8220.0, 8175.0, 8174.0, 8159.0, 8172.0, 8201.0, 8172.0, 8198.0, 8171.0, 8187.0, 8157.0, 8157.0, 8186.0, 8172.0, 8218.0, 8175.0, 8174.0, 8196.0, 8196.0, 8222.0, 8213.0, 8204.0, 8212.0, 8204.0, 8201.0, 8184.0, 8196.0, 8176.0, 8216.0, 8174.0, 8213.0, 8186.0, 8188.0, 8172.0, 8169.0, 8187.0, 8157.0, 8178.0, 8155.0, 8214.0, 8175.0, 8176.0, 8193.0, 8194.0, 8224.0, 8196.0, 8180.0, 8181.0, 8193.0, 8203.0, 8174.0, 8198.0, 8152.0, 8165.0, 8149.0, 8177.0, 8167.0, 8183.0, 8170.0, 8197.0, 8172.0, 8175.0, 8205.0, 8192.0, 8219.0, 8176.0, 8175.0, 8190.0, 8176.0, 8218.0, 8179.0, 8205.0, 8177.0, 8204.0, 8173.0, 8181.0, 8169.0, 8178.0, 8166.0, 8149.0, 8165.0, 8168.0, 8182.0, 8167.0, 8195.0, 8155.0, 8183.0, 8171.0, 8168.0, 8172.0, 8172.0, 8217.0, 8174.0, 8204.0, 8177.0, 8159.0, 8187.0, 8154.0, 8197.0, 8167.0, 8197.0, 8158.0, 8198.0, 8175.0, 8176.0, 8207.0, 8176.0, 8200.0, 8174.0, 8184.0, 8173.0, 8172.0, 8190.0, 8172.0, 8182.0, 8169.0, 8200.0, 8168.0, 8178.0, 8166.0, 8180.0, 8172.0, 8182.0, 8173.0, 8188.0, 8177.0, 8177.0, 8208.0, 8182.0, 8206.0, 8177.0, 8216.0, 8171.0, 8199.0, 8156.0, 8197.0, 8157.0, 8185.0, 8174.0, 8200.0, 8191.0, 8203.0, 8178.0, 8180.0, 8195.0, 8198.0, 8224.0, 8182.0, 8223.0, 8197.0, 8178.0, 8194.0, 8178.0, 8219.0, 8178.0, 8203.0, 8192.0, 8186.0, 8158.0, 8170.0, 8185.0, 8171.0, 8199.0, 8174.0, 8216.0, 8174.0, 8174.0, 8173.0, 8175.0, 8201.0, 8176.0, 8206.0, 8195.0, 8193.0, 8225.0, 8180.0, 8221.0, 8177.0, 8178.0, 8175.0, 8172.0, 8203.0, 8172.0, 8199.0, 8170.0, 8155.0, 8171.0, 8168.0, 8201.0, 8171.0, 8206.0, 8194.0, 8181.0, 8196.0, 8207.0, 8217.0, 8204.0, 8233.0, 8175.0, 8199.0, 8181.0, 8208.0, 8178.0, 8191.0, 8213.0, 8178.0, 8195.0, 8181.0, 8193.0, 8175.0, 8173.0, 8212.0, 8154.0, 8163.0, 8153.0, 8207.0, 8157.0, 8168.0, 8124.0, 8136.0, 8125.0, 8170.0, 8146.0, 8147.0, 8165.0, 8157.0, 8197.0, 8171.0, 8199.0, 8171.0, 8166.0, 8169.0, 8152.0, 8166.0, 8153.0, 8182.0, 8171.0, 8195.0, 8168.0, 8195.0, 8153.0, 8165.0, 8165.0, 8147.0, 8149.0, 8145.0, 8149.0, 8146.0, 8164.0, 8154.0, 8198.0, 8157.0, 8203.0, 8175.0, 8178.0, 8203.0, 8176.0, 8219.0, 8178.0, 8207.0, 8179.0, 8203.0, 8173.0, 8195.0, 8151.0, 8177.0, 8152.0, 8180.0, 8156.0, 8169.0, 8173.0, 8174.0, 8218.0, 8178.0, 8220.0, 8178.0, 8192.0, 8175.0, 8172.0, 8187.0, 8155.0, 8178.0, 8178.0, 8189.0, 8178.0, 8204.0, 8178.0, 8211.0, 8181.0, 8199.0, 8230.0, 8202.0, 8211.0, 8185.0, 8198.0, 8245.0, 8185.0, 8223.0, 8179.0, 8202.0, 8157.0, 8197.0, 8153.0, 8181.0, 8170.0, 8185.0, 8173.0, 8174.0, 8173.0, 8176.0, 8206.0, 8180.0, 8220.0, 8180.0, 8193.0, 8193.0, 8178.0, 8192.0, 8175.0, 8204.0, 8175.0, 8203.0, 8176.0, 8200.0, 8172.0, 8183.0, 8155.0, 8152.0, 8156.0, 8172.0, 8173.0, 8173.0, 8204.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.0002861264367816092</td></tr>
<tr><td colspan=3>aqi</td><td>0.016168994827586207</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.81836534497123</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1792889546490215</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.003090408342923</td></tr>
<tr><td colspan=3>efc</td><td>0.447</td></tr>
<tr><td colspan=3>fber</td><td>6201.2632</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08224538013999479</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>11</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.264367816091954</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.700712625937554</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6176374830452045</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.951459475086268</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.53304091968119</td></tr>
<tr><td colspan=3>gcor</td><td>0.00657898</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0103648966178298</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01921495608985424</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.6038015790864315</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>28.2893</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>30.3848</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>126.6237</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>39.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>306907.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>576.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>254.3059</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8177</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>490.8181</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2860.7162</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3069.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69637.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>762.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3810.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>851.5946</td></tr>
<tr><td colspan=3>tsnr</td><td>44.1443754438078</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>