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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-0109_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-0109/figures/sub-0109_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0109/figures/sub-0109_ses-01_task-social_acq-mb8_run-03_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-0109/figures/sub-0109_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-01_task-social_acq-mb8_run-03_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-0109/ses-01/func/sub-0109_ses-01_task-social_acq-mb8_run-03_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>0cce0a1f0459472fc5afd5049ba8fb2d</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>21:17:41.085000</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.998135, -0.0542214, -0.0280411, 0.0551054, 0.997975, 0.0317771]</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-03_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.0944895</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4222, -7785, -7257, 341, -85, -2, -23, 87]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>241.594</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b8024407-0d41-44bf-8a62-61b3ca17414f||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.6779236793518066, 0.14784380793571472, -0.07090552151203156, 109.75798034667969], [0.14547204971313477, 2.6774933338165283, 0.08981021493673325, -115.38445281982422], [-0.07523220032453537, -0.08525560051202774, 2.6975741386413574, -81.8042221069336], [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': ['211741.085000', '211741.545000', '211742.005000', '211742.465000', '211742.925000', '211743.385000', '211743.845000', '211744.305000', '211744.765000', '211745.225000', '211745.685000', '211746.145000', '211746.605000', '211747.065000', '211747.525000', '211747.985000', '211748.445000', '211748.905000', '211749.365000', '211749.825000', '211750.285000', '211750.745000', '211751.205000', '211751.665000', '211752.125000', '211752.585000', '211753.045000', '211753.505000', '211753.965000', '211754.425000', '211754.885000', '211755.345000', '211755.805000', '211756.265000', '211756.725000', '211757.185000', '211757.645000', '211758.105000', '211758.565000', '211759.025000', '211759.485000', '211759.945000', '211800.405000', '211800.865000', '211801.325000', '211801.785000', '211802.245000', '211802.705000', '211803.165000', '211803.625000', '211804.085000', '211804.545000', '211805.005000', '211805.465000', '211805.925000', '211806.385000', '211806.845000', '211807.305000', '211807.765000', '211808.225000', '211808.685000', '211809.145000', '211809.605000', '211810.065000', '211810.525000', '211810.985000', '211811.445000', '211811.905000', '211812.365000', '211812.825000', '211813.285000', '211813.745000', '211814.205000', '211814.665000', '211815.125000', '211815.585000', '211816.045000', '211816.505000', '211816.965000', '211817.425000', '211817.885000', '211818.345000', '211818.805000', '211819.265000', '211819.725000', '211820.185000', '211820.645000', '211821.105000', '211821.565000', '211822.025000', '211822.485000', '211822.945000', '211823.405000', '211823.865000', '211824.325000', '211824.785000', '211825.245000', '211825.705000', '211826.165000', '211826.625000', '211827.085000', '211827.545000', '211828.005000', '211828.465000', '211828.925000', '211829.385000', '211829.845000', '211830.305000', '211830.765000', '211831.225000', '211831.685000', '211832.145000', '211832.605000', '211833.065000', '211833.525000', '211833.985000', '211834.445000', '211834.905000', '211835.365000', '211835.825000', '211836.285000', '211836.745000', '211837.205000', '211837.665000', '211838.125000', '211838.585000', '211839.045000', '211839.505000', '211839.965000', '211840.425000', '211840.885000', '211841.345000', '211841.805000', '211842.265000', '211842.725000', '211843.185000', '211843.645000', '211844.105000', '211844.565000', '211845.025000', '211845.485000', '211845.945000', '211846.405000', '211846.865000', '211847.325000', '211847.785000', '211848.245000', '211848.705000', '211849.165000', '211849.625000', '211850.085000', '211850.545000', '211851.005000', '211851.465000', '211851.925000', '211852.385000', '211852.845000', '211853.305000', '211853.765000', '211854.225000', '211854.685000', '211855.145000', '211855.605000', '211856.065000', '211856.525000', '211856.985000', '211857.445000', '211857.905000', '211858.365000', '211858.825000', '211859.285000', '211859.745000', '211900.205000', '211900.665000', '211901.125000', '211901.585000', '211902.045000', '211902.505000', '211902.965000', '211903.425000', '211903.885000', '211904.345000', '211904.805000', '211905.265000', '211905.725000', '211906.185000', '211906.645000', '211907.105000', '211907.565000', '211908.025000', '211908.485000', '211908.945000', '211909.405000', '211909.865000', '211910.325000', '211910.785000', '211911.245000', '211911.705000', '211912.165000', '211912.625000', '211913.085000', '211913.545000', '211914.005000', '211914.465000', '211914.925000', '211915.385000', '211915.845000', '211916.305000', '211916.765000', '211917.225000', '211917.685000', '211918.145000', '211918.605000', '211919.065000', '211919.525000', '211919.985000', '211920.445000', '211920.905000', '211921.365000', '211921.825000', '211922.285000', '211922.745000', '211923.205000', '211923.665000', '211924.125000', '211924.585000', '211925.045000', '211925.505000', '211925.965000', '211926.425000', '211926.885000', '211927.345000', '211927.805000', '211928.265000', '211928.725000', '211929.185000', '211929.645000', '211930.105000', '211930.565000', '211931.025000', '211931.485000', '211931.945000', '211932.405000', '211932.865000', '211933.325000', '211933.785000', '211934.245000', '211934.705000', '211935.165000', '211935.625000', '211936.085000', '211936.545000', '211937.005000', '211937.465000', '211937.925000', '211938.385000', '211938.845000', '211939.305000', '211939.765000', '211940.225000', '211940.685000', '211941.145000', '211941.605000', '211942.065000', '211942.525000', '211942.985000', '211943.445000', '211943.905000', '211944.365000', '211944.825000', '211945.285000', '211945.745000', '211946.205000', '211946.665000', '211947.125000', '211947.585000', '211948.045000', '211948.505000', '211948.965000', '211949.425000', '211949.885000', '211950.345000', '211950.805000', '211951.265000', '211951.725000', '211952.185000', '211952.645000', '211953.105000', '211953.565000', '211954.025000', '211954.485000', '211954.945000', '211955.405000', '211955.865000', '211956.325000', '211956.785000', '211957.245000', '211957.705000', '211958.165000', '211958.625000', '211959.085000', '211959.545000', '212000.005000', '212000.465000', '212000.925000', '212001.385000', '212001.845000', '212002.305000', '212002.765000', '212003.225000', '212003.685000', '212004.145000', '212004.605000', '212005.065000', '212005.525000', '212005.985000', '212006.445000', '212006.905000', '212007.365000', '212007.825000', '212008.285000', '212008.745000', '212009.205000', '212009.665000', '212010.125000', '212010.585000', '212011.045000', '212011.505000', '212011.965000', '212012.425000', '212012.885000', '212013.345000', '212013.805000', '212014.265000', '212014.725000', '212015.185000', '212015.645000', '212016.105000', '212016.565000', '212017.025000', '212017.485000', '212017.945000', '212018.405000', '212018.865000', '212019.325000', '212019.785000', '212020.245000', '212020.705000', '212021.165000', '212021.625000', '212022.085000', '212022.545000', '212023.005000', '212023.465000', '212023.925000', '212024.385000', '212024.845000', '212025.305000', '212025.765000', '212026.225000', '212026.685000', '212027.145000', '212027.605000', '212028.065000', '212028.525000', '212028.985000', '212029.445000', '212029.905000', '212030.365000', '212030.825000', '212031.285000', '212031.745000', '212032.205000', '212032.665000', '212033.125000', '212033.585000', '212034.045000', '212034.505000', '212034.965000', '212035.425000', '212035.885000', '212036.345000', '212036.805000', '212037.265000', '212037.725000', '212038.185000', '212038.645000', '212039.105000', '212039.565000', '212040.025000', '212040.485000', '212040.945000', '212041.405000', '212041.865000', '212042.325000', '212042.785000', '212043.245000', '212043.705000', '212044.165000', '212044.625000', '212045.085000', '212045.545000', '212046.005000', '212046.465000', '212046.925000', '212047.385000', '212047.845000', '212048.305000', '212048.765000', '212049.225000', '212049.685000', '212050.145000', '212050.605000', '212051.065000', '212051.525000', '212051.985000', '212052.445000', '212052.905000', '212053.365000', '212053.825000', '212054.285000', '212054.745000', '212055.205000', '212055.665000', '212056.125000', '212056.585000', '212057.045000', '212057.505000', '212057.965000', '212058.425000', '212058.885000', '212059.345000', '212059.805000', '212100.265000', '212100.725000', '212101.185000', '212101.645000', '212102.105000', '212102.565000', '212103.025000', '212103.485000', '212103.945000', '212104.405000', '212104.865000', '212105.325000', '212105.785000', '212106.245000', '212106.705000', '212107.165000', '212107.625000', '212108.085000', '212108.545000', '212109.005000', '212109.465000', '212109.925000', '212110.385000', '212110.845000', '212111.305000', '212111.765000', '212112.225000', '212112.685000', '212113.145000', '212113.605000', '212114.065000', '212114.525000', '212114.985000', '212115.445000', '212115.905000', '212116.365000', '212116.825000', '212117.285000', '212117.745000', '212118.205000', '212118.665000', '212119.125000', '212119.585000', '212120.045000', '212120.505000', '212120.965000', '212121.425000', '212121.885000', '212122.345000', '212122.805000', '212123.265000', '212123.725000', '212124.185000', '212124.645000', '212125.105000', '212125.565000', '212126.025000', '212126.485000', '212126.945000', '212127.405000', '212127.865000', '212128.325000', '212128.785000', '212129.245000', '212129.705000', '212130.165000', '212130.625000', '212131.085000', '212131.545000', '212132.005000', '212132.465000', '212132.925000', '212133.385000', '212133.845000', '212134.305000', '212134.765000', '212135.225000', '212135.685000', '212136.145000', '212136.605000', '212137.065000', '212137.525000', '212137.985000', '212138.445000', '212138.905000', '212139.365000', '212139.825000', '212140.285000', '212140.745000', '212141.205000', '212141.665000', '212142.125000', '212142.585000', '212143.045000', '212143.505000', '212143.965000', '212144.425000', '212144.885000', '212145.345000', '212145.805000', '212146.265000', '212146.725000', '212147.185000', '212147.645000', '212148.105000', '212148.565000', '212149.025000', '212149.485000', '212149.945000', '212150.405000', '212150.865000', '212151.325000', '212151.785000', '212152.245000', '212152.705000', '212153.165000', '212153.625000', '212154.085000', '212154.545000', '212155.005000', '212155.465000', '212155.925000', '212156.385000', '212156.845000', '212157.305000', '212157.765000', '212158.225000', '212158.685000', '212159.145000', '212159.605000', '212200.065000', '212200.525000', '212200.985000', '212201.445000', '212201.905000', '212202.365000', '212202.825000', '212203.285000', '212203.745000', '212204.205000', '212204.665000', '212205.125000', '212205.585000', '212206.045000', '212206.505000', '212206.965000', '212207.425000', '212207.885000', '212208.345000', '212208.805000', '212209.265000', '212209.725000', '212210.185000', '212210.645000', '212211.105000', '212211.565000', '212212.025000', '212212.485000', '212212.945000', '212213.405000', '212213.865000', '212214.325000', '212214.785000', '212215.245000', '212215.705000', '212216.165000', '212216.625000', '212217.085000', '212217.545000', '212218.005000', '212218.465000', '212218.925000', '212219.385000', '212219.845000', '212220.305000', '212220.765000', '212221.225000', '212221.685000', '212222.145000', '212222.605000', '212223.065000', '212223.525000', '212223.985000', '212224.445000', '212224.905000', '212225.365000', '212225.825000', '212226.285000', '212226.745000', '212227.205000', '212227.665000', '212228.125000', '212228.585000', '212229.045000', '212229.505000', '212229.965000', '212230.425000', '212230.885000', '212231.345000', '212231.805000', '212232.265000', '212232.725000', '212233.185000', '212233.645000', '212234.105000', '212234.565000', '212235.025000', '212235.485000', '212235.945000', '212236.405000', '212236.865000', '212237.325000', '212237.785000', '212238.245000', '212238.705000', '212239.165000', '212239.625000', '212240.085000', '212240.545000', '212241.005000', '212241.465000', '212241.925000', '212242.385000', '212242.845000', '212243.305000', '212243.765000', '212244.225000', '212244.685000', '212245.145000', '212245.605000', '212246.065000', '212246.525000', '212246.985000', '212247.445000', '212247.905000', '212248.365000', '212248.825000', '212249.285000', '212249.745000', '212250.205000', '212250.665000', '212251.125000', '212251.585000', '212252.045000', '212252.505000', '212252.965000', '212253.425000', '212253.885000', '212254.345000', '212254.805000', '212255.265000', '212255.725000', '212256.185000', '212256.645000', '212257.105000', '212257.565000', '212258.025000', '212258.485000', '212258.945000', '212259.405000', '212259.865000', '212300.325000', '212300.785000', '212301.245000', '212301.705000', '212302.165000', '212302.625000', '212303.085000', '212303.545000', '212304.005000', '212304.465000', '212304.925000', '212305.385000', '212305.845000', '212306.305000', '212306.765000', '212307.225000', '212307.685000', '212308.145000', '212308.605000', '212309.065000', '212309.525000', '212309.985000', '212310.445000', '212310.905000', '212311.365000', '212311.825000', '212312.285000', '212312.745000', '212313.205000', '212313.665000', '212314.125000', '212314.585000', '212315.045000', '212315.505000', '212315.965000', '212316.425000', '212316.885000', '212317.345000', '212317.805000', '212318.265000', '212318.725000', '212319.185000', '212319.645000', '212320.105000', '212320.565000', '212321.025000', '212321.485000', '212321.945000', '212322.405000', '212322.865000', '212323.325000', '212323.785000', '212324.245000', '212324.705000', '212325.165000', '212325.625000', '212326.085000', '212326.545000', '212327.005000', '212327.465000', '212327.925000', '212328.385000', '212328.845000', '212329.305000', '212329.765000', '212330.225000', '212330.685000', '212331.145000', '212331.605000', '212332.065000', '212332.525000', '212332.985000', '212333.445000', '212333.905000', '212334.365000', '212334.825000', '212335.285000', '212335.745000', '212336.205000', '212336.665000', '212337.125000', '212337.585000', '212338.045000', '212338.505000', '212338.965000', '212339.425000', '212339.885000', '212340.345000', '212340.805000', '212341.265000', '212341.725000', '212342.185000', '212342.645000', '212343.105000', '212343.565000', '212344.025000', '212344.485000', '212344.945000', '212345.405000', '212345.865000', '212346.325000', '212346.785000', '212347.245000', '212347.705000', '212348.165000', '212348.625000', '212349.085000', '212349.545000', '212350.005000', '212350.465000', '212350.925000', '212351.385000', '212351.845000', '212352.305000', '212352.765000', '212353.225000', '212353.685000', '212354.145000', '212354.605000', '212355.065000', '212355.525000', '212355.985000', '212356.445000', '212356.905000', '212357.365000', '212357.825000', '212358.285000', '212358.745000', '212359.205000', '212359.665000', '212400.125000', '212400.585000', '212401.045000', '212401.505000', '212401.965000', '212402.425000', '212402.885000', '212403.345000', '212403.805000', '212404.265000', '212404.725000', '212405.185000', '212405.645000', '212406.105000', '212406.565000', '212407.025000', '212407.485000', '212407.945000', '212408.405000', '212408.865000', '212409.325000', '212409.785000', '212410.245000', '212410.705000', '212411.165000', '212411.625000', '212412.085000', '212412.545000', '212413.005000', '212413.465000', '212413.925000', '212414.385000', '212414.845000', '212415.305000', '212415.765000', '212416.225000', '212416.685000', '212417.145000', '212417.605000', '212418.065000', '212418.525000', '212418.985000', '212419.445000', '212419.905000', '212420.365000', '212420.825000', '212421.285000', '212421.745000'], 'ContentTime': ['211753.933000', '211753.936000', '211753.939000', '211753.941000', '211753.944000', '211753.946000', '211753.949000', '211753.951000', '211753.954000', '211753.956000', '211753.959000', '211753.962000', '211753.964000', '211753.967000', '211753.970000', '211753.972000', '211753.975000', '211753.977000', '211753.980000', '211753.982000', '211753.985000', '211753.988000', '211753.990000', '211753.993000', '211753.995000', '211753.998000', '211813.880000', '211813.883000', '211813.886000', '211813.888000', '211813.891000', '211813.893000', '211813.896000', '211813.898000', '211813.901000', '211813.903000', '211813.906000', '211813.909000', '211813.911000', '211813.914000', '211813.916000', '211813.919000', '211813.921000', '211813.924000', '211813.926000', '211813.929000', '211813.931000', '211813.934000', '211813.936000', '211813.939000', '211813.942000', '211813.944000', '211813.947000', '211813.949000', '211813.952000', '211813.954000', '211813.957000', '211813.960000', '211813.962000', '211813.965000', '211813.967000', '211813.970000', '211813.972000', '211813.975000', '211813.978000', '211813.980000', '211813.983000', '211813.985000', '211813.988000', '211833.881000', '211833.883000', '211833.886000', '211833.889000', '211833.891000', '211833.894000', '211833.896000', '211833.899000', '211833.902000', '211833.904000', '211833.907000', '211833.909000', '211833.912000', '211833.914000', '211833.917000', '211833.920000', '211833.922000', '211833.925000', '211833.927000', '211833.930000', '211833.933000', '211833.935000', '211833.938000', '211833.940000', '211833.943000', '211833.945000', '211833.948000', '211833.951000', '211833.953000', '211833.956000', '211833.958000', '211833.961000', '211833.964000', '211833.966000', '211833.969000', '211833.971000', '211833.974000', '211833.976000', '211833.979000', '211833.990000', '211833.993000', '211833.996000', '211833.998000', '211834.002000', '211853.880000', '211853.883000', '211853.886000', '211853.888000', '211853.891000', '211853.894000', '211853.896000', '211853.899000', '211853.901000', '211853.904000', '211853.906000', '211853.909000', '211853.911000', '211853.914000', '211853.917000', '211853.919000', '211853.922000', '211853.924000', '211853.927000', '211853.929000', '211853.932000', '211853.935000', '211853.937000', '211853.940000', '211853.952000', '211853.954000', '211853.957000', '211853.960000', '211853.962000', '211853.965000', '211853.968000', '211853.971000', '211853.973000', '211853.976000', '211853.979000', '211853.981000', '211853.984000', '211853.986000', '211853.989000', '211853.991000', '211853.994000', '211853.996000', '211854.000000', '211913.881000', '211913.883000', '211913.886000', '211913.889000', '211913.891000', '211913.894000', '211913.897000', '211913.899000', '211913.902000', '211913.904000', '211913.907000', '211913.910000', '211913.912000', '211913.927000', '211913.930000', '211913.932000', '211913.935000', '211913.938000', '211913.940000', '211913.943000', '211913.945000', '211913.948000', '211913.950000', '211913.953000', '211913.956000', '211913.958000', '211913.961000', '211913.963000', '211913.966000', '211913.969000', '211913.971000', '211913.974000', '211913.976000', '211913.979000', '211913.982000', '211913.984000', '211913.987000', '211913.989000', '211913.992000', '211913.995000', '211913.997000', '211914.001000', '211914.004000', '211914.006000', '211933.880000', '211933.883000', '211933.886000', '211933.888000', '211933.891000', '211933.893000', '211933.896000', '211933.899000', '211933.901000', '211933.904000', '211933.906000', '211933.909000', '211933.912000', '211933.914000', '211933.917000', '211933.920000', '211933.922000', '211933.925000', '211933.928000', '211933.930000', '211933.933000', '211933.935000', '211933.938000', '211933.941000', '211933.943000', '211933.946000', '211933.948000', '211933.951000', '211933.954000', '211933.956000', '211933.959000', '211933.961000', '211933.964000', '211933.966000', '211933.969000', '211933.972000', '211933.974000', '211933.977000', '211933.979000', '211933.982000', '211933.985000', '211933.987000', '211933.990000', '211953.881000', '211953.884000', '211953.887000', '211953.889000', '211953.892000', '211953.895000', '211953.897000', '211953.900000', '211953.902000', '211953.905000', '211953.908000', '211953.910000', '211953.913000', '211953.915000', '211953.918000', '211953.921000', '211953.923000', '211953.926000', '211953.928000', '211953.931000', '211953.934000', '211953.936000', '211953.939000', '211953.941000', '211953.944000', '211953.947000', '211953.949000', '211953.952000', '211953.955000', '211953.957000', '211953.960000', '211953.962000', '211953.965000', '211953.967000', '211953.970000', '211953.973000', '211953.975000', '211953.978000', '211953.980000', '211953.983000', '211953.986000', '211953.988000', '211953.991000', '211953.993000', '212013.882000', '212013.884000', '212013.887000', '212013.889000', '212013.892000', '212013.895000', '212013.897000', '212013.900000', '212013.903000', '212013.905000', '212013.908000', '212013.910000', '212013.913000', '212013.916000', '212013.918000', '212013.921000', '212013.923000', '212013.926000', '212013.928000', '212013.931000', '212013.934000', '212013.936000', '212013.939000', '212013.941000', '212013.944000', '212013.947000', '212013.949000', '212013.952000', '212013.954000', '212013.957000', '212013.959000', '212013.962000', '212013.965000', '212013.967000', '212013.970000', '212013.972000', '212013.975000', '212013.977000', '212013.980000', '212013.983000', '212013.985000', '212013.988000', '212013.990000', '212033.880000', '212033.883000', '212033.886000', '212033.889000', '212033.891000', '212033.894000', '212033.897000', '212033.899000', '212033.902000', '212033.905000', '212033.907000', '212033.910000', '212033.912000', '212033.915000', '212033.918000', '212033.920000', '212033.923000', '212033.925000', '212033.928000', '212033.931000', '212033.934000', '212033.936000', '212033.939000', '212033.941000', '212033.944000', '212033.947000', '212033.949000', '212033.952000', '212033.954000', '212033.957000', '212033.960000', '212033.962000', '212033.965000', '212033.967000', '212033.970000', '212033.972000', '212033.975000', '212033.978000', '212033.980000', '212033.983000', '212033.985000', '212033.988000', '212033.991000', '212053.881000', '212053.883000', '212053.886000', '212053.889000', '212053.891000', '212053.894000', '212053.896000', '212053.899000', '212053.901000', '212053.904000', '212053.907000', '212053.909000', '212053.912000', '212053.914000', '212053.917000', '212053.920000', '212053.922000', '212053.925000', '212053.927000', '212053.930000', '212053.933000', '212053.935000', '212053.938000', '212053.940000', '212053.943000', '212053.946000', '212053.948000', '212053.951000', '212053.953000', '212053.956000', '212053.959000', '212053.961000', '212053.964000', '212053.967000', '212053.969000', '212053.972000', '212053.974000', '212053.977000', '212053.980000', '212053.982000', '212053.985000', '212053.988000', '212053.990000', '212053.993000', '212113.880000', '212113.883000', '212113.886000', '212113.888000', '212113.891000', '212113.894000', '212113.896000', '212113.899000', '212113.902000', '212113.904000', '212113.907000', '212113.909000', '212113.912000', '212113.915000', '212113.917000', '212113.920000', '212113.922000', '212113.925000', '212113.928000', '212113.930000', '212113.933000', '212113.935000', '212113.938000', '212113.941000', '212113.943000', '212113.946000', '212113.949000', '212113.951000', '212113.954000', '212113.956000', '212113.959000', '212113.961000', '212113.964000', '212113.967000', '212113.969000', '212113.972000', '212113.974000', '212113.977000', '212113.980000', '212113.982000', '212113.985000', '212113.987000', '212113.990000', '212113.993000', '212133.881000', '212133.883000', '212133.886000', '212133.889000', '212133.891000', '212133.894000', '212133.896000', '212133.899000', '212133.902000', '212133.904000', '212133.907000', '212133.910000', '212133.912000', '212133.915000', '212133.917000', '212133.920000', '212133.923000', '212133.925000', '212133.928000', '212133.930000', '212133.933000', '212133.935000', '212133.938000', '212133.941000', '212133.943000', '212133.946000', '212133.948000', '212133.951000', '212133.954000', '212133.956000', '212133.959000', '212133.961000', '212133.964000', '212133.967000', '212133.969000', '212133.972000', '212133.975000', '212133.977000', '212133.980000', '212133.982000', '212133.985000', '212133.988000', '212133.990000', '212153.880000', '212153.883000', '212153.886000', '212153.888000', '212153.891000', '212153.893000', '212153.896000', '212153.899000', '212153.901000', '212153.904000', '212153.907000', '212153.909000', '212153.913000', '212153.916000', '212153.919000', '212153.921000', '212153.924000', '212153.927000', '212153.929000', '212153.932000', '212153.935000', '212153.937000', '212153.940000', '212153.942000', '212153.945000', '212153.947000', '212153.950000', '212153.953000', '212153.955000', '212153.958000', '212153.960000', '212153.963000', '212153.966000', '212153.969000', '212153.971000', '212153.974000', '212153.976000', '212153.979000', '212153.982000', '212153.984000', '212153.987000', '212153.989000', '212153.992000', '212153.995000', '212213.882000', '212213.884000', '212213.887000', '212213.890000', '212213.892000', '212213.895000', '212213.897000', '212213.900000', '212213.903000', '212213.905000', '212213.908000', '212213.910000', '212213.913000', '212213.916000', '212213.918000', '212213.921000', '212213.923000', '212213.926000', '212213.928000', '212213.949000', '212213.952000', '212213.954000', '212213.957000', '212213.960000', '212213.962000', '212213.965000', '212213.967000', '212213.970000', '212213.972000', '212213.975000', '212213.978000', '212213.980000', '212213.983000', '212213.986000', '212213.988000', '212213.991000', '212213.993000', '212213.996000', '212213.998000', '212214.001000', '212214.004000', '212214.006000', '212214.009000', '212233.882000', '212233.885000', '212233.887000', '212233.890000', '212233.893000', '212233.896000', '212233.898000', '212233.901000', '212233.903000', '212233.906000', '212233.909000', '212233.911000', '212233.914000', '212233.916000', '212233.919000', '212233.922000', '212233.924000', '212233.927000', '212233.930000', '212233.932000', '212233.935000', '212233.937000', '212233.940000', '212233.942000', '212233.945000', '212233.948000', '212233.950000', '212233.953000', '212233.956000', '212233.958000', '212233.961000', '212233.964000', '212233.966000', '212233.969000', '212233.971000', '212233.974000', '212233.977000', '212233.979000', '212233.982000', '212233.984000', '212233.987000', '212233.990000', '212233.992000', '212253.880000', '212253.883000', '212253.886000', '212253.888000', '212253.891000', '212253.894000', '212253.896000', '212253.899000', '212253.902000', '212253.904000', '212253.907000', '212253.909000', '212253.912000', '212253.914000', '212253.917000', '212253.919000', '212253.922000', '212253.925000', '212253.927000', '212253.930000', '212253.932000', '212253.935000', '212253.937000', '212253.940000', '212253.943000', '212253.945000', '212253.948000', '212253.951000', '212253.953000', '212253.956000', '212253.958000', '212253.961000', '212253.964000', '212253.966000', '212253.969000', '212253.971000', '212253.974000', '212253.977000', '212253.979000', '212253.982000', '212253.984000', '212253.987000', '212253.990000', '212253.992000', '212313.881000', '212313.883000', '212313.886000', '212313.889000', '212313.891000', '212313.894000', '212313.897000', '212313.899000', '212313.902000', '212313.904000', '212313.907000', '212313.909000', '212313.912000', '212313.915000', '212313.917000', '212313.920000', '212313.923000', '212313.926000', '212313.928000', '212313.931000', '212313.933000', '212313.936000', '212313.939000', '212313.941000', '212313.944000', '212313.946000', '212313.949000', '212313.953000', '212313.956000', '212313.959000', '212313.961000', '212313.964000', '212313.966000', '212313.969000', '212313.972000', '212313.974000', '212313.977000', '212313.980000', '212313.982000', '212313.985000', '212313.987000', '212313.990000', '212313.992000', '212333.880000', '212333.883000', '212333.886000', '212333.889000', '212333.891000', '212333.894000', '212333.897000', '212333.899000', '212333.902000', '212333.904000', '212333.907000', '212333.910000', '212333.912000', '212333.915000', '212333.917000', '212333.920000', '212333.923000', '212333.925000', '212333.928000', '212333.930000', '212333.933000', '212333.935000', '212333.947000', '212333.950000', '212333.952000', '212333.955000', '212333.958000', '212333.960000', '212333.963000', '212333.965000', '212333.968000', '212333.971000', '212333.973000', '212333.976000', '212333.979000', '212333.981000', '212333.984000', '212333.987000', '212333.989000', '212333.992000', '212333.994000', '212333.997000', '212334.001000', '212334.003000', '212353.881000', '212353.883000', '212353.886000', '212353.889000', '212353.891000', '212353.894000', '212353.896000', '212353.899000', '212353.902000', '212353.904000', '212353.907000', '212353.909000', '212353.912000', '212353.915000', '212353.917000', '212353.920000', '212353.923000', '212353.925000', '212353.928000', '212353.931000', '212353.934000', '212353.937000', '212353.940000', '212353.942000', '212353.945000', '212353.948000', '212353.950000', '212353.953000', '212353.955000', '212353.958000', '212353.961000', '212353.963000', '212353.966000', '212353.968000', '212353.971000', '212353.974000', '212353.976000', '212353.979000', '212353.981000', '212353.984000', '212353.987000', '212353.989000', '212353.992000', '212413.881000', '212413.883000', '212413.886000', '212413.889000', '212413.891000', '212413.894000', '212413.896000', '212413.899000', '212413.901000', '212413.904000', '212413.906000', '212413.909000', '212413.912000', '212413.914000', '212413.917000', '212413.920000', '212413.922000', '212413.925000', '212413.927000', '212413.930000', '212413.933000', '212413.935000', '212413.938000', '212413.940000', '212413.943000', '212413.945000', '212413.948000', '212413.951000', '212413.953000', '212413.956000', '212413.959000', '212413.961000', '212413.964000', '212413.966000', '212413.969000', '212413.971000', '212413.974000', '212413.977000', '212413.979000', '212413.982000', '212413.984000', '212413.987000', '212413.989000', '212413.992000', '212422.906000', '212422.909000', '212422.912000', '212422.914000', '212422.917000', '212422.920000', '212422.922000', '212422.925000', '212422.928000', '212422.930000', '212422.933000', '212422.935000', '212422.938000', '212422.941000', '212422.944000', '212422.946000', '212422.949000', '212422.952000', '212422.955000', '212422.958000'], 'InstanceCreationTime': ['211753.933000', '211753.936000', '211753.939000', '211753.941000', '211753.944000', '211753.946000', '211753.949000', '211753.951000', '211753.954000', '211753.956000', '211753.959000', '211753.962000', '211753.964000', '211753.967000', '211753.970000', '211753.972000', '211753.975000', '211753.977000', '211753.980000', '211753.982000', '211753.985000', '211753.988000', '211753.990000', '211753.993000', '211753.995000', '211753.998000', '211813.880000', '211813.883000', '211813.886000', '211813.888000', '211813.891000', '211813.893000', '211813.896000', '211813.898000', '211813.901000', '211813.903000', '211813.906000', '211813.909000', '211813.911000', '211813.914000', '211813.916000', '211813.919000', '211813.921000', '211813.924000', '211813.926000', '211813.929000', '211813.931000', '211813.934000', '211813.936000', '211813.939000', '211813.942000', '211813.944000', '211813.947000', '211813.949000', '211813.952000', '211813.954000', '211813.957000', '211813.960000', '211813.962000', '211813.965000', '211813.967000', '211813.970000', '211813.972000', '211813.975000', '211813.978000', '211813.980000', '211813.983000', '211813.985000', '211813.988000', '211833.881000', '211833.883000', '211833.886000', '211833.889000', '211833.891000', '211833.894000', '211833.896000', '211833.899000', '211833.902000', '211833.904000', '211833.907000', '211833.909000', '211833.912000', '211833.914000', '211833.917000', '211833.920000', '211833.922000', '211833.925000', '211833.927000', '211833.930000', '211833.933000', '211833.935000', '211833.938000', '211833.940000', '211833.943000', '211833.945000', '211833.948000', '211833.951000', '211833.953000', '211833.956000', '211833.958000', '211833.961000', '211833.964000', '211833.966000', '211833.969000', '211833.971000', '211833.974000', '211833.976000', '211833.979000', '211833.990000', '211833.993000', '211833.996000', '211833.998000', '211834.002000', '211853.880000', '211853.883000', '211853.886000', '211853.888000', '211853.891000', '211853.894000', '211853.896000', '211853.899000', '211853.901000', '211853.904000', '211853.906000', '211853.909000', '211853.911000', '211853.914000', '211853.917000', '211853.919000', '211853.922000', '211853.924000', '211853.927000', '211853.929000', '211853.932000', '211853.935000', '211853.937000', '211853.940000', '211853.952000', '211853.954000', '211853.957000', '211853.960000', '211853.962000', '211853.965000', '211853.968000', '211853.971000', '211853.973000', '211853.976000', '211853.979000', '211853.981000', '211853.984000', '211853.986000', '211853.989000', '211853.991000', '211853.994000', '211853.996000', '211854.000000', '211913.881000', '211913.883000', '211913.886000', '211913.889000', '211913.891000', '211913.894000', '211913.897000', '211913.899000', '211913.902000', '211913.904000', '211913.907000', '211913.910000', '211913.912000', '211913.927000', '211913.930000', '211913.932000', '211913.935000', '211913.938000', '211913.940000', '211913.943000', '211913.945000', '211913.948000', '211913.950000', '211913.953000', '211913.956000', '211913.958000', '211913.961000', '211913.963000', '211913.966000', '211913.969000', '211913.971000', '211913.974000', '211913.976000', '211913.979000', '211913.982000', '211913.984000', '211913.987000', '211913.989000', '211913.992000', '211913.995000', '211913.997000', '211914.001000', '211914.004000', '211914.006000', '211933.880000', '211933.883000', '211933.886000', '211933.888000', '211933.891000', '211933.893000', '211933.896000', '211933.899000', '211933.901000', '211933.904000', '211933.906000', '211933.909000', '211933.912000', '211933.914000', '211933.917000', '211933.920000', '211933.922000', '211933.925000', '211933.928000', '211933.930000', '211933.933000', '211933.935000', '211933.938000', '211933.941000', '211933.943000', '211933.946000', '211933.948000', '211933.951000', '211933.954000', '211933.956000', '211933.959000', '211933.961000', '211933.964000', '211933.966000', '211933.969000', '211933.972000', '211933.974000', '211933.977000', '211933.979000', '211933.982000', '211933.985000', '211933.987000', '211933.990000', '211953.881000', '211953.884000', '211953.887000', '211953.889000', '211953.892000', '211953.895000', '211953.897000', '211953.900000', '211953.902000', '211953.905000', '211953.908000', '211953.910000', '211953.913000', '211953.915000', '211953.918000', '211953.921000', '211953.923000', '211953.926000', '211953.928000', '211953.931000', '211953.934000', '211953.936000', '211953.939000', '211953.941000', '211953.944000', '211953.947000', '211953.949000', '211953.952000', '211953.955000', '211953.957000', '211953.960000', '211953.962000', '211953.965000', '211953.967000', '211953.970000', '211953.973000', '211953.975000', '211953.978000', '211953.980000', '211953.983000', '211953.986000', '211953.988000', '211953.991000', '211953.993000', '212013.882000', '212013.884000', '212013.887000', '212013.889000', '212013.892000', '212013.895000', '212013.897000', '212013.900000', '212013.903000', '212013.905000', '212013.908000', '212013.910000', '212013.913000', '212013.916000', '212013.918000', '212013.921000', '212013.923000', '212013.926000', '212013.928000', '212013.931000', '212013.934000', '212013.936000', '212013.939000', '212013.941000', '212013.944000', '212013.947000', '212013.949000', '212013.952000', '212013.954000', '212013.957000', '212013.959000', '212013.962000', '212013.965000', '212013.967000', '212013.970000', '212013.972000', '212013.975000', '212013.977000', '212013.980000', '212013.983000', '212013.985000', '212013.988000', '212013.990000', '212033.880000', '212033.883000', '212033.886000', '212033.889000', '212033.891000', '212033.894000', '212033.897000', '212033.899000', '212033.902000', '212033.905000', '212033.907000', '212033.910000', '212033.912000', '212033.915000', '212033.918000', '212033.920000', '212033.923000', '212033.925000', '212033.928000', '212033.931000', '212033.934000', '212033.936000', '212033.939000', '212033.941000', '212033.944000', '212033.947000', '212033.949000', '212033.952000', '212033.954000', '212033.957000', '212033.960000', '212033.962000', '212033.965000', '212033.967000', '212033.970000', '212033.972000', '212033.975000', '212033.978000', '212033.980000', '212033.983000', '212033.985000', '212033.988000', '212033.991000', '212053.881000', '212053.883000', '212053.886000', '212053.889000', '212053.891000', '212053.894000', '212053.896000', '212053.899000', '212053.901000', '212053.904000', '212053.907000', '212053.909000', '212053.912000', '212053.914000', '212053.917000', '212053.920000', '212053.922000', '212053.925000', '212053.927000', '212053.930000', '212053.933000', '212053.935000', '212053.938000', '212053.940000', '212053.943000', '212053.946000', '212053.948000', '212053.951000', '212053.953000', '212053.956000', '212053.959000', '212053.961000', '212053.964000', '212053.967000', '212053.969000', '212053.972000', '212053.974000', '212053.977000', '212053.980000', '212053.982000', '212053.985000', '212053.988000', '212053.990000', '212053.993000', '212113.880000', '212113.883000', '212113.886000', '212113.888000', '212113.891000', '212113.894000', '212113.896000', '212113.899000', '212113.902000', '212113.904000', '212113.907000', '212113.909000', '212113.912000', '212113.915000', '212113.917000', '212113.920000', '212113.922000', '212113.925000', '212113.928000', '212113.930000', '212113.933000', '212113.935000', '212113.938000', '212113.941000', '212113.943000', '212113.946000', '212113.949000', '212113.951000', '212113.954000', '212113.956000', '212113.959000', '212113.961000', '212113.964000', '212113.967000', '212113.969000', '212113.972000', '212113.974000', '212113.977000', '212113.980000', '212113.982000', '212113.985000', '212113.987000', '212113.990000', '212113.993000', '212133.881000', '212133.883000', '212133.886000', '212133.889000', '212133.891000', '212133.894000', '212133.896000', '212133.899000', '212133.902000', '212133.904000', '212133.907000', '212133.910000', '212133.912000', '212133.915000', '212133.917000', '212133.920000', '212133.923000', '212133.925000', '212133.928000', '212133.930000', '212133.933000', '212133.935000', '212133.938000', '212133.941000', '212133.943000', '212133.946000', '212133.948000', '212133.951000', '212133.954000', '212133.956000', '212133.959000', '212133.961000', '212133.964000', '212133.967000', '212133.969000', '212133.972000', '212133.975000', '212133.977000', '212133.980000', '212133.982000', '212133.985000', '212133.988000', '212133.990000', '212153.880000', '212153.883000', '212153.886000', '212153.888000', '212153.891000', '212153.893000', '212153.896000', '212153.899000', '212153.901000', '212153.904000', '212153.907000', '212153.909000', '212153.913000', '212153.916000', '212153.919000', '212153.921000', '212153.924000', '212153.927000', '212153.929000', '212153.932000', '212153.935000', '212153.937000', '212153.940000', '212153.942000', '212153.945000', '212153.947000', '212153.950000', '212153.953000', '212153.955000', '212153.958000', '212153.960000', '212153.963000', '212153.966000', '212153.969000', '212153.971000', '212153.974000', '212153.976000', '212153.979000', '212153.982000', '212153.984000', '212153.987000', '212153.989000', '212153.992000', '212153.995000', '212213.882000', '212213.884000', '212213.887000', '212213.890000', '212213.892000', '212213.895000', '212213.897000', '212213.900000', '212213.903000', '212213.905000', '212213.908000', '212213.910000', '212213.913000', '212213.916000', '212213.918000', '212213.921000', '212213.923000', '212213.926000', '212213.928000', '212213.949000', '212213.952000', '212213.954000', '212213.957000', '212213.960000', '212213.962000', '212213.965000', '212213.967000', '212213.970000', '212213.972000', '212213.975000', '212213.978000', '212213.980000', '212213.983000', '212213.986000', '212213.988000', '212213.991000', '212213.993000', '212213.996000', '212213.998000', '212214.001000', '212214.004000', '212214.006000', '212214.009000', '212233.882000', '212233.885000', '212233.887000', '212233.890000', '212233.893000', '212233.896000', '212233.898000', '212233.901000', '212233.903000', '212233.906000', '212233.909000', '212233.911000', '212233.914000', '212233.916000', '212233.919000', '212233.922000', '212233.924000', '212233.927000', '212233.930000', '212233.932000', '212233.935000', '212233.937000', '212233.940000', '212233.942000', '212233.945000', '212233.948000', '212233.950000', '212233.953000', '212233.956000', '212233.958000', '212233.961000', '212233.964000', '212233.966000', '212233.969000', '212233.971000', '212233.974000', '212233.977000', '212233.979000', '212233.982000', '212233.984000', '212233.987000', '212233.990000', '212233.992000', '212253.880000', '212253.883000', '212253.886000', '212253.888000', '212253.891000', '212253.894000', '212253.896000', '212253.899000', '212253.902000', '212253.904000', '212253.907000', '212253.909000', '212253.912000', '212253.914000', '212253.917000', '212253.919000', '212253.922000', '212253.925000', '212253.927000', '212253.930000', '212253.932000', '212253.935000', '212253.937000', '212253.940000', '212253.943000', '212253.945000', '212253.948000', '212253.951000', '212253.953000', '212253.956000', '212253.958000', '212253.961000', '212253.964000', '212253.966000', '212253.969000', '212253.971000', '212253.974000', '212253.977000', '212253.979000', '212253.982000', '212253.984000', '212253.987000', '212253.990000', '212253.992000', '212313.881000', '212313.883000', '212313.886000', '212313.889000', '212313.891000', '212313.894000', '212313.897000', '212313.899000', '212313.902000', '212313.904000', '212313.907000', '212313.909000', '212313.912000', '212313.915000', '212313.917000', '212313.920000', '212313.923000', '212313.926000', '212313.928000', '212313.931000', '212313.933000', '212313.936000', '212313.939000', '212313.941000', '212313.944000', '212313.946000', '212313.949000', '212313.953000', '212313.956000', '212313.959000', '212313.961000', '212313.964000', '212313.966000', '212313.969000', '212313.972000', '212313.974000', '212313.977000', '212313.980000', '212313.982000', '212313.985000', '212313.987000', '212313.990000', '212313.992000', '212333.880000', '212333.883000', '212333.886000', '212333.889000', '212333.891000', '212333.894000', '212333.897000', '212333.899000', '212333.902000', '212333.904000', '212333.907000', '212333.910000', '212333.912000', '212333.915000', '212333.917000', '212333.920000', '212333.923000', '212333.925000', '212333.928000', '212333.930000', '212333.933000', '212333.935000', '212333.947000', '212333.950000', '212333.952000', '212333.955000', '212333.958000', '212333.960000', '212333.963000', '212333.965000', '212333.968000', '212333.971000', '212333.973000', '212333.976000', '212333.979000', '212333.981000', '212333.984000', '212333.987000', '212333.989000', '212333.992000', '212333.994000', '212333.997000', '212334.001000', '212334.003000', '212353.881000', '212353.883000', '212353.886000', '212353.889000', '212353.891000', '212353.894000', '212353.896000', '212353.899000', '212353.902000', '212353.904000', '212353.907000', '212353.909000', '212353.912000', '212353.915000', '212353.917000', '212353.920000', '212353.923000', '212353.925000', '212353.928000', '212353.931000', '212353.934000', '212353.937000', '212353.940000', '212353.942000', '212353.945000', '212353.948000', '212353.950000', '212353.953000', '212353.955000', '212353.958000', '212353.961000', '212353.963000', '212353.966000', '212353.968000', '212353.971000', '212353.974000', '212353.976000', '212353.979000', '212353.981000', '212353.984000', '212353.987000', '212353.989000', '212353.992000', '212413.881000', '212413.883000', '212413.886000', '212413.889000', '212413.891000', '212413.894000', '212413.896000', '212413.899000', '212413.901000', '212413.904000', '212413.906000', '212413.909000', '212413.912000', '212413.914000', '212413.917000', '212413.920000', '212413.922000', '212413.925000', '212413.927000', '212413.930000', '212413.933000', '212413.935000', '212413.938000', '212413.940000', '212413.943000', '212413.945000', '212413.948000', '212413.951000', '212413.953000', '212413.956000', '212413.959000', '212413.961000', '212413.964000', '212413.966000', '212413.969000', '212413.971000', '212413.974000', '212413.977000', '212413.979000', '212413.982000', '212413.984000', '212413.987000', '212413.989000', '212413.992000', '212422.906000', '212422.909000', '212422.912000', '212422.914000', '212422.917000', '212422.920000', '212422.922000', '212422.925000', '212422.928000', '212422.930000', '212422.933000', '212422.935000', '212422.938000', '212422.941000', '212422.944000', '212422.946000', '212422.949000', '212422.952000', '212422.955000', '212422.958000'], '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': [8096, 12403, 9300, 8632, 10529, 8586, 11681, 10117, 7529, 12441, 8132, 8480, 10725, 7643, 14403, 11552, 8586, 10225, 7335, 11273, 8028, 9050, 11390, 8506, 9213, 7503, 7396, 11086, 8632, 6716, 9936, 7261, 8868, 9112, 8585, 13740, 8626, 6932, 12073, 9591, 7799, 13187, 10636, 7407, 11035, 7321, 7525, 11428, 8480, 8465, 10510, 7542, 12419, 7826, 8962, 11276, 8464, 7156, 7417, 7100, 7376, 7785, 7645, 8139, 7915, 7539, 11388, 10132, 7319, 11145, 7320, 13933, 11596, 12840, 11966, 8805, 12747, 7710, 9348, 10589, 7800, 12546, 7838, 7280, 8975, 6964, 11110, 7307, 7241, 12091, 8464, 11144, 7233, 7030, 9725, 7426, 6887, 9781, 7635, 7101, 10719, 7647, 7642, 11412, 8429, 14192, 11231, 9934, 11549, 7863, 11405, 8615, 7852, 12782, 8323, 8054, 10959, 7705, 7212, 7780, 7093, 9973, 7588, 9635, 8947, 7894, 10442, 7094, 7258, 7754, 7091, 11831, 7563, 8038, 11049, 8440, 7315, 7868, 7367, 11315, 10032, 8416, 11755, 9402, 10962, 7771, 7375, 11031, 7780, 8256, 10585, 7574, 10127, 8978, 7895, 11071, 7113, 7131, 7472, 7016, 10258, 8318, 7493, 10444, 7193, 7157, 8657, 7283, 12678, 10445, 9088, 11580, 7921, 10888, 8795, 7464, 12490, 9744, 8123, 10495, 8100, 7606, 13075, 8802, 7490, 11523, 8618, 8074, 9526, 6850, 7677, 7569, 8035, 10112, 8157, 12027, 7841, 11978, 10381, 7211, 10281, 7050, 7236, 9069, 7231, 12795, 9679, 8632, 9326, 7307, 9633, 9494, 8573, 12195, 8113, 11639, 7310, 10218, 9714, 7294, 13047, 7396, 7735, 8002, 7199, 12474, 8502, 7906, 10328, 7542, 9184, 7031, 7314, 9825, 7707, 9808, 7825, 7666, 8874, 7470, 10041, 8070, 7829, 11974, 7570, 10265, 8598, 7611, 10997, 7088, 10294, 10331, 7982, 11897, 7529, 7979, 10239, 8207, 12993, 7978, 8237, 9787, 7385, 11686, 8792, 7835, 12694, 7709, 8111, 12888, 9004, 10775, 10600, 7735, 10646, 12478, 8931, 8175, 7818, 7592, 11074, 7853, 8094, 10749, 7274, 8154, 8021, 7358, 10383, 11045, 8753, 13730, 9433, 9624, 11551, 7789, 11890, 9246, 7429, 12292, 7293, 7717, 7964, 7119, 10162, 9837, 9045, 12258, 7351, 12457, 8836, 7692, 8640, 6933, 11909, 8398, 10403, 9234, 7641, 11951, 8681, 7684, 7429, 6955, 7822, 7613, 7433, 10319, 8524, 12249, 8816, 12559, 11449, 10744, 10053, 7630, 12496, 7620, 7775, 7400, 6865, 7652, 7533, 8090, 9705, 8696, 12792, 7451, 12984, 7981, 8335, 12141, 7082, 13213, 7742, 8331, 11088, 7101, 11854, 7655, 8069, 12731, 8446, 12690, 10242, 8413, 9466, 7523, 11835, 7549, 8178, 11884, 8478, 14174, 7784, 8033, 7508, 7103, 12179, 7839, 7537, 9814, 7368, 10607, 10164, 8335, 13671, 10031, 8301, 9305, 7141, 7641, 7446, 7167, 10591, 9420, 10101, 7613, 7998, 11971, 9028, 13048, 11066, 9625, 11700, 8048, 8388, 13004, 9713, 8549, 10061, 7112, 11799, 10599, 7995, 13157, 7390, 8286, 10125, 7105, 12631, 7959, 8015, 9294, 7418, 13455, 9179, 7938, 11781, 7567, 7929, 13534, 8056, 8013, 13704, 11181, 10688, 11459, 7476, 9148, 7629, 8550, 10232, 6810, 11098, 8651, 7657, 9741, 6991, 8154, 9942, 7673, 8435, 9633, 7079, 7645, 9981, 7233, 10478, 11636, 9507, 13986, 10337, 12990, 11610, 8682, 12496, 7839, 10704, 12415, 9421, 10354, 13425, 7015, 7955, 7678, 8802, 9117, 8208, 10185, 8878, 10353, 10629, 7230, 7799, 7612, 7646, 7564, 10903, 9532, 9781, 12238, 8245, 12828, 8812, 13631, 9692, 13858, 10103, 12819, 10837, 8493, 8710, 7801, 8270, 7467, 7781, 11712, 7853, 7952, 9071, 7386, 11183, 7485, 12628, 8762, 10377, 10120, 7583, 11950, 7451, 8356, 10274, 7261, 10439, 10222, 7527, 11623, 8262, 8269, 8183, 6947, 12167, 9502, 8378, 12471, 8488, 12004, 11775, 7277, 8140, 7432, 8174, 12799, 7732, 8722, 12786, 8173, 12543, 8200, 8082, 11707, 7823, 8069, 11678, 10936, 7949, 10078, 7765, 7904, 13345, 10414, 9361, 12710, 7865, 13581, 9261, 9876, 11298, 7510, 12660, 7666, 8469, 12450, 7266, 11555, 9702, 7500, 13282, 8592, 7769, 13141, 8307, 8465, 10538, 7176, 7913, 7430, 6951, 8027, 7692, 8116, 7930, 7413, 7816, 11870, 9763, 8673, 12719, 7501, 8372, 8652, 7584, 13981, 12010, 10263, 13126, 9653, 12598, 9522, 8011, 9373, 7227, 7565, 12278, 10142, 7848, 11674, 7206, 6808, 9283, 8321, 9219, 12572, 10589, 8482, 10362, 7432, 11419, 9631, 8019, 12845, 10213, 9368, 8784, 7471, 7710, 8089, 7341, 10622, 9822, 9955, 13794, 9528, 14346, 9407, 13241, 8972, 8946, 12452, 7438, 11535, 7554, 7987, 11777, 7479, 10839, 10096, 7790, 8634, 7436, 7388, 11293, 7956, 7984, 10132, 6953, 13266, 10841, 10050, 11637, 8150, 13201, 10028, 8328, 8060, 7088, 7737, 7543, 7434, 11829, 10439, 7884, 10296, 7007, 8433, 8967, 6786, 10756, 8326, 7477, 14231, 10749, 9882, 13790, 9715, 10031, 10265, 7030, 14143, 12275, 9233, 12496, 9005, 10164, 8950, 7274, 7534, 7963, 6983, 11977, 10659, 8456, 11066, 7484, 9384, 12741, 10322, 9156, 14190, 9917, 9888, 13508, 10155, 8239, 9350, 7035, 10761, 9623, 8473, 12881, 8187, 8382, 11929, 7518, 10240, 11764, 7351, 13378, 10870, 9044, 12712, 7892, 8906, 8629, 7629, 11481, 9457, 8081, 8655, 7623, 7298, 9803, 11184, 12836, 14884, 12897, 7031, 11096, 9680, 12015, 10013, 8607, 12525, 7747, 7939, 12500, 10143, 7925, 12657, 10235, 9497, 11440, 7466, 8039, 8576, 7437, 12875, 7446, 10354, 8110, 8275, 11957, 7204, 8263, 8391, 7593, 11316, 7731, 7672, 8150, 8242, 8130, 11586, 8916, 13563, 9870, 13052, 10463, 8521, 11156, 7281, 7820, 7728, 6928, 7956, 10365, 8201, 12292, 9579, 13383, 11947, 10570, 13488, 10074, 9753, 8782, 7332, 7807, 7574, 7080, 11935, 8189, 8592, 11321, 8214, 9928, 7760, 7503, 12856, 11176, 10768, 13859, 9639, 12258, 11095, 8265, 12169, 7377, 8598, 9287, 7812, 13890, 9762, 8575, 12357, 7349, 10198, 8013, 7084, 11250, 9233, 8081, 11503, 7638, 7683, 12566, 10576, 9708, 12423, 7609, 8480, 9041, 7774, 13512, 9086, 11009, 11016, 7600, 11649, 7974, 8364], 'WindowCenter': [4115.0, 4138.0, 4093.0, 4077.0, 4085.0, 4079.0, 4094.0, 4070.0, 4039.0, 4080.0, 4039.0, 4048.0, 4069.0, 4039.0, 4104.0, 4070.0, 4035.0, 4045.0, 4015.0, 4055.0, 4026.0, 4061.0, 4079.0, 4048.0, 4045.0, 4025.0, 4040.0, 4093.0, 4061.0, 4018.0, 4059.0, 4040.0, 4062.0, 4074.0, 4051.0, 4090.0, 4048.0, 4028.0, 4080.0, 4061.0, 4039.0, 4093.0, 4070.0, 4028.0, 4067.0, 4027.0, 4039.0, 4081.0, 4050.0, 4048.0, 4069.0, 4028.0, 4067.0, 4027.0, 4060.0, 4081.0, 4037.0, 4015.0, 4026.0, 4027.0, 4041.0, 4039.0, 4040.0, 4051.0, 4053.0, 4067.0, 4093.0, 4072.0, 4029.0, 4080.0, 4041.0, 4091.0, 4081.0, 4091.0, 4067.0, 4046.0, 4066.0, 4025.0, 4044.0, 4068.0, 4039.0, 4077.0, 4024.0, 4025.0, 4046.0, 4016.0, 4066.0, 4015.0, 4028.0, 4092.0, 4037.0, 4054.0, 4014.0, 4015.0, 4058.0, 4028.0, 4028.0, 4072.0, 4042.0, 4029.0, 4071.0, 4040.0, 4039.0, 4070.0, 4039.0, 4091.0, 4071.0, 4047.0, 4067.0, 4024.0, 4054.0, 4036.0, 4025.0, 4078.0, 4050.0, 4051.0, 4069.0, 4027.0, 4027.0, 4038.0, 4017.0, 4058.0, 4039.0, 4060.0, 4062.0, 4051.0, 4058.0, 4017.0, 4026.0, 4038.0, 4018.0, 4079.0, 4040.0, 4053.0, 4084.0, 4050.0, 4028.0, 4039.0, 4030.0, 4069.0, 4060.0, 4039.0, 4083.0, 4050.0, 4058.0, 4027.0, 4027.0, 4068.0, 4040.0, 4038.0, 4058.0, 4028.0, 4058.0, 4061.0, 4039.0, 4068.0, 4017.0, 4016.0, 4027.0, 4030.0, 4071.0, 4064.0, 4043.0, 4071.0, 4029.0, 4028.0, 4049.0, 4029.0, 4095.0, 4071.0, 4048.0, 4068.0, 4038.0, 4057.0, 4037.0, 4029.0, 4079.0, 4046.0, 4026.0, 4058.0, 4037.0, 4027.0, 4079.0, 4048.0, 4029.0, 4084.0, 4063.0, 4038.0, 4046.0, 4005.0, 4026.0, 4040.0, 4038.0, 4058.0, 4027.0, 4068.0, 4039.0, 4081.0, 4057.0, 4014.0, 4045.0, 4015.0, 4026.0, 4047.0, 4030.0, 4093.0, 4059.0, 4037.0, 4046.0, 4016.0, 4046.0, 4060.0, 4050.0, 4067.0, 4038.0, 4066.0, 4016.0, 4059.0, 4047.0, 4015.0, 4066.0, 4016.0, 4014.0, 4025.0, 4016.0, 4066.0, 4049.0, 4039.0, 4056.0, 4027.0, 4046.0, 4015.0, 4026.0, 4059.0, 4041.0, 4058.0, 4028.0, 4039.0, 4049.0, 4030.0, 4059.0, 4038.0, 4027.0, 4080.0, 4042.0, 4070.0, 4061.0, 4039.0, 4069.0, 4030.0, 4072.0, 4059.0, 4039.0, 4068.0, 4027.0, 4038.0, 4072.0, 4050.0, 4078.0, 4039.0, 4038.0, 4057.0, 4028.0, 4068.0, 4049.0, 4040.0, 4080.0, 4039.0, 4040.0, 4079.0, 4048.0, 4058.0, 4057.0, 4029.0, 4072.0, 4092.0, 4050.0, 4037.0, 4026.0, 4028.0, 4069.0, 4040.0, 4052.0, 4070.0, 4030.0, 4052.0, 4052.0, 4043.0, 4071.0, 4069.0, 4051.0, 4092.0, 4050.0, 4059.0, 4067.0, 4026.0, 4069.0, 4060.0, 4027.0, 4067.0, 4026.0, 4026.0, 4036.0, 4029.0, 4059.0, 4059.0, 4048.0, 4079.0, 4030.0, 4092.0, 4047.0, 4025.0, 4047.0, 4017.0, 4068.0, 4037.0, 4056.0, 4046.0, 4029.0, 4081.0, 4037.0, 4024.0, 4014.0, 4015.0, 4025.0, 4038.0, 4041.0, 4070.0, 4049.0, 4068.0, 4050.0, 4068.0, 4070.0, 4057.0, 4045.0, 4026.0, 4081.0, 4040.0, 4028.0, 4026.0, 4018.0, 4039.0, 4040.0, 4051.0, 4073.0, 4051.0, 4080.0, 4030.0, 4080.0, 4039.0, 4050.0, 4081.0, 4019.0, 4079.0, 4028.0, 4051.0, 4070.0, 4029.0, 4069.0, 4028.0, 4038.0, 4080.0, 4052.0, 4093.0, 4060.0, 4037.0, 4047.0, 4028.0, 4068.0, 4027.0, 4050.0, 4081.0, 4051.0, 4090.0, 4039.0, 4037.0, 4028.0, 4032.0, 4081.0, 4039.0, 4038.0, 4060.0, 4030.0, 4071.0, 4071.0, 4051.0, 4104.0, 4073.0, 4039.0, 4049.0, 4029.0, 4040.0, 4031.0, 4045.0, 4084.0, 4063.0, 4073.0, 4043.0, 4040.0, 4082.0, 4065.0, 4092.0, 4069.0, 4048.0, 4069.0, 4040.0, 4052.0, 4094.0, 4061.0, 4049.0, 4058.0, 4029.0, 4083.0, 4071.0, 4038.0, 4079.0, 4028.0, 4050.0, 4071.0, 4029.0, 4079.0, 4038.0, 4037.0, 4046.0, 4027.0, 4079.0, 4050.0, 4040.0, 4068.0, 4027.0, 4038.0, 4078.0, 4038.0, 4039.0, 4093.0, 4083.0, 4059.0, 4067.0, 4016.0, 4047.0, 4027.0, 4037.0, 4058.0, 4018.0, 4070.0, 4037.0, 4027.0, 4047.0, 4017.0, 4040.0, 4072.0, 4041.0, 4049.0, 4059.0, 4030.0, 4027.0, 4059.0, 4030.0, 4070.0, 4082.0, 4060.0, 4090.0, 4072.0, 4080.0, 4068.0, 4036.0, 4066.0, 4027.0, 4072.0, 4081.0, 4047.0, 4045.0, 4080.0, 4018.0, 4026.0, 4027.0, 4035.0, 4035.0, 4023.0, 4043.0, 4036.0, 4070.0, 4071.0, 4028.0, 4028.0, 4027.0, 4028.0, 4042.0, 4085.0, 4062.0, 4049.0, 4069.0, 4027.0, 4069.0, 4036.0, 4065.0, 4033.0, 4063.0, 4033.0, 4066.0, 4042.0, 4009.0, 4009.0, 4012.0, 4010.0, 4001.0, 4012.0, 4065.0, 4026.0, 4023.0, 4033.0, 4015.0, 4056.0, 4014.0, 4065.0, 4037.0, 4046.0, 4043.0, 4012.0, 4054.0, 4013.0, 4023.0, 4043.0, 4016.0, 4069.0, 4056.0, 4014.0, 4067.0, 4037.0, 4036.0, 4024.0, 4004.0, 4065.0, 4045.0, 4023.0, 4065.0, 4049.0, 4081.0, 4067.0, 4015.0, 4024.0, 4014.0, 4037.0, 4078.0, 4028.0, 4049.0, 4078.0, 4039.0, 4080.0, 4037.0, 4039.0, 4068.0, 4027.0, 4040.0, 4083.0, 4071.0, 4052.0, 4060.0, 4038.0, 4039.0, 4091.0, 4058.0, 4046.0, 4078.0, 4038.0, 4078.0, 4048.0, 4059.0, 4067.0, 4026.0, 4066.0, 4025.0, 4035.0, 4067.0, 4026.0, 4068.0, 4046.0, 4016.0, 4078.0, 4037.0, 4026.0, 4092.0, 4052.0, 4039.0, 4056.0, 4015.0, 4037.0, 4027.0, 4018.0, 4039.0, 4042.0, 4053.0, 4039.0, 4029.0, 4041.0, 4095.0, 4086.0, 4063.0, 4092.0, 4030.0, 4039.0, 4051.0, 4042.0, 4091.0, 4081.0, 4060.0, 4081.0, 4062.0, 4081.0, 4047.0, 4025.0, 4045.0, 4028.0, 4028.0, 4092.0, 4071.0, 4039.0, 4080.0, 4028.0, 4018.0, 4047.0, 4051.0, 4061.0, 4095.0, 4072.0, 4049.0, 4058.0, 4029.0, 4069.0, 4048.0, 4040.0, 4091.0, 4060.0, 4048.0, 4036.0, 4027.0, 4028.0, 4038.0, 4029.0, 4084.0, 4072.0, 4060.0, 4092.0, 4049.0, 4078.0, 4047.0, 4066.0, 4036.0, 4047.0, 4065.0, 4013.0, 4055.0, 4025.0, 4025.0, 4067.0, 4029.0, 4057.0, 4045.0, 4025.0, 4035.0, 4027.0, 4016.0, 4056.0, 4027.0, 4026.0, 4058.0, 4018.0, 4078.0, 4057.0, 4047.0, 4068.0, 4040.0, 4067.0, 4045.0, 4023.0, 4023.0, 4016.0, 4026.0, 4027.0, 4041.0, 4082.0, 4058.0, 4027.0, 4058.0, 4018.0, 4050.0, 4048.0, 4020.0, 4069.0, 4050.0, 4029.0, 4090.0, 4072.0, 4073.0, 4091.0, 4048.0, 4046.0, 4046.0, 4016.0, 4078.0, 4068.0, 4046.0, 4067.0, 4050.0, 4070.0, 4046.0, 4027.0, 4026.0, 4050.0, 4030.0, 4080.0, 4071.0, 4052.0, 4083.0, 4029.0, 4048.0, 4080.0, 4071.0, 4048.0, 4089.0, 4060.0, 4074.0, 4093.0, 4060.0, 4038.0, 4047.0, 4017.0, 4069.0, 4060.0, 4039.0, 4068.0, 4038.0, 4037.0, 4067.0, 4017.0, 4046.0, 4067.0, 4016.0, 4079.0, 4070.0, 4048.0, 4068.0, 4025.0, 4035.0, 4050.0, 4041.0, 4068.0, 4046.0, 4051.0, 4048.0, 4028.0, 4042.0, 4072.0, 4082.0, 4093.0, 4105.0, 4093.0, 4019.0, 4058.0, 4046.0, 4057.0, 4047.0, 4036.0, 4067.0, 4026.0, 4038.0, 4078.0, 4057.0, 4038.0, 4080.0, 4058.0, 4035.0, 4055.0, 4014.0, 4026.0, 4037.0, 4015.0, 4066.0, 4015.0, 4045.0, 4037.0, 4035.0, 4067.0, 4016.0, 4036.0, 4050.0, 4042.0, 4080.0, 4027.0, 4027.0, 4026.0, 4038.0, 4039.0, 4082.0, 4051.0, 4079.0, 4048.0, 4080.0, 4071.0, 4050.0, 4057.0, 4015.0, 4026.0, 4026.0, 4018.0, 4054.0, 4074.0, 4052.0, 4080.0, 4061.0, 4080.0, 4081.0, 4059.0, 4092.0, 4072.0, 4059.0, 4035.0, 4027.0, 4026.0, 4027.0, 4031.0, 4080.0, 4051.0, 4065.0, 4084.0, 4052.0, 4059.0, 4040.0, 4042.0, 4081.0, 4071.0, 4071.0, 4081.0, 4049.0, 4081.0, 4069.0, 4037.0, 4067.0, 4028.0, 4048.0, 4048.0, 4039.0, 4090.0, 4060.0, 4049.0, 4079.0, 4028.0, 4057.0, 4037.0, 4031.0, 4070.0, 4049.0, 4040.0, 4080.0, 4039.0, 4029.0, 4093.0, 4071.0, 4059.0, 4068.0, 4028.0, 4036.0, 4048.0, 4028.0, 4079.0, 4049.0, 4071.0, 4069.0, 4027.0, 4067.0, 4027.0, 4039.0], 'WindowWidth': [9181.0, 9195.0, 9123.0, 9091.0, 9095.0, 9094.0, 9103.0, 9063.0, 9021.0, 9075.0, 9020.0, 9030.0, 9058.0, 9021.0, 9116.0, 9062.0, 9008.0, 9021.0, 8980.0, 9032.0, 8996.0, 9053.0, 9075.0, 9030.0, 9021.0, 8994.0, 9024.0, 9103.0, 9055.0, 8994.0, 9047.0, 9023.0, 9056.0, 9079.0, 9040.0, 9089.0, 9030.0, 9006.0, 9075.0, 9054.0, 9020.0, 9099.0, 9062.0, 9003.0, 9054.0, 9001.0, 9023.0, 9079.0, 9037.0, 9033.0, 9062.0, 9004.0, 9053.0, 9001.0, 9052.0, 9080.0, 9014.0, 8981.0, 8998.0, 9004.0, 9030.0, 9021.0, 9027.0, 9041.0, 9049.0, 9075.0, 9102.0, 9069.0, 9007.0, 9078.0, 9029.0, 9094.0, 9080.0, 9094.0, 9055.0, 9024.0, 9050.0, 8995.0, 9018.0, 9057.0, 9021.0, 9066.0, 8994.0, 8995.0, 9024.0, 8986.0, 9049.0, 8983.0, 9006.0, 9097.0, 9012.0, 9031.0, 8979.0, 8983.0, 9043.0, 9003.0, 9006.0, 9071.0, 9029.0, 9009.0, 9065.0, 9022.0, 9020.0, 9061.0, 9019.0, 9093.0, 9067.0, 9027.0, 9053.0, 8989.0, 9028.0, 9008.0, 8994.0, 9067.0, 9038.0, 9040.0, 9060.0, 8998.0, 9002.0, 9018.0, 8986.0, 9043.0, 9020.0, 9050.0, 9055.0, 9040.0, 9043.0, 8988.0, 8997.0, 9016.0, 8989.0, 9073.0, 9023.0, 9048.0, 9089.0, 9038.0, 9004.0, 9019.0, 9011.0, 9058.0, 9049.0, 9020.0, 9087.0, 9037.0, 9040.0, 8999.0, 8998.0, 9055.0, 9025.0, 9018.0, 9042.0, 9004.0, 9042.0, 9053.0, 9018.0, 9054.0, 8987.0, 8983.0, 9002.0, 9011.0, 9066.0, 9062.0, 9033.0, 9065.0, 9006.0, 9005.0, 9034.0, 9008.0, 9105.0, 9065.0, 9029.0, 9054.0, 9016.0, 9039.0, 9013.0, 9007.0, 9071.0, 9019.0, 8997.0, 9041.0, 9013.0, 9000.0, 9070.0, 9029.0, 9008.0, 9088.0, 9059.0, 9016.0, 9020.0, 8968.0, 8999.0, 9024.0, 9015.0, 9042.0, 9000.0, 9054.0, 9021.0, 9077.0, 9037.0, 8977.0, 9018.0, 8979.0, 8996.0, 9026.0, 9009.0, 9098.0, 9045.0, 9011.0, 9022.0, 8984.0, 9024.0, 9050.0, 9034.0, 9053.0, 9016.0, 9049.0, 8985.0, 9045.0, 9025.0, 8978.0, 9049.0, 8983.0, 8977.0, 8993.0, 8984.0, 9050.0, 9033.0, 9019.0, 9037.0, 8999.0, 9023.0, 8981.0, 8999.0, 9046.0, 9026.0, 9043.0, 9004.0, 9020.0, 9036.0, 9011.0, 9047.0, 9017.0, 9002.0, 9075.0, 9031.0, 9061.0, 9054.0, 9020.0, 9059.0, 9011.0, 9069.0, 9046.0, 9019.0, 9056.0, 9001.0, 9016.0, 9068.0, 9038.0, 9071.0, 9020.0, 9015.0, 9039.0, 9002.0, 9057.0, 9034.0, 9024.0, 9075.0, 9019.0, 9023.0, 9070.0, 9027.0, 9041.0, 9039.0, 9006.0, 9069.0, 9097.0, 9035.0, 9012.0, 8997.0, 9002.0, 9057.0, 9022.0, 9043.0, 9062.0, 9010.0, 9043.0, 9044.0, 9035.0, 9066.0, 9059.0, 9038.0, 9098.0, 9035.0, 9046.0, 9052.0, 8997.0, 9059.0, 9050.0, 9001.0, 9052.0, 8997.0, 8997.0, 9011.0, 9005.0, 9044.0, 9045.0, 9028.0, 9071.0, 9012.0, 9096.0, 9028.0, 8993.0, 9026.0, 8987.0, 9054.0, 9015.0, 9035.0, 9022.0, 9005.0, 9080.0, 9012.0, 8991.0, 8976.0, 8982.0, 8995.0, 9018.0, 9026.0, 9062.0, 9032.0, 9056.0, 9034.0, 9056.0, 9060.0, 9036.0, 9019.0, 8995.0, 9078.0, 9023.0, 9002.0, 8998.0, 8991.0, 9020.0, 9025.0, 9040.0, 9072.0, 9039.0, 9074.0, 9012.0, 9074.0, 9021.0, 9038.0, 9077.0, 8994.0, 9070.0, 9002.0, 9039.0, 9061.0, 9007.0, 9057.0, 9004.0, 9015.0, 9075.0, 9044.0, 9098.0, 9049.0, 9012.0, 9025.0, 9004.0, 9056.0, 9002.0, 9035.0, 9079.0, 9041.0, 9090.0, 9020.0, 9014.0, 9004.0, 9016.0, 9080.0, 9021.0, 9018.0, 9049.0, 9011.0, 9064.0, 9064.0, 9040.0, 9116.0, 9071.0, 9020.0, 9031.0, 9007.0, 9024.0, 9013.0, 9042.0, 9088.0, 9057.0, 9073.0, 9032.0, 9024.0, 9081.0, 9066.0, 9096.0, 9058.0, 9029.0, 9058.0, 9022.0, 9044.0, 9102.0, 9053.0, 9035.0, 9044.0, 9006.0, 9084.0, 9064.0, 9017.0, 9071.0, 9004.0, 9038.0, 9065.0, 9007.0, 9072.0, 9015.0, 9013.0, 9024.0, 9002.0, 9071.0, 9035.0, 9023.0, 9055.0, 8999.0, 9015.0, 9069.0, 9015.0, 9018.0, 9100.0, 9084.0, 9043.0, 9052.0, 8982.0, 9025.0, 9000.0, 9010.0, 9041.0, 8991.0, 9063.0, 9014.0, 9000.0, 9025.0, 8986.0, 9023.0, 9070.0, 9026.0, 9034.0, 9045.0, 9009.0, 8997.0, 9045.0, 9009.0, 9062.0, 9082.0, 9047.0, 9088.0, 9068.0, 9072.0, 9052.0, 9009.0, 9047.0, 8998.0, 9069.0, 9078.0, 9025.0, 9019.0, 9073.0, 8987.0, 8995.0, 8999.0, 9004.0, 9002.0, 8986.0, 9011.0, 9007.0, 9062.0, 9065.0, 9003.0, 9002.0, 8998.0, 9003.0, 9028.0, 9090.0, 9053.0, 9029.0, 9057.0, 8999.0, 9056.0, 9006.0, 9042.0, 8997.0, 9038.0, 8997.0, 9048.0, 9008.0, 8957.0, 8961.0, 8972.0, 8964.0, 8953.0, 8970.0, 9045.0, 8996.0, 8985.0, 8999.0, 8980.0, 9035.0, 8977.0, 9044.0, 9013.0, 9020.0, 9011.0, 8967.0, 9027.0, 8973.0, 8986.0, 9013.0, 8983.0, 9058.0, 9034.0, 8975.0, 9051.0, 9012.0, 9009.0, 8988.0, 8962.0, 9044.0, 9017.0, 8986.0, 9045.0, 9034.0, 9080.0, 9053.0, 8981.0, 8989.0, 8977.0, 9015.0, 9070.0, 9004.0, 9032.0, 9070.0, 9019.0, 9075.0, 9015.0, 9020.0, 9056.0, 9000.0, 9022.0, 9087.0, 9066.0, 9043.0, 9049.0, 9018.0, 9021.0, 9093.0, 9042.0, 9022.0, 9067.0, 9016.0, 9066.0, 9031.0, 9045.0, 9053.0, 8997.0, 9047.0, 8994.0, 9006.0, 9050.0, 8997.0, 9055.0, 9024.0, 8983.0, 9067.0, 9013.0, 8998.0, 9094.0, 9043.0, 9019.0, 9036.0, 8982.0, 9012.0, 9002.0, 8990.0, 9019.0, 9030.0, 9045.0, 9019.0, 9007.0, 9026.0, 9107.0, 9098.0, 9060.0, 9096.0, 9009.0, 9021.0, 9040.0, 9029.0, 9090.0, 9077.0, 9047.0, 9077.0, 9056.0, 9078.0, 9025.0, 8994.0, 9019.0, 9004.0, 9005.0, 9097.0, 9065.0, 9019.0, 9077.0, 9005.0, 8990.0, 9026.0, 9037.0, 9053.0, 9106.0, 9068.0, 9030.0, 9040.0, 9005.0, 9057.0, 9028.0, 9021.0, 9093.0, 9050.0, 9027.0, 9010.0, 8999.0, 9003.0, 9015.0, 9006.0, 9089.0, 9070.0, 9048.0, 9094.0, 9031.0, 9068.0, 9024.0, 9048.0, 9011.0, 9025.0, 9045.0, 8974.0, 9031.0, 8992.0, 8992.0, 9051.0, 9008.0, 9038.0, 9019.0, 8992.0, 9008.0, 9001.0, 8983.0, 9035.0, 9000.0, 8995.0, 9043.0, 8990.0, 9067.0, 9037.0, 9025.0, 9054.0, 9024.0, 9052.0, 9018.0, 8986.0, 8986.0, 8982.0, 8996.0, 9001.0, 9028.0, 9081.0, 9041.0, 8998.0, 9041.0, 8992.0, 9036.0, 9029.0, 8997.0, 9059.0, 9035.0, 9008.0, 9089.0, 9069.0, 9071.0, 9090.0, 9027.0, 9023.0, 9021.0, 8981.0, 9068.0, 9056.0, 9022.0, 9053.0, 9036.0, 9062.0, 9024.0, 9000.0, 8998.0, 9037.0, 9011.0, 9076.0, 9067.0, 9043.0, 9084.0, 9005.0, 9026.0, 9073.0, 9063.0, 9029.0, 9084.0, 9048.0, 9074.0, 9099.0, 9047.0, 9017.0, 9025.0, 8986.0, 9057.0, 9048.0, 9017.0, 9054.0, 9014.0, 9012.0, 9052.0, 8985.0, 9022.0, 9049.0, 8983.0, 9070.0, 9062.0, 9027.0, 9053.0, 8994.0, 9004.0, 9037.0, 9028.0, 9056.0, 9025.0, 9041.0, 9030.0, 9005.0, 9030.0, 9071.0, 9081.0, 9097.0, 9119.0, 9096.0, 8992.0, 9038.0, 9020.0, 9034.0, 9023.0, 9007.0, 9051.0, 8998.0, 9014.0, 9067.0, 9038.0, 9017.0, 9075.0, 9042.0, 9002.0, 9030.0, 8976.0, 8997.0, 9012.0, 8980.0, 9048.0, 8981.0, 9019.0, 9013.0, 9006.0, 9049.0, 8981.0, 9008.0, 9037.0, 9031.0, 9076.0, 8999.0, 8999.0, 8996.0, 9016.0, 9019.0, 9082.0, 9037.0, 9069.0, 9029.0, 9073.0, 9066.0, 9037.0, 9039.0, 8979.0, 8997.0, 8998.0, 8989.0, 9049.0, 9076.0, 9041.0, 9074.0, 9049.0, 9073.0, 9075.0, 9043.0, 9093.0, 9067.0, 9044.0, 9006.0, 8999.0, 8996.0, 9001.0, 9012.0, 9075.0, 9038.0, 9064.0, 9090.0, 9043.0, 9047.0, 9025.0, 9029.0, 9078.0, 9065.0, 9064.0, 9078.0, 9032.0, 9080.0, 9058.0, 9013.0, 9050.0, 9003.0, 9029.0, 9030.0, 9020.0, 9087.0, 9047.0, 9032.0, 9072.0, 9002.0, 9037.0, 9012.0, 9013.0, 9064.0, 9032.0, 9021.0, 9076.0, 9020.0, 9006.0, 9098.0, 9065.0, 9045.0, 9056.0, 9002.0, 9010.0, 9029.0, 9003.0, 9071.0, 9033.0, 9066.0, 9056.0, 8997.0, 9050.0, 8998.0, 9019.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.0006676612903225806</td></tr>
<tr><td colspan=3>aqi</td><td>0.021182787903225805</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.81578771040371</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1777633014186855</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0068750959630914</td></tr>
<tr><td colspan=3>efc</td><td>0.4735</td></tr>
<tr><td colspan=3>fber</td><td>4788.0601</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11811056757746873</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>88</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>10.138248847926267</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.473506308406932</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.491491667870937</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.567412484242662</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3616147731071973</td></tr>
<tr><td colspan=3>gcor</td><td>0.0125065</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017547203227877617</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023178182542324066</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.975003746851197</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>36.3643</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.7709</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>162.1907</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300546.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>709.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>312.6937</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8805</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>486.1415</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3274.9797</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3450.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75998.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1140.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4283.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>867.918</td></tr>
<tr><td colspan=3>tsnr</td><td>42.32842995313695</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>