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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0131_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-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-01_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-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-01_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-0131/ses-03/func/sub-0131_ses-03_task-social_acq-mb8_run-01_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>2686f8c5460b2ff2995436f94035c8d2</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:57:2.055000</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.997541, -0.0287203, -0.06393, 0.032569, 0.997667, 0.0599971]</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-01_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.095939</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4214, -7787, -7241, 416, -141, 45, 17, 115]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>233.119</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>25c675a1-c279-40e5-b878-312fc012f1f3||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.6763296127319336, 0.08738034963607788, -0.16755592823028564, 109.14598083496094], [0.07705456763505936, 2.6766679286956787, 0.16721564531326294, -110.36207580566406], [-0.17151959240436554, -0.1609678566455841, 2.689602851867676, -50.98103713989258], [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': ['205702.055000', '205702.515000', '205702.975000', '205703.435000', '205703.895000', '205704.355000', '205704.815000', '205705.275000', '205705.735000', '205706.195000', '205706.655000', '205707.115000', '205707.575000', '205708.035000', '205708.495000', '205708.955000', '205709.415000', '205709.875000', '205710.335000', '205710.795000', '205711.255000', '205711.715000', '205712.175000', '205712.635000', '205713.095000', '205713.555000', '205714.015000', '205714.475000', '205714.935000', '205715.395000', '205715.855000', '205716.315000', '205716.775000', '205717.235000', '205717.695000', '205718.155000', '205718.615000', '205719.075000', '205719.535000', '205719.995000', '205720.455000', '205720.915000', '205721.375000', '205721.835000', '205722.295000', '205722.755000', '205723.215000', '205723.675000', '205724.135000', '205724.595000', '205725.055000', '205725.515000', '205725.975000', '205726.435000', '205726.895000', '205727.355000', '205727.815000', '205728.275000', '205728.735000', '205729.195000', '205729.655000', '205730.115000', '205730.575000', '205731.035000', '205731.495000', '205731.955000', '205732.415000', '205732.875000', '205733.335000', '205733.795000', '205734.255000', '205734.715000', '205735.175000', '205735.635000', '205736.095000', '205736.555000', '205737.015000', '205737.475000', '205737.935000', '205738.395000', '205738.855000', '205739.315000', '205739.775000', '205740.235000', '205740.695000', '205741.155000', '205741.615000', '205742.075000', '205742.535000', '205742.995000', '205743.455000', '205743.915000', '205744.375000', '205744.835000', '205745.295000', '205745.755000', '205746.215000', '205746.675000', '205747.135000', '205747.595000', '205748.055000', '205748.515000', '205748.975000', '205749.435000', '205749.895000', '205750.355000', '205750.815000', '205751.275000', '205751.735000', '205752.195000', '205752.655000', '205753.115000', '205753.575000', '205754.035000', '205754.495000', '205754.955000', '205755.415000', '205755.875000', '205756.335000', '205756.795000', '205757.255000', '205757.715000', '205758.175000', '205758.635000', '205759.095000', '205759.555000', '205800.015000', '205800.475000', '205800.935000', '205801.395000', '205801.855000', '205802.315000', '205802.775000', '205803.235000', '205803.695000', '205804.155000', '205804.615000', '205805.075000', '205805.535000', '205805.995000', '205806.455000', '205806.915000', '205807.375000', '205807.835000', '205808.295000', '205808.755000', '205809.215000', '205809.675000', '205810.135000', '205810.595000', '205811.055000', '205811.515000', '205811.975000', '205812.435000', '205812.895000', '205813.355000', '205813.815000', '205814.275000', '205814.735000', '205815.195000', '205815.655000', '205816.115000', '205816.575000', '205817.035000', '205817.495000', '205817.955000', '205818.415000', '205818.875000', '205819.335000', '205819.795000', '205820.255000', '205820.715000', '205821.175000', '205821.635000', '205822.095000', '205822.555000', '205823.015000', '205823.475000', '205823.935000', '205824.395000', '205824.855000', '205825.315000', '205825.775000', '205826.235000', '205826.695000', '205827.155000', '205827.615000', '205828.075000', '205828.535000', '205828.995000', '205829.455000', '205829.915000', '205830.375000', '205830.835000', '205831.295000', '205831.755000', '205832.215000', '205832.675000', '205833.135000', '205833.595000', '205834.055000', '205834.515000', '205834.975000', '205835.435000', '205835.895000', '205836.355000', '205836.815000', '205837.275000', '205837.735000', '205838.195000', '205838.655000', '205839.115000', '205839.575000', '205840.035000', '205840.495000', '205840.955000', '205841.415000', '205841.875000', '205842.335000', '205842.795000', '205843.255000', '205843.715000', '205844.175000', '205844.635000', '205845.095000', '205845.555000', '205846.015000', '205846.475000', '205846.935000', '205847.395000', '205847.855000', '205848.315000', '205848.775000', '205849.235000', '205849.695000', '205850.155000', '205850.615000', '205851.075000', '205851.535000', '205851.995000', '205852.455000', '205852.915000', '205853.375000', '205853.835000', '205854.295000', '205854.755000', '205855.215000', '205855.675000', '205856.135000', '205856.595000', '205857.055000', '205857.515000', '205857.975000', '205858.435000', '205858.895000', '205859.355000', '205859.815000', '205900.275000', '205900.735000', '205901.195000', '205901.655000', '205902.115000', '205902.575000', '205903.035000', '205903.495000', '205903.955000', '205904.415000', '205904.875000', '205905.335000', '205905.795000', '205906.255000', '205906.715000', '205907.175000', '205907.635000', '205908.095000', '205908.555000', '205909.015000', '205909.475000', '205909.935000', '205910.395000', '205910.855000', '205911.315000', '205911.775000', '205912.235000', '205912.695000', '205913.155000', '205913.615000', '205914.075000', '205914.535000', '205914.995000', '205915.455000', '205915.915000', '205916.375000', '205916.835000', '205917.295000', '205917.755000', '205918.215000', '205918.675000', '205919.135000', '205919.595000', '205920.055000', '205920.515000', '205920.975000', '205921.435000', '205921.895000', '205922.355000', '205922.815000', '205923.275000', '205923.735000', '205924.195000', '205924.655000', '205925.115000', '205925.575000', '205926.035000', '205926.495000', '205926.955000', '205927.415000', '205927.875000', '205928.335000', '205928.795000', '205929.255000', '205929.715000', '205930.175000', '205930.635000', '205931.095000', '205931.555000', '205932.015000', '205932.475000', '205932.935000', '205933.395000', '205933.855000', '205934.315000', '205934.775000', '205935.235000', '205935.695000', '205936.155000', '205936.615000', '205937.075000', '205937.535000', '205937.995000', '205938.455000', '205938.915000', '205939.375000', '205939.835000', '205940.295000', '205940.755000', '205941.215000', '205941.675000', '205942.135000', '205942.595000', '205943.055000', '205943.515000', '205943.975000', '205944.435000', '205944.895000', '205945.355000', '205945.815000', '205946.275000', '205946.735000', '205947.195000', '205947.655000', '205948.115000', '205948.575000', '205949.035000', '205949.495000', '205949.955000', '205950.415000', '205950.875000', '205951.335000', '205951.795000', '205952.255000', '205952.715000', '205953.175000', '205953.635000', '205954.095000', '205954.555000', '205955.015000', '205955.475000', '205955.935000', '205956.395000', '205956.855000', '205957.315000', '205957.775000', '205958.235000', '205958.695000', '205959.155000', '205959.615000', '210000.075000', '210000.535000', '210000.995000', '210001.455000', '210001.915000', '210002.375000', '210002.835000', '210003.295000', '210003.755000', '210004.215000', '210004.675000', '210005.135000', '210005.595000', '210006.055000', '210006.515000', '210006.975000', '210007.435000', '210007.895000', '210008.355000', '210008.815000', '210009.275000', '210009.735000', '210010.195000', '210010.655000', '210011.115000', '210011.575000', '210012.035000', '210012.495000', '210012.955000', '210013.415000', '210013.875000', '210014.335000', '210014.795000', '210015.255000', '210015.715000', '210016.175000', '210016.635000', '210017.095000', '210017.555000', '210018.015000', '210018.475000', '210018.935000', '210019.395000', '210019.855000', '210020.315000', '210020.775000', '210021.235000', '210021.695000', '210022.155000', '210022.615000', '210023.075000', '210023.535000', '210023.995000', '210024.455000', '210024.915000', '210025.375000', '210025.835000', '210026.295000', '210026.755000', '210027.215000', '210027.675000', '210028.135000', '210028.595000', '210029.055000', '210029.515000', '210029.975000', '210030.435000', '210030.895000', '210031.355000', '210031.815000', '210032.275000', '210032.735000', '210033.195000', '210033.655000', '210034.115000', '210034.575000', '210035.035000', '210035.495000', '210035.955000', '210036.415000', '210036.875000', '210037.335000', '210037.795000', '210038.255000', '210038.715000', '210039.175000', '210039.635000', '210040.095000', '210040.555000', '210041.015000', '210041.475000', '210041.935000', '210042.395000', '210042.855000', '210043.315000', '210043.775000', '210044.235000', '210044.695000', '210045.155000', '210045.615000', '210046.075000', '210046.535000', '210046.995000', '210047.455000', '210047.915000', '210048.375000', '210048.835000', '210049.295000', '210049.755000', '210050.215000', '210050.675000', '210051.135000', '210051.595000', '210052.055000', '210052.515000', '210052.975000', '210053.435000', '210053.895000', '210054.355000', '210054.815000', '210055.275000', '210055.735000', '210056.195000', '210056.655000', '210057.115000', '210057.575000', '210058.035000', '210058.495000', '210058.955000', '210059.415000', '210059.875000', '210100.335000', '210100.795000', '210101.255000', '210101.715000', '210102.175000', '210102.635000', '210103.095000', '210103.555000', '210104.015000', '210104.475000', '210104.935000', '210105.395000', '210105.855000', '210106.315000', '210106.775000', '210107.235000', '210107.695000', '210108.155000', '210108.615000', '210109.075000', '210109.535000', '210109.995000', '210110.455000', '210110.915000', '210111.375000', '210111.835000', '210112.295000', '210112.755000', '210113.215000', '210113.675000', '210114.135000', '210114.595000', '210115.055000', '210115.515000', '210115.975000', '210116.435000', '210116.895000', '210117.355000', '210117.815000', '210118.275000', '210118.735000', '210119.195000', '210119.655000', '210120.115000', '210120.575000', '210121.035000', '210121.495000', '210121.955000', '210122.415000', '210122.875000', '210123.335000', '210123.795000', '210124.255000', '210124.715000', '210125.175000', '210125.635000', '210126.095000', '210126.555000', '210127.015000', '210127.475000', '210127.935000', '210128.395000', '210128.855000', '210129.315000', '210129.775000', '210130.235000', '210130.695000', '210131.155000', '210131.615000', '210132.075000', '210132.535000', '210132.995000', '210133.455000', '210133.915000', '210134.375000', '210134.835000', '210135.295000', '210135.755000', '210136.215000', '210136.675000', '210137.135000', '210137.595000', '210138.055000', '210138.515000', '210138.975000', '210139.435000', '210139.895000', '210140.355000', '210140.815000', '210141.275000', '210141.735000', '210142.195000', '210142.655000', '210143.115000', '210143.575000', '210144.035000', '210144.495000', '210144.955000', '210145.415000', '210145.875000', '210146.335000', '210146.795000', '210147.255000', '210147.715000', '210148.175000', '210148.635000', '210149.095000', '210149.555000', '210150.015000', '210150.475000', '210150.935000', '210151.395000', '210151.855000', '210152.315000', '210152.775000', '210153.235000', '210153.695000', '210154.155000', '210154.615000', '210155.075000', '210155.535000', '210155.995000', '210156.455000', '210156.915000', '210157.375000', '210157.835000', '210158.295000', '210158.755000', '210159.215000', '210159.675000', '210200.135000', '210200.595000', '210201.055000', '210201.515000', '210201.975000', '210202.435000', '210202.895000', '210203.355000', '210203.815000', '210204.275000', '210204.735000', '210205.195000', '210205.655000', '210206.115000', '210206.575000', '210207.035000', '210207.495000', '210207.955000', '210208.415000', '210208.875000', '210209.335000', '210209.795000', '210210.255000', '210210.715000', '210211.175000', '210211.635000', '210212.095000', '210212.555000', '210213.015000', '210213.475000', '210213.935000', '210214.395000', '210214.855000', '210215.315000', '210215.775000', '210216.235000', '210216.695000', '210217.155000', '210217.615000', '210218.075000', '210218.535000', '210218.995000', '210219.455000', '210219.915000', '210220.375000', '210220.835000', '210221.295000', '210221.755000', '210222.215000', '210222.675000', '210223.135000', '210223.595000', '210224.055000', '210224.515000', '210224.975000', '210225.435000', '210225.895000', '210226.355000', '210226.815000', '210227.275000', '210227.735000', '210228.195000', '210228.655000', '210229.115000', '210229.575000', '210230.035000', '210230.495000', '210230.955000', '210231.415000', '210231.875000', '210232.335000', '210232.795000', '210233.255000', '210233.715000', '210234.175000', '210234.635000', '210235.095000', '210235.555000', '210236.015000', '210236.475000', '210236.935000', '210237.395000', '210237.855000', '210238.315000', '210238.775000', '210239.235000', '210239.695000', '210240.155000', '210240.615000', '210241.075000', '210241.535000', '210241.995000', '210242.455000', '210242.915000', '210243.375000', '210243.835000', '210244.295000', '210244.755000', '210245.215000', '210245.675000', '210246.135000', '210246.595000', '210247.055000', '210247.515000', '210247.975000', '210248.435000', '210248.895000', '210249.355000', '210249.815000', '210250.275000', '210250.735000', '210251.195000', '210251.655000', '210252.115000', '210252.575000', '210253.035000', '210253.495000', '210253.955000', '210254.415000', '210254.875000', '210255.335000', '210255.795000', '210256.255000', '210256.715000', '210257.175000', '210257.635000', '210258.095000', '210258.555000', '210259.015000', '210259.475000', '210259.935000', '210300.395000', '210300.855000', '210301.315000', '210301.775000', '210302.235000', '210302.695000', '210303.155000', '210303.615000', '210304.075000', '210304.535000', '210304.995000', '210305.455000', '210305.915000', '210306.375000', '210306.835000', '210307.295000', '210307.755000', '210308.215000', '210308.675000', '210309.135000', '210309.595000', '210310.055000', '210310.515000', '210310.975000', '210311.435000', '210311.895000', '210312.355000', '210312.815000', '210313.275000', '210313.735000', '210314.195000', '210314.655000', '210315.115000', '210315.575000', '210316.035000', '210316.495000', '210316.955000', '210317.415000', '210317.875000', '210318.335000', '210318.795000', '210319.255000', '210319.715000', '210320.175000', '210320.635000', '210321.095000', '210321.555000', '210322.015000', '210322.475000', '210322.935000', '210323.395000', '210323.855000', '210324.315000', '210324.775000', '210325.235000', '210325.695000', '210326.155000', '210326.615000', '210327.075000', '210327.535000', '210327.995000', '210328.455000', '210328.915000', '210329.375000', '210329.835000', '210330.295000', '210330.755000', '210331.215000', '210331.675000', '210332.135000', '210332.595000', '210333.055000', '210333.515000', '210333.975000', '210334.435000', '210334.895000', '210335.355000', '210335.815000', '210336.275000', '210336.735000', '210337.195000', '210337.655000', '210338.115000', '210338.575000', '210339.035000', '210339.495000', '210339.955000', '210340.415000', '210340.875000', '210341.335000', '210341.795000', '210342.255000', '210342.715000'], 'ContentTime': ['205719.850000', '205719.853000', '205719.856000', '205719.859000', '205719.861000', '205719.864000', '205719.866000', '205719.869000', '205719.871000', '205719.874000', '205719.876000', '205719.879000', '205719.881000', '205719.884000', '205719.887000', '205719.889000', '205719.892000', '205719.900000', '205719.903000', '205719.906000', '205719.912000', '205719.915000', '205719.917000', '205719.920000', '205719.922000', '205719.925000', '205719.927000', '205719.930000', '205719.932000', '205719.935000', '205719.938000', '205719.940000', '205719.943000', '205719.945000', '205719.948000', '205719.950000', '205739.818000', '205739.821000', '205739.824000', '205739.826000', '205739.829000', '205739.831000', '205739.834000', '205739.837000', '205739.839000', '205739.842000', '205739.844000', '205739.847000', '205739.849000', '205739.852000', '205739.855000', '205739.857000', '205739.860000', '205739.862000', '205739.865000', '205739.867000', '205739.870000', '205739.873000', '205739.875000', '205739.878000', '205739.880000', '205739.883000', '205739.885000', '205739.888000', '205739.890000', '205739.893000', '205739.896000', '205739.898000', '205739.901000', '205739.903000', '205739.906000', '205739.908000', '205739.911000', '205739.914000', '205739.916000', '205739.919000', '205739.921000', '205739.924000', '205739.926000', '205739.929000', '205759.818000', '205759.821000', '205759.824000', '205759.826000', '205759.829000', '205759.831000', '205759.834000', '205759.836000', '205759.839000', '205759.841000', '205759.844000', '205759.847000', '205759.850000', '205759.853000', '205759.860000', '205759.863000', '205759.865000', '205759.868000', '205759.877000', '205759.880000', '205759.883000', '205759.885000', '205759.888000', '205759.890000', '205759.893000', '205759.895000', '205759.898000', '205759.900000', '205759.903000', '205759.905000', '205759.908000', '205759.911000', '205759.915000', '205759.918000', '205759.920000', '205759.923000', '205759.926000', '205759.928000', '205759.931000', '205759.933000', '205759.936000', '205759.938000', '205759.941000', '205819.818000', '205819.821000', '205819.824000', '205819.826000', '205819.829000', '205819.831000', '205819.834000', '205819.836000', '205819.839000', '205819.842000', '205819.844000', '205819.847000', '205819.849000', '205819.852000', '205819.855000', '205819.857000', '205819.860000', '205819.862000', '205819.865000', '205819.868000', '205819.870000', '205819.873000', '205819.875000', '205819.878000', '205819.880000', '205819.883000', '205819.886000', '205819.888000', '205819.891000', '205819.893000', '205819.896000', '205819.898000', '205819.901000', '205819.904000', '205819.906000', '205819.909000', '205819.911000', '205819.914000', '205819.916000', '205819.919000', '205819.921000', '205819.924000', '205819.927000', '205819.929000', '205839.818000', '205839.821000', '205839.824000', '205839.826000', '205839.829000', '205839.831000', '205839.834000', '205839.836000', '205839.839000', '205839.842000', '205839.844000', '205839.847000', '205839.849000', '205839.852000', '205839.854000', '205839.857000', '205839.860000', '205839.862000', '205839.865000', '205839.867000', '205839.870000', '205839.872000', '205839.875000', '205839.878000', '205839.880000', '205839.883000', '205839.885000', '205839.888000', '205839.890000', '205839.893000', '205839.896000', '205839.898000', '205839.901000', '205839.903000', '205839.906000', '205839.909000', '205839.912000', '205839.915000', '205839.918000', '205839.921000', '205839.923000', '205839.926000', '205839.928000', '205859.818000', '205859.821000', '205859.824000', '205859.826000', '205859.829000', '205859.832000', '205859.834000', '205859.837000', '205859.839000', '205859.842000', '205859.844000', '205859.847000', '205859.849000', '205859.852000', '205859.855000', '205859.857000', '205859.860000', '205859.862000', '205859.865000', '205859.867000', '205859.870000', '205859.873000', '205859.875000', '205859.878000', '205859.880000', '205859.883000', '205859.885000', '205859.888000', '205859.890000', '205859.893000', '205859.896000', '205859.898000', '205859.901000', '205859.903000', '205859.906000', '205859.908000', '205859.911000', '205859.913000', '205859.916000', '205859.918000', '205859.921000', '205859.924000', '205859.926000', '205859.929000', '205919.818000', '205919.821000', '205919.824000', '205919.826000', '205919.829000', '205919.831000', '205919.834000', '205919.837000', '205919.839000', '205919.842000', '205919.844000', '205919.847000', '205919.849000', '205919.852000', '205919.855000', '205919.857000', '205919.860000', '205919.862000', '205919.865000', '205919.867000', '205919.870000', '205919.873000', '205919.875000', '205919.878000', '205919.880000', '205919.883000', '205919.885000', '205919.888000', '205919.891000', '205919.894000', '205919.897000', '205919.900000', '205919.903000', '205919.905000', '205919.908000', '205919.911000', '205919.913000', '205919.916000', '205919.918000', '205919.921000', '205919.923000', '205919.926000', '205919.928000', '205939.818000', '205939.821000', '205939.824000', '205939.826000', '205939.829000', '205939.831000', '205939.834000', '205939.837000', '205939.839000', '205939.842000', '205939.844000', '205939.847000', '205939.849000', '205939.852000', '205939.862000', '205939.864000', '205939.867000', '205939.869000', '205939.872000', '205939.874000', '205939.877000', '205939.880000', '205939.882000', '205939.885000', '205939.887000', '205939.890000', '205939.892000', '205939.895000', '205939.897000', '205939.900000', '205939.903000', '205939.905000', '205939.908000', '205939.910000', '205939.913000', '205939.915000', '205939.918000', '205939.920000', '205939.923000', '205939.926000', '205939.928000', '205939.931000', '205939.933000', '205939.936000', '205959.818000', '205959.821000', '205959.824000', '205959.826000', '205959.829000', '205959.832000', '205959.834000', '205959.837000', '205959.839000', '205959.842000', '205959.845000', '205959.847000', '205959.850000', '205959.852000', '205959.855000', '205959.857000', '205959.860000', '205959.863000', '205959.865000', '205959.868000', '205959.871000', '205959.873000', '205959.876000', '205959.878000', '205959.881000', '205959.883000', '205959.886000', '205959.889000', '205959.891000', '205959.894000', '205959.897000', '205959.899000', '205959.902000', '205959.904000', '205959.907000', '205959.910000', '205959.912000', '205959.915000', '205959.918000', '205959.920000', '205959.923000', '205959.926000', '205959.929000', '210019.818000', '210019.821000', '210019.824000', '210019.826000', '210019.829000', '210019.832000', '210019.834000', '210019.837000', '210019.839000', '210019.842000', '210019.844000', '210019.847000', '210019.850000', '210019.853000', '210019.855000', '210019.858000', '210019.860000', '210019.863000', '210019.866000', '210019.868000', '210019.871000', '210019.873000', '210019.876000', '210019.879000', '210019.881000', '210019.884000', '210019.886000', '210019.889000', '210019.892000', '210019.894000', '210019.897000', '210019.899000', '210019.902000', '210019.905000', '210019.907000', '210019.910000', '210019.912000', '210019.915000', '210019.917000', '210019.920000', '210019.922000', '210019.925000', '210019.928000', '210019.930000', '210039.819000', '210039.821000', '210039.824000', '210039.827000', '210039.829000', '210039.832000', '210039.834000', '210039.837000', '210039.840000', '210039.842000', '210039.845000', '210039.847000', '210039.850000', '210039.853000', '210039.855000', '210039.858000', '210039.860000', '210039.863000', '210039.865000', '210039.868000', '210039.871000', '210039.873000', '210039.876000', '210039.878000', '210039.881000', '210039.884000', '210039.886000', '210039.889000', '210039.892000', '210039.894000', '210039.897000', '210039.899000', '210039.902000', '210039.905000', '210039.907000', '210039.910000', '210039.912000', '210039.915000', '210039.917000', '210039.920000', '210039.923000', '210039.925000', '210039.928000', '210059.819000', '210059.821000', '210059.824000', '210059.827000', '210059.829000', '210059.832000', '210059.834000', '210059.837000', '210059.839000', '210059.842000', '210059.845000', '210059.847000', '210059.850000', '210059.852000', '210059.855000', '210059.857000', '210059.860000', '210059.862000', '210059.865000', '210059.868000', '210059.870000', '210059.873000', '210059.875000', '210059.878000', '210059.881000', '210059.883000', '210059.886000', '210059.888000', '210059.891000', '210059.893000', '210059.896000', '210059.899000', '210059.901000', '210059.904000', '210059.906000', '210059.909000', '210059.911000', '210059.914000', '210059.916000', '210059.956000', '210059.959000', '210059.961000', '210059.964000', '210059.967000', '210119.819000', '210119.821000', '210119.824000', '210119.827000', '210119.829000', '210119.832000', '210119.834000', '210119.837000', '210119.839000', '210119.842000', '210119.845000', '210119.847000', '210119.850000', '210119.853000', '210119.855000', '210119.858000', '210119.860000', '210119.863000', '210119.865000', '210119.868000', '210119.871000', '210119.873000', '210119.876000', '210119.878000', '210119.881000', '210119.883000', '210119.886000', '210119.889000', '210119.891000', '210119.894000', '210119.896000', '210119.899000', '210119.901000', '210119.904000', '210119.907000', '210119.909000', '210119.912000', '210119.914000', '210119.917000', '210119.919000', '210119.922000', '210119.925000', '210119.927000', '210139.819000', '210139.821000', '210139.824000', '210139.827000', '210139.829000', '210139.832000', '210139.834000', '210139.837000', '210139.840000', '210139.842000', '210139.845000', '210139.848000', '210139.850000', '210139.853000', '210139.855000', '210139.858000', '210139.861000', '210139.863000', '210139.866000', '210139.868000', '210139.871000', '210139.873000', '210139.876000', '210139.879000', '210139.881000', '210139.884000', '210139.886000', '210139.889000', '210139.892000', '210139.894000', '210139.897000', '210139.899000', '210139.902000', '210139.905000', '210139.907000', '210139.910000', '210139.912000', '210139.915000', '210139.918000', '210139.920000', '210139.923000', '210139.925000', '210139.928000', '210139.930000', '210159.819000', '210159.822000', '210159.824000', '210159.827000', '210159.829000', '210159.832000', '210159.835000', '210159.837000', '210159.840000', '210159.842000', '210159.845000', '210159.848000', '210159.850000', '210159.853000', '210159.855000', '210159.858000', '210159.860000', '210159.863000', '210159.866000', '210159.868000', '210159.871000', '210159.873000', '210159.876000', '210159.878000', '210159.881000', '210159.884000', '210159.886000', '210159.889000', '210159.891000', '210159.894000', '210159.896000', '210159.899000', '210159.902000', '210159.904000', '210159.907000', '210159.909000', '210159.912000', '210159.915000', '210159.917000', '210159.920000', '210159.922000', '210159.925000', '210159.927000', '210219.818000', '210219.821000', '210219.824000', '210219.826000', '210219.829000', '210219.832000', '210219.834000', '210219.837000', '210219.840000', '210219.842000', '210219.845000', '210219.847000', '210219.850000', '210219.852000', '210219.855000', '210219.858000', '210219.860000', '210219.863000', '210219.865000', '210219.868000', '210219.871000', '210219.873000', '210219.876000', '210219.878000', '210219.881000', '210219.884000', '210219.886000', '210219.889000', '210219.891000', '210219.894000', '210219.897000', '210219.899000', '210219.902000', '210219.904000', '210219.907000', '210219.910000', '210219.913000', '210219.915000', '210219.918000', '210219.920000', '210219.923000', '210219.925000', '210219.928000', '210219.931000', '210239.818000', '210239.821000', '210239.824000', '210239.826000', '210239.829000', '210239.832000', '210239.834000', '210239.837000', '210239.839000', '210239.842000', '210239.845000', '210239.847000', '210239.850000', '210239.852000', '210239.855000', '210239.858000', '210239.860000', '210239.863000', '210239.865000', '210239.868000', '210239.880000', '210239.883000', '210239.886000', '210239.888000', '210239.891000', '210239.893000', '210239.896000', '210239.898000', '210239.901000', '210239.904000', '210239.906000', '210239.909000', '210239.911000', '210239.919000', '210239.922000', '210239.925000', '210239.927000', '210239.930000', '210239.932000', '210239.935000', '210239.938000', '210239.940000', '210239.943000', '210259.818000', '210259.821000', '210259.824000', '210259.826000', '210259.829000', '210259.832000', '210259.835000', '210259.838000', '210259.840000', '210259.843000', '210259.845000', '210259.848000', '210259.850000', '210259.853000', '210259.856000', '210259.858000', '210259.861000', '210259.863000', '210259.866000', '210259.869000', '210259.871000', '210259.874000', '210259.876000', '210259.879000', '210259.881000', '210259.884000', '210259.887000', '210259.890000', '210259.892000', '210259.895000', '210259.897000', '210259.900000', '210259.903000', '210259.905000', '210259.908000', '210259.910000', '210259.913000', '210259.916000', '210259.918000', '210259.921000', '210259.923000', '210259.926000', '210259.928000', '210259.931000', '210319.818000', '210319.821000', '210319.824000', '210319.826000', '210319.829000', '210319.832000', '210319.834000', '210319.837000', '210319.839000', '210319.842000', '210319.844000', '210319.847000', '210319.850000', '210319.852000', '210319.855000', '210319.857000', '210319.860000', '210319.864000', '210319.866000', '210319.869000', '210319.871000', '210319.874000', '210319.877000', '210319.879000', '210319.882000', '210319.884000', '210319.887000', '210319.890000', '210319.892000', '210319.895000', '210319.897000', '210319.900000', '210319.902000', '210319.905000', '210319.908000', '210319.910000', '210319.913000', '210319.915000', '210319.918000', '210319.920000', '210319.923000', '210319.926000', '210319.928000', '210339.819000', '210339.822000', '210339.824000', '210339.827000', '210339.829000', '210339.832000', '210339.835000', '210339.837000', '210339.840000', '210339.843000', '210339.845000', '210339.848000', '210339.850000', '210339.853000', '210339.855000', '210339.858000', '210339.860000', '210339.863000', '210339.866000', '210339.868000', '210339.871000', '210339.873000', '210339.876000', '210339.879000', '210339.881000', '210339.884000', '210339.886000', '210339.889000', '210339.891000', '210339.894000', '210339.897000', '210339.899000', '210339.902000', '210339.904000', '210339.907000', '210339.910000', '210339.912000', '210339.915000', '210339.917000', '210339.920000', '210339.922000', '210339.925000', '210339.928000', '210339.930000', '210343.974000', '210343.978000', '210343.981000', '210343.984000', '210343.987000', '210343.990000', '210343.993000', '210343.996000', '210344.000000'], 'InstanceCreationTime': ['205719.850000', '205719.853000', '205719.856000', '205719.859000', '205719.861000', '205719.864000', '205719.866000', '205719.869000', '205719.871000', '205719.874000', '205719.876000', '205719.879000', '205719.881000', '205719.884000', '205719.887000', '205719.889000', '205719.892000', '205719.900000', '205719.903000', '205719.906000', '205719.912000', '205719.915000', '205719.917000', '205719.920000', '205719.922000', '205719.925000', '205719.927000', '205719.930000', '205719.932000', '205719.935000', '205719.938000', '205719.940000', '205719.943000', '205719.945000', '205719.948000', '205719.950000', '205739.818000', '205739.821000', '205739.824000', '205739.826000', '205739.829000', '205739.831000', '205739.834000', '205739.837000', '205739.839000', '205739.842000', '205739.844000', '205739.847000', '205739.849000', '205739.852000', '205739.855000', '205739.857000', '205739.860000', '205739.862000', '205739.865000', '205739.867000', '205739.870000', '205739.873000', '205739.875000', '205739.878000', '205739.880000', '205739.883000', '205739.885000', '205739.888000', '205739.890000', '205739.893000', '205739.896000', '205739.898000', '205739.901000', '205739.903000', '205739.906000', '205739.908000', '205739.911000', '205739.914000', '205739.916000', '205739.919000', '205739.921000', '205739.924000', '205739.926000', '205739.929000', '205759.818000', '205759.821000', '205759.824000', '205759.826000', '205759.829000', '205759.831000', '205759.834000', '205759.836000', '205759.839000', '205759.841000', '205759.844000', '205759.847000', '205759.850000', '205759.853000', '205759.860000', '205759.863000', '205759.865000', '205759.868000', '205759.877000', '205759.880000', '205759.883000', '205759.885000', '205759.888000', '205759.890000', '205759.893000', '205759.895000', '205759.898000', '205759.900000', '205759.903000', '205759.905000', '205759.908000', '205759.911000', '205759.915000', '205759.918000', '205759.920000', '205759.923000', '205759.926000', '205759.928000', '205759.931000', '205759.933000', '205759.936000', '205759.938000', '205759.941000', '205819.818000', '205819.821000', '205819.824000', '205819.826000', '205819.829000', '205819.831000', '205819.834000', '205819.836000', '205819.839000', '205819.842000', '205819.844000', '205819.847000', '205819.849000', '205819.852000', '205819.855000', '205819.857000', '205819.860000', '205819.862000', '205819.865000', '205819.868000', '205819.870000', '205819.873000', '205819.875000', '205819.878000', '205819.880000', '205819.883000', '205819.886000', '205819.888000', '205819.891000', '205819.893000', '205819.896000', '205819.898000', '205819.901000', '205819.904000', '205819.906000', '205819.909000', '205819.911000', '205819.914000', '205819.916000', '205819.919000', '205819.921000', '205819.924000', '205819.927000', '205819.929000', '205839.818000', '205839.821000', '205839.824000', '205839.826000', '205839.829000', '205839.831000', '205839.834000', '205839.836000', '205839.839000', '205839.842000', '205839.844000', '205839.847000', '205839.849000', '205839.852000', '205839.854000', '205839.857000', '205839.860000', '205839.862000', '205839.865000', '205839.867000', '205839.870000', '205839.872000', '205839.875000', '205839.878000', '205839.880000', '205839.883000', '205839.885000', '205839.888000', '205839.890000', '205839.893000', '205839.896000', '205839.898000', '205839.901000', '205839.903000', '205839.906000', '205839.909000', '205839.912000', '205839.915000', '205839.918000', '205839.921000', '205839.923000', '205839.926000', '205839.928000', '205859.818000', '205859.821000', '205859.824000', '205859.826000', '205859.829000', '205859.832000', '205859.834000', '205859.837000', '205859.839000', '205859.842000', '205859.844000', '205859.847000', '205859.849000', '205859.852000', '205859.855000', '205859.857000', '205859.860000', '205859.862000', '205859.865000', '205859.867000', '205859.870000', '205859.873000', '205859.875000', '205859.878000', '205859.880000', '205859.883000', '205859.885000', '205859.888000', '205859.890000', '205859.893000', '205859.896000', '205859.898000', '205859.901000', '205859.903000', '205859.906000', '205859.908000', '205859.911000', '205859.913000', '205859.916000', '205859.918000', '205859.921000', '205859.924000', '205859.926000', '205859.929000', '205919.818000', '205919.821000', '205919.824000', '205919.826000', '205919.829000', '205919.831000', '205919.834000', '205919.837000', '205919.839000', '205919.842000', '205919.844000', '205919.847000', '205919.849000', '205919.852000', '205919.855000', '205919.857000', '205919.860000', '205919.862000', '205919.865000', '205919.867000', '205919.870000', '205919.873000', '205919.875000', '205919.878000', '205919.880000', '205919.883000', '205919.885000', '205919.888000', '205919.891000', '205919.894000', '205919.897000', '205919.900000', '205919.903000', '205919.905000', '205919.908000', '205919.911000', '205919.913000', '205919.916000', '205919.918000', '205919.921000', '205919.923000', '205919.926000', '205919.928000', '205939.818000', '205939.821000', '205939.824000', '205939.826000', '205939.829000', '205939.831000', '205939.834000', '205939.837000', '205939.839000', '205939.842000', '205939.844000', '205939.847000', '205939.849000', '205939.852000', '205939.862000', '205939.864000', '205939.867000', '205939.869000', '205939.872000', '205939.874000', '205939.877000', '205939.880000', '205939.882000', '205939.885000', '205939.887000', '205939.890000', '205939.892000', '205939.895000', '205939.897000', '205939.900000', '205939.903000', '205939.905000', '205939.908000', '205939.910000', '205939.913000', '205939.915000', '205939.918000', '205939.920000', '205939.923000', '205939.926000', '205939.928000', '205939.931000', '205939.933000', '205939.936000', '205959.818000', '205959.821000', '205959.824000', '205959.826000', '205959.829000', '205959.832000', '205959.834000', '205959.837000', '205959.839000', '205959.842000', '205959.845000', '205959.847000', '205959.850000', '205959.852000', '205959.855000', '205959.857000', '205959.860000', '205959.863000', '205959.865000', '205959.868000', '205959.871000', '205959.873000', '205959.876000', '205959.878000', '205959.881000', '205959.883000', '205959.886000', '205959.889000', '205959.891000', '205959.894000', '205959.897000', '205959.899000', '205959.902000', '205959.904000', '205959.907000', '205959.910000', '205959.912000', '205959.915000', '205959.918000', '205959.920000', '205959.923000', '205959.926000', '205959.929000', '210019.818000', '210019.821000', '210019.824000', '210019.826000', '210019.829000', '210019.832000', '210019.834000', '210019.837000', '210019.839000', '210019.842000', '210019.844000', '210019.847000', '210019.850000', '210019.853000', '210019.855000', '210019.858000', '210019.860000', '210019.863000', '210019.866000', '210019.868000', '210019.871000', '210019.873000', '210019.876000', '210019.879000', '210019.881000', '210019.884000', '210019.886000', '210019.889000', '210019.892000', '210019.894000', '210019.897000', '210019.899000', '210019.902000', '210019.905000', '210019.907000', '210019.910000', '210019.912000', '210019.915000', '210019.917000', '210019.920000', '210019.922000', '210019.925000', '210019.928000', '210019.930000', '210039.819000', '210039.821000', '210039.824000', '210039.827000', '210039.829000', '210039.832000', '210039.834000', '210039.837000', '210039.840000', '210039.842000', '210039.845000', '210039.847000', '210039.850000', '210039.853000', '210039.855000', '210039.858000', '210039.860000', '210039.863000', '210039.865000', '210039.868000', '210039.871000', '210039.873000', '210039.876000', '210039.878000', '210039.881000', '210039.884000', '210039.886000', '210039.889000', '210039.892000', '210039.894000', '210039.897000', '210039.899000', '210039.902000', '210039.905000', '210039.907000', '210039.910000', '210039.912000', '210039.915000', '210039.917000', '210039.920000', '210039.923000', '210039.925000', '210039.928000', '210059.819000', '210059.821000', '210059.824000', '210059.827000', '210059.829000', '210059.832000', '210059.834000', '210059.837000', '210059.839000', '210059.842000', '210059.845000', '210059.847000', '210059.850000', '210059.852000', '210059.855000', '210059.857000', '210059.860000', '210059.862000', '210059.865000', '210059.868000', '210059.870000', '210059.873000', '210059.875000', '210059.878000', '210059.881000', '210059.883000', '210059.886000', '210059.888000', '210059.891000', '210059.893000', '210059.896000', '210059.899000', '210059.901000', '210059.904000', '210059.906000', '210059.909000', '210059.911000', '210059.914000', '210059.916000', '210059.956000', '210059.959000', '210059.961000', '210059.964000', '210059.967000', '210119.819000', '210119.821000', '210119.824000', '210119.827000', '210119.829000', '210119.832000', '210119.834000', '210119.837000', '210119.839000', '210119.842000', '210119.845000', '210119.847000', '210119.850000', '210119.853000', '210119.855000', '210119.858000', '210119.860000', '210119.863000', '210119.865000', '210119.868000', '210119.871000', '210119.873000', '210119.876000', '210119.878000', '210119.881000', '210119.883000', '210119.886000', '210119.889000', '210119.891000', '210119.894000', '210119.896000', '210119.899000', '210119.901000', '210119.904000', '210119.907000', '210119.909000', '210119.912000', '210119.914000', '210119.917000', '210119.919000', '210119.922000', '210119.925000', '210119.927000', '210139.819000', '210139.821000', '210139.824000', '210139.827000', '210139.829000', '210139.832000', '210139.834000', '210139.837000', '210139.840000', '210139.842000', '210139.845000', '210139.848000', '210139.850000', '210139.853000', '210139.855000', '210139.858000', '210139.861000', '210139.863000', '210139.866000', '210139.868000', '210139.871000', '210139.873000', '210139.876000', '210139.879000', '210139.881000', '210139.884000', '210139.886000', '210139.889000', '210139.892000', '210139.894000', '210139.897000', '210139.899000', '210139.902000', '210139.905000', '210139.907000', '210139.910000', '210139.912000', '210139.915000', '210139.918000', '210139.920000', '210139.923000', '210139.925000', '210139.928000', '210139.930000', '210159.819000', '210159.822000', '210159.824000', '210159.827000', '210159.829000', '210159.832000', '210159.835000', '210159.837000', '210159.840000', '210159.842000', '210159.845000', '210159.848000', '210159.850000', '210159.853000', '210159.855000', '210159.858000', '210159.860000', '210159.863000', '210159.866000', '210159.868000', '210159.871000', '210159.873000', '210159.876000', '210159.878000', '210159.881000', '210159.884000', '210159.886000', '210159.889000', '210159.891000', '210159.894000', '210159.896000', '210159.899000', '210159.902000', '210159.904000', '210159.907000', '210159.909000', '210159.912000', '210159.915000', '210159.917000', '210159.920000', '210159.922000', '210159.925000', '210159.927000', '210219.818000', '210219.821000', '210219.824000', '210219.826000', '210219.829000', '210219.832000', '210219.834000', '210219.837000', '210219.840000', '210219.842000', '210219.845000', '210219.847000', '210219.850000', '210219.852000', '210219.855000', '210219.858000', '210219.860000', '210219.863000', '210219.865000', '210219.868000', '210219.871000', '210219.873000', '210219.876000', '210219.878000', '210219.881000', '210219.884000', '210219.886000', '210219.889000', '210219.891000', '210219.894000', '210219.897000', '210219.899000', '210219.902000', '210219.904000', '210219.907000', '210219.910000', '210219.913000', '210219.915000', '210219.918000', '210219.920000', '210219.923000', '210219.925000', '210219.928000', '210219.931000', '210239.818000', '210239.821000', '210239.824000', '210239.826000', '210239.829000', '210239.832000', '210239.834000', '210239.837000', '210239.839000', '210239.842000', '210239.845000', '210239.847000', '210239.850000', '210239.852000', '210239.855000', '210239.858000', '210239.860000', '210239.863000', '210239.865000', '210239.868000', '210239.880000', '210239.883000', '210239.886000', '210239.888000', '210239.891000', '210239.893000', '210239.896000', '210239.898000', '210239.901000', '210239.904000', '210239.906000', '210239.909000', '210239.911000', '210239.919000', '210239.922000', '210239.925000', '210239.927000', '210239.930000', '210239.932000', '210239.935000', '210239.938000', '210239.940000', '210239.943000', '210259.818000', '210259.821000', '210259.824000', '210259.826000', '210259.829000', '210259.832000', '210259.835000', '210259.838000', '210259.840000', '210259.843000', '210259.845000', '210259.848000', '210259.850000', '210259.853000', '210259.856000', '210259.858000', '210259.861000', '210259.863000', '210259.866000', '210259.869000', '210259.871000', '210259.874000', '210259.876000', '210259.879000', '210259.881000', '210259.884000', '210259.887000', '210259.890000', '210259.892000', '210259.895000', '210259.897000', '210259.900000', '210259.903000', '210259.905000', '210259.908000', '210259.910000', '210259.913000', '210259.916000', '210259.918000', '210259.921000', '210259.923000', '210259.926000', '210259.928000', '210259.931000', '210319.818000', '210319.821000', '210319.824000', '210319.826000', '210319.829000', '210319.832000', '210319.834000', '210319.837000', '210319.839000', '210319.842000', '210319.844000', '210319.847000', '210319.850000', '210319.852000', '210319.855000', '210319.857000', '210319.860000', '210319.864000', '210319.866000', '210319.869000', '210319.871000', '210319.874000', '210319.877000', '210319.879000', '210319.882000', '210319.884000', '210319.887000', '210319.890000', '210319.892000', '210319.895000', '210319.897000', '210319.900000', '210319.902000', '210319.905000', '210319.908000', '210319.910000', '210319.913000', '210319.915000', '210319.918000', '210319.920000', '210319.923000', '210319.926000', '210319.928000', '210339.819000', '210339.822000', '210339.824000', '210339.827000', '210339.829000', '210339.832000', '210339.835000', '210339.837000', '210339.840000', '210339.843000', '210339.845000', '210339.848000', '210339.850000', '210339.853000', '210339.855000', '210339.858000', '210339.860000', '210339.863000', '210339.866000', '210339.868000', '210339.871000', '210339.873000', '210339.876000', '210339.879000', '210339.881000', '210339.884000', '210339.886000', '210339.889000', '210339.891000', '210339.894000', '210339.897000', '210339.899000', '210339.902000', '210339.904000', '210339.907000', '210339.910000', '210339.912000', '210339.915000', '210339.917000', '210339.920000', '210339.922000', '210339.925000', '210339.928000', '210339.930000', '210343.974000', '210343.978000', '210343.981000', '210343.984000', '210343.987000', '210343.990000', '210343.993000', '210343.996000', '210344.000000'], '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': [16185, 11149, 14849, 11487, 13819, 9668, 12258, 12585, 11435, 16116, 11966, 13557, 9616, 12855, 11885, 11659, 16451, 10843, 13594, 9960, 13415, 9833, 10540, 14885, 11013, 12413, 10635, 12192, 9010, 10983, 13040, 9871, 14838, 10827, 12698, 9802, 13038, 10505, 10177, 15559, 11287, 12953, 10221, 11803, 8844, 11368, 11071, 9973, 15383, 10806, 12641, 9741, 13486, 9962, 10706, 15105, 12160, 13759, 9258, 11764, 14745, 11668, 13960, 10325, 12520, 10615, 11557, 14573, 10998, 14109, 10898, 14329, 9638, 11805, 15670, 12589, 14227, 10797, 12167, 9212, 13447, 12806, 11166, 15809, 11914, 14332, 10883, 14524, 9508, 11953, 14196, 11241, 15437, 11623, 14287, 9797, 14310, 11648, 11388, 16029, 12211, 13979, 9935, 13012, 10740, 9927, 15175, 12138, 14024, 9991, 12227, 9076, 12688, 9239, 10672, 11523, 10518, 12521, 9955, 9664, 10846, 9048, 13713, 10438, 14858, 10074, 13682, 9290, 14709, 10954, 12635, 14529, 10456, 15361, 11837, 14247, 10120, 12619, 9329, 11706, 12318, 10102, 15341, 10480, 12468, 9892, 12585, 8470, 10684, 12662, 10044, 14685, 10892, 13177, 9275, 11980, 12928, 10546, 15498, 11269, 12732, 9099, 12981, 11970, 10367, 15500, 11326, 13048, 9989, 13512, 9231, 11415, 11557, 10677, 13794, 10696, 14374, 10351, 13113, 9535, 13992, 10348, 10792, 15952, 12270, 14197, 10722, 12776, 10482, 11007, 15980, 12082, 14123, 9304, 12387, 14028, 10491, 15245, 10800, 12243, 9733, 11473, 15801, 11615, 13283, 9253, 13095, 10944, 11009, 15859, 11706, 13235, 10381, 13480, 9121, 12058, 10742, 12182, 11084, 11521, 13532, 11014, 15548, 11980, 14917, 11240, 14274, 9926, 14609, 13477, 10397, 15841, 12055, 14720, 10818, 13387, 10175, 13983, 10607, 14362, 10732, 14895, 10348, 14111, 10403, 14464, 9480, 12486, 15210, 11359, 14832, 11063, 12982, 9442, 12663, 11416, 9695, 15272, 11115, 13353, 10249, 13097, 8895, 12106, 13917, 10850, 14981, 10599, 12936, 9150, 13356, 9627, 11430, 14688, 10943, 13365, 10471, 13511, 8799, 11777, 12059, 11010, 15664, 11944, 14010, 9983, 13310, 9621, 12850, 13119, 9969, 15404, 11473, 14180, 9654, 13137, 13011, 10512, 15547, 11682, 14247, 10412, 13374, 9401, 12816, 11341, 10239, 15318, 11622, 14091, 10504, 13774, 8773, 12554, 12712, 11214, 15213, 11040, 14457, 10400, 13328, 9849, 13158, 9866, 11765, 14212, 10997, 15098, 11061, 13583, 9738, 13397, 9515, 13155, 10876, 10698, 14744, 11669, 14302, 10787, 13468, 9854, 13701, 9336, 14086, 9665, 12243, 14110, 10969, 15170, 11438, 13838, 9566, 13039, 10604, 12411, 13815, 10337, 14508, 10906, 13574, 10024, 12781, 9202, 13075, 9906, 13697, 9413, 12711, 9119, 13672, 9183, 13594, 9465, 13459, 12455, 12781, 14412, 11084, 15814, 11924, 14610, 11452, 14559, 10653, 13986, 10550, 14877, 10977, 14208, 10346, 14850, 10550, 13862, 10408, 13530, 9112, 12596, 11339, 11566, 12020, 9867, 15124, 11587, 13617, 10514, 13799, 9033, 12539, 12193, 11030, 13865, 10527, 15012, 11336, 14092, 10437, 13714, 9693, 13275, 9402, 13823, 9045, 12656, 13156, 11322, 15960, 12336, 14787, 10729, 13743, 11088, 12800, 12542, 10143, 14330, 9959, 12989, 9701, 12482, 9375, 12310, 8826, 13354, 12658, 10814, 15807, 11388, 14006, 10062, 13231, 13976, 9526, 15182, 11463, 13554, 8835, 11507, 12731, 10174, 14756, 10621, 12953, 9047, 12071, 9832, 10943, 13032, 9574, 14334, 10572, 13475, 8945, 12561, 11066, 10718, 13155, 10672, 12851, 9713, 14430, 10782, 13672, 10350, 13807, 10232, 13397, 10057, 13997, 9803, 13570, 9539, 14109, 9616, 11601, 14661, 11070, 14655, 10857, 13933, 9308, 12651, 9330, 12524, 10092, 10723, 13859, 10757, 13659, 10034, 14919, 10521, 13152, 10097, 13663, 9491, 13129, 9406, 13501, 9048, 12276, 12942, 11337, 13928, 10330, 15323, 11214, 13463, 10080, 13171, 8957, 12465, 9202, 13290, 9208, 11388, 10420, 10905, 9394, 13417, 10177, 14227, 11118, 14540, 10262, 14318, 10565, 14538, 10283, 13747, 9808, 14026, 9099, 12518, 10914, 9850, 14832, 11397, 14409, 10181, 13014, 9707, 13087, 9199, 13088, 8918, 12480, 10550, 11427, 12040, 9850, 15171, 11782, 13567, 10140, 13083, 8857, 12736, 11968, 10847, 14745, 10787, 14029, 10158, 13478, 9312, 13350, 12776, 10076, 15195, 11602, 14346, 10204, 13470, 9303, 12727, 11746, 11455, 14472, 10680, 14759, 10664, 14121, 9607, 13588, 11024, 10438, 15633, 11924, 14391, 10831, 13331, 9193, 12272, 13579, 10746, 15321, 10960, 13315, 9467, 13737, 9725, 12870, 9274, 11971, 9733, 13447, 10841, 14335, 10542, 15571, 10930, 14873, 10648, 14985, 9793, 13352, 13009, 10794, 15633, 12077, 14459, 9905, 12237, 9723, 11688, 13492, 10239, 14195, 10535, 12963, 9958, 13072, 8883, 12153, 9205, 13097, 9697, 11179, 14917, 11309, 15173, 11454, 14711, 9735, 13104, 14023, 11040, 15762, 11589, 13286, 10324, 11861, 15596, 11772, 14106, 9167, 11986, 14339, 10689, 14814, 10536, 12195, 9223, 11760, 14009, 10910, 14765, 10627, 12723, 9667, 13309, 9039, 11861, 15439, 12037, 14711, 10514, 13218, 13363, 11061, 15827, 11796, 14461, 9390, 13732, 12067, 12118, 15495, 11492, 14658, 10604, 14094, 9621, 13537, 9700, 11903, 15324, 11578, 14081, 10692, 13219, 9482, 12517, 13891, 10874, 15533, 10866, 13678, 10122, 13159, 8721, 12160, 10426, 11640, 12488, 10614, 15226, 11018, 14021, 10811, 14036, 9666, 13227, 9307, 13896, 9240, 13717, 9890, 14024, 10678, 12577, 10007, 13677, 9924, 15388, 11681, 14464, 10732, 13741, 9184, 13818, 9323, 12204, 14108, 10195, 14911, 11491, 13952, 10302, 12599, 8743, 13020, 9394, 11554, 12678, 9925, 14777, 11306, 14488, 10404, 13968, 10143, 14002, 9979, 13800, 9690, 13355, 9853, 13911, 9711, 13653, 10235, 13767, 10621, 14292, 9376, 13248, 9257, 14069, 10100, 14047, 9253, 13785, 9861, 14197, 10461, 13776, 9982, 13662, 9401, 14515, 10390, 13874, 9935, 13593, 9503, 13373, 9166, 12869, 10942, 9882, 15189, 11464, 13813, 10064, 12620, 9122, 12917, 9053, 12559, 8758, 12039, 10610, 11351, 11904, 9929, 15465, 11281, 13791, 10431, 13935, 9470, 13361, 8973, 13687, 9030, 11986, 11942, 11653, 11875, 9737, 15239, 11473, 13952, 10546, 14175, 9506, 12724, 9263, 12907, 9278, 11241, 11720, 10944, 11122, 9355, 14155, 10448, 14032, 10489, 13998], 'WindowCenter': [5053.0, 4999.0, 5001.0, 4981.0, 4989.0, 4958.0, 4965.0, 4964.0, 4955.0, 4981.0, 4952.0, 4962.0, 4931.0, 4951.0, 4941.0, 4940.0, 4979.0, 4941.0, 4949.0, 4918.0, 4949.0, 4928.0, 4928.0, 4956.0, 4939.0, 4949.0, 4939.0, 4951.0, 4921.0, 4940.0, 4958.0, 4931.0, 4971.0, 4953.0, 4961.0, 4933.0, 4962.0, 4956.0, 4943.0, 4971.0, 4951.0, 4963.0, 4941.0, 4954.0, 4932.0, 4951.0, 4951.0, 4955.0, 4983.0, 4950.0, 4961.0, 4930.0, 4973.0, 4930.0, 4927.0, 4958.0, 4949.0, 4971.0, 4920.0, 4948.0, 4958.0, 4940.0, 4958.0, 4928.0, 4949.0, 4944.0, 4951.0, 4956.0, 4928.0, 4945.0, 4926.0, 4958.0, 4913.0, 4939.0, 4954.0, 4937.0, 4958.0, 4942.0, 4941.0, 4906.0, 4946.0, 4945.0, 4938.0, 4957.0, 4935.0, 4956.0, 4924.0, 4957.0, 4916.0, 4935.0, 4946.0, 4924.0, 4955.0, 4937.0, 4944.0, 4902.0, 4945.0, 4923.0, 4925.0, 4941.0, 4922.0, 4932.0, 4902.0, 4933.0, 4911.0, 4903.0, 4930.0, 4920.0, 4932.0, 4902.0, 4922.0, 4891.0, 4934.0, 4916.0, 4925.0, 4924.0, 4938.0, 4934.0, 4927.0, 4931.0, 4950.0, 4922.0, 4962.0, 4929.0, 4971.0, 4940.0, 4956.0, 4920.0, 4959.0, 4927.0, 4950.0, 4956.0, 4927.0, 4957.0, 4926.0, 4947.0, 4926.0, 4934.0, 4903.0, 4937.0, 4933.0, 4928.0, 4953.0, 4924.0, 4932.0, 4915.0, 4936.0, 4909.0, 4928.0, 4947.0, 4927.0, 4954.0, 4937.0, 4949.0, 4919.0, 4937.0, 4936.0, 4915.0, 4955.0, 4936.0, 4935.0, 4907.0, 4944.0, 4936.0, 4928.0, 4954.0, 4925.0, 4945.0, 4918.0, 4946.0, 4919.0, 4936.0, 4937.0, 4928.0, 4954.0, 4941.0, 4958.0, 4929.0, 4959.0, 4919.0, 4959.0, 4940.0, 4940.0, 4968.0, 4947.0, 4960.0, 4940.0, 4948.0, 4926.0, 4941.0, 4967.0, 4936.0, 4958.0, 4919.0, 4946.0, 4946.0, 4926.0, 4965.0, 4938.0, 4938.0, 4917.0, 4938.0, 4966.0, 4937.0, 4945.0, 4916.0, 4948.0, 4927.0, 4940.0, 4968.0, 4947.0, 4959.0, 4929.0, 4960.0, 4930.0, 4950.0, 4941.0, 4950.0, 4951.0, 4952.0, 4959.0, 4955.0, 4979.0, 4951.0, 4982.0, 4951.0, 4972.0, 4930.0, 4968.0, 4959.0, 4929.0, 4971.0, 4949.0, 4954.0, 4928.0, 4970.0, 4941.0, 4959.0, 4940.0, 4958.0, 4941.0, 4968.0, 4928.0, 4959.0, 4930.0, 4962.0, 4931.0, 4948.0, 4966.0, 4928.0, 4957.0, 4927.0, 4948.0, 4916.0, 4938.0, 4938.0, 4916.0, 4955.0, 4936.0, 4947.0, 4928.0, 4946.0, 4906.0, 4946.0, 4947.0, 4924.0, 4955.0, 4926.0, 4936.0, 4915.0, 4946.0, 4920.0, 4937.0, 4953.0, 4938.0, 4946.0, 4927.0, 4960.0, 4921.0, 4940.0, 4947.0, 4941.0, 4966.0, 4948.0, 4957.0, 4917.0, 4958.0, 4917.0, 4947.0, 4948.0, 4918.0, 4956.0, 4937.0, 4947.0, 4917.0, 4948.0, 4945.0, 4927.0, 4955.0, 4936.0, 4956.0, 4926.0, 4947.0, 4905.0, 4947.0, 4936.0, 4927.0, 4954.0, 4938.0, 4946.0, 4926.0, 4950.0, 4909.0, 4946.0, 4945.0, 4937.0, 4957.0, 4937.0, 4956.0, 4927.0, 4950.0, 4928.0, 4946.0, 4916.0, 4946.0, 4957.0, 4928.0, 4966.0, 4939.0, 4945.0, 4916.0, 4947.0, 4917.0, 4949.0, 4936.0, 4929.0, 4957.0, 4936.0, 4957.0, 4940.0, 4947.0, 4926.0, 4958.0, 4920.0, 4957.0, 4928.0, 4948.0, 4957.0, 4928.0, 4954.0, 4938.0, 4946.0, 4916.0, 4946.0, 4927.0, 4947.0, 4947.0, 4926.0, 4957.0, 4926.0, 4956.0, 4939.0, 4946.0, 4930.0, 4959.0, 4929.0, 4971.0, 4932.0, 4961.0, 4931.0, 4971.0, 4934.0, 4973.0, 4932.0, 4971.0, 4961.0, 4960.0, 4971.0, 4941.0, 4970.0, 4953.0, 4969.0, 4950.0, 4970.0, 4953.0, 4957.0, 4942.0, 4968.0, 4941.0, 4970.0, 4942.0, 4969.0, 4940.0, 4960.0, 4951.0, 4958.0, 4919.0, 4959.0, 4939.0, 4949.0, 4961.0, 4940.0, 4968.0, 4948.0, 4960.0, 4939.0, 4960.0, 4921.0, 4961.0, 4948.0, 4939.0, 4973.0, 4941.0, 4969.0, 4940.0, 4959.0, 4951.0, 4958.0, 4930.0, 4972.0, 4931.0, 4960.0, 4932.0, 4959.0, 4961.0, 4940.0, 4969.0, 4948.0, 4957.0, 4937.0, 4948.0, 4926.0, 4948.0, 4945.0, 4928.0, 4955.0, 4928.0, 4947.0, 4929.0, 4959.0, 4941.0, 4961.0, 4930.0, 4971.0, 4959.0, 4953.0, 4970.0, 4938.0, 4958.0, 4918.0, 4947.0, 4957.0, 4917.0, 4956.0, 4935.0, 4945.0, 4919.0, 4934.0, 4945.0, 4928.0, 4955.0, 4927.0, 4946.0, 4917.0, 4947.0, 4916.0, 4940.0, 4960.0, 4928.0, 4956.0, 4939.0, 4948.0, 4921.0, 4947.0, 4936.0, 4939.0, 4948.0, 4940.0, 4958.0, 4930.0, 4972.0, 4942.0, 4971.0, 4942.0, 4959.0, 4942.0, 4959.0, 4941.0, 4971.0, 4940.0, 4962.0, 4930.0, 4961.0, 4931.0, 4951.0, 4958.0, 4941.0, 4958.0, 4940.0, 4957.0, 4917.0, 4950.0, 4918.0, 4952.0, 4930.0, 4938.0, 4959.0, 4938.0, 4959.0, 4929.0, 4957.0, 4939.0, 4947.0, 4940.0, 4959.0, 4929.0, 4961.0, 4920.0, 4962.0, 4921.0, 4948.0, 4950.0, 4940.0, 4959.0, 4928.0, 4955.0, 4936.0, 4946.0, 4929.0, 4958.0, 4917.0, 4949.0, 4918.0, 4948.0, 4932.0, 4951.0, 4939.0, 4940.0, 4930.0, 4962.0, 4942.0, 4974.0, 4952.0, 4969.0, 4941.0, 4961.0, 4940.0, 4970.0, 4929.0, 4957.0, 4928.0, 4958.0, 4918.0, 4948.0, 4925.0, 4929.0, 4957.0, 4938.0, 4959.0, 4929.0, 4948.0, 4919.0, 4947.0, 4919.0, 4947.0, 4907.0, 4950.0, 4928.0, 4950.0, 4951.0, 4929.0, 4958.0, 4939.0, 4957.0, 4930.0, 4950.0, 4917.0, 4948.0, 4937.0, 4938.0, 4968.0, 4939.0, 4958.0, 4929.0, 4950.0, 4919.0, 4957.0, 4947.0, 4917.0, 4955.0, 4936.0, 4945.0, 4926.0, 4951.0, 4905.0, 4946.0, 4936.0, 4936.0, 4956.0, 4928.0, 4957.0, 4927.0, 4947.0, 4918.0, 4948.0, 4926.0, 4928.0, 4955.0, 4937.0, 4945.0, 4937.0, 4947.0, 4906.0, 4938.0, 4944.0, 4924.0, 4955.0, 4927.0, 4946.0, 4919.0, 4960.0, 4916.0, 4949.0, 4930.0, 4951.0, 4931.0, 4960.0, 4951.0, 4969.0, 4940.0, 4970.0, 4941.0, 4960.0, 4930.0, 4960.0, 4931.0, 4961.0, 4946.0, 4929.0, 4956.0, 4936.0, 4946.0, 4917.0, 4936.0, 4916.0, 4938.0, 4946.0, 4929.0, 4945.0, 4929.0, 4946.0, 4928.0, 4961.0, 4921.0, 4949.0, 4929.0, 4962.0, 4943.0, 4950.0, 4968.0, 4953.0, 4967.0, 4951.0, 4970.0, 4931.0, 4960.0, 4959.0, 4938.0, 4967.0, 4940.0, 4948.0, 4919.0, 4941.0, 4955.0, 4938.0, 4947.0, 4905.0, 4936.0, 4944.0, 4918.0, 4956.0, 4927.0, 4939.0, 4907.0, 4937.0, 4955.0, 4928.0, 4957.0, 4927.0, 4947.0, 4919.0, 4960.0, 4921.0, 4949.0, 4967.0, 4948.0, 4968.0, 4939.0, 4960.0, 4958.0, 4950.0, 4967.0, 4949.0, 4957.0, 4917.0, 4958.0, 4948.0, 4948.0, 4967.0, 4938.0, 4957.0, 4928.0, 4958.0, 4934.0, 4960.0, 4927.0, 4950.0, 4968.0, 4940.0, 4958.0, 4942.0, 4947.0, 4915.0, 4947.0, 4944.0, 4928.0, 4955.0, 4927.0, 4946.0, 4916.0, 4936.0, 4908.0, 4938.0, 4925.0, 4937.0, 4946.0, 4928.0, 4957.0, 4927.0, 4955.0, 4927.0, 4958.0, 4920.0, 4950.0, 4919.0, 4950.0, 4917.0, 4968.0, 4929.0, 4959.0, 4942.0, 4958.0, 4941.0, 4959.0, 4930.0, 4970.0, 4949.0, 4959.0, 4939.0, 4949.0, 4920.0, 4948.0, 4916.0, 4937.0, 4947.0, 4916.0, 4954.0, 4926.0, 4945.0, 4927.0, 4935.0, 4906.0, 4948.0, 4918.0, 4938.0, 4936.0, 4927.0, 4960.0, 4927.0, 4957.0, 4939.0, 4959.0, 4929.0, 4957.0, 4928.0, 4956.0, 4918.0, 4957.0, 4928.0, 4960.0, 4940.0, 4960.0, 4941.0, 4959.0, 4940.0, 4968.0, 4932.0, 4948.0, 4919.0, 4960.0, 4931.0, 4958.0, 4918.0, 4960.0, 4939.0, 4959.0, 4940.0, 4959.0, 4930.0, 4958.0, 4920.0, 4960.0, 4929.0, 4958.0, 4931.0, 4947.0, 4919.0, 4947.0, 4917.0, 4947.0, 4927.0, 4927.0, 4957.0, 4935.0, 4956.0, 4929.0, 4938.0, 4916.0, 4945.0, 4915.0, 4947.0, 4908.0, 4948.0, 4926.0, 4938.0, 4948.0, 4928.0, 4970.0, 4937.0, 4948.0, 4927.0, 4955.0, 4914.0, 4946.0, 4916.0, 4959.0, 4918.0, 4936.0, 4935.0, 4936.0, 4949.0, 4917.0, 4954.0, 4938.0, 4945.0, 4927.0, 4954.0, 4916.0, 4946.0, 4906.0, 4947.0, 4916.0, 4935.0, 4936.0, 4926.0, 4937.0, 4926.0, 4955.0, 4938.0, 4958.0, 4936.0, 4967.0], 'WindowWidth': [10958.0, 10869.0, 10858.0, 10824.0, 10833.0, 10790.0, 10793.0, 10788.0, 10774.0, 10808.0, 10769.0, 10781.0, 10736.0, 10763.0, 10748.0, 10747.0, 10803.0, 10748.0, 10759.0, 10713.0, 10754.0, 10727.0, 10729.0, 10764.0, 10744.0, 10755.0, 10744.0, 10762.0, 10723.0, 10746.0, 10771.0, 10735.0, 10792.0, 10771.0, 10779.0, 10740.0, 10780.0, 10779.0, 10757.0, 10793.0, 10764.0, 10782.0, 10749.0, 10771.0, 10741.0, 10764.0, 10766.0, 10780.0, 10815.0, 10763.0, 10777.0, 10735.0, 10799.0, 10734.0, 10727.0, 10769.0, 10756.0, 10794.0, 10720.0, 10756.0, 10770.0, 10746.0, 10769.0, 10729.0, 10759.0, 10758.0, 10764.0, 10763.0, 10727.0, 10747.0, 10719.0, 10768.0, 10701.0, 10743.0, 10759.0, 10734.0, 10769.0, 10751.0, 10746.0, 10693.0, 10749.0, 10748.0, 10742.0, 10763.0, 10732.0, 10764.0, 10715.0, 10767.0, 10709.0, 10732.0, 10749.0, 10714.0, 10762.0, 10736.0, 10744.0, 10683.0, 10741.0, 10713.0, 10715.0, 10734.0, 10708.0, 10722.0, 10681.0, 10726.0, 10690.0, 10683.0, 10718.0, 10703.0, 10722.0, 10681.0, 10709.0, 10665.0, 10726.0, 10709.0, 10718.0, 10716.0, 10743.0, 10730.0, 10725.0, 10741.0, 10766.0, 10724.0, 10779.0, 10730.0, 10792.0, 10750.0, 10765.0, 10718.0, 10773.0, 10725.0, 10760.0, 10765.0, 10723.0, 10765.0, 10718.0, 10748.0, 10724.0, 10729.0, 10686.0, 10737.0, 10725.0, 10727.0, 10757.0, 10717.0, 10726.0, 10704.0, 10736.0, 10706.0, 10727.0, 10752.0, 10727.0, 10759.0, 10741.0, 10758.0, 10716.0, 10740.0, 10736.0, 10705.0, 10764.0, 10738.0, 10734.0, 10696.0, 10745.0, 10735.0, 10729.0, 10761.0, 10718.0, 10748.0, 10710.0, 10748.0, 10718.0, 10736.0, 10738.0, 10728.0, 10762.0, 10751.0, 10772.0, 10732.0, 10772.0, 10718.0, 10774.0, 10748.0, 10747.0, 10784.0, 10753.0, 10774.0, 10749.0, 10755.0, 10722.0, 10748.0, 10780.0, 10737.0, 10770.0, 10717.0, 10752.0, 10752.0, 10722.0, 10777.0, 10744.0, 10741.0, 10709.0, 10740.0, 10780.0, 10740.0, 10748.0, 10709.0, 10755.0, 10725.0, 10749.0, 10784.0, 10756.0, 10775.0, 10731.0, 10776.0, 10738.0, 10762.0, 10750.0, 10762.0, 10766.0, 10770.0, 10775.0, 10775.0, 10805.0, 10766.0, 10811.0, 10766.0, 10796.0, 10733.0, 10785.0, 10775.0, 10731.0, 10791.0, 10759.0, 10757.0, 10727.0, 10792.0, 10755.0, 10772.0, 10749.0, 10771.0, 10750.0, 10788.0, 10730.0, 10772.0, 10731.0, 10778.0, 10736.0, 10756.0, 10781.0, 10725.0, 10769.0, 10724.0, 10752.0, 10707.0, 10737.0, 10742.0, 10710.0, 10760.0, 10736.0, 10750.0, 10728.0, 10751.0, 10696.0, 10750.0, 10752.0, 10717.0, 10764.0, 10725.0, 10735.0, 10707.0, 10750.0, 10718.0, 10739.0, 10758.0, 10743.0, 10750.0, 10726.0, 10774.0, 10725.0, 10745.0, 10754.0, 10749.0, 10779.0, 10757.0, 10766.0, 10712.0, 10769.0, 10709.0, 10753.0, 10757.0, 10714.0, 10764.0, 10738.0, 10752.0, 10713.0, 10754.0, 10747.0, 10726.0, 10762.0, 10736.0, 10765.0, 10723.0, 10753.0, 10693.0, 10751.0, 10738.0, 10726.0, 10759.0, 10742.0, 10748.0, 10723.0, 10758.0, 10701.0, 10751.0, 10749.0, 10739.0, 10768.0, 10742.0, 10763.0, 10726.0, 10757.0, 10730.0, 10751.0, 10709.0, 10753.0, 10768.0, 10727.0, 10781.0, 10745.0, 10749.0, 10711.0, 10754.0, 10712.0, 10759.0, 10736.0, 10731.0, 10769.0, 10738.0, 10769.0, 10748.0, 10752.0, 10725.0, 10771.0, 10718.0, 10768.0, 10732.0, 10755.0, 10768.0, 10729.0, 10761.0, 10743.0, 10751.0, 10709.0, 10752.0, 10723.0, 10754.0, 10754.0, 10724.0, 10766.0, 10725.0, 10768.0, 10748.0, 10752.0, 10736.0, 10773.0, 10734.0, 10793.0, 10744.0, 10779.0, 10740.0, 10793.0, 10748.0, 10799.0, 10740.0, 10795.0, 10780.0, 10779.0, 10798.0, 10752.0, 10793.0, 10772.0, 10788.0, 10763.0, 10793.0, 10775.0, 10770.0, 10755.0, 10787.0, 10753.0, 10795.0, 10757.0, 10789.0, 10752.0, 10777.0, 10768.0, 10774.0, 10719.0, 10774.0, 10747.0, 10759.0, 10781.0, 10750.0, 10785.0, 10761.0, 10775.0, 10749.0, 10778.0, 10723.0, 10778.0, 10758.0, 10747.0, 10799.0, 10753.0, 10789.0, 10749.0, 10774.0, 10768.0, 10773.0, 10737.0, 10796.0, 10738.0, 10779.0, 10743.0, 10775.0, 10778.0, 10751.0, 10788.0, 10757.0, 10770.0, 10740.0, 10755.0, 10724.0, 10753.0, 10748.0, 10731.0, 10764.0, 10729.0, 10754.0, 10734.0, 10776.0, 10756.0, 10781.0, 10738.0, 10795.0, 10777.0, 10771.0, 10792.0, 10745.0, 10773.0, 10714.0, 10753.0, 10768.0, 10713.0, 10765.0, 10736.0, 10751.0, 10718.0, 10734.0, 10749.0, 10729.0, 10763.0, 10726.0, 10751.0, 10713.0, 10753.0, 10710.0, 10747.0, 10776.0, 10730.0, 10765.0, 10745.0, 10757.0, 10724.0, 10753.0, 10738.0, 10747.0, 10757.0, 10749.0, 10775.0, 10736.0, 10798.0, 10754.0, 10795.0, 10756.0, 10775.0, 10757.0, 10775.0, 10755.0, 10796.0, 10750.0, 10782.0, 10735.0, 10778.0, 10741.0, 10763.0, 10771.0, 10749.0, 10770.0, 10750.0, 10768.0, 10713.0, 10760.0, 10714.0, 10767.0, 10735.0, 10745.0, 10774.0, 10743.0, 10775.0, 10734.0, 10768.0, 10747.0, 10755.0, 10751.0, 10774.0, 10733.0, 10779.0, 10720.0, 10779.0, 10725.0, 10757.0, 10761.0, 10747.0, 10774.0, 10729.0, 10762.0, 10739.0, 10751.0, 10731.0, 10771.0, 10714.0, 10759.0, 10715.0, 10755.0, 10741.0, 10764.0, 10746.0, 10749.0, 10735.0, 10782.0, 10756.0, 10799.0, 10770.0, 10789.0, 10750.0, 10777.0, 10747.0, 10789.0, 10734.0, 10769.0, 10729.0, 10768.0, 10717.0, 10756.0, 10719.0, 10730.0, 10767.0, 10740.0, 10773.0, 10733.0, 10754.0, 10716.0, 10753.0, 10718.0, 10752.0, 10699.0, 10761.0, 10728.0, 10759.0, 10766.0, 10732.0, 10771.0, 10744.0, 10767.0, 10736.0, 10759.0, 10713.0, 10758.0, 10741.0, 10743.0, 10787.0, 10745.0, 10768.0, 10731.0, 10758.0, 10715.0, 10767.0, 10754.0, 10712.0, 10762.0, 10735.0, 10747.0, 10723.0, 10757.0, 10692.0, 10750.0, 10736.0, 10737.0, 10768.0, 10728.0, 10765.0, 10726.0, 10753.0, 10713.0, 10755.0, 10723.0, 10727.0, 10762.0, 10737.0, 10747.0, 10740.0, 10751.0, 10693.0, 10742.0, 10746.0, 10718.0, 10761.0, 10724.0, 10750.0, 10718.0, 10775.0, 10709.0, 10757.0, 10735.0, 10767.0, 10741.0, 10777.0, 10767.0, 10788.0, 10750.0, 10792.0, 10751.0, 10775.0, 10733.0, 10773.0, 10736.0, 10776.0, 10749.0, 10729.0, 10765.0, 10735.0, 10750.0, 10710.0, 10737.0, 10708.0, 10741.0, 10751.0, 10730.0, 10746.0, 10730.0, 10751.0, 10729.0, 10776.0, 10725.0, 10762.0, 10732.0, 10780.0, 10758.0, 10764.0, 10786.0, 10770.0, 10784.0, 10765.0, 10792.0, 10736.0, 10776.0, 10773.0, 10742.0, 10782.0, 10746.0, 10756.0, 10713.0, 10747.0, 10762.0, 10740.0, 10751.0, 10692.0, 10734.0, 10747.0, 10710.0, 10764.0, 10727.0, 10741.0, 10696.0, 10740.0, 10762.0, 10728.0, 10765.0, 10727.0, 10754.0, 10717.0, 10775.0, 10723.0, 10760.0, 10785.0, 10757.0, 10786.0, 10748.0, 10775.0, 10770.0, 10764.0, 10783.0, 10762.0, 10767.0, 10712.0, 10771.0, 10754.0, 10756.0, 10784.0, 10743.0, 10769.0, 10731.0, 10772.0, 10743.0, 10777.0, 10727.0, 10760.0, 10786.0, 10744.0, 10770.0, 10752.0, 10754.0, 10706.0, 10753.0, 10746.0, 10726.0, 10762.0, 10722.0, 10746.0, 10707.0, 10733.0, 10702.0, 10740.0, 10720.0, 10739.0, 10750.0, 10728.0, 10767.0, 10726.0, 10763.0, 10727.0, 10768.0, 10718.0, 10761.0, 10719.0, 10758.0, 10713.0, 10786.0, 10734.0, 10773.0, 10755.0, 10773.0, 10754.0, 10776.0, 10734.0, 10791.0, 10758.0, 10774.0, 10746.0, 10757.0, 10716.0, 10754.0, 10709.0, 10738.0, 10752.0, 10708.0, 10760.0, 10721.0, 10749.0, 10725.0, 10734.0, 10695.0, 10753.0, 10715.0, 10742.0, 10735.0, 10727.0, 10772.0, 10724.0, 10768.0, 10744.0, 10770.0, 10730.0, 10766.0, 10730.0, 10764.0, 10715.0, 10766.0, 10732.0, 10778.0, 10754.0, 10775.0, 10752.0, 10776.0, 10749.0, 10787.0, 10741.0, 10757.0, 10719.0, 10777.0, 10736.0, 10769.0, 10715.0, 10777.0, 10749.0, 10772.0, 10749.0, 10774.0, 10734.0, 10773.0, 10721.0, 10774.0, 10731.0, 10773.0, 10737.0, 10754.0, 10717.0, 10754.0, 10712.0, 10755.0, 10724.0, 10728.0, 10769.0, 10734.0, 10766.0, 10731.0, 10740.0, 10709.0, 10748.0, 10710.0, 10754.0, 10701.0, 10755.0, 10725.0, 10743.0, 10760.0, 10732.0, 10788.0, 10741.0, 10755.0, 10729.0, 10762.0, 10707.0, 10752.0, 10711.0, 10772.0, 10716.0, 10737.0, 10736.0, 10737.0, 10759.0, 10715.0, 10763.0, 10743.0, 10748.0, 10727.0, 10761.0, 10709.0, 10752.0, 10695.0, 10750.0, 10713.0, 10733.0, 10738.0, 10723.0, 10742.0, 10727.0, 10763.0, 10744.0, 10771.0, 10740.0, 10785.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.008046800920598389</td></tr>
<tr><td colspan=3>aqi</td><td>0.02606633590333717</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.31587269338714</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3468608927188934</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1169326926612886</td></tr>
<tr><td colspan=3>efc</td><td>0.4872</td></tr>
<tr><td colspan=3>fber</td><td>5912.8364</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11320477554864893</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>34</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.9125431530494823</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.529495670753528</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.482229395364494</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.722742844175661</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3835147727204293</td></tr>
<tr><td colspan=3>gcor</td><td>0.00706057</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0062476168386638165</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02509479410946369</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</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.278364664559469</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>27.875</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.845</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>213.7093</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295334.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1032.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>438.9739</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.4919</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>592.3977</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4157.595</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4348.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81210.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1740.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5343.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1016.2699</td></tr>
<tr><td colspan=3>tsnr</td><td>41.654985510744154</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>