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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0133/ses-03/func/sub-0133_ses-03_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>5cac47f1a401de81907d9dacd581d3d4</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>20:26:32.982500</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.994704, 0.0975667, 0.0323147, -0.0970058, 0.995112, -0.0184976]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0889012</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4219, -7782, -7233, 225, -177, -91, -21, 91]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>261.806</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>eddae413-1b89-45cf-b0b5-44cf2e2b7ef6||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.6687188148498535, -0.2602594494819641, 0.09169615060091019, 121.51197814941406], [-0.26176440715789795, 2.6698124408721924, -0.04121542349457741, -86.54476165771484], [0.08669808506965637, 0.049627840518951416, 2.698127508163452, -83.18268585205078], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 872]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872], 'AcquisitionTime': ['202632.982500', '202633.442500', '202633.902500', '202634.362500', '202634.822500', '202635.282500', '202635.742500', '202636.202500', '202636.662500', '202637.122500', '202637.582500', '202638.042500', '202638.502500', '202638.962500', '202639.422500', '202639.882500', '202640.342500', '202640.802500', '202641.262500', '202641.722500', '202642.182500', '202642.642500', '202643.102500', '202643.562500', '202644.022500', '202644.482500', '202644.942500', '202645.402500', '202645.862500', '202646.322500', '202646.782500', '202647.242500', '202647.702500', '202648.162500', '202648.622500', '202649.082500', '202649.542500', '202650.002500', '202650.462500', '202650.922500', '202651.382500', '202651.842500', '202652.302500', '202652.762500', '202653.222500', '202653.682500', '202654.142500', '202654.602500', '202655.062500', '202655.522500', '202655.982500', '202656.442500', '202656.902500', '202657.362500', '202657.822500', '202658.282500', '202658.742500', '202659.202500', '202659.662500', '202700.122500', '202700.582500', '202701.042500', '202701.502500', '202701.962500', '202702.422500', '202702.882500', '202703.342500', '202703.802500', '202704.262500', '202704.722500', '202705.182500', '202705.642500', '202706.102500', '202706.562500', '202707.022500', '202707.482500', '202707.942500', '202708.402500', '202708.862500', '202709.322500', '202709.782500', '202710.242500', '202710.702500', '202711.162500', '202711.622500', '202712.082500', '202712.542500', '202713.002500', '202713.462500', '202713.922500', '202714.382500', '202714.842500', '202715.302500', '202715.762500', '202716.222500', '202716.682500', '202717.142500', '202717.602500', '202718.062500', '202718.522500', '202718.982500', '202719.442500', '202719.902500', '202720.362500', '202720.822500', '202721.282500', '202721.742500', '202722.202500', '202722.662500', '202723.122500', '202723.582500', '202724.042500', '202724.502500', '202724.962500', '202725.422500', '202725.882500', '202726.342500', '202726.802500', '202727.262500', '202727.722500', '202728.182500', '202728.642500', '202729.102500', '202729.562500', '202730.022500', '202730.482500', '202730.942500', '202731.402500', '202731.862500', '202732.322500', '202732.782500', '202733.242500', '202733.702500', '202734.162500', '202734.622500', '202735.082500', '202735.542500', '202736.002500', '202736.462500', '202736.922500', '202737.382500', '202737.842500', '202738.302500', '202738.762500', '202739.222500', '202739.682500', '202740.142500', '202740.602500', '202741.062500', '202741.522500', '202741.982500', '202742.442500', '202742.902500', '202743.362500', '202743.822500', '202744.282500', '202744.742500', '202745.202500', '202745.662500', '202746.122500', '202746.582500', '202747.042500', '202747.502500', '202747.962500', '202748.422500', '202748.882500', '202749.342500', '202749.802500', '202750.262500', '202750.722500', '202751.182500', '202751.642500', '202752.102500', '202752.562500', '202753.022500', '202753.482500', '202753.942500', '202754.402500', '202754.862500', '202755.322500', '202755.782500', '202756.242500', '202756.702500', '202757.162500', '202757.622500', '202758.082500', '202758.542500', '202759.002500', '202759.462500', '202759.922500', '202800.382500', '202800.842500', '202801.302500', '202801.762500', '202802.222500', '202802.682500', '202803.142500', '202803.602500', '202804.062500', '202804.522500', '202804.982500', '202805.442500', '202805.902500', '202806.362500', '202806.822500', '202807.282500', '202807.742500', '202808.202500', '202808.662500', '202809.122500', '202809.582500', '202810.042500', '202810.502500', '202810.962500', '202811.422500', '202811.882500', '202812.342500', '202812.802500', '202813.262500', '202813.722500', '202814.182500', '202814.642500', '202815.102500', '202815.562500', '202816.022500', '202816.482500', '202816.942500', '202817.402500', '202817.862500', '202818.322500', '202818.782500', '202819.242500', '202819.702500', '202820.162500', '202820.622500', '202821.082500', '202821.542500', '202822.002500', '202822.462500', '202822.922500', '202823.382500', '202823.842500', '202824.302500', '202824.762500', '202825.222500', '202825.682500', '202826.142500', '202826.602500', '202827.062500', '202827.522500', '202827.982500', '202828.442500', '202828.902500', '202829.362500', '202829.822500', '202830.282500', '202830.742500', '202831.202500', '202831.662500', '202832.122500', '202832.582500', '202833.042500', '202833.502500', '202833.962500', '202834.422500', '202834.882500', '202835.342500', '202835.802500', '202836.262500', '202836.722500', '202837.182500', '202837.642500', '202838.102500', '202838.562500', '202839.022500', '202839.482500', '202839.942500', '202840.402500', '202840.862500', '202841.322500', '202841.782500', '202842.242500', '202842.702500', '202843.162500', '202843.622500', '202844.082500', '202844.542500', '202845.002500', '202845.462500', '202845.922500', '202846.382500', '202846.842500', '202847.302500', '202847.762500', '202848.222500', '202848.682500', '202849.142500', '202849.602500', '202850.062500', '202850.522500', '202850.982500', '202851.442500', '202851.902500', '202852.362500', '202852.822500', '202853.282500', '202853.742500', '202854.202500', '202854.662500', '202855.122500', '202855.582500', '202856.042500', '202856.502500', '202856.962500', '202857.422500', '202857.882500', '202858.342500', '202858.802500', '202859.262500', '202859.722500', '202900.182500', '202900.642500', '202901.102500', '202901.562500', '202902.022500', '202902.482500', '202902.942500', '202903.402500', '202903.862500', '202904.322500', '202904.782500', '202905.242500', '202905.702500', '202906.162500', '202906.622500', '202907.082500', '202907.542500', '202908.002500', '202908.462500', '202908.922500', '202909.382500', '202909.842500', '202910.302500', '202910.762500', '202911.222500', '202911.682500', '202912.142500', '202912.602500', '202913.062500', '202913.522500', '202913.982500', '202914.442500', '202914.902500', '202915.362500', '202915.822500', '202916.282500', '202916.742500', '202917.202500', '202917.662500', '202918.122500', '202918.582500', '202919.042500', '202919.502500', '202919.962500', '202920.422500', '202920.882500', '202921.342500', '202921.802500', '202922.262500', '202922.722500', '202923.182500', '202923.642500', '202924.102500', '202924.562500', '202925.022500', '202925.482500', '202925.942500', '202926.402500', '202926.862500', '202927.322500', '202927.782500', '202928.242500', '202928.702500', '202929.162500', '202929.622500', '202930.082500', '202930.542500', '202931.002500', '202931.462500', '202931.922500', '202932.382500', '202932.842500', '202933.302500', '202933.762500', '202934.222500', '202934.682500', '202935.142500', '202935.602500', '202936.062500', '202936.522500', '202936.982500', '202937.442500', '202937.902500', '202938.362500', '202938.822500', '202939.282500', '202939.742500', '202940.202500', '202940.662500', '202941.122500', '202941.582500', '202942.042500', '202942.502500', '202942.962500', '202943.422500', '202943.882500', '202944.342500', '202944.802500', '202945.262500', '202945.722500', '202946.182500', '202946.642500', '202947.102500', '202947.562500', '202948.022500', '202948.482500', '202948.942500', '202949.402500', '202949.862500', '202950.322500', '202950.782500', '202951.242500', '202951.702500', '202952.162500', '202952.622500', '202953.082500', '202953.542500', '202954.002500', '202954.462500', '202954.922500', '202955.382500', '202955.842500', '202956.302500', '202956.762500', '202957.222500', '202957.682500', '202958.142500', '202958.602500', '202959.062500', '202959.522500', '202959.982500', '203000.442500', '203000.902500', '203001.362500', '203001.822500', '203002.282500', '203002.742500', '203003.202500', '203003.662500', '203004.122500', '203004.582500', '203005.042500', '203005.502500', '203005.962500', '203006.422500', '203006.882500', '203007.342500', '203007.802500', '203008.262500', '203008.722500', '203009.182500', '203009.642500', '203010.102500', '203010.562500', '203011.022500', '203011.482500', '203011.942500', '203012.402500', '203012.862500', '203013.322500', '203013.782500', '203014.242500', '203014.702500', '203015.162500', '203015.622500', '203016.082500', '203016.542500', '203017.002500', '203017.462500', '203017.922500', '203018.382500', '203018.842500', '203019.302500', '203019.762500', '203020.222500', '203020.682500', '203021.142500', '203021.602500', '203022.062500', '203022.522500', '203022.982500', '203023.442500', '203023.902500', '203024.362500', '203024.822500', '203025.282500', '203025.742500', '203026.202500', '203026.662500', '203027.122500', '203027.582500', '203028.042500', '203028.502500', '203028.962500', '203029.422500', '203029.882500', '203030.342500', '203030.802500', '203031.262500', '203031.722500', '203032.182500', '203032.642500', '203033.102500', '203033.562500', '203034.022500', '203034.482500', '203034.942500', '203035.402500', '203035.862500', '203036.322500', '203036.782500', '203037.242500', '203037.702500', '203038.162500', '203038.622500', '203039.082500', '203039.542500', '203040.002500', '203040.462500', '203040.922500', '203041.382500', '203041.842500', '203042.302500', '203042.762500', '203043.222500', '203043.682500', '203044.142500', '203044.602500', '203045.062500', '203045.522500', '203045.982500', '203046.442500', '203046.902500', '203047.362500', '203047.822500', '203048.282500', '203048.742500', '203049.202500', '203049.662500', '203050.122500', '203050.582500', '203051.042500', '203051.502500', '203051.962500', '203052.422500', '203052.882500', '203053.342500', '203053.802500', '203054.262500', '203054.722500', '203055.182500', '203055.642500', '203056.102500', '203056.562500', '203057.022500', '203057.482500', '203057.942500', '203058.402500', '203058.862500', '203059.322500', '203059.782500', '203100.242500', '203100.702500', '203101.162500', '203101.622500', '203102.082500', '203102.542500', '203103.002500', '203103.462500', '203103.922500', '203104.382500', '203104.842500', '203105.302500', '203105.762500', '203106.222500', '203106.682500', '203107.142500', '203107.602500', '203108.062500', '203108.522500', '203108.982500', '203109.442500', '203109.902500', '203110.362500', '203110.822500', '203111.282500', '203111.742500', '203112.202500', '203112.662500', '203113.122500', '203113.582500', '203114.042500', '203114.502500', '203114.962500', '203115.422500', '203115.882500', '203116.342500', '203116.802500', '203117.262500', '203117.722500', '203118.182500', '203118.642500', '203119.102500', '203119.562500', '203120.022500', '203120.482500', '203120.942500', '203121.402500', '203121.862500', '203122.322500', '203122.782500', '203123.242500', '203123.702500', '203124.162500', '203124.622500', '203125.082500', '203125.542500', '203126.002500', '203126.462500', '203126.922500', '203127.382500', '203127.842500', '203128.302500', '203128.762500', '203129.222500', '203129.682500', '203130.142500', '203130.602500', '203131.062500', '203131.522500', '203131.982500', '203132.442500', '203132.902500', '203133.362500', '203133.822500', '203134.282500', '203134.742500', '203135.202500', '203135.662500', '203136.122500', '203136.582500', '203137.042500', '203137.502500', '203137.962500', '203138.422500', '203138.882500', '203139.342500', '203139.802500', '203140.262500', '203140.722500', '203141.182500', '203141.642500', '203142.102500', '203142.562500', '203143.022500', '203143.482500', '203143.942500', '203144.402500', '203144.862500', '203145.322500', '203145.782500', '203146.242500', '203146.702500', '203147.162500', '203147.622500', '203148.082500', '203148.542500', '203149.002500', '203149.462500', '203149.922500', '203150.382500', '203150.842500', '203151.302500', '203151.762500', '203152.222500', '203152.682500', '203153.142500', '203153.602500', '203154.062500', '203154.522500', '203154.982500', '203155.442500', '203155.902500', '203156.362500', '203156.822500', '203157.282500', '203157.742500', '203158.202500', '203158.662500', '203159.122500', '203159.582500', '203200.042500', '203200.502500', '203200.962500', '203201.422500', '203201.882500', '203202.342500', '203202.802500', '203203.262500', '203203.722500', '203204.182500', '203204.642500', '203205.102500', '203205.562500', '203206.022500', '203206.482500', '203206.942500', '203207.402500', '203207.862500', '203208.322500', '203208.782500', '203209.242500', '203209.702500', '203210.162500', '203210.622500', '203211.082500', '203211.542500', '203212.002500', '203212.462500', '203212.922500', '203213.382500', '203213.842500', '203214.302500', '203214.762500', '203215.222500', '203215.682500', '203216.142500', '203216.602500', '203217.062500', '203217.522500', '203217.982500', '203218.442500', '203218.902500', '203219.362500', '203219.822500', '203220.282500', '203220.742500', '203221.202500', '203221.662500', '203222.122500', '203222.582500', '203223.042500', '203223.502500', '203223.962500', '203224.422500', '203224.882500', '203225.342500', '203225.802500', '203226.262500', '203226.722500', '203227.182500', '203227.642500', '203228.102500', '203228.562500', '203229.022500', '203229.482500', '203229.942500', '203230.402500', '203230.862500', '203231.322500', '203231.782500', '203232.242500', '203232.702500', '203233.162500', '203233.622500', '203234.082500', '203234.542500', '203235.002500', '203235.462500', '203235.922500', '203236.382500', '203236.842500', '203237.302500', '203237.762500', '203238.222500', '203238.682500', '203239.142500', '203239.602500', '203240.062500', '203240.522500', '203240.982500', '203241.442500', '203241.902500', '203242.362500', '203242.822500', '203243.282500', '203243.742500', '203244.202500', '203244.662500', '203245.122500', '203245.582500', '203246.042500', '203246.502500', '203246.962500', '203247.422500', '203247.882500', '203248.342500', '203248.802500', '203249.262500', '203249.722500', '203250.182500', '203250.642500', '203251.102500', '203251.562500', '203252.022500', '203252.482500', '203252.942500', '203253.402500', '203253.862500', '203254.322500', '203254.782500', '203255.242500', '203255.702500', '203256.162500', '203256.622500', '203257.082500', '203257.542500', '203258.002500', '203258.462500', '203258.922500', '203259.382500', '203259.842500', '203300.302500', '203300.762500', '203301.222500', '203301.682500', '203302.142500', '203302.602500', '203303.062500', '203303.522500', '203303.982500', '203304.442500', '203304.902500', '203305.362500', '203305.822500', '203306.282500', '203306.742500', '203307.202500', '203307.662500', '203308.122500', '203308.582500', '203309.042500', '203309.502500', '203309.962500', '203310.422500', '203310.882500', '203311.342500', '203311.802500', '203312.262500', '203312.722500', '203313.182500', '203313.642500'], 'ContentTime': ['202654.558000', '202654.562000', '202654.565000', '202654.568000', '202654.570000', '202654.573000', '202654.575000', '202654.584000', '202654.586000', '202654.589000', '202654.591000', '202654.594000', '202654.597000', '202654.599000', '202654.602000', '202654.605000', '202654.607000', '202654.610000', '202654.612000', '202654.615000', '202654.617000', '202654.620000', '202654.622000', '202654.625000', '202654.628000', '202654.630000', '202654.633000', '202654.635000', '202654.638000', '202654.640000', '202654.643000', '202654.645000', '202654.648000', '202654.651000', '202654.653000', '202654.656000', '202654.658000', '202654.661000', '202654.663000', '202654.666000', '202654.668000', '202654.671000', '202654.673000', '202654.676000', '202714.504000', '202714.507000', '202714.510000', '202714.512000', '202714.515000', '202714.517000', '202714.520000', '202714.522000', '202714.525000', '202714.528000', '202714.530000', '202714.533000', '202714.536000', '202714.538000', '202714.546000', '202714.548000', '202714.551000', '202714.553000', '202714.556000', '202714.558000', '202714.561000', '202714.563000', '202714.566000', '202714.569000', '202714.571000', '202714.574000', '202714.576000', '202714.579000', '202714.581000', '202714.584000', '202714.586000', '202714.589000', '202714.592000', '202714.594000', '202714.597000', '202714.599000', '202714.602000', '202714.606000', '202714.609000', '202714.612000', '202714.614000', '202714.617000', '202714.619000', '202734.505000', '202734.507000', '202734.510000', '202734.512000', '202734.515000', '202734.518000', '202734.520000', '202734.523000', '202734.525000', '202734.528000', '202734.530000', '202734.542000', '202734.545000', '202734.547000', '202734.550000', '202734.552000', '202734.555000', '202734.557000', '202734.560000', '202734.562000', '202734.565000', '202734.567000', '202734.570000', '202734.572000', '202734.575000', '202734.578000', '202734.580000', '202734.583000', '202734.585000', '202734.596000', '202734.599000', '202734.602000', '202734.604000', '202734.607000', '202734.609000', '202734.612000', '202734.614000', '202734.617000', '202734.619000', '202734.622000', '202734.625000', '202734.627000', '202734.630000', '202734.632000', '202754.504000', '202754.507000', '202754.510000', '202754.512000', '202754.515000', '202754.517000', '202754.520000', '202754.523000', '202754.525000', '202754.528000', '202754.530000', '202754.533000', '202754.535000', '202754.538000', '202754.541000', '202754.543000', '202754.546000', '202754.548000', '202754.551000', '202754.553000', '202754.556000', '202754.558000', '202754.561000', '202754.564000', '202754.566000', '202754.569000', '202754.571000', '202754.574000', '202754.576000', '202754.579000', '202754.582000', '202754.584000', '202754.587000', '202754.598000', '202754.601000', '202754.604000', '202754.606000', '202754.609000', '202754.611000', '202754.614000', '202754.617000', '202754.619000', '202754.622000', '202814.503000', '202814.506000', '202814.509000', '202814.511000', '202814.514000', '202814.516000', '202814.519000', '202814.521000', '202814.524000', '202814.527000', '202814.529000', '202814.532000', '202814.534000', '202814.537000', '202814.539000', '202814.542000', '202814.544000', '202814.547000', '202814.550000', '202814.552000', '202814.555000', '202814.557000', '202814.560000', '202814.562000', '202814.565000', '202814.568000', '202814.570000', '202814.573000', '202814.575000', '202814.578000', '202814.580000', '202814.583000', '202814.585000', '202814.588000', '202814.590000', '202814.593000', '202814.595000', '202814.598000', '202814.601000', '202814.603000', '202814.606000', '202814.608000', '202814.611000', '202814.613000', '202834.504000', '202834.506000', '202834.509000', '202834.511000', '202834.514000', '202834.517000', '202834.519000', '202834.522000', '202834.524000', '202834.527000', '202834.529000', '202834.532000', '202834.534000', '202834.537000', '202834.539000', '202834.542000', '202834.545000', '202834.547000', '202834.550000', '202834.552000', '202834.555000', '202834.557000', '202834.560000', '202834.563000', '202834.565000', '202834.568000', '202834.570000', '202834.573000', '202834.575000', '202834.578000', '202834.581000', '202834.583000', '202834.586000', '202834.588000', '202834.591000', '202834.594000', '202834.597000', '202834.600000', '202834.613000', '202834.616000', '202834.618000', '202834.621000', '202834.623000', '202854.504000', '202854.507000', '202854.509000', '202854.512000', '202854.514000', '202854.517000', '202854.519000', '202854.522000', '202854.525000', '202854.527000', '202854.530000', '202854.532000', '202854.535000', '202854.537000', '202854.540000', '202854.542000', '202854.545000', '202854.548000', '202854.550000', '202854.553000', '202854.555000', '202854.558000', '202854.560000', '202854.563000', '202854.565000', '202854.568000', '202854.571000', '202854.573000', '202854.576000', '202854.578000', '202854.581000', '202854.583000', '202854.586000', '202854.589000', '202854.591000', '202854.594000', '202854.596000', '202854.599000', '202854.601000', '202854.604000', '202854.607000', '202854.609000', '202854.612000', '202854.614000', '202914.505000', '202914.507000', '202914.510000', '202914.513000', '202914.515000', '202914.518000', '202914.529000', '202914.531000', '202914.534000', '202914.537000', '202914.539000', '202914.542000', '202914.544000', '202914.547000', '202914.549000', '202914.552000', '202914.554000', '202914.557000', '202914.560000', '202914.563000', '202914.566000', '202914.569000', '202914.572000', '202914.574000', '202914.577000', '202914.579000', '202914.582000', '202914.585000', '202914.587000', '202914.590000', '202914.592000', '202914.595000', '202914.597000', '202914.600000', '202914.603000', '202914.605000', '202914.608000', '202914.610000', '202914.613000', '202914.615000', '202914.618000', '202914.620000', '202914.623000', '202934.504000', '202934.507000', '202934.510000', '202934.512000', '202934.515000', '202934.518000', '202934.520000', '202934.523000', '202934.525000', '202934.528000', '202934.530000', '202934.533000', '202934.536000', '202934.538000', '202934.541000', '202934.543000', '202934.546000', '202934.548000', '202934.551000', '202934.553000', '202934.556000', '202934.558000', '202934.561000', '202934.564000', '202934.566000', '202934.569000', '202934.571000', '202934.574000', '202934.576000', '202934.579000', '202934.581000', '202934.584000', '202934.587000', '202934.589000', '202934.592000', '202934.594000', '202934.597000', '202934.599000', '202934.602000', '202934.605000', '202934.607000', '202934.610000', '202934.612000', '202934.615000', '202954.505000', '202954.507000', '202954.510000', '202954.513000', '202954.515000', '202954.518000', '202954.520000', '202954.529000', '202954.531000', '202954.534000', '202954.537000', '202954.539000', '202954.542000', '202954.544000', '202954.547000', '202954.549000', '202954.552000', '202954.554000', '202954.557000', '202954.560000', '202954.562000', '202954.565000', '202954.567000', '202954.570000', '202954.572000', '202954.575000', '202954.578000', '202954.580000', '202954.583000', '202954.585000', '202954.588000', '202954.590000', '202954.593000', '202954.596000', '202954.598000', '202954.601000', '202954.604000', '202954.606000', '202954.609000', '202954.611000', '202954.614000', '202954.616000', '202954.619000', '203014.504000', '203014.507000', '203014.510000', '203014.512000', '203014.515000', '203014.518000', '203014.520000', '203014.523000', '203014.525000', '203014.528000', '203014.530000', '203014.533000', '203014.536000', '203014.538000', '203014.541000', '203014.543000', '203014.546000', '203014.548000', '203014.551000', '203014.554000', '203014.556000', '203014.559000', '203014.561000', '203014.564000', '203014.567000', '203014.569000', '203014.572000', '203014.575000', '203014.587000', '203014.589000', '203014.592000', '203014.594000', '203014.597000', '203014.600000', '203014.602000', '203014.605000', '203014.608000', '203014.610000', '203014.613000', '203014.615000', '203014.618000', '203014.621000', '203014.623000', '203014.626000', '203034.503000', '203034.506000', '203034.509000', '203034.511000', '203034.514000', '203034.517000', '203034.519000', '203034.522000', '203034.524000', '203034.527000', '203034.529000', '203034.532000', '203034.534000', '203034.537000', '203034.540000', '203034.542000', '203034.545000', '203034.554000', '203034.556000', '203034.559000', '203034.561000', '203034.564000', '203034.566000', '203034.569000', '203034.572000', '203034.574000', '203034.577000', '203034.579000', '203034.582000', '203034.584000', '203034.587000', '203034.590000', '203034.592000', '203034.595000', '203034.597000', '203034.600000', '203034.602000', '203034.605000', '203034.608000', '203034.610000', '203034.613000', '203034.615000', '203034.618000', '203054.504000', '203054.506000', '203054.509000', '203054.512000', '203054.514000', '203054.517000', '203054.519000', '203054.522000', '203054.525000', '203054.527000', '203054.530000', '203054.532000', '203054.535000', '203054.538000', '203054.540000', '203054.543000', '203054.545000', '203054.548000', '203054.551000', '203054.553000', '203054.556000', '203054.558000', '203054.561000', '203054.564000', '203054.566000', '203054.569000', '203054.571000', '203054.574000', '203054.583000', '203054.586000', '203054.588000', '203054.591000', '203054.593000', '203054.596000', '203054.599000', '203054.601000', '203054.604000', '203054.607000', '203054.609000', '203054.612000', '203054.614000', '203054.617000', '203054.619000', '203054.622000', '203114.503000', '203114.506000', '203114.509000', '203114.511000', '203114.514000', '203114.517000', '203114.519000', '203114.522000', '203114.524000', '203114.527000', '203114.530000', '203114.532000', '203114.535000', '203114.537000', '203114.540000', '203114.542000', '203114.545000', '203114.548000', '203114.550000', '203114.553000', '203114.555000', '203114.558000', '203114.560000', '203114.563000', '203114.565000', '203114.568000', '203114.570000', '203114.573000', '203114.576000', '203114.578000', '203114.581000', '203114.583000', '203114.586000', '203114.589000', '203114.591000', '203114.594000', '203114.596000', '203114.599000', '203114.601000', '203114.604000', '203114.606000', '203114.609000', '203114.612000', '203134.505000', '203134.508000', '203134.510000', '203134.513000', '203134.515000', '203134.518000', '203134.520000', '203134.523000', '203134.526000', '203134.528000', '203134.531000', '203134.533000', '203134.536000', '203134.538000', '203134.541000', '203134.544000', '203134.546000', '203134.549000', '203134.551000', '203134.554000', '203134.557000', '203134.559000', '203134.562000', '203134.564000', '203134.567000', '203134.569000', '203134.572000', '203134.575000', '203134.577000', '203134.580000', '203134.582000', '203134.585000', '203134.588000', '203134.590000', '203134.593000', '203134.595000', '203134.598000', '203134.601000', '203134.603000', '203134.606000', '203134.608000', '203134.611000', '203134.613000', '203134.616000', '203154.505000', '203154.507000', '203154.510000', '203154.513000', '203154.515000', '203154.518000', '203154.520000', '203154.523000', '203154.526000', '203154.528000', '203154.531000', '203154.533000', '203154.536000', '203154.539000', '203154.541000', '203154.544000', '203154.547000', '203154.549000', '203154.552000', '203154.554000', '203154.557000', '203154.559000', '203154.562000', '203154.564000', '203154.567000', '203154.570000', '203154.572000', '203154.575000', '203154.577000', '203154.580000', '203154.583000', '203154.585000', '203154.588000', '203154.590000', '203154.593000', '203154.596000', '203154.598000', '203154.601000', '203154.603000', '203154.606000', '203154.609000', '203154.611000', '203154.614000', '203214.505000', '203214.507000', '203214.510000', '203214.513000', '203214.515000', '203214.518000', '203214.520000', '203214.524000', '203214.527000', '203214.530000', '203214.532000', '203214.535000', '203214.537000', '203214.570000', '203214.573000', '203214.576000', '203214.578000', '203214.581000', '203214.584000', '203214.586000', '203214.589000', '203214.591000', '203214.594000', '203214.602000', '203214.605000', '203214.607000', '203214.610000', '203214.612000', '203214.615000', '203214.618000', '203214.621000', '203214.623000', '203214.626000', '203214.628000', '203214.631000', '203214.633000', '203214.636000', '203214.638000', '203214.641000', '203214.644000', '203214.646000', '203214.649000', '203214.651000', '203214.654000', '203234.504000', '203234.507000', '203234.510000', '203234.512000', '203234.515000', '203234.517000', '203234.520000', '203234.523000', '203234.525000', '203234.528000', '203234.531000', '203234.533000', '203234.536000', '203234.538000', '203234.541000', '203234.544000', '203234.546000', '203234.549000', '203234.551000', '203234.554000', '203234.556000', '203234.559000', '203234.561000', '203234.564000', '203234.566000', '203234.569000', '203234.572000', '203234.574000', '203234.577000', '203234.579000', '203234.582000', '203234.585000', '203234.587000', '203234.590000', '203234.592000', '203234.595000', '203234.597000', '203234.600000', '203234.603000', '203234.605000', '203234.608000', '203234.610000', '203234.613000', '203254.503000', '203254.507000', '203254.510000', '203254.512000', '203254.515000', '203254.517000', '203254.520000', '203254.523000', '203254.525000', '203254.528000', '203254.530000', '203254.533000', '203254.536000', '203254.538000', '203254.541000', '203254.543000', '203254.546000', '203254.548000', '203254.551000', '203254.554000', '203254.556000', '203254.559000', '203254.561000', '203254.564000', '203254.567000', '203254.569000', '203254.572000', '203254.574000', '203254.577000', '203254.579000', '203254.582000', '203254.585000', '203254.587000', '203254.590000', '203254.592000', '203254.595000', '203254.597000', '203254.600000', '203254.603000', '203254.605000', '203254.608000', '203254.611000', '203254.613000', '203314.504000', '203314.506000', '203314.509000', '203314.515000', '203314.518000', '203314.520000', '203314.523000', '203314.525000', '203314.528000', '203314.530000', '203314.533000', '203314.536000', '203314.538000', '203314.541000', '203314.543000', '203314.546000', '203314.549000', '203314.551000', '203314.554000', '203314.556000', '203314.559000', '203314.561000', '203314.564000', '203314.566000', '203314.569000', '203314.572000', '203314.574000', '203314.577000', '203314.579000', '203314.582000', '203314.584000', '203314.587000', '203314.590000', '203314.592000', '203314.595000', '203314.597000', '203314.600000', '203314.602000', '203314.605000', '203314.608000', '203314.610000', '203314.613000', '203314.615000', '203314.618000', '203315.196000', '203315.199000'], 'InstanceCreationTime': ['202654.558000', '202654.562000', '202654.565000', '202654.568000', '202654.570000', '202654.573000', '202654.575000', '202654.584000', '202654.586000', '202654.589000', '202654.591000', '202654.594000', '202654.597000', '202654.599000', '202654.602000', '202654.605000', '202654.607000', '202654.610000', '202654.612000', '202654.615000', '202654.617000', '202654.620000', '202654.622000', '202654.625000', '202654.628000', '202654.630000', '202654.633000', '202654.635000', '202654.638000', '202654.640000', '202654.643000', '202654.645000', '202654.648000', '202654.651000', '202654.653000', '202654.656000', '202654.658000', '202654.661000', '202654.663000', '202654.666000', '202654.668000', '202654.671000', '202654.673000', '202654.676000', '202714.504000', '202714.507000', '202714.510000', '202714.512000', '202714.515000', '202714.517000', '202714.520000', '202714.522000', '202714.525000', '202714.528000', '202714.530000', '202714.533000', '202714.536000', '202714.538000', '202714.546000', '202714.548000', '202714.551000', '202714.553000', '202714.556000', '202714.558000', '202714.561000', '202714.563000', '202714.566000', '202714.569000', '202714.571000', '202714.574000', '202714.576000', '202714.579000', '202714.581000', '202714.584000', '202714.586000', '202714.589000', '202714.592000', '202714.594000', '202714.597000', '202714.599000', '202714.602000', '202714.606000', '202714.609000', '202714.612000', '202714.614000', '202714.617000', '202714.619000', '202734.505000', '202734.507000', '202734.510000', '202734.512000', '202734.515000', '202734.518000', '202734.520000', '202734.523000', '202734.525000', '202734.528000', '202734.530000', '202734.542000', '202734.545000', '202734.547000', '202734.550000', '202734.552000', '202734.555000', '202734.557000', '202734.560000', '202734.562000', '202734.565000', '202734.567000', '202734.570000', '202734.572000', '202734.575000', '202734.578000', '202734.580000', '202734.583000', '202734.585000', '202734.596000', '202734.599000', '202734.602000', '202734.604000', '202734.607000', '202734.609000', '202734.612000', '202734.614000', '202734.617000', '202734.619000', '202734.622000', '202734.625000', '202734.627000', '202734.630000', '202734.632000', '202754.504000', '202754.507000', '202754.510000', '202754.512000', '202754.515000', '202754.517000', '202754.520000', '202754.523000', '202754.525000', '202754.528000', '202754.530000', '202754.533000', '202754.535000', '202754.538000', '202754.541000', '202754.543000', '202754.546000', '202754.548000', '202754.551000', '202754.553000', '202754.556000', '202754.558000', '202754.561000', '202754.564000', '202754.566000', '202754.569000', '202754.571000', '202754.574000', '202754.576000', '202754.579000', '202754.582000', '202754.584000', '202754.587000', '202754.598000', '202754.601000', '202754.604000', '202754.606000', '202754.609000', '202754.611000', '202754.614000', '202754.617000', '202754.619000', '202754.622000', '202814.503000', '202814.506000', '202814.509000', '202814.511000', '202814.514000', '202814.516000', '202814.519000', '202814.521000', '202814.524000', '202814.527000', '202814.529000', '202814.532000', '202814.534000', '202814.537000', '202814.539000', '202814.542000', '202814.544000', '202814.547000', '202814.550000', '202814.552000', '202814.555000', '202814.557000', '202814.560000', '202814.562000', '202814.565000', '202814.568000', '202814.570000', '202814.573000', '202814.575000', '202814.578000', '202814.580000', '202814.583000', '202814.585000', '202814.588000', '202814.590000', '202814.593000', '202814.595000', '202814.598000', '202814.601000', '202814.603000', '202814.606000', '202814.608000', '202814.611000', '202814.613000', '202834.504000', '202834.506000', '202834.509000', '202834.511000', '202834.514000', '202834.517000', '202834.519000', '202834.522000', '202834.524000', '202834.527000', '202834.529000', '202834.532000', '202834.534000', '202834.537000', '202834.539000', '202834.542000', '202834.545000', '202834.547000', '202834.550000', '202834.552000', '202834.555000', '202834.557000', '202834.560000', '202834.563000', '202834.565000', '202834.568000', '202834.570000', '202834.573000', '202834.575000', '202834.578000', '202834.581000', '202834.583000', '202834.586000', '202834.588000', '202834.591000', '202834.594000', '202834.597000', '202834.600000', '202834.613000', '202834.616000', '202834.618000', '202834.621000', '202834.623000', '202854.504000', '202854.507000', '202854.509000', '202854.512000', '202854.514000', '202854.517000', '202854.519000', '202854.522000', '202854.525000', '202854.527000', '202854.530000', '202854.532000', '202854.535000', '202854.537000', '202854.540000', '202854.542000', '202854.545000', '202854.548000', '202854.550000', '202854.553000', '202854.555000', '202854.558000', '202854.560000', '202854.563000', '202854.565000', '202854.568000', '202854.571000', '202854.573000', '202854.576000', '202854.578000', '202854.581000', '202854.583000', '202854.586000', '202854.589000', '202854.591000', '202854.594000', '202854.596000', '202854.599000', '202854.601000', '202854.604000', '202854.607000', '202854.609000', '202854.612000', '202854.614000', '202914.505000', '202914.507000', '202914.510000', '202914.513000', '202914.515000', '202914.518000', '202914.529000', '202914.531000', '202914.534000', '202914.537000', '202914.539000', '202914.542000', '202914.544000', '202914.547000', '202914.549000', '202914.552000', '202914.554000', '202914.557000', '202914.560000', '202914.563000', '202914.566000', '202914.569000', '202914.572000', '202914.574000', '202914.577000', '202914.579000', '202914.582000', '202914.585000', '202914.587000', '202914.590000', '202914.592000', '202914.595000', '202914.597000', '202914.600000', '202914.603000', '202914.605000', '202914.608000', '202914.610000', '202914.613000', '202914.615000', '202914.618000', '202914.620000', '202914.623000', '202934.504000', '202934.507000', '202934.510000', '202934.512000', '202934.515000', '202934.518000', '202934.520000', '202934.523000', '202934.525000', '202934.528000', '202934.530000', '202934.533000', '202934.536000', '202934.538000', '202934.541000', '202934.543000', '202934.546000', '202934.548000', '202934.551000', '202934.553000', '202934.556000', '202934.558000', '202934.561000', '202934.564000', '202934.566000', '202934.569000', '202934.571000', '202934.574000', '202934.576000', '202934.579000', '202934.581000', '202934.584000', '202934.587000', '202934.589000', '202934.592000', '202934.594000', '202934.597000', '202934.599000', '202934.602000', '202934.605000', '202934.607000', '202934.610000', '202934.612000', '202934.615000', '202954.505000', '202954.507000', '202954.510000', '202954.513000', '202954.515000', '202954.518000', '202954.520000', '202954.529000', '202954.531000', '202954.534000', '202954.537000', '202954.539000', '202954.542000', '202954.544000', '202954.547000', '202954.549000', '202954.552000', '202954.554000', '202954.557000', '202954.560000', '202954.562000', '202954.565000', '202954.567000', '202954.570000', '202954.572000', '202954.575000', '202954.578000', '202954.580000', '202954.583000', '202954.585000', '202954.588000', '202954.590000', '202954.593000', '202954.596000', '202954.598000', '202954.601000', '202954.604000', '202954.606000', '202954.609000', '202954.611000', '202954.614000', '202954.616000', '202954.619000', '203014.504000', '203014.507000', '203014.510000', '203014.512000', '203014.515000', '203014.518000', '203014.520000', '203014.523000', '203014.525000', '203014.528000', '203014.530000', '203014.533000', '203014.536000', '203014.538000', '203014.541000', '203014.543000', '203014.546000', '203014.548000', '203014.551000', '203014.554000', '203014.556000', '203014.559000', '203014.561000', '203014.564000', '203014.567000', '203014.569000', '203014.572000', '203014.575000', '203014.587000', '203014.589000', '203014.592000', '203014.594000', '203014.597000', '203014.600000', '203014.602000', '203014.605000', '203014.608000', '203014.610000', '203014.613000', '203014.615000', '203014.618000', '203014.621000', '203014.623000', '203014.626000', '203034.503000', '203034.506000', '203034.509000', '203034.511000', '203034.514000', '203034.517000', '203034.519000', '203034.522000', '203034.524000', '203034.527000', '203034.529000', '203034.532000', '203034.534000', '203034.537000', '203034.540000', '203034.542000', '203034.545000', '203034.554000', '203034.556000', '203034.559000', '203034.561000', '203034.564000', '203034.566000', '203034.569000', '203034.572000', '203034.574000', '203034.577000', '203034.579000', '203034.582000', '203034.584000', '203034.587000', '203034.590000', '203034.592000', '203034.595000', '203034.597000', '203034.600000', '203034.602000', '203034.605000', '203034.608000', '203034.610000', '203034.613000', '203034.615000', '203034.618000', '203054.504000', '203054.506000', '203054.509000', '203054.512000', '203054.514000', '203054.517000', '203054.519000', '203054.522000', '203054.525000', '203054.527000', '203054.530000', '203054.532000', '203054.535000', '203054.538000', '203054.540000', '203054.543000', '203054.545000', '203054.548000', '203054.551000', '203054.553000', '203054.556000', '203054.558000', '203054.561000', '203054.564000', '203054.566000', '203054.569000', '203054.571000', '203054.574000', '203054.583000', '203054.586000', '203054.588000', '203054.591000', '203054.593000', '203054.596000', '203054.599000', '203054.601000', '203054.604000', '203054.607000', '203054.609000', '203054.612000', '203054.614000', '203054.617000', '203054.619000', '203054.622000', '203114.503000', '203114.506000', '203114.509000', '203114.511000', '203114.514000', '203114.517000', '203114.519000', '203114.522000', '203114.524000', '203114.527000', '203114.530000', '203114.532000', '203114.535000', '203114.537000', '203114.540000', '203114.542000', '203114.545000', '203114.548000', '203114.550000', '203114.553000', '203114.555000', '203114.558000', '203114.560000', '203114.563000', '203114.565000', '203114.568000', '203114.570000', '203114.573000', '203114.576000', '203114.578000', '203114.581000', '203114.583000', '203114.586000', '203114.589000', '203114.591000', '203114.594000', '203114.596000', '203114.599000', '203114.601000', '203114.604000', '203114.606000', '203114.609000', '203114.612000', '203134.505000', '203134.508000', '203134.510000', '203134.513000', '203134.515000', '203134.518000', '203134.520000', '203134.523000', '203134.526000', '203134.528000', '203134.531000', '203134.533000', '203134.536000', '203134.538000', '203134.541000', '203134.544000', '203134.546000', '203134.549000', '203134.551000', '203134.554000', '203134.557000', '203134.559000', '203134.562000', '203134.564000', '203134.567000', '203134.569000', '203134.572000', '203134.575000', '203134.577000', '203134.580000', '203134.582000', '203134.585000', '203134.588000', '203134.590000', '203134.593000', '203134.595000', '203134.598000', '203134.601000', '203134.603000', '203134.606000', '203134.608000', '203134.611000', '203134.613000', '203134.616000', '203154.505000', '203154.507000', '203154.510000', '203154.513000', '203154.515000', '203154.518000', '203154.520000', '203154.523000', '203154.526000', '203154.528000', '203154.531000', '203154.533000', '203154.536000', '203154.539000', '203154.541000', '203154.544000', '203154.547000', '203154.549000', '203154.552000', '203154.554000', '203154.557000', '203154.559000', '203154.562000', '203154.564000', '203154.567000', '203154.570000', '203154.572000', '203154.575000', '203154.577000', '203154.580000', '203154.583000', '203154.585000', '203154.588000', '203154.590000', '203154.593000', '203154.596000', '203154.598000', '203154.601000', '203154.603000', '203154.606000', '203154.609000', '203154.611000', '203154.614000', '203214.505000', '203214.507000', '203214.510000', '203214.513000', '203214.515000', '203214.518000', '203214.520000', '203214.524000', '203214.527000', '203214.530000', '203214.532000', '203214.535000', '203214.537000', '203214.570000', '203214.573000', '203214.576000', '203214.578000', '203214.581000', '203214.584000', '203214.586000', '203214.589000', '203214.591000', '203214.594000', '203214.602000', '203214.605000', '203214.607000', '203214.610000', '203214.612000', '203214.615000', '203214.618000', '203214.621000', '203214.623000', '203214.626000', '203214.628000', '203214.631000', '203214.633000', '203214.636000', '203214.638000', '203214.641000', '203214.644000', '203214.646000', '203214.649000', '203214.651000', '203214.654000', '203234.504000', '203234.507000', '203234.510000', '203234.512000', '203234.515000', '203234.517000', '203234.520000', '203234.523000', '203234.525000', '203234.528000', '203234.531000', '203234.533000', '203234.536000', '203234.538000', '203234.541000', '203234.544000', '203234.546000', '203234.549000', '203234.551000', '203234.554000', '203234.556000', '203234.559000', '203234.561000', '203234.564000', '203234.566000', '203234.569000', '203234.572000', '203234.574000', '203234.577000', '203234.579000', '203234.582000', '203234.585000', '203234.587000', '203234.590000', '203234.592000', '203234.595000', '203234.597000', '203234.600000', '203234.603000', '203234.605000', '203234.608000', '203234.610000', '203234.613000', '203254.503000', '203254.507000', '203254.510000', '203254.512000', '203254.515000', '203254.517000', '203254.520000', '203254.523000', '203254.525000', '203254.528000', '203254.530000', '203254.533000', '203254.536000', '203254.538000', '203254.541000', '203254.543000', '203254.546000', '203254.548000', '203254.551000', '203254.554000', '203254.556000', '203254.559000', '203254.561000', '203254.564000', '203254.567000', '203254.569000', '203254.572000', '203254.574000', '203254.577000', '203254.579000', '203254.582000', '203254.585000', '203254.587000', '203254.590000', '203254.592000', '203254.595000', '203254.597000', '203254.600000', '203254.603000', '203254.605000', '203254.608000', '203254.611000', '203254.613000', '203314.504000', '203314.506000', '203314.509000', '203314.515000', '203314.518000', '203314.520000', '203314.523000', '203314.525000', '203314.528000', '203314.530000', '203314.533000', '203314.536000', '203314.538000', '203314.541000', '203314.543000', '203314.546000', '203314.549000', '203314.551000', '203314.554000', '203314.556000', '203314.559000', '203314.561000', '203314.564000', '203314.566000', '203314.569000', '203314.572000', '203314.574000', '203314.577000', '203314.579000', '203314.582000', '203314.584000', '203314.587000', '203314.590000', '203314.592000', '203314.595000', '203314.597000', '203314.600000', '203314.602000', '203314.605000', '203314.608000', '203314.610000', '203314.613000', '203314.615000', '203314.618000', '203315.196000', '203315.199000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872], 'LargestImagePixelValue': [10356, 13091, 11917, 11584, 9962, 11858, 9834, 12890, 10603, 7780, 10369, 8174, 11550, 11267, 12189, 10419, 12515, 11887, 7439, 11622, 7641, 12046, 11752, 12114, 7038, 10770, 8126, 11433, 9885, 10145, 9742, 8954, 9897, 10312, 12594, 8485, 11333, 8696, 12712, 10723, 12329, 9865, 12432, 10366, 13570, 11731, 11607, 10003, 12535, 10644, 8882, 11427, 8445, 12050, 11320, 13507, 8853, 10402, 7905, 12082, 11329, 11019, 9348, 7075, 10414, 11035, 13601, 9451, 11655, 9335, 13433, 12247, 11106, 9308, 11774, 10665, 10951, 12350, 7972, 11422, 9524, 12145, 9074, 11529, 9291, 12793, 10045, 11053, 8027, 11067, 9915, 7301, 9868, 8308, 10191, 10475, 10413, 12394, 9604, 12056, 12011, 13806, 9751, 12601, 12877, 13376, 14794, 12541, 13259, 10526, 12409, 12116, 10866, 10341, 12538, 10852, 13403, 11595, 12242, 10377, 11950, 11432, 9831, 9647, 12191, 11333, 9103, 10170, 7904, 12046, 9913, 12731, 8869, 12003, 8948, 13268, 9662, 13028, 9188, 11386, 9766, 12859, 10346, 11658, 9666, 11573, 9815, 7596, 10435, 8672, 11082, 9520, 9837, 10291, 8797, 11083, 10821, 13096, 9171, 12874, 10741, 12485, 9330, 8449, 11406, 9562, 12095, 10013, 11837, 10531, 8823, 10415, 8455, 10878, 9745, 12885, 11035, 8086, 11543, 9120, 12727, 9728, 12897, 9653, 12223, 10434, 12115, 9968, 11123, 9644, 12001, 11196, 8786, 10306, 9502, 11201, 10571, 10374, 9653, 10969, 9376, 11355, 10764, 9126, 8924, 7705, 10071, 8631, 11154, 8291, 10863, 9119, 11771, 9904, 11851, 8326, 11026, 8422, 11418, 11554, 11092, 8412, 10570, 9800, 11146, 10842, 9767, 9893, 9898, 10543, 13079, 11202, 10146, 9549, 10924, 9439, 11266, 10312, 9753, 8934, 9899, 9944, 10976, 9081, 9376, 8413, 9908, 9809, 8178, 10237, 9009, 11269, 10555, 12078, 7677, 10961, 10097, 11819, 8093, 11162, 9908, 10498, 12795, 10435, 9073, 9057, 10574, 9438, 11612, 10986, 10674, 8841, 10748, 9866, 11986, 8575, 10394, 9196, 10659, 9211, 11913, 8501, 10053, 9925, 11239, 10176, 8855, 9042, 9250, 10691, 9793, 10788, 12383, 8857, 11913, 12500, 12334, 12293, 10718, 9798, 10301, 12229, 11214, 8715, 9988, 8449, 12057, 10606, 7455, 9520, 8867, 11617, 9932, 10299, 8890, 7500, 9786, 8907, 11355, 9357, 13289, 11536, 7874, 11184, 8330, 12820, 9168, 12512, 8454, 10468, 8737, 12028, 10745, 7443, 9144, 8585, 10860, 9140, 10658, 7993, 10353, 8075, 7726, 10210, 8952, 7193, 8299, 9033, 9014, 10001, 9002, 11802, 9236, 13971, 12009, 11363, 10602, 8975, 11559, 11748, 14283, 7764, 10303, 10079, 11893, 11988, 7449, 9992, 9731, 8937, 13252, 9750, 10024, 10265, 14023, 11762, 9648, 8835, 12119, 10420, 13359, 10406, 12207, 9102, 12945, 10901, 8940, 8361, 7158, 10592, 8239, 12137, 8122, 9482, 8962, 11506, 8748, 12224, 7658, 8979, 8910, 10893, 10089, 8995, 8574, 10270, 8821, 11320, 10019, 7541, 8334, 8268, 11432, 8749, 10306, 9047, 8447, 10991, 12047, 11949, 8108, 11810, 12083, 12232, 13211, 10837, 11468, 9438, 12187, 11760, 7795, 10798, 7863, 13114, 8918, 13281, 7891, 11660, 8733, 13336, 10747, 9965, 8439, 7451, 10588, 9011, 12590, 7806, 11678, 8712, 13058, 10316, 12597, 8221, 12881, 9884, 12976, 8718, 11630, 8852, 12098, 10561, 9675, 8346, 8779, 9781, 9068, 12490, 8048, 10850, 8350, 12256, 9411, 12836, 8992, 12247, 8840, 13153, 11335, 9968, 8488, 7440, 11962, 8769, 13637, 8834, 12374, 8662, 13662, 10781, 12704, 8326, 12407, 8772, 11948, 7678, 11879, 8764, 13433, 8816, 10141, 8711, 11496, 10184, 9567, 8870, 8325, 11223, 9595, 12286, 7733, 11785, 7684, 13691, 8601, 12459, 7549, 12868, 8728, 12708, 8561, 11942, 9296, 13205, 10881, 11983, 8309, 12907, 10778, 12773, 8772, 9921, 9293, 11743, 10877, 7435, 9271, 12385, 10063, 13828, 10372, 12484, 8246, 13155, 8787, 13406, 8128, 11161, 8404, 12526, 10941, 9206, 8449, 11582, 9739, 13155, 11047, 7581, 9946, 7724, 13747, 9356, 13999, 8640, 12330, 9115, 13525, 8225, 12359, 8845, 13735, 8167, 10825, 8266, 12848, 11139, 7375, 10965, 7767, 13417, 8977, 13764, 8123, 12234, 8777, 12978, 9922, 12048, 8414, 11108, 10289, 11890, 10877, 7883, 12891, 10171, 10105, 11158, 9295, 9706, 7771, 9042, 13008, 10312, 10829, 8284, 12843, 11876, 10361, 8257, 10152, 9062, 10696, 11672, 8268, 9912, 8964, 11726, 11202, 10527, 8856, 7271, 10686, 9640, 12510, 8137, 10416, 9180, 11984, 10867, 7689, 11583, 9603, 12723, 11957, 9878, 9799, 7558, 12017, 10150, 13641, 9889, 12154, 9688, 12830, 11130, 7873, 10458, 8947, 12655, 11608, 7583, 10640, 8108, 13174, 9896, 13003, 8803, 11371, 9156, 12716, 10989, 7664, 9083, 8475, 11693, 10598, 9975, 11581, 8425, 12382, 10995, 7862, 12320, 9238, 12882, 11655, 11690, 9516, 12828, 10821, 10136, 8672, 12296, 10738, 9885, 8336, 8119, 11633, 8718, 9655, 8750, 11909, 9932, 7673, 10068, 7647, 11735, 9185, 11535, 7944, 10978, 9417, 12099, 8925, 7558, 10492, 9890, 13490, 9255, 11608, 8551, 12136, 10403, 11723, 9220, 11557, 9848, 8957, 11154, 8475, 11221, 10521, 10987, 9677, 7762, 11358, 9665, 13054, 8568, 11047, 8963, 12350, 10400, 7406, 9213, 8108, 12560, 9270, 10987, 8728, 10467, 9112, 12104, 9244, 11346, 8709, 9187, 8150, 10410, 9208, 7156, 9119, 8278, 10042, 12849, 11338, 9609, 8511, 9809, 7994, 11306, 10290, 9448, 8762, 10888, 9217, 8985, 9656, 7232, 10264, 8879, 11890, 10540, 8409, 10372, 13128, 11124, 13812, 9420, 12334, 8650, 11689, 9133, 12778, 8361, 10956, 8642, 11782, 9006, 12175, 8089, 9872, 8832, 11004, 8480, 11636, 7973, 10344, 9111, 11421, 9022, 11963, 8260, 10626, 8994, 11702, 9207, 10203, 8134, 11845, 10450, 10285, 8951, 10852, 9318, 10975, 9536, 7632, 9538, 8617, 12295, 11085, 9960, 9032, 9140, 9961, 9186, 10608, 13613, 10780, 11795, 9284, 13523, 9476, 11883, 8137, 10509, 9168, 12742, 9970, 11824, 8751, 9986, 7858, 12244, 10976, 9799, 8418, 10760, 8731, 12479, 10914, 9043, 8955, 8416, 10989, 10142, 11872, 7820, 10631, 9017, 11427, 11075, 11612, 9823, 7724, 10340, 9308, 13094, 10521, 8318], 'WindowCenter': [4051.0, 4053.0, 4031.0, 4015.0, 3993.0, 4009.0, 3989.0, 4007.0, 4000.0, 3954.0, 3987.0, 3980.0, 4011.0, 4010.0, 4008.0, 4000.0, 4009.0, 4011.0, 3944.0, 3998.0, 3957.0, 4011.0, 4010.0, 4011.0, 3947.0, 3998.0, 3969.0, 4012.0, 4003.0, 3999.0, 3992.0, 3991.0, 4005.0, 4002.0, 4025.0, 3981.0, 4012.0, 3984.0, 4023.0, 4014.0, 4023.0, 3991.0, 4009.0, 4003.0, 4020.0, 4012.0, 3998.0, 3987.0, 4009.0, 4000.0, 3978.0, 3999.0, 3967.0, 4010.0, 4000.0, 4021.0, 3980.0, 3989.0, 3969.0, 4009.0, 4011.0, 3999.0, 3989.0, 3958.0, 4013.0, 4014.0, 4034.0, 3991.0, 4008.0, 3992.0, 4019.0, 4024.0, 4000.0, 3980.0, 4008.0, 4001.0, 4000.0, 4010.0, 3957.0, 3999.0, 3988.0, 4009.0, 3978.0, 3996.0, 3977.0, 4022.0, 3990.0, 3998.0, 3966.0, 3997.0, 3990.0, 3947.0, 3992.0, 3973.0, 3991.0, 4004.0, 4005.0, 4014.0, 3993.0, 4026.0, 4027.0, 4038.0, 3995.0, 4015.0, 4012.0, 4013.0, 4010.0, 3999.0, 3996.0, 3976.0, 3985.0, 3987.0, 3974.0, 3978.0, 3994.0, 3986.0, 3995.0, 3986.0, 3983.0, 3964.0, 3984.0, 3986.0, 3962.0, 3965.0, 3996.0, 3985.0, 3954.0, 3976.0, 3944.0, 3998.0, 3976.0, 3998.0, 3966.0, 3997.0, 3967.0, 4010.0, 3977.0, 4008.0, 3966.0, 3997.0, 3978.0, 4010.0, 4005.0, 4015.0, 4008.0, 4000.0, 3977.0, 3943.0, 3972.0, 3953.0, 3984.0, 3988.0, 3989.0, 3989.0, 3967.0, 3998.0, 3987.0, 4008.0, 4003.0, 4020.0, 4001.0, 4021.0, 3990.0, 3991.0, 4013.0, 4002.0, 4010.0, 3989.0, 4009.0, 4013.0, 3992.0, 4012.0, 3982.0, 4009.0, 4002.0, 4033.0, 4015.0, 3970.0, 4013.0, 3991.0, 4025.0, 3992.0, 4023.0, 3978.0, 4009.0, 3990.0, 4008.0, 3988.0, 3985.0, 3977.0, 3996.0, 4000.0, 3977.0, 3988.0, 3978.0, 3997.0, 4000.0, 3987.0, 3989.0, 3985.0, 3978.0, 3998.0, 4002.0, 3977.0, 3989.0, 3966.0, 4003.0, 3979.0, 4010.0, 3980.0, 4011.0, 3990.0, 4022.0, 4001.0, 4024.0, 3969.0, 4001.0, 3980.0, 4013.0, 4011.0, 4011.0, 3968.0, 3999.0, 4002.0, 4012.0, 4015.0, 4001.0, 4002.0, 4000.0, 4013.0, 4022.0, 4013.0, 3989.0, 3990.0, 3998.0, 3979.0, 3999.0, 4000.0, 3988.0, 3979.0, 3987.0, 4002.0, 4002.0, 3992.0, 3989.0, 3993.0, 4004.0, 4013.0, 3990.0, 4015.0, 3993.0, 4025.0, 4012.0, 4025.0, 3970.0, 4013.0, 4000.0, 4023.0, 3971.0, 4013.0, 3990.0, 4003.0, 4021.0, 4001.0, 3979.0, 3991.0, 4001.0, 3993.0, 4012.0, 4014.0, 4001.0, 3979.0, 4001.0, 3990.0, 4010.0, 3967.0, 3988.0, 3977.0, 4000.0, 3989.0, 4010.0, 3979.0, 4001.0, 4002.0, 4012.0, 4003.0, 3991.0, 3991.0, 4005.0, 4015.0, 4015.0, 4015.0, 4038.0, 3993.0, 4012.0, 4012.0, 4024.0, 4010.0, 4000.0, 3987.0, 3991.0, 4008.0, 3999.0, 3980.0, 4001.0, 3982.0, 4012.0, 3989.0, 3957.0, 4002.0, 3968.0, 3989.0, 3948.0, 3947.0, 3941.0, 3919.0, 3962.0, 3972.0, 4038.0, 4001.0, 4045.0, 4024.0, 3979.0, 3996.0, 3950.0, 4003.0, 3975.0, 4005.0, 3965.0, 3996.0, 3977.0, 4009.0, 4011.0, 3954.0, 3976.0, 3964.0, 3996.0, 3987.0, 3997.0, 3979.0, 4016.0, 3995.0, 3967.0, 4010.0, 3987.0, 3956.0, 3978.0, 3988.0, 3991.0, 4002.0, 4002.0, 4022.0, 3992.0, 4034.0, 4012.0, 3995.0, 3996.0, 3988.0, 4009.0, 4007.0, 4043.0, 3969.0, 3999.0, 3998.0, 4019.0, 4023.0, 3969.0, 3998.0, 4001.0, 4016.0, 4045.0, 4013.0, 4003.0, 4013.0, 4033.0, 4025.0, 3989.0, 3990.0, 4007.0, 4000.0, 4018.0, 4000.0, 4007.0, 3977.0, 4007.0, 3997.0, 3974.0, 3966.0, 3943.0, 3997.0, 3964.0, 4010.0, 3966.0, 3989.0, 3976.0, 4010.0, 3977.0, 4021.0, 3967.0, 3989.0, 3989.0, 4010.0, 4014.0, 4002.0, 4005.0, 4012.0, 4005.0, 4025.0, 4029.0, 4010.0, 4008.0, 4002.0, 4037.0, 4008.0, 4028.0, 4016.0, 4006.0, 4040.0, 4049.0, 4052.0, 3995.0, 4037.0, 4035.0, 4035.0, 4034.0, 4016.0, 4009.0, 3989.0, 4019.0, 4022.0, 3967.0, 3998.0, 3966.0, 4020.0, 3987.0, 4031.0, 3968.0, 4009.0, 3979.0, 4030.0, 4011.0, 3988.0, 3979.0, 3955.0, 4010.0, 3990.0, 4022.0, 3969.0, 4009.0, 3991.0, 4030.0, 4001.0, 4021.0, 3980.0, 4019.0, 3997.0, 4019.0, 3978.0, 4007.0, 3988.0, 4019.0, 4001.0, 3986.0, 3980.0, 3986.0, 4001.0, 3989.0, 4022.0, 3979.0, 4011.0, 3989.0, 4021.0, 4002.0, 4032.0, 3990.0, 4020.0, 3991.0, 4032.0, 4023.0, 4000.0, 3992.0, 3969.0, 4023.0, 3991.0, 4045.0, 3991.0, 4031.0, 3991.0, 4033.0, 4012.0, 4022.0, 3980.0, 4016.0, 3980.0, 4022.0, 3980.0, 4020.0, 3990.0, 4031.0, 3992.0, 3998.0, 3988.0, 4020.0, 4014.0, 4001.0, 4004.0, 3978.0, 4024.0, 4001.0, 4023.0, 3970.0, 4023.0, 3968.0, 4034.0, 3990.0, 4023.0, 3968.0, 4021.0, 3990.0, 4030.0, 3992.0, 4020.0, 4002.0, 4030.0, 4012.0, 4022.0, 3980.0, 4019.0, 4012.0, 4019.0, 3981.0, 3998.0, 3990.0, 4021.0, 4014.0, 3966.0, 4001.0, 4020.0, 4002.0, 4029.0, 4000.0, 4020.0, 3976.0, 4020.0, 3977.0, 4020.0, 3969.0, 4009.0, 3980.0, 4020.0, 4012.0, 3989.0, 3981.0, 4009.0, 4001.0, 4019.0, 4011.0, 3969.0, 4000.0, 3970.0, 4033.0, 3991.0, 4032.0, 3979.0, 4021.0, 3990.0, 4032.0, 3966.0, 4019.0, 3974.0, 4031.0, 3978.0, 3996.0, 3978.0, 4018.0, 4012.0, 3956.0, 3997.0, 3967.0, 4017.0, 3978.0, 4020.0, 3967.0, 4007.0, 3977.0, 4018.0, 3986.0, 4006.0, 3966.0, 3997.0, 3999.0, 4008.0, 4000.0, 3967.0, 4018.0, 4002.0, 4001.0, 4011.0, 3991.0, 4001.0, 3968.0, 3991.0, 4032.0, 4002.0, 4010.0, 3978.0, 4020.0, 4010.0, 3987.0, 3976.0, 3986.0, 3989.0, 3998.0, 4010.0, 3977.0, 3987.0, 3989.0, 4018.0, 4011.0, 3998.0, 3991.0, 3968.0, 4011.0, 4001.0, 4022.0, 3970.0, 3998.0, 3991.0, 4021.0, 4013.0, 3972.0, 4012.0, 4001.0, 4021.0, 4024.0, 3999.0, 4001.0, 3970.0, 4023.0, 4002.0, 4034.0, 4003.0, 4020.0, 3990.0, 4020.0, 4014.0, 3981.0, 3999.0, 3991.0, 4021.0, 4024.0, 3969.0, 4012.0, 3968.0, 4021.0, 4001.0, 4021.0, 3988.0, 4009.0, 3991.0, 4021.0, 4013.0, 3966.0, 3990.0, 3980.0, 4038.0, 4026.0, 4001.0, 4011.0, 3977.0, 4031.0, 4012.0, 3981.0, 4022.0, 3993.0, 4019.0, 4025.0, 4010.0, 3988.0, 4007.0, 4000.0, 3986.0, 3978.0, 4005.0, 3998.0, 3973.0, 3965.0, 3952.0, 3996.0, 3977.0, 3985.0, 3979.0, 4007.0, 4000.0, 3967.0, 3989.0, 3969.0, 4021.0, 3988.0, 4011.0, 3968.0, 4011.0, 3990.0, 4021.0, 3992.0, 3970.0, 4012.0, 4000.0, 4035.0, 3992.0, 4011.0, 3981.0, 4021.0, 4001.0, 4009.0, 3991.0, 4010.0, 4001.0, 3993.0, 4013.0, 3979.0, 4012.0, 4012.0, 4013.0, 4003.0, 3970.0, 4012.0, 3988.0, 4022.0, 3979.0, 3999.0, 3979.0, 4008.0, 4000.0, 3958.0, 3990.0, 3967.0, 4022.0, 3991.0, 3999.0, 3979.0, 3999.0, 3979.0, 4010.0, 3989.0, 3997.0, 3976.0, 3975.0, 3968.0, 3998.0, 3991.0, 3959.0, 3991.0, 3979.0, 4003.0, 4021.0, 4014.0, 3989.0, 3980.0, 3998.0, 3980.0, 4008.0, 4003.0, 3989.0, 3980.0, 4009.0, 4003.0, 3992.0, 4004.0, 3971.0, 4012.0, 4002.0, 4034.0, 4028.0, 3992.0, 4016.0, 4035.0, 4026.0, 4035.0, 3992.0, 4021.0, 3979.0, 4011.0, 3989.0, 4022.0, 3977.0, 3999.0, 3979.0, 4010.0, 3990.0, 4012.0, 3970.0, 3989.0, 3988.0, 4011.0, 3979.0, 4011.0, 3978.0, 4001.0, 3992.0, 4023.0, 4005.0, 4025.0, 3982.0, 4002.0, 3991.0, 4023.0, 4003.0, 4000.0, 3983.0, 4022.0, 4013.0, 4002.0, 3993.0, 4011.0, 4002.0, 4012.0, 4004.0, 3982.0, 4004.0, 3993.0, 4035.0, 4027.0, 4017.0, 4006.0, 4004.0, 4015.0, 4005.0, 4028.0, 4048.0, 4028.0, 4027.0, 3993.0, 4023.0, 3989.0, 4011.0, 3968.0, 3985.0, 3975.0, 4009.0, 3988.0, 4009.0, 3976.0, 3986.0, 3966.0, 4008.0, 3998.0, 3986.0, 3968.0, 3998.0, 3981.0, 4019.0, 4001.0, 3975.0, 3980.0, 3966.0, 4001.0, 3998.0, 4011.0, 3969.0, 4000.0, 3990.0, 4023.0, 4026.0, 4025.0, 4016.0, 3983.0, 4014.0, 4006.0, 4035.0, 4028.0, 3984.0], 'WindowWidth': [9037.0, 9026.0, 8988.0, 8957.0, 8922.0, 8939.0, 8914.0, 8934.0, 8926.0, 8857.0, 8908.0, 8904.0, 8944.0, 8940.0, 8932.0, 8924.0, 8935.0, 8940.0, 8846.0, 8921.0, 8864.0, 8943.0, 8940.0, 8942.0, 8850.0, 8919.0, 8886.0, 8947.0, 8932.0, 8925.0, 8918.0, 8916.0, 8941.0, 8935.0, 8968.0, 8906.0, 8946.0, 8910.0, 8964.0, 8949.0, 8959.0, 8916.0, 8938.0, 8937.0, 8955.0, 8946.0, 8919.0, 8905.0, 8937.0, 8926.0, 8895.0, 8924.0, 8877.0, 8939.0, 8923.0, 8956.0, 8899.0, 8908.0, 8887.0, 8939.0, 8943.0, 8926.0, 8912.0, 8872.0, 8950.0, 8951.0, 8980.0, 8916.0, 8935.0, 8921.0, 8954.0, 8964.0, 8927.0, 8900.0, 8935.0, 8929.0, 8926.0, 8941.0, 8863.0, 8921.0, 8907.0, 8936.0, 8895.0, 8915.0, 8892.0, 8956.0, 8911.0, 8917.0, 8878.0, 8918.0, 8913.0, 8850.0, 8915.0, 8887.0, 8910.0, 8934.0, 8937.0, 8944.0, 8917.0, 8967.0, 8969.0, 8982.0, 8924.0, 8950.0, 8939.0, 8943.0, 8934.0, 8917.0, 8909.0, 8882.0, 8892.0, 8897.0, 8878.0, 8886.0, 8904.0, 8897.0, 8906.0, 8895.0, 8887.0, 8863.0, 8890.0, 8895.0, 8857.0, 8867.0, 8909.0, 8895.0, 8850.0, 8883.0, 8839.0, 8916.0, 8883.0, 8915.0, 8870.0, 8913.0, 8872.0, 8934.0, 8886.0, 8929.0, 8871.0, 8912.0, 8890.0, 8934.0, 8936.0, 8952.0, 8946.0, 8923.0, 8884.0, 8832.0, 8871.0, 8850.0, 8890.0, 8905.0, 8908.0, 8908.0, 8874.0, 8915.0, 8898.0, 8933.0, 8938.0, 8954.0, 8930.0, 8959.0, 8915.0, 8921.0, 8947.0, 8933.0, 8939.0, 8909.0, 8936.0, 8949.0, 8921.0, 8947.0, 8909.0, 8941.0, 8937.0, 8976.0, 8954.0, 8888.0, 8948.0, 8916.0, 8968.0, 8919.0, 8961.0, 8895.0, 8937.0, 8911.0, 8934.0, 8906.0, 8898.0, 8891.0, 8916.0, 8925.0, 8892.0, 8907.0, 8894.0, 8919.0, 8927.0, 8905.0, 8910.0, 8900.0, 8895.0, 8920.0, 8930.0, 8894.0, 8915.0, 8880.0, 8934.0, 8900.0, 8942.0, 8901.0, 8943.0, 8914.0, 8959.0, 8931.0, 8965.0, 8884.0, 8928.0, 8900.0, 8948.0, 8942.0, 8943.0, 8882.0, 8922.0, 8930.0, 8948.0, 8954.0, 8930.0, 8933.0, 8928.0, 8948.0, 8960.0, 8950.0, 8912.0, 8913.0, 8920.0, 8897.0, 8923.0, 8927.0, 8908.0, 8898.0, 8905.0, 8931.0, 8930.0, 8920.0, 8914.0, 8925.0, 8939.0, 8952.0, 8920.0, 8956.0, 8924.0, 8968.0, 8949.0, 8967.0, 8888.0, 8947.0, 8928.0, 8963.0, 8891.0, 8949.0, 8912.0, 8933.0, 8957.0, 8932.0, 8899.0, 8919.0, 8929.0, 8922.0, 8947.0, 8952.0, 8930.0, 8898.0, 8928.0, 8913.0, 8940.0, 8879.0, 8908.0, 8891.0, 8926.0, 8913.0, 8942.0, 8900.0, 8929.0, 8933.0, 8946.0, 8935.0, 8915.0, 8922.0, 8943.0, 8957.0, 8958.0, 8957.0, 8990.0, 8922.0, 8947.0, 8946.0, 8965.0, 8939.0, 8925.0, 8904.0, 8916.0, 8934.0, 8923.0, 8899.0, 8933.0, 8910.0, 8945.0, 8906.0, 8869.0, 8935.0, 8876.0, 8897.0, 8828.0, 8822.0, 8820.0, 8788.0, 8852.0, 8878.0, 8995.0, 8935.0, 9000.0, 8969.0, 8902.0, 8915.0, 8846.0, 8921.0, 8887.0, 8926.0, 8874.0, 8917.0, 8895.0, 8939.0, 8944.0, 8862.0, 8891.0, 8871.0, 8916.0, 8908.0, 8921.0, 8903.0, 8962.0, 8935.0, 8885.0, 8944.0, 8908.0, 8867.0, 8894.0, 8908.0, 8918.0, 8934.0, 8938.0, 8965.0, 8918.0, 8975.0, 8942.0, 8913.0, 8918.0, 8910.0, 8938.0, 8936.0, 8994.0, 8891.0, 8929.0, 8926.0, 8959.0, 8966.0, 8890.0, 8927.0, 8935.0, 8965.0, 9002.0, 8955.0, 8938.0, 8954.0, 8980.0, 8973.0, 8915.0, 8917.0, 8935.0, 8928.0, 8952.0, 8927.0, 8933.0, 8894.0, 8932.0, 8923.0, 8886.0, 8878.0, 8842.0, 8919.0, 8874.0, 8940.0, 8879.0, 8910.0, 8892.0, 8943.0, 8897.0, 8959.0, 8885.0, 8914.0, 8916.0, 8944.0, 8957.0, 8938.0, 8945.0, 8952.0, 8946.0, 8972.0, 8986.0, 8968.0, 8958.0, 8941.0, 8990.0, 8957.0, 8983.0, 8967.0, 8951.0, 9001.0, 9011.0, 9018.0, 8934.0, 8992.0, 8984.0, 8987.0, 8985.0, 8960.0, 8943.0, 8914.0, 8955.0, 8962.0, 8881.0, 8924.0, 8880.0, 8954.0, 8910.0, 8972.0, 8884.0, 8940.0, 8902.0, 8968.0, 8945.0, 8910.0, 8901.0, 8865.0, 8944.0, 8918.0, 8963.0, 8891.0, 8942.0, 8921.0, 8972.0, 8934.0, 8958.0, 8906.0, 8955.0, 8923.0, 8954.0, 8898.0, 8934.0, 8913.0, 8953.0, 8933.0, 8908.0, 8903.0, 8909.0, 8934.0, 8916.0, 8964.0, 8903.0, 8946.0, 8918.0, 8961.0, 8937.0, 8977.0, 8919.0, 8955.0, 8921.0, 8975.0, 8968.0, 8931.0, 8923.0, 8891.0, 8966.0, 8922.0, 8999.0, 8922.0, 8973.0, 8922.0, 8979.0, 8950.0, 8962.0, 8904.0, 8948.0, 8903.0, 8961.0, 8908.0, 8959.0, 8917.0, 8973.0, 8923.0, 8928.0, 8916.0, 8957.0, 8955.0, 8934.0, 8941.0, 8902.0, 8967.0, 8933.0, 8966.0, 8891.0, 8963.0, 8887.0, 8980.0, 8918.0, 8966.0, 8885.0, 8957.0, 8917.0, 8973.0, 8925.0, 8958.0, 8936.0, 8971.0, 8949.0, 8959.0, 8904.0, 8953.0, 8950.0, 8956.0, 8908.0, 8926.0, 8919.0, 8960.0, 8954.0, 8883.0, 8934.0, 8956.0, 8934.0, 8968.0, 8930.0, 8954.0, 8895.0, 8954.0, 8896.0, 8957.0, 8888.0, 8938.0, 8903.0, 8955.0, 8950.0, 8914.0, 8907.0, 8940.0, 8932.0, 8954.0, 8948.0, 8888.0, 8931.0, 8889.0, 8979.0, 8921.0, 8977.0, 8902.0, 8959.0, 8917.0, 8975.0, 8879.0, 8951.0, 8889.0, 8973.0, 8899.0, 8919.0, 8899.0, 8950.0, 8947.0, 8867.0, 8922.0, 8879.0, 8949.0, 8896.0, 8954.0, 8880.0, 8933.0, 8892.0, 8947.0, 8905.0, 8931.0, 8878.0, 8921.0, 8927.0, 8938.0, 8930.0, 8882.0, 8951.0, 8936.0, 8933.0, 8944.0, 8919.0, 8932.0, 8887.0, 8919.0, 8976.0, 8935.0, 8943.0, 8901.0, 8955.0, 8944.0, 8907.0, 8893.0, 8904.0, 8913.0, 8923.0, 8942.0, 8894.0, 8907.0, 8914.0, 8951.0, 8946.0, 8925.0, 8918.0, 8884.0, 8946.0, 8930.0, 8962.0, 8888.0, 8926.0, 8920.0, 8958.0, 8951.0, 8895.0, 8946.0, 8935.0, 8960.0, 8968.0, 8930.0, 8934.0, 8891.0, 8966.0, 8935.0, 8982.0, 8939.0, 8954.0, 8918.0, 8957.0, 8954.0, 8906.0, 8928.0, 8921.0, 8960.0, 8968.0, 8889.0, 8947.0, 8885.0, 8960.0, 8932.0, 8959.0, 8914.0, 8941.0, 8919.0, 8957.0, 8950.0, 8882.0, 8915.0, 8906.0, 8996.0, 8978.0, 8933.0, 8945.0, 8897.0, 8976.0, 8950.0, 8906.0, 8963.0, 8925.0, 8954.0, 8969.0, 8941.0, 8909.0, 8934.0, 8927.0, 8902.0, 8893.0, 8927.0, 8920.0, 8880.0, 8872.0, 8855.0, 8917.0, 8893.0, 8902.0, 8898.0, 8934.0, 8928.0, 8880.0, 8911.0, 8887.0, 8959.0, 8912.0, 8944.0, 8883.0, 8943.0, 8918.0, 8960.0, 8922.0, 8890.0, 8949.0, 8930.0, 8982.0, 8920.0, 8943.0, 8904.0, 8956.0, 8932.0, 8940.0, 8916.0, 8942.0, 8931.0, 8926.0, 8950.0, 8901.0, 8946.0, 8950.0, 8949.0, 8936.0, 8889.0, 8947.0, 8912.0, 8961.0, 8899.0, 8924.0, 8898.0, 8936.0, 8929.0, 8869.0, 8912.0, 8881.0, 8960.0, 8917.0, 8924.0, 8898.0, 8922.0, 8899.0, 8940.0, 8912.0, 8919.0, 8893.0, 8889.0, 8886.0, 8924.0, 8918.0, 8874.0, 8921.0, 8900.0, 8938.0, 8959.0, 8952.0, 8912.0, 8902.0, 8924.0, 8904.0, 8938.0, 8937.0, 8912.0, 8904.0, 8940.0, 8938.0, 8920.0, 8939.0, 8895.0, 8951.0, 8938.0, 8981.0, 8981.0, 8926.0, 8961.0, 8983.0, 8971.0, 8981.0, 8921.0, 8958.0, 8898.0, 8943.0, 8913.0, 8960.0, 8897.0, 8925.0, 8898.0, 8941.0, 8915.0, 8946.0, 8888.0, 8912.0, 8911.0, 8945.0, 8901.0, 8946.0, 8898.0, 8930.0, 8921.0, 8964.0, 8944.0, 8969.0, 8907.0, 8932.0, 8919.0, 8963.0, 8938.0, 8930.0, 8911.0, 8960.0, 8952.0, 8935.0, 8924.0, 8944.0, 8936.0, 8948.0, 8940.0, 8908.0, 8940.0, 8925.0, 8983.0, 8978.0, 8964.0, 8945.0, 8942.0, 8957.0, 8944.0, 8977.0, 9008.0, 8978.0, 8975.0, 8922.0, 8963.0, 8910.0, 8941.0, 8881.0, 8900.0, 8888.0, 8938.0, 8906.0, 8937.0, 8890.0, 8902.0, 8877.0, 8933.0, 8923.0, 8902.0, 8882.0, 8921.0, 8903.0, 8951.0, 8931.0, 8889.0, 8900.0, 8878.0, 8931.0, 8921.0, 8943.0, 8885.0, 8926.0, 8917.0, 8962.0, 8972.0, 8970.0, 8957.0, 8913.0, 8954.0, 8947.0, 8984.0, 8977.0, 8912.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.009775597701149425</td></tr>
<tr><td colspan=3>aqi</td><td>0.08582944413793105</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>46.29528158912537</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2069512796892994</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0529202190333713</td></tr>
<tr><td colspan=3>efc</td><td>0.515</td></tr>
<tr><td colspan=3>fber</td><td>3694.6948</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.18890645456901534</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>238</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>27.35632183908046</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4599681798740165</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.286223309128552</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.758658843319357</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3350223871741393</td></tr>
<tr><td colspan=3>gcor</td><td>0.00654116</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.025648826733231544</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04657188057899475</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.39221685349363</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>12.6692</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.6477</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>213.465</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294440.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>990.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>360.5466</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0433</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>440.7547</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3196.5766</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3325.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82104.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1424.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4124.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>757.0163</td></tr>
<tr><td colspan=3>tsnr</td><td>22.80064157920424</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>