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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-01_subject-0112_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-0112/figures/sub-0112_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0112/figures/sub-0112_ses-01_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-0112/figures/sub-0112_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-01_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-0112/ses-01/func/sub-0112_ses-01_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>bbb88b103137ef5b7e8c40413265346c</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:34:57.160000</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.994861, -0.0379318, 0.0938812, 0.0390882, 0.99918, -0.0105086]</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.0849003</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>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4247, -7815, -7281, 176, -136, -57, -112, 46]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>230.817</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>33a70257-c1ea-40c2-b125-fc77bb3cbdb2||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.669138193130493, 0.1048707664012909, 0.25219523906707764, 101.84513092041016], [0.10176830738782883, 2.6807281970977783, -0.03813555836677551, -91.3548583984375], [0.2518763542175293, 0.028193920850753784, 2.687925338745117, -94.37442779541016], [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': ['203457.160000', '203457.620000', '203458.080000', '203458.540000', '203459.000000', '203459.460000', '203459.920000', '203500.380000', '203500.840000', '203501.300000', '203501.760000', '203502.220000', '203502.680000', '203503.140000', '203503.600000', '203504.060000', '203504.520000', '203504.980000', '203505.440000', '203505.900000', '203506.360000', '203506.820000', '203507.280000', '203507.740000', '203508.200000', '203508.660000', '203509.120000', '203509.580000', '203510.040000', '203510.500000', '203510.960000', '203511.420000', '203511.880000', '203512.340000', '203512.800000', '203513.260000', '203513.720000', '203514.180000', '203514.640000', '203515.100000', '203515.560000', '203516.020000', '203516.480000', '203516.940000', '203517.400000', '203517.860000', '203518.320000', '203518.780000', '203519.240000', '203519.700000', '203520.160000', '203520.620000', '203521.080000', '203521.540000', '203522.000000', '203522.460000', '203522.920000', '203523.380000', '203523.840000', '203524.300000', '203524.760000', '203525.220000', '203525.680000', '203526.140000', '203526.600000', '203527.060000', '203527.520000', '203527.980000', '203528.440000', '203528.900000', '203529.360000', '203529.820000', '203530.280000', '203530.740000', '203531.200000', '203531.660000', '203532.120000', '203532.580000', '203533.040000', '203533.500000', '203533.960000', '203534.420000', '203534.880000', '203535.340000', '203535.800000', '203536.260000', '203536.720000', '203537.180000', '203537.640000', '203538.100000', '203538.560000', '203539.020000', '203539.480000', '203539.940000', '203540.400000', '203540.860000', '203541.320000', '203541.780000', '203542.240000', '203542.700000', '203543.160000', '203543.620000', '203544.080000', '203544.540000', '203545.000000', '203545.460000', '203545.920000', '203546.380000', '203546.840000', '203547.300000', '203547.760000', '203548.220000', '203548.680000', '203549.140000', '203549.600000', '203550.060000', '203550.520000', '203550.980000', '203551.440000', '203551.900000', '203552.360000', '203552.820000', '203553.280000', '203553.740000', '203554.200000', '203554.660000', '203555.120000', '203555.580000', '203556.040000', '203556.500000', '203556.960000', '203557.420000', '203557.880000', '203558.340000', '203558.800000', '203559.260000', '203559.720000', '203600.180000', '203600.640000', '203601.100000', '203601.560000', '203602.020000', '203602.480000', '203602.940000', '203603.400000', '203603.860000', '203604.320000', '203604.780000', '203605.240000', '203605.700000', '203606.160000', '203606.620000', '203607.080000', '203607.540000', '203608.000000', '203608.460000', '203608.920000', '203609.380000', '203609.840000', '203610.300000', '203610.760000', '203611.220000', '203611.680000', '203612.140000', '203612.600000', '203613.060000', '203613.520000', '203613.980000', '203614.440000', '203614.900000', '203615.360000', '203615.820000', '203616.280000', '203616.740000', '203617.200000', '203617.660000', '203618.120000', '203618.580000', '203619.040000', '203619.500000', '203619.960000', '203620.420000', '203620.880000', '203621.340000', '203621.800000', '203622.260000', '203622.720000', '203623.180000', '203623.640000', '203624.100000', '203624.560000', '203625.020000', '203625.480000', '203625.940000', '203626.400000', '203626.860000', '203627.320000', '203627.780000', '203628.240000', '203628.700000', '203629.160000', '203629.620000', '203630.080000', '203630.540000', '203631.000000', '203631.460000', '203631.920000', '203632.380000', '203632.840000', '203633.300000', '203633.760000', '203634.220000', '203634.680000', '203635.140000', '203635.600000', '203636.060000', '203636.520000', '203636.980000', '203637.440000', '203637.900000', '203638.360000', '203638.820000', '203639.280000', '203639.740000', '203640.200000', '203640.660000', '203641.120000', '203641.580000', '203642.040000', '203642.500000', '203642.960000', '203643.420000', '203643.880000', '203644.340000', '203644.800000', '203645.260000', '203645.720000', '203646.180000', '203646.640000', '203647.100000', '203647.560000', '203648.020000', '203648.480000', '203648.940000', '203649.400000', '203649.860000', '203650.320000', '203650.780000', '203651.240000', '203651.700000', '203652.160000', '203652.620000', '203653.080000', '203653.540000', '203654.000000', '203654.460000', '203654.920000', '203655.380000', '203655.840000', '203656.300000', '203656.760000', '203657.220000', '203657.680000', '203658.140000', '203658.600000', '203659.060000', '203659.520000', '203659.980000', '203700.440000', '203700.900000', '203701.360000', '203701.820000', '203702.280000', '203702.740000', '203703.200000', '203703.660000', '203704.120000', '203704.580000', '203705.040000', '203705.500000', '203705.960000', '203706.420000', '203706.880000', '203707.340000', '203707.800000', '203708.260000', '203708.720000', '203709.180000', '203709.640000', '203710.100000', '203710.560000', '203711.020000', '203711.480000', '203711.940000', '203712.400000', '203712.860000', '203713.320000', '203713.780000', '203714.240000', '203714.700000', '203715.160000', '203715.620000', '203716.080000', '203716.540000', '203717.000000', '203717.460000', '203717.920000', '203718.380000', '203718.840000', '203719.300000', '203719.760000', '203720.220000', '203720.680000', '203721.140000', '203721.600000', '203722.060000', '203722.520000', '203722.980000', '203723.440000', '203723.900000', '203724.360000', '203724.820000', '203725.280000', '203725.740000', '203726.200000', '203726.660000', '203727.120000', '203727.580000', '203728.040000', '203728.500000', '203728.960000', '203729.420000', '203729.880000', '203730.340000', '203730.800000', '203731.260000', '203731.720000', '203732.180000', '203732.640000', '203733.100000', '203733.560000', '203734.020000', '203734.480000', '203734.940000', '203735.400000', '203735.860000', '203736.320000', '203736.780000', '203737.240000', '203737.700000', '203738.160000', '203738.620000', '203739.080000', '203739.540000', '203740.000000', '203740.460000', '203740.920000', '203741.380000', '203741.840000', '203742.300000', '203742.760000', '203743.220000', '203743.680000', '203744.140000', '203744.600000', '203745.060000', '203745.520000', '203745.980000', '203746.440000', '203746.900000', '203747.360000', '203747.820000', '203748.280000', '203748.740000', '203749.200000', '203749.660000', '203750.120000', '203750.580000', '203751.040000', '203751.500000', '203751.960000', '203752.420000', '203752.880000', '203753.340000', '203753.800000', '203754.260000', '203754.720000', '203755.180000', '203755.640000', '203756.100000', '203756.560000', '203757.020000', '203757.480000', '203757.940000', '203758.400000', '203758.860000', '203759.320000', '203759.780000', '203800.240000', '203800.700000', '203801.160000', '203801.620000', '203802.080000', '203802.540000', '203803.000000', '203803.460000', '203803.920000', '203804.380000', '203804.840000', '203805.300000', '203805.760000', '203806.220000', '203806.680000', '203807.140000', '203807.600000', '203808.060000', '203808.520000', '203808.980000', '203809.440000', '203809.900000', '203810.360000', '203810.820000', '203811.280000', '203811.740000', '203812.200000', '203812.660000', '203813.120000', '203813.580000', '203814.040000', '203814.500000', '203814.960000', '203815.420000', '203815.880000', '203816.340000', '203816.800000', '203817.260000', '203817.720000', '203818.180000', '203818.640000', '203819.100000', '203819.560000', '203820.020000', '203820.480000', '203820.940000', '203821.400000', '203821.860000', '203822.320000', '203822.780000', '203823.240000', '203823.700000', '203824.160000', '203824.620000', '203825.080000', '203825.540000', '203826.000000', '203826.460000', '203826.920000', '203827.380000', '203827.840000', '203828.300000', '203828.760000', '203829.220000', '203829.680000', '203830.140000', '203830.600000', '203831.060000', '203831.520000', '203831.980000', '203832.440000', '203832.900000', '203833.360000', '203833.820000', '203834.280000', '203834.740000', '203835.200000', '203835.660000', '203836.120000', '203836.580000', '203837.040000', '203837.500000', '203837.960000', '203838.420000', '203838.880000', '203839.340000', '203839.800000', '203840.260000', '203840.720000', '203841.180000', '203841.640000', '203842.100000', '203842.560000', '203843.020000', '203843.480000', '203843.940000', '203844.400000', '203844.860000', '203845.320000', '203845.780000', '203846.240000', '203846.700000', '203847.160000', '203847.620000', '203848.080000', '203848.540000', '203849.000000', '203849.460000', '203849.920000', '203850.380000', '203850.840000', '203851.300000', '203851.760000', '203852.220000', '203852.680000', '203853.140000', '203853.600000', '203854.060000', '203854.520000', '203854.980000', '203855.440000', '203855.900000', '203856.360000', '203856.820000', '203857.280000', '203857.740000', '203858.200000', '203858.660000', '203859.120000', '203859.580000', '203900.040000', '203900.500000', '203900.960000', '203901.420000', '203901.880000', '203902.340000', '203902.800000', '203903.260000', '203903.720000', '203904.180000', '203904.640000', '203905.100000', '203905.560000', '203906.020000', '203906.480000', '203906.940000', '203907.400000', '203907.860000', '203908.320000', '203908.780000', '203909.240000', '203909.700000', '203910.160000', '203910.620000', '203911.080000', '203911.540000', '203912.000000', '203912.460000', '203912.920000', '203913.380000', '203913.840000', '203914.300000', '203914.760000', '203915.220000', '203915.680000', '203916.140000', '203916.600000', '203917.060000', '203917.520000', '203917.980000', '203918.440000', '203918.900000', '203919.360000', '203919.820000', '203920.280000', '203920.740000', '203921.200000', '203921.660000', '203922.120000', '203922.580000', '203923.040000', '203923.500000', '203923.960000', '203924.420000', '203924.880000', '203925.340000', '203925.800000', '203926.260000', '203926.720000', '203927.180000', '203927.640000', '203928.100000', '203928.560000', '203929.020000', '203929.480000', '203929.940000', '203930.400000', '203930.860000', '203931.320000', '203931.780000', '203932.240000', '203932.700000', '203933.160000', '203933.620000', '203934.080000', '203934.540000', '203935.000000', '203935.460000', '203935.920000', '203936.380000', '203936.840000', '203937.300000', '203937.760000', '203938.220000', '203938.680000', '203939.140000', '203939.600000', '203940.060000', '203940.520000', '203940.980000', '203941.440000', '203941.900000', '203942.360000', '203942.820000', '203943.280000', '203943.740000', '203944.200000', '203944.660000', '203945.120000', '203945.580000', '203946.040000', '203946.500000', '203946.960000', '203947.420000', '203947.880000', '203948.340000', '203948.800000', '203949.260000', '203949.720000', '203950.180000', '203950.640000', '203951.100000', '203951.560000', '203952.020000', '203952.480000', '203952.940000', '203953.400000', '203953.860000', '203954.320000', '203954.780000', '203955.240000', '203955.700000', '203956.160000', '203956.620000', '203957.080000', '203957.540000', '203958.000000', '203958.460000', '203958.920000', '203959.380000', '203959.840000', '204000.300000', '204000.760000', '204001.220000', '204001.680000', '204002.140000', '204002.600000', '204003.060000', '204003.520000', '204003.980000', '204004.440000', '204004.900000', '204005.360000', '204005.820000', '204006.280000', '204006.740000', '204007.200000', '204007.660000', '204008.120000', '204008.580000', '204009.040000', '204009.500000', '204009.960000', '204010.420000', '204010.880000', '204011.340000', '204011.800000', '204012.260000', '204012.720000', '204013.180000', '204013.640000', '204014.100000', '204014.560000', '204015.020000', '204015.480000', '204015.940000', '204016.400000', '204016.860000', '204017.320000', '204017.780000', '204018.240000', '204018.700000', '204019.160000', '204019.620000', '204020.080000', '204020.540000', '204021.000000', '204021.460000', '204021.920000', '204022.380000', '204022.840000', '204023.300000', '204023.760000', '204024.220000', '204024.680000', '204025.140000', '204025.600000', '204026.060000', '204026.520000', '204026.980000', '204027.440000', '204027.900000', '204028.360000', '204028.820000', '204029.280000', '204029.740000', '204030.200000', '204030.660000', '204031.120000', '204031.580000', '204032.040000', '204032.500000', '204032.960000', '204033.420000', '204033.880000', '204034.340000', '204034.800000', '204035.260000', '204035.720000', '204036.180000', '204036.640000', '204037.100000', '204037.560000', '204038.020000', '204038.480000', '204038.940000', '204039.400000', '204039.860000', '204040.320000', '204040.780000', '204041.240000', '204041.700000', '204042.160000', '204042.620000', '204043.080000', '204043.540000', '204044.000000', '204044.460000', '204044.920000', '204045.380000', '204045.840000', '204046.300000', '204046.760000', '204047.220000', '204047.680000', '204048.140000', '204048.600000', '204049.060000', '204049.520000', '204049.980000', '204050.440000', '204050.900000', '204051.360000', '204051.820000', '204052.280000', '204052.740000', '204053.200000', '204053.660000', '204054.120000', '204054.580000', '204055.040000', '204055.500000', '204055.960000', '204056.420000', '204056.880000', '204057.340000', '204057.800000', '204058.260000', '204058.720000', '204059.180000', '204059.640000', '204100.100000', '204100.560000', '204101.020000', '204101.480000', '204101.940000', '204102.400000', '204102.860000', '204103.320000', '204103.780000', '204104.240000', '204104.700000', '204105.160000', '204105.620000', '204106.080000', '204106.540000', '204107.000000', '204107.460000', '204107.920000', '204108.380000', '204108.840000', '204109.300000', '204109.760000', '204110.220000', '204110.680000', '204111.140000', '204111.600000', '204112.060000', '204112.520000', '204112.980000', '204113.440000', '204113.900000', '204114.360000', '204114.820000', '204115.280000', '204115.740000', '204116.200000', '204116.660000', '204117.120000', '204117.580000', '204118.040000', '204118.500000', '204118.960000', '204119.420000', '204119.880000', '204120.340000', '204120.800000', '204121.260000', '204121.720000', '204122.180000', '204122.640000', '204123.100000', '204123.560000', '204124.020000', '204124.480000', '204124.940000', '204125.400000', '204125.860000', '204126.320000', '204126.780000', '204127.240000', '204127.700000', '204128.160000', '204128.620000', '204129.080000', '204129.540000', '204130.000000', '204130.460000', '204130.920000', '204131.380000', '204131.840000', '204132.300000', '204132.760000', '204133.220000', '204133.680000', '204134.140000', '204134.600000', '204135.060000', '204135.520000', '204135.980000', '204136.440000', '204136.900000', '204137.360000', '204137.820000'], 'ContentTime': ['203511.751000', '203511.754000', '203511.757000', '203511.759000', '203511.762000', '203511.764000', '203511.767000', '203511.769000', '203511.772000', '203511.774000', '203511.777000', '203511.780000', '203511.782000', '203511.789000', '203511.792000', '203511.795000', '203511.797000', '203511.800000', '203511.802000', '203511.805000', '203511.807000', '203511.810000', '203511.816000', '203511.818000', '203511.821000', '203511.824000', '203511.826000', '203511.829000', '203511.831000', '203511.834000', '203531.722000', '203531.724000', '203531.727000', '203531.729000', '203531.732000', '203531.735000', '203531.737000', '203531.740000', '203531.742000', '203531.745000', '203531.747000', '203531.750000', '203531.752000', '203531.755000', '203531.758000', '203531.761000', '203531.764000', '203531.766000', '203531.769000', '203531.772000', '203531.774000', '203531.777000', '203531.779000', '203531.782000', '203531.784000', '203531.787000', '203531.789000', '203531.792000', '203531.795000', '203531.797000', '203531.800000', '203531.802000', '203531.805000', '203531.808000', '203531.811000', '203531.813000', '203531.816000', '203531.819000', '203531.821000', '203531.824000', '203531.826000', '203531.835000', '203531.837000', '203551.722000', '203551.724000', '203551.727000', '203551.730000', '203551.732000', '203551.735000', '203551.737000', '203551.740000', '203551.742000', '203551.745000', '203551.761000', '203551.763000', '203551.766000', '203551.768000', '203551.771000', '203551.773000', '203551.776000', '203551.779000', '203551.781000', '203551.784000', '203551.786000', '203551.789000', '203551.791000', '203551.794000', '203551.796000', '203551.799000', '203551.802000', '203551.807000', '203551.809000', '203551.812000', '203551.814000', '203551.817000', '203551.819000', '203551.822000', '203551.825000', '203551.827000', '203551.830000', '203551.832000', '203551.835000', '203551.837000', '203551.840000', '203551.842000', '203551.845000', '203551.848000', '203611.721000', '203611.724000', '203611.727000', '203611.729000', '203611.732000', '203611.734000', '203611.737000', '203611.740000', '203611.742000', '203611.745000', '203611.747000', '203611.750000', '203611.753000', '203611.755000', '203611.758000', '203611.760000', '203611.764000', '203611.767000', '203611.770000', '203611.772000', '203611.775000', '203611.777000', '203611.780000', '203611.782000', '203611.785000', '203611.788000', '203611.790000', '203611.793000', '203611.795000', '203611.798000', '203611.801000', '203611.803000', '203611.806000', '203611.808000', '203611.811000', '203611.813000', '203611.816000', '203611.819000', '203611.821000', '203611.824000', '203611.826000', '203611.829000', '203611.832000', '203631.722000', '203631.724000', '203631.727000', '203631.730000', '203631.732000', '203631.735000', '203631.737000', '203631.740000', '203631.742000', '203631.745000', '203631.748000', '203631.750000', '203631.753000', '203631.755000', '203631.758000', '203631.760000', '203631.763000', '203631.766000', '203631.768000', '203631.771000', '203631.773000', '203631.776000', '203631.778000', '203631.781000', '203631.784000', '203631.786000', '203631.789000', '203631.792000', '203631.794000', '203631.797000', '203631.799000', '203631.802000', '203631.804000', '203631.807000', '203631.810000', '203631.812000', '203631.815000', '203631.817000', '203631.820000', '203631.823000', '203631.825000', '203631.828000', '203631.830000', '203631.833000', '203651.722000', '203651.724000', '203651.727000', '203651.730000', '203651.732000', '203651.735000', '203651.737000', '203651.740000', '203651.743000', '203651.745000', '203651.748000', '203651.750000', '203651.753000', '203651.756000', '203651.758000', '203651.761000', '203651.763000', '203651.766000', '203651.769000', '203651.771000', '203651.774000', '203651.776000', '203651.779000', '203651.782000', '203651.784000', '203651.787000', '203651.790000', '203651.793000', '203651.795000', '203651.798000', '203651.800000', '203651.803000', '203651.806000', '203651.808000', '203651.811000', '203651.813000', '203651.816000', '203651.819000', '203651.821000', '203651.824000', '203651.827000', '203651.829000', '203651.832000', '203711.723000', '203711.725000', '203711.728000', '203711.731000', '203711.733000', '203711.736000', '203711.738000', '203711.741000', '203711.744000', '203711.746000', '203711.749000', '203711.751000', '203711.754000', '203711.756000', '203711.759000', '203711.762000', '203711.764000', '203711.767000', '203711.769000', '203711.772000', '203711.774000', '203711.777000', '203711.780000', '203711.782000', '203711.785000', '203711.788000', '203711.790000', '203711.793000', '203711.795000', '203711.798000', '203711.801000', '203711.803000', '203711.806000', '203711.808000', '203711.811000', '203711.814000', '203711.816000', '203711.819000', '203711.821000', '203711.824000', '203711.827000', '203711.829000', '203711.832000', '203711.834000', '203731.721000', '203731.724000', '203731.727000', '203731.729000', '203731.732000', '203731.735000', '203731.749000', '203731.751000', '203731.754000', '203731.756000', '203731.759000', '203731.761000', '203731.764000', '203731.767000', '203731.769000', '203731.772000', '203731.774000', '203731.777000', '203731.779000', '203731.782000', '203731.785000', '203731.787000', '203731.790000', '203731.792000', '203731.795000', '203731.798000', '203731.801000', '203731.804000', '203731.807000', '203731.809000', '203731.812000', '203731.815000', '203731.817000', '203731.820000', '203731.822000', '203731.825000', '203731.828000', '203731.830000', '203731.833000', '203731.835000', '203731.838000', '203731.840000', '203731.843000', '203751.722000', '203751.724000', '203751.727000', '203751.730000', '203751.732000', '203751.735000', '203751.738000', '203751.740000', '203751.743000', '203751.745000', '203751.748000', '203751.751000', '203751.753000', '203751.756000', '203751.758000', '203751.761000', '203751.763000', '203751.766000', '203751.769000', '203751.771000', '203751.774000', '203751.776000', '203751.779000', '203751.781000', '203751.784000', '203751.787000', '203751.789000', '203751.792000', '203751.794000', '203751.797000', '203751.799000', '203751.802000', '203751.805000', '203751.807000', '203751.810000', '203751.812000', '203751.815000', '203751.818000', '203751.820000', '203751.823000', '203751.825000', '203751.828000', '203751.831000', '203751.833000', '203811.722000', '203811.724000', '203811.727000', '203811.730000', '203811.732000', '203811.735000', '203811.738000', '203811.740000', '203811.743000', '203811.745000', '203811.748000', '203811.750000', '203811.753000', '203811.756000', '203811.758000', '203811.761000', '203811.763000', '203811.766000', '203811.768000', '203811.771000', '203811.774000', '203811.776000', '203811.779000', '203811.781000', '203811.784000', '203811.787000', '203811.789000', '203811.792000', '203811.794000', '203811.797000', '203811.799000', '203811.802000', '203811.805000', '203811.807000', '203811.810000', '203811.812000', '203811.815000', '203811.817000', '203811.820000', '203811.823000', '203811.825000', '203811.828000', '203811.830000', '203831.721000', '203831.724000', '203831.727000', '203831.729000', '203831.732000', '203831.735000', '203831.737000', '203831.740000', '203831.742000', '203831.745000', '203831.748000', '203831.750000', '203831.753000', '203831.755000', '203831.758000', '203831.760000', '203831.763000', '203831.766000', '203831.768000', '203831.771000', '203831.773000', '203831.776000', '203831.779000', '203831.781000', '203831.784000', '203831.786000', '203831.789000', '203831.792000', '203831.794000', '203831.797000', '203831.799000', '203831.802000', '203831.804000', '203831.807000', '203831.810000', '203831.812000', '203831.815000', '203831.817000', '203831.820000', '203831.823000', '203831.825000', '203831.828000', '203831.830000', '203831.833000', '203851.722000', '203851.724000', '203851.727000', '203851.730000', '203851.732000', '203851.735000', '203851.738000', '203851.740000', '203851.743000', '203851.745000', '203851.748000', '203851.751000', '203851.753000', '203851.756000', '203851.758000', '203851.761000', '203851.763000', '203851.766000', '203851.769000', '203851.771000', '203851.774000', '203851.776000', '203851.779000', '203851.782000', '203851.784000', '203851.787000', '203851.789000', '203851.792000', '203851.794000', '203851.797000', '203851.800000', '203851.821000', '203851.823000', '203851.826000', '203851.828000', '203851.831000', '203851.834000', '203851.836000', '203851.839000', '203851.841000', '203851.845000', '203851.848000', '203851.851000', '203911.722000', '203911.724000', '203911.727000', '203911.730000', '203911.732000', '203911.735000', '203911.737000', '203911.740000', '203911.743000', '203911.745000', '203911.748000', '203911.751000', '203911.753000', '203911.756000', '203911.758000', '203911.761000', '203911.764000', '203911.766000', '203911.769000', '203911.771000', '203911.774000', '203911.777000', '203911.779000', '203911.782000', '203911.784000', '203911.787000', '203911.789000', '203911.792000', '203911.795000', '203911.797000', '203911.800000', '203911.802000', '203911.805000', '203911.808000', '203911.810000', '203911.813000', '203911.815000', '203911.818000', '203911.820000', '203911.823000', '203911.826000', '203911.828000', '203911.831000', '203911.833000', '203931.723000', '203931.725000', '203931.728000', '203931.731000', '203931.733000', '203931.736000', '203931.738000', '203931.741000', '203931.743000', '203931.746000', '203931.749000', '203931.751000', '203931.754000', '203931.756000', '203931.759000', '203931.762000', '203931.764000', '203931.767000', '203931.769000', '203931.772000', '203931.775000', '203931.777000', '203931.780000', '203931.783000', '203931.785000', '203931.788000', '203931.790000', '203931.793000', '203931.795000', '203931.798000', '203931.801000', '203931.803000', '203931.806000', '203931.808000', '203931.811000', '203931.814000', '203931.816000', '203931.819000', '203931.821000', '203931.824000', '203931.826000', '203931.829000', '203931.831000', '203951.722000', '203951.724000', '203951.727000', '203951.729000', '203951.732000', '203951.735000', '203951.737000', '203951.740000', '203951.742000', '203951.745000', '203951.748000', '203951.750000', '203951.753000', '203951.756000', '203951.758000', '203951.761000', '203951.763000', '203951.766000', '203951.769000', '203951.771000', '203951.774000', '203951.776000', '203951.779000', '203951.782000', '203951.784000', '203951.787000', '203951.790000', '203951.792000', '203951.795000', '203951.797000', '203951.800000', '203951.803000', '203951.805000', '203951.808000', '203951.810000', '203951.813000', '203951.816000', '203951.818000', '203951.821000', '203951.823000', '203951.826000', '203951.829000', '203951.831000', '203951.834000', '204011.721000', '204011.724000', '204011.727000', '204011.729000', '204011.732000', '204011.735000', '204011.737000', '204011.740000', '204011.742000', '204011.745000', '204011.748000', '204011.750000', '204011.753000', '204011.755000', '204011.758000', '204011.761000', '204011.763000', '204011.766000', '204011.768000', '204011.771000', '204011.774000', '204011.776000', '204011.779000', '204011.781000', '204011.784000', '204011.786000', '204011.789000', '204011.792000', '204011.794000', '204011.797000', '204011.799000', '204011.802000', '204011.805000', '204011.807000', '204011.810000', '204011.812000', '204011.815000', '204011.817000', '204011.820000', '204011.823000', '204011.825000', '204011.828000', '204011.831000', '204031.722000', '204031.724000', '204031.728000', '204031.731000', '204031.734000', '204031.736000', '204031.739000', '204031.742000', '204031.744000', '204031.747000', '204031.749000', '204031.752000', '204031.794000', '204031.797000', '204031.799000', '204031.802000', '204031.804000', '204031.807000', '204031.810000', '204031.812000', '204031.815000', '204031.817000', '204031.820000', '204031.823000', '204031.825000', '204031.828000', '204031.830000', '204031.833000', '204031.835000', '204031.838000', '204031.841000', '204031.843000', '204031.846000', '204031.848000', '204031.851000', '204031.854000', '204031.856000', '204031.859000', '204031.861000', '204031.864000', '204031.867000', '204031.869000', '204031.872000', '204031.874000', '204051.721000', '204051.724000', '204051.727000', '204051.730000', '204051.732000', '204051.735000', '204051.737000', '204051.740000', '204051.743000', '204051.745000', '204051.748000', '204051.750000', '204051.753000', '204051.756000', '204051.758000', '204051.761000', '204051.763000', '204051.766000', '204051.769000', '204051.771000', '204051.774000', '204051.778000', '204051.781000', '204051.783000', '204051.786000', '204051.789000', '204051.791000', '204051.794000', '204051.796000', '204051.799000', '204051.801000', '204051.804000', '204051.807000', '204051.809000', '204051.812000', '204051.814000', '204051.817000', '204051.819000', '204051.822000', '204051.825000', '204051.827000', '204051.830000', '204051.833000', '204111.721000', '204111.724000', '204111.727000', '204111.729000', '204111.732000', '204111.735000', '204111.737000', '204111.740000', '204111.742000', '204111.745000', '204111.748000', '204111.750000', '204111.753000', '204111.755000', '204111.758000', '204111.761000', '204111.763000', '204111.766000', '204111.768000', '204111.771000', '204111.774000', '204111.776000', '204111.779000', '204111.781000', '204111.784000', '204111.787000', '204111.789000', '204111.792000', '204111.794000', '204111.797000', '204111.800000', '204111.802000', '204111.805000', '204111.807000', '204111.810000', '204111.812000', '204111.815000', '204111.817000', '204111.820000', '204111.823000', '204111.825000', '204111.828000', '204111.831000', '204111.833000', '204131.721000', '204131.724000', '204131.727000', '204131.729000', '204131.732000', '204131.735000', '204131.737000', '204131.740000', '204131.743000', '204131.745000', '204131.748000', '204131.750000', '204131.753000', '204131.755000', '204131.758000', '204131.761000', '204131.763000', '204131.766000', '204131.768000', '204131.771000', '204131.774000', '204131.776000', '204131.779000', '204131.781000', '204131.784000', '204131.787000', '204131.789000', '204131.792000', '204131.794000', '204131.797000', '204131.799000', '204131.802000', '204131.805000', '204131.807000', '204131.810000', '204131.812000', '204131.815000', '204131.817000', '204131.820000', '204131.823000', '204131.825000', '204131.828000', '204131.830000', '204138.842000', '204138.845000', '204138.848000', '204138.851000', '204138.853000', '204138.856000', '204138.859000', '204138.861000', '204138.864000', '204138.867000', '204138.869000', '204138.872000', '204138.875000', '204138.877000', '204138.880000', '204138.883000'], 'InstanceCreationTime': ['203511.751000', '203511.754000', '203511.757000', '203511.759000', '203511.762000', '203511.764000', '203511.767000', '203511.769000', '203511.772000', '203511.774000', '203511.777000', '203511.780000', '203511.782000', '203511.789000', '203511.792000', '203511.795000', '203511.797000', '203511.800000', '203511.802000', '203511.805000', '203511.807000', '203511.810000', '203511.816000', '203511.818000', '203511.821000', '203511.824000', '203511.826000', '203511.829000', '203511.831000', '203511.834000', '203531.722000', '203531.724000', '203531.727000', '203531.729000', '203531.732000', '203531.735000', '203531.737000', '203531.740000', '203531.742000', '203531.745000', '203531.747000', '203531.750000', '203531.752000', '203531.755000', '203531.758000', '203531.761000', '203531.764000', '203531.766000', '203531.769000', '203531.772000', '203531.774000', '203531.777000', '203531.779000', '203531.782000', '203531.784000', '203531.787000', '203531.789000', '203531.792000', '203531.795000', '203531.797000', '203531.800000', '203531.802000', '203531.805000', '203531.808000', '203531.811000', '203531.813000', '203531.816000', '203531.819000', '203531.821000', '203531.824000', '203531.826000', '203531.835000', '203531.837000', '203551.722000', '203551.724000', '203551.727000', '203551.730000', '203551.732000', '203551.735000', '203551.737000', '203551.740000', '203551.742000', '203551.745000', '203551.761000', '203551.763000', '203551.766000', '203551.768000', '203551.771000', '203551.773000', '203551.776000', '203551.779000', '203551.781000', '203551.784000', '203551.786000', '203551.789000', '203551.791000', '203551.794000', '203551.796000', '203551.799000', '203551.802000', '203551.807000', '203551.809000', '203551.812000', '203551.814000', '203551.817000', '203551.819000', '203551.822000', '203551.825000', '203551.827000', '203551.830000', '203551.832000', '203551.835000', '203551.837000', '203551.840000', '203551.842000', '203551.845000', '203551.848000', '203611.721000', '203611.724000', '203611.727000', '203611.729000', '203611.732000', '203611.734000', '203611.737000', '203611.740000', '203611.742000', '203611.745000', '203611.747000', '203611.750000', '203611.753000', '203611.755000', '203611.758000', '203611.760000', '203611.764000', '203611.767000', '203611.770000', '203611.772000', '203611.775000', '203611.777000', '203611.780000', '203611.782000', '203611.785000', '203611.788000', '203611.790000', '203611.793000', '203611.795000', '203611.798000', '203611.801000', '203611.803000', '203611.806000', '203611.808000', '203611.811000', '203611.813000', '203611.816000', '203611.819000', '203611.821000', '203611.824000', '203611.826000', '203611.829000', '203611.832000', '203631.722000', '203631.724000', '203631.727000', '203631.730000', '203631.732000', '203631.735000', '203631.737000', '203631.740000', '203631.742000', '203631.745000', '203631.748000', '203631.750000', '203631.753000', '203631.755000', '203631.758000', '203631.760000', '203631.763000', '203631.766000', '203631.768000', '203631.771000', '203631.773000', '203631.776000', '203631.778000', '203631.781000', '203631.784000', '203631.786000', '203631.789000', '203631.792000', '203631.794000', '203631.797000', '203631.799000', '203631.802000', '203631.804000', '203631.807000', '203631.810000', '203631.812000', '203631.815000', '203631.817000', '203631.820000', '203631.823000', '203631.825000', '203631.828000', '203631.830000', '203631.833000', '203651.722000', '203651.724000', '203651.727000', '203651.730000', '203651.732000', '203651.735000', '203651.737000', '203651.740000', '203651.743000', '203651.745000', '203651.748000', '203651.750000', '203651.753000', '203651.756000', '203651.758000', '203651.761000', '203651.763000', '203651.766000', '203651.769000', '203651.771000', '203651.774000', '203651.776000', '203651.779000', '203651.782000', '203651.784000', '203651.787000', '203651.790000', '203651.793000', '203651.795000', '203651.798000', '203651.800000', '203651.803000', '203651.806000', '203651.808000', '203651.811000', '203651.813000', '203651.816000', '203651.819000', '203651.821000', '203651.824000', '203651.827000', '203651.829000', '203651.832000', '203711.723000', '203711.725000', '203711.728000', '203711.731000', '203711.733000', '203711.736000', '203711.738000', '203711.741000', '203711.744000', '203711.746000', '203711.749000', '203711.751000', '203711.754000', '203711.756000', '203711.759000', '203711.762000', '203711.764000', '203711.767000', '203711.769000', '203711.772000', '203711.774000', '203711.777000', '203711.780000', '203711.782000', '203711.785000', '203711.788000', '203711.790000', '203711.793000', '203711.795000', '203711.798000', '203711.801000', '203711.803000', '203711.806000', '203711.808000', '203711.811000', '203711.814000', '203711.816000', '203711.819000', '203711.821000', '203711.824000', '203711.827000', '203711.829000', '203711.832000', '203711.834000', '203731.721000', '203731.724000', '203731.727000', '203731.729000', '203731.732000', '203731.735000', '203731.749000', '203731.751000', '203731.754000', '203731.756000', '203731.759000', '203731.761000', '203731.764000', '203731.767000', '203731.769000', '203731.772000', '203731.774000', '203731.777000', '203731.779000', '203731.782000', '203731.785000', '203731.787000', '203731.790000', '203731.792000', '203731.795000', '203731.798000', '203731.801000', '203731.804000', '203731.807000', '203731.809000', '203731.812000', '203731.815000', '203731.817000', '203731.820000', '203731.822000', '203731.825000', '203731.828000', '203731.830000', '203731.833000', '203731.835000', '203731.838000', '203731.840000', '203731.843000', '203751.722000', '203751.724000', '203751.727000', '203751.730000', '203751.732000', '203751.735000', '203751.738000', '203751.740000', '203751.743000', '203751.745000', '203751.748000', '203751.751000', '203751.753000', '203751.756000', '203751.758000', '203751.761000', '203751.763000', '203751.766000', '203751.769000', '203751.771000', '203751.774000', '203751.776000', '203751.779000', '203751.781000', '203751.784000', '203751.787000', '203751.789000', '203751.792000', '203751.794000', '203751.797000', '203751.799000', '203751.802000', '203751.805000', '203751.807000', '203751.810000', '203751.812000', '203751.815000', '203751.818000', '203751.820000', '203751.823000', '203751.825000', '203751.828000', '203751.831000', '203751.833000', '203811.722000', '203811.724000', '203811.727000', '203811.730000', '203811.732000', '203811.735000', '203811.738000', '203811.740000', '203811.743000', '203811.745000', '203811.748000', '203811.750000', '203811.753000', '203811.756000', '203811.758000', '203811.761000', '203811.763000', '203811.766000', '203811.768000', '203811.771000', '203811.774000', '203811.776000', '203811.779000', '203811.781000', '203811.784000', '203811.787000', '203811.789000', '203811.792000', '203811.794000', '203811.797000', '203811.799000', '203811.802000', '203811.805000', '203811.807000', '203811.810000', '203811.812000', '203811.815000', '203811.817000', '203811.820000', '203811.823000', '203811.825000', '203811.828000', '203811.830000', '203831.721000', '203831.724000', '203831.727000', '203831.729000', '203831.732000', '203831.735000', '203831.737000', '203831.740000', '203831.742000', '203831.745000', '203831.748000', '203831.750000', '203831.753000', '203831.755000', '203831.758000', '203831.760000', '203831.763000', '203831.766000', '203831.768000', '203831.771000', '203831.773000', '203831.776000', '203831.779000', '203831.781000', '203831.784000', '203831.786000', '203831.789000', '203831.792000', '203831.794000', '203831.797000', '203831.799000', '203831.802000', '203831.804000', '203831.807000', '203831.810000', '203831.812000', '203831.815000', '203831.817000', '203831.820000', '203831.823000', '203831.825000', '203831.828000', '203831.830000', '203831.833000', '203851.722000', '203851.724000', '203851.727000', '203851.730000', '203851.732000', '203851.735000', '203851.738000', '203851.740000', '203851.743000', '203851.745000', '203851.748000', '203851.751000', '203851.753000', '203851.756000', '203851.758000', '203851.761000', '203851.763000', '203851.766000', '203851.769000', '203851.771000', '203851.774000', '203851.776000', '203851.779000', '203851.782000', '203851.784000', '203851.787000', '203851.789000', '203851.792000', '203851.794000', '203851.797000', '203851.800000', '203851.821000', '203851.823000', '203851.826000', '203851.828000', '203851.831000', '203851.834000', '203851.836000', '203851.839000', '203851.841000', '203851.845000', '203851.848000', '203851.851000', '203911.722000', '203911.724000', '203911.727000', '203911.730000', '203911.732000', '203911.735000', '203911.737000', '203911.740000', '203911.743000', '203911.745000', '203911.748000', '203911.751000', '203911.753000', '203911.756000', '203911.758000', '203911.761000', '203911.764000', '203911.766000', '203911.769000', '203911.771000', '203911.774000', '203911.777000', '203911.779000', '203911.782000', '203911.784000', '203911.787000', '203911.789000', '203911.792000', '203911.795000', '203911.797000', '203911.800000', '203911.802000', '203911.805000', '203911.808000', '203911.810000', '203911.813000', '203911.815000', '203911.818000', '203911.820000', '203911.823000', '203911.826000', '203911.828000', '203911.831000', '203911.833000', '203931.723000', '203931.725000', '203931.728000', '203931.731000', '203931.733000', '203931.736000', '203931.738000', '203931.741000', '203931.743000', '203931.746000', '203931.749000', '203931.751000', '203931.754000', '203931.756000', '203931.759000', '203931.762000', '203931.764000', '203931.767000', '203931.769000', '203931.772000', '203931.775000', '203931.777000', '203931.780000', '203931.783000', '203931.785000', '203931.788000', '203931.790000', '203931.793000', '203931.795000', '203931.798000', '203931.801000', '203931.803000', '203931.806000', '203931.808000', '203931.811000', '203931.814000', '203931.816000', '203931.819000', '203931.821000', '203931.824000', '203931.826000', '203931.829000', '203931.831000', '203951.722000', '203951.724000', '203951.727000', '203951.729000', '203951.732000', '203951.735000', '203951.737000', '203951.740000', '203951.742000', '203951.745000', '203951.748000', '203951.750000', '203951.753000', '203951.756000', '203951.758000', '203951.761000', '203951.763000', '203951.766000', '203951.769000', '203951.771000', '203951.774000', '203951.776000', '203951.779000', '203951.782000', '203951.784000', '203951.787000', '203951.790000', '203951.792000', '203951.795000', '203951.797000', '203951.800000', '203951.803000', '203951.805000', '203951.808000', '203951.810000', '203951.813000', '203951.816000', '203951.818000', '203951.821000', '203951.823000', '203951.826000', '203951.829000', '203951.831000', '203951.834000', '204011.721000', '204011.724000', '204011.727000', '204011.729000', '204011.732000', '204011.735000', '204011.737000', '204011.740000', '204011.742000', '204011.745000', '204011.748000', '204011.750000', '204011.753000', '204011.755000', '204011.758000', '204011.761000', '204011.763000', '204011.766000', '204011.768000', '204011.771000', '204011.774000', '204011.776000', '204011.779000', '204011.781000', '204011.784000', '204011.786000', '204011.789000', '204011.792000', '204011.794000', '204011.797000', '204011.799000', '204011.802000', '204011.805000', '204011.807000', '204011.810000', '204011.812000', '204011.815000', '204011.817000', '204011.820000', '204011.823000', '204011.825000', '204011.828000', '204011.831000', '204031.722000', '204031.724000', '204031.728000', '204031.731000', '204031.734000', '204031.736000', '204031.739000', '204031.742000', '204031.744000', '204031.747000', '204031.749000', '204031.752000', '204031.794000', '204031.797000', '204031.799000', '204031.802000', '204031.804000', '204031.807000', '204031.810000', '204031.812000', '204031.815000', '204031.817000', '204031.820000', '204031.823000', '204031.825000', '204031.828000', '204031.830000', '204031.833000', '204031.835000', '204031.838000', '204031.841000', '204031.843000', '204031.846000', '204031.848000', '204031.851000', '204031.854000', '204031.856000', '204031.859000', '204031.861000', '204031.864000', '204031.867000', '204031.869000', '204031.872000', '204031.874000', '204051.721000', '204051.724000', '204051.727000', '204051.730000', '204051.732000', '204051.735000', '204051.737000', '204051.740000', '204051.743000', '204051.745000', '204051.748000', '204051.750000', '204051.753000', '204051.756000', '204051.758000', '204051.761000', '204051.763000', '204051.766000', '204051.769000', '204051.771000', '204051.774000', '204051.778000', '204051.781000', '204051.783000', '204051.786000', '204051.789000', '204051.791000', '204051.794000', '204051.796000', '204051.799000', '204051.801000', '204051.804000', '204051.807000', '204051.809000', '204051.812000', '204051.814000', '204051.817000', '204051.819000', '204051.822000', '204051.825000', '204051.827000', '204051.830000', '204051.833000', '204111.721000', '204111.724000', '204111.727000', '204111.729000', '204111.732000', '204111.735000', '204111.737000', '204111.740000', '204111.742000', '204111.745000', '204111.748000', '204111.750000', '204111.753000', '204111.755000', '204111.758000', '204111.761000', '204111.763000', '204111.766000', '204111.768000', '204111.771000', '204111.774000', '204111.776000', '204111.779000', '204111.781000', '204111.784000', '204111.787000', '204111.789000', '204111.792000', '204111.794000', '204111.797000', '204111.800000', '204111.802000', '204111.805000', '204111.807000', '204111.810000', '204111.812000', '204111.815000', '204111.817000', '204111.820000', '204111.823000', '204111.825000', '204111.828000', '204111.831000', '204111.833000', '204131.721000', '204131.724000', '204131.727000', '204131.729000', '204131.732000', '204131.735000', '204131.737000', '204131.740000', '204131.743000', '204131.745000', '204131.748000', '204131.750000', '204131.753000', '204131.755000', '204131.758000', '204131.761000', '204131.763000', '204131.766000', '204131.768000', '204131.771000', '204131.774000', '204131.776000', '204131.779000', '204131.781000', '204131.784000', '204131.787000', '204131.789000', '204131.792000', '204131.794000', '204131.797000', '204131.799000', '204131.802000', '204131.805000', '204131.807000', '204131.810000', '204131.812000', '204131.815000', '204131.817000', '204131.820000', '204131.823000', '204131.825000', '204131.828000', '204131.830000', '204138.842000', '204138.845000', '204138.848000', '204138.851000', '204138.853000', '204138.856000', '204138.859000', '204138.861000', '204138.864000', '204138.867000', '204138.869000', '204138.872000', '204138.875000', '204138.877000', '204138.880000', '204138.883000'], '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': [6430, 7852, 6712, 8319, 6488, 8928, 6452, 10222, 6723, 6850, 6423, 6302, 6562, 6649, 8239, 6447, 6588, 6348, 6803, 6421, 6892, 7038, 6610, 8917, 6771, 9105, 6351, 6578, 6352, 7218, 8117, 6679, 7773, 7146, 11511, 7296, 11302, 6761, 9154, 7463, 7169, 9903, 7349, 10552, 6750, 9011, 6679, 8142, 7713, 6441, 6928, 6657, 9585, 6800, 9868, 8515, 6879, 7371, 6353, 7107, 6840, 11116, 9327, 7608, 8941, 6621, 10486, 7356, 10656, 7152, 11633, 9499, 12799, 9733, 9197, 7727, 6650, 9749, 6499, 10495, 7161, 11140, 7141, 11996, 6851, 9851, 6313, 6948, 6640, 7014, 8982, 6841, 11625, 6467, 10552, 6526, 6494, 6598, 6790, 9714, 6777, 11197, 6281, 9961, 6287, 9140, 7002, 7912, 10013, 6932, 10562, 6727, 10244, 6445, 10751, 6868, 10854, 8305, 11884, 10240, 7378, 9071, 6811, 6369, 6871, 7222, 6634, 9809, 7983, 10844, 6875, 6452, 7089, 6833, 7310, 6998, 11548, 8976, 10224, 7843, 6654, 6945, 6737, 7828, 6643, 11070, 8110, 11845, 6132, 6123, 6695, 6998, 7544, 7236, 11520, 10015, 7904, 7714, 7052, 7565, 6946, 11303, 9197, 10857, 8463, 6816, 7298, 6919, 11183, 6560, 11999, 10101, 8375, 8129, 6852, 8632, 6729, 8295, 7916, 7000, 10016, 6747, 12096, 6807, 10673, 6677, 8466, 8347, 6929, 11380, 7391, 11100, 6615, 8897, 6405, 7018, 8597, 7239, 10926, 6718, 7374, 6191, 6918, 7160, 7005, 11383, 9837, 9162, 7486, 6761, 8529, 6733, 10829, 6906, 11797, 9752, 11239, 9186, 7129, 6878, 6858, 8701, 8078, 9774, 8686, 6784, 7895, 6521, 9674, 7905, 8640, 10842, 8137, 10911, 6768, 10085, 6616, 10932, 8570, 9350, 9208, 7686, 7634, 6948, 7488, 6904, 8258, 6752, 6862, 8102, 6978, 7532, 6698, 7934, 6607, 6520, 7355, 6772, 7781, 7185, 10967, 6652, 9057, 6345, 6454, 7295, 6541, 8306, 6874, 10084, 6521, 7492, 6826, 7322, 6748, 8794, 7897, 8341, 6751, 6971, 6358, 6867, 7454, 7167, 11359, 9324, 10626, 7748, 9184, 8359, 7739, 10891, 7467, 11836, 6962, 10611, 6708, 10400, 7190, 9648, 8592, 9236, 10817, 7958, 9777, 6952, 7924, 7208, 8607, 7231, 9916, 7202, 11203, 6769, 8154, 6496, 6703, 6420, 6855, 8536, 7051, 10737, 6997, 9585, 6808, 7685, 6599, 6888, 8266, 7387, 10332, 7342, 8222, 6993, 6813, 7905, 7288, 10341, 7482, 11203, 7196, 9852, 7223, 9997, 7883, 10709, 8601, 8508, 10734, 7600, 7665, 7628, 7722, 7258, 8641, 7238, 8715, 9015, 7504, 7672, 7247, 7669, 7570, 9245, 7506, 11120, 9601, 8919, 6876, 6818, 6509, 6864, 9242, 7269, 10739, 7219, 9679, 7036, 9386, 7086, 9212, 7967, 9995, 8870, 6898, 7225, 7373, 6717, 7199, 8574, 6643, 10391, 6939, 9286, 6981, 8733, 6958, 9581, 7620, 8255, 8432, 7358, 7515, 7427, 7454, 7346, 8431, 6940, 10085, 7354, 9082, 7316, 8164, 7354, 8077, 7529, 8791, 7168, 9357, 6858, 7234, 6844, 6729, 7931, 7053, 10822, 7214, 9173, 7285, 8964, 6910, 9529, 7110, 10275, 9168, 7453, 7534, 6790, 8554, 6299, 7715, 6368, 6822, 10121, 9104, 6695, 8519, 6668, 9886, 8124, 8667, 10852, 8788, 11067, 6483, 9409, 6498, 9598, 6566, 10417, 8387, 9205, 8269, 6925, 6726, 6543, 7203, 6611, 8528, 6702, 9555, 7579, 6854, 6991, 6484, 8013, 6614, 9915, 7002, 10822, 8580, 10670, 6481, 9680, 6608, 9640, 8763, 7581, 6931, 6941, 6147, 6916, 7163, 6463, 9160, 6830, 10475, 7868, 9006, 7730, 9421, 8922, 7853, 8478, 9390, 10427, 7183, 7340, 7036, 7384, 6527, 7681, 7212, 9703, 7577, 8144, 6137, 6571, 6148, 6476, 6941, 6857, 9758, 7106, 8858, 6600, 9294, 6420, 8982, 8509, 7040, 7358, 6676, 7715, 7002, 9429, 6949, 10181, 7485, 10453, 6412, 9079, 6256, 6545, 6486, 6897, 9663, 6975, 8833, 6593, 7989, 6701, 8022, 6753, 9993, 7736, 9601, 7157, 10085, 7719, 10140, 7345, 10083, 7301, 10436, 6607, 9868, 6599, 9702, 6542, 9571, 7174, 9448, 7261, 7396, 6214, 6484, 6104, 6426, 7526, 6871, 10345, 7159, 9771, 6590, 9481, 6591, 10004, 7946, 10428, 9211, 8340, 7250, 6496, 6715, 6396, 6492, 6782, 9516, 6966, 8557, 7119, 8049, 6694, 8987, 6674, 10422, 8139, 6426, 6596, 6702, 7522, 6814, 10077, 6894, 10310, 7203, 9664, 6913, 8968, 6831, 9851, 8362, 7415, 6738, 6679, 6531, 6930, 7408, 7112, 9201, 7018, 9586, 6737, 8872, 6504, 8743, 6655, 6706, 10033, 6927, 7777, 7109, 8222, 6528, 9397, 6423, 10043, 8613, 7867, 9610, 7160, 7492, 6939, 8387, 6937, 9853, 8190, 9479, 6596, 6963, 6130, 6685, 8316, 7030, 11029, 6873, 10021, 6053, 8870, 6276, 6428, 10106, 6899, 10599, 6637, 10412, 8526, 6639, 7666, 6798, 8404, 6686, 9863, 6778, 10466, 7513, 10608, 9069, 10918, 7425, 10356, 6821, 6596, 6965, 7311, 10055, 6682, 7168, 6565, 7022, 7001, 7754, 6723, 9332, 6606, 7597, 6287, 6076, 6505, 6192, 6549, 6176, 6458, 6002, 12197, 6580, 9170, 6470, 6401, 6509, 6515, 8357, 6224, 6564, 6279, 7388, 6474, 8861, 6575, 10177, 8535, 6651, 6742, 6263, 8893, 6185, 9691, 6566, 10698, 7776, 11177, 6415, 10051, 7147, 9970, 7763, 9286, 11402, 9979, 10138, 6425, 6883, 7301, 8385, 7266, 8735, 7254, 7438, 7732, 7646, 9107, 7523, 10227, 7561, 11178, 7249, 9861, 7162, 9551, 7256, 9286, 7329, 10102, 7266, 7161, 6649, 7820, 6927, 7843, 9859, 6890, 10791, 7517, 9158, 7246, 9166, 6887, 11349, 8750, 10991, 9108, 7248, 8176, 7414, 7558, 6825, 9716, 7512, 11116, 8476, 10404, 6608, 9498, 7341, 8168, 8220, 8492, 10677, 8109, 9383, 7006, 9574, 7523, 8365, 7203, 8624, 7077, 9047, 7031, 10414, 6974, 10095, 7096, 10445, 8043, 8754, 9004, 7143, 8859, 7561, 8051, 7493, 8920, 7031, 10653, 7069, 9561, 7093, 9651, 6680, 10077, 8763, 9254, 8487, 7225, 7355, 6757, 7862, 7329, 10272, 8451, 10363, 6940, 6982, 6969, 6246, 9136, 7021, 12279, 6059, 10123, 6356, 6460, 7815, 6449, 10886, 6386, 10370, 6561, 9643, 8449], 'WindowCenter': [3820.0, 3829.0, 3804.0, 3812.0, 3776.0, 3810.0, 3779.0, 3821.0, 3791.0, 3791.0, 3781.0, 3789.0, 3791.0, 3800.0, 3814.0, 3791.0, 3792.0, 3794.0, 3801.0, 3791.0, 3813.0, 3804.0, 3805.0, 3837.0, 3806.0, 3834.0, 3803.0, 3806.0, 3802.0, 3818.0, 3824.0, 3806.0, 3827.0, 3816.0, 3844.0, 3816.0, 3862.0, 3819.0, 3836.0, 3815.0, 3816.0, 3845.0, 3816.0, 3844.0, 3803.0, 3836.0, 3803.0, 3826.0, 3816.0, 3806.0, 3817.0, 3817.0, 3846.0, 3815.0, 3846.0, 3840.0, 3817.0, 3818.0, 3806.0, 3818.0, 3818.0, 3860.0, 3848.0, 3829.0, 3838.0, 3815.0, 3847.0, 3815.0, 3846.0, 3814.0, 3858.0, 3848.0, 3858.0, 3835.0, 3835.0, 3812.0, 3804.0, 3833.0, 3794.0, 3834.0, 3803.0, 3835.0, 3802.0, 3843.0, 3793.0, 3831.0, 3803.0, 3814.0, 3806.0, 3804.0, 3837.0, 3805.0, 3847.0, 3805.0, 3843.0, 3804.0, 3805.0, 3805.0, 3806.0, 3846.0, 3819.0, 3846.0, 3804.0, 3834.0, 3808.0, 3833.0, 3818.0, 3824.0, 3838.0, 3805.0, 3847.0, 3802.0, 3835.0, 3793.0, 3833.0, 3803.0, 3833.0, 3824.0, 3842.0, 3835.0, 3803.0, 3824.0, 3803.0, 3805.0, 3804.0, 3812.0, 3802.0, 3836.0, 3826.0, 3845.0, 3802.0, 3791.0, 3801.0, 3803.0, 3814.0, 3803.0, 3844.0, 3824.0, 3833.0, 3813.0, 3790.0, 3803.0, 3802.0, 3811.0, 3804.0, 3848.0, 3813.0, 3844.0, 3792.0, 3790.0, 3802.0, 3803.0, 3812.0, 3813.0, 3847.0, 3834.0, 3823.0, 3812.0, 3802.0, 3812.0, 3816.0, 3844.0, 3836.0, 3844.0, 3824.0, 3805.0, 3805.0, 3802.0, 3847.0, 3804.0, 3844.0, 3848.0, 3828.0, 3812.0, 3802.0, 3825.0, 3802.0, 3823.0, 3824.0, 3813.0, 3846.0, 3802.0, 3858.0, 3803.0, 3832.0, 3804.0, 3823.0, 3822.0, 3801.0, 3847.0, 3813.0, 3846.0, 3803.0, 3822.0, 3792.0, 3802.0, 3824.0, 3813.0, 3845.0, 3803.0, 3814.0, 3797.0, 3814.0, 3814.0, 3815.0, 3856.0, 3838.0, 3835.0, 3812.0, 3806.0, 3828.0, 3804.0, 3833.0, 3803.0, 3843.0, 3838.0, 3845.0, 3824.0, 3805.0, 3802.0, 3805.0, 3822.0, 3814.0, 3834.0, 3826.0, 3801.0, 3814.0, 3791.0, 3833.0, 3813.0, 3823.0, 3844.0, 3812.0, 3833.0, 3791.0, 3835.0, 3804.0, 3834.0, 3823.0, 3822.0, 3825.0, 3802.0, 3801.0, 3802.0, 3801.0, 3801.0, 3812.0, 3803.0, 3802.0, 3824.0, 3800.0, 3812.0, 3801.0, 3812.0, 3802.0, 3792.0, 3814.0, 3805.0, 3813.0, 3806.0, 3844.0, 3803.0, 3823.0, 3793.0, 3791.0, 3817.0, 3792.0, 3825.0, 3803.0, 3848.0, 3803.0, 3815.0, 3804.0, 3812.0, 3803.0, 3834.0, 3825.0, 3825.0, 3805.0, 3815.0, 3806.0, 3804.0, 3815.0, 3816.0, 3848.0, 3836.0, 3845.0, 3825.0, 3838.0, 3825.0, 3826.0, 3846.0, 3814.0, 3857.0, 3812.0, 3845.0, 3803.0, 3844.0, 3814.0, 3836.0, 3824.0, 3836.0, 3845.0, 3812.0, 3837.0, 3801.0, 3815.0, 3802.0, 3823.0, 3805.0, 3832.0, 3813.0, 3846.0, 3793.0, 3809.0, 3791.0, 3792.0, 3791.0, 3793.0, 3822.0, 3801.0, 3835.0, 3802.0, 3825.0, 3803.0, 3816.0, 3818.0, 3817.0, 3828.0, 3813.0, 3836.0, 3816.0, 3825.0, 3805.0, 3801.0, 3824.0, 3816.0, 3849.0, 3817.0, 3844.0, 3803.0, 3833.0, 3812.0, 3836.0, 3812.0, 3832.0, 3825.0, 3823.0, 3832.0, 3811.0, 3811.0, 3814.0, 3810.0, 3802.0, 3821.0, 3812.0, 3824.0, 3823.0, 3812.0, 3818.0, 3812.0, 3813.0, 3813.0, 3833.0, 3816.0, 3842.0, 3835.0, 3825.0, 3802.0, 3803.0, 3804.0, 3805.0, 3834.0, 3813.0, 3843.0, 3813.0, 3822.0, 3802.0, 3822.0, 3802.0, 3822.0, 3815.0, 3831.0, 3824.0, 3799.0, 3803.0, 3803.0, 3793.0, 3804.0, 3824.0, 3802.0, 3832.0, 3805.0, 3821.0, 3803.0, 3813.0, 3804.0, 3821.0, 3814.0, 3814.0, 3811.0, 3803.0, 3802.0, 3798.0, 3800.0, 3797.0, 3811.0, 3799.0, 3832.0, 3799.0, 3823.0, 3800.0, 3813.0, 3799.0, 3813.0, 3814.0, 3824.0, 3801.0, 3825.0, 3805.0, 3814.0, 3804.0, 3802.0, 3828.0, 3803.0, 3849.0, 3816.0, 3826.0, 3805.0, 3826.0, 3803.0, 3837.0, 3807.0, 3834.0, 3824.0, 3816.0, 3813.0, 3802.0, 3850.0, 3817.0, 3827.0, 3807.0, 3818.0, 3851.0, 3840.0, 3815.0, 3837.0, 3821.0, 3847.0, 3828.0, 3836.0, 3852.0, 3828.0, 3844.0, 3792.0, 3823.0, 3793.0, 3822.0, 3792.0, 3831.0, 3813.0, 3821.0, 3812.0, 3804.0, 3793.0, 3795.0, 3801.0, 3793.0, 3821.0, 3805.0, 3837.0, 3819.0, 3804.0, 3806.0, 3796.0, 3813.0, 3803.0, 3833.0, 3803.0, 3836.0, 3828.0, 3837.0, 3792.0, 3819.0, 3793.0, 3820.0, 3824.0, 3811.0, 3802.0, 3805.0, 3792.0, 3803.0, 3803.0, 3795.0, 3833.0, 3807.0, 3846.0, 3813.0, 3824.0, 3816.0, 3825.0, 3826.0, 3814.0, 3816.0, 3821.0, 3833.0, 3789.0, 3803.0, 3789.0, 3800.0, 3791.0, 3802.0, 3805.0, 3822.0, 3812.0, 3812.0, 3791.0, 3792.0, 3781.0, 3791.0, 3804.0, 3793.0, 3834.0, 3804.0, 3826.0, 3807.0, 3822.0, 3794.0, 3825.0, 3825.0, 3807.0, 3813.0, 3806.0, 3811.0, 3806.0, 3822.0, 3804.0, 3834.0, 3817.0, 3833.0, 3797.0, 3824.0, 3794.0, 3794.0, 3795.0, 3805.0, 3838.0, 3805.0, 3825.0, 3801.0, 3827.0, 3806.0, 3824.0, 3809.0, 3848.0, 3828.0, 3838.0, 3814.0, 3837.0, 3816.0, 3835.0, 3816.0, 3836.0, 3802.0, 3836.0, 3792.0, 3824.0, 3792.0, 3825.0, 3794.0, 3824.0, 3804.0, 3826.0, 3801.0, 3802.0, 3784.0, 3792.0, 3793.0, 3792.0, 3817.0, 3804.0, 3835.0, 3805.0, 3836.0, 3804.0, 3833.0, 3806.0, 3833.0, 3818.0, 3834.0, 3829.0, 3814.0, 3803.0, 3790.0, 3806.0, 3790.0, 3795.0, 3803.0, 3834.0, 3804.0, 3825.0, 3806.0, 3810.0, 3805.0, 3823.0, 3807.0, 3836.0, 3816.0, 3794.0, 3807.0, 3805.0, 3815.0, 3802.0, 3839.0, 3802.0, 3833.0, 3802.0, 3823.0, 3803.0, 3826.0, 3801.0, 3833.0, 3815.0, 3802.0, 3791.0, 3789.0, 3791.0, 3803.0, 3815.0, 3803.0, 3835.0, 3806.0, 3835.0, 3803.0, 3826.0, 3792.0, 3822.0, 3803.0, 3804.0, 3835.0, 3804.0, 3813.0, 3808.0, 3823.0, 3804.0, 3833.0, 3807.0, 3837.0, 3824.0, 3813.0, 3838.0, 3802.0, 3812.0, 3803.0, 3827.0, 3818.0, 3835.0, 3828.0, 3835.0, 3807.0, 3802.0, 3796.0, 3806.0, 3840.0, 3818.0, 3848.0, 3806.0, 3851.0, 3784.0, 3824.0, 3794.0, 3792.0, 3845.0, 3815.0, 3847.0, 3820.0, 3848.0, 3826.0, 3806.0, 3811.0, 3805.0, 3827.0, 3805.0, 3838.0, 3803.0, 3835.0, 3814.0, 3833.0, 3823.0, 3844.0, 3816.0, 3814.0, 3653.0, 3796.0, 3791.0, 3717.0, 3859.0, 3792.0, 3790.0, 3791.0, 3798.0, 3799.0, 3810.0, 3802.0, 3834.0, 3801.0, 3812.0, 3792.0, 3778.0, 3793.0, 3793.0, 3802.0, 3806.0, 3805.0, 3768.0, 3813.0, 3804.0, 3823.0, 3793.0, 3790.0, 3794.0, 3794.0, 3824.0, 3794.0, 3802.0, 3802.0, 3817.0, 3804.0, 3836.0, 3807.0, 3846.0, 3826.0, 3803.0, 3805.0, 3803.0, 3836.0, 3794.0, 3835.0, 3804.0, 3848.0, 3815.0, 3846.0, 3794.0, 3836.0, 3816.0, 3835.0, 3828.0, 3836.0, 3858.0, 3819.0, 3850.0, 3793.0, 3801.0, 3813.0, 3823.0, 3814.0, 3823.0, 3813.0, 3802.0, 3826.0, 3814.0, 3822.0, 3813.0, 3835.0, 3812.0, 3833.0, 3802.0, 3832.0, 3815.0, 3834.0, 3815.0, 3834.0, 3814.0, 3832.0, 3801.0, 3800.0, 3792.0, 3812.0, 3803.0, 3813.0, 3834.0, 3804.0, 3844.0, 3803.0, 3822.0, 3814.0, 3823.0, 3803.0, 3846.0, 3837.0, 3846.0, 3824.0, 3802.0, 3812.0, 3814.0, 3814.0, 3803.0, 3833.0, 3813.0, 3843.0, 3812.0, 3833.0, 3792.0, 3820.0, 3801.0, 3812.0, 3825.0, 3824.0, 3834.0, 3812.0, 3821.0, 3800.0, 3822.0, 3801.0, 3811.0, 3801.0, 3821.0, 3802.0, 3821.0, 3802.0, 3833.0, 3803.0, 3835.0, 3814.0, 3846.0, 3827.0, 3825.0, 3836.0, 3802.0, 3823.0, 3814.0, 3809.0, 3802.0, 3823.0, 3815.0, 3834.0, 3802.0, 3821.0, 3802.0, 3833.0, 3806.0, 3835.0, 3824.0, 3824.0, 3824.0, 3802.0, 3802.0, 3792.0, 3812.0, 3813.0, 3833.0, 3820.0, 3833.0, 3802.0, 3816.0, 3816.0, 3793.0, 3838.0, 3833.0, 3862.0, 3783.0, 3806.0, 3789.0, 3789.0, 3811.0, 3791.0, 3833.0, 3792.0, 3834.0, 3804.0, 3833.0, 3823.0], 'WindowWidth': [8592.0, 8599.0, 8556.0, 8561.0, 8508.0, 8554.0, 8515.0, 8571.0, 8531.0, 8530.0, 8518.0, 8528.0, 8533.0, 8547.0, 8567.0, 8534.0, 8536.0, 8540.0, 8549.0, 8535.0, 8568.0, 8557.0, 8560.0, 8604.0, 8562.0, 8597.0, 8555.0, 8562.0, 8554.0, 8578.0, 8585.0, 8562.0, 8589.0, 8575.0, 8611.0, 8576.0, 8645.0, 8585.0, 8603.0, 8574.0, 8575.0, 8614.0, 8573.0, 8610.0, 8555.0, 8602.0, 8558.0, 8588.0, 8575.0, 8564.0, 8580.0, 8582.0, 8617.0, 8577.0, 8617.0, 8615.0, 8581.0, 8581.0, 8564.0, 8582.0, 8584.0, 8640.0, 8621.0, 8597.0, 8611.0, 8575.0, 8620.0, 8575.0, 8614.0, 8572.0, 8636.0, 8623.0, 8632.0, 8600.0, 8598.0, 8564.0, 8555.0, 8594.0, 8542.0, 8595.0, 8553.0, 8597.0, 8550.0, 8606.0, 8540.0, 8588.0, 8554.0, 8571.0, 8562.0, 8557.0, 8604.0, 8560.0, 8616.0, 8559.0, 8607.0, 8557.0, 8558.0, 8561.0, 8563.0, 8616.0, 8583.0, 8616.0, 8557.0, 8596.0, 8566.0, 8595.0, 8580.0, 8584.0, 8607.0, 8559.0, 8615.0, 8551.0, 8598.0, 8540.0, 8592.0, 8553.0, 8593.0, 8583.0, 8604.0, 8597.0, 8553.0, 8581.0, 8554.0, 8562.0, 8560.0, 8566.0, 8552.0, 8601.0, 8588.0, 8612.0, 8552.0, 8536.0, 8551.0, 8555.0, 8569.0, 8556.0, 8611.0, 8583.0, 8593.0, 8565.0, 8533.0, 8553.0, 8550.0, 8563.0, 8556.0, 8622.0, 8569.0, 8608.0, 8537.0, 8534.0, 8551.0, 8554.0, 8567.0, 8568.0, 8616.0, 8597.0, 8580.0, 8567.0, 8553.0, 8567.0, 8575.0, 8610.0, 8601.0, 8609.0, 8583.0, 8558.0, 8556.0, 8551.0, 8619.0, 8558.0, 8612.0, 8620.0, 8590.0, 8564.0, 8552.0, 8584.0, 8553.0, 8580.0, 8582.0, 8569.0, 8616.0, 8553.0, 8634.0, 8554.0, 8591.0, 8556.0, 8579.0, 8579.0, 8551.0, 8616.0, 8568.0, 8612.0, 8553.0, 8581.0, 8540.0, 8553.0, 8582.0, 8568.0, 8613.0, 8556.0, 8569.0, 8551.0, 8571.0, 8572.0, 8574.0, 8630.0, 8608.0, 8599.0, 8567.0, 8560.0, 8592.0, 8557.0, 8594.0, 8555.0, 8609.0, 8607.0, 8612.0, 8582.0, 8560.0, 8551.0, 8558.0, 8577.0, 8570.0, 8596.0, 8587.0, 8550.0, 8569.0, 8538.0, 8594.0, 8568.0, 8580.0, 8609.0, 8565.0, 8592.0, 8536.0, 8596.0, 8556.0, 8594.0, 8578.0, 8576.0, 8585.0, 8550.0, 8547.0, 8551.0, 8548.0, 8550.0, 8564.0, 8556.0, 8553.0, 8583.0, 8548.0, 8564.0, 8551.0, 8565.0, 8554.0, 8540.0, 8572.0, 8560.0, 8569.0, 8561.0, 8610.0, 8554.0, 8581.0, 8542.0, 8536.0, 8576.0, 8540.0, 8585.0, 8556.0, 8619.0, 8556.0, 8571.0, 8556.0, 8565.0, 8556.0, 8599.0, 8587.0, 8586.0, 8561.0, 8573.0, 8563.0, 8560.0, 8575.0, 8577.0, 8621.0, 8604.0, 8613.0, 8587.0, 8607.0, 8587.0, 8591.0, 8619.0, 8574.0, 8631.0, 8567.0, 8614.0, 8556.0, 8611.0, 8572.0, 8602.0, 8584.0, 8602.0, 8614.0, 8564.0, 8602.0, 8550.0, 8570.0, 8551.0, 8578.0, 8558.0, 8591.0, 8566.0, 8612.0, 8539.0, 8557.0, 8534.0, 8536.0, 8535.0, 8539.0, 8577.0, 8549.0, 8596.0, 8550.0, 8583.0, 8554.0, 8576.0, 8582.0, 8578.0, 8596.0, 8569.0, 8600.0, 8574.0, 8586.0, 8559.0, 8550.0, 8584.0, 8575.0, 8622.0, 8578.0, 8610.0, 8554.0, 8593.0, 8566.0, 8601.0, 8567.0, 8592.0, 8585.0, 8580.0, 8593.0, 8562.0, 8562.0, 8568.0, 8558.0, 8552.0, 8576.0, 8566.0, 8584.0, 8581.0, 8564.0, 8578.0, 8566.0, 8568.0, 8568.0, 8593.0, 8575.0, 8604.0, 8598.0, 8583.0, 8550.0, 8555.0, 8560.0, 8557.0, 8595.0, 8567.0, 8607.0, 8567.0, 8576.0, 8550.0, 8576.0, 8551.0, 8579.0, 8572.0, 8589.0, 8582.0, 8545.0, 8552.0, 8552.0, 8538.0, 8554.0, 8581.0, 8551.0, 8590.0, 8555.0, 8573.0, 8553.0, 8565.0, 8554.0, 8575.0, 8569.0, 8569.0, 8561.0, 8552.0, 8550.0, 8541.0, 8546.0, 8540.0, 8561.0, 8544.0, 8590.0, 8544.0, 8578.0, 8545.0, 8563.0, 8543.0, 8564.0, 8568.0, 8580.0, 8549.0, 8583.0, 8558.0, 8568.0, 8557.0, 8552.0, 8592.0, 8554.0, 8620.0, 8572.0, 8585.0, 8558.0, 8586.0, 8553.0, 8601.0, 8563.0, 8597.0, 8582.0, 8575.0, 8569.0, 8552.0, 8629.0, 8584.0, 8596.0, 8569.0, 8584.0, 8631.0, 8613.0, 8577.0, 8607.0, 8588.0, 8618.0, 8595.0, 8603.0, 8631.0, 8592.0, 8610.0, 8538.0, 8578.0, 8538.0, 8575.0, 8537.0, 8588.0, 8565.0, 8574.0, 8562.0, 8553.0, 8538.0, 8542.0, 8547.0, 8540.0, 8574.0, 8560.0, 8602.0, 8580.0, 8557.0, 8559.0, 8547.0, 8567.0, 8554.0, 8593.0, 8554.0, 8598.0, 8591.0, 8601.0, 8537.0, 8569.0, 8538.0, 8570.0, 8582.0, 8560.0, 8549.0, 8556.0, 8537.0, 8553.0, 8554.0, 8546.0, 8594.0, 8563.0, 8613.0, 8568.0, 8582.0, 8573.0, 8584.0, 8585.0, 8567.0, 8573.0, 8574.0, 8592.0, 8528.0, 8551.0, 8529.0, 8544.0, 8533.0, 8550.0, 8556.0, 8576.0, 8563.0, 8563.0, 8536.0, 8537.0, 8523.0, 8536.0, 8556.0, 8540.0, 8596.0, 8554.0, 8584.0, 8564.0, 8578.0, 8544.0, 8586.0, 8586.0, 8563.0, 8567.0, 8561.0, 8562.0, 8560.0, 8579.0, 8556.0, 8595.0, 8577.0, 8593.0, 8547.0, 8581.0, 8541.0, 8540.0, 8546.0, 8558.0, 8605.0, 8559.0, 8583.0, 8548.0, 8588.0, 8562.0, 8586.0, 8571.0, 8620.0, 8594.0, 8606.0, 8572.0, 8603.0, 8576.0, 8599.0, 8574.0, 8600.0, 8550.0, 8598.0, 8536.0, 8581.0, 8537.0, 8581.0, 8540.0, 8579.0, 8556.0, 8585.0, 8549.0, 8550.0, 8528.0, 8537.0, 8540.0, 8537.0, 8577.0, 8556.0, 8598.0, 8559.0, 8600.0, 8557.0, 8593.0, 8561.0, 8593.0, 8579.0, 8596.0, 8592.0, 8568.0, 8552.0, 8532.0, 8559.0, 8533.0, 8546.0, 8554.0, 8595.0, 8554.0, 8584.0, 8560.0, 8559.0, 8559.0, 8582.0, 8564.0, 8600.0, 8575.0, 8542.0, 8562.0, 8557.0, 8572.0, 8552.0, 8606.0, 8553.0, 8594.0, 8551.0, 8578.0, 8555.0, 8585.0, 8550.0, 8591.0, 8570.0, 8551.0, 8534.0, 8532.0, 8536.0, 8554.0, 8571.0, 8555.0, 8597.0, 8560.0, 8597.0, 8554.0, 8586.0, 8539.0, 8579.0, 8557.0, 8557.0, 8601.0, 8557.0, 8568.0, 8566.0, 8580.0, 8557.0, 8595.0, 8564.0, 8603.0, 8585.0, 8567.0, 8605.0, 8552.0, 8564.0, 8554.0, 8589.0, 8579.0, 8598.0, 8593.0, 8599.0, 8563.0, 8553.0, 8548.0, 8563.0, 8616.0, 8582.0, 8621.0, 8564.0, 8628.0, 8527.0, 8579.0, 8541.0, 8541.0, 8615.0, 8574.0, 8619.0, 8586.0, 8621.0, 8590.0, 8560.0, 8564.0, 8557.0, 8591.0, 8559.0, 8606.0, 8555.0, 8600.0, 8571.0, 8593.0, 8579.0, 8609.0, 8574.0, 8552.0, 8271.0, 8555.0, 8534.0, 8386.0, 8643.0, 8539.0, 8530.0, 8532.0, 8539.0, 8545.0, 8558.0, 8551.0, 8595.0, 8550.0, 8564.0, 8539.0, 8517.0, 8540.0, 8540.0, 8554.0, 8566.0, 8563.0, 8496.0, 8546.0, 8557.0, 8579.0, 8539.0, 8531.0, 8542.0, 8542.0, 8583.0, 8543.0, 8551.0, 8552.0, 8578.0, 8559.0, 8602.0, 8565.0, 8614.0, 8589.0, 8554.0, 8560.0, 8554.0, 8602.0, 8545.0, 8599.0, 8557.0, 8618.0, 8572.0, 8612.0, 8542.0, 8599.0, 8576.0, 8599.0, 8594.0, 8602.0, 8640.0, 8563.0, 8626.0, 8541.0, 8551.0, 8567.0, 8578.0, 8569.0, 8579.0, 8566.0, 8551.0, 8589.0, 8569.0, 8579.0, 8567.0, 8597.0, 8565.0, 8592.0, 8549.0, 8590.0, 8573.0, 8597.0, 8574.0, 8597.0, 8569.0, 8589.0, 8547.0, 8545.0, 8538.0, 8563.0, 8555.0, 8565.0, 8597.0, 8555.0, 8609.0, 8552.0, 8578.0, 8568.0, 8579.0, 8554.0, 8617.0, 8606.0, 8614.0, 8583.0, 8550.0, 8562.0, 8572.0, 8568.0, 8553.0, 8594.0, 8567.0, 8606.0, 8563.0, 8590.0, 8535.0, 8572.0, 8548.0, 8562.0, 8584.0, 8581.0, 8594.0, 8560.0, 8573.0, 8545.0, 8575.0, 8546.0, 8559.0, 8547.0, 8573.0, 8550.0, 8574.0, 8549.0, 8592.0, 8553.0, 8599.0, 8571.0, 8616.0, 8593.0, 8585.0, 8600.0, 8550.0, 8580.0, 8569.0, 8555.0, 8549.0, 8579.0, 8574.0, 8596.0, 8550.0, 8573.0, 8549.0, 8593.0, 8565.0, 8598.0, 8582.0, 8581.0, 8581.0, 8549.0, 8549.0, 8535.0, 8563.0, 8567.0, 8592.0, 8573.0, 8591.0, 8550.0, 8578.0, 8577.0, 8541.0, 8609.0, 8610.0, 8643.0, 8521.0, 8541.0, 8527.0, 8527.0, 8561.0, 8535.0, 8592.0, 8537.0, 8595.0, 8556.0, 8593.0, 8579.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.024599461009174314</td></tr>
<tr><td colspan=3>aqi</td><td>0.0778159006880734</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.729913074259436</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.299155855648681</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.3315348844087256</td></tr>
<tr><td colspan=3>efc</td><td>0.4614</td></tr>
<tr><td colspan=3>fber</td><td>4573.2275</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1757074746115211</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>103</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>11.811926605504587</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.707799527666205</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6767184816366036</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9014282944609224</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5452518069010877</td></tr>
<tr><td colspan=3>gcor</td><td>0.00760062</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.0056906938552856445</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.016549400985240936</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.944327262103183</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>28.3376</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.645</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>146.4104</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305006.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>639.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>278.0507</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2317</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>418.2826</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3045.8394</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3273.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71538.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>979.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3924.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>829.7935</td></tr>
<tr><td colspan=3>tsnr</td><td>24.005498240934685</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>