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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-03_subject-0107_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-0107/figures/sub-0107_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0107/figures/sub-0107_ses-03_task-social_acq-mb8_run-05_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-0107/figures/sub-0107_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0107/figures/sub-0107_ses-03_task-social_acq-mb8_run-05_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-0107/ses-03/func/sub-0107_ses-03_task-social_acq-mb8_run-05_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>04381d0ce7e54f8e3aedead94eb1c88d</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:35:48.972500</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.990047, 0.0880212, 0.109817, -0.0874885, 0.996119, -0.00966923]</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-05_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.0793046</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4230, -7796, -7292, 371, -114, -169, 61, 36]</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.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 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>236.144</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5e9aa839-d6d4-4f35-ac06-a801b0dd6728||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.6562230587005615, -0.23472528159618378, 0.29765287041664124, 115.26358032226562], [-0.2361544519662857, 2.672513484954834, 9.378582035424188e-05, -92.82630157470703], [0.29463082551956177, 0.02594182640314102, 2.6835429668426514, -102.44097900390625], [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': ['203548.972500', '203549.432500', '203549.892500', '203550.352500', '203550.812500', '203551.272500', '203551.732500', '203552.192500', '203552.652500', '203553.112500', '203553.572500', '203554.032500', '203554.492500', '203554.952500', '203555.412500', '203555.872500', '203556.332500', '203556.792500', '203557.252500', '203557.712500', '203558.172500', '203558.632500', '203559.092500', '203559.552500', '203600.012500', '203600.472500', '203600.932500', '203601.392500', '203601.852500', '203602.312500', '203602.772500', '203603.232500', '203603.692500', '203604.152500', '203604.612500', '203605.072500', '203605.532500', '203605.992500', '203606.452500', '203606.912500', '203607.372500', '203607.832500', '203608.292500', '203608.752500', '203609.212500', '203609.672500', '203610.132500', '203610.592500', '203611.052500', '203611.512500', '203611.972500', '203612.432500', '203612.892500', '203613.352500', '203613.812500', '203614.272500', '203614.732500', '203615.192500', '203615.652500', '203616.112500', '203616.572500', '203617.032500', '203617.492500', '203617.952500', '203618.412500', '203618.872500', '203619.332500', '203619.792500', '203620.252500', '203620.712500', '203621.172500', '203621.632500', '203622.092500', '203622.552500', '203623.012500', '203623.472500', '203623.932500', '203624.392500', '203624.852500', '203625.312500', '203625.772500', '203626.232500', '203626.692500', '203627.152500', '203627.612500', '203628.072500', '203628.532500', '203628.992500', '203629.452500', '203629.912500', '203630.372500', '203630.832500', '203631.292500', '203631.752500', '203632.212500', '203632.672500', '203633.132500', '203633.592500', '203634.052500', '203634.512500', '203634.972500', '203635.432500', '203635.892500', '203636.352500', '203636.812500', '203637.272500', '203637.732500', '203638.192500', '203638.652500', '203639.112500', '203639.572500', '203640.032500', '203640.492500', '203640.952500', '203641.412500', '203641.872500', '203642.332500', '203642.792500', '203643.252500', '203643.712500', '203644.172500', '203644.632500', '203645.092500', '203645.552500', '203646.012500', '203646.472500', '203646.932500', '203647.392500', '203647.852500', '203648.312500', '203648.772500', '203649.232500', '203649.692500', '203650.152500', '203650.612500', '203651.072500', '203651.532500', '203651.992500', '203652.452500', '203652.912500', '203653.372500', '203653.832500', '203654.292500', '203654.752500', '203655.212500', '203655.672500', '203656.132500', '203656.592500', '203657.052500', '203657.512500', '203657.972500', '203658.432500', '203658.892500', '203659.352500', '203659.812500', '203700.272500', '203700.732500', '203701.192500', '203701.652500', '203702.112500', '203702.572500', '203703.032500', '203703.492500', '203703.952500', '203704.412500', '203704.872500', '203705.332500', '203705.792500', '203706.252500', '203706.712500', '203707.172500', '203707.632500', '203708.092500', '203708.552500', '203709.012500', '203709.472500', '203709.932500', '203710.392500', '203710.852500', '203711.312500', '203711.772500', '203712.232500', '203712.692500', '203713.152500', '203713.612500', '203714.072500', '203714.532500', '203714.992500', '203715.452500', '203715.912500', '203716.372500', '203716.832500', '203717.292500', '203717.752500', '203718.212500', '203718.672500', '203719.132500', '203719.592500', '203720.052500', '203720.512500', '203720.972500', '203721.432500', '203721.892500', '203722.352500', '203722.812500', '203723.272500', '203723.732500', '203724.192500', '203724.652500', '203725.112500', '203725.572500', '203726.032500', '203726.492500', '203726.952500', '203727.412500', '203727.872500', '203728.332500', '203728.792500', '203729.252500', '203729.712500', '203730.172500', '203730.632500', '203731.092500', '203731.552500', '203732.012500', '203732.472500', '203732.932500', '203733.392500', '203733.852500', '203734.312500', '203734.772500', '203735.232500', '203735.692500', '203736.152500', '203736.612500', '203737.072500', '203737.532500', '203737.992500', '203738.452500', '203738.912500', '203739.372500', '203739.832500', '203740.292500', '203740.752500', '203741.212500', '203741.672500', '203742.132500', '203742.592500', '203743.052500', '203743.512500', '203743.972500', '203744.432500', '203744.892500', '203745.352500', '203745.812500', '203746.272500', '203746.732500', '203747.192500', '203747.652500', '203748.112500', '203748.572500', '203749.032500', '203749.492500', '203749.952500', '203750.412500', '203750.872500', '203751.332500', '203751.792500', '203752.252500', '203752.712500', '203753.172500', '203753.632500', '203754.092500', '203754.552500', '203755.012500', '203755.472500', '203755.932500', '203756.392500', '203756.852500', '203757.312500', '203757.772500', '203758.232500', '203758.692500', '203759.152500', '203759.612500', '203800.072500', '203800.532500', '203800.992500', '203801.452500', '203801.912500', '203802.372500', '203802.832500', '203803.292500', '203803.752500', '203804.212500', '203804.672500', '203805.132500', '203805.592500', '203806.052500', '203806.512500', '203806.972500', '203807.432500', '203807.892500', '203808.352500', '203808.812500', '203809.272500', '203809.732500', '203810.192500', '203810.652500', '203811.112500', '203811.572500', '203812.032500', '203812.492500', '203812.952500', '203813.412500', '203813.872500', '203814.332500', '203814.792500', '203815.252500', '203815.712500', '203816.172500', '203816.632500', '203817.092500', '203817.552500', '203818.012500', '203818.472500', '203818.932500', '203819.392500', '203819.852500', '203820.312500', '203820.772500', '203821.232500', '203821.692500', '203822.152500', '203822.612500', '203823.072500', '203823.532500', '203823.992500', '203824.452500', '203824.912500', '203825.372500', '203825.832500', '203826.292500', '203826.752500', '203827.212500', '203827.672500', '203828.132500', '203828.592500', '203829.052500', '203829.512500', '203829.972500', '203830.432500', '203830.892500', '203831.352500', '203831.812500', '203832.272500', '203832.732500', '203833.192500', '203833.652500', '203834.112500', '203834.572500', '203835.032500', '203835.492500', '203835.952500', '203836.412500', '203836.872500', '203837.332500', '203837.792500', '203838.252500', '203838.712500', '203839.172500', '203839.632500', '203840.092500', '203840.552500', '203841.012500', '203841.472500', '203841.932500', '203842.392500', '203842.852500', '203843.312500', '203843.772500', '203844.232500', '203844.692500', '203845.152500', '203845.612500', '203846.072500', '203846.532500', '203846.992500', '203847.452500', '203847.912500', '203848.372500', '203848.832500', '203849.292500', '203849.752500', '203850.212500', '203850.672500', '203851.132500', '203851.592500', '203852.052500', '203852.512500', '203852.972500', '203853.432500', '203853.892500', '203854.352500', '203854.812500', '203855.272500', '203855.732500', '203856.192500', '203856.652500', '203857.112500', '203857.572500', '203858.032500', '203858.492500', '203858.952500', '203859.412500', '203859.872500', '203900.332500', '203900.792500', '203901.252500', '203901.712500', '203902.172500', '203902.632500', '203903.092500', '203903.552500', '203904.012500', '203904.472500', '203904.932500', '203905.392500', '203905.852500', '203906.312500', '203906.772500', '203907.232500', '203907.692500', '203908.152500', '203908.612500', '203909.072500', '203909.532500', '203909.992500', '203910.452500', '203910.912500', '203911.372500', '203911.832500', '203912.292500', '203912.752500', '203913.212500', '203913.672500', '203914.132500', '203914.592500', '203915.052500', '203915.512500', '203915.972500', '203916.432500', '203916.892500', '203917.352500', '203917.812500', '203918.272500', '203918.732500', '203919.192500', '203919.652500', '203920.112500', '203920.572500', '203921.032500', '203921.492500', '203921.952500', '203922.412500', '203922.872500', '203923.332500', '203923.792500', '203924.252500', '203924.712500', '203925.172500', '203925.632500', '203926.092500', '203926.552500', '203927.012500', '203927.472500', '203927.932500', '203928.392500', '203928.852500', '203929.312500', '203929.772500', '203930.232500', '203930.692500', '203931.152500', '203931.612500', '203932.072500', '203932.532500', '203932.992500', '203933.452500', '203933.912500', '203934.372500', '203934.832500', '203935.292500', '203935.752500', '203936.212500', '203936.672500', '203937.132500', '203937.592500', '203938.052500', '203938.512500', '203938.972500', '203939.432500', '203939.892500', '203940.352500', '203940.812500', '203941.272500', '203941.732500', '203942.192500', '203942.652500', '203943.112500', '203943.572500', '203944.032500', '203944.492500', '203944.952500', '203945.412500', '203945.872500', '203946.332500', '203946.792500', '203947.252500', '203947.712500', '203948.172500', '203948.632500', '203949.092500', '203949.552500', '203950.012500', '203950.472500', '203950.932500', '203951.392500', '203951.852500', '203952.312500', '203952.772500', '203953.232500', '203953.692500', '203954.152500', '203954.612500', '203955.072500', '203955.532500', '203955.992500', '203956.452500', '203956.912500', '203957.372500', '203957.832500', '203958.292500', '203958.752500', '203959.212500', '203959.672500', '204000.132500', '204000.592500', '204001.052500', '204001.512500', '204001.972500', '204002.432500', '204002.892500', '204003.352500', '204003.812500', '204004.272500', '204004.732500', '204005.192500', '204005.652500', '204006.112500', '204006.572500', '204007.032500', '204007.492500', '204007.952500', '204008.412500', '204008.872500', '204009.332500', '204009.792500', '204010.252500', '204010.712500', '204011.172500', '204011.632500', '204012.092500', '204012.552500', '204013.012500', '204013.472500', '204013.932500', '204014.392500', '204014.852500', '204015.312500', '204015.772500', '204016.232500', '204016.692500', '204017.152500', '204017.612500', '204018.072500', '204018.532500', '204018.992500', '204019.452500', '204019.912500', '204020.372500', '204020.832500', '204021.292500', '204021.752500', '204022.212500', '204022.672500', '204023.132500', '204023.592500', '204024.052500', '204024.512500', '204024.972500', '204025.432500', '204025.892500', '204026.352500', '204026.812500', '204027.272500', '204027.732500', '204028.192500', '204028.652500', '204029.112500', '204029.572500', '204030.032500', '204030.492500', '204030.952500', '204031.412500', '204031.872500', '204032.332500', '204032.792500', '204033.252500', '204033.712500', '204034.172500', '204034.632500', '204035.092500', '204035.552500', '204036.012500', '204036.472500', '204036.932500', '204037.392500', '204037.852500', '204038.312500', '204038.772500', '204039.232500', '204039.692500', '204040.152500', '204040.612500', '204041.072500', '204041.532500', '204041.992500', '204042.452500', '204042.912500', '204043.372500', '204043.832500', '204044.292500', '204044.752500', '204045.212500', '204045.672500', '204046.132500', '204046.592500', '204047.052500', '204047.512500', '204047.972500', '204048.432500', '204048.892500', '204049.352500', '204049.812500', '204050.272500', '204050.732500', '204051.192500', '204051.652500', '204052.112500', '204052.572500', '204053.032500', '204053.492500', '204053.952500', '204054.412500', '204054.872500', '204055.332500', '204055.792500', '204056.252500', '204056.712500', '204057.172500', '204057.632500', '204058.092500', '204058.552500', '204059.012500', '204059.472500', '204059.932500', '204100.392500', '204100.852500', '204101.312500', '204101.772500', '204102.232500', '204102.692500', '204103.152500', '204103.612500', '204104.072500', '204104.532500', '204104.992500', '204105.452500', '204105.912500', '204106.372500', '204106.832500', '204107.292500', '204107.752500', '204108.212500', '204108.672500', '204109.132500', '204109.592500', '204110.052500', '204110.512500', '204110.972500', '204111.432500', '204111.892500', '204112.352500', '204112.812500', '204113.272500', '204113.732500', '204114.192500', '204114.652500', '204115.112500', '204115.572500', '204116.032500', '204116.492500', '204116.952500', '204117.412500', '204117.872500', '204118.332500', '204118.792500', '204119.252500', '204119.712500', '204120.172500', '204120.632500', '204121.092500', '204121.552500', '204122.012500', '204122.472500', '204122.932500', '204123.392500', '204123.852500', '204124.312500', '204124.772500', '204125.232500', '204125.692500', '204126.152500', '204126.612500', '204127.072500', '204127.532500', '204127.992500', '204128.452500', '204128.912500', '204129.372500', '204129.832500', '204130.292500', '204130.752500', '204131.212500', '204131.672500', '204132.132500', '204132.592500', '204133.052500', '204133.512500', '204133.972500', '204134.432500', '204134.892500', '204135.352500', '204135.812500', '204136.272500', '204136.732500', '204137.192500', '204137.652500', '204138.112500', '204138.572500', '204139.032500', '204139.492500', '204139.952500', '204140.412500', '204140.872500', '204141.332500', '204141.792500', '204142.252500', '204142.712500', '204143.172500', '204143.632500', '204144.092500', '204144.552500', '204145.012500', '204145.472500', '204145.932500', '204146.392500', '204146.852500', '204147.312500', '204147.772500', '204148.232500', '204148.692500', '204149.152500', '204149.612500', '204150.072500', '204150.532500', '204150.992500', '204151.452500', '204151.912500', '204152.372500', '204152.832500', '204153.292500', '204153.752500', '204154.212500', '204154.672500', '204155.132500', '204155.592500', '204156.052500', '204156.512500', '204156.972500', '204157.432500', '204157.892500', '204158.352500', '204158.812500', '204159.272500', '204159.732500', '204200.192500', '204200.652500', '204201.112500', '204201.572500', '204202.032500', '204202.492500', '204202.952500', '204203.412500', '204203.872500', '204204.332500', '204204.792500', '204205.252500', '204205.712500', '204206.172500', '204206.632500', '204207.092500', '204207.552500', '204208.012500', '204208.472500', '204208.932500', '204209.392500', '204209.852500', '204210.312500', '204210.772500', '204211.232500', '204211.692500', '204212.152500', '204212.612500', '204213.072500', '204213.532500', '204213.992500', '204214.452500', '204214.912500', '204215.372500', '204215.832500', '204216.292500', '204216.752500', '204217.212500', '204217.672500', '204218.132500', '204218.592500', '204219.052500', '204219.512500', '204219.972500', '204220.432500', '204220.892500', '204221.352500', '204221.812500', '204222.272500', '204222.732500', '204223.192500', '204223.652500', '204224.112500', '204224.572500', '204225.032500', '204225.492500', '204225.952500', '204226.412500', '204226.872500', '204227.332500', '204227.792500', '204228.252500', '204228.712500', '204229.172500', '204229.632500'], 'ContentTime': ['203604.823000', '203604.826000', '203604.829000', '203604.831000', '203604.834000', '203604.837000', '203604.839000', '203604.842000', '203604.845000', '203604.847000', '203604.850000', '203604.853000', '203604.855000', '203604.858000', '203604.861000', '203604.864000', '203604.866000', '203604.869000', '203604.872000', '203604.875000', '203604.877000', '203604.880000', '203604.882000', '203604.885000', '203604.887000', '203604.898000', '203604.901000', '203604.903000', '203604.906000', '203604.909000', '203604.911000', '203604.914000', '203624.796000', '203624.799000', '203624.802000', '203624.805000', '203624.807000', '203624.815000', '203624.818000', '203624.820000', '203624.823000', '203624.826000', '203624.828000', '203624.831000', '203624.834000', '203624.837000', '203624.839000', '203624.842000', '203624.844000', '203624.847000', '203624.850000', '203624.852000', '203624.855000', '203624.857000', '203624.860000', '203624.875000', '203624.878000', '203624.880000', '203624.883000', '203624.886000', '203624.888000', '203624.891000', '203624.894000', '203624.896000', '203624.899000', '203624.901000', '203624.904000', '203624.907000', '203624.909000', '203624.912000', '203624.915000', '203624.917000', '203624.920000', '203624.922000', '203624.925000', '203624.928000', '203644.796000', '203644.800000', '203644.802000', '203644.805000', '203644.807000', '203644.810000', '203644.812000', '203644.815000', '203644.818000', '203644.821000', '203644.823000', '203644.826000', '203644.829000', '203644.831000', '203644.834000', '203644.836000', '203644.839000', '203644.842000', '203644.844000', '203644.847000', '203644.876000', '203644.879000', '203644.881000', '203644.884000', '203644.887000', '203644.890000', '203644.892000', '203644.895000', '203644.897000', '203644.900000', '203644.903000', '203644.906000', '203644.908000', '203644.911000', '203644.914000', '203644.916000', '203644.919000', '203644.922000', '203644.925000', '203644.927000', '203644.930000', '203644.932000', '203644.935000', '203704.796000', '203704.799000', '203704.802000', '203704.805000', '203704.808000', '203704.810000', '203704.813000', '203704.816000', '203704.818000', '203704.821000', '203704.823000', '203704.826000', '203704.829000', '203704.832000', '203704.835000', '203704.837000', '203704.840000', '203704.842000', '203704.845000', '203704.848000', '203704.850000', '203704.853000', '203704.855000', '203704.858000', '203704.861000', '203704.863000', '203704.866000', '203704.869000', '203704.871000', '203704.874000', '203704.876000', '203704.879000', '203704.882000', '203704.884000', '203704.887000', '203704.890000', '203704.893000', '203704.895000', '203704.898000', '203704.901000', '203704.903000', '203704.906000', '203704.908000', '203704.911000', '203724.796000', '203724.799000', '203724.802000', '203724.805000', '203724.807000', '203724.810000', '203724.813000', '203724.816000', '203724.818000', '203724.821000', '203724.824000', '203724.826000', '203724.829000', '203724.831000', '203724.834000', '203724.836000', '203724.839000', '203724.842000', '203724.844000', '203724.847000', '203724.849000', '203724.852000', '203724.855000', '203724.857000', '203724.860000', '203724.862000', '203724.865000', '203724.868000', '203724.870000', '203724.873000', '203724.875000', '203724.878000', '203724.881000', '203724.884000', '203724.886000', '203724.889000', '203724.892000', '203724.894000', '203724.897000', '203724.899000', '203724.902000', '203724.905000', '203724.907000', '203744.797000', '203744.799000', '203744.802000', '203744.805000', '203744.807000', '203744.810000', '203744.813000', '203744.815000', '203744.818000', '203744.821000', '203744.824000', '203744.826000', '203744.829000', '203744.832000', '203744.834000', '203744.837000', '203744.840000', '203744.842000', '203744.845000', '203744.848000', '203744.851000', '203744.854000', '203744.857000', '203744.859000', '203744.862000', '203744.864000', '203744.867000', '203744.870000', '203744.872000', '203744.875000', '203744.878000', '203744.880000', '203744.883000', '203744.886000', '203744.888000', '203744.891000', '203744.893000', '203744.896000', '203744.899000', '203744.901000', '203744.904000', '203744.907000', '203744.910000', '203804.796000', '203804.799000', '203804.802000', '203804.805000', '203804.807000', '203804.810000', '203804.813000', '203804.815000', '203804.818000', '203804.821000', '203804.823000', '203804.826000', '203804.829000', '203804.831000', '203804.834000', '203804.837000', '203804.839000', '203804.842000', '203804.845000', '203804.860000', '203804.863000', '203804.866000', '203804.868000', '203804.871000', '203804.873000', '203804.876000', '203804.879000', '203804.881000', '203804.884000', '203804.887000', '203804.889000', '203804.892000', '203804.894000', '203804.897000', '203804.900000', '203804.902000', '203804.905000', '203804.908000', '203804.910000', '203804.913000', '203804.916000', '203804.918000', '203804.921000', '203804.924000', '203824.795000', '203824.798000', '203824.801000', '203824.804000', '203824.807000', '203824.810000', '203824.813000', '203824.815000', '203824.818000', '203824.820000', '203824.823000', '203824.826000', '203824.828000', '203824.831000', '203824.833000', '203824.836000', '203824.838000', '203824.841000', '203824.844000', '203824.846000', '203824.849000', '203824.852000', '203824.854000', '203824.857000', '203824.859000', '203824.862000', '203824.865000', '203824.867000', '203824.870000', '203824.872000', '203824.875000', '203824.877000', '203824.880000', '203824.883000', '203824.885000', '203824.888000', '203824.890000', '203824.896000', '203824.899000', '203824.901000', '203824.904000', '203824.907000', '203824.909000', '203844.797000', '203844.800000', '203844.802000', '203844.805000', '203844.808000', '203844.810000', '203844.813000', '203844.815000', '203844.818000', '203844.821000', '203844.823000', '203844.826000', '203844.828000', '203844.831000', '203844.833000', '203844.836000', '203844.839000', '203844.841000', '203844.844000', '203844.847000', '203844.849000', '203844.852000', '203844.854000', '203844.857000', '203844.860000', '203844.862000', '203844.865000', '203844.867000', '203844.870000', '203844.873000', '203844.875000', '203844.878000', '203844.881000', '203844.883000', '203844.886000', '203844.888000', '203844.891000', '203844.894000', '203844.896000', '203844.899000', '203844.901000', '203844.904000', '203844.907000', '203844.909000', '203904.796000', '203904.799000', '203904.802000', '203904.805000', '203904.807000', '203904.810000', '203904.813000', '203904.815000', '203904.818000', '203904.820000', '203904.823000', '203904.826000', '203904.829000', '203904.831000', '203904.834000', '203904.836000', '203904.839000', '203904.842000', '203904.844000', '203904.847000', '203904.850000', '203904.852000', '203904.855000', '203904.858000', '203904.860000', '203904.863000', '203904.865000', '203904.868000', '203904.871000', '203904.873000', '203904.876000', '203904.878000', '203904.881000', '203904.884000', '203904.886000', '203904.889000', '203904.891000', '203904.894000', '203904.897000', '203904.900000', '203904.903000', '203904.905000', '203904.908000', '203924.796000', '203924.799000', '203924.802000', '203924.805000', '203924.807000', '203924.810000', '203924.812000', '203924.815000', '203924.818000', '203924.820000', '203924.823000', '203924.825000', '203924.828000', '203924.830000', '203924.833000', '203924.836000', '203924.838000', '203924.841000', '203924.844000', '203924.846000', '203924.849000', '203924.851000', '203924.854000', '203924.857000', '203924.859000', '203924.862000', '203924.865000', '203924.867000', '203924.870000', '203924.873000', '203924.875000', '203924.878000', '203924.880000', '203924.883000', '203924.886000', '203924.888000', '203924.891000', '203924.893000', '203924.896000', '203924.898000', '203924.901000', '203924.904000', '203924.906000', '203924.909000', '203944.813000', '203944.816000', '203944.818000', '203944.821000', '203944.823000', '203944.826000', '203944.829000', '203944.831000', '203944.834000', '203944.837000', '203944.839000', '203944.842000', '203944.845000', '203944.847000', '203944.850000', '203944.853000', '203944.855000', '203944.858000', '203944.860000', '203944.863000', '203944.866000', '203944.869000', '203944.872000', '203944.875000', '203944.878000', '203944.880000', '203944.883000', '203944.885000', '203944.888000', '203944.891000', '203944.893000', '203944.896000', '203944.899000', '203944.901000', '203944.904000', '203944.906000', '203944.909000', '203944.912000', '203944.914000', '203944.917000', '203944.919000', '203944.922000', '203944.924000', '204004.797000', '204004.800000', '204004.802000', '204004.805000', '204004.808000', '204004.810000', '204004.813000', '204004.815000', '204004.818000', '204004.821000', '204004.823000', '204004.826000', '204004.828000', '204004.831000', '204004.834000', '204004.836000', '204004.839000', '204004.842000', '204004.844000', '204004.847000', '204004.849000', '204004.852000', '204004.855000', '204004.857000', '204004.860000', '204004.863000', '204004.865000', '204004.868000', '204004.870000', '204004.873000', '204004.876000', '204004.878000', '204004.881000', '204004.883000', '204004.886000', '204004.889000', '204004.891000', '204004.894000', '204004.896000', '204004.899000', '204004.902000', '204004.904000', '204004.907000', '204004.910000', '204024.796000', '204024.799000', '204024.802000', '204024.805000', '204024.807000', '204024.810000', '204024.812000', '204024.815000', '204024.817000', '204024.820000', '204024.823000', '204024.825000', '204024.828000', '204024.831000', '204024.833000', '204024.836000', '204024.839000', '204024.841000', '204024.844000', '204024.846000', '204024.849000', '204024.852000', '204024.854000', '204024.857000', '204024.859000', '204024.862000', '204024.865000', '204024.867000', '204024.870000', '204024.873000', '204024.875000', '204024.878000', '204024.880000', '204024.883000', '204024.885000', '204024.888000', '204024.891000', '204024.894000', '204024.897000', '204024.900000', '204024.903000', '204024.906000', '204024.908000', '204044.796000', '204044.798000', '204044.801000', '204044.804000', '204044.806000', '204044.809000', '204044.812000', '204044.814000', '204044.817000', '204044.819000', '204044.822000', '204044.825000', '204044.827000', '204044.830000', '204044.832000', '204044.835000', '204044.838000', '204044.840000', '204044.843000', '204044.845000', '204044.848000', '204044.851000', '204044.853000', '204044.856000', '204044.859000', '204044.861000', '204044.864000', '204044.866000', '204044.869000', '204044.872000', '204044.874000', '204044.877000', '204044.880000', '204044.882000', '204044.885000', '204044.887000', '204044.890000', '204044.893000', '204044.895000', '204044.898000', '204044.901000', '204044.903000', '204044.906000', '204044.909000', '204104.796000', '204104.799000', '204104.802000', '204104.805000', '204104.807000', '204104.810000', '204104.813000', '204104.815000', '204104.818000', '204104.821000', '204104.823000', '204104.826000', '204104.829000', '204104.831000', '204104.834000', '204104.836000', '204104.839000', '204104.842000', '204104.844000', '204104.847000', '204104.850000', '204104.852000', '204104.855000', '204104.857000', '204104.860000', '204104.874000', '204104.877000', '204104.879000', '204104.882000', '204104.885000', '204104.887000', '204104.890000', '204104.892000', '204104.895000', '204104.898000', '204104.900000', '204104.903000', '204104.905000', '204104.908000', '204104.911000', '204104.913000', '204104.916000', '204104.919000', '204124.796000', '204124.799000', '204124.802000', '204124.805000', '204124.807000', '204124.810000', '204124.812000', '204124.815000', '204124.818000', '204124.820000', '204124.823000', '204124.826000', '204124.828000', '204124.831000', '204124.833000', '204124.836000', '204124.839000', '204124.841000', '204124.844000', '204124.846000', '204124.849000', '204124.852000', '204124.854000', '204124.857000', '204124.860000', '204124.862000', '204124.865000', '204124.868000', '204124.870000', '204124.873000', '204124.875000', '204124.878000', '204124.881000', '204124.883000', '204124.886000', '204124.888000', '204124.891000', '204124.894000', '204124.896000', '204124.899000', '204124.901000', '204124.904000', '204124.907000', '204124.909000', '204144.797000', '204144.800000', '204144.802000', '204144.805000', '204144.807000', '204144.810000', '204144.813000', '204144.815000', '204144.818000', '204144.821000', '204144.823000', '204144.826000', '204144.828000', '204144.831000', '204144.834000', '204144.836000', '204144.839000', '204144.842000', '204144.844000', '204144.847000', '204144.849000', '204144.852000', '204144.855000', '204144.857000', '204144.860000', '204144.862000', '204144.867000', '204144.869000', '204144.872000', '204144.874000', '204144.877000', '204144.880000', '204144.882000', '204144.885000', '204144.888000', '204144.890000', '204144.893000', '204144.895000', '204144.898000', '204144.901000', '204144.903000', '204144.906000', '204144.908000', '204204.796000', '204204.799000', '204204.802000', '204204.805000', '204204.807000', '204204.810000', '204204.813000', '204204.815000', '204204.818000', '204204.820000', '204204.823000', '204204.826000', '204204.828000', '204204.831000', '204204.834000', '204204.836000', '204204.839000', '204204.841000', '204204.844000', '204204.847000', '204204.849000', '204204.852000', '204204.854000', '204204.857000', '204204.860000', '204204.863000', '204204.866000', '204204.868000', '204204.871000', '204204.873000', '204204.876000', '204204.878000', '204204.881000', '204204.884000', '204204.886000', '204204.889000', '204204.891000', '204204.894000', '204204.897000', '204204.899000', '204204.902000', '204204.905000', '204204.907000', '204204.910000', '204224.797000', '204224.799000', '204224.802000', '204224.805000', '204224.807000', '204224.810000', '204224.812000', '204224.815000', '204224.818000', '204224.820000', '204224.823000', '204224.825000', '204224.828000', '204224.831000', '204224.833000', '204224.836000', '204224.838000', '204224.841000', '204224.844000', '204224.846000', '204224.849000', '204224.851000', '204224.854000', '204224.857000', '204224.859000', '204224.862000', '204224.865000', '204224.867000', '204224.870000', '204224.872000', '204224.875000', '204224.877000', '204224.880000', '204224.883000', '204224.885000', '204224.888000', '204224.906000', '204224.908000', '204224.911000', '204224.913000', '204224.916000', '204224.919000', '204224.922000', '204230.931000', '204230.934000', '204230.937000', '204230.940000', '204230.942000', '204230.945000', '204230.948000', '204230.951000', '204230.954000', '204230.957000', '204230.959000', '204230.962000', '204230.965000', '204230.969000'], 'InstanceCreationTime': ['203604.823000', '203604.826000', '203604.829000', '203604.831000', '203604.834000', '203604.837000', '203604.839000', '203604.842000', '203604.845000', '203604.847000', '203604.850000', '203604.853000', '203604.855000', '203604.858000', '203604.861000', '203604.864000', '203604.866000', '203604.869000', '203604.872000', '203604.875000', '203604.877000', '203604.880000', '203604.882000', '203604.885000', '203604.887000', '203604.898000', '203604.901000', '203604.903000', '203604.906000', '203604.909000', '203604.911000', '203604.914000', '203624.796000', '203624.799000', '203624.802000', '203624.805000', '203624.807000', '203624.815000', '203624.818000', '203624.820000', '203624.823000', '203624.826000', '203624.828000', '203624.831000', '203624.834000', '203624.837000', '203624.839000', '203624.842000', '203624.844000', '203624.847000', '203624.850000', '203624.852000', '203624.855000', '203624.857000', '203624.860000', '203624.875000', '203624.878000', '203624.880000', '203624.883000', '203624.886000', '203624.888000', '203624.891000', '203624.894000', '203624.896000', '203624.899000', '203624.901000', '203624.904000', '203624.907000', '203624.909000', '203624.912000', '203624.915000', '203624.917000', '203624.920000', '203624.922000', '203624.925000', '203624.928000', '203644.796000', '203644.800000', '203644.802000', '203644.805000', '203644.807000', '203644.810000', '203644.812000', '203644.815000', '203644.818000', '203644.821000', '203644.823000', '203644.826000', '203644.829000', '203644.831000', '203644.834000', '203644.836000', '203644.839000', '203644.842000', '203644.844000', '203644.847000', '203644.876000', '203644.879000', '203644.881000', '203644.884000', '203644.887000', '203644.890000', '203644.892000', '203644.895000', '203644.897000', '203644.900000', '203644.903000', '203644.906000', '203644.908000', '203644.911000', '203644.914000', '203644.916000', '203644.919000', '203644.922000', '203644.925000', '203644.927000', '203644.930000', '203644.932000', '203644.935000', '203704.796000', '203704.799000', '203704.802000', '203704.805000', '203704.808000', '203704.810000', '203704.813000', '203704.816000', '203704.818000', '203704.821000', '203704.823000', '203704.826000', '203704.829000', '203704.832000', '203704.835000', '203704.837000', '203704.840000', '203704.842000', '203704.845000', '203704.848000', '203704.850000', '203704.853000', '203704.855000', '203704.858000', '203704.861000', '203704.863000', '203704.866000', '203704.869000', '203704.871000', '203704.874000', '203704.876000', '203704.879000', '203704.882000', '203704.884000', '203704.887000', '203704.890000', '203704.893000', '203704.895000', '203704.898000', '203704.901000', '203704.903000', '203704.906000', '203704.908000', '203704.911000', '203724.796000', '203724.799000', '203724.802000', '203724.805000', '203724.807000', '203724.810000', '203724.813000', '203724.816000', '203724.818000', '203724.821000', '203724.824000', '203724.826000', '203724.829000', '203724.831000', '203724.834000', '203724.836000', '203724.839000', '203724.842000', '203724.844000', '203724.847000', '203724.849000', '203724.852000', '203724.855000', '203724.857000', '203724.860000', '203724.862000', '203724.865000', '203724.868000', '203724.870000', '203724.873000', '203724.875000', '203724.878000', '203724.881000', '203724.884000', '203724.886000', '203724.889000', '203724.892000', '203724.894000', '203724.897000', '203724.899000', '203724.902000', '203724.905000', '203724.907000', '203744.797000', '203744.799000', '203744.802000', '203744.805000', '203744.807000', '203744.810000', '203744.813000', '203744.815000', '203744.818000', '203744.821000', '203744.824000', '203744.826000', '203744.829000', '203744.832000', '203744.834000', '203744.837000', '203744.840000', '203744.842000', '203744.845000', '203744.848000', '203744.851000', '203744.854000', '203744.857000', '203744.859000', '203744.862000', '203744.864000', '203744.867000', '203744.870000', '203744.872000', '203744.875000', '203744.878000', '203744.880000', '203744.883000', '203744.886000', '203744.888000', '203744.891000', '203744.893000', '203744.896000', '203744.899000', '203744.901000', '203744.904000', '203744.907000', '203744.910000', '203804.796000', '203804.799000', '203804.802000', '203804.805000', '203804.807000', '203804.810000', '203804.813000', '203804.815000', '203804.818000', '203804.821000', '203804.823000', '203804.826000', '203804.829000', '203804.831000', '203804.834000', '203804.837000', '203804.839000', '203804.842000', '203804.845000', '203804.860000', '203804.863000', '203804.866000', '203804.868000', '203804.871000', '203804.873000', '203804.876000', '203804.879000', '203804.881000', '203804.884000', '203804.887000', '203804.889000', '203804.892000', '203804.894000', '203804.897000', '203804.900000', '203804.902000', '203804.905000', '203804.908000', '203804.910000', '203804.913000', '203804.916000', '203804.918000', '203804.921000', '203804.924000', '203824.795000', '203824.798000', '203824.801000', '203824.804000', '203824.807000', '203824.810000', '203824.813000', '203824.815000', '203824.818000', '203824.820000', '203824.823000', '203824.826000', '203824.828000', '203824.831000', '203824.833000', '203824.836000', '203824.838000', '203824.841000', '203824.844000', '203824.846000', '203824.849000', '203824.852000', '203824.854000', '203824.857000', '203824.859000', '203824.862000', '203824.865000', '203824.867000', '203824.870000', '203824.872000', '203824.875000', '203824.877000', '203824.880000', '203824.883000', '203824.885000', '203824.888000', '203824.890000', '203824.896000', '203824.899000', '203824.901000', '203824.904000', '203824.907000', '203824.909000', '203844.797000', '203844.800000', '203844.802000', '203844.805000', '203844.808000', '203844.810000', '203844.813000', '203844.815000', '203844.818000', '203844.821000', '203844.823000', '203844.826000', '203844.828000', '203844.831000', '203844.833000', '203844.836000', '203844.839000', '203844.841000', '203844.844000', '203844.847000', '203844.849000', '203844.852000', '203844.854000', '203844.857000', '203844.860000', '203844.862000', '203844.865000', '203844.867000', '203844.870000', '203844.873000', '203844.875000', '203844.878000', '203844.881000', '203844.883000', '203844.886000', '203844.888000', '203844.891000', '203844.894000', '203844.896000', '203844.899000', '203844.901000', '203844.904000', '203844.907000', '203844.909000', '203904.796000', '203904.799000', '203904.802000', '203904.805000', '203904.807000', '203904.810000', '203904.813000', '203904.815000', '203904.818000', '203904.820000', '203904.823000', '203904.826000', '203904.829000', '203904.831000', '203904.834000', '203904.836000', '203904.839000', '203904.842000', '203904.844000', '203904.847000', '203904.850000', '203904.852000', '203904.855000', '203904.858000', '203904.860000', '203904.863000', '203904.865000', '203904.868000', '203904.871000', '203904.873000', '203904.876000', '203904.878000', '203904.881000', '203904.884000', '203904.886000', '203904.889000', '203904.891000', '203904.894000', '203904.897000', '203904.900000', '203904.903000', '203904.905000', '203904.908000', '203924.796000', '203924.799000', '203924.802000', '203924.805000', '203924.807000', '203924.810000', '203924.812000', '203924.815000', '203924.818000', '203924.820000', '203924.823000', '203924.825000', '203924.828000', '203924.830000', '203924.833000', '203924.836000', '203924.838000', '203924.841000', '203924.844000', '203924.846000', '203924.849000', '203924.851000', '203924.854000', '203924.857000', '203924.859000', '203924.862000', '203924.865000', '203924.867000', '203924.870000', '203924.873000', '203924.875000', '203924.878000', '203924.880000', '203924.883000', '203924.886000', '203924.888000', '203924.891000', '203924.893000', '203924.896000', '203924.898000', '203924.901000', '203924.904000', '203924.906000', '203924.909000', '203944.813000', '203944.816000', '203944.818000', '203944.821000', '203944.823000', '203944.826000', '203944.829000', '203944.831000', '203944.834000', '203944.837000', '203944.839000', '203944.842000', '203944.845000', '203944.847000', '203944.850000', '203944.853000', '203944.855000', '203944.858000', '203944.860000', '203944.863000', '203944.866000', '203944.869000', '203944.872000', '203944.875000', '203944.878000', '203944.880000', '203944.883000', '203944.885000', '203944.888000', '203944.891000', '203944.893000', '203944.896000', '203944.899000', '203944.901000', '203944.904000', '203944.906000', '203944.909000', '203944.912000', '203944.914000', '203944.917000', '203944.919000', '203944.922000', '203944.924000', '204004.797000', '204004.800000', '204004.802000', '204004.805000', '204004.808000', '204004.810000', '204004.813000', '204004.815000', '204004.818000', '204004.821000', '204004.823000', '204004.826000', '204004.828000', '204004.831000', '204004.834000', '204004.836000', '204004.839000', '204004.842000', '204004.844000', '204004.847000', '204004.849000', '204004.852000', '204004.855000', '204004.857000', '204004.860000', '204004.863000', '204004.865000', '204004.868000', '204004.870000', '204004.873000', '204004.876000', '204004.878000', '204004.881000', '204004.883000', '204004.886000', '204004.889000', '204004.891000', '204004.894000', '204004.896000', '204004.899000', '204004.902000', '204004.904000', '204004.907000', '204004.910000', '204024.796000', '204024.799000', '204024.802000', '204024.805000', '204024.807000', '204024.810000', '204024.812000', '204024.815000', '204024.817000', '204024.820000', '204024.823000', '204024.825000', '204024.828000', '204024.831000', '204024.833000', '204024.836000', '204024.839000', '204024.841000', '204024.844000', '204024.846000', '204024.849000', '204024.852000', '204024.854000', '204024.857000', '204024.859000', '204024.862000', '204024.865000', '204024.867000', '204024.870000', '204024.873000', '204024.875000', '204024.878000', '204024.880000', '204024.883000', '204024.885000', '204024.888000', '204024.891000', '204024.894000', '204024.897000', '204024.900000', '204024.903000', '204024.906000', '204024.908000', '204044.796000', '204044.798000', '204044.801000', '204044.804000', '204044.806000', '204044.809000', '204044.812000', '204044.814000', '204044.817000', '204044.819000', '204044.822000', '204044.825000', '204044.827000', '204044.830000', '204044.832000', '204044.835000', '204044.838000', '204044.840000', '204044.843000', '204044.845000', '204044.848000', '204044.851000', '204044.853000', '204044.856000', '204044.859000', '204044.861000', '204044.864000', '204044.866000', '204044.869000', '204044.872000', '204044.874000', '204044.877000', '204044.880000', '204044.882000', '204044.885000', '204044.887000', '204044.890000', '204044.893000', '204044.895000', '204044.898000', '204044.901000', '204044.903000', '204044.906000', '204044.909000', '204104.796000', '204104.799000', '204104.802000', '204104.805000', '204104.807000', '204104.810000', '204104.813000', '204104.815000', '204104.818000', '204104.821000', '204104.823000', '204104.826000', '204104.829000', '204104.831000', '204104.834000', '204104.836000', '204104.839000', '204104.842000', '204104.844000', '204104.847000', '204104.850000', '204104.852000', '204104.855000', '204104.857000', '204104.860000', '204104.874000', '204104.877000', '204104.879000', '204104.882000', '204104.885000', '204104.887000', '204104.890000', '204104.892000', '204104.895000', '204104.898000', '204104.900000', '204104.903000', '204104.905000', '204104.908000', '204104.911000', '204104.913000', '204104.916000', '204104.919000', '204124.796000', '204124.799000', '204124.802000', '204124.805000', '204124.807000', '204124.810000', '204124.812000', '204124.815000', '204124.818000', '204124.820000', '204124.823000', '204124.826000', '204124.828000', '204124.831000', '204124.833000', '204124.836000', '204124.839000', '204124.841000', '204124.844000', '204124.846000', '204124.849000', '204124.852000', '204124.854000', '204124.857000', '204124.860000', '204124.862000', '204124.865000', '204124.868000', '204124.870000', '204124.873000', '204124.875000', '204124.878000', '204124.881000', '204124.883000', '204124.886000', '204124.888000', '204124.891000', '204124.894000', '204124.896000', '204124.899000', '204124.901000', '204124.904000', '204124.907000', '204124.909000', '204144.797000', '204144.800000', '204144.802000', '204144.805000', '204144.807000', '204144.810000', '204144.813000', '204144.815000', '204144.818000', '204144.821000', '204144.823000', '204144.826000', '204144.828000', '204144.831000', '204144.834000', '204144.836000', '204144.839000', '204144.842000', '204144.844000', '204144.847000', '204144.849000', '204144.852000', '204144.855000', '204144.857000', '204144.860000', '204144.862000', '204144.867000', '204144.869000', '204144.872000', '204144.874000', '204144.877000', '204144.880000', '204144.882000', '204144.885000', '204144.888000', '204144.890000', '204144.893000', '204144.895000', '204144.898000', '204144.901000', '204144.903000', '204144.906000', '204144.908000', '204204.796000', '204204.799000', '204204.802000', '204204.805000', '204204.807000', '204204.810000', '204204.813000', '204204.815000', '204204.818000', '204204.820000', '204204.823000', '204204.826000', '204204.828000', '204204.831000', '204204.834000', '204204.836000', '204204.839000', '204204.841000', '204204.844000', '204204.847000', '204204.849000', '204204.852000', '204204.854000', '204204.857000', '204204.860000', '204204.863000', '204204.866000', '204204.868000', '204204.871000', '204204.873000', '204204.876000', '204204.878000', '204204.881000', '204204.884000', '204204.886000', '204204.889000', '204204.891000', '204204.894000', '204204.897000', '204204.899000', '204204.902000', '204204.905000', '204204.907000', '204204.910000', '204224.797000', '204224.799000', '204224.802000', '204224.805000', '204224.807000', '204224.810000', '204224.812000', '204224.815000', '204224.818000', '204224.820000', '204224.823000', '204224.825000', '204224.828000', '204224.831000', '204224.833000', '204224.836000', '204224.838000', '204224.841000', '204224.844000', '204224.846000', '204224.849000', '204224.851000', '204224.854000', '204224.857000', '204224.859000', '204224.862000', '204224.865000', '204224.867000', '204224.870000', '204224.872000', '204224.875000', '204224.877000', '204224.880000', '204224.883000', '204224.885000', '204224.888000', '204224.906000', '204224.908000', '204224.911000', '204224.913000', '204224.916000', '204224.919000', '204224.922000', '204230.931000', '204230.934000', '204230.937000', '204230.940000', '204230.942000', '204230.945000', '204230.948000', '204230.951000', '204230.954000', '204230.957000', '204230.959000', '204230.962000', '204230.965000', '204230.969000'], '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': [8875, 12110, 8461, 12407, 8666, 11197, 8153, 10884, 7875, 11324, 7768, 11577, 7928, 10835, 7649, 10846, 7094, 11021, 7095, 10786, 7034, 10510, 6957, 10666, 7513, 10908, 7583, 10710, 6935, 10503, 7121, 12089, 8265, 11205, 8025, 12165, 8135, 12655, 7969, 13010, 9530, 9057, 10614, 7797, 11103, 7446, 12279, 8540, 13073, 8960, 12337, 8771, 11120, 8068, 13592, 9152, 13921, 7918, 12957, 7937, 11324, 8673, 7931, 10842, 7099, 10785, 7289, 11886, 8323, 13611, 8322, 10627, 8511, 8319, 10416, 7517, 11663, 7805, 10903, 7316, 11945, 7292, 12258, 7997, 11438, 7565, 10800, 7221, 10874, 7128, 10866, 7310, 10650, 7190, 10609, 7523, 11704, 8128, 11083, 7935, 11329, 7740, 12527, 7926, 13076, 8568, 12476, 8035, 11424, 7960, 13037, 8796, 12540, 8031, 12163, 7463, 12340, 7519, 10806, 7729, 9482, 7692, 9742, 8809, 9634, 9670, 7937, 9652, 7538, 10704, 7087, 11169, 7049, 10891, 7331, 11094, 7651, 12044, 8585, 11579, 8603, 11365, 8399, 11727, 8687, 12478, 9263, 11982, 8721, 12311, 8691, 12470, 8945, 12220, 8292, 12005, 8522, 12456, 9283, 12767, 8264, 9072, 8058, 7150, 10250, 7010, 11740, 7863, 11140, 7930, 11856, 8032, 13071, 8992, 12180, 8560, 10047, 9229, 8056, 10143, 8315, 13120, 7268, 10586, 6546, 11776, 7459, 11005, 6927, 10260, 6877, 11715, 7689, 11325, 7457, 10718, 7400, 11415, 7986, 11435, 8077, 11078, 7748, 11457, 8363, 11699, 8310, 11565, 8330, 11693, 8519, 12412, 8605, 12765, 8494, 11692, 8239, 12067, 8349, 13158, 7880, 11908, 7877, 11195, 8554, 7292, 9358, 6659, 10011, 6813, 11770, 8032, 11976, 8452, 11336, 8115, 12560, 8799, 14038, 8121, 12106, 7997, 7222, 10603, 9212, 13207, 7055, 10176, 6969, 10314, 7392, 12619, 8976, 12294, 8350, 10421, 7832, 8630, 8043, 7331, 9560, 7453, 11051, 7316, 11223, 7735, 11616, 8361, 12383, 8904, 12586, 8930, 12791, 9039, 10124, 8697, 8150, 10861, 7257, 11001, 6787, 11106, 7553, 12587, 8773, 11377, 7941, 9592, 7707, 7611, 9577, 6884, 11204, 7662, 11207, 8046, 11984, 8317, 12798, 8450, 9249, 8259, 6802, 9526, 7557, 10701, 6790, 10972, 6938, 11283, 7818, 12253, 8649, 11420, 8247, 11158, 8296, 12873, 8427, 7579, 7985, 6502, 9332, 6609, 11499, 8044, 11466, 8300, 11370, 8339, 11907, 8916, 12980, 8910, 12682, 8243, 12223, 8299, 11875, 8523, 13033, 7773, 10520, 7190, 10323, 7533, 11654, 7961, 11104, 7762, 10716, 7884, 11206, 8021, 10955, 7844, 11407, 8304, 11339, 7811, 10205, 7664, 11017, 8723, 8574, 8817, 9137, 9091, 8185, 10464, 7514, 10955, 7277, 10581, 6845, 11340, 7538, 11229, 8018, 11323, 8151, 12542, 9015, 12170, 8730, 11837, 8629, 12491, 9139, 12869, 8835, 12620, 8672, 11756, 9483, 7735, 10379, 7239, 11000, 7112, 12542, 8666, 11930, 8089, 11224, 8264, 12904, 8459, 10723, 8376, 7503, 9651, 7243, 10528, 7263, 10677, 7068, 10589, 7713, 11902, 8323, 12586, 8921, 13841, 8530, 12350, 7946, 12121, 8267, 10291, 8275, 9950, 8762, 8940, 9966, 7332, 12427, 7992, 11381, 7528, 13382, 8108, 8373, 8306, 6548, 11377, 8497, 12701, 9320, 13628, 8750, 14222, 8476, 14357, 8471, 12716, 7994, 12598, 8814, 10653, 8636, 9239, 8264, 8056, 9075, 8416, 9562, 6963, 9666, 6533, 9755, 6419, 9922, 7139, 11222, 7337, 10432, 7267, 10259, 7516, 11133, 7792, 10735, 7397, 10217, 7368, 11767, 8097, 11038, 8105, 9427, 8736, 8607, 9741, 8187, 10836, 7649, 10353, 8053, 10525, 7803, 11293, 7601, 11067, 7547, 11076, 8051, 12441, 8846, 13938, 7910, 9844, 7547, 6646, 10608, 7123, 11738, 8179, 11730, 8487, 10445, 9552, 7865, 10904, 6947, 11432, 8117, 12495, 9060, 13135, 8317, 12593, 7865, 11141, 8215, 10250, 10032, 7826, 9934, 6814, 10688, 7082, 10658, 7512, 11978, 8433, 11155, 8088, 10985, 7865, 10687, 8555, 7762, 8920, 6798, 10054, 6887, 10121, 7037, 10908, 7056, 10571, 7353, 11003, 7774, 11364, 7980, 11253, 7776, 10789, 7711, 10912, 7579, 10719, 7406, 10377, 7837, 7699, 8008, 7391, 9378, 7397, 11760, 7576, 12461, 9370, 14493, 7068, 6925, 7130, 9194, 9583, 6830, 10965, 7822, 11616, 8654, 12457, 8940, 12915, 8869, 12969, 8428, 12901, 8776, 11120, 9607, 10229, 14125, 8656, 13124, 8884, 10951, 7849, 9694, 7383, 9953, 7492, 10288, 7459, 10046, 7399, 10942, 7747, 11437, 8017, 10570, 7660, 10785, 7719, 10626, 7512, 9750, 6665, 9932, 6747, 11089, 7974, 10875, 7672, 11592, 7784, 11472, 8088, 10312, 9841, 8316, 9690, 7120, 9946, 8165, 11877, 6874, 10559, 6716, 10269, 7423, 11849, 8166, 11050, 8152, 11314, 8395, 13155, 8464, 13066, 8013, 14014, 7892, 12262, 7910, 11309, 7657, 10380, 7347, 9945, 7221, 10045, 6557, 10060, 6427, 10195, 7196, 9278, 6653, 10285, 6781, 10239, 6906, 10915, 7779, 11042, 8451, 11296, 8129, 10898, 7896, 11150, 7836, 10906, 6992, 10616, 7089, 10853, 6561, 9413, 7345, 10050, 6310, 9016, 7171, 11758, 9798, 12298, 9139, 11724, 9103, 12678, 9383, 12953, 9855, 11204, 9374, 9510, 9731, 9859, 9460, 9798, 9788, 7999, 9401, 7916, 9442, 7950, 10373, 8362, 10866, 7671, 10476, 7536, 11230, 8953, 10342, 12370, 9317, 13231, 8741, 13794, 8680, 12993, 8869, 11741, 8131, 12167, 8089, 11444, 8053, 12186, 8649, 12491, 7573, 12107, 7796, 11886, 7811, 12566, 8713, 8140, 9294, 7721, 10747, 7639, 11610, 7271, 12085, 7345, 12438, 8506, 12622, 8886, 13379, 8918, 12867, 8050, 12252, 8416, 13131, 9291, 13528, 8324, 12605, 8212, 11699, 9451, 7718, 12424, 7330, 10268, 7044, 12817, 8102, 12231, 8111, 12646, 8976, 12494, 7949, 7894, 8380, 7556, 9339, 8227, 10526, 7531, 10225, 7406, 10052, 8277, 11544, 7068, 11027, 6869, 10851, 7377, 12776, 8890, 12299, 7992, 12788, 8206, 13158, 8496, 12934, 8857, 12114, 8528, 10168, 9238, 9435, 10924, 7859, 10685, 7249, 11421, 7266, 12363, 7161, 12221, 7668, 11604, 7720, 11485, 7487, 11698, 7812, 11694, 7907, 11596, 7722, 13236, 8140, 11843, 8370, 8379, 8955, 7114, 10258, 6834, 13059, 8002, 11779, 7376], 'WindowCenter': [3970.0, 3986.0, 3944.0, 3982.0, 3939.0, 3959.0, 3928.0, 3959.0, 3928.0, 3959.0, 3928.0, 3959.0, 3927.0, 3959.0, 3927.0, 3959.0, 3918.0, 3960.0, 3918.0, 3971.0, 3919.0, 3961.0, 3919.0, 3972.0, 3931.0, 3973.0, 3931.0, 3973.0, 3931.0, 3974.0, 3934.0, 3997.0, 3969.0, 3988.0, 3946.0, 3987.0, 3957.0, 3998.0, 3958.0, 3999.0, 3967.0, 3966.0, 3976.0, 3942.0, 3974.0, 3931.0, 3984.0, 3942.0, 3985.0, 3952.0, 3973.0, 3954.0, 3962.0, 3931.0, 3984.0, 3952.0, 3981.0, 3942.0, 3979.0, 3928.0, 3958.0, 3939.0, 3928.0, 3960.0, 3918.0, 3959.0, 3917.0, 3969.0, 3940.0, 3981.0, 3940.0, 3960.0, 3940.0, 3939.0, 3961.0, 3931.0, 3973.0, 3929.0, 3960.0, 3917.0, 3959.0, 3916.0, 3956.0, 3926.0, 3958.0, 3914.0, 3945.0, 3903.0, 3946.0, 3904.0, 3946.0, 3904.0, 3945.0, 3902.0, 3944.0, 3914.0, 3956.0, 3926.0, 3956.0, 3926.0, 3957.0, 3927.0, 3968.0, 3928.0, 3969.0, 3938.0, 3967.0, 3926.0, 3956.0, 3926.0, 3966.0, 3926.0, 3967.0, 3927.0, 3958.0, 3915.0, 3955.0, 3916.0, 3957.0, 3916.0, 3936.0, 3927.0, 3946.0, 3937.0, 3947.0, 3948.0, 3926.0, 3947.0, 3927.0, 3959.0, 3917.0, 3959.0, 3917.0, 3958.0, 3918.0, 3959.0, 3929.0, 3971.0, 3940.0, 3971.0, 3939.0, 3959.0, 3928.0, 3969.0, 3939.0, 3970.0, 3939.0, 3958.0, 3927.0, 3958.0, 3927.0, 3968.0, 3938.0, 3958.0, 3929.0, 3959.0, 3938.0, 3968.0, 3950.0, 3982.0, 3941.0, 3938.0, 3928.0, 3918.0, 3960.0, 3919.0, 3972.0, 3941.0, 3972.0, 3941.0, 3971.0, 3942.0, 3983.0, 3953.0, 3971.0, 3941.0, 3949.0, 3949.0, 3928.0, 3949.0, 3926.0, 3969.0, 3904.0, 3946.0, 3893.0, 3958.0, 3904.0, 3947.0, 3905.0, 3946.0, 3903.0, 3956.0, 3915.0, 3957.0, 3915.0, 3946.0, 3917.0, 3957.0, 3926.0, 3957.0, 3927.0, 3958.0, 3928.0, 3969.0, 3939.0, 3969.0, 3939.0, 3959.0, 3928.0, 3970.0, 3939.0, 3969.0, 3938.0, 3968.0, 3938.0, 3970.0, 3929.0, 3970.0, 3928.0, 3969.0, 3929.0, 3969.0, 3930.0, 3960.0, 3940.0, 3918.0, 3950.0, 3919.0, 3961.0, 3921.0, 3983.0, 3941.0, 3983.0, 3942.0, 3972.0, 3942.0, 3986.0, 3955.0, 3994.0, 3945.0, 3971.0, 3930.0, 3927.0, 3962.0, 3939.0, 3984.0, 3917.0, 3948.0, 3916.0, 3947.0, 3916.0, 3970.0, 3939.0, 3969.0, 3928.0, 3947.0, 3917.0, 3927.0, 3927.0, 3916.0, 3937.0, 3916.0, 3959.0, 3917.0, 3960.0, 3928.0, 3958.0, 3927.0, 3969.0, 3938.0, 3957.0, 3937.0, 3957.0, 3926.0, 3935.0, 3925.0, 3915.0, 3947.0, 3903.0, 3946.0, 3892.0, 3945.0, 3914.0, 3956.0, 3926.0, 3956.0, 3926.0, 3935.0, 3916.0, 3927.0, 3949.0, 3917.0, 3959.0, 3928.0, 3959.0, 3928.0, 3970.0, 3939.0, 3969.0, 3929.0, 3938.0, 3928.0, 3906.0, 3949.0, 3928.0, 3960.0, 3906.0, 3959.0, 3916.0, 3959.0, 3927.0, 3970.0, 3938.0, 3960.0, 3941.0, 3960.0, 3940.0, 3969.0, 3928.0, 3928.0, 3928.0, 3908.0, 3951.0, 3920.0, 3983.0, 3943.0, 3985.0, 3943.0, 3975.0, 3943.0, 3974.0, 3952.0, 3983.0, 3942.0, 3972.0, 3928.0, 3959.0, 3927.0, 3958.0, 3926.0, 3969.0, 3914.0, 3945.0, 3903.0, 3934.0, 3914.0, 3956.0, 3914.0, 3945.0, 3914.0, 3946.0, 3927.0, 3956.0, 3926.0, 3946.0, 3927.0, 3958.0, 3939.0, 3958.0, 3928.0, 3948.0, 3929.0, 3959.0, 3939.0, 3938.0, 3939.0, 3937.0, 3940.0, 3939.0, 3961.0, 3918.0, 3960.0, 3917.0, 3959.0, 3908.0, 3972.0, 3929.0, 3961.0, 3929.0, 3960.0, 3930.0, 3971.0, 3952.0, 3973.0, 3941.0, 3971.0, 3952.0, 3983.0, 3952.0, 3971.0, 3951.0, 3970.0, 3940.0, 3970.0, 3964.0, 3930.0, 3962.0, 3917.0, 3961.0, 3918.0, 3971.0, 3940.0, 3971.0, 3929.0, 3960.0, 3940.0, 3982.0, 3941.0, 3960.0, 3940.0, 3918.0, 3950.0, 3929.0, 3962.0, 3929.0, 3963.0, 3919.0, 3960.0, 3929.0, 3971.0, 3941.0, 3971.0, 3939.0, 3980.0, 3939.0, 3968.0, 3929.0, 3969.0, 3939.0, 3948.0, 3928.0, 3949.0, 3942.0, 3939.0, 3950.0, 3918.0, 3972.0, 3928.0, 3959.0, 3928.0, 3993.0, 3941.0, 3940.0, 3941.0, 3921.0, 3974.0, 3954.0, 3998.0, 3966.0, 3983.0, 3940.0, 3979.0, 3915.0, 3968.0, 3915.0, 3955.0, 3914.0, 3956.0, 3924.0, 3933.0, 3911.0, 3921.0, 3910.0, 3898.0, 3909.0, 3910.0, 3921.0, 3889.0, 3922.0, 3879.0, 3921.0, 3891.0, 3934.0, 3903.0, 3944.0, 3902.0, 3944.0, 3903.0, 3945.0, 3915.0, 3959.0, 3917.0, 3958.0, 3918.0, 3948.0, 3918.0, 3970.0, 3942.0, 3961.0, 3941.0, 3950.0, 3942.0, 3941.0, 3962.0, 3939.0, 3972.0, 3928.0, 3960.0, 3928.0, 3961.0, 3928.0, 3961.0, 3928.0, 3959.0, 3927.0, 3960.0, 3929.0, 3970.0, 3941.0, 3981.0, 3930.0, 3949.0, 3929.0, 3919.0, 3973.0, 3920.0, 3971.0, 3940.0, 3971.0, 3952.0, 3962.0, 3963.0, 3940.0, 3963.0, 3919.0, 3972.0, 3930.0, 3971.0, 3940.0, 3970.0, 3928.0, 3956.0, 3916.0, 3945.0, 3926.0, 3945.0, 3936.0, 3914.0, 3935.0, 3892.0, 3946.0, 3903.0, 3945.0, 3903.0, 3956.0, 3925.0, 3945.0, 3915.0, 3945.0, 3926.0, 3946.0, 3937.0, 3916.0, 3937.0, 3904.0, 3946.0, 3904.0, 3948.0, 3916.0, 3947.0, 3905.0, 3948.0, 3929.0, 3959.0, 3916.0, 3958.0, 3928.0, 3959.0, 3929.0, 3959.0, 3928.0, 3958.0, 3929.0, 3959.0, 3930.0, 3961.0, 3942.0, 3930.0, 3941.0, 3931.0, 3963.0, 3945.0, 3987.0, 3943.0, 3986.0, 3954.0, 3993.0, 3920.0, 3919.0, 3918.0, 3949.0, 3950.0, 3921.0, 3973.0, 3943.0, 3974.0, 3952.0, 3983.0, 3939.0, 3972.0, 3926.0, 3970.0, 3913.0, 3957.0, 3911.0, 3934.0, 3908.0, 3920.0, 3939.0, 3896.0, 3926.0, 3894.0, 3916.0, 3883.0, 3904.0, 3873.0, 3905.0, 3888.0, 3919.0, 3900.0, 3931.0, 3902.0, 3943.0, 3914.0, 3956.0, 3925.0, 3948.0, 3928.0, 3959.0, 3917.0, 3948.0, 3916.0, 3937.0, 3905.0, 3961.0, 3921.0, 3973.0, 3942.0, 3973.0, 3943.0, 3973.0, 3942.0, 3973.0, 3943.0, 3963.0, 3963.0, 3940.0, 3951.0, 3918.0, 3962.0, 3940.0, 3971.0, 3921.0, 3962.0, 3908.0, 3950.0, 3919.0, 3971.0, 3929.0, 3958.0, 3928.0, 3959.0, 3940.0, 3969.0, 3938.0, 3967.0, 3927.0, 3967.0, 3925.0, 3956.0, 3914.0, 3945.0, 3914.0, 3934.0, 3902.0, 3935.0, 3903.0, 3934.0, 3892.0, 3934.0, 3905.0, 3947.0, 3905.0, 3936.0, 3905.0, 3947.0, 3907.0, 3948.0, 3919.0, 3960.0, 3929.0, 3970.0, 3940.0, 3971.0, 3940.0, 3971.0, 3940.0, 3971.0, 3929.0, 3960.0, 3919.0, 3960.0, 3917.0, 3959.0, 3907.0, 3949.0, 3929.0, 3960.0, 3920.0, 3963.0, 3933.0, 3996.0, 3977.0, 3983.0, 3963.0, 3983.0, 3965.0, 3983.0, 3952.0, 3982.0, 3962.0, 3960.0, 3949.0, 3948.0, 3960.0, 3948.0, 3949.0, 3948.0, 3948.0, 3926.0, 3949.0, 3927.0, 3948.0, 3929.0, 3975.0, 3942.0, 3973.0, 3929.0, 3961.0, 3929.0, 3972.0, 3950.0, 3962.0, 3981.0, 3951.0, 3981.0, 3941.0, 3981.0, 3938.0, 3980.0, 3939.0, 3970.0, 3939.0, 3970.0, 3940.0, 3970.0, 3941.0, 3981.0, 3952.0, 3981.0, 3931.0, 3981.0, 3931.0, 3971.0, 3940.0, 3982.0, 3952.0, 3940.0, 3951.0, 3929.0, 3972.0, 3930.0, 3973.0, 3930.0, 3983.0, 3932.0, 3996.0, 3954.0, 3985.0, 3967.0, 3997.0, 3967.0, 3985.0, 3944.0, 3983.0, 3942.0, 3983.0, 3953.0, 3982.0, 3940.0, 3981.0, 3939.0, 3969.0, 3948.0, 3927.0, 3982.0, 3918.0, 3960.0, 3918.0, 3981.0, 3939.0, 3971.0, 3940.0, 3981.0, 3952.0, 3981.0, 3940.0, 3929.0, 3940.0, 3929.0, 3950.0, 3940.0, 3972.0, 3930.0, 3962.0, 3929.0, 3961.0, 3940.0, 3973.0, 3920.0, 3961.0, 3908.0, 3960.0, 3930.0, 3984.0, 3952.0, 3996.0, 3956.0, 3994.0, 3953.0, 3994.0, 3954.0, 3982.0, 3953.0, 3982.0, 3952.0, 3960.0, 3951.0, 3950.0, 3961.0, 3928.0, 3960.0, 3917.0, 3958.0, 3916.0, 3968.0, 3917.0, 3969.0, 3916.0, 3959.0, 3927.0, 3957.0, 3916.0, 3969.0, 3928.0, 3968.0, 3939.0, 3969.0, 3929.0, 3980.0, 3940.0, 3970.0, 3939.0, 3941.0, 3952.0, 3919.0, 3960.0, 3919.0, 3982.0, 3940.0, 3982.0, 3932.0], 'WindowWidth': [8874.0, 8889.0, 8829.0, 8877.0, 8814.0, 8839.0, 8796.0, 8837.0, 8794.0, 8839.0, 8795.0, 8839.0, 8793.0, 8837.0, 8793.0, 8838.0, 8783.0, 8841.0, 8784.0, 8858.0, 8786.0, 8845.0, 8788.0, 8863.0, 8805.0, 8866.0, 8805.0, 8866.0, 8806.0, 8868.0, 8815.0, 8903.0, 8868.0, 8892.0, 8832.0, 8889.0, 8849.0, 8905.0, 8854.0, 8910.0, 8863.0, 8858.0, 8872.0, 8822.0, 8869.0, 8806.0, 8881.0, 8821.0, 8885.0, 8832.0, 8866.0, 8840.0, 8848.0, 8806.0, 8882.0, 8832.0, 8873.0, 8823.0, 8867.0, 8798.0, 8835.0, 8811.0, 8796.0, 8842.0, 8783.0, 8838.0, 8780.0, 8854.0, 8815.0, 8871.0, 8817.0, 8841.0, 8814.0, 8812.0, 8844.0, 8805.0, 8864.0, 8798.0, 8842.0, 8778.0, 8840.0, 8776.0, 8832.0, 8789.0, 8837.0, 8771.0, 8814.0, 8754.0, 8816.0, 8757.0, 8815.0, 8755.0, 8811.0, 8752.0, 8808.0, 8770.0, 8829.0, 8788.0, 8830.0, 8790.0, 8832.0, 8793.0, 8849.0, 8797.0, 8851.0, 8809.0, 8846.0, 8789.0, 8827.0, 8787.0, 8845.0, 8789.0, 8844.0, 8791.0, 8834.0, 8774.0, 8828.0, 8777.0, 8831.0, 8776.0, 8802.0, 8792.0, 8817.0, 8807.0, 8819.0, 8822.0, 8790.0, 8819.0, 8793.0, 8839.0, 8781.0, 8840.0, 8779.0, 8837.0, 8783.0, 8839.0, 8799.0, 8858.0, 8814.0, 8857.0, 8813.0, 8840.0, 8797.0, 8853.0, 8813.0, 8856.0, 8810.0, 8836.0, 8792.0, 8835.0, 8794.0, 8849.0, 8809.0, 8836.0, 8796.0, 8837.0, 8808.0, 8850.0, 8826.0, 8874.0, 8817.0, 8807.0, 8797.0, 8782.0, 8843.0, 8787.0, 8863.0, 8818.0, 8862.0, 8820.0, 8861.0, 8822.0, 8881.0, 8837.0, 8860.0, 8817.0, 8824.0, 8825.0, 8797.0, 8827.0, 8788.0, 8852.0, 8755.0, 8815.0, 8742.0, 8837.0, 8756.0, 8819.0, 8759.0, 8815.0, 8755.0, 8830.0, 8773.0, 8832.0, 8774.0, 8815.0, 8779.0, 8834.0, 8790.0, 8834.0, 8794.0, 8835.0, 8796.0, 8853.0, 8812.0, 8852.0, 8811.0, 8839.0, 8797.0, 8856.0, 8813.0, 8852.0, 8810.0, 8850.0, 8807.0, 8854.0, 8798.0, 8854.0, 8795.0, 8852.0, 8797.0, 8852.0, 8801.0, 8842.0, 8815.0, 8783.0, 8829.0, 8787.0, 8845.0, 8793.0, 8878.0, 8820.0, 8879.0, 8820.0, 8864.0, 8822.0, 8887.0, 8843.0, 8896.0, 8831.0, 8856.0, 8801.0, 8796.0, 8847.0, 8812.0, 8879.0, 8779.0, 8821.0, 8777.0, 8818.0, 8777.0, 8854.0, 8811.0, 8853.0, 8794.0, 8817.0, 8778.0, 8791.0, 8792.0, 8774.0, 8805.0, 8776.0, 8839.0, 8777.0, 8840.0, 8796.0, 8835.0, 8790.0, 8850.0, 8806.0, 8833.0, 8804.0, 8832.0, 8789.0, 8797.0, 8786.0, 8771.0, 8816.0, 8753.0, 8814.0, 8738.0, 8811.0, 8770.0, 8831.0, 8789.0, 8829.0, 8789.0, 8799.0, 8776.0, 8793.0, 8826.0, 8780.0, 8839.0, 8794.0, 8838.0, 8795.0, 8854.0, 8813.0, 8854.0, 8798.0, 8807.0, 8794.0, 8765.0, 8826.0, 8794.0, 8840.0, 8764.0, 8837.0, 8777.0, 8837.0, 8794.0, 8854.0, 8809.0, 8841.0, 8817.0, 8841.0, 8814.0, 8851.0, 8796.0, 8795.0, 8797.0, 8772.0, 8831.0, 8792.0, 8879.0, 8825.0, 8883.0, 8826.0, 8870.0, 8824.0, 8867.0, 8834.0, 8879.0, 8819.0, 8861.0, 8795.0, 8839.0, 8790.0, 8835.0, 8788.0, 8851.0, 8769.0, 8812.0, 8753.0, 8797.0, 8770.0, 8828.0, 8770.0, 8812.0, 8771.0, 8816.0, 8791.0, 8830.0, 8790.0, 8817.0, 8793.0, 8836.0, 8811.0, 8834.0, 8795.0, 8821.0, 8797.0, 8838.0, 8812.0, 8809.0, 8811.0, 8806.0, 8813.0, 8810.0, 8843.0, 8781.0, 8841.0, 8779.0, 8839.0, 8771.0, 8863.0, 8799.0, 8844.0, 8797.0, 8842.0, 8802.0, 8859.0, 8834.0, 8862.0, 8817.0, 8858.0, 8835.0, 8879.0, 8835.0, 8858.0, 8830.0, 8855.0, 8815.0, 8855.0, 8853.0, 8801.0, 8846.0, 8780.0, 8845.0, 8783.0, 8859.0, 8815.0, 8858.0, 8798.0, 8842.0, 8813.0, 8874.0, 8818.0, 8840.0, 8813.0, 8783.0, 8827.0, 8798.0, 8850.0, 8798.0, 8847.0, 8784.0, 8841.0, 8798.0, 8858.0, 8816.0, 8858.0, 8813.0, 8870.0, 8810.0, 8849.0, 8798.0, 8852.0, 8811.0, 8821.0, 8794.0, 8824.0, 8820.0, 8810.0, 8826.0, 8783.0, 8860.0, 8796.0, 8839.0, 8797.0, 8889.0, 8818.0, 8817.0, 8820.0, 8794.0, 8868.0, 8839.0, 8909.0, 8861.0, 8880.0, 8813.0, 8866.0, 8773.0, 8852.0, 8773.0, 8824.0, 8768.0, 8826.0, 8782.0, 8790.0, 8760.0, 8772.0, 8757.0, 8739.0, 8755.0, 8757.0, 8774.0, 8729.0, 8777.0, 8717.0, 8775.0, 8735.0, 8796.0, 8755.0, 8812.0, 8752.0, 8809.0, 8755.0, 8814.0, 8775.0, 8836.0, 8780.0, 8835.0, 8782.0, 8822.0, 8785.0, 8855.0, 8822.0, 8845.0, 8817.0, 8828.0, 8819.0, 8818.0, 8847.0, 8812.0, 8860.0, 8795.0, 8841.0, 8796.0, 8843.0, 8796.0, 8845.0, 8795.0, 8839.0, 8795.0, 8843.0, 8798.0, 8856.0, 8816.0, 8871.0, 8801.0, 8824.0, 8799.0, 8787.0, 8863.0, 8789.0, 8860.0, 8816.0, 8860.0, 8835.0, 8848.0, 8852.0, 8816.0, 8850.0, 8785.0, 8862.0, 8800.0, 8859.0, 8813.0, 8856.0, 8794.0, 8831.0, 8775.0, 8813.0, 8788.0, 8812.0, 8802.0, 8769.0, 8799.0, 8738.0, 8818.0, 8754.0, 8814.0, 8755.0, 8831.0, 8786.0, 8814.0, 8774.0, 8814.0, 8790.0, 8816.0, 8805.0, 8778.0, 8806.0, 8758.0, 8816.0, 8757.0, 8821.0, 8777.0, 8819.0, 8761.0, 8822.0, 8799.0, 8838.0, 8778.0, 8836.0, 8796.0, 8839.0, 8797.0, 8839.0, 8797.0, 8835.0, 8800.0, 8840.0, 8802.0, 8846.0, 8821.0, 8804.0, 8821.0, 8806.0, 8851.0, 8832.0, 8891.0, 8825.0, 8885.0, 8840.0, 8892.0, 8788.0, 8789.0, 8785.0, 8824.0, 8829.0, 8791.0, 8866.0, 8827.0, 8868.0, 8835.0, 8879.0, 8812.0, 8861.0, 8787.0, 8854.0, 8765.0, 8833.0, 8758.0, 8796.0, 8750.0, 8768.0, 8794.0, 8728.0, 8772.0, 8723.0, 8755.0, 8708.0, 8737.0, 8697.0, 8742.0, 8726.0, 8768.0, 8745.0, 8789.0, 8754.0, 8809.0, 8772.0, 8829.0, 8787.0, 8821.0, 8797.0, 8837.0, 8778.0, 8822.0, 8777.0, 8806.0, 8762.0, 8845.0, 8793.0, 8863.0, 8821.0, 8864.0, 8825.0, 8863.0, 8823.0, 8864.0, 8825.0, 8850.0, 8852.0, 8816.0, 8832.0, 8784.0, 8847.0, 8814.0, 8861.0, 8793.0, 8847.0, 8769.0, 8828.0, 8785.0, 8857.0, 8797.0, 8837.0, 8795.0, 8840.0, 8815.0, 8854.0, 8810.0, 8849.0, 8792.0, 8846.0, 8785.0, 8830.0, 8771.0, 8813.0, 8769.0, 8796.0, 8753.0, 8798.0, 8754.0, 8799.0, 8741.0, 8797.0, 8762.0, 8821.0, 8759.0, 8802.0, 8759.0, 8818.0, 8767.0, 8823.0, 8785.0, 8841.0, 8800.0, 8857.0, 8816.0, 8858.0, 8816.0, 8859.0, 8818.0, 8858.0, 8798.0, 8842.0, 8785.0, 8844.0, 8781.0, 8840.0, 8768.0, 8824.0, 8799.0, 8842.0, 8792.0, 8854.0, 8814.0, 8902.0, 8876.0, 8879.0, 8853.0, 8877.0, 8858.0, 8879.0, 8834.0, 8876.0, 8847.0, 8840.0, 8824.0, 8822.0, 8846.0, 8822.0, 8826.0, 8823.0, 8823.0, 8791.0, 8825.0, 8793.0, 8824.0, 8802.0, 8873.0, 8822.0, 8864.0, 8801.0, 8848.0, 8800.0, 8864.0, 8830.0, 8850.0, 8872.0, 8832.0, 8872.0, 8816.0, 8874.0, 8811.0, 8872.0, 8813.0, 8855.0, 8815.0, 8857.0, 8816.0, 8856.0, 8820.0, 8876.0, 8836.0, 8874.0, 8805.0, 8873.0, 8806.0, 8860.0, 8818.0, 8876.0, 8834.0, 8817.0, 8833.0, 8801.0, 8862.0, 8804.0, 8864.0, 8804.0, 8878.0, 8811.0, 8900.0, 8842.0, 8886.0, 8862.0, 8904.0, 8861.0, 8886.0, 8827.0, 8878.0, 8822.0, 8881.0, 8837.0, 8874.0, 8816.0, 8871.0, 8812.0, 8851.0, 8824.0, 8793.0, 8877.0, 8783.0, 8843.0, 8783.0, 8871.0, 8816.0, 8860.0, 8818.0, 8875.0, 8836.0, 8874.0, 8818.0, 8801.0, 8817.0, 8800.0, 8831.0, 8818.0, 8863.0, 8802.0, 8849.0, 8802.0, 8847.0, 8817.0, 8866.0, 8789.0, 8846.0, 8770.0, 8843.0, 8802.0, 8883.0, 8836.0, 8902.0, 8849.0, 8895.0, 8839.0, 8895.0, 8841.0, 8877.0, 8838.0, 8876.0, 8834.0, 8842.0, 8832.0, 8828.0, 8846.0, 8795.0, 8843.0, 8780.0, 8839.0, 8778.0, 8853.0, 8780.0, 8854.0, 8778.0, 8839.0, 8793.0, 8835.0, 8780.0, 8855.0, 8800.0, 8852.0, 8814.0, 8856.0, 8802.0, 8871.0, 8816.0, 8856.0, 8814.0, 8820.0, 8836.0, 8788.0, 8843.0, 8786.0, 8877.0, 8818.0, 8876.0, 8811.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.0011319266055045871</td></tr>
<tr><td colspan=3>aqi</td><td>0.01988733623853211</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.7171154919518</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2821388712055102</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.020323610160735</td></tr>
<tr><td colspan=3>efc</td><td>0.4982</td></tr>
<tr><td colspan=3>fber</td><td>4233.2153</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08363117247362474</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>25</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.86697247706422</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.574228687624299</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.476642213679521</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8722661133380214</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3737777358553545</td></tr>
<tr><td colspan=3>gcor</td><td>0.015923</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017439456656575203</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.034450024366378784</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8171366459484974</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>19.8819</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.7668</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>199.8659</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297089.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>990.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>377.4842</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2199</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>511.0316</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3107.7024</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3297.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79455.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1012.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4088.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>863.731</td></tr>
<tr><td colspan=3>tsnr</td><td>41.483400809112936</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>