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

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0133_ses-04_task-social_acq-mb8_run-06_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-06_session-04_subject-0133_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0133/figures/sub-0133_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-04_subject-0133_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0133/figures/sub-0133_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-04_task-social_acq-mb8_run-06_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-06_session-04_subject-0133_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0133/figures/sub-0133_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-04_task-social_acq-mb8_run-06_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-06_session-04_subject-0133_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0133/figures/sub-0133_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0133/ses-04/func/sub-0133_ses-04_task-social_acq-mb8_run-06_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>48da21deb479972ae116562143953f4c</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:48.215000</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.997847, 0.0652106, 0.00693037, -0.0652275, 0.997868, 0.00224575]</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-06_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.0977736</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4206, -7789, -7225, 202, -152, -107, -11, 68]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>271.681</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>4c624d6d-0b2e-44fa-ba5c-5e7f7a4a55ae||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.677151679992676, -0.17500057816505432, 0.018276702612638474, 120.29663848876953], [-0.17495514452457428, 2.677206516265869, 0.007271010894328356, -88.12971496582031], [0.01859368197619915, -0.006025183945894241, 2.6999282836914062, -73.49849700927734], [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': ['203448.215000', '203448.675000', '203449.135000', '203449.595000', '203450.055000', '203450.515000', '203450.975000', '203451.435000', '203451.895000', '203452.355000', '203452.815000', '203453.275000', '203453.735000', '203454.195000', '203454.655000', '203455.115000', '203455.575000', '203456.035000', '203456.495000', '203456.955000', '203457.415000', '203457.875000', '203458.335000', '203458.795000', '203459.255000', '203459.715000', '203500.175000', '203500.635000', '203501.095000', '203501.555000', '203502.015000', '203502.475000', '203502.935000', '203503.395000', '203503.855000', '203504.315000', '203504.775000', '203505.235000', '203505.695000', '203506.155000', '203506.615000', '203507.075000', '203507.535000', '203507.995000', '203508.455000', '203508.915000', '203509.375000', '203509.835000', '203510.295000', '203510.755000', '203511.215000', '203511.675000', '203512.135000', '203512.595000', '203513.055000', '203513.515000', '203513.975000', '203514.435000', '203514.895000', '203515.355000', '203515.815000', '203516.275000', '203516.735000', '203517.195000', '203517.655000', '203518.115000', '203518.575000', '203519.035000', '203519.495000', '203519.955000', '203520.415000', '203520.875000', '203521.335000', '203521.795000', '203522.255000', '203522.715000', '203523.175000', '203523.635000', '203524.095000', '203524.555000', '203525.015000', '203525.475000', '203525.935000', '203526.395000', '203526.855000', '203527.315000', '203527.775000', '203528.235000', '203528.695000', '203529.155000', '203529.615000', '203530.075000', '203530.535000', '203530.995000', '203531.455000', '203531.915000', '203532.375000', '203532.835000', '203533.295000', '203533.755000', '203534.215000', '203534.675000', '203535.135000', '203535.595000', '203536.055000', '203536.515000', '203536.975000', '203537.435000', '203537.895000', '203538.355000', '203538.815000', '203539.275000', '203539.735000', '203540.195000', '203540.655000', '203541.115000', '203541.575000', '203542.035000', '203542.495000', '203542.955000', '203543.415000', '203543.875000', '203544.335000', '203544.795000', '203545.255000', '203545.715000', '203546.175000', '203546.635000', '203547.095000', '203547.555000', '203548.015000', '203548.475000', '203548.935000', '203549.395000', '203549.855000', '203550.315000', '203550.775000', '203551.235000', '203551.695000', '203552.155000', '203552.615000', '203553.075000', '203553.535000', '203553.995000', '203554.455000', '203554.915000', '203555.375000', '203555.835000', '203556.295000', '203556.755000', '203557.215000', '203557.675000', '203558.135000', '203558.595000', '203559.055000', '203559.515000', '203559.975000', '203600.435000', '203600.895000', '203601.355000', '203601.815000', '203602.275000', '203602.735000', '203603.195000', '203603.655000', '203604.115000', '203604.575000', '203605.035000', '203605.495000', '203605.955000', '203606.415000', '203606.875000', '203607.335000', '203607.795000', '203608.255000', '203608.715000', '203609.175000', '203609.635000', '203610.095000', '203610.555000', '203611.015000', '203611.475000', '203611.935000', '203612.395000', '203612.855000', '203613.315000', '203613.775000', '203614.235000', '203614.695000', '203615.155000', '203615.615000', '203616.075000', '203616.535000', '203616.995000', '203617.455000', '203617.915000', '203618.375000', '203618.835000', '203619.295000', '203619.755000', '203620.215000', '203620.675000', '203621.135000', '203621.595000', '203622.055000', '203622.515000', '203622.975000', '203623.435000', '203623.895000', '203624.355000', '203624.815000', '203625.275000', '203625.735000', '203626.195000', '203626.655000', '203627.115000', '203627.575000', '203628.035000', '203628.495000', '203628.955000', '203629.415000', '203629.875000', '203630.335000', '203630.795000', '203631.255000', '203631.715000', '203632.175000', '203632.635000', '203633.095000', '203633.555000', '203634.015000', '203634.475000', '203634.935000', '203635.395000', '203635.855000', '203636.315000', '203636.775000', '203637.235000', '203637.695000', '203638.155000', '203638.615000', '203639.075000', '203639.535000', '203639.995000', '203640.455000', '203640.915000', '203641.375000', '203641.835000', '203642.295000', '203642.755000', '203643.215000', '203643.675000', '203644.135000', '203644.595000', '203645.055000', '203645.515000', '203645.975000', '203646.435000', '203646.895000', '203647.355000', '203647.815000', '203648.275000', '203648.735000', '203649.195000', '203649.655000', '203650.115000', '203650.575000', '203651.035000', '203651.495000', '203651.955000', '203652.415000', '203652.875000', '203653.335000', '203653.795000', '203654.255000', '203654.715000', '203655.175000', '203655.635000', '203656.095000', '203656.555000', '203657.015000', '203657.475000', '203657.935000', '203658.395000', '203658.855000', '203659.315000', '203659.775000', '203700.235000', '203700.695000', '203701.155000', '203701.615000', '203702.075000', '203702.535000', '203702.995000', '203703.455000', '203703.915000', '203704.375000', '203704.835000', '203705.295000', '203705.755000', '203706.215000', '203706.675000', '203707.135000', '203707.595000', '203708.055000', '203708.515000', '203708.975000', '203709.435000', '203709.895000', '203710.355000', '203710.815000', '203711.275000', '203711.735000', '203712.195000', '203712.655000', '203713.115000', '203713.575000', '203714.035000', '203714.495000', '203714.955000', '203715.415000', '203715.875000', '203716.335000', '203716.795000', '203717.255000', '203717.715000', '203718.175000', '203718.635000', '203719.095000', '203719.555000', '203720.015000', '203720.475000', '203720.935000', '203721.395000', '203721.855000', '203722.315000', '203722.775000', '203723.235000', '203723.695000', '203724.155000', '203724.615000', '203725.075000', '203725.535000', '203725.995000', '203726.455000', '203726.915000', '203727.375000', '203727.835000', '203728.295000', '203728.755000', '203729.215000', '203729.675000', '203730.135000', '203730.595000', '203731.055000', '203731.515000', '203731.975000', '203732.435000', '203732.895000', '203733.355000', '203733.815000', '203734.275000', '203734.735000', '203735.195000', '203735.655000', '203736.115000', '203736.575000', '203737.035000', '203737.495000', '203737.955000', '203738.415000', '203738.875000', '203739.335000', '203739.795000', '203740.255000', '203740.715000', '203741.175000', '203741.635000', '203742.095000', '203742.555000', '203743.015000', '203743.475000', '203743.935000', '203744.395000', '203744.855000', '203745.315000', '203745.775000', '203746.235000', '203746.695000', '203747.155000', '203747.615000', '203748.075000', '203748.535000', '203748.995000', '203749.455000', '203749.915000', '203750.375000', '203750.835000', '203751.295000', '203751.755000', '203752.215000', '203752.675000', '203753.135000', '203753.595000', '203754.055000', '203754.515000', '203754.975000', '203755.435000', '203755.895000', '203756.355000', '203756.815000', '203757.275000', '203757.735000', '203758.195000', '203758.655000', '203759.115000', '203759.575000', '203800.035000', '203800.495000', '203800.955000', '203801.415000', '203801.875000', '203802.335000', '203802.795000', '203803.255000', '203803.715000', '203804.175000', '203804.635000', '203805.095000', '203805.555000', '203806.015000', '203806.475000', '203806.935000', '203807.395000', '203807.855000', '203808.315000', '203808.775000', '203809.235000', '203809.695000', '203810.155000', '203810.615000', '203811.075000', '203811.535000', '203811.995000', '203812.455000', '203812.915000', '203813.375000', '203813.835000', '203814.295000', '203814.755000', '203815.215000', '203815.675000', '203816.135000', '203816.595000', '203817.055000', '203817.515000', '203817.975000', '203818.435000', '203818.895000', '203819.355000', '203819.815000', '203820.275000', '203820.735000', '203821.195000', '203821.655000', '203822.115000', '203822.575000', '203823.035000', '203823.495000', '203823.955000', '203824.415000', '203824.875000', '203825.335000', '203825.795000', '203826.255000', '203826.715000', '203827.175000', '203827.635000', '203828.095000', '203828.555000', '203829.015000', '203829.475000', '203829.935000', '203830.395000', '203830.855000', '203831.315000', '203831.775000', '203832.235000', '203832.695000', '203833.155000', '203833.615000', '203834.075000', '203834.535000', '203834.995000', '203835.455000', '203835.915000', '203836.375000', '203836.835000', '203837.295000', '203837.755000', '203838.215000', '203838.675000', '203839.135000', '203839.595000', '203840.055000', '203840.515000', '203840.975000', '203841.435000', '203841.895000', '203842.355000', '203842.815000', '203843.275000', '203843.735000', '203844.195000', '203844.655000', '203845.115000', '203845.575000', '203846.035000', '203846.495000', '203846.955000', '203847.415000', '203847.875000', '203848.335000', '203848.795000', '203849.255000', '203849.715000', '203850.175000', '203850.635000', '203851.095000', '203851.555000', '203852.015000', '203852.475000', '203852.935000', '203853.395000', '203853.855000', '203854.315000', '203854.775000', '203855.235000', '203855.695000', '203856.155000', '203856.615000', '203857.075000', '203857.535000', '203857.995000', '203858.455000', '203858.915000', '203859.375000', '203859.835000', '203900.295000', '203900.755000', '203901.215000', '203901.675000', '203902.135000', '203902.595000', '203903.055000', '203903.515000', '203903.975000', '203904.435000', '203904.895000', '203905.355000', '203905.815000', '203906.275000', '203906.735000', '203907.195000', '203907.655000', '203908.115000', '203908.575000', '203909.035000', '203909.495000', '203909.955000', '203910.415000', '203910.875000', '203911.335000', '203911.795000', '203912.255000', '203912.715000', '203913.175000', '203913.635000', '203914.095000', '203914.555000', '203915.015000', '203915.475000', '203915.935000', '203916.395000', '203916.855000', '203917.315000', '203917.775000', '203918.235000', '203918.695000', '203919.155000', '203919.615000', '203920.075000', '203920.535000', '203920.995000', '203921.455000', '203921.915000', '203922.375000', '203922.835000', '203923.295000', '203923.755000', '203924.215000', '203924.675000', '203925.135000', '203925.595000', '203926.055000', '203926.515000', '203926.975000', '203927.435000', '203927.895000', '203928.355000', '203928.815000', '203929.275000', '203929.735000', '203930.195000', '203930.655000', '203931.115000', '203931.575000', '203932.035000', '203932.495000', '203932.955000', '203933.415000', '203933.875000', '203934.335000', '203934.795000', '203935.255000', '203935.715000', '203936.175000', '203936.635000', '203937.095000', '203937.555000', '203938.015000', '203938.475000', '203938.935000', '203939.395000', '203939.855000', '203940.315000', '203940.775000', '203941.235000', '203941.695000', '203942.155000', '203942.615000', '203943.075000', '203943.535000', '203943.995000', '203944.455000', '203944.915000', '203945.375000', '203945.835000', '203946.295000', '203946.755000', '203947.215000', '203947.675000', '203948.135000', '203948.595000', '203949.055000', '203949.515000', '203949.975000', '203950.435000', '203950.895000', '203951.355000', '203951.815000', '203952.275000', '203952.735000', '203953.195000', '203953.655000', '203954.115000', '203954.575000', '203955.035000', '203955.495000', '203955.955000', '203956.415000', '203956.875000', '203957.335000', '203957.795000', '203958.255000', '203958.715000', '203959.175000', '203959.635000', '204000.095000', '204000.555000', '204001.015000', '204001.475000', '204001.935000', '204002.395000', '204002.855000', '204003.315000', '204003.775000', '204004.235000', '204004.695000', '204005.155000', '204005.615000', '204006.075000', '204006.535000', '204006.995000', '204007.455000', '204007.915000', '204008.375000', '204008.835000', '204009.295000', '204009.755000', '204010.215000', '204010.675000', '204011.135000', '204011.595000', '204012.055000', '204012.515000', '204012.975000', '204013.435000', '204013.895000', '204014.355000', '204014.815000', '204015.275000', '204015.735000', '204016.195000', '204016.655000', '204017.115000', '204017.575000', '204018.035000', '204018.495000', '204018.955000', '204019.415000', '204019.875000', '204020.335000', '204020.795000', '204021.255000', '204021.715000', '204022.175000', '204022.635000', '204023.095000', '204023.555000', '204024.015000', '204024.475000', '204024.935000', '204025.395000', '204025.855000', '204026.315000', '204026.775000', '204027.235000', '204027.695000', '204028.155000', '204028.615000', '204029.075000', '204029.535000', '204029.995000', '204030.455000', '204030.915000', '204031.375000', '204031.835000', '204032.295000', '204032.755000', '204033.215000', '204033.675000', '204034.135000', '204034.595000', '204035.055000', '204035.515000', '204035.975000', '204036.435000', '204036.895000', '204037.355000', '204037.815000', '204038.275000', '204038.735000', '204039.195000', '204039.655000', '204040.115000', '204040.575000', '204041.035000', '204041.495000', '204041.955000', '204042.415000', '204042.875000', '204043.335000', '204043.795000', '204044.255000', '204044.715000', '204045.175000', '204045.635000', '204046.095000', '204046.555000', '204047.015000', '204047.475000', '204047.935000', '204048.395000', '204048.855000', '204049.315000', '204049.775000', '204050.235000', '204050.695000', '204051.155000', '204051.615000', '204052.075000', '204052.535000', '204052.995000', '204053.455000', '204053.915000', '204054.375000', '204054.835000', '204055.295000', '204055.755000', '204056.215000', '204056.675000', '204057.135000', '204057.595000', '204058.055000', '204058.515000', '204058.975000', '204059.435000', '204059.895000', '204100.355000', '204100.815000', '204101.275000', '204101.735000', '204102.195000', '204102.655000', '204103.115000', '204103.575000', '204104.035000', '204104.495000', '204104.955000', '204105.415000', '204105.875000', '204106.335000', '204106.795000', '204107.255000', '204107.715000', '204108.175000', '204108.635000', '204109.095000', '204109.555000', '204110.015000', '204110.475000', '204110.935000', '204111.395000', '204111.855000', '204112.315000', '204112.775000', '204113.235000', '204113.695000', '204114.155000', '204114.615000', '204115.075000', '204115.535000', '204115.995000', '204116.455000', '204116.915000', '204117.375000', '204117.835000', '204118.295000', '204118.755000', '204119.215000', '204119.675000', '204120.135000', '204120.595000', '204121.055000', '204121.515000', '204121.975000', '204122.435000', '204122.895000', '204123.355000', '204123.815000', '204124.275000', '204124.735000', '204125.195000', '204125.655000', '204126.115000', '204126.575000', '204127.035000', '204127.495000', '204127.955000', '204128.415000', '204128.875000'], 'ContentTime': ['203516.761000', '203516.764000', '203516.766000', '203516.769000', '203516.771000', '203516.774000', '203516.784000', '203516.786000', '203516.789000', '203516.792000', '203516.794000', '203516.797000', '203516.799000', '203516.802000', '203516.805000', '203516.807000', '203516.810000', '203516.812000', '203516.823000', '203516.825000', '203516.828000', '203516.830000', '203516.833000', '203516.836000', '203516.838000', '203516.841000', '203516.843000', '203516.846000', '203516.848000', '203516.851000', '203516.853000', '203516.856000', '203516.859000', '203516.861000', '203516.864000', '203516.866000', '203516.869000', '203516.871000', '203516.874000', '203516.876000', '203516.879000', '203516.881000', '203516.884000', '203516.887000', '203516.889000', '203516.892000', '203516.894000', '203516.897000', '203516.899000', '203516.902000', '203516.904000', '203516.907000', '203516.909000', '203516.912000', '203516.915000', '203516.917000', '203516.920000', '203516.922000', '203516.925000', '203516.933000', '203536.732000', '203536.735000', '203536.738000', '203536.740000', '203536.743000', '203536.745000', '203536.748000', '203536.750000', '203536.753000', '203536.755000', '203536.758000', '203536.761000', '203536.763000', '203536.766000', '203536.768000', '203536.771000', '203536.773000', '203536.776000', '203536.778000', '203536.781000', '203536.783000', '203536.786000', '203536.788000', '203536.791000', '203536.794000', '203536.796000', '203536.799000', '203536.825000', '203536.827000', '203536.830000', '203536.832000', '203536.835000', '203536.837000', '203536.840000', '203536.843000', '203536.845000', '203536.848000', '203536.850000', '203536.853000', '203536.855000', '203536.858000', '203536.860000', '203536.863000', '203556.732000', '203556.735000', '203556.738000', '203556.740000', '203556.743000', '203556.745000', '203556.748000', '203556.751000', '203556.753000', '203556.756000', '203556.758000', '203556.761000', '203556.764000', '203556.766000', '203556.769000', '203556.771000', '203556.774000', '203556.776000', '203556.779000', '203556.781000', '203556.784000', '203556.786000', '203556.789000', '203556.791000', '203556.794000', '203556.797000', '203556.799000', '203556.802000', '203556.804000', '203556.807000', '203556.809000', '203556.812000', '203556.822000', '203556.824000', '203556.827000', '203556.829000', '203556.832000', '203556.835000', '203556.837000', '203556.840000', '203556.842000', '203556.845000', '203556.847000', '203556.850000', '203616.732000', '203616.735000', '203616.738000', '203616.740000', '203616.753000', '203616.756000', '203616.758000', '203616.761000', '203616.763000', '203616.766000', '203616.769000', '203616.771000', '203616.774000', '203616.776000', '203616.779000', '203616.781000', '203616.788000', '203616.790000', '203616.793000', '203616.795000', '203616.798000', '203616.801000', '203616.804000', '203616.806000', '203616.809000', '203616.811000', '203616.814000', '203616.816000', '203616.819000', '203616.822000', '203616.824000', '203616.827000', '203616.829000', '203616.832000', '203616.834000', '203616.837000', '203616.852000', '203616.854000', '203616.857000', '203616.860000', '203616.862000', '203616.865000', '203616.867000', '203636.732000', '203636.735000', '203636.738000', '203636.740000', '203636.743000', '203636.745000', '203636.748000', '203636.751000', '203636.753000', '203636.756000', '203636.758000', '203636.761000', '203636.764000', '203636.766000', '203636.769000', '203636.772000', '203636.774000', '203636.777000', '203636.779000', '203636.782000', '203636.784000', '203636.787000', '203636.790000', '203636.792000', '203636.795000', '203636.797000', '203636.841000', '203636.843000', '203636.846000', '203636.848000', '203636.851000', '203636.853000', '203636.856000', '203636.866000', '203636.869000', '203636.871000', '203636.874000', '203636.877000', '203636.879000', '203636.882000', '203636.884000', '203636.887000', '203636.889000', '203636.898000', '203656.732000', '203656.735000', '203656.738000', '203656.740000', '203656.743000', '203656.745000', '203656.748000', '203656.751000', '203656.753000', '203656.756000', '203656.758000', '203656.761000', '203656.763000', '203656.766000', '203656.769000', '203656.771000', '203656.774000', '203656.776000', '203656.779000', '203656.782000', '203656.784000', '203656.787000', '203656.789000', '203656.792000', '203656.795000', '203656.797000', '203656.975000', '203656.978000', '203656.980000', '203656.983000', '203656.985000', '203656.988000', '203656.990000', '203656.993000', '203656.996000', '203656.998000', '203657.001000', '203657.003000', '203657.006000', '203657.008000', '203657.011000', '203657.014000', '203657.016000', '203716.733000', '203716.736000', '203716.738000', '203716.741000', '203716.743000', '203716.746000', '203716.748000', '203716.751000', '203716.754000', '203716.756000', '203716.759000', '203716.761000', '203716.764000', '203716.766000', '203716.769000', '203716.771000', '203716.774000', '203716.776000', '203716.779000', '203716.782000', '203716.784000', '203716.787000', '203716.789000', '203716.792000', '203716.794000', '203716.797000', '203716.800000', '203716.802000', '203716.805000', '203716.808000', '203716.810000', '203716.813000', '203716.815000', '203716.818000', '203716.820000', '203716.823000', '203716.825000', '203716.828000', '203716.831000', '203716.833000', '203716.836000', '203716.838000', '203716.841000', '203716.843000', '203736.732000', '203736.734000', '203736.737000', '203736.739000', '203736.742000', '203736.745000', '203736.747000', '203736.750000', '203736.752000', '203736.755000', '203736.758000', '203736.760000', '203736.763000', '203736.765000', '203736.768000', '203736.770000', '203736.773000', '203736.775000', '203736.778000', '203736.781000', '203736.783000', '203736.790000', '203736.793000', '203736.795000', '203736.798000', '203736.849000', '203736.852000', '203736.855000', '203736.858000', '203736.861000', '203736.864000', '203736.866000', '203736.869000', '203736.872000', '203736.874000', '203736.877000', '203736.879000', '203736.882000', '203736.884000', '203736.887000', '203736.890000', '203736.892000', '203736.895000', '203756.732000', '203756.735000', '203756.738000', '203756.741000', '203756.744000', '203756.747000', '203756.750000', '203756.752000', '203756.755000', '203756.757000', '203756.760000', '203756.762000', '203756.765000', '203756.768000', '203756.770000', '203756.773000', '203756.775000', '203756.778000', '203756.780000', '203756.783000', '203756.786000', '203756.788000', '203756.791000', '203756.793000', '203756.796000', '203756.799000', '203756.836000', '203756.839000', '203756.841000', '203756.844000', '203756.846000', '203756.849000', '203756.861000', '203756.864000', '203756.866000', '203756.869000', '203756.871000', '203756.874000', '203756.876000', '203756.879000', '203756.882000', '203756.884000', '203756.887000', '203816.733000', '203816.743000', '203816.746000', '203816.748000', '203816.751000', '203816.753000', '203816.763000', '203816.766000', '203816.769000', '203816.771000', '203816.774000', '203816.776000', '203816.779000', '203816.781000', '203816.784000', '203816.787000', '203816.789000', '203816.792000', '203816.794000', '203816.797000', '203816.800000', '203816.802000', '203816.805000', '203816.807000', '203816.810000', '203816.813000', '203816.815000', '203816.818000', '203816.820000', '203816.823000', '203816.825000', '203816.828000', '203816.831000', '203816.833000', '203816.836000', '203816.838000', '203816.841000', '203816.843000', '203816.846000', '203816.849000', '203816.851000', '203816.854000', '203816.856000', '203816.859000', '203836.733000', '203836.736000', '203836.739000', '203836.742000', '203836.745000', '203836.748000', '203836.750000', '203836.753000', '203836.756000', '203836.758000', '203836.761000', '203836.763000', '203836.766000', '203836.768000', '203836.771000', '203836.773000', '203836.776000', '203836.779000', '203836.781000', '203836.784000', '203836.786000', '203836.789000', '203836.792000', '203836.794000', '203836.797000', '203836.799000', '203836.802000', '203836.805000', '203836.807000', '203836.810000', '203836.812000', '203836.815000', '203836.817000', '203836.820000', '203836.823000', '203836.825000', '203836.828000', '203836.830000', '203836.833000', '203836.835000', '203836.838000', '203836.840000', '203836.843000', '203856.732000', '203856.735000', '203856.738000', '203856.740000', '203856.743000', '203856.745000', '203856.749000', '203856.751000', '203856.754000', '203856.757000', '203856.759000', '203856.762000', '203856.764000', '203856.767000', '203856.769000', '203856.772000', '203856.775000', '203856.777000', '203856.780000', '203856.782000', '203856.785000', '203856.788000', '203856.790000', '203856.793000', '203856.795000', '203856.798000', '203856.834000', '203856.836000', '203856.839000', '203856.842000', '203856.844000', '203856.847000', '203856.849000', '203856.852000', '203856.854000', '203856.857000', '203856.859000', '203856.862000', '203856.865000', '203856.867000', '203856.870000', '203856.872000', '203856.875000', '203856.877000', '203916.732000', '203916.735000', '203916.738000', '203916.740000', '203916.743000', '203916.746000', '203916.748000', '203916.751000', '203916.753000', '203916.756000', '203916.758000', '203916.761000', '203916.764000', '203916.767000', '203916.770000', '203916.773000', '203916.776000', '203916.779000', '203916.782000', '203916.784000', '203916.787000', '203916.790000', '203916.792000', '203916.795000', '203916.797000', '203916.839000', '203916.841000', '203916.844000', '203916.847000', '203916.849000', '203916.852000', '203916.854000', '203916.857000', '203916.859000', '203916.862000', '203916.865000', '203916.867000', '203916.870000', '203916.872000', '203916.875000', '203916.877000', '203916.880000', '203916.882000', '203936.732000', '203936.736000', '203936.739000', '203936.741000', '203936.744000', '203936.746000', '203936.749000', '203936.752000', '203936.754000', '203936.757000', '203936.759000', '203936.762000', '203936.764000', '203936.767000', '203936.778000', '203936.781000', '203936.783000', '203936.786000', '203936.788000', '203936.791000', '203936.794000', '203936.796000', '203936.799000', '203936.849000', '203936.852000', '203936.854000', '203936.857000', '203936.859000', '203936.862000', '203936.865000', '203936.867000', '203936.870000', '203936.872000', '203936.875000', '203936.877000', '203936.880000', '203936.883000', '203936.885000', '203936.888000', '203936.890000', '203936.893000', '203936.895000', '203936.898000', '203936.901000', '203956.731000', '203956.734000', '203956.737000', '203956.739000', '203956.742000', '203956.744000', '203956.747000', '203956.750000', '203956.752000', '203956.755000', '203956.757000', '203956.760000', '203956.762000', '203956.765000', '203956.768000', '203956.770000', '203956.773000', '203956.775000', '203956.778000', '203956.780000', '203956.783000', '203956.786000', '203956.788000', '203956.791000', '203956.793000', '203956.796000', '203956.799000', '203956.849000', '203956.851000', '203956.854000', '203956.856000', '203956.859000', '203956.862000', '203956.864000', '203956.867000', '203956.869000', '203956.872000', '203956.874000', '203956.877000', '203956.880000', '203956.882000', '203956.885000', '203956.887000', '203956.890000', '204016.732000', '204016.735000', '204016.745000', '204016.748000', '204016.750000', '204016.753000', '204016.755000', '204016.758000', '204016.761000', '204016.763000', '204016.766000', '204016.768000', '204016.771000', '204016.773000', '204016.776000', '204016.778000', '204016.781000', '204016.784000', '204016.786000', '204016.789000', '204016.791000', '204016.794000', '204016.796000', '204016.799000', '204016.860000', '204016.862000', '204016.865000', '204016.868000', '204016.870000', '204016.873000', '204016.875000', '204016.878000', '204016.880000', '204016.883000', '204016.886000', '204016.888000', '204016.891000', '204016.893000', '204016.896000', '204016.899000', '204016.901000', '204016.904000', '204016.906000', '204036.732000', '204036.735000', '204036.738000', '204036.740000', '204036.743000', '204036.746000', '204036.748000', '204036.751000', '204036.753000', '204036.756000', '204036.758000', '204036.761000', '204036.764000', '204036.766000', '204036.769000', '204036.771000', '204036.774000', '204036.776000', '204036.779000', '204036.782000', '204036.784000', '204036.787000', '204036.789000', '204036.792000', '204036.794000', '204036.797000', '204036.852000', '204036.855000', '204036.857000', '204036.860000', '204036.862000', '204036.865000', '204036.868000', '204036.872000', '204036.874000', '204036.877000', '204036.879000', '204036.882000', '204036.885000', '204036.888000', '204036.890000', '204036.893000', '204036.895000', '204056.733000', '204056.735000', '204056.738000', '204056.740000', '204056.743000', '204056.746000', '204056.748000', '204056.751000', '204056.753000', '204056.756000', '204056.758000', '204056.761000', '204056.763000', '204056.766000', '204056.769000', '204056.771000', '204056.774000', '204056.776000', '204056.779000', '204056.781000', '204056.784000', '204056.786000', '204056.789000', '204056.791000', '204056.794000', '204056.811000', '204056.864000', '204056.867000', '204056.869000', '204056.872000', '204056.874000', '204056.877000', '204056.879000', '204056.882000', '204056.885000', '204056.887000', '204056.890000', '204056.892000', '204056.895000', '204056.897000', '204056.900000', '204056.903000', '204056.905000', '204056.908000', '204116.733000', '204116.735000', '204116.738000', '204116.741000', '204116.743000', '204116.746000', '204116.748000', '204116.751000', '204116.753000', '204116.756000', '204116.759000', '204116.761000', '204116.764000', '204116.766000', '204116.769000', '204116.771000', '204116.774000', '204116.776000', '204116.779000', '204116.782000', '204116.784000', '204116.787000', '204116.789000', '204116.792000', '204116.795000', '204116.797000', '204116.828000', '204116.831000', '204116.834000', '204116.836000', '204116.839000', '204116.841000', '204116.844000', '204116.846000', '204116.849000', '204116.851000', '204116.854000', '204116.856000', '204116.859000', '204116.862000', '204116.864000', '204116.867000', '204116.869000', '204130.133000', '204130.135000', '204130.138000', '204130.141000', '204130.143000', '204130.146000', '204130.149000', '204130.152000', '204130.155000', '204130.157000', '204130.160000', '204130.164000', '204130.166000', '204130.169000', '204130.172000', '204130.175000', '204130.178000', '204130.181000', '204130.183000', '204130.186000', '204130.189000', '204130.191000', '204130.194000', '204130.197000', '204130.199000', '204130.202000', '204130.204000', '204130.207000', '204130.210000', '204130.212000'], 'InstanceCreationTime': ['203516.761000', '203516.764000', '203516.766000', '203516.769000', '203516.771000', '203516.774000', '203516.784000', '203516.786000', '203516.789000', '203516.792000', '203516.794000', '203516.797000', '203516.799000', '203516.802000', '203516.805000', '203516.807000', '203516.810000', '203516.812000', '203516.823000', '203516.825000', '203516.828000', '203516.830000', '203516.833000', '203516.836000', '203516.838000', '203516.841000', '203516.843000', '203516.846000', '203516.848000', '203516.851000', '203516.853000', '203516.856000', '203516.859000', '203516.861000', '203516.864000', '203516.866000', '203516.869000', '203516.871000', '203516.874000', '203516.876000', '203516.879000', '203516.881000', '203516.884000', '203516.887000', '203516.889000', '203516.892000', '203516.894000', '203516.897000', '203516.899000', '203516.902000', '203516.904000', '203516.907000', '203516.909000', '203516.912000', '203516.915000', '203516.917000', '203516.920000', '203516.922000', '203516.925000', '203516.933000', '203536.732000', '203536.735000', '203536.738000', '203536.740000', '203536.743000', '203536.745000', '203536.748000', '203536.750000', '203536.753000', '203536.755000', '203536.758000', '203536.761000', '203536.763000', '203536.766000', '203536.768000', '203536.771000', '203536.773000', '203536.776000', '203536.778000', '203536.781000', '203536.783000', '203536.786000', '203536.788000', '203536.791000', '203536.794000', '203536.796000', '203536.799000', '203536.825000', '203536.827000', '203536.830000', '203536.832000', '203536.835000', '203536.837000', '203536.840000', '203536.843000', '203536.845000', '203536.848000', '203536.850000', '203536.853000', '203536.855000', '203536.858000', '203536.860000', '203536.863000', '203556.732000', '203556.735000', '203556.738000', '203556.740000', '203556.743000', '203556.745000', '203556.748000', '203556.751000', '203556.753000', '203556.756000', '203556.758000', '203556.761000', '203556.764000', '203556.766000', '203556.769000', '203556.771000', '203556.774000', '203556.776000', '203556.779000', '203556.781000', '203556.784000', '203556.786000', '203556.789000', '203556.791000', '203556.794000', '203556.797000', '203556.799000', '203556.802000', '203556.804000', '203556.807000', '203556.809000', '203556.812000', '203556.822000', '203556.824000', '203556.827000', '203556.829000', '203556.832000', '203556.835000', '203556.837000', '203556.840000', '203556.842000', '203556.845000', '203556.847000', '203556.850000', '203616.732000', '203616.735000', '203616.738000', '203616.740000', '203616.753000', '203616.756000', '203616.758000', '203616.761000', '203616.763000', '203616.766000', '203616.769000', '203616.771000', '203616.774000', '203616.776000', '203616.779000', '203616.781000', '203616.788000', '203616.790000', '203616.793000', '203616.795000', '203616.798000', '203616.801000', '203616.804000', '203616.806000', '203616.809000', '203616.811000', '203616.814000', '203616.816000', '203616.819000', '203616.822000', '203616.824000', '203616.827000', '203616.829000', '203616.832000', '203616.834000', '203616.837000', '203616.852000', '203616.854000', '203616.857000', '203616.860000', '203616.862000', '203616.865000', '203616.867000', '203636.732000', '203636.735000', '203636.738000', '203636.740000', '203636.743000', '203636.745000', '203636.748000', '203636.751000', '203636.753000', '203636.756000', '203636.758000', '203636.761000', '203636.764000', '203636.766000', '203636.769000', '203636.772000', '203636.774000', '203636.777000', '203636.779000', '203636.782000', '203636.784000', '203636.787000', '203636.790000', '203636.792000', '203636.795000', '203636.797000', '203636.841000', '203636.843000', '203636.846000', '203636.848000', '203636.851000', '203636.853000', '203636.856000', '203636.866000', '203636.869000', '203636.871000', '203636.874000', '203636.877000', '203636.879000', '203636.882000', '203636.884000', '203636.887000', '203636.889000', '203636.898000', '203656.732000', '203656.735000', '203656.738000', '203656.740000', '203656.743000', '203656.745000', '203656.748000', '203656.751000', '203656.753000', '203656.756000', '203656.758000', '203656.761000', '203656.763000', '203656.766000', '203656.769000', '203656.771000', '203656.774000', '203656.776000', '203656.779000', '203656.782000', '203656.784000', '203656.787000', '203656.789000', '203656.792000', '203656.795000', '203656.797000', '203656.975000', '203656.978000', '203656.980000', '203656.983000', '203656.985000', '203656.988000', '203656.990000', '203656.993000', '203656.996000', '203656.998000', '203657.001000', '203657.003000', '203657.006000', '203657.008000', '203657.011000', '203657.014000', '203657.016000', '203716.733000', '203716.736000', '203716.738000', '203716.741000', '203716.743000', '203716.746000', '203716.748000', '203716.751000', '203716.754000', '203716.756000', '203716.759000', '203716.761000', '203716.764000', '203716.766000', '203716.769000', '203716.771000', '203716.774000', '203716.776000', '203716.779000', '203716.782000', '203716.784000', '203716.787000', '203716.789000', '203716.792000', '203716.794000', '203716.797000', '203716.800000', '203716.802000', '203716.805000', '203716.808000', '203716.810000', '203716.813000', '203716.815000', '203716.818000', '203716.820000', '203716.823000', '203716.825000', '203716.828000', '203716.831000', '203716.833000', '203716.836000', '203716.838000', '203716.841000', '203716.843000', '203736.732000', '203736.734000', '203736.737000', '203736.739000', '203736.742000', '203736.745000', '203736.747000', '203736.750000', '203736.752000', '203736.755000', '203736.758000', '203736.760000', '203736.763000', '203736.765000', '203736.768000', '203736.770000', '203736.773000', '203736.775000', '203736.778000', '203736.781000', '203736.783000', '203736.790000', '203736.793000', '203736.795000', '203736.798000', '203736.849000', '203736.852000', '203736.855000', '203736.858000', '203736.861000', '203736.864000', '203736.866000', '203736.869000', '203736.872000', '203736.874000', '203736.877000', '203736.879000', '203736.882000', '203736.884000', '203736.887000', '203736.890000', '203736.892000', '203736.895000', '203756.732000', '203756.735000', '203756.738000', '203756.741000', '203756.744000', '203756.747000', '203756.750000', '203756.752000', '203756.755000', '203756.757000', '203756.760000', '203756.762000', '203756.765000', '203756.768000', '203756.770000', '203756.773000', '203756.775000', '203756.778000', '203756.780000', '203756.783000', '203756.786000', '203756.788000', '203756.791000', '203756.793000', '203756.796000', '203756.799000', '203756.836000', '203756.839000', '203756.841000', '203756.844000', '203756.846000', '203756.849000', '203756.861000', '203756.864000', '203756.866000', '203756.869000', '203756.871000', '203756.874000', '203756.876000', '203756.879000', '203756.882000', '203756.884000', '203756.887000', '203816.733000', '203816.743000', '203816.746000', '203816.748000', '203816.751000', '203816.753000', '203816.763000', '203816.766000', '203816.769000', '203816.771000', '203816.774000', '203816.776000', '203816.779000', '203816.781000', '203816.784000', '203816.787000', '203816.789000', '203816.792000', '203816.794000', '203816.797000', '203816.800000', '203816.802000', '203816.805000', '203816.807000', '203816.810000', '203816.813000', '203816.815000', '203816.818000', '203816.820000', '203816.823000', '203816.825000', '203816.828000', '203816.831000', '203816.833000', '203816.836000', '203816.838000', '203816.841000', '203816.843000', '203816.846000', '203816.849000', '203816.851000', '203816.854000', '203816.856000', '203816.859000', '203836.733000', '203836.736000', '203836.739000', '203836.742000', '203836.745000', '203836.748000', '203836.750000', '203836.753000', '203836.756000', '203836.758000', '203836.761000', '203836.763000', '203836.766000', '203836.768000', '203836.771000', '203836.773000', '203836.776000', '203836.779000', '203836.781000', '203836.784000', '203836.786000', '203836.789000', '203836.792000', '203836.794000', '203836.797000', '203836.799000', '203836.802000', '203836.805000', '203836.807000', '203836.810000', '203836.812000', '203836.815000', '203836.817000', '203836.820000', '203836.823000', '203836.825000', '203836.828000', '203836.830000', '203836.833000', '203836.835000', '203836.838000', '203836.840000', '203836.843000', '203856.732000', '203856.735000', '203856.738000', '203856.740000', '203856.743000', '203856.745000', '203856.749000', '203856.751000', '203856.754000', '203856.757000', '203856.759000', '203856.762000', '203856.764000', '203856.767000', '203856.769000', '203856.772000', '203856.775000', '203856.777000', '203856.780000', '203856.782000', '203856.785000', '203856.788000', '203856.790000', '203856.793000', '203856.795000', '203856.798000', '203856.834000', '203856.836000', '203856.839000', '203856.842000', '203856.844000', '203856.847000', '203856.849000', '203856.852000', '203856.854000', '203856.857000', '203856.859000', '203856.862000', '203856.865000', '203856.867000', '203856.870000', '203856.872000', '203856.875000', '203856.877000', '203916.732000', '203916.735000', '203916.738000', '203916.740000', '203916.743000', '203916.746000', '203916.748000', '203916.751000', '203916.753000', '203916.756000', '203916.758000', '203916.761000', '203916.764000', '203916.767000', '203916.770000', '203916.773000', '203916.776000', '203916.779000', '203916.782000', '203916.784000', '203916.787000', '203916.790000', '203916.792000', '203916.795000', '203916.797000', '203916.839000', '203916.841000', '203916.844000', '203916.847000', '203916.849000', '203916.852000', '203916.854000', '203916.857000', '203916.859000', '203916.862000', '203916.865000', '203916.867000', '203916.870000', '203916.872000', '203916.875000', '203916.877000', '203916.880000', '203916.882000', '203936.732000', '203936.736000', '203936.739000', '203936.741000', '203936.744000', '203936.746000', '203936.749000', '203936.752000', '203936.754000', '203936.757000', '203936.759000', '203936.762000', '203936.764000', '203936.767000', '203936.778000', '203936.781000', '203936.783000', '203936.786000', '203936.788000', '203936.791000', '203936.794000', '203936.796000', '203936.799000', '203936.849000', '203936.852000', '203936.854000', '203936.857000', '203936.859000', '203936.862000', '203936.865000', '203936.867000', '203936.870000', '203936.872000', '203936.875000', '203936.877000', '203936.880000', '203936.883000', '203936.885000', '203936.888000', '203936.890000', '203936.893000', '203936.895000', '203936.898000', '203936.901000', '203956.731000', '203956.734000', '203956.737000', '203956.739000', '203956.742000', '203956.744000', '203956.747000', '203956.750000', '203956.752000', '203956.755000', '203956.757000', '203956.760000', '203956.762000', '203956.765000', '203956.768000', '203956.770000', '203956.773000', '203956.775000', '203956.778000', '203956.780000', '203956.783000', '203956.786000', '203956.788000', '203956.791000', '203956.793000', '203956.796000', '203956.799000', '203956.849000', '203956.851000', '203956.854000', '203956.856000', '203956.859000', '203956.862000', '203956.864000', '203956.867000', '203956.869000', '203956.872000', '203956.874000', '203956.877000', '203956.880000', '203956.882000', '203956.885000', '203956.887000', '203956.890000', '204016.732000', '204016.735000', '204016.745000', '204016.748000', '204016.750000', '204016.753000', '204016.755000', '204016.758000', '204016.761000', '204016.763000', '204016.766000', '204016.768000', '204016.771000', '204016.773000', '204016.776000', '204016.778000', '204016.781000', '204016.784000', '204016.786000', '204016.789000', '204016.791000', '204016.794000', '204016.796000', '204016.799000', '204016.860000', '204016.862000', '204016.865000', '204016.868000', '204016.870000', '204016.873000', '204016.875000', '204016.878000', '204016.880000', '204016.883000', '204016.886000', '204016.888000', '204016.891000', '204016.893000', '204016.896000', '204016.899000', '204016.901000', '204016.904000', '204016.906000', '204036.732000', '204036.735000', '204036.738000', '204036.740000', '204036.743000', '204036.746000', '204036.748000', '204036.751000', '204036.753000', '204036.756000', '204036.758000', '204036.761000', '204036.764000', '204036.766000', '204036.769000', '204036.771000', '204036.774000', '204036.776000', '204036.779000', '204036.782000', '204036.784000', '204036.787000', '204036.789000', '204036.792000', '204036.794000', '204036.797000', '204036.852000', '204036.855000', '204036.857000', '204036.860000', '204036.862000', '204036.865000', '204036.868000', '204036.872000', '204036.874000', '204036.877000', '204036.879000', '204036.882000', '204036.885000', '204036.888000', '204036.890000', '204036.893000', '204036.895000', '204056.733000', '204056.735000', '204056.738000', '204056.740000', '204056.743000', '204056.746000', '204056.748000', '204056.751000', '204056.753000', '204056.756000', '204056.758000', '204056.761000', '204056.763000', '204056.766000', '204056.769000', '204056.771000', '204056.774000', '204056.776000', '204056.779000', '204056.781000', '204056.784000', '204056.786000', '204056.789000', '204056.791000', '204056.794000', '204056.811000', '204056.864000', '204056.867000', '204056.869000', '204056.872000', '204056.874000', '204056.877000', '204056.879000', '204056.882000', '204056.885000', '204056.887000', '204056.890000', '204056.892000', '204056.895000', '204056.897000', '204056.900000', '204056.903000', '204056.905000', '204056.908000', '204116.733000', '204116.735000', '204116.738000', '204116.741000', '204116.743000', '204116.746000', '204116.748000', '204116.751000', '204116.753000', '204116.756000', '204116.759000', '204116.761000', '204116.764000', '204116.766000', '204116.769000', '204116.771000', '204116.774000', '204116.776000', '204116.779000', '204116.782000', '204116.784000', '204116.787000', '204116.789000', '204116.792000', '204116.795000', '204116.797000', '204116.828000', '204116.831000', '204116.834000', '204116.836000', '204116.839000', '204116.841000', '204116.844000', '204116.846000', '204116.849000', '204116.851000', '204116.854000', '204116.856000', '204116.859000', '204116.862000', '204116.864000', '204116.867000', '204116.869000', '204130.133000', '204130.135000', '204130.138000', '204130.141000', '204130.143000', '204130.146000', '204130.149000', '204130.152000', '204130.155000', '204130.157000', '204130.160000', '204130.164000', '204130.166000', '204130.169000', '204130.172000', '204130.175000', '204130.178000', '204130.181000', '204130.183000', '204130.186000', '204130.189000', '204130.191000', '204130.194000', '204130.197000', '204130.199000', '204130.202000', '204130.204000', '204130.207000', '204130.210000', '204130.212000'], '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': [15638, 12276, 6964, 10638, 6888, 14136, 10432, 12138, 9115, 6840, 12173, 7713, 9564, 8642, 14937, 12121, 7984, 9624, 7666, 13663, 11179, 10888, 10250, 6740, 12274, 9902, 13674, 8473, 9671, 8255, 13421, 10866, 8806, 9193, 6622, 12491, 7661, 9616, 7751, 13706, 9192, 9740, 8352, 10237, 10618, 6998, 10277, 7965, 13624, 11110, 8640, 9300, 14568, 11184, 14130, 9000, 12593, 11595, 7326, 10716, 8467, 13318, 11898, 11202, 10582, 7263, 13689, 10743, 16152, 10227, 13129, 10133, 13134, 12526, 7572, 10134, 8291, 15271, 9451, 11286, 9778, 9819, 10834, 8277, 12890, 10599, 15753, 10180, 7355, 11109, 9928, 10966, 6571, 11759, 8346, 13753, 8831, 10642, 8182, 13974, 10685, 6918, 9172, 7980, 12108, 8219, 9708, 8292, 14200, 10962, 6731, 9252, 7176, 13561, 9576, 10978, 8933, 13902, 11444, 13872, 9895, 7016, 13806, 9719, 11282, 8732, 15136, 12027, 9765, 10481, 6541, 12345, 9660, 13939, 8577, 10757, 8601, 14849, 9744, 8384, 8730, 6596, 10931, 7015, 9011, 6354, 11585, 7996, 10233, 6583, 10795, 7369, 13541, 7687, 11694, 7900, 14782, 9770, 10753, 8791, 12331, 10937, 6802, 9645, 8368, 13201, 10643, 7219, 12102, 8688, 6447, 10008, 10066, 10402, 11505, 7154, 9512, 8991, 13002, 11771, 16426, 11527, 7946, 9536, 7975, 7234, 8522, 7901, 11709, 8390, 8799, 10384, 8088, 11572, 9865, 14381, 12940, 9214, 13039, 9326, 14661, 11036, 14435, 9721, 11524, 8627, 14494, 9034, 9430, 7770, 6517, 9294, 7217, 8400, 7712, 7307, 10012, 6997, 9604, 6737, 10741, 9093, 12838, 9482, 10175, 8827, 13251, 11292, 7631, 10215, 8440, 12333, 10513, 9754, 14117, 11479, 13687, 8836, 11869, 10513, 7007, 11826, 9221, 13548, 10064, 10700, 8903, 12698, 9649, 13013, 9309, 11887, 9137, 13252, 8907, 7506, 7907, 7192, 8978, 6521, 11001, 9424, 10300, 8796, 11490, 9534, 11436, 10440, 6726, 10393, 8885, 12868, 10256, 10522, 9065, 7747, 12448, 9517, 10758, 9360, 13309, 11898, 8409, 10946, 9140, 13309, 12243, 8522, 10766, 9148, 9114, 11493, 8685, 10622, 9271, 13000, 10177, 13438, 9835, 9903, 10325, 9089, 10982, 9364, 9757, 8496, 7661, 12523, 9918, 10010, 8738, 7547, 12343, 8741, 10442, 8870, 12518, 9778, 13991, 10331, 6803, 9746, 8341, 11119, 7759, 9902, 8025, 12919, 8791, 11003, 9484, 13820, 9109, 6803, 9904, 9672, 12308, 9323, 6869, 10682, 9881, 14496, 10530, 7593, 9950, 9742, 13123, 8895, 7018, 10840, 8583, 11437, 8049, 11553, 7193, 11224, 10152, 12733, 9677, 6995, 10397, 9585, 9627, 10400, 7842, 11966, 9905, 11597, 8600, 9770, 7662, 11631, 9448, 8178, 8416, 6499, 9125, 7231, 10298, 7920, 9058, 7754, 6474, 9807, 8381, 10430, 8066, 6518, 10580, 8966, 10731, 7777, 10084, 7340, 11824, 8824, 10346, 7997, 11351, 9327, 11224, 9073, 7004, 9043, 7959, 12431, 9304, 6523, 9899, 7819, 11439, 8259, 9829, 7648, 11128, 8957, 9856, 8845, 6988, 10980, 9326, 11495, 8825, 7085, 11074, 9842, 11869, 9616, 12266, 10280, 9172, 11031, 7699, 10040, 7852, 12719, 9951, 10458, 9137, 7250, 11375, 9664, 13273, 9115, 7338, 11187, 8601, 10130, 8458, 10108, 7728, 13358, 9508, 6576, 8862, 7241, 12079, 8997, 9615, 8256, 7131, 12088, 9795, 10146, 8462, 6293, 10877, 9091, 12185, 9266, 11609, 8761, 13799, 10473, 6780, 9174, 6974, 11626, 9293, 10736, 8765, 11087, 8363, 11180, 8374, 12752, 9754, 7222, 10084, 8249, 7933, 10601, 9045, 12075, 9058, 7158, 10874, 9151, 13147, 9643, 11854, 8730, 13749, 9338, 6759, 8516, 7697, 11845, 10595, 7538, 10150, 8310, 7908, 12070, 9161, 12653, 10414, 10841, 11405, 7833, 10897, 9282, 10598, 10669, 8941, 12337, 8793, 6436, 8601, 7772, 11541, 9129, 6869, 8865, 7367, 11412, 9358, 10227, 8949, 10889, 8981, 13388, 9433, 6710, 9142, 8965, 11068, 9550, 8394, 10565, 8878, 13756, 9645, 15257, 9759, 15049, 9673, 7846, 8844, 7163, 10554, 8807, 10817, 10326, 7248, 11213, 7152, 11990, 9236, 11862, 9316, 7684, 8053, 6733, 10165, 9824, 7814, 10940, 9147, 6828, 8704, 6757, 11007, 8761, 10915, 8694, 9240, 8106, 8312, 10450, 8150, 10119, 8493, 7009, 9794, 8883, 12897, 9428, 6773, 9222, 7980, 12393, 9256, 10358, 6974, 10618, 7922, 10594, 7250, 9523, 7208, 10162, 7966, 11582, 8419, 8515, 8451, 11786, 10004, 7088, 8999, 7433, 10399, 8967, 7896, 10732, 8570, 8251, 8667, 6976, 10655, 8368, 10586, 11614, 8257, 12694, 9914, 14713, 12192, 15056, 13118, 17514, 13361, 12238, 11370, 6521, 9554, 7597, 11339, 8084, 11073, 7929, 7040, 8090, 6935, 10564, 8358, 7049, 9248, 7947, 8157, 7764, 11741, 8805, 10848, 8817, 6785, 8941, 7966, 9185, 6347, 8250, 7666, 11698, 8942, 10742, 8444, 11937, 9183, 10932, 8237, 10134, 11302, 8960, 9988, 8542, 7660, 12796, 10009, 7310, 9855, 7794, 12828, 9822, 10619, 7660, 12427, 9133, 13003, 8638, 9540, 8198, 6851, 10786, 8557, 11683, 8037, 11525, 8313, 12824, 9744, 12593, 8480, 6968, 9548, 7624, 10349, 7317, 9389, 8119, 11401, 9305, 7602, 8736, 7067, 10801, 9045, 13166, 9446, 6888, 10121, 8206, 13249, 10079, 12400, 8995, 13152, 10983, 11083, 9933, 6545, 9636, 7766, 13129, 9493, 10368, 8169, 10964, 11605, 7091, 9967, 7464, 9592, 7439, 12246, 9302, 9272, 8153, 7278, 12401, 9091, 6654, 9651, 8810, 14105, 9877, 7522, 10227, 8687, 13771, 9999, 11848, 8951, 14211, 11900, 7716, 10120, 8252, 11491, 9624, 9045, 9042, 7508, 12086, 9699, 7798, 8965, 7846, 11344, 9198, 8996, 8800, 6757, 11018, 8097, 9958, 8955, 11304, 9029, 9857, 9084, 6966, 10642, 9544, 10811, 8925, 7260, 10799, 10254, 13081, 9773, 7355, 10668, 9311, 13940, 9562, 6824, 10041, 8333, 13566, 9609, 11122, 8523, 11118, 10868, 6964, 9042, 8715, 13400, 10520, 7450, 9655, 8708, 6615, 10851, 11175, 8224, 10006, 9353, 12919, 10701, 11247, 10237, 6823, 11808, 9478, 13727, 9374, 10283, 8601, 13258, 10512, 6972, 8581, 8063, 11877, 9888, 8245, 9203, 6798, 11237, 9495, 11255, 9152, 10086, 8437, 12840, 9871, 6465, 9266, 6719, 10934], 'WindowCenter': [3921.0, 3885.0, 3817.0, 3847.0, 3804.0, 3867.0, 3846.0, 3856.0, 3824.0, 3792.0, 3856.0, 3843.0, 3834.0, 3809.0, 3864.0, 3858.0, 3826.0, 3834.0, 3828.0, 3867.0, 3857.0, 3845.0, 3846.0, 3803.0, 3856.0, 3835.0, 3867.0, 3824.0, 3834.0, 3813.0, 3865.0, 3845.0, 3822.0, 3823.0, 3790.0, 3857.0, 3813.0, 3824.0, 3812.0, 3867.0, 3834.0, 3834.0, 3825.0, 3846.0, 3846.0, 3817.0, 3845.0, 3814.0, 3868.0, 3858.0, 3824.0, 3836.0, 3866.0, 3845.0, 3866.0, 3823.0, 3855.0, 3857.0, 3814.0, 3846.0, 3826.0, 3868.0, 3859.0, 3858.0, 3847.0, 3803.0, 3868.0, 3847.0, 3878.0, 3835.0, 3854.0, 3833.0, 3854.0, 3855.0, 3799.0, 3831.0, 3810.0, 3864.0, 3832.0, 3830.0, 3832.0, 3832.0, 3832.0, 3810.0, 3852.0, 3833.0, 3864.0, 3834.0, 3788.0, 3843.0, 3833.0, 3845.0, 3777.0, 3840.0, 3798.0, 3851.0, 3820.0, 3831.0, 3812.0, 3864.0, 3832.0, 3790.0, 3822.0, 3812.0, 3855.0, 3824.0, 3832.0, 3814.0, 3865.0, 3846.0, 3792.0, 3834.0, 3804.0, 3867.0, 3835.0, 3846.0, 3825.0, 3867.0, 3857.0, 3866.0, 3833.0, 3790.0, 3866.0, 3823.0, 3843.0, 3823.0, 3864.0, 3844.0, 3832.0, 3833.0, 3779.0, 3843.0, 3821.0, 3853.0, 3811.0, 3830.0, 3810.0, 3865.0, 3835.0, 3810.0, 3822.0, 3792.0, 3844.0, 3805.0, 3835.0, 3792.0, 3857.0, 3814.0, 3845.0, 3794.0, 3845.0, 3803.0, 3855.0, 3800.0, 3843.0, 3811.0, 3866.0, 3847.0, 3847.0, 3839.0, 3903.0, 3876.0, 3811.0, 3836.0, 3811.0, 3853.0, 3833.0, 3789.0, 3840.0, 3822.0, 3794.0, 3850.0, 3847.0, 3858.0, 3860.0, 3820.0, 3835.0, 3838.0, 3868.0, 3857.0, 3879.0, 3857.0, 3811.0, 3821.0, 3810.0, 3798.0, 3822.0, 3811.0, 3852.0, 3823.0, 3835.0, 3847.0, 3814.0, 3844.0, 3848.0, 3865.0, 3843.0, 3809.0, 3839.0, 3796.0, 3838.0, 3818.0, 3836.0, 3794.0, 3814.0, 3783.0, 3834.0, 3794.0, 3791.0, 3783.0, 3763.0, 3819.0, 3800.0, 3811.0, 3813.0, 3800.0, 3846.0, 3804.0, 3836.0, 3794.0, 3845.0, 3836.0, 3856.0, 3836.0, 3847.0, 3839.0, 3867.0, 3848.0, 3814.0, 3862.0, 3857.0, 3913.0, 3835.0, 3807.0, 3856.0, 3858.0, 3870.0, 3827.0, 3845.0, 3832.0, 3790.0, 3843.0, 3811.0, 3842.0, 3820.0, 3820.0, 3812.0, 3841.0, 3808.0, 3839.0, 3806.0, 3826.0, 3807.0, 3838.0, 3810.0, 3788.0, 3800.0, 3790.0, 3822.0, 3781.0, 3844.0, 3824.0, 3835.0, 3827.0, 3858.0, 3835.0, 3845.0, 3833.0, 3779.0, 3833.0, 3813.0, 3857.0, 3834.0, 3833.0, 3812.0, 3799.0, 3857.0, 3835.0, 3846.0, 3836.0, 3855.0, 3845.0, 3798.0, 3817.0, 3808.0, 3841.0, 3856.0, 3814.0, 3835.0, 3823.0, 3812.0, 3845.0, 3813.0, 3835.0, 3824.0, 3854.0, 3834.0, 3853.0, 3822.0, 3821.0, 3822.0, 3822.0, 3832.0, 3825.0, 3820.0, 3810.0, 3800.0, 3855.0, 3822.0, 3822.0, 3811.0, 3789.0, 3845.0, 3810.0, 3821.0, 3809.0, 3840.0, 3821.0, 3852.0, 3820.0, 3778.0, 3821.0, 3800.0, 3832.0, 3789.0, 3820.0, 3800.0, 3842.0, 3810.0, 3831.0, 3823.0, 3854.0, 3822.0, 3790.0, 3835.0, 3838.0, 3857.0, 3837.0, 3803.0, 3846.0, 3837.0, 3867.0, 3846.0, 3815.0, 3835.0, 3838.0, 3866.0, 3850.0, 3815.0, 3857.0, 3827.0, 3859.0, 3828.0, 3845.0, 3791.0, 3832.0, 3832.0, 3855.0, 3837.0, 3791.0, 3822.0, 3811.0, 3811.0, 3821.0, 3788.0, 3819.0, 3807.0, 3817.0, 3785.0, 3792.0, 3773.0, 3815.0, 3796.0, 3783.0, 3785.0, 3764.0, 3808.0, 3789.0, 3820.0, 3801.0, 3811.0, 3802.0, 3780.0, 3822.0, 3814.0, 3835.0, 3815.0, 3782.0, 3837.0, 3814.0, 3835.0, 3801.0, 3823.0, 3790.0, 3845.0, 3810.0, 3820.0, 3799.0, 3819.0, 3811.0, 3832.0, 3812.0, 3790.0, 3811.0, 3802.0, 3844.0, 3824.0, 3780.0, 3822.0, 3801.0, 3844.0, 3814.0, 3822.0, 3802.0, 3844.0, 3813.0, 3823.0, 3825.0, 3792.0, 3833.0, 3826.0, 3845.0, 3837.0, 3804.0, 3860.0, 3851.0, 3858.0, 3838.0, 3858.0, 3837.0, 3825.0, 3835.0, 3804.0, 3824.0, 3802.0, 3844.0, 3824.0, 3832.0, 3822.0, 3792.0, 3844.0, 3822.0, 3853.0, 3811.0, 3789.0, 3833.0, 3811.0, 3822.0, 3799.0, 3819.0, 3800.0, 3854.0, 3823.0, 3792.0, 3822.0, 3802.0, 3856.0, 3824.0, 3823.0, 3814.0, 3801.0, 3859.0, 3849.0, 3847.0, 3825.0, 3793.0, 3847.0, 3826.0, 3845.0, 3824.0, 3842.0, 3814.0, 3856.0, 3834.0, 3780.0, 3811.0, 3787.0, 3842.0, 3821.0, 3833.0, 3811.0, 3832.0, 3812.0, 3832.0, 3813.0, 3854.0, 3835.0, 3803.0, 3846.0, 3825.0, 3827.0, 3849.0, 3839.0, 3860.0, 3827.0, 3805.0, 3846.0, 3826.0, 3868.0, 3836.0, 3846.0, 3813.0, 3869.0, 3897.0, 3823.0, 3824.0, 3800.0, 3841.0, 3832.0, 3800.0, 3832.0, 3823.0, 3814.0, 3856.0, 3835.0, 3851.0, 3831.0, 3832.0, 3844.0, 3801.0, 3831.0, 3820.0, 3830.0, 3832.0, 3821.0, 3854.0, 3824.0, 3791.0, 3809.0, 3798.0, 3843.0, 3821.0, 3779.0, 3811.0, 3815.0, 3844.0, 3822.0, 3831.0, 3809.0, 3829.0, 3810.0, 3840.0, 3820.0, 3791.0, 3834.0, 3837.0, 3857.0, 3848.0, 3840.0, 3858.0, 3838.0, 3868.0, 3836.0, 3876.0, 3836.0, 3864.0, 3821.0, 3800.0, 3821.0, 3802.0, 3833.0, 3823.0, 3831.0, 3831.0, 3790.0, 3832.0, 3776.0, 3829.0, 3810.0, 3829.0, 3810.0, 3799.0, 3797.0, 3789.0, 3830.0, 3847.0, 3815.0, 3846.0, 3835.0, 3793.0, 3824.0, 3791.0, 3847.0, 3825.0, 3856.0, 3825.0, 3834.0, 3824.0, 3838.0, 3858.0, 3837.0, 3847.0, 3838.0, 3815.0, 3850.0, 3840.0, 3870.0, 3837.0, 3806.0, 3836.0, 3814.0, 3859.0, 3824.0, 3835.0, 3790.0, 3831.0, 3800.0, 3830.0, 3789.0, 3820.0, 3788.0, 3820.0, 3800.0, 3843.0, 3812.0, 3811.0, 3838.0, 3842.0, 3835.0, 3803.0, 3837.0, 3816.0, 3848.0, 3840.0, 3829.0, 3859.0, 3826.0, 3825.0, 3826.0, 3807.0, 3850.0, 3830.0, 3849.0, 3874.0, 3830.0, 3860.0, 3836.0, 3855.0, 3834.0, 3840.0, 3832.0, 3850.0, 3816.0, 3800.0, 3790.0, 3734.0, 3777.0, 3756.0, 3785.0, 3755.0, 3786.0, 3756.0, 3756.0, 3767.0, 3746.0, 3802.0, 3784.0, 3774.0, 3807.0, 3798.0, 3796.0, 3788.0, 3829.0, 3811.0, 3819.0, 3809.0, 3777.0, 3812.0, 3800.0, 3810.0, 3780.0, 3799.0, 3802.0, 3856.0, 3824.0, 3834.0, 3815.0, 3843.0, 3825.0, 3847.0, 3826.0, 3847.0, 3858.0, 3838.0, 3837.0, 3826.0, 3813.0, 3869.0, 3849.0, 3805.0, 3836.0, 3801.0, 3870.0, 3848.0, 3846.0, 3801.0, 3855.0, 3835.0, 3855.0, 3812.0, 3820.0, 3810.0, 3790.0, 3844.0, 3824.0, 3855.0, 3812.0, 3845.0, 3815.0, 3856.0, 3834.0, 3854.0, 3811.0, 3789.0, 3822.0, 3801.0, 3834.0, 3803.0, 3822.0, 3803.0, 3843.0, 3825.0, 3802.0, 3825.0, 3803.0, 3847.0, 3826.0, 3868.0, 3836.0, 3804.0, 3835.0, 3812.0, 3858.0, 3836.0, 3855.0, 3823.0, 3854.0, 3846.0, 3832.0, 3823.0, 3779.0, 3820.0, 3800.0, 3853.0, 3822.0, 3832.0, 3812.0, 3832.0, 3844.0, 3792.0, 3833.0, 3803.0, 3833.0, 3803.0, 3844.0, 3823.0, 3823.0, 3813.0, 3804.0, 3869.0, 3836.0, 3804.0, 3836.0, 3825.0, 3870.0, 3837.0, 3803.0, 3835.0, 3814.0, 3868.0, 3834.0, 3843.0, 3823.0, 3853.0, 3857.0, 3818.0, 3836.0, 3813.0, 3842.0, 3822.0, 3821.0, 3811.0, 3789.0, 3842.0, 3822.0, 3800.0, 3811.0, 3799.0, 3832.0, 3821.0, 3811.0, 3837.0, 3791.0, 3833.0, 3800.0, 3820.0, 3821.0, 3832.0, 3822.0, 3822.0, 3822.0, 3802.0, 3834.0, 3835.0, 3845.0, 3825.0, 3804.0, 3846.0, 3847.0, 3872.0, 3849.0, 3817.0, 3844.0, 3825.0, 3866.0, 3834.0, 3793.0, 3833.0, 3813.0, 3856.0, 3834.0, 3844.0, 3823.0, 3843.0, 3846.0, 3806.0, 3824.0, 3825.0, 3868.0, 3834.0, 3804.0, 3848.0, 3826.0, 3804.0, 3847.0, 3860.0, 3828.0, 3836.0, 3824.0, 3855.0, 3837.0, 3844.0, 3833.0, 3779.0, 3843.0, 3821.0, 3852.0, 3810.0, 3820.0, 3810.0, 3842.0, 3831.0, 3789.0, 3809.0, 3801.0, 3843.0, 3836.0, 3814.0, 3823.0, 3781.0, 3843.0, 3824.0, 3845.0, 3823.0, 3834.0, 3814.0, 3857.0, 3848.0, 3782.0, 3825.0, 3791.0, 3875.0], 'WindowWidth': [8767.0, 8701.0, 8601.0, 8636.0, 8577.0, 8663.0, 8632.0, 8645.0, 8601.0, 8555.0, 8645.0, 8645.0, 8613.0, 8570.0, 8649.0, 8649.0, 8606.0, 8612.0, 8610.0, 8658.0, 8647.0, 8628.0, 8630.0, 8571.0, 8644.0, 8616.0, 8661.0, 8599.0, 8612.0, 8583.0, 8656.0, 8627.0, 8592.0, 8594.0, 8548.0, 8645.0, 8583.0, 8597.0, 8581.0, 8660.0, 8613.0, 8612.0, 8601.0, 8631.0, 8633.0, 8593.0, 8627.0, 8586.0, 8666.0, 8650.0, 8599.0, 8619.0, 8657.0, 8627.0, 8654.0, 8596.0, 8638.0, 8648.0, 8587.0, 8631.0, 8606.0, 8664.0, 8653.0, 8652.0, 8634.0, 8570.0, 8662.0, 8634.0, 8678.0, 8614.0, 8637.0, 8609.0, 8639.0, 8639.0, 8559.0, 8603.0, 8575.0, 8650.0, 8605.0, 8601.0, 8606.0, 8606.0, 8605.0, 8574.0, 8630.0, 8608.0, 8652.0, 8611.0, 8543.0, 8621.0, 8610.0, 8625.0, 8525.0, 8611.0, 8555.0, 8627.0, 8588.0, 8603.0, 8580.0, 8651.0, 8607.0, 8549.0, 8593.0, 8579.0, 8641.0, 8600.0, 8607.0, 8583.0, 8655.0, 8629.0, 8553.0, 8610.0, 8572.0, 8662.0, 8616.0, 8630.0, 8601.0, 8660.0, 8647.0, 8655.0, 8608.0, 8547.0, 8658.0, 8595.0, 8622.0, 8594.0, 8650.0, 8625.0, 8606.0, 8607.0, 8533.0, 8619.0, 8589.0, 8633.0, 8576.0, 8599.0, 8572.0, 8653.0, 8615.0, 8574.0, 8591.0, 8553.0, 8625.0, 8575.0, 8615.0, 8556.0, 8647.0, 8586.0, 8628.0, 8558.0, 8627.0, 8568.0, 8641.0, 8561.0, 8618.0, 8576.0, 8658.0, 8636.0, 8632.0, 8626.0, 8735.0, 8686.0, 8589.0, 8619.0, 8576.0, 8633.0, 8608.0, 8539.0, 8611.0, 8595.0, 8562.0, 8643.0, 8638.0, 8653.0, 8655.0, 8605.0, 8616.0, 8626.0, 8664.0, 8648.0, 8687.0, 8650.0, 8578.0, 8590.0, 8575.0, 8555.0, 8593.0, 8577.0, 8635.0, 8598.0, 8617.0, 8637.0, 8587.0, 8624.0, 8637.0, 8656.0, 8623.0, 8569.0, 8607.0, 8544.0, 8606.0, 8575.0, 8598.0, 8539.0, 8563.0, 8523.0, 8595.0, 8537.0, 8531.0, 8524.0, 8500.0, 8581.0, 8561.0, 8577.0, 8581.0, 8563.0, 8630.0, 8573.0, 8616.0, 8557.0, 8628.0, 8618.0, 8644.0, 8617.0, 8632.0, 8624.0, 8658.0, 8633.0, 8584.0, 8662.0, 8663.0, 8750.0, 8611.0, 8559.0, 8640.0, 8647.0, 8666.0, 8605.0, 8624.0, 8601.0, 8543.0, 8619.0, 8572.0, 8617.0, 8583.0, 8584.0, 8577.0, 8612.0, 8565.0, 8605.0, 8559.0, 8585.0, 8561.0, 8603.0, 8570.0, 8540.0, 8559.0, 8545.0, 8591.0, 8537.0, 8625.0, 8598.0, 8613.0, 8606.0, 8646.0, 8614.0, 8626.0, 8606.0, 8529.0, 8605.0, 8579.0, 8644.0, 8609.0, 8605.0, 8575.0, 8556.0, 8645.0, 8611.0, 8627.0, 8615.0, 8637.0, 8626.0, 8549.0, 8573.0, 8565.0, 8613.0, 8642.0, 8584.0, 8612.0, 8592.0, 8576.0, 8627.0, 8581.0, 8612.0, 8596.0, 8635.0, 8609.0, 8635.0, 8592.0, 8587.0, 8591.0, 8590.0, 8605.0, 8600.0, 8587.0, 8571.0, 8558.0, 8637.0, 8591.0, 8588.0, 8573.0, 8541.0, 8624.0, 8572.0, 8585.0, 8568.0, 8608.0, 8585.0, 8628.0, 8584.0, 8527.0, 8586.0, 8556.0, 8602.0, 8543.0, 8583.0, 8555.0, 8614.0, 8570.0, 8601.0, 8592.0, 8635.0, 8591.0, 8550.0, 8615.0, 8623.0, 8648.0, 8618.0, 8572.0, 8629.0, 8621.0, 8662.0, 8630.0, 8586.0, 8613.0, 8623.0, 8663.0, 8646.0, 8591.0, 8651.0, 8606.0, 8652.0, 8610.0, 8626.0, 8549.0, 8605.0, 8605.0, 8640.0, 8617.0, 8546.0, 8586.0, 8572.0, 8571.0, 8583.0, 8536.0, 8579.0, 8559.0, 8571.0, 8526.0, 8531.0, 8508.0, 8566.0, 8542.0, 8523.0, 8526.0, 8501.0, 8563.0, 8541.0, 8582.0, 8562.0, 8572.0, 8564.0, 8529.0, 8589.0, 8583.0, 8611.0, 8583.0, 8536.0, 8617.0, 8583.0, 8610.0, 8560.0, 8591.0, 8543.0, 8624.0, 8570.0, 8580.0, 8553.0, 8580.0, 8575.0, 8604.0, 8577.0, 8545.0, 8572.0, 8563.0, 8621.0, 8594.0, 8532.0, 8590.0, 8560.0, 8623.0, 8581.0, 8589.0, 8561.0, 8622.0, 8580.0, 8592.0, 8598.0, 8551.0, 8607.0, 8600.0, 8627.0, 8620.0, 8574.0, 8655.0, 8644.0, 8651.0, 8624.0, 8645.0, 8617.0, 8600.0, 8613.0, 8570.0, 8595.0, 8563.0, 8625.0, 8595.0, 8604.0, 8591.0, 8550.0, 8622.0, 8592.0, 8633.0, 8576.0, 8542.0, 8606.0, 8573.0, 8590.0, 8557.0, 8583.0, 8559.0, 8636.0, 8595.0, 8551.0, 8591.0, 8565.0, 8646.0, 8598.0, 8593.0, 8582.0, 8565.0, 8650.0, 8637.0, 8632.0, 8602.0, 8556.0, 8633.0, 8601.0, 8626.0, 8597.0, 8619.0, 8583.0, 8644.0, 8611.0, 8534.0, 8574.0, 8538.0, 8619.0, 8589.0, 8606.0, 8575.0, 8603.0, 8576.0, 8602.0, 8581.0, 8634.0, 8612.0, 8569.0, 8628.0, 8603.0, 8608.0, 8640.0, 8625.0, 8655.0, 8606.0, 8574.0, 8630.0, 8604.0, 8664.0, 8616.0, 8628.0, 8581.0, 8668.0, 8738.0, 8611.0, 8598.0, 8559.0, 8613.0, 8605.0, 8558.0, 8605.0, 8597.0, 8584.0, 8646.0, 8615.0, 8631.0, 8605.0, 8606.0, 8625.0, 8562.0, 8602.0, 8586.0, 8600.0, 8606.0, 8589.0, 8638.0, 8599.0, 8552.0, 8572.0, 8557.0, 8622.0, 8590.0, 8531.0, 8575.0, 8590.0, 8625.0, 8592.0, 8600.0, 8569.0, 8593.0, 8573.0, 8611.0, 8585.0, 8552.0, 8611.0, 8622.0, 8650.0, 8643.0, 8632.0, 8655.0, 8625.0, 8664.0, 8620.0, 8672.0, 8619.0, 8653.0, 8587.0, 8561.0, 8592.0, 8568.0, 8609.0, 8594.0, 8603.0, 8603.0, 8546.0, 8604.0, 8522.0, 8597.0, 8569.0, 8597.0, 8570.0, 8554.0, 8552.0, 8545.0, 8598.0, 8635.0, 8588.0, 8632.0, 8616.0, 8557.0, 8600.0, 8552.0, 8633.0, 8604.0, 8648.0, 8604.0, 8614.0, 8604.0, 8627.0, 8652.0, 8626.0, 8634.0, 8625.0, 8592.0, 8645.0, 8628.0, 8668.0, 8622.0, 8578.0, 8617.0, 8583.0, 8654.0, 8599.0, 8611.0, 8546.0, 8602.0, 8557.0, 8600.0, 8543.0, 8584.0, 8540.0, 8583.0, 8559.0, 8620.0, 8578.0, 8578.0, 8626.0, 8614.0, 8612.0, 8567.0, 8622.0, 8594.0, 8636.0, 8627.0, 8613.0, 8653.0, 8603.0, 8600.0, 8605.0, 8581.0, 8641.0, 8614.0, 8639.0, 8681.0, 8618.0, 8653.0, 8615.0, 8640.0, 8607.0, 8610.0, 8601.0, 8625.0, 8570.0, 8539.0, 8523.0, 8441.0, 8503.0, 8474.0, 8513.0, 8472.0, 8513.0, 8474.0, 8477.0, 8491.0, 8463.0, 8546.0, 8527.0, 8514.0, 8561.0, 8552.0, 8547.0, 8538.0, 8594.0, 8572.0, 8580.0, 8568.0, 8523.0, 8574.0, 8555.0, 8572.0, 8531.0, 8554.0, 8562.0, 8641.0, 8597.0, 8609.0, 8583.0, 8619.0, 8599.0, 8629.0, 8601.0, 8634.0, 8650.0, 8622.0, 8620.0, 8602.0, 8584.0, 8670.0, 8640.0, 8572.0, 8615.0, 8563.0, 8670.0, 8637.0, 8628.0, 8564.0, 8641.0, 8616.0, 8642.0, 8578.0, 8587.0, 8573.0, 8548.0, 8626.0, 8600.0, 8642.0, 8582.0, 8626.0, 8588.0, 8645.0, 8612.0, 8636.0, 8576.0, 8545.0, 8592.0, 8565.0, 8611.0, 8570.0, 8592.0, 8566.0, 8619.0, 8601.0, 8568.0, 8602.0, 8568.0, 8632.0, 8606.0, 8662.0, 8618.0, 8571.0, 8613.0, 8581.0, 8648.0, 8615.0, 8641.0, 8595.0, 8635.0, 8628.0, 8605.0, 8594.0, 8531.0, 8587.0, 8559.0, 8635.0, 8592.0, 8606.0, 8579.0, 8605.0, 8625.0, 8553.0, 8608.0, 8568.0, 8609.0, 8570.0, 8624.0, 8592.0, 8595.0, 8583.0, 8573.0, 8665.0, 8619.0, 8573.0, 8617.0, 8603.0, 8670.0, 8620.0, 8570.0, 8613.0, 8582.0, 8662.0, 8611.0, 8623.0, 8594.0, 8635.0, 8647.0, 8600.0, 8616.0, 8581.0, 8618.0, 8591.0, 8593.0, 8578.0, 8546.0, 8619.0, 8591.0, 8560.0, 8575.0, 8557.0, 8604.0, 8592.0, 8575.0, 8621.0, 8549.0, 8609.0, 8561.0, 8587.0, 8590.0, 8603.0, 8593.0, 8592.0, 8593.0, 8570.0, 8611.0, 8613.0, 8626.0, 8600.0, 8573.0, 8629.0, 8635.0, 8676.0, 8639.0, 8595.0, 8625.0, 8602.0, 8661.0, 8612.0, 8554.0, 8610.0, 8583.0, 8643.0, 8613.0, 8624.0, 8596.0, 8621.0, 8628.0, 8579.0, 8599.0, 8600.0, 8662.0, 8608.0, 8573.0, 8637.0, 8604.0, 8576.0, 8633.0, 8655.0, 8609.0, 8617.0, 8598.0, 8638.0, 8617.0, 8624.0, 8607.0, 8530.0, 8619.0, 8588.0, 8632.0, 8571.0, 8586.0, 8573.0, 8614.0, 8601.0, 8544.0, 8570.0, 8562.0, 8618.0, 8612.0, 8582.0, 8594.0, 8535.0, 8622.0, 8597.0, 8626.0, 8596.0, 8608.0, 8583.0, 8646.0, 8636.0, 8539.0, 8600.0, 8553.0, 8683.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.0025322068965517243</td></tr>
<tr><td colspan=3>aqi</td><td>0.04252065137931034</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>45.88227784957423</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2591488570425793</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0345699982393541</td></tr>
<tr><td colspan=3>efc</td><td>0.5111</td></tr>
<tr><td colspan=3>fber</td><td>4331.7461</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.15370832429223463</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>180</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>20.689655172413794</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.346638450274313</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2257744014788576</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6111632104722906</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.202977738871791</td></tr>
<tr><td colspan=3>gcor</td><td>0.0129648</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02359229326248169</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04880685359239578</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.201438907934671</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>14.7325</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.2347</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>197.7859</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>293940.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>941.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>350.533</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8839</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>432.9206</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3029.3864</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3158.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82604.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1250.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3958.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>751.6427</td></tr>
<tr><td colspan=3>tsnr</td><td>29.904095589125063</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>