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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-02_subject-0133_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0133/figures/sub-0133_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-02_subject-0133_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0133/figures/sub-0133_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-02_subject-0133_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0133/figures/sub-0133_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-02_subject-0133_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0133/figures/sub-0133_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0133/ses-02/func/sub-0133_ses-02_task-narratives_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>89d85ca0768f6d9965138eb9701ebc10</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>21:03:4.812500</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.999975, 0.00543707, -0.00451562, -0.0054104, 0.999968, 0.00589661]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-narratives_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.104271</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4208, -7787, -7233, 186, -130, -90, -27, 79]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>278.058</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2ccfbc3e-8c57-4a26-aaa7-0508238933ff||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.6828598976135254, -0.014515716582536697, -0.01227834913879633, 114.07929229736328], [-0.01458725892007351, 2.6828410625457764, 0.0158544834703207, -95.64904022216797], [-0.01211508084088564, -0.015820171684026718, 2.699925661087036, -72.71834564208984], [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, 1098]</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, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098], 'AcquisitionTime': ['210304.812500', '210305.272500', '210305.732500', '210306.192500', '210306.652500', '210307.112500', '210307.572500', '210308.032500', '210308.492500', '210308.952500', '210309.412500', '210309.872500', '210310.332500', '210310.792500', '210311.252500', '210311.712500', '210312.172500', '210312.632500', '210313.092500', '210313.552500', '210314.012500', '210314.472500', '210314.932500', '210315.392500', '210315.852500', '210316.312500', '210316.772500', '210317.232500', '210317.692500', '210318.152500', '210318.612500', '210319.072500', '210319.532500', '210319.992500', '210320.452500', '210320.912500', '210321.372500', '210321.832500', '210322.292500', '210322.752500', '210323.212500', '210323.672500', '210324.132500', '210324.592500', '210325.052500', '210325.512500', '210325.972500', '210326.432500', '210326.892500', '210327.352500', '210327.812500', '210328.272500', '210328.732500', '210329.192500', '210329.652500', '210330.112500', '210330.572500', '210331.032500', '210331.492500', '210331.952500', '210332.412500', '210332.872500', '210333.332500', '210333.792500', '210334.252500', '210334.712500', '210335.172500', '210335.632500', '210336.092500', '210336.552500', '210337.012500', '210337.472500', '210337.932500', '210338.392500', '210338.852500', '210339.312500', '210339.772500', '210340.232500', '210340.692500', '210341.152500', '210341.612500', '210342.072500', '210342.532500', '210342.992500', '210343.452500', '210343.912500', '210344.372500', '210344.832500', '210345.292500', '210345.752500', '210346.212500', '210346.672500', '210347.132500', '210347.592500', '210348.052500', '210348.512500', '210348.972500', '210349.432500', '210349.892500', '210350.352500', '210350.812500', '210351.272500', '210351.732500', '210352.192500', '210352.652500', '210353.112500', '210353.572500', '210354.032500', '210354.492500', '210354.952500', '210355.412500', '210355.872500', '210356.332500', '210356.792500', '210357.252500', '210357.712500', '210358.172500', '210358.632500', '210359.092500', '210359.552500', '210400.012500', '210400.472500', '210400.932500', '210401.392500', '210401.852500', '210402.312500', '210402.772500', '210403.232500', '210403.692500', '210404.152500', '210404.612500', '210405.072500', '210405.532500', '210405.992500', '210406.452500', '210406.912500', '210407.372500', '210407.832500', '210408.292500', '210408.752500', '210409.212500', '210409.672500', '210410.132500', '210410.592500', '210411.052500', '210411.512500', '210411.972500', '210412.432500', '210412.892500', '210413.352500', '210413.812500', '210414.272500', '210414.732500', '210415.192500', '210415.652500', '210416.112500', '210416.572500', '210417.032500', '210417.492500', '210417.952500', '210418.412500', '210418.872500', '210419.332500', '210419.792500', '210420.252500', '210420.712500', '210421.172500', '210421.632500', '210422.092500', '210422.552500', '210423.012500', '210423.472500', '210423.932500', '210424.392500', '210424.852500', '210425.312500', '210425.772500', '210426.232500', '210426.692500', '210427.152500', '210427.612500', '210428.072500', '210428.532500', '210428.992500', '210429.452500', '210429.912500', '210430.372500', '210430.832500', '210431.292500', '210431.752500', '210432.212500', '210432.672500', '210433.132500', '210433.592500', '210434.052500', '210434.512500', '210434.972500', '210435.432500', '210435.892500', '210436.352500', '210436.812500', '210437.272500', '210437.732500', '210438.192500', '210438.652500', '210439.112500', '210439.572500', '210440.032500', '210440.492500', '210440.952500', '210441.412500', '210441.872500', '210442.332500', '210442.792500', '210443.252500', '210443.712500', '210444.172500', '210444.632500', '210445.092500', '210445.552500', '210446.012500', '210446.472500', '210446.932500', '210447.392500', '210447.852500', '210448.312500', '210448.772500', '210449.232500', '210449.692500', '210450.152500', '210450.612500', '210451.072500', '210451.532500', '210451.992500', '210452.452500', '210452.912500', '210453.372500', '210453.832500', '210454.292500', '210454.752500', '210455.212500', '210455.672500', '210456.132500', '210456.592500', '210457.052500', '210457.512500', '210457.972500', '210458.432500', '210458.892500', '210459.352500', '210459.812500', '210500.272500', '210500.732500', '210501.192500', '210501.652500', '210502.112500', '210502.572500', '210503.032500', '210503.492500', '210503.952500', '210504.412500', '210504.872500', '210505.332500', '210505.792500', '210506.252500', '210506.712500', '210507.172500', '210507.632500', '210508.092500', '210508.552500', '210509.012500', '210509.472500', '210509.932500', '210510.392500', '210510.852500', '210511.312500', '210511.772500', '210512.232500', '210512.692500', '210513.152500', '210513.612500', '210514.072500', '210514.532500', '210514.992500', '210515.452500', '210515.912500', '210516.372500', '210516.832500', '210517.292500', '210517.752500', '210518.212500', '210518.672500', '210519.132500', '210519.592500', '210520.052500', '210520.512500', '210520.972500', '210521.432500', '210521.892500', '210522.352500', '210522.812500', '210523.272500', '210523.732500', '210524.192500', '210524.652500', '210525.112500', '210525.572500', '210526.032500', '210526.492500', '210526.952500', '210527.412500', '210527.872500', '210528.332500', '210528.792500', '210529.252500', '210529.712500', '210530.172500', '210530.632500', '210531.092500', '210531.552500', '210532.012500', '210532.472500', '210532.932500', '210533.392500', '210533.852500', '210534.312500', '210534.772500', '210535.232500', '210535.692500', '210536.152500', '210536.612500', '210537.072500', '210537.532500', '210537.992500', '210538.452500', '210538.912500', '210539.372500', '210539.832500', '210540.292500', '210540.752500', '210541.212500', '210541.672500', '210542.132500', '210542.592500', '210543.052500', '210543.512500', '210543.972500', '210544.432500', '210544.892500', '210545.352500', '210545.812500', '210546.272500', '210546.732500', '210547.192500', '210547.652500', '210548.112500', '210548.572500', '210549.032500', '210549.492500', '210549.952500', '210550.412500', '210550.872500', '210551.332500', '210551.792500', '210552.252500', '210552.712500', '210553.172500', '210553.632500', '210554.092500', '210554.552500', '210555.012500', '210555.472500', '210555.932500', '210556.392500', '210556.852500', '210557.312500', '210557.772500', '210558.232500', '210558.692500', '210559.152500', '210559.612500', '210600.072500', '210600.532500', '210600.992500', '210601.452500', '210601.912500', '210602.372500', '210602.832500', '210603.292500', '210603.752500', '210604.212500', '210604.672500', '210605.132500', '210605.592500', '210606.052500', '210606.512500', '210606.972500', '210607.432500', '210607.892500', '210608.352500', '210608.812500', '210609.272500', '210609.732500', '210610.192500', '210610.652500', '210611.112500', '210611.572500', '210612.032500', '210612.492500', '210612.952500', '210613.412500', '210613.872500', '210614.332500', '210614.792500', '210615.252500', '210615.712500', '210616.172500', '210616.632500', '210617.092500', '210617.552500', '210618.012500', '210618.472500', '210618.932500', '210619.392500', '210619.852500', '210620.312500', '210620.772500', '210621.232500', '210621.692500', '210622.152500', '210622.612500', '210623.072500', '210623.532500', '210623.992500', '210624.452500', '210624.912500', '210625.372500', '210625.832500', '210626.292500', '210626.752500', '210627.212500', '210627.672500', '210628.132500', '210628.592500', '210629.052500', '210629.512500', '210629.972500', '210630.432500', '210630.892500', '210631.352500', '210631.812500', '210632.272500', '210632.732500', '210633.192500', '210633.652500', '210634.112500', '210634.572500', '210635.032500', '210635.492500', '210635.952500', '210636.412500', '210636.872500', '210637.332500', '210637.792500', '210638.252500', '210638.712500', '210639.172500', '210639.632500', '210640.092500', '210640.552500', '210641.012500', '210641.472500', '210641.932500', '210642.392500', '210642.852500', '210643.312500', '210643.772500', '210644.232500', '210644.692500', '210645.152500', '210645.612500', '210646.072500', '210646.532500', '210646.992500', '210647.452500', '210647.912500', '210648.372500', '210648.832500', '210649.292500', '210649.752500', '210650.212500', '210650.672500', '210651.132500', '210651.592500', '210652.052500', '210652.512500', '210652.972500', '210653.432500', '210653.892500', '210654.352500', '210654.812500', '210655.272500', '210655.732500', '210656.192500', '210656.652500', '210657.112500', '210657.572500', '210658.032500', '210658.492500', '210658.952500', '210659.412500', '210659.872500', '210700.332500', '210700.792500', '210701.252500', '210701.712500', '210702.172500', '210702.632500', '210703.092500', '210703.552500', '210704.012500', '210704.472500', '210704.932500', '210705.392500', '210705.852500', '210706.312500', '210706.772500', '210707.232500', '210707.692500', '210708.152500', '210708.612500', '210709.072500', '210709.532500', '210709.992500', '210710.452500', '210710.912500', '210711.372500', '210711.832500', '210712.292500', '210712.752500', '210713.212500', '210713.672500', '210714.132500', '210714.592500', '210715.052500', '210715.512500', '210715.972500', '210716.432500', '210716.892500', '210717.352500', '210717.812500', '210718.272500', '210718.732500', '210719.192500', '210719.652500', '210720.112500', '210720.572500', '210721.032500', '210721.492500', '210721.952500', '210722.412500', '210722.872500', '210723.332500', '210723.792500', '210724.252500', '210724.712500', '210725.172500', '210725.632500', '210726.092500', '210726.552500', '210727.012500', '210727.472500', '210727.932500', '210728.392500', '210728.852500', '210729.312500', '210729.772500', '210730.232500', '210730.692500', '210731.152500', '210731.612500', '210732.072500', '210732.532500', '210732.992500', '210733.452500', '210733.912500', '210734.372500', '210734.832500', '210735.292500', '210735.752500', '210736.212500', '210736.672500', '210737.132500', '210737.592500', '210738.052500', '210738.512500', '210738.972500', '210739.432500', '210739.892500', '210740.352500', '210740.812500', '210741.272500', '210741.732500', '210742.192500', '210742.652500', '210743.112500', '210743.572500', '210744.032500', '210744.492500', '210744.952500', '210745.412500', '210745.872500', '210746.332500', '210746.792500', '210747.252500', '210747.712500', '210748.172500', '210748.632500', '210749.092500', '210749.552500', '210750.012500', '210750.472500', '210750.932500', '210751.392500', '210751.852500', '210752.312500', '210752.772500', '210753.232500', '210753.692500', '210754.152500', '210754.612500', '210755.072500', '210755.532500', '210755.992500', '210756.452500', '210756.912500', '210757.372500', '210757.832500', '210758.292500', '210758.752500', '210759.212500', '210759.672500', '210800.132500', '210800.592500', '210801.052500', '210801.512500', '210801.972500', '210802.432500', '210802.892500', '210803.352500', '210803.812500', '210804.272500', '210804.732500', '210805.192500', '210805.652500', '210806.112500', '210806.572500', '210807.032500', '210807.492500', '210807.952500', '210808.412500', '210808.872500', '210809.332500', '210809.792500', '210810.252500', '210810.712500', '210811.172500', '210811.632500', '210812.092500', '210812.552500', '210813.012500', '210813.472500', '210813.932500', '210814.392500', '210814.852500', '210815.312500', '210815.772500', '210816.232500', '210816.692500', '210817.152500', '210817.612500', '210818.072500', '210818.532500', '210818.992500', '210819.452500', '210819.912500', '210820.372500', '210820.832500', '210821.292500', '210821.752500', '210822.212500', '210822.672500', '210823.132500', '210823.592500', '210824.052500', '210824.512500', '210824.972500', '210825.432500', '210825.892500', '210826.352500', '210826.812500', '210827.272500', '210827.732500', '210828.192500', '210828.652500', '210829.112500', '210829.572500', '210830.032500', '210830.492500', '210830.952500', '210831.412500', '210831.872500', '210832.332500', '210832.792500', '210833.252500', '210833.712500', '210834.172500', '210834.632500', '210835.092500', '210835.552500', '210836.012500', '210836.472500', '210836.932500', '210837.392500', '210837.852500', '210838.312500', '210838.772500', '210839.232500', '210839.692500', '210840.152500', '210840.612500', '210841.072500', '210841.532500', '210841.992500', '210842.452500', '210842.912500', '210843.372500', '210843.832500', '210844.292500', '210844.752500', '210845.212500', '210845.672500', '210846.132500', '210846.592500', '210847.052500', '210847.512500', '210847.972500', '210848.432500', '210848.892500', '210849.352500', '210849.812500', '210850.272500', '210850.732500', '210851.192500', '210851.652500', '210852.112500', '210852.572500', '210853.032500', '210853.492500', '210853.952500', '210854.412500', '210854.872500', '210855.332500', '210855.792500', '210856.252500', '210856.712500', '210857.172500', '210857.632500', '210858.092500', '210858.552500', '210859.012500', '210859.472500', '210859.932500', '210900.392500', '210900.852500', '210901.312500', '210901.772500', '210902.232500', '210902.692500', '210903.152500', '210903.612500', '210904.072500', '210904.532500', '210904.992500', '210905.452500', '210905.912500', '210906.372500', '210906.832500', '210907.292500', '210907.752500', '210908.212500', '210908.672500', '210909.132500', '210909.592500', '210910.052500', '210910.512500', '210910.972500', '210911.432500', '210911.892500', '210912.352500', '210912.812500', '210913.272500', '210913.732500', '210914.192500', '210914.652500', '210915.112500', '210915.572500', '210916.032500', '210916.492500', '210916.952500', '210917.412500', '210917.872500', '210918.332500', '210918.792500', '210919.252500', '210919.712500', '210920.172500', '210920.632500', '210921.092500', '210921.552500', '210922.012500', '210922.472500', '210922.932500', '210923.392500', '210923.852500', '210924.312500', '210924.772500', '210925.232500', '210925.692500', '210926.152500', '210926.612500', '210927.072500', '210927.532500', '210927.992500', '210928.452500', '210928.912500', '210929.372500', '210929.832500', '210930.292500', '210930.752500', '210931.212500', '210931.672500', '210932.132500', '210932.592500', '210933.052500', '210933.512500', '210933.972500', '210934.432500', '210934.892500', '210935.352500', '210935.812500', '210936.272500', '210936.732500', '210937.192500', '210937.652500', '210938.112500', '210938.572500', '210939.032500', '210939.492500', '210939.952500', '210940.412500', '210940.872500', '210941.332500', '210941.792500', '210942.252500', '210942.712500', '210943.172500', '210943.632500', '210944.092500', '210944.552500', '210945.012500', '210945.472500', '210945.932500', '210946.392500', '210946.852500', '210947.312500', '210947.772500', '210948.232500', '210948.692500', '210949.152500', '210949.612500', '210950.072500', '210950.532500', '210950.992500', '210951.452500', '210951.912500', '210952.372500', '210952.832500', '210953.292500', '210953.752500', '210954.212500', '210954.672500', '210955.132500', '210955.592500', '210956.052500', '210956.512500', '210956.972500', '210957.432500', '210957.892500', '210958.352500', '210958.812500', '210959.272500', '210959.732500', '211000.192500', '211000.652500', '211001.112500', '211001.572500', '211002.032500', '211002.492500', '211002.952500', '211003.412500', '211003.872500', '211004.332500', '211004.792500', '211005.252500', '211005.712500', '211006.172500', '211006.632500', '211007.092500', '211007.552500', '211008.012500', '211008.472500', '211008.932500', '211009.392500', '211009.852500', '211010.312500', '211010.772500', '211011.232500', '211011.692500', '211012.152500', '211012.612500', '211013.072500', '211013.532500', '211013.992500', '211014.452500', '211014.912500', '211015.372500', '211015.832500', '211016.292500', '211016.752500', '211017.212500', '211017.672500', '211018.132500', '211018.592500', '211019.052500', '211019.512500', '211019.972500', '211020.432500', '211020.892500', '211021.352500', '211021.812500', '211022.272500', '211022.732500', '211023.192500', '211023.652500', '211024.112500', '211024.572500', '211025.032500', '211025.492500', '211025.952500', '211026.412500', '211026.872500', '211027.332500', '211027.792500', '211028.252500', '211028.712500', '211029.172500', '211029.632500', '211030.092500', '211030.552500', '211031.012500', '211031.472500', '211031.932500', '211032.392500', '211032.852500', '211033.312500', '211033.772500', '211034.232500', '211034.692500', '211035.152500', '211035.612500', '211036.072500', '211036.532500', '211036.992500', '211037.452500', '211037.912500', '211038.372500', '211038.832500', '211039.292500', '211039.752500', '211040.212500', '211040.672500', '211041.132500', '211041.592500', '211042.052500', '211042.512500', '211042.972500', '211043.432500', '211043.892500', '211044.352500', '211044.812500', '211045.272500', '211045.732500', '211046.192500', '211046.652500', '211047.112500', '211047.572500', '211048.032500', '211048.492500', '211048.952500', '211049.412500', '211049.872500', '211050.332500', '211050.792500', '211051.252500', '211051.712500', '211052.172500', '211052.632500', '211053.092500', '211053.552500', '211054.012500', '211054.472500', '211054.932500', '211055.392500', '211055.852500', '211056.312500', '211056.772500', '211057.232500', '211057.692500', '211058.152500', '211058.612500', '211059.072500', '211059.532500', '211059.992500', '211100.452500', '211100.912500', '211101.372500', '211101.832500', '211102.292500', '211102.752500', '211103.212500', '211103.672500', '211104.132500', '211104.592500', '211105.052500', '211105.512500', '211105.972500', '211106.432500', '211106.892500', '211107.352500', '211107.812500', '211108.272500', '211108.732500', '211109.192500', '211109.652500', '211110.112500', '211110.572500', '211111.032500', '211111.492500', '211111.952500', '211112.412500', '211112.872500', '211113.332500', '211113.792500', '211114.252500', '211114.712500', '211115.172500', '211115.632500', '211116.092500', '211116.552500', '211117.012500', '211117.472500', '211117.932500', '211118.392500', '211118.852500', '211119.312500', '211119.772500', '211120.232500', '211120.692500', '211121.152500', '211121.612500', '211122.072500', '211122.532500', '211122.992500', '211123.452500', '211123.912500', '211124.372500', '211124.832500', '211125.292500', '211125.752500', '211126.212500', '211126.672500', '211127.132500', '211127.592500', '211128.052500', '211128.512500', '211128.972500', '211129.432500'], 'ContentTime': ['210334.951000', '210334.954000', '210334.957000', '210334.960000', '210334.962000', '210334.965000', '210334.968000', '210334.970000', '210334.973000', '210334.975000', '210334.978000', '210334.981000', '210334.983000', '210334.986000', '210334.988000', '210334.991000', '210334.993000', '210334.996000', '210335.000000', '210335.002000', '210335.005000', '210335.007000', '210335.010000', '210335.021000', '210335.023000', '210335.026000', '210335.029000', '210335.055000', '210335.057000', '210335.060000', '210335.062000', '210335.065000', '210335.068000', '210335.070000', '210335.073000', '210335.076000', '210335.078000', '210335.081000', '210335.083000', '210335.086000', '210335.088000', '210335.091000', '210335.094000', '210335.096000', '210335.105000', '210335.107000', '210335.110000', '210335.112000', '210335.115000', '210335.117000', '210335.120000', '210335.122000', '210335.125000', '210335.128000', '210335.130000', '210335.133000', '210335.136000', '210335.138000', '210335.141000', '210335.143000', '210335.146000', '210335.149000', '210335.151000', '210354.925000', '210354.928000', '210354.931000', '210354.942000', '210354.945000', '210354.948000', '210354.950000', '210354.953000', '210354.955000', '210354.958000', '210354.960000', '210354.963000', '210354.965000', '210354.968000', '210354.971000', '210354.973000', '210354.976000', '210354.978000', '210354.981000', '210354.983000', '210354.986000', '210354.989000', '210354.991000', '210354.994000', '210354.996000', '210354.999000', '210355.002000', '210355.004000', '210355.007000', '210355.009000', '210355.012000', '210355.014000', '210355.017000', '210355.019000', '210355.022000', '210355.025000', '210355.027000', '210355.030000', '210355.032000', '210355.035000', '210355.037000', '210355.040000', '210355.042000', '210414.924000', '210414.927000', '210414.930000', '210414.933000', '210414.935000', '210414.938000', '210414.940000', '210414.943000', '210414.945000', '210414.948000', '210414.951000', '210414.953000', '210414.956000', '210414.958000', '210414.961000', '210414.963000', '210414.966000', '210414.969000', '210414.971000', '210414.974000', '210414.976000', '210414.979000', '210414.982000', '210414.984000', '210414.987000', '210414.989000', '210414.992000', '210414.995000', '210414.997000', '210415.000000', '210415.002000', '210415.005000', '210415.007000', '210415.010000', '210415.013000', '210415.015000', '210415.018000', '210415.020000', '210415.023000', '210415.025000', '210415.028000', '210415.031000', '210415.033000', '210415.036000', '210434.924000', '210434.927000', '210434.930000', '210434.932000', '210434.935000', '210434.938000', '210434.940000', '210434.943000', '210434.945000', '210434.948000', '210434.951000', '210434.953000', '210434.956000', '210434.958000', '210434.961000', '210434.963000', '210434.966000', '210434.968000', '210434.971000', '210434.974000', '210434.976000', '210434.979000', '210434.981000', '210434.984000', '210434.986000', '210434.989000', '210434.992000', '210434.994000', '210434.997000', '210435.000000', '210435.003000', '210435.005000', '210435.008000', '210435.011000', '210435.013000', '210435.016000', '210435.019000', '210435.021000', '210435.024000', '210435.026000', '210435.029000', '210435.031000', '210435.034000', '210454.925000', '210454.927000', '210454.930000', '210454.933000', '210454.935000', '210454.938000', '210454.940000', '210454.943000', '210454.946000', '210454.948000', '210454.951000', '210454.953000', '210454.956000', '210454.959000', '210454.961000', '210454.964000', '210454.966000', '210454.969000', '210454.972000', '210454.974000', '210454.977000', '210454.979000', '210454.982000', '210454.985000', '210454.987000', '210454.990000', '210454.992000', '210454.995000', '210454.997000', '210455.001000', '210455.004000', '210455.006000', '210455.009000', '210455.011000', '210455.014000', '210455.017000', '210455.019000', '210455.022000', '210455.024000', '210455.027000', '210455.030000', '210455.032000', '210455.035000', '210455.037000', '210514.924000', '210514.927000', '210514.930000', '210514.933000', '210514.935000', '210514.938000', '210514.940000', '210514.943000', '210514.946000', '210514.948000', '210514.951000', '210514.953000', '210514.956000', '210514.959000', '210514.961000', '210514.964000', '210514.966000', '210514.984000', '210514.987000', '210514.989000', '210514.992000', '210514.994000', '210514.997000', '210515.001000', '210515.003000', '210515.006000', '210515.008000', '210515.011000', '210515.014000', '210515.016000', '210515.019000', '210515.022000', '210515.024000', '210515.027000', '210515.029000', '210515.032000', '210515.035000', '210515.037000', '210515.040000', '210515.042000', '210515.045000', '210515.047000', '210515.050000', '210534.926000', '210534.929000', '210534.932000', '210534.934000', '210534.937000', '210534.940000', '210534.942000', '210534.945000', '210534.948000', '210534.950000', '210534.953000', '210534.955000', '210534.958000', '210534.961000', '210534.963000', '210534.966000', '210534.968000', '210534.971000', '210534.974000', '210534.976000', '210534.979000', '210534.982000', '210534.984000', '210534.987000', '210534.989000', '210534.992000', '210534.995000', '210534.997000', '210535.001000', '210535.003000', '210535.006000', '210535.009000', '210535.011000', '210535.014000', '210535.017000', '210535.019000', '210535.022000', '210535.024000', '210535.027000', '210535.030000', '210535.032000', '210535.035000', '210535.037000', '210535.040000', '210554.924000', '210554.927000', '210554.930000', '210554.932000', '210554.935000', '210554.938000', '210554.940000', '210554.943000', '210554.945000', '210554.948000', '210554.951000', '210554.953000', '210554.956000', '210554.958000', '210554.961000', '210554.964000', '210554.966000', '210554.969000', '210554.971000', '210554.974000', '210554.977000', '210554.979000', '210554.982000', '210554.984000', '210554.987000', '210554.989000', '210554.992000', '210554.994000', '210554.997000', '210555.001000', '210555.003000', '210555.006000', '210555.008000', '210555.011000', '210555.014000', '210555.016000', '210555.019000', '210555.021000', '210555.024000', '210555.027000', '210555.029000', '210555.032000', '210555.034000', '210614.926000', '210614.928000', '210614.931000', '210614.934000', '210614.936000', '210614.939000', '210614.942000', '210614.944000', '210614.947000', '210614.950000', '210614.952000', '210614.955000', '210614.957000', '210614.960000', '210614.962000', '210614.965000', '210614.968000', '210614.970000', '210614.973000', '210614.976000', '210614.978000', '210614.981000', '210614.983000', '210614.986000', '210614.989000', '210614.991000', '210614.994000', '210614.996000', '210614.999000', '210615.001000', '210615.004000', '210615.007000', '210615.009000', '210615.012000', '210615.014000', '210615.017000', '210615.020000', '210615.022000', '210615.025000', '210615.027000', '210615.030000', '210615.032000', '210615.035000', '210634.924000', '210634.948000', '210634.951000', '210634.953000', '210634.956000', '210634.959000', '210634.961000', '210634.964000', '210634.966000', '210634.969000', '210634.972000', '210634.974000', '210634.977000', '210634.979000', '210634.982000', '210634.985000', '210634.987000', '210634.990000', '210634.992000', '210634.995000', '210634.998000', '210635.001000', '210635.004000', '210635.006000', '210635.009000', '210635.011000', '210635.014000', '210635.017000', '210635.019000', '210635.022000', '210635.024000', '210635.027000', '210635.030000', '210635.032000', '210635.035000', '210635.037000', '210635.040000', '210635.042000', '210635.045000', '210635.048000', '210635.050000', '210635.053000', '210635.055000', '210635.068000', '210654.924000', '210654.927000', '210654.930000', '210654.933000', '210654.935000', '210654.938000', '210654.940000', '210654.943000', '210654.945000', '210654.948000', '210654.951000', '210654.954000', '210654.957000', '210654.960000', '210654.963000', '210654.966000', '210654.969000', '210654.971000', '210654.974000', '210654.976000', '210654.979000', '210654.981000', '210654.984000', '210654.987000', '210654.989000', '210654.992000', '210654.994000', '210654.997000', '210655.001000', '210655.003000', '210655.006000', '210655.008000', '210655.011000', '210655.014000', '210655.016000', '210655.019000', '210655.021000', '210655.024000', '210655.027000', '210655.029000', '210655.032000', '210655.035000', '210655.037000', '210714.925000', '210714.927000', '210714.930000', '210714.933000', '210714.935000', '210714.938000', '210714.941000', '210714.943000', '210714.956000', '210714.958000', '210714.961000', '210714.964000', '210714.966000', '210714.969000', '210714.971000', '210714.974000', '210714.977000', '210714.979000', '210714.982000', '210714.984000', '210714.987000', '210714.989000', '210714.992000', '210714.994000', '210714.997000', '210715.001000', '210715.003000', '210715.006000', '210715.009000', '210715.011000', '210715.014000', '210715.016000', '210715.019000', '210715.022000', '210715.024000', '210715.027000', '210715.029000', '210715.032000', '210715.035000', '210715.037000', '210715.040000', '210715.042000', '210715.045000', '210715.047000', '210734.924000', '210734.927000', '210734.930000', '210734.932000', '210734.935000', '210734.938000', '210734.940000', '210734.943000', '210734.945000', '210734.948000', '210734.951000', '210734.953000', '210734.956000', '210734.959000', '210734.961000', '210734.964000', '210734.966000', '210734.969000', '210734.972000', '210734.974000', '210734.977000', '210734.979000', '210734.982000', '210734.984000', '210734.987000', '210734.989000', '210734.992000', '210734.995000', '210734.998000', '210735.001000', '210735.004000', '210735.007000', '210735.009000', '210735.012000', '210735.015000', '210735.017000', '210735.020000', '210735.022000', '210735.025000', '210735.027000', '210735.030000', '210735.033000', '210735.035000', '210754.925000', '210754.927000', '210754.930000', '210754.933000', '210754.935000', '210754.938000', '210754.940000', '210754.943000', '210754.945000', '210754.948000', '210754.951000', '210754.953000', '210754.956000', '210754.959000', '210754.961000', '210754.964000', '210754.967000', '210754.969000', '210754.972000', '210754.974000', '210754.977000', '210754.980000', '210754.982000', '210754.985000', '210754.987000', '210754.990000', '210754.993000', '210754.995000', '210754.998000', '210755.001000', '210755.004000', '210755.007000', '210755.009000', '210755.012000', '210755.014000', '210755.017000', '210755.020000', '210755.022000', '210755.025000', '210755.027000', '210755.030000', '210755.033000', '210755.035000', '210755.038000', '210814.924000', '210814.927000', '210814.930000', '210814.933000', '210814.935000', '210814.938000', '210814.940000', '210814.943000', '210814.945000', '210814.948000', '210814.951000', '210814.953000', '210814.956000', '210814.959000', '210814.961000', '210814.964000', '210814.966000', '210814.969000', '210814.972000', '210814.974000', '210814.977000', '210814.980000', '210814.983000', '210814.986000', '210815.003000', '210815.005000', '210815.008000', '210815.011000', '210815.013000', '210815.016000', '210815.019000', '210815.021000', '210815.024000', '210815.026000', '210815.029000', '210815.032000', '210815.034000', '210815.037000', '210815.040000', '210815.042000', '210815.045000', '210815.047000', '210815.050000', '210834.925000', '210834.928000', '210834.931000', '210834.933000', '210834.936000', '210834.939000', '210834.941000', '210834.944000', '210834.946000', '210834.949000', '210834.951000', '210834.954000', '210834.957000', '210834.965000', '210834.968000', '210834.971000', '210834.974000', '210834.976000', '210834.979000', '210834.982000', '210834.984000', '210834.987000', '210834.990000', '210834.992000', '210834.995000', '210834.998000', '210835.001000', '210835.004000', '210835.006000', '210835.009000', '210835.012000', '210835.014000', '210835.017000', '210835.019000', '210835.022000', '210835.025000', '210835.027000', '210835.030000', '210835.032000', '210835.035000', '210835.038000', '210835.040000', '210835.043000', '210835.045000', '210854.925000', '210854.927000', '210854.930000', '210854.933000', '210854.935000', '210854.938000', '210854.940000', '210854.943000', '210854.946000', '210854.948000', '210854.951000', '210854.954000', '210854.956000', '210854.959000', '210854.961000', '210854.964000', '210854.967000', '210854.975000', '210854.978000', '210854.981000', '210854.983000', '210854.986000', '210854.988000', '210854.991000', '210854.994000', '210854.996000', '210855.000000', '210855.002000', '210855.005000', '210855.008000', '210855.010000', '210855.013000', '210855.015000', '210855.018000', '210855.020000', '210855.023000', '210855.026000', '210855.028000', '210855.031000', '210855.033000', '210855.036000', '210855.039000', '210855.041000', '210914.924000', '210914.927000', '210914.930000', '210914.933000', '210914.936000', '210914.939000', '210914.941000', '210914.944000', '210914.947000', '210914.949000', '210914.952000', '210914.954000', '210914.957000', '210914.960000', '210914.962000', '210914.965000', '210914.967000', '210914.970000', '210914.972000', '210914.975000', '210914.978000', '210914.980000', '210914.983000', '210914.986000', '210914.988000', '210914.991000', '210914.995000', '210914.997000', '210915.001000', '210915.004000', '210915.006000', '210915.009000', '210915.011000', '210915.014000', '210915.016000', '210915.019000', '210915.022000', '210915.025000', '210915.027000', '210915.030000', '210915.032000', '210915.035000', '210915.038000', '210915.040000', '210934.924000', '210934.927000', '210934.930000', '210934.933000', '210934.935000', '210934.938000', '210934.940000', '210934.943000', '210934.945000', '210934.948000', '210934.951000', '210934.953000', '210934.956000', '210934.958000', '210934.961000', '210934.963000', '210934.966000', '210934.969000', '210934.971000', '210934.974000', '210934.976000', '210934.979000', '210934.982000', '210934.984000', '210934.987000', '210934.990000', '210934.992000', '210934.995000', '210934.997000', '210935.001000', '210935.003000', '210935.006000', '210935.009000', '210935.012000', '210935.015000', '210935.044000', '210935.046000', '210935.049000', '210935.052000', '210935.054000', '210935.057000', '210935.060000', '210935.062000', '210954.924000', '210954.927000', '210954.930000', '210954.932000', '210954.935000', '210954.938000', '210954.940000', '210954.943000', '210954.946000', '210954.948000', '210954.951000', '210954.953000', '210954.956000', '210954.959000', '210954.961000', '210954.964000', '210954.966000', '210954.969000', '210954.971000', '210954.980000', '210954.982000', '210954.985000', '210954.988000', '210954.990000', '210954.993000', '210954.995000', '210954.998000', '210955.002000', '210955.004000', '210955.007000', '210955.009000', '210955.012000', '210955.015000', '210955.017000', '210955.020000', '210955.023000', '210955.025000', '210955.028000', '210955.030000', '210955.033000', '210955.036000', '210955.038000', '210955.041000', '210955.043000', '211014.925000', '211014.928000', '211014.930000', '211014.933000', '211014.936000', '211014.938000', '211014.941000', '211014.943000', '211014.946000', '211014.949000', '211014.951000', '211014.954000', '211014.956000', '211014.959000', '211014.961000', '211014.964000', '211014.966000', '211014.969000', '211014.972000', '211014.974000', '211014.977000', '211014.979000', '211014.982000', '211014.985000', '211014.987000', '211014.990000', '211014.992000', '211014.995000', '211014.997000', '211015.001000', '211015.004000', '211015.006000', '211015.009000', '211015.012000', '211015.014000', '211015.017000', '211015.019000', '211015.022000', '211015.025000', '211015.027000', '211015.030000', '211015.033000', '211015.035000', '211034.924000', '211034.927000', '211034.930000', '211034.932000', '211034.935000', '211034.938000', '211034.940000', '211034.943000', '211034.945000', '211034.948000', '211034.951000', '211034.953000', '211034.956000', '211034.958000', '211034.961000', '211034.964000', '211034.966000', '211034.969000', '211034.972000', '211034.974000', '211034.977000', '211034.980000', '211034.982000', '211034.985000', '211034.987000', '211034.990000', '211034.993000', '211034.995000', '211034.998000', '211035.002000', '211035.004000', '211035.007000', '211035.009000', '211035.012000', '211035.015000', '211035.017000', '211035.020000', '211035.023000', '211035.025000', '211035.028000', '211035.030000', '211035.033000', '211035.036000', '211035.038000', '211054.926000', '211054.928000', '211054.931000', '211054.934000', '211054.936000', '211054.939000', '211054.941000', '211054.944000', '211054.947000', '211054.949000', '211054.952000', '211054.955000', '211054.957000', '211054.960000', '211054.962000', '211054.965000', '211054.967000', '211054.970000', '211054.973000', '211054.975000', '211054.978000', '211054.981000', '211054.983000', '211054.986000', '211054.989000', '211054.991000', '211054.994000', '211054.996000', '211054.999000', '211055.001000', '211055.004000', '211055.016000', '211055.019000', '211055.022000', '211055.024000', '211055.027000', '211055.030000', '211055.032000', '211055.035000', '211055.037000', '211055.040000', '211055.042000', '211055.045000', '211114.925000', '211114.927000', '211114.930000', '211114.933000', '211114.935000', '211114.938000', '211114.941000', '211114.943000', '211114.946000', '211114.948000', '211114.951000', '211114.953000', '211114.956000', '211114.959000', '211114.961000', '211114.964000', '211114.966000', '211114.969000', '211114.972000', '211114.974000', '211114.977000', '211114.979000', '211114.982000', '211114.985000', '211114.988000', '211114.990000', '211114.993000', '211114.995000', '211114.998000', '211115.002000', '211115.004000', '211115.007000', '211115.010000', '211115.013000', '211115.015000', '211115.018000', '211115.021000', '211115.023000', '211115.026000', '211115.028000', '211115.031000', '211115.034000', '211115.037000', '211115.039000', '211130.910000', '211130.913000', '211130.916000', '211130.918000', '211130.921000', '211130.928000', '211130.931000', '211130.934000', '211130.936000', '211130.939000', '211130.942000', '211130.947000', '211130.950000', '211130.952000', '211130.955000', '211130.958000', '211130.961000', '211130.963000', '211130.966000', '211130.969000', '211130.971000', '211130.974000', '211130.977000', '211130.980000', '211130.982000', '211130.985000', '211130.988000', '211130.990000', '211130.993000', '211130.996000', '211131.000000', '211131.002000', '211131.005000', '211131.008000', '211131.011000'], 'InstanceCreationTime': ['210334.951000', '210334.954000', '210334.957000', '210334.960000', '210334.962000', '210334.965000', '210334.968000', '210334.970000', '210334.973000', '210334.975000', '210334.978000', '210334.981000', '210334.983000', '210334.986000', '210334.988000', '210334.991000', '210334.993000', '210334.996000', '210335.000000', '210335.002000', '210335.005000', '210335.007000', '210335.010000', '210335.021000', '210335.023000', '210335.026000', '210335.029000', '210335.055000', '210335.057000', '210335.060000', '210335.062000', '210335.065000', '210335.068000', '210335.070000', '210335.073000', '210335.076000', '210335.078000', '210335.081000', '210335.083000', '210335.086000', '210335.088000', '210335.091000', '210335.094000', '210335.096000', '210335.105000', '210335.107000', '210335.110000', '210335.112000', '210335.115000', '210335.117000', '210335.120000', '210335.122000', '210335.125000', '210335.128000', '210335.130000', '210335.133000', '210335.136000', '210335.138000', '210335.141000', '210335.143000', '210335.146000', '210335.149000', '210335.151000', '210354.925000', '210354.928000', '210354.931000', '210354.942000', '210354.945000', '210354.948000', '210354.950000', '210354.953000', '210354.955000', '210354.958000', '210354.960000', '210354.963000', '210354.965000', '210354.968000', '210354.971000', '210354.973000', '210354.976000', '210354.978000', '210354.981000', '210354.983000', '210354.986000', '210354.989000', '210354.991000', '210354.994000', '210354.996000', '210354.999000', '210355.002000', '210355.004000', '210355.007000', '210355.009000', '210355.012000', '210355.014000', '210355.017000', '210355.019000', '210355.022000', '210355.025000', '210355.027000', '210355.030000', '210355.032000', '210355.035000', '210355.037000', '210355.040000', '210355.042000', '210414.924000', '210414.927000', '210414.930000', '210414.933000', '210414.935000', '210414.938000', '210414.940000', '210414.943000', '210414.945000', '210414.948000', '210414.951000', '210414.953000', '210414.956000', '210414.958000', '210414.961000', '210414.963000', '210414.966000', '210414.969000', '210414.971000', '210414.974000', '210414.976000', '210414.979000', '210414.982000', '210414.984000', '210414.987000', '210414.989000', '210414.992000', '210414.995000', '210414.997000', '210415.000000', '210415.002000', '210415.005000', '210415.007000', '210415.010000', '210415.013000', '210415.015000', '210415.018000', '210415.020000', '210415.023000', '210415.025000', '210415.028000', '210415.031000', '210415.033000', '210415.036000', '210434.924000', '210434.927000', '210434.930000', '210434.932000', '210434.935000', '210434.938000', '210434.940000', '210434.943000', '210434.945000', '210434.948000', '210434.951000', '210434.953000', '210434.956000', '210434.958000', '210434.961000', '210434.963000', '210434.966000', '210434.968000', '210434.971000', '210434.974000', '210434.976000', '210434.979000', '210434.981000', '210434.984000', '210434.986000', '210434.989000', '210434.992000', '210434.994000', '210434.997000', '210435.000000', '210435.003000', '210435.005000', '210435.008000', '210435.011000', '210435.013000', '210435.016000', '210435.019000', '210435.021000', '210435.024000', '210435.026000', '210435.029000', '210435.031000', '210435.034000', '210454.925000', '210454.927000', '210454.930000', '210454.933000', '210454.935000', '210454.938000', '210454.940000', '210454.943000', '210454.946000', '210454.948000', '210454.951000', '210454.953000', '210454.956000', '210454.959000', '210454.961000', '210454.964000', '210454.966000', '210454.969000', '210454.972000', '210454.974000', '210454.977000', '210454.979000', '210454.982000', '210454.985000', '210454.987000', '210454.990000', '210454.992000', '210454.995000', '210454.997000', '210455.001000', '210455.004000', '210455.006000', '210455.009000', '210455.011000', '210455.014000', '210455.017000', '210455.019000', '210455.022000', '210455.024000', '210455.027000', '210455.030000', '210455.032000', '210455.035000', '210455.037000', '210514.924000', '210514.927000', '210514.930000', '210514.933000', '210514.935000', '210514.938000', '210514.940000', '210514.943000', '210514.946000', '210514.948000', '210514.951000', '210514.953000', '210514.956000', '210514.959000', '210514.961000', '210514.964000', '210514.966000', '210514.984000', '210514.987000', '210514.989000', '210514.992000', '210514.994000', '210514.997000', '210515.001000', '210515.003000', '210515.006000', '210515.008000', '210515.011000', '210515.014000', '210515.016000', '210515.019000', '210515.022000', '210515.024000', '210515.027000', '210515.029000', '210515.032000', '210515.035000', '210515.037000', '210515.040000', '210515.042000', '210515.045000', '210515.047000', '210515.050000', '210534.926000', '210534.929000', '210534.932000', '210534.934000', '210534.937000', '210534.940000', '210534.942000', '210534.945000', '210534.948000', '210534.950000', '210534.953000', '210534.955000', '210534.958000', '210534.961000', '210534.963000', '210534.966000', '210534.968000', '210534.971000', '210534.974000', '210534.976000', '210534.979000', '210534.982000', '210534.984000', '210534.987000', '210534.989000', '210534.992000', '210534.995000', '210534.997000', '210535.001000', '210535.003000', '210535.006000', '210535.009000', '210535.011000', '210535.014000', '210535.017000', '210535.019000', '210535.022000', '210535.024000', '210535.027000', '210535.030000', '210535.032000', '210535.035000', '210535.037000', '210535.040000', '210554.924000', '210554.927000', '210554.930000', '210554.932000', '210554.935000', '210554.938000', '210554.940000', '210554.943000', '210554.945000', '210554.948000', '210554.951000', '210554.953000', '210554.956000', '210554.958000', '210554.961000', '210554.964000', '210554.966000', '210554.969000', '210554.971000', '210554.974000', '210554.977000', '210554.979000', '210554.982000', '210554.984000', '210554.987000', '210554.989000', '210554.992000', '210554.994000', '210554.997000', '210555.001000', '210555.003000', '210555.006000', '210555.008000', '210555.011000', '210555.014000', '210555.016000', '210555.019000', '210555.021000', '210555.024000', '210555.027000', '210555.029000', '210555.032000', '210555.034000', '210614.926000', '210614.928000', '210614.931000', '210614.934000', '210614.936000', '210614.939000', '210614.942000', '210614.944000', '210614.947000', '210614.950000', '210614.952000', '210614.955000', '210614.957000', '210614.960000', '210614.962000', '210614.965000', '210614.968000', '210614.970000', '210614.973000', '210614.976000', '210614.978000', '210614.981000', '210614.983000', '210614.986000', '210614.989000', '210614.991000', '210614.994000', '210614.996000', '210614.999000', '210615.001000', '210615.004000', '210615.007000', '210615.009000', '210615.012000', '210615.014000', '210615.017000', '210615.020000', '210615.022000', '210615.025000', '210615.027000', '210615.030000', '210615.032000', '210615.035000', '210634.924000', '210634.948000', '210634.951000', '210634.953000', '210634.956000', '210634.959000', '210634.961000', '210634.964000', '210634.966000', '210634.969000', '210634.972000', '210634.974000', '210634.977000', '210634.979000', '210634.982000', '210634.985000', '210634.987000', '210634.990000', '210634.992000', '210634.995000', '210634.998000', '210635.001000', '210635.004000', '210635.006000', '210635.009000', '210635.011000', '210635.014000', '210635.017000', '210635.019000', '210635.022000', '210635.024000', '210635.027000', '210635.030000', '210635.032000', '210635.035000', '210635.037000', '210635.040000', '210635.042000', '210635.045000', '210635.048000', '210635.050000', '210635.053000', '210635.055000', '210635.068000', '210654.924000', '210654.927000', '210654.930000', '210654.933000', '210654.935000', '210654.938000', '210654.940000', '210654.943000', '210654.945000', '210654.948000', '210654.951000', '210654.954000', '210654.957000', '210654.960000', '210654.963000', '210654.966000', '210654.969000', '210654.971000', '210654.974000', '210654.976000', '210654.979000', '210654.981000', '210654.984000', '210654.987000', '210654.989000', '210654.992000', '210654.994000', '210654.997000', '210655.001000', '210655.003000', '210655.006000', '210655.008000', '210655.011000', '210655.014000', '210655.016000', '210655.019000', '210655.021000', '210655.024000', '210655.027000', '210655.029000', '210655.032000', '210655.035000', '210655.037000', '210714.925000', '210714.927000', '210714.930000', '210714.933000', '210714.935000', '210714.938000', '210714.941000', '210714.943000', '210714.956000', '210714.958000', '210714.961000', '210714.964000', '210714.966000', '210714.969000', '210714.971000', '210714.974000', '210714.977000', '210714.979000', '210714.982000', '210714.984000', '210714.987000', '210714.989000', '210714.992000', '210714.994000', '210714.997000', '210715.001000', '210715.003000', '210715.006000', '210715.009000', '210715.011000', '210715.014000', '210715.016000', '210715.019000', '210715.022000', '210715.024000', '210715.027000', '210715.029000', '210715.032000', '210715.035000', '210715.037000', '210715.040000', '210715.042000', '210715.045000', '210715.047000', '210734.924000', '210734.927000', '210734.930000', '210734.932000', '210734.935000', '210734.938000', '210734.940000', '210734.943000', '210734.945000', '210734.948000', '210734.951000', '210734.953000', '210734.956000', '210734.959000', '210734.961000', '210734.964000', '210734.966000', '210734.969000', '210734.972000', '210734.974000', '210734.977000', '210734.979000', '210734.982000', '210734.984000', '210734.987000', '210734.989000', '210734.992000', '210734.995000', '210734.998000', '210735.001000', '210735.004000', '210735.007000', '210735.009000', '210735.012000', '210735.015000', '210735.017000', '210735.020000', '210735.022000', '210735.025000', '210735.027000', '210735.030000', '210735.033000', '210735.035000', '210754.925000', '210754.927000', '210754.930000', '210754.933000', '210754.935000', '210754.938000', '210754.940000', '210754.943000', '210754.945000', '210754.948000', '210754.951000', '210754.953000', '210754.956000', '210754.959000', '210754.961000', '210754.964000', '210754.967000', '210754.969000', '210754.972000', '210754.974000', '210754.977000', '210754.980000', '210754.982000', '210754.985000', '210754.987000', '210754.990000', '210754.993000', '210754.995000', '210754.998000', '210755.001000', '210755.004000', '210755.007000', '210755.009000', '210755.012000', '210755.014000', '210755.017000', '210755.020000', '210755.022000', '210755.025000', '210755.027000', '210755.030000', '210755.033000', '210755.035000', '210755.038000', '210814.924000', '210814.927000', '210814.930000', '210814.933000', '210814.935000', '210814.938000', '210814.940000', '210814.943000', '210814.945000', '210814.948000', '210814.951000', '210814.953000', '210814.956000', '210814.959000', '210814.961000', '210814.964000', '210814.966000', '210814.969000', '210814.972000', '210814.974000', '210814.977000', '210814.980000', '210814.983000', '210814.986000', '210815.003000', '210815.005000', '210815.008000', '210815.011000', '210815.013000', '210815.016000', '210815.019000', '210815.021000', '210815.024000', '210815.026000', '210815.029000', '210815.032000', '210815.034000', '210815.037000', '210815.040000', '210815.042000', '210815.045000', '210815.047000', '210815.050000', '210834.925000', '210834.928000', '210834.931000', '210834.933000', '210834.936000', '210834.939000', '210834.941000', '210834.944000', '210834.946000', '210834.949000', '210834.951000', '210834.954000', '210834.957000', '210834.965000', '210834.968000', '210834.971000', '210834.974000', '210834.976000', '210834.979000', '210834.982000', '210834.984000', '210834.987000', '210834.990000', '210834.992000', '210834.995000', '210834.998000', '210835.001000', '210835.004000', '210835.006000', '210835.009000', '210835.012000', '210835.014000', '210835.017000', '210835.019000', '210835.022000', '210835.025000', '210835.027000', '210835.030000', '210835.032000', '210835.035000', '210835.038000', '210835.040000', '210835.043000', '210835.045000', '210854.925000', '210854.927000', '210854.930000', '210854.933000', '210854.935000', '210854.938000', '210854.940000', '210854.943000', '210854.946000', '210854.948000', '210854.951000', '210854.954000', '210854.956000', '210854.959000', '210854.961000', '210854.964000', '210854.967000', '210854.975000', '210854.978000', '210854.981000', '210854.983000', '210854.986000', '210854.988000', '210854.991000', '210854.994000', '210854.996000', '210855.000000', '210855.002000', '210855.005000', '210855.008000', '210855.010000', '210855.013000', '210855.015000', '210855.018000', '210855.020000', '210855.023000', '210855.026000', '210855.028000', '210855.031000', '210855.033000', '210855.036000', '210855.039000', '210855.041000', '210914.924000', '210914.927000', '210914.930000', '210914.933000', '210914.936000', '210914.939000', '210914.941000', '210914.944000', '210914.947000', '210914.949000', '210914.952000', '210914.954000', '210914.957000', '210914.960000', '210914.962000', '210914.965000', '210914.967000', '210914.970000', '210914.972000', '210914.975000', '210914.978000', '210914.980000', '210914.983000', '210914.986000', '210914.988000', '210914.991000', '210914.995000', '210914.997000', '210915.001000', '210915.004000', '210915.006000', '210915.009000', '210915.011000', '210915.014000', '210915.016000', '210915.019000', '210915.022000', '210915.025000', '210915.027000', '210915.030000', '210915.032000', '210915.035000', '210915.038000', '210915.040000', '210934.924000', '210934.927000', '210934.930000', '210934.933000', '210934.935000', '210934.938000', '210934.940000', '210934.943000', '210934.945000', '210934.948000', '210934.951000', '210934.953000', '210934.956000', '210934.958000', '210934.961000', '210934.963000', '210934.966000', '210934.969000', '210934.971000', '210934.974000', '210934.976000', '210934.979000', '210934.982000', '210934.984000', '210934.987000', '210934.990000', '210934.992000', '210934.995000', '210934.997000', '210935.001000', '210935.003000', '210935.006000', '210935.009000', '210935.012000', '210935.015000', '210935.044000', '210935.046000', '210935.049000', '210935.052000', '210935.054000', '210935.057000', '210935.060000', '210935.062000', '210954.924000', '210954.927000', '210954.930000', '210954.932000', '210954.935000', '210954.938000', '210954.940000', '210954.943000', '210954.946000', '210954.948000', '210954.951000', '210954.953000', '210954.956000', '210954.959000', '210954.961000', '210954.964000', '210954.966000', '210954.969000', '210954.971000', '210954.980000', '210954.982000', '210954.985000', '210954.988000', '210954.990000', '210954.993000', '210954.995000', '210954.998000', '210955.002000', '210955.004000', '210955.007000', '210955.009000', '210955.012000', '210955.015000', '210955.017000', '210955.020000', '210955.023000', '210955.025000', '210955.028000', '210955.030000', '210955.033000', '210955.036000', '210955.038000', '210955.041000', '210955.043000', '211014.925000', '211014.928000', '211014.930000', '211014.933000', '211014.936000', '211014.938000', '211014.941000', '211014.943000', '211014.946000', '211014.949000', '211014.951000', '211014.954000', '211014.956000', '211014.959000', '211014.961000', '211014.964000', '211014.966000', '211014.969000', '211014.972000', '211014.974000', '211014.977000', '211014.979000', '211014.982000', '211014.985000', '211014.987000', '211014.990000', '211014.992000', '211014.995000', '211014.997000', '211015.001000', '211015.004000', '211015.006000', '211015.009000', '211015.012000', '211015.014000', '211015.017000', '211015.019000', '211015.022000', '211015.025000', '211015.027000', '211015.030000', '211015.033000', '211015.035000', '211034.924000', '211034.927000', '211034.930000', '211034.932000', '211034.935000', '211034.938000', '211034.940000', '211034.943000', '211034.945000', '211034.948000', '211034.951000', '211034.953000', '211034.956000', '211034.958000', '211034.961000', '211034.964000', '211034.966000', '211034.969000', '211034.972000', '211034.974000', '211034.977000', '211034.980000', '211034.982000', '211034.985000', '211034.987000', '211034.990000', '211034.993000', '211034.995000', '211034.998000', '211035.002000', '211035.004000', '211035.007000', '211035.009000', '211035.012000', '211035.015000', '211035.017000', '211035.020000', '211035.023000', '211035.025000', '211035.028000', '211035.030000', '211035.033000', '211035.036000', '211035.038000', '211054.926000', '211054.928000', '211054.931000', '211054.934000', '211054.936000', '211054.939000', '211054.941000', '211054.944000', '211054.947000', '211054.949000', '211054.952000', '211054.955000', '211054.957000', '211054.960000', '211054.962000', '211054.965000', '211054.967000', '211054.970000', '211054.973000', '211054.975000', '211054.978000', '211054.981000', '211054.983000', '211054.986000', '211054.989000', '211054.991000', '211054.994000', '211054.996000', '211054.999000', '211055.001000', '211055.004000', '211055.016000', '211055.019000', '211055.022000', '211055.024000', '211055.027000', '211055.030000', '211055.032000', '211055.035000', '211055.037000', '211055.040000', '211055.042000', '211055.045000', '211114.925000', '211114.927000', '211114.930000', '211114.933000', '211114.935000', '211114.938000', '211114.941000', '211114.943000', '211114.946000', '211114.948000', '211114.951000', '211114.953000', '211114.956000', '211114.959000', '211114.961000', '211114.964000', '211114.966000', '211114.969000', '211114.972000', '211114.974000', '211114.977000', '211114.979000', '211114.982000', '211114.985000', '211114.988000', '211114.990000', '211114.993000', '211114.995000', '211114.998000', '211115.002000', '211115.004000', '211115.007000', '211115.010000', '211115.013000', '211115.015000', '211115.018000', '211115.021000', '211115.023000', '211115.026000', '211115.028000', '211115.031000', '211115.034000', '211115.037000', '211115.039000', '211130.910000', '211130.913000', '211130.916000', '211130.918000', '211130.921000', '211130.928000', '211130.931000', '211130.934000', '211130.936000', '211130.939000', '211130.942000', '211130.947000', '211130.950000', '211130.952000', '211130.955000', '211130.958000', '211130.961000', '211130.963000', '211130.966000', '211130.969000', '211130.971000', '211130.974000', '211130.977000', '211130.980000', '211130.982000', '211130.985000', '211130.988000', '211130.990000', '211130.993000', '211130.996000', '211131.000000', '211131.002000', '211131.005000', '211131.008000', '211131.011000'], '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, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098], 'LargestImagePixelValue': [10296, 12240, 9495, 13667, 10765, 10563, 7534, 9702, 7219, 9220, 9276, 11014, 7711, 8880, 8085, 11865, 11847, 9591, 9674, 13293, 8410, 12639, 10234, 9961, 6938, 8943, 12583, 10857, 13613, 12668, 15749, 8752, 12908, 11015, 10081, 11147, 11978, 8304, 10742, 12350, 10646, 8346, 8796, 13102, 9509, 12582, 8784, 10963, 7665, 8615, 9325, 9162, 7086, 7840, 12750, 8025, 12991, 11541, 10330, 7172, 8552, 8336, 8928, 14097, 9906, 7144, 7729, 7186, 9301, 10684, 12731, 7020, 11111, 8213, 15128, 15053, 15192, 11315, 7522, 13372, 18227, 15650, 15016, 10071, 9628, 13772, 11668, 12469, 9160, 12078, 10296, 12769, 9503, 10504, 7369, 8481, 7321, 9989, 9438, 10926, 7891, 8945, 7195, 11243, 9147, 10884, 6970, 8237, 15566, 12225, 9941, 10370, 12047, 7943, 10744, 10294, 10633, 7600, 9964, 7554, 13602, 11851, 12786, 7039, 8547, 7672, 9522, 17226, 14133, 10354, 9099, 13578, 12291, 14411, 13500, 15949, 9102, 12311, 12316, 9540, 9039, 8571, 7218, 10692, 12184, 10493, 8515, 8071, 13370, 10773, 7235, 8875, 7693, 8640, 16085, 13683, 10511, 7354, 8125, 14455, 10444, 13464, 11826, 11885, 8138, 9297, 9136, 7487, 9697, 7663, 15217, 12430, 12788, 8681, 12185, 8639, 10468, 12922, 9985, 12481, 8213, 10201, 8551, 10799, 7625, 9948, 7084, 8138, 7295, 10062, 7350, 8454, 7032, 7988, 7348, 9181, 15125, 11671, 9450, 8528, 6994, 10305, 16148, 12780, 16895, 10879, 14039, 12970, 9159, 10104, 12566, 9973, 11144, 9999, 13078, 15184, 7914, 13878, 11001, 9644, 16948, 14426, 10635, 8007, 8201, 7995, 13465, 7977, 10962, 6912, 8712, 9069, 9121, 13541, 10163, 11271, 7940, 9413, 8293, 14632, 11962, 13782, 9650, 11765, 9112, 13292, 10858, 12675, 8607, 9131, 13571, 9190, 14546, 12084, 9886, 7715, 7831, 8114, 8370, 7265, 9701, 7875, 8219, 15713, 11578, 8519, 8416, 10743, 8473, 11544, 8793, 10118, 6973, 8257, 8584, 11442, 12941, 12130, 10220, 8588, 15045, 10776, 8382, 9770, 14094, 9623, 15173, 12546, 10816, 8110, 9962, 7481, 9764, 7798, 14623, 8412, 14042, 7641, 8892, 15170, 12129, 11311, 10907, 12632, 10154, 13023, 11364, 9453, 9106, 8742, 7847, 10592, 8900, 10267, 7142, 8152, 11121, 9140, 13262, 11754, 11513, 7911, 9453, 7412, 8680, 8022, 9828, 8205, 13148, 10248, 11809, 8769, 11659, 8246, 12898, 13029, 12500, 7305, 8426, 9517, 8751, 7379, 12041, 7042, 13767, 12968, 16499, 12627, 12610, 9041, 11547, 8878, 14648, 11734, 9170, 7833, 8165, 7406, 8977, 7081, 7908, 7610, 8058, 7207, 7394, 9462, 7948, 12905, 11049, 13288, 11456, 12123, 9401, 14165, 10736, 13924, 10471, 10259, 15996, 11992, 11623, 8268, 8723, 7922, 7257, 10801, 9468, 14462, 12509, 11829, 8798, 8233, 8093, 12278, 11332, 9637, 7771, 8422, 6957, 8343, 11427, 10232, 6717, 8058, 10704, 7807, 13902, 11529, 10395, 8331, 10598, 7680, 13712, 12817, 9932, 9749, 10666, 7963, 12349, 8961, 10972, 7652, 8362, 7305, 10774, 8304, 9939, 7683, 7990, 7922, 8659, 12656, 10533, 7118, 8038, 7513, 9964, 9849, 14218, 7375, 12610, 8670, 14407, 12657, 13418, 12805, 9756, 15308, 12892, 11951, 12170, 12506, 9008, 8840, 7786, 14158, 7672, 12009, 7361, 8467, 7560, 10980, 7210, 10097, 7853, 8153, 8136, 8859, 7797, 8808, 7570, 8451, 10532, 11220, 7301, 8701, 7766, 12143, 10038, 8108, 10497, 12597, 9457, 7919, 12051, 10240, 14834, 14110, 7956, 14198, 8501, 13949, 12950, 14769, 7592, 10062, 7925, 8862, 9152, 12406, 8029, 8964, 7503, 8451, 9403, 11733, 7711, 9651, 8016, 11004, 14149, 13557, 10078, 10168, 14369, 10854, 14035, 11597, 9510, 7838, 8403, 7398, 9917, 11577, 12938, 8381, 9847, 14819, 10080, 14496, 12777, 8516, 7812, 8325, 7797, 14018, 13668, 9960, 8961, 9920, 8006, 12702, 11000, 8239, 7281, 8158, 7222, 10151, 8973, 10454, 7361, 8283, 7520, 10683, 11633, 14037, 7327, 9765, 7621, 11014, 10034, 15354, 7668, 12132, 7464, 10727, 8958, 11568, 7729, 8459, 7630, 11433, 7554, 10280, 7395, 9250, 10411, 10730, 7126, 8243, 7087, 9263, 10257, 12683, 7422, 8184, 7437, 10976, 9555, 9513, 9336, 12170, 8682, 15435, 14072, 9571, 10405, 7245, 10574, 13753, 15920, 7837, 12395, 8946, 10097, 17314, 14227, 11538, 10086, 11348, 9652, 15018, 11800, 7378, 8432, 7450, 8729, 16234, 13556, 10000, 9656, 10880, 8538, 12878, 12670, 8626, 8335, 8220, 8327, 10625, 8486, 9926, 7324, 8237, 7165, 8642, 7223, 8864, 7160, 8040, 8906, 7996, 15544, 11960, 8002, 8082, 8501, 8184, 12325, 12702, 8103, 8010, 9807, 7449, 12557, 12086, 8101, 8571, 11095, 7541, 14845, 14502, 9747, 9513, 12089, 10209, 15180, 12670, 14509, 10254, 7940, 9066, 7992, 15612, 9318, 15400, 9336, 12278, 14876, 13443, 7201, 9288, 10692, 8809, 14599, 13606, 8603, 8240, 7926, 7416, 9823, 8665, 10329, 9583, 8304, 8276, 8639, 7345, 10787, 8755, 10132, 7638, 8346, 7355, 7975, 12468, 10979, 7050, 8121, 11884, 7389, 12687, 11833, 8002, 7578, 8771, 7285, 10284, 13144, 12384, 6734, 8383, 11350, 8688, 14505, 12628, 8728, 8272, 9817, 8912, 12482, 9880, 9936, 7718, 7621, 7672, 11648, 8874, 10418, 7326, 7536, 7426, 7585, 8594, 13415, 14266, 7565, 12722, 7777, 12774, 12806, 13605, 13273, 12096, 12647, 8633, 12822, 12718, 16387, 11737, 7132, 8570, 8000, 6746, 8356, 6938, 11376, 11987, 11882, 11818, 14548, 13283, 15532, 12891, 14735, 16634, 13335, 12322, 9628, 14934, 10759, 12782, 13539, 10264, 8920, 8891, 8507, 7259, 7576, 7520, 7139, 7413, 8020, 7264, 9377, 7963, 7711, 7234, 7561, 7283, 8432, 7935, 8518, 12816, 7714, 11704, 8250, 10337, 8644, 9525, 6955, 8376, 15372, 10755, 15123, 13147, 9893, 10378, 11928, 9245, 14566, 13334, 9192, 10034, 10695, 9266, 11314, 9411, 8049, 7165, 8897, 7491, 12385, 7340, 10012, 7347, 7927, 7252, 11348, 7960, 9933, 7098, 7502, 7084, 11649, 8622, 12726, 9604, 7319, 9894, 7422, 15169, 13862, 8174, 12881, 7548, 11350, 16599, 13878, 10788, 9977, 9515, 7988, 10713, 10804, 7255, 11143, 10099, 7042, 8379, 7311, 12134, 16157, 13259, 13689, 10891, 13142, 8207, 9143, 10691, 8508, 8086, 8218, 7409, 7975, 8078, 12981, 8898, 7159, 8639, 7505, 10799, 8119, 10124, 7203, 10191, 12458, 9877, 7368, 9042, 7912, 13165, 11189, 13458, 9029, 7237, 12231, 7846, 16414, 16585, 14549, 16651, 9546, 14529, 12109, 10961, 7670, 9339, 8176, 8173, 7257, 8203, 7805, 9626, 7486, 9095, 6782, 8501, 15139, 10451, 12976, 13038, 13482, 9119, 11067, 8591, 13583, 9268, 13828, 8216, 9547, 8534, 14521, 7687, 13125, 10897, 7184, 11949, 7348, 12589, 11748, 13774, 17315, 14631, 12661, 9284, 9360, 9546, 11913, 13900, 12430, 13157, 8838, 8463, 7591, 9403, 7312, 8450, 7917, 7869, 6920, 8270, 12509, 10028, 7986, 7815, 8997, 7221, 10022, 9787, 10824, 7636, 8835, 13295, 9367, 15674, 14105, 10121, 9240, 9091, 7362, 11027, 9035, 9714, 7235, 8313, 13297, 10743, 15320, 12141, 10937, 8681, 7679, 8862, 9751, 11256, 9024, 17156, 10535, 15785, 8840, 9492, 18202, 13023, 14581, 10696, 12743, 8076, 8410, 10716, 14395, 7389, 9655, 7661, 8633, 10126, 11033, 7414, 9183, 7797, 10232, 16063, 13375, 11634, 8377, 8314, 7835, 13121, 7872, 13630, 7423, 9220, 8675, 10829, 7681, 8739, 7399, 8184, 16043, 12204, 9611, 9602, 11888, 9686, 14614, 13895, 9556, 9822, 10086, 9745, 14225, 14136, 13039, 9006, 11214, 7416, 8776, 8054, 13538, 8692, 11449, 14550, 11802, 11756, 8824, 9251, 16723, 11703, 12683, 11108, 13262, 9861, 16506, 10807, 13588, 11613, 10014, 11630, 10458, 13893, 12718, 9421, 7930, 8104, 7353, 10242, 7345, 9142], 'WindowCenter': [4019.0, 4024.0, 3988.0, 4019.0, 3986.0, 3974.0, 3943.0, 3962.0, 3943.0, 3975.0, 3973.0, 3984.0, 3941.0, 3962.0, 3954.0, 4003.0, 4005.0, 3974.0, 3974.0, 4005.0, 3964.0, 4006.0, 3975.0, 3974.0, 3932.0, 3962.0, 3993.0, 3995.0, 4006.0, 4004.0, 4014.0, 3951.0, 3994.0, 3984.0, 3970.0, 3981.0, 3982.0, 3950.0, 3983.0, 3992.0, 3971.0, 3937.0, 3948.0, 3979.0, 3959.0, 3979.0, 3948.0, 3971.0, 3938.0, 3950.0, 3959.0, 3975.0, 3943.0, 3951.0, 3992.0, 3951.0, 4002.0, 3983.0, 3971.0, 3930.0, 3961.0, 3964.0, 3975.0, 4014.0, 3986.0, 3945.0, 3953.0, 3940.0, 3973.0, 4000.0, 4018.0, 3943.0, 3996.0, 3966.0, 4029.0, 4018.0, 4016.0, 3984.0, 3942.0, 4005.0, 4027.0, 4015.0, 4003.0, 3960.0, 3959.0, 3989.0, 3971.0, 3979.0, 3960.0, 3976.0, 3956.0, 3978.0, 3945.0, 3956.0, 3925.0, 3936.0, 3925.0, 3959.0, 3959.0, 3969.0, 3938.0, 3947.0, 3926.0, 3982.0, 3960.0, 3972.0, 3929.0, 3949.0, 4010.0, 3993.0, 3971.0, 3971.0, 3981.0, 3952.0, 3981.0, 3974.0, 3983.0, 3940.0, 3971.0, 3941.0, 4003.0, 3993.0, 3994.0, 3928.0, 3949.0, 3938.0, 3988.0, 4037.0, 4017.0, 3986.0, 3975.0, 3993.0, 3993.0, 4004.0, 4005.0, 4013.0, 3961.0, 3982.0, 3992.0, 3958.0, 3949.0, 3951.0, 3928.0, 3970.0, 3991.0, 3984.0, 3950.0, 3950.0, 3990.0, 3982.0, 3939.0, 3960.0, 3939.0, 3960.0, 4011.0, 4004.0, 3969.0, 3926.0, 3938.0, 3987.0, 3970.0, 3989.0, 3970.0, 3979.0, 3939.0, 3945.0, 3946.0, 3929.0, 3960.0, 3950.0, 4015.0, 3993.0, 3993.0, 3951.0, 3980.0, 3949.0, 3971.0, 3979.0, 3958.0, 3977.0, 3936.0, 3954.0, 3949.0, 3969.0, 3939.0, 3956.0, 3926.0, 3939.0, 3937.0, 3972.0, 3941.0, 3950.0, 3943.0, 3964.0, 3955.0, 3990.0, 4029.0, 3998.0, 3973.0, 3964.0, 3946.0, 3986.0, 4029.0, 4008.0, 4025.0, 3984.0, 4005.0, 4004.0, 3963.0, 3975.0, 3979.0, 3972.0, 3982.0, 3973.0, 4006.0, 4015.0, 3953.0, 4003.0, 3970.0, 3960.0, 4012.0, 4001.0, 3956.0, 3927.0, 3935.0, 3939.0, 3990.0, 3938.0, 3968.0, 3915.0, 3947.0, 3950.0, 3973.0, 4003.0, 3971.0, 3981.0, 3950.0, 3959.0, 3963.0, 4015.0, 3995.0, 4004.0, 3972.0, 3980.0, 3950.0, 3992.0, 3971.0, 3993.0, 3949.0, 3960.0, 3991.0, 3960.0, 4002.0, 3994.0, 3958.0, 3938.0, 3940.0, 3953.0, 3953.0, 3941.0, 3973.0, 3952.0, 3964.0, 4015.0, 3993.0, 3951.0, 3951.0, 3979.0, 3963.0, 3995.0, 3961.0, 3971.0, 3929.0, 3950.0, 3951.0, 3993.0, 3994.0, 3993.0, 3970.0, 3963.0, 4014.0, 3984.0, 3951.0, 3973.0, 4002.0, 3974.0, 4015.0, 3994.0, 3971.0, 3939.0, 3959.0, 3928.0, 3959.0, 3939.0, 4002.0, 3950.0, 4002.0, 3938.0, 3948.0, 3999.0, 3979.0, 3968.0, 3968.0, 3978.0, 3968.0, 3990.0, 3980.0, 3958.0, 3948.0, 3946.0, 3939.0, 3970.0, 3959.0, 3969.0, 3927.0, 3938.0, 3980.0, 3960.0, 3993.0, 3993.0, 3981.0, 3949.0, 3971.0, 3941.0, 3962.0, 3951.0, 3973.0, 3964.0, 4005.0, 3984.0, 3993.0, 3953.0, 3980.0, 3951.0, 3993.0, 3993.0, 3981.0, 3928.0, 3938.0, 3959.0, 3949.0, 3928.0, 3980.0, 3941.0, 4002.0, 4003.0, 4014.0, 3992.0, 3980.0, 3961.0, 3970.0, 3949.0, 3999.0, 3979.0, 3948.0, 3927.0, 3950.0, 3942.0, 3964.0, 3942.0, 3954.0, 3955.0, 3967.0, 3965.0, 3972.0, 4002.0, 3979.0, 4020.0, 3998.0, 4019.0, 4012.0, 4008.0, 3966.0, 4005.0, 3974.0, 4003.0, 3986.0, 3976.0, 4020.0, 3985.0, 3970.0, 3939.0, 3936.0, 3926.0, 3932.0, 3984.0, 3977.0, 4005.0, 3995.0, 3982.0, 3939.0, 3935.0, 3939.0, 3979.0, 3980.0, 3957.0, 3927.0, 3936.0, 3928.0, 3950.0, 3982.0, 3971.0, 3919.0, 3940.0, 3969.0, 3939.0, 4002.0, 3983.0, 3972.0, 3950.0, 3969.0, 3940.0, 4002.0, 3993.0, 3971.0, 3961.0, 3971.0, 3944.0, 3992.0, 3951.0, 3971.0, 3941.0, 3952.0, 3939.0, 3981.0, 3952.0, 3972.0, 3942.0, 3953.0, 3954.0, 3964.0, 4008.0, 3986.0, 3944.0, 3964.0, 3956.0, 3985.0, 3985.0, 4016.0, 3943.0, 3996.0, 3951.0, 4006.0, 3994.0, 3994.0, 3992.0, 3959.0, 4002.0, 3993.0, 3978.0, 3979.0, 3978.0, 3946.0, 3945.0, 3928.0, 3988.0, 3926.0, 3978.0, 3927.0, 3937.0, 3940.0, 3981.0, 3939.0, 3970.0, 3951.0, 3950.0, 3952.0, 3963.0, 3953.0, 3962.0, 3951.0, 3951.0, 3983.0, 3997.0, 3957.0, 3963.0, 3969.0, 4022.0, 3989.0, 3968.0, 3999.0, 4008.0, 3974.0, 3954.0, 3994.0, 3985.0, 4016.0, 4019.0, 3966.0, 4004.0, 3950.0, 4005.0, 3993.0, 4003.0, 3939.0, 3958.0, 3936.0, 3960.0, 3960.0, 3991.0, 3950.0, 3959.0, 3940.0, 3962.0, 3974.0, 4005.0, 3952.0, 3972.0, 3952.0, 3995.0, 4016.0, 4005.0, 3972.0, 3985.0, 4004.0, 3981.0, 4003.0, 3980.0, 3957.0, 3937.0, 3936.0, 3928.0, 3969.0, 3982.0, 3991.0, 3936.0, 3958.0, 3998.0, 3969.0, 3999.0, 3989.0, 3947.0, 3938.0, 3938.0, 3939.0, 4003.0, 4005.0, 3971.0, 3960.0, 3958.0, 3952.0, 4003.0, 3981.0, 3948.0, 3939.0, 3948.0, 3940.0, 3983.0, 3962.0, 3982.0, 3942.0, 3950.0, 3953.0, 3983.0, 3994.0, 4005.0, 3941.0, 3971.0, 3940.0, 3982.0, 3972.0, 4014.0, 3941.0, 3991.0, 3940.0, 3983.0, 3963.0, 3992.0, 3940.0, 3963.0, 3950.0, 3994.0, 3952.0, 3981.0, 3942.0, 3973.0, 3982.0, 3981.0, 3941.0, 3951.0, 3943.0, 4002.0, 4014.0, 4019.0, 3954.0, 3962.0, 3953.0, 3994.0, 3986.0, 3973.0, 3973.0, 3993.0, 3975.0, 4027.0, 4016.0, 3973.0, 3983.0, 3939.0, 3982.0, 4003.0, 4014.0, 3938.0, 3992.0, 3948.0, 3969.0, 4010.0, 3990.0, 3967.0, 3956.0, 3966.0, 3958.0, 3998.0, 3978.0, 3924.0, 3936.0, 3926.0, 3947.0, 4011.0, 3992.0, 3957.0, 3957.0, 3967.0, 3948.0, 3989.0, 3988.0, 3947.0, 3935.0, 3934.0, 3948.0, 3970.0, 3947.0, 3957.0, 3926.0, 3948.0, 3929.0, 3949.0, 3938.0, 3961.0, 3929.0, 3949.0, 3962.0, 3951.0, 4015.0, 3996.0, 3951.0, 3963.0, 3962.0, 3963.0, 4005.0, 4005.0, 3952.0, 3965.0, 3986.0, 3954.0, 4006.0, 4006.0, 3953.0, 3974.0, 3993.0, 3954.0, 4016.0, 4017.0, 3970.0, 3975.0, 3993.0, 3983.0, 4017.0, 4004.0, 4003.0, 3972.0, 3951.0, 3961.0, 3952.0, 4014.0, 3963.0, 4003.0, 3959.0, 3982.0, 4001.0, 3991.0, 3914.0, 3946.0, 3955.0, 3947.0, 3998.0, 3989.0, 3935.0, 3935.0, 3934.0, 3927.0, 3956.0, 3948.0, 3970.0, 3958.0, 3937.0, 3948.0, 3948.0, 3939.0, 3979.0, 3948.0, 3969.0, 3937.0, 3948.0, 3939.0, 3950.0, 3991.0, 3982.0, 3930.0, 3952.0, 3982.0, 3942.0, 4003.0, 3993.0, 3952.0, 3951.0, 3962.0, 3942.0, 3984.0, 4004.0, 4008.0, 3930.0, 3950.0, 3981.0, 3960.0, 4002.0, 3993.0, 3950.0, 3951.0, 3971.0, 3962.0, 4003.0, 3972.0, 3971.0, 3940.0, 3939.0, 3951.0, 3994.0, 3975.0, 3984.0, 3942.0, 3951.0, 3952.0, 3954.0, 3975.0, 4015.0, 4017.0, 3955.0, 4005.0, 3953.0, 4004.0, 3992.0, 4004.0, 3992.0, 3981.0, 3979.0, 3948.0, 4003.0, 4005.0, 4014.0, 3981.0, 3940.0, 3960.0, 3961.0, 3941.0, 3962.0, 3955.0, 4010.0, 4008.0, 4022.0, 4010.0, 4018.0, 4008.0, 4005.0, 3980.0, 3991.0, 3987.0, 3965.0, 3963.0, 3933.0, 3975.0, 3941.0, 3951.0, 3952.0, 3929.0, 3918.0, 3929.0, 3920.0, 3898.0, 3909.0, 3910.0, 3910.0, 3925.0, 3937.0, 3925.0, 3958.0, 3949.0, 3937.0, 3939.0, 3939.0, 3938.0, 3950.0, 3952.0, 3962.0, 3994.0, 3953.0, 3993.0, 3963.0, 3984.0, 3963.0, 3974.0, 3942.0, 3952.0, 4014.0, 3984.0, 4014.0, 4004.0, 3961.0, 3971.0, 3978.0, 3961.0, 4002.0, 4002.0, 3958.0, 3970.0, 3969.0, 3959.0, 3979.0, 3961.0, 3939.0, 3930.0, 3959.0, 3940.0, 4004.0, 3940.0, 3971.0, 3939.0, 3949.0, 3942.0, 3994.0, 3964.0, 3974.0, 3943.0, 3942.0, 3955.0, 4008.0, 3977.0, 4005.0, 3973.0, 3953.0, 3986.0, 3956.0, 4041.0, 4021.0, 3966.0, 4006.0, 3954.0, 3999.0, 4027.0, 4004.0, 3971.0, 3960.0, 3972.0, 3952.0, 3981.0, 3983.0, 3954.0, 3995.0, 3997.0, 3944.0, 3968.0, 3955.0, 3994.0, 4016.0, 3993.0, 3991.0, 3972.0, 3991.0, 3951.0, 3959.0, 3969.0, 3948.0, 3937.0, 3935.0, 3913.0, 3938.0, 3950.0, 4004.0, 3962.0, 3941.0, 3963.0, 3943.0, 3984.0, 3966.0, 3999.0, 3955.0, 3986.0, 3995.0, 3974.0, 3945.0, 3976.0, 3966.0, 4007.0, 4011.0, 4009.0, 3976.0, 3957.0, 4007.0, 3966.0, 4041.0, 4029.0, 4006.0, 4015.0, 3960.0, 4003.0, 3993.0, 3970.0, 3940.0, 3960.0, 3951.0, 3949.0, 3941.0, 3950.0, 3956.0, 3986.0, 3955.0, 3973.0, 3944.0, 3964.0, 4026.0, 3999.0, 4009.0, 4019.0, 4005.0, 3963.0, 3982.0, 3964.0, 4005.0, 3972.0, 4004.0, 3953.0, 3975.0, 3961.0, 4016.0, 3951.0, 4014.0, 3996.0, 3942.0, 4008.0, 3957.0, 4006.0, 3995.0, 4004.0, 4026.0, 4006.0, 3980.0, 3948.0, 3948.0, 3960.0, 3981.0, 3989.0, 3978.0, 3976.0, 3934.0, 3935.0, 3926.0, 3946.0, 3925.0, 3936.0, 3938.0, 3939.0, 3929.0, 3952.0, 3992.0, 3973.0, 3949.0, 3952.0, 3963.0, 3954.0, 3989.0, 3987.0, 3986.0, 3954.0, 3963.0, 4005.0, 3973.0, 4016.0, 4005.0, 3973.0, 3963.0, 3961.0, 3942.0, 3985.0, 3963.0, 3973.0, 3942.0, 3966.0, 4018.0, 3997.0, 4031.0, 4007.0, 3984.0, 3979.0, 3954.0, 3973.0, 3973.0, 3996.0, 3976.0, 4040.0, 3998.0, 4018.0, 3963.0, 3973.0, 4024.0, 3992.0, 4001.0, 3969.0, 3980.0, 3938.0, 3950.0, 3969.0, 4002.0, 3927.0, 3960.0, 3938.0, 3949.0, 3969.0, 3970.0, 3939.0, 3961.0, 3939.0, 3972.0, 4013.0, 4004.0, 3983.0, 3950.0, 3937.0, 3939.0, 3991.0, 3940.0, 4002.0, 3928.0, 3960.0, 3949.0, 3981.0, 3940.0, 3949.0, 3940.0, 3952.0, 4026.0, 3993.0, 3962.0, 3971.0, 3981.0, 3971.0, 4013.0, 4002.0, 3960.0, 3972.0, 3973.0, 3973.0, 4016.0, 4014.0, 4006.0, 3975.0, 3996.0, 3954.0, 3962.0, 3966.0, 4019.0, 3965.0, 3996.0, 4005.0, 3994.0, 3982.0, 3950.0, 3961.0, 4011.0, 3980.0, 3978.0, 3967.0, 3990.0, 3945.0, 3998.0, 3954.0, 3975.0, 3953.0, 3944.0, 3953.0, 3954.0, 3974.0, 3963.0, 3931.0, 3921.0, 3920.0, 3924.0, 3954.0, 3923.0, 3944.0], 'WindowWidth': [8979.0, 8971.0, 8916.0, 8954.0, 8905.0, 8885.0, 8842.0, 8867.0, 8846.0, 8891.0, 8883.0, 8902.0, 8838.0, 8865.0, 8860.0, 8927.0, 8932.0, 8885.0, 8887.0, 8925.0, 8873.0, 8932.0, 8886.0, 8887.0, 8825.0, 8867.0, 8909.0, 8917.0, 8929.0, 8926.0, 8937.0, 8850.0, 8912.0, 8897.0, 8872.0, 8889.0, 8889.0, 8846.0, 8895.0, 8906.0, 8875.0, 8825.0, 8839.0, 8880.0, 8858.0, 8883.0, 8843.0, 8875.0, 8828.0, 8847.0, 8859.0, 8889.0, 8846.0, 8851.0, 8903.0, 8851.0, 8919.0, 8896.0, 8876.0, 8822.0, 8865.0, 8872.0, 8890.0, 8938.0, 8903.0, 8847.0, 8855.0, 8837.0, 8883.0, 8930.0, 8952.0, 8847.0, 8918.0, 8880.0, 8965.0, 8949.0, 8945.0, 8900.0, 8841.0, 8928.0, 8966.0, 8942.0, 8922.0, 8860.0, 8857.0, 8899.0, 8873.0, 8881.0, 8856.0, 8873.0, 8847.0, 8878.0, 8833.0, 8845.0, 8806.0, 8820.0, 8806.0, 8858.0, 8858.0, 8870.0, 8826.0, 8838.0, 8813.0, 8891.0, 8861.0, 8877.0, 8816.0, 8843.0, 8930.0, 8909.0, 8875.0, 8878.0, 8889.0, 8851.0, 8891.0, 8885.0, 8897.0, 8835.0, 8876.0, 8836.0, 8923.0, 8907.0, 8911.0, 8817.0, 8846.0, 8831.0, 8913.0, 8977.0, 8948.0, 8903.0, 8890.0, 8906.0, 8911.0, 8924.0, 8926.0, 8936.0, 8866.0, 8891.0, 8907.0, 8854.0, 8844.0, 8846.0, 8816.0, 8875.0, 8904.0, 8898.0, 8845.0, 8849.0, 8901.0, 8893.0, 8834.0, 8862.0, 8831.0, 8861.0, 8932.0, 8924.0, 8870.0, 8809.0, 8825.0, 8893.0, 8873.0, 8895.0, 8869.0, 8884.0, 8834.0, 8832.0, 8836.0, 8816.0, 8859.0, 8850.0, 8943.0, 8908.0, 8904.0, 8850.0, 8885.0, 8842.0, 8877.0, 8884.0, 8853.0, 8876.0, 8822.0, 8844.0, 8846.0, 8871.0, 8829.0, 8849.0, 8812.0, 8830.0, 8829.0, 8881.0, 8838.0, 8850.0, 8846.0, 8875.0, 8865.0, 8918.0, 8968.0, 8923.0, 8885.0, 8874.0, 8850.0, 8905.0, 8966.0, 8937.0, 8955.0, 8897.0, 8926.0, 8926.0, 8867.0, 8885.0, 8883.0, 8881.0, 8891.0, 8883.0, 8932.0, 8942.0, 8856.0, 8924.0, 8874.0, 8862.0, 8934.0, 8916.0, 8849.0, 8810.0, 8819.0, 8830.0, 8901.0, 8828.0, 8867.0, 8793.0, 8837.0, 8845.0, 8882.0, 8919.0, 8879.0, 8889.0, 8850.0, 8861.0, 8874.0, 8945.0, 8916.0, 8923.0, 8879.0, 8887.0, 8847.0, 8905.0, 8877.0, 8906.0, 8841.0, 8857.0, 8900.0, 8862.0, 8920.0, 8911.0, 8855.0, 8830.0, 8835.0, 8855.0, 8855.0, 8839.0, 8883.0, 8852.0, 8875.0, 8941.0, 8909.0, 8850.0, 8851.0, 8885.0, 8869.0, 8914.0, 8866.0, 8878.0, 8819.0, 8849.0, 8851.0, 8909.0, 8911.0, 8910.0, 8875.0, 8869.0, 8938.0, 8899.0, 8852.0, 8883.0, 8921.0, 8889.0, 8941.0, 8911.0, 8877.0, 8832.0, 8857.0, 8817.0, 8857.0, 8832.0, 8920.0, 8848.0, 8918.0, 8829.0, 8842.0, 8911.0, 8885.0, 8867.0, 8869.0, 8878.0, 8869.0, 8902.0, 8887.0, 8855.0, 8841.0, 8836.0, 8832.0, 8875.0, 8859.0, 8871.0, 8814.0, 8830.0, 8885.0, 8864.0, 8906.0, 8911.0, 8890.0, 8848.0, 8878.0, 8841.0, 8868.0, 8853.0, 8881.0, 8873.0, 8930.0, 8901.0, 8910.0, 8854.0, 8887.0, 8851.0, 8910.0, 8908.0, 8891.0, 8813.0, 8829.0, 8852.0, 8845.0, 8813.0, 8884.0, 8838.0, 8921.0, 8924.0, 8941.0, 8907.0, 8887.0, 8863.0, 8870.0, 8842.0, 8909.0, 8884.0, 8838.0, 8812.0, 8847.0, 8841.0, 8870.0, 8841.0, 8858.0, 8867.0, 8884.0, 8882.0, 8898.0, 8936.0, 8902.0, 8956.0, 8922.0, 8952.0, 8947.0, 8935.0, 8875.0, 8925.0, 8881.0, 8920.0, 8904.0, 8891.0, 8955.0, 8901.0, 8873.0, 8829.0, 8815.0, 8807.0, 8824.0, 8897.0, 8892.0, 8928.0, 8915.0, 8889.0, 8828.0, 8820.0, 8831.0, 8885.0, 8887.0, 8851.0, 8812.0, 8821.0, 8815.0, 8848.0, 8892.0, 8877.0, 8805.0, 8833.0, 8870.0, 8832.0, 8919.0, 8895.0, 8877.0, 8850.0, 8873.0, 8837.0, 8921.0, 8910.0, 8877.0, 8864.0, 8875.0, 8843.0, 8906.0, 8849.0, 8876.0, 8838.0, 8855.0, 8832.0, 8889.0, 8853.0, 8880.0, 8839.0, 8858.0, 8860.0, 8874.0, 8936.0, 8907.0, 8848.0, 8875.0, 8867.0, 8903.0, 8905.0, 8946.0, 8844.0, 8916.0, 8851.0, 8930.0, 8912.0, 8911.0, 8904.0, 8856.0, 8915.0, 8905.0, 8881.0, 8884.0, 8880.0, 8836.0, 8832.0, 8813.0, 8894.0, 8812.0, 8881.0, 8814.0, 8826.0, 8835.0, 8890.0, 8833.0, 8873.0, 8850.0, 8849.0, 8856.0, 8871.0, 8860.0, 8870.0, 8852.0, 8853.0, 8894.0, 8920.0, 8868.0, 8870.0, 8890.0, 8964.0, 8914.0, 8885.0, 8926.0, 8936.0, 8884.0, 8859.0, 8913.0, 8901.0, 8946.0, 8958.0, 8882.0, 8927.0, 8849.0, 8927.0, 8910.0, 8925.0, 8829.0, 8854.0, 8824.0, 8865.0, 8861.0, 8906.0, 8849.0, 8859.0, 8836.0, 8869.0, 8887.0, 8933.0, 8856.0, 8881.0, 8855.0, 8915.0, 8946.0, 8930.0, 8880.0, 8903.0, 8926.0, 8892.0, 8924.0, 8888.0, 8853.0, 8825.0, 8823.0, 8816.0, 8872.0, 8891.0, 8904.0, 8824.0, 8856.0, 8908.0, 8871.0, 8912.0, 8899.0, 8837.0, 8828.0, 8827.0, 8834.0, 8922.0, 8927.0, 8877.0, 8861.0, 8855.0, 8854.0, 8923.0, 8891.0, 8844.0, 8833.0, 8844.0, 8838.0, 8898.0, 8869.0, 8895.0, 8842.0, 8850.0, 8857.0, 8899.0, 8914.0, 8928.0, 8839.0, 8878.0, 8836.0, 8894.0, 8881.0, 8939.0, 8839.0, 8904.0, 8835.0, 8897.0, 8870.0, 8908.0, 8835.0, 8870.0, 8852.0, 8912.0, 8854.0, 8892.0, 8842.0, 8884.0, 8896.0, 8893.0, 8840.0, 8852.0, 8845.0, 8941.0, 8959.0, 8955.0, 8864.0, 8871.0, 8859.0, 8913.0, 8906.0, 8884.0, 8885.0, 8909.0, 8891.0, 8960.0, 8947.0, 8883.0, 8895.0, 8833.0, 8893.0, 8921.0, 8940.0, 8831.0, 8904.0, 8840.0, 8870.0, 8929.0, 8901.0, 8862.0, 8849.0, 8861.0, 8856.0, 8906.0, 8881.0, 8806.0, 8822.0, 8809.0, 8842.0, 8929.0, 8905.0, 8852.0, 8853.0, 8863.0, 8842.0, 8896.0, 8895.0, 8837.0, 8822.0, 8818.0, 8842.0, 8874.0, 8842.0, 8854.0, 8811.0, 8840.0, 8820.0, 8846.0, 8831.0, 8863.0, 8821.0, 8847.0, 8864.0, 8853.0, 8940.0, 8916.0, 8851.0, 8872.0, 8866.0, 8871.0, 8928.0, 8930.0, 8856.0, 8876.0, 8903.0, 8862.0, 8932.0, 8934.0, 8858.0, 8888.0, 8911.0, 8861.0, 8947.0, 8950.0, 8879.0, 8888.0, 8910.0, 8899.0, 8949.0, 8928.0, 8922.0, 8882.0, 8852.0, 8865.0, 8853.0, 8941.0, 8871.0, 8923.0, 8857.0, 8891.0, 8917.0, 8902.0, 8790.0, 8835.0, 8844.0, 8839.0, 8909.0, 8897.0, 8818.0, 8820.0, 8816.0, 8810.0, 8847.0, 8840.0, 8871.0, 8856.0, 8825.0, 8842.0, 8840.0, 8831.0, 8885.0, 8843.0, 8872.0, 8828.0, 8842.0, 8833.0, 8850.0, 8905.0, 8894.0, 8821.0, 8854.0, 8891.0, 8841.0, 8922.0, 8910.0, 8851.0, 8851.0, 8865.0, 8841.0, 8899.0, 8926.0, 8935.0, 8821.0, 8847.0, 8887.0, 8862.0, 8918.0, 8911.0, 8847.0, 8852.0, 8875.0, 8866.0, 8925.0, 8880.0, 8877.0, 8835.0, 8832.0, 8851.0, 8913.0, 8889.0, 8898.0, 8842.0, 8851.0, 8854.0, 8860.0, 8891.0, 8946.0, 8948.0, 8865.0, 8931.0, 8859.0, 8926.0, 8906.0, 8925.0, 8905.0, 8888.0, 8883.0, 8841.0, 8923.0, 8931.0, 8944.0, 8894.0, 8839.0, 8863.0, 8871.0, 8843.0, 8874.0, 8868.0, 8945.0, 8943.0, 8966.0, 8947.0, 8954.0, 8934.0, 8926.0, 8886.0, 8900.0, 8890.0, 8856.0, 8851.0, 8811.0, 8868.0, 8814.0, 8830.0, 8829.0, 8797.0, 8783.0, 8801.0, 8789.0, 8758.0, 8772.0, 8779.0, 8780.0, 8809.0, 8823.0, 8809.0, 8854.0, 8845.0, 8827.0, 8832.0, 8832.0, 8831.0, 8850.0, 8853.0, 8868.0, 8911.0, 8857.0, 8909.0, 8869.0, 8898.0, 8870.0, 8886.0, 8840.0, 8855.0, 8938.0, 8901.0, 8939.0, 8924.0, 8861.0, 8876.0, 8882.0, 8863.0, 8919.0, 8921.0, 8856.0, 8874.0, 8870.0, 8859.0, 8885.0, 8863.0, 8832.0, 8822.0, 8859.0, 8837.0, 8926.0, 8835.0, 8877.0, 8833.0, 8847.0, 8844.0, 8913.0, 8877.0, 8885.0, 8843.0, 8842.0, 8867.0, 8940.0, 8896.0, 8927.0, 8882.0, 8859.0, 8907.0, 8868.0, 8989.0, 8959.0, 8880.0, 8930.0, 8861.0, 8925.0, 8961.0, 8926.0, 8873.0, 8861.0, 8882.0, 8855.0, 8891.0, 8898.0, 8863.0, 8919.0, 8926.0, 8851.0, 8886.0, 8863.0, 8912.0, 8943.0, 8905.0, 8901.0, 8877.0, 8901.0, 8849.0, 8856.0, 8870.0, 8840.0, 8825.0, 8818.0, 8786.0, 8826.0, 8848.0, 8924.0, 8868.0, 8839.0, 8870.0, 8845.0, 8899.0, 8883.0, 8928.0, 8863.0, 8904.0, 8914.0, 8887.0, 8848.0, 8895.0, 8877.0, 8934.0, 8947.0, 8935.0, 8891.0, 8866.0, 8934.0, 8879.0, 8988.0, 8970.0, 8931.0, 8939.0, 8860.0, 8919.0, 8909.0, 8873.0, 8833.0, 8861.0, 8849.0, 8845.0, 8838.0, 8848.0, 8866.0, 8905.0, 8865.0, 8885.0, 8847.0, 8873.0, 8960.0, 8927.0, 8936.0, 8952.0, 8929.0, 8871.0, 8893.0, 8874.0, 8930.0, 8881.0, 8926.0, 8856.0, 8887.0, 8868.0, 8945.0, 8856.0, 8944.0, 8922.0, 8846.0, 8940.0, 8871.0, 8932.0, 8913.0, 8924.0, 8956.0, 8927.0, 8884.0, 8838.0, 8839.0, 8858.0, 8889.0, 8894.0, 8879.0, 8873.0, 8816.0, 8817.0, 8807.0, 8836.0, 8807.0, 8823.0, 8827.0, 8831.0, 8818.0, 8854.0, 8908.0, 8883.0, 8848.0, 8856.0, 8871.0, 8862.0, 8912.0, 8906.0, 8905.0, 8858.0, 8871.0, 8925.0, 8884.0, 8944.0, 8929.0, 8879.0, 8868.0, 8863.0, 8841.0, 8902.0, 8870.0, 8884.0, 8842.0, 8880.0, 8949.0, 8925.0, 8972.0, 8936.0, 8901.0, 8901.0, 8858.0, 8884.0, 8885.0, 8920.0, 8895.0, 8985.0, 8924.0, 8951.0, 8871.0, 8882.0, 8953.0, 8906.0, 8916.0, 8870.0, 8883.0, 8827.0, 8845.0, 8870.0, 8917.0, 8813.0, 8859.0, 8827.0, 8847.0, 8871.0, 8875.0, 8831.0, 8863.0, 8832.0, 8879.0, 8936.0, 8926.0, 8896.0, 8847.0, 8826.0, 8833.0, 8902.0, 8834.0, 8918.0, 8817.0, 8861.0, 8846.0, 8890.0, 8834.0, 8847.0, 8835.0, 8854.0, 8956.0, 8908.0, 8864.0, 8878.0, 8889.0, 8879.0, 8935.0, 8921.0, 8859.0, 8880.0, 8881.0, 8887.0, 8945.0, 8941.0, 8934.0, 8894.0, 8923.0, 8865.0, 8875.0, 8884.0, 8960.0, 8879.0, 8919.0, 8931.0, 8913.0, 8892.0, 8849.0, 8862.0, 8930.0, 8886.0, 8880.0, 8865.0, 8898.0, 8833.0, 8906.0, 8842.0, 8870.0, 8838.0, 8829.0, 8838.0, 8841.0, 8869.0, 8851.0, 8806.0, 8795.0, 8793.0, 8804.0, 8844.0, 8802.0, 8829.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.0036800638686131384</td></tr>
<tr><td colspan=3>aqi</td><td>0.034548528467153276</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.894780936712415</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.245057737232878</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0634320665936086</td></tr>
<tr><td colspan=3>efc</td><td>0.5068</td></tr>
<tr><td colspan=3>fber</td><td>4748.2583</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.14626094283482496</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>233</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>21.259124087591243</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3840614090300307</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2640497642026656</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.659923391127939</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2282110717594876</td></tr>
<tr><td colspan=3>gcor</td><td>0.0112786</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02123420685529709</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04353698715567589</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1096</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.9720465579226096</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>14.2052</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.3942</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>199.3974</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293775.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>960.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>356.3315</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5867</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>466.8872</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3145.7217</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3306.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82769.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1123.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4127.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>832.3115</td></tr>
<tr><td colspan=3>tsnr</td><td>32.59078576462343</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>