<?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-0082_ses-03_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0082_ses-03_task-social_acq-mb8_run-01_bold.nii.gz";

    var artifacts = [];
    $('#qcartifacts-group input:checked').each(function() {
        artifacts.push($(this).attr('name'));
    });

    var rating = $('#qcslider').val();
    var payload = {
        'dataset': ds,
        'subject': sub,
        'rating': rating,
        'artifacts': artifacts,
        'time_sec': (Date.now() - timestamp) / 1000,
        'confidence': $('#qcextra-confidence').val(),
        'comments': $('#qcextra-comments').val()
    };

    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
    $('#btn-download').attr('href', URL.createObjectURL(file));
    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
    return payload
};

function toggle_rating() {
    if ($('#qcrating-menu').hasClass('d-none')) {
        $('#qcrating-menu').removeClass('d-none');
        $('#qcrating-toggler').prop('checked', true);
    } else {
        $('#qcrating-menu').addClass('d-none');
        $('#qcrating-toggler').prop('checked', false);
    }
};

$(window).on('load',function(){
    var authorization = $('#btn-post').val()
    if (authorization.includes("secret_token")) {
        $('#btn-post').addClass('d-none');
    };
    timestamp = Date.now();
});

</script>
<style type="text/css">
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  margin-bottom: 8px;
  margin-left: 10%;
  width: 80%;
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
        <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
            About
            </a>
            <ul class="dropdown-menu">
                <li><a class="dropdown-item" href="#errors">Errors</a></li>
                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
            </ul>
        </li>
    </ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-03_subject-0082_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-0082/figures/sub-0082_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0082/figures/sub-0082_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-03_subject-0082_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-0082/figures/sub-0082_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0082/figures/sub-0082_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-03_subject-0082_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-0082/figures/sub-0082_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0082/figures/sub-0082_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0082_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-0082/figures/sub-0082_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0082/figures/sub-0082_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0082/figures/sub-0082_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0082/ses-03/func/sub-0082_ses-03_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>93cca9ee4b93bc5ed8cb4e2729663529</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>17:19:24.112500</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.997176, -0.00511715, 0.074925, 0.00887629, 0.998713, -0.0499253]</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.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0963451</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4190, -7816, -7247, 573, 44, -296, 91, -23]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.752</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f021be04-215d-4bc5-b8f1-5286078cfa6c||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.6753504276275635, 0.023814434185624123, 0.20134741067886353, 102.0378646850586], [0.013728948310017586, 2.6794753074645996, -0.13621331751346588, -95.58316802978516], [0.20101822912693024, 0.13394595682621002, 2.6890342235565186, -78.93635559082031], [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': ['171924.112500', '171924.572500', '171925.032500', '171925.492500', '171925.952500', '171926.412500', '171926.872500', '171927.332500', '171927.792500', '171928.252500', '171928.712500', '171929.172500', '171929.632500', '171930.092500', '171930.552500', '171931.012500', '171931.472500', '171931.932500', '171932.392500', '171932.852500', '171933.312500', '171933.772500', '171934.232500', '171934.692500', '171935.152500', '171935.612500', '171936.072500', '171936.532500', '171936.992500', '171937.452500', '171937.912500', '171938.372500', '171938.832500', '171939.292500', '171939.752500', '171940.212500', '171940.672500', '171941.132500', '171941.592500', '171942.052500', '171942.512500', '171942.972500', '171943.432500', '171943.892500', '171944.352500', '171944.812500', '171945.272500', '171945.732500', '171946.192500', '171946.652500', '171947.112500', '171947.572500', '171948.032500', '171948.492500', '171948.952500', '171949.412500', '171949.872500', '171950.332500', '171950.792500', '171951.252500', '171951.712500', '171952.172500', '171952.632500', '171953.092500', '171953.552500', '171954.012500', '171954.472500', '171954.932500', '171955.392500', '171955.852500', '171956.312500', '171956.772500', '171957.232500', '171957.692500', '171958.152500', '171958.612500', '171959.072500', '171959.532500', '171959.992500', '172000.452500', '172000.912500', '172001.372500', '172001.832500', '172002.292500', '172002.752500', '172003.212500', '172003.672500', '172004.132500', '172004.592500', '172005.052500', '172005.512500', '172005.972500', '172006.432500', '172006.892500', '172007.352500', '172007.812500', '172008.272500', '172008.732500', '172009.192500', '172009.652500', '172010.112500', '172010.572500', '172011.032500', '172011.492500', '172011.952500', '172012.412500', '172012.872500', '172013.332500', '172013.792500', '172014.252500', '172014.712500', '172015.172500', '172015.632500', '172016.092500', '172016.552500', '172017.012500', '172017.472500', '172017.932500', '172018.392500', '172018.852500', '172019.312500', '172019.772500', '172020.232500', '172020.692500', '172021.152500', '172021.612500', '172022.072500', '172022.532500', '172022.992500', '172023.452500', '172023.912500', '172024.372500', '172024.832500', '172025.292500', '172025.752500', '172026.212500', '172026.672500', '172027.132500', '172027.592500', '172028.052500', '172028.512500', '172028.972500', '172029.432500', '172029.892500', '172030.352500', '172030.812500', '172031.272500', '172031.732500', '172032.192500', '172032.652500', '172033.112500', '172033.572500', '172034.032500', '172034.492500', '172034.952500', '172035.412500', '172035.872500', '172036.332500', '172036.792500', '172037.252500', '172037.712500', '172038.172500', '172038.632500', '172039.092500', '172039.552500', '172040.012500', '172040.472500', '172040.932500', '172041.392500', '172041.852500', '172042.312500', '172042.772500', '172043.232500', '172043.692500', '172044.152500', '172044.612500', '172045.072500', '172045.532500', '172045.992500', '172046.452500', '172046.912500', '172047.372500', '172047.832500', '172048.292500', '172048.752500', '172049.212500', '172049.672500', '172050.132500', '172050.592500', '172051.052500', '172051.512500', '172051.972500', '172052.432500', '172052.892500', '172053.352500', '172053.812500', '172054.272500', '172054.732500', '172055.192500', '172055.652500', '172056.112500', '172056.572500', '172057.032500', '172057.492500', '172057.952500', '172058.412500', '172058.872500', '172059.332500', '172059.792500', '172100.252500', '172100.712500', '172101.172500', '172101.632500', '172102.092500', '172102.552500', '172103.012500', '172103.472500', '172103.932500', '172104.392500', '172104.852500', '172105.312500', '172105.772500', '172106.232500', '172106.692500', '172107.152500', '172107.612500', '172108.072500', '172108.532500', '172108.992500', '172109.452500', '172109.912500', '172110.372500', '172110.832500', '172111.292500', '172111.752500', '172112.212500', '172112.672500', '172113.132500', '172113.592500', '172114.052500', '172114.512500', '172114.972500', '172115.432500', '172115.892500', '172116.352500', '172116.812500', '172117.272500', '172117.732500', '172118.192500', '172118.652500', '172119.112500', '172119.572500', '172120.032500', '172120.492500', '172120.952500', '172121.412500', '172121.872500', '172122.332500', '172122.792500', '172123.252500', '172123.712500', '172124.172500', '172124.632500', '172125.092500', '172125.552500', '172126.012500', '172126.472500', '172126.932500', '172127.392500', '172127.852500', '172128.312500', '172128.772500', '172129.232500', '172129.692500', '172130.152500', '172130.612500', '172131.072500', '172131.532500', '172131.992500', '172132.452500', '172132.912500', '172133.372500', '172133.832500', '172134.292500', '172134.752500', '172135.212500', '172135.672500', '172136.132500', '172136.592500', '172137.052500', '172137.512500', '172137.972500', '172138.432500', '172138.892500', '172139.352500', '172139.812500', '172140.272500', '172140.732500', '172141.192500', '172141.652500', '172142.112500', '172142.572500', '172143.032500', '172143.492500', '172143.952500', '172144.412500', '172144.872500', '172145.332500', '172145.792500', '172146.252500', '172146.712500', '172147.172500', '172147.632500', '172148.092500', '172148.552500', '172149.012500', '172149.472500', '172149.932500', '172150.392500', '172150.852500', '172151.312500', '172151.772500', '172152.232500', '172152.692500', '172153.152500', '172153.612500', '172154.072500', '172154.532500', '172154.992500', '172155.452500', '172155.912500', '172156.372500', '172156.832500', '172157.292500', '172157.752500', '172158.212500', '172158.672500', '172159.132500', '172159.592500', '172200.052500', '172200.512500', '172200.972500', '172201.432500', '172201.892500', '172202.352500', '172202.812500', '172203.272500', '172203.732500', '172204.192500', '172204.652500', '172205.112500', '172205.572500', '172206.032500', '172206.492500', '172206.952500', '172207.412500', '172207.872500', '172208.332500', '172208.792500', '172209.252500', '172209.712500', '172210.172500', '172210.632500', '172211.092500', '172211.552500', '172212.012500', '172212.472500', '172212.932500', '172213.392500', '172213.852500', '172214.312500', '172214.772500', '172215.232500', '172215.692500', '172216.152500', '172216.612500', '172217.072500', '172217.532500', '172217.992500', '172218.452500', '172218.912500', '172219.372500', '172219.832500', '172220.292500', '172220.752500', '172221.212500', '172221.672500', '172222.132500', '172222.592500', '172223.052500', '172223.512500', '172223.972500', '172224.432500', '172224.892500', '172225.352500', '172225.812500', '172226.272500', '172226.732500', '172227.192500', '172227.652500', '172228.112500', '172228.572500', '172229.032500', '172229.492500', '172229.952500', '172230.412500', '172230.872500', '172231.332500', '172231.792500', '172232.252500', '172232.712500', '172233.172500', '172233.632500', '172234.092500', '172234.552500', '172235.012500', '172235.472500', '172235.932500', '172236.392500', '172236.852500', '172237.312500', '172237.772500', '172238.232500', '172238.692500', '172239.152500', '172239.612500', '172240.072500', '172240.532500', '172240.992500', '172241.452500', '172241.912500', '172242.372500', '172242.832500', '172243.292500', '172243.752500', '172244.212500', '172244.672500', '172245.132500', '172245.592500', '172246.052500', '172246.512500', '172246.972500', '172247.432500', '172247.892500', '172248.352500', '172248.812500', '172249.272500', '172249.732500', '172250.192500', '172250.652500', '172251.112500', '172251.572500', '172252.032500', '172252.492500', '172252.952500', '172253.412500', '172253.872500', '172254.332500', '172254.792500', '172255.252500', '172255.712500', '172256.172500', '172256.632500', '172257.092500', '172257.552500', '172258.012500', '172258.472500', '172258.932500', '172259.392500', '172259.852500', '172300.312500', '172300.772500', '172301.232500', '172301.692500', '172302.152500', '172302.612500', '172303.072500', '172303.532500', '172303.992500', '172304.452500', '172304.912500', '172305.372500', '172305.832500', '172306.292500', '172306.752500', '172307.212500', '172307.672500', '172308.132500', '172308.592500', '172309.052500', '172309.512500', '172309.972500', '172310.432500', '172310.892500', '172311.352500', '172311.812500', '172312.272500', '172312.732500', '172313.192500', '172313.652500', '172314.112500', '172314.572500', '172315.032500', '172315.492500', '172315.952500', '172316.412500', '172316.872500', '172317.332500', '172317.792500', '172318.252500', '172318.712500', '172319.172500', '172319.632500', '172320.092500', '172320.552500', '172321.012500', '172321.472500', '172321.932500', '172322.392500', '172322.852500', '172323.312500', '172323.772500', '172324.232500', '172324.692500', '172325.152500', '172325.612500', '172326.072500', '172326.532500', '172326.992500', '172327.452500', '172327.912500', '172328.372500', '172328.832500', '172329.292500', '172329.752500', '172330.212500', '172330.672500', '172331.132500', '172331.592500', '172332.052500', '172332.512500', '172332.972500', '172333.432500', '172333.892500', '172334.352500', '172334.812500', '172335.272500', '172335.732500', '172336.192500', '172336.652500', '172337.112500', '172337.572500', '172338.032500', '172338.492500', '172338.952500', '172339.412500', '172339.872500', '172340.332500', '172340.792500', '172341.252500', '172341.712500', '172342.172500', '172342.632500', '172343.092500', '172343.552500', '172344.012500', '172344.472500', '172344.932500', '172345.392500', '172345.852500', '172346.312500', '172346.772500', '172347.232500', '172347.692500', '172348.152500', '172348.612500', '172349.072500', '172349.532500', '172349.992500', '172350.452500', '172350.912500', '172351.372500', '172351.832500', '172352.292500', '172352.752500', '172353.212500', '172353.672500', '172354.132500', '172354.592500', '172355.052500', '172355.512500', '172355.972500', '172356.432500', '172356.892500', '172357.352500', '172357.812500', '172358.272500', '172358.732500', '172359.192500', '172359.652500', '172400.112500', '172400.572500', '172401.032500', '172401.492500', '172401.952500', '172402.412500', '172402.872500', '172403.332500', '172403.792500', '172404.252500', '172404.712500', '172405.172500', '172405.632500', '172406.092500', '172406.552500', '172407.012500', '172407.472500', '172407.932500', '172408.392500', '172408.852500', '172409.312500', '172409.772500', '172410.232500', '172410.692500', '172411.152500', '172411.612500', '172412.072500', '172412.532500', '172412.992500', '172413.452500', '172413.912500', '172414.372500', '172414.832500', '172415.292500', '172415.752500', '172416.212500', '172416.672500', '172417.132500', '172417.592500', '172418.052500', '172418.512500', '172418.972500', '172419.432500', '172419.892500', '172420.352500', '172420.812500', '172421.272500', '172421.732500', '172422.192500', '172422.652500', '172423.112500', '172423.572500', '172424.032500', '172424.492500', '172424.952500', '172425.412500', '172425.872500', '172426.332500', '172426.792500', '172427.252500', '172427.712500', '172428.172500', '172428.632500', '172429.092500', '172429.552500', '172430.012500', '172430.472500', '172430.932500', '172431.392500', '172431.852500', '172432.312500', '172432.772500', '172433.232500', '172433.692500', '172434.152500', '172434.612500', '172435.072500', '172435.532500', '172435.992500', '172436.452500', '172436.912500', '172437.372500', '172437.832500', '172438.292500', '172438.752500', '172439.212500', '172439.672500', '172440.132500', '172440.592500', '172441.052500', '172441.512500', '172441.972500', '172442.432500', '172442.892500', '172443.352500', '172443.812500', '172444.272500', '172444.732500', '172445.192500', '172445.652500', '172446.112500', '172446.572500', '172447.032500', '172447.492500', '172447.952500', '172448.412500', '172448.872500', '172449.332500', '172449.792500', '172450.252500', '172450.712500', '172451.172500', '172451.632500', '172452.092500', '172452.552500', '172453.012500', '172453.472500', '172453.932500', '172454.392500', '172454.852500', '172455.312500', '172455.772500', '172456.232500', '172456.692500', '172457.152500', '172457.612500', '172458.072500', '172458.532500', '172458.992500', '172459.452500', '172459.912500', '172500.372500', '172500.832500', '172501.292500', '172501.752500', '172502.212500', '172502.672500', '172503.132500', '172503.592500', '172504.052500', '172504.512500', '172504.972500', '172505.432500', '172505.892500', '172506.352500', '172506.812500', '172507.272500', '172507.732500', '172508.192500', '172508.652500', '172509.112500', '172509.572500', '172510.032500', '172510.492500', '172510.952500', '172511.412500', '172511.872500', '172512.332500', '172512.792500', '172513.252500', '172513.712500', '172514.172500', '172514.632500', '172515.092500', '172515.552500', '172516.012500', '172516.472500', '172516.932500', '172517.392500', '172517.852500', '172518.312500', '172518.772500', '172519.232500', '172519.692500', '172520.152500', '172520.612500', '172521.072500', '172521.532500', '172521.992500', '172522.452500', '172522.912500', '172523.372500', '172523.832500', '172524.292500', '172524.752500', '172525.212500', '172525.672500', '172526.132500', '172526.592500', '172527.052500', '172527.512500', '172527.972500', '172528.432500', '172528.892500', '172529.352500', '172529.812500', '172530.272500', '172530.732500', '172531.192500', '172531.652500', '172532.112500', '172532.572500', '172533.032500', '172533.492500', '172533.952500', '172534.412500', '172534.872500', '172535.332500', '172535.792500', '172536.252500', '172536.712500', '172537.172500', '172537.632500', '172538.092500', '172538.552500', '172539.012500', '172539.472500', '172539.932500', '172540.392500', '172540.852500', '172541.312500', '172541.772500', '172542.232500', '172542.692500', '172543.152500', '172543.612500', '172544.072500', '172544.532500', '172544.992500', '172545.452500', '172545.912500', '172546.372500', '172546.832500', '172547.292500', '172547.752500', '172548.212500', '172548.672500', '172549.132500', '172549.592500', '172550.052500', '172550.512500', '172550.972500', '172551.432500', '172551.892500', '172552.352500', '172552.812500', '172553.272500', '172553.732500', '172554.192500', '172554.652500', '172555.112500', '172555.572500', '172556.032500', '172556.492500', '172556.952500', '172557.412500', '172557.872500', '172558.332500', '172558.792500', '172559.252500', '172559.712500', '172600.172500', '172600.632500', '172601.092500', '172601.552500', '172602.012500', '172602.472500', '172602.932500', '172603.392500', '172603.852500', '172604.312500', '172604.772500'], 'ContentTime': ['171938.974000', '171938.977000', '171938.980000', '171938.982000', '171938.985000', '171938.987000', '171938.990000', '171938.993000', '171938.995000', '171938.998000', '171939.001000', '171939.004000', '171939.007000', '171939.009000', '171939.012000', '171939.015000', '171939.017000', '171939.020000', '171939.027000', '171939.029000', '171939.032000', '171939.035000', '171939.037000', '171939.040000', '171939.042000', '171939.045000', '171939.048000', '171939.050000', '171939.053000', '171939.055000', '171958.936000', '171958.939000', '171958.942000', '171958.945000', '171958.948000', '171958.950000', '171958.953000', '171958.955000', '171958.958000', '171958.961000', '171958.963000', '171958.966000', '171958.969000', '171958.971000', '171958.974000', '171958.976000', '171958.979000', '171958.982000', '171958.984000', '171958.987000', '171958.997000', '171959.000000', '171959.003000', '171959.005000', '171959.008000', '171959.037000', '171959.040000', '171959.042000', '171959.045000', '171959.048000', '171959.050000', '171959.053000', '171959.055000', '171959.058000', '171959.060000', '171959.063000', '171959.066000', '171959.068000', '171959.071000', '171959.073000', '171959.076000', '171959.079000', '171959.082000', '171959.084000', '172018.935000', '172018.938000', '172018.941000', '172018.943000', '172018.946000', '172018.949000', '172018.951000', '172018.954000', '172018.956000', '172018.959000', '172018.962000', '172018.964000', '172018.967000', '172018.969000', '172018.972000', '172018.975000', '172018.977000', '172018.980000', '172018.983000', '172018.990000', '172018.992000', '172018.995000', '172018.997000', '172019.001000', '172019.004000', '172019.006000', '172019.009000', '172019.012000', '172019.014000', '172019.017000', '172019.020000', '172019.022000', '172019.025000', '172019.027000', '172019.030000', '172019.033000', '172019.035000', '172019.038000', '172019.040000', '172019.043000', '172019.046000', '172019.048000', '172019.051000', '172038.936000', '172038.938000', '172038.941000', '172038.944000', '172038.946000', '172038.949000', '172038.951000', '172038.954000', '172038.957000', '172038.959000', '172038.962000', '172038.965000', '172038.967000', '172038.970000', '172038.972000', '172038.975000', '172038.978000', '172038.980000', '172038.983000', '172038.986000', '172038.988000', '172038.991000', '172038.993000', '172038.996000', '172039.000000', '172039.002000', '172039.005000', '172039.008000', '172039.010000', '172039.013000', '172039.015000', '172039.018000', '172039.021000', '172039.023000', '172039.026000', '172039.028000', '172039.031000', '172039.034000', '172039.036000', '172039.039000', '172039.041000', '172039.044000', '172039.047000', '172039.049000', '172058.935000', '172058.938000', '172058.941000', '172058.943000', '172058.946000', '172058.949000', '172058.951000', '172058.954000', '172058.956000', '172058.959000', '172058.962000', '172058.964000', '172058.967000', '172058.969000', '172058.972000', '172058.975000', '172058.977000', '172058.980000', '172058.982000', '172058.985000', '172058.988000', '172058.990000', '172058.993000', '172058.995000', '172058.998000', '172059.002000', '172059.004000', '172059.007000', '172059.009000', '172059.012000', '172059.015000', '172059.017000', '172059.020000', '172059.022000', '172059.025000', '172059.028000', '172059.030000', '172059.033000', '172059.035000', '172059.038000', '172059.040000', '172059.043000', '172059.046000', '172118.936000', '172118.939000', '172118.942000', '172118.944000', '172118.947000', '172118.950000', '172118.952000', '172118.955000', '172118.958000', '172118.960000', '172118.963000', '172118.965000', '172118.968000', '172118.971000', '172118.973000', '172118.976000', '172118.978000', '172118.981000', '172118.984000', '172118.986000', '172118.989000', '172118.991000', '172118.994000', '172118.997000', '172118.999000', '172119.002000', '172119.004000', '172119.007000', '172119.010000', '172119.012000', '172119.015000', '172119.017000', '172119.020000', '172119.023000', '172119.025000', '172119.028000', '172119.030000', '172119.033000', '172119.036000', '172119.038000', '172119.041000', '172119.043000', '172119.046000', '172119.049000', '172138.937000', '172138.939000', '172138.942000', '172138.944000', '172138.947000', '172138.950000', '172138.953000', '172138.955000', '172138.958000', '172138.960000', '172138.963000', '172138.966000', '172138.968000', '172138.971000', '172138.973000', '172138.976000', '172138.979000', '172138.981000', '172138.984000', '172138.986000', '172138.989000', '172138.992000', '172138.994000', '172138.997000', '172139.000000', '172139.003000', '172139.006000', '172139.008000', '172139.011000', '172139.013000', '172139.016000', '172139.019000', '172139.021000', '172139.024000', '172139.046000', '172139.049000', '172139.052000', '172139.054000', '172139.057000', '172139.059000', '172139.062000', '172139.065000', '172139.067000', '172158.936000', '172158.939000', '172158.942000', '172158.944000', '172158.947000', '172158.950000', '172158.952000', '172158.955000', '172158.957000', '172158.960000', '172158.963000', '172158.965000', '172158.968000', '172158.971000', '172158.973000', '172158.976000', '172158.978000', '172158.981000', '172158.984000', '172158.986000', '172158.989000', '172158.991000', '172158.994000', '172158.997000', '172158.999000', '172159.002000', '172159.004000', '172159.007000', '172159.010000', '172159.012000', '172159.015000', '172159.017000', '172159.020000', '172159.023000', '172159.025000', '172159.028000', '172159.030000', '172159.033000', '172159.036000', '172159.039000', '172159.041000', '172159.044000', '172159.047000', '172159.049000', '172218.937000', '172218.939000', '172218.942000', '172218.945000', '172218.948000', '172218.950000', '172218.953000', '172218.955000', '172218.958000', '172218.961000', '172218.963000', '172218.966000', '172218.969000', '172218.971000', '172218.974000', '172218.976000', '172218.979000', '172218.982000', '172218.984000', '172218.987000', '172218.990000', '172218.992000', '172218.995000', '172218.997000', '172219.001000', '172219.004000', '172219.006000', '172219.009000', '172219.012000', '172219.014000', '172219.017000', '172219.020000', '172219.022000', '172219.025000', '172219.027000', '172219.030000', '172219.033000', '172219.035000', '172219.038000', '172219.041000', '172219.043000', '172219.046000', '172219.048000', '172238.935000', '172238.938000', '172238.941000', '172238.943000', '172238.946000', '172238.949000', '172238.951000', '172238.954000', '172238.956000', '172238.959000', '172238.962000', '172238.964000', '172238.968000', '172238.971000', '172238.973000', '172238.976000', '172238.979000', '172238.981000', '172238.984000', '172238.987000', '172238.989000', '172238.992000', '172238.994000', '172238.997000', '172239.001000', '172239.003000', '172239.006000', '172239.008000', '172239.011000', '172239.013000', '172239.016000', '172239.019000', '172239.021000', '172239.024000', '172239.027000', '172239.029000', '172239.032000', '172239.034000', '172239.037000', '172239.039000', '172239.042000', '172239.045000', '172239.047000', '172239.050000', '172258.935000', '172258.938000', '172258.942000', '172258.944000', '172258.947000', '172258.950000', '172258.962000', '172258.964000', '172258.967000', '172258.970000', '172258.972000', '172258.975000', '172258.977000', '172258.980000', '172258.983000', '172258.985000', '172258.988000', '172258.991000', '172258.993000', '172258.996000', '172259.000000', '172259.002000', '172259.005000', '172259.007000', '172259.010000', '172259.013000', '172259.015000', '172259.018000', '172259.021000', '172259.023000', '172259.026000', '172259.029000', '172259.031000', '172259.034000', '172259.037000', '172259.039000', '172259.042000', '172259.044000', '172259.047000', '172259.050000', '172259.052000', '172259.055000', '172259.058000', '172318.936000', '172318.938000', '172318.941000', '172318.944000', '172318.947000', '172318.949000', '172318.952000', '172318.954000', '172318.957000', '172318.960000', '172318.962000', '172318.965000', '172318.968000', '172318.970000', '172318.973000', '172318.975000', '172318.985000', '172318.987000', '172318.990000', '172318.993000', '172318.996000', '172318.998000', '172319.002000', '172319.005000', '172319.007000', '172319.010000', '172319.012000', '172319.015000', '172319.018000', '172319.020000', '172319.023000', '172319.026000', '172319.028000', '172319.031000', '172319.033000', '172319.036000', '172319.039000', '172319.041000', '172319.044000', '172319.047000', '172319.049000', '172319.052000', '172319.054000', '172319.057000', '172338.936000', '172338.946000', '172338.948000', '172338.951000', '172338.954000', '172338.956000', '172338.959000', '172338.961000', '172338.964000', '172338.967000', '172338.969000', '172338.972000', '172338.975000', '172338.977000', '172338.980000', '172338.983000', '172338.985000', '172338.988000', '172338.990000', '172338.993000', '172338.996000', '172338.998000', '172339.001000', '172339.004000', '172339.006000', '172339.009000', '172339.011000', '172339.014000', '172339.017000', '172339.019000', '172339.022000', '172339.024000', '172339.027000', '172339.030000', '172339.032000', '172339.035000', '172339.037000', '172339.040000', '172339.043000', '172339.045000', '172339.048000', '172339.050000', '172339.053000', '172358.937000', '172358.939000', '172358.942000', '172358.945000', '172358.948000', '172358.951000', '172358.953000', '172358.956000', '172358.959000', '172358.961000', '172358.964000', '172358.966000', '172358.969000', '172358.972000', '172358.974000', '172358.977000', '172358.980000', '172358.984000', '172358.987000', '172358.991000', '172358.994000', '172358.996000', '172359.000000', '172359.003000', '172359.005000', '172359.009000', '172359.012000', '172359.015000', '172359.017000', '172359.020000', '172359.023000', '172359.025000', '172359.028000', '172359.030000', '172359.033000', '172359.036000', '172359.038000', '172359.041000', '172359.044000', '172359.046000', '172359.049000', '172359.051000', '172359.054000', '172418.937000', '172418.940000', '172418.942000', '172418.945000', '172418.947000', '172418.950000', '172418.953000', '172418.956000', '172418.958000', '172418.961000', '172418.964000', '172418.966000', '172418.969000', '172418.971000', '172418.974000', '172418.977000', '172418.979000', '172418.982000', '172418.985000', '172418.987000', '172418.990000', '172418.993000', '172418.995000', '172418.998000', '172419.001000', '172419.004000', '172419.007000', '172419.009000', '172419.012000', '172419.014000', '172419.017000', '172419.020000', '172419.022000', '172419.025000', '172419.028000', '172419.030000', '172419.033000', '172419.035000', '172419.038000', '172419.041000', '172419.043000', '172419.046000', '172419.048000', '172419.051000', '172438.937000', '172438.939000', '172438.942000', '172438.945000', '172438.947000', '172438.950000', '172438.952000', '172438.955000', '172438.958000', '172438.961000', '172438.963000', '172438.966000', '172438.968000', '172438.971000', '172438.974000', '172438.977000', '172438.979000', '172438.982000', '172438.986000', '172438.989000', '172438.991000', '172438.994000', '172438.997000', '172439.000000', '172439.003000', '172439.005000', '172439.008000', '172439.011000', '172439.013000', '172439.016000', '172439.019000', '172439.021000', '172439.024000', '172439.026000', '172439.029000', '172439.032000', '172439.034000', '172439.037000', '172439.039000', '172439.042000', '172439.045000', '172439.057000', '172439.060000', '172458.935000', '172458.938000', '172458.941000', '172458.944000', '172458.946000', '172458.949000', '172458.952000', '172458.954000', '172458.957000', '172458.959000', '172458.962000', '172458.965000', '172458.967000', '172458.970000', '172458.973000', '172458.975000', '172458.978000', '172458.980000', '172458.983000', '172458.986000', '172458.988000', '172458.991000', '172458.993000', '172458.996000', '172459.000000', '172459.003000', '172459.005000', '172459.008000', '172459.010000', '172459.013000', '172459.016000', '172459.018000', '172459.021000', '172459.024000', '172459.027000', '172459.029000', '172459.032000', '172459.034000', '172459.037000', '172459.040000', '172459.042000', '172459.045000', '172459.048000', '172459.050000', '172518.936000', '172518.938000', '172518.941000', '172518.944000', '172518.947000', '172518.949000', '172518.952000', '172518.955000', '172518.957000', '172518.960000', '172518.962000', '172518.965000', '172518.968000', '172518.970000', '172518.973000', '172518.976000', '172518.978000', '172518.981000', '172518.983000', '172518.986000', '172518.989000', '172518.991000', '172518.994000', '172518.996000', '172518.999000', '172519.002000', '172519.004000', '172519.007000', '172519.010000', '172519.012000', '172519.015000', '172519.017000', '172519.020000', '172519.023000', '172519.026000', '172519.028000', '172519.031000', '172519.033000', '172519.036000', '172519.039000', '172519.041000', '172519.044000', '172519.047000', '172538.935000', '172538.938000', '172538.941000', '172538.944000', '172538.946000', '172538.949000', '172538.951000', '172538.954000', '172538.957000', '172538.959000', '172538.962000', '172538.965000', '172538.967000', '172538.970000', '172538.972000', '172538.975000', '172538.977000', '172538.980000', '172538.983000', '172538.985000', '172538.988000', '172538.990000', '172538.993000', '172538.996000', '172538.998000', '172539.003000', '172539.006000', '172539.009000', '172539.011000', '172539.014000', '172539.016000', '172539.019000', '172539.022000', '172539.024000', '172539.027000', '172539.030000', '172539.032000', '172539.035000', '172539.037000', '172539.040000', '172539.043000', '172539.045000', '172539.048000', '172539.051000', '172558.937000', '172558.939000', '172558.942000', '172558.945000', '172558.947000', '172558.950000', '172558.953000', '172558.955000', '172558.958000', '172558.961000', '172558.963000', '172558.966000', '172558.968000', '172558.971000', '172558.974000', '172558.976000', '172558.979000', '172558.981000', '172558.984000', '172558.987000', '172558.989000', '172558.992000', '172558.995000', '172558.998000', '172559.001000', '172559.004000', '172559.006000', '172559.009000', '172559.012000', '172559.014000', '172559.017000', '172559.020000', '172559.022000', '172559.025000', '172559.027000', '172559.030000', '172559.033000', '172559.035000', '172559.038000', '172559.041000', '172559.043000', '172559.046000', '172559.048000', '172605.922000', '172605.926000', '172605.930000', '172605.933000', '172605.936000', '172605.939000', '172605.942000', '172605.945000', '172605.947000', '172605.970000', '172605.973000', '172605.976000', '172605.979000', '172605.981000', '172605.985000', '172605.987000'], 'InstanceCreationTime': ['171938.974000', '171938.977000', '171938.980000', '171938.982000', '171938.985000', '171938.987000', '171938.990000', '171938.993000', '171938.995000', '171938.998000', '171939.001000', '171939.004000', '171939.007000', '171939.009000', '171939.012000', '171939.015000', '171939.017000', '171939.020000', '171939.027000', '171939.029000', '171939.032000', '171939.035000', '171939.037000', '171939.040000', '171939.042000', '171939.045000', '171939.048000', '171939.050000', '171939.053000', '171939.055000', '171958.936000', '171958.939000', '171958.942000', '171958.945000', '171958.948000', '171958.950000', '171958.953000', '171958.955000', '171958.958000', '171958.961000', '171958.963000', '171958.966000', '171958.969000', '171958.971000', '171958.974000', '171958.976000', '171958.979000', '171958.982000', '171958.984000', '171958.987000', '171958.997000', '171959.000000', '171959.003000', '171959.005000', '171959.008000', '171959.037000', '171959.040000', '171959.042000', '171959.045000', '171959.048000', '171959.050000', '171959.053000', '171959.055000', '171959.058000', '171959.060000', '171959.063000', '171959.066000', '171959.068000', '171959.071000', '171959.073000', '171959.076000', '171959.079000', '171959.082000', '171959.084000', '172018.935000', '172018.938000', '172018.941000', '172018.943000', '172018.946000', '172018.949000', '172018.951000', '172018.954000', '172018.956000', '172018.959000', '172018.962000', '172018.964000', '172018.967000', '172018.969000', '172018.972000', '172018.975000', '172018.977000', '172018.980000', '172018.983000', '172018.990000', '172018.992000', '172018.995000', '172018.997000', '172019.001000', '172019.004000', '172019.006000', '172019.009000', '172019.012000', '172019.014000', '172019.017000', '172019.020000', '172019.022000', '172019.025000', '172019.027000', '172019.030000', '172019.033000', '172019.035000', '172019.038000', '172019.040000', '172019.043000', '172019.046000', '172019.048000', '172019.051000', '172038.936000', '172038.938000', '172038.941000', '172038.944000', '172038.946000', '172038.949000', '172038.951000', '172038.954000', '172038.957000', '172038.959000', '172038.962000', '172038.965000', '172038.967000', '172038.970000', '172038.972000', '172038.975000', '172038.978000', '172038.980000', '172038.983000', '172038.986000', '172038.988000', '172038.991000', '172038.993000', '172038.996000', '172039.000000', '172039.002000', '172039.005000', '172039.008000', '172039.010000', '172039.013000', '172039.015000', '172039.018000', '172039.021000', '172039.023000', '172039.026000', '172039.028000', '172039.031000', '172039.034000', '172039.036000', '172039.039000', '172039.041000', '172039.044000', '172039.047000', '172039.049000', '172058.935000', '172058.938000', '172058.941000', '172058.943000', '172058.946000', '172058.949000', '172058.951000', '172058.954000', '172058.956000', '172058.959000', '172058.962000', '172058.964000', '172058.967000', '172058.969000', '172058.972000', '172058.975000', '172058.977000', '172058.980000', '172058.982000', '172058.985000', '172058.988000', '172058.990000', '172058.993000', '172058.995000', '172058.998000', '172059.002000', '172059.004000', '172059.007000', '172059.009000', '172059.012000', '172059.015000', '172059.017000', '172059.020000', '172059.022000', '172059.025000', '172059.028000', '172059.030000', '172059.033000', '172059.035000', '172059.038000', '172059.040000', '172059.043000', '172059.046000', '172118.936000', '172118.939000', '172118.942000', '172118.944000', '172118.947000', '172118.950000', '172118.952000', '172118.955000', '172118.958000', '172118.960000', '172118.963000', '172118.965000', '172118.968000', '172118.971000', '172118.973000', '172118.976000', '172118.978000', '172118.981000', '172118.984000', '172118.986000', '172118.989000', '172118.991000', '172118.994000', '172118.997000', '172118.999000', '172119.002000', '172119.004000', '172119.007000', '172119.010000', '172119.012000', '172119.015000', '172119.017000', '172119.020000', '172119.023000', '172119.025000', '172119.028000', '172119.030000', '172119.033000', '172119.036000', '172119.038000', '172119.041000', '172119.043000', '172119.046000', '172119.049000', '172138.937000', '172138.939000', '172138.942000', '172138.944000', '172138.947000', '172138.950000', '172138.953000', '172138.955000', '172138.958000', '172138.960000', '172138.963000', '172138.966000', '172138.968000', '172138.971000', '172138.973000', '172138.976000', '172138.979000', '172138.981000', '172138.984000', '172138.986000', '172138.989000', '172138.992000', '172138.994000', '172138.997000', '172139.000000', '172139.003000', '172139.006000', '172139.008000', '172139.011000', '172139.013000', '172139.016000', '172139.019000', '172139.021000', '172139.024000', '172139.046000', '172139.049000', '172139.052000', '172139.054000', '172139.057000', '172139.059000', '172139.062000', '172139.065000', '172139.067000', '172158.936000', '172158.939000', '172158.942000', '172158.944000', '172158.947000', '172158.950000', '172158.952000', '172158.955000', '172158.957000', '172158.960000', '172158.963000', '172158.965000', '172158.968000', '172158.971000', '172158.973000', '172158.976000', '172158.978000', '172158.981000', '172158.984000', '172158.986000', '172158.989000', '172158.991000', '172158.994000', '172158.997000', '172158.999000', '172159.002000', '172159.004000', '172159.007000', '172159.010000', '172159.012000', '172159.015000', '172159.017000', '172159.020000', '172159.023000', '172159.025000', '172159.028000', '172159.030000', '172159.033000', '172159.036000', '172159.039000', '172159.041000', '172159.044000', '172159.047000', '172159.049000', '172218.937000', '172218.939000', '172218.942000', '172218.945000', '172218.948000', '172218.950000', '172218.953000', '172218.955000', '172218.958000', '172218.961000', '172218.963000', '172218.966000', '172218.969000', '172218.971000', '172218.974000', '172218.976000', '172218.979000', '172218.982000', '172218.984000', '172218.987000', '172218.990000', '172218.992000', '172218.995000', '172218.997000', '172219.001000', '172219.004000', '172219.006000', '172219.009000', '172219.012000', '172219.014000', '172219.017000', '172219.020000', '172219.022000', '172219.025000', '172219.027000', '172219.030000', '172219.033000', '172219.035000', '172219.038000', '172219.041000', '172219.043000', '172219.046000', '172219.048000', '172238.935000', '172238.938000', '172238.941000', '172238.943000', '172238.946000', '172238.949000', '172238.951000', '172238.954000', '172238.956000', '172238.959000', '172238.962000', '172238.964000', '172238.968000', '172238.971000', '172238.973000', '172238.976000', '172238.979000', '172238.981000', '172238.984000', '172238.987000', '172238.989000', '172238.992000', '172238.994000', '172238.997000', '172239.001000', '172239.003000', '172239.006000', '172239.008000', '172239.011000', '172239.013000', '172239.016000', '172239.019000', '172239.021000', '172239.024000', '172239.027000', '172239.029000', '172239.032000', '172239.034000', '172239.037000', '172239.039000', '172239.042000', '172239.045000', '172239.047000', '172239.050000', '172258.935000', '172258.938000', '172258.942000', '172258.944000', '172258.947000', '172258.950000', '172258.962000', '172258.964000', '172258.967000', '172258.970000', '172258.972000', '172258.975000', '172258.977000', '172258.980000', '172258.983000', '172258.985000', '172258.988000', '172258.991000', '172258.993000', '172258.996000', '172259.000000', '172259.002000', '172259.005000', '172259.007000', '172259.010000', '172259.013000', '172259.015000', '172259.018000', '172259.021000', '172259.023000', '172259.026000', '172259.029000', '172259.031000', '172259.034000', '172259.037000', '172259.039000', '172259.042000', '172259.044000', '172259.047000', '172259.050000', '172259.052000', '172259.055000', '172259.058000', '172318.936000', '172318.938000', '172318.941000', '172318.944000', '172318.947000', '172318.949000', '172318.952000', '172318.954000', '172318.957000', '172318.960000', '172318.962000', '172318.965000', '172318.968000', '172318.970000', '172318.973000', '172318.975000', '172318.985000', '172318.987000', '172318.990000', '172318.993000', '172318.996000', '172318.998000', '172319.002000', '172319.005000', '172319.007000', '172319.010000', '172319.012000', '172319.015000', '172319.018000', '172319.020000', '172319.023000', '172319.026000', '172319.028000', '172319.031000', '172319.033000', '172319.036000', '172319.039000', '172319.041000', '172319.044000', '172319.047000', '172319.049000', '172319.052000', '172319.054000', '172319.057000', '172338.936000', '172338.946000', '172338.948000', '172338.951000', '172338.954000', '172338.956000', '172338.959000', '172338.961000', '172338.964000', '172338.967000', '172338.969000', '172338.972000', '172338.975000', '172338.977000', '172338.980000', '172338.983000', '172338.985000', '172338.988000', '172338.990000', '172338.993000', '172338.996000', '172338.998000', '172339.001000', '172339.004000', '172339.006000', '172339.009000', '172339.011000', '172339.014000', '172339.017000', '172339.019000', '172339.022000', '172339.024000', '172339.027000', '172339.030000', '172339.032000', '172339.035000', '172339.037000', '172339.040000', '172339.043000', '172339.045000', '172339.048000', '172339.050000', '172339.053000', '172358.937000', '172358.939000', '172358.942000', '172358.945000', '172358.948000', '172358.951000', '172358.953000', '172358.956000', '172358.959000', '172358.961000', '172358.964000', '172358.966000', '172358.969000', '172358.972000', '172358.974000', '172358.977000', '172358.980000', '172358.984000', '172358.987000', '172358.991000', '172358.994000', '172358.996000', '172359.000000', '172359.003000', '172359.005000', '172359.009000', '172359.012000', '172359.015000', '172359.017000', '172359.020000', '172359.023000', '172359.025000', '172359.028000', '172359.030000', '172359.033000', '172359.036000', '172359.038000', '172359.041000', '172359.044000', '172359.046000', '172359.049000', '172359.051000', '172359.054000', '172418.937000', '172418.940000', '172418.942000', '172418.945000', '172418.947000', '172418.950000', '172418.953000', '172418.956000', '172418.958000', '172418.961000', '172418.964000', '172418.966000', '172418.969000', '172418.971000', '172418.974000', '172418.977000', '172418.979000', '172418.982000', '172418.985000', '172418.987000', '172418.990000', '172418.993000', '172418.995000', '172418.998000', '172419.001000', '172419.004000', '172419.007000', '172419.009000', '172419.012000', '172419.014000', '172419.017000', '172419.020000', '172419.022000', '172419.025000', '172419.028000', '172419.030000', '172419.033000', '172419.035000', '172419.038000', '172419.041000', '172419.043000', '172419.046000', '172419.048000', '172419.051000', '172438.937000', '172438.939000', '172438.942000', '172438.945000', '172438.947000', '172438.950000', '172438.952000', '172438.955000', '172438.958000', '172438.961000', '172438.963000', '172438.966000', '172438.968000', '172438.971000', '172438.974000', '172438.977000', '172438.979000', '172438.982000', '172438.986000', '172438.989000', '172438.991000', '172438.994000', '172438.997000', '172439.000000', '172439.003000', '172439.005000', '172439.008000', '172439.011000', '172439.013000', '172439.016000', '172439.019000', '172439.021000', '172439.024000', '172439.026000', '172439.029000', '172439.032000', '172439.034000', '172439.037000', '172439.039000', '172439.042000', '172439.045000', '172439.057000', '172439.060000', '172458.935000', '172458.938000', '172458.941000', '172458.944000', '172458.946000', '172458.949000', '172458.952000', '172458.954000', '172458.957000', '172458.959000', '172458.962000', '172458.965000', '172458.967000', '172458.970000', '172458.973000', '172458.975000', '172458.978000', '172458.980000', '172458.983000', '172458.986000', '172458.988000', '172458.991000', '172458.993000', '172458.996000', '172459.000000', '172459.003000', '172459.005000', '172459.008000', '172459.010000', '172459.013000', '172459.016000', '172459.018000', '172459.021000', '172459.024000', '172459.027000', '172459.029000', '172459.032000', '172459.034000', '172459.037000', '172459.040000', '172459.042000', '172459.045000', '172459.048000', '172459.050000', '172518.936000', '172518.938000', '172518.941000', '172518.944000', '172518.947000', '172518.949000', '172518.952000', '172518.955000', '172518.957000', '172518.960000', '172518.962000', '172518.965000', '172518.968000', '172518.970000', '172518.973000', '172518.976000', '172518.978000', '172518.981000', '172518.983000', '172518.986000', '172518.989000', '172518.991000', '172518.994000', '172518.996000', '172518.999000', '172519.002000', '172519.004000', '172519.007000', '172519.010000', '172519.012000', '172519.015000', '172519.017000', '172519.020000', '172519.023000', '172519.026000', '172519.028000', '172519.031000', '172519.033000', '172519.036000', '172519.039000', '172519.041000', '172519.044000', '172519.047000', '172538.935000', '172538.938000', '172538.941000', '172538.944000', '172538.946000', '172538.949000', '172538.951000', '172538.954000', '172538.957000', '172538.959000', '172538.962000', '172538.965000', '172538.967000', '172538.970000', '172538.972000', '172538.975000', '172538.977000', '172538.980000', '172538.983000', '172538.985000', '172538.988000', '172538.990000', '172538.993000', '172538.996000', '172538.998000', '172539.003000', '172539.006000', '172539.009000', '172539.011000', '172539.014000', '172539.016000', '172539.019000', '172539.022000', '172539.024000', '172539.027000', '172539.030000', '172539.032000', '172539.035000', '172539.037000', '172539.040000', '172539.043000', '172539.045000', '172539.048000', '172539.051000', '172558.937000', '172558.939000', '172558.942000', '172558.945000', '172558.947000', '172558.950000', '172558.953000', '172558.955000', '172558.958000', '172558.961000', '172558.963000', '172558.966000', '172558.968000', '172558.971000', '172558.974000', '172558.976000', '172558.979000', '172558.981000', '172558.984000', '172558.987000', '172558.989000', '172558.992000', '172558.995000', '172558.998000', '172559.001000', '172559.004000', '172559.006000', '172559.009000', '172559.012000', '172559.014000', '172559.017000', '172559.020000', '172559.022000', '172559.025000', '172559.027000', '172559.030000', '172559.033000', '172559.035000', '172559.038000', '172559.041000', '172559.043000', '172559.046000', '172559.048000', '172605.922000', '172605.926000', '172605.930000', '172605.933000', '172605.936000', '172605.939000', '172605.942000', '172605.945000', '172605.947000', '172605.970000', '172605.973000', '172605.976000', '172605.979000', '172605.981000', '172605.985000', '172605.987000'], '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': [8175, 13039, 8448, 12750, 9239, 12088, 10159, 9722, 8857, 6786, 8630, 6871, 9389, 7646, 11111, 7059, 10486, 7477, 10064, 7257, 10179, 7582, 10651, 7269, 8283, 7019, 8490, 7902, 6818, 8133, 6692, 8780, 6699, 10246, 6673, 10059, 6935, 8728, 7024, 9898, 6892, 10140, 6799, 8785, 6688, 6523, 7817, 6599, 9766, 6628, 11508, 7832, 9753, 6981, 11111, 9142, 7964, 9710, 6713, 11183, 7537, 12835, 7178, 11117, 6576, 10447, 7991, 9560, 7019, 7817, 7964, 8606, 11628, 6975, 11698, 7005, 12075, 7515, 12222, 7019, 10403, 7050, 10311, 7871, 10415, 6850, 6668, 7454, 6302, 8422, 6639, 7304, 6541, 6594, 9216, 6997, 11415, 7548, 11549, 8123, 11323, 9205, 11413, 6990, 7339, 7473, 6596, 9432, 6629, 7554, 7110, 6745, 9837, 6888, 8362, 9408, 7448, 13823, 8668, 13912, 9471, 13747, 9735, 13337, 10045, 9987, 9084, 16219, 13221, 10004, 8854, 7626, 6553, 7593, 7571, 6405, 9222, 7526, 6914, 12352, 9216, 6819, 11291, 8721, 6549, 10555, 8375, 8186, 10027, 8318, 13190, 7889, 11144, 6937, 8327, 9515, 6477, 9272, 6768, 6755, 8802, 6742, 7600, 6873, 6775, 10925, 7181, 11735, 8671, 7029, 10946, 6897, 11266, 7447, 10939, 8149, 10702, 6638, 7361, 8412, 6801, 10167, 6540, 7652, 8327, 6980, 11539, 8642, 12537, 9799, 12886, 9703, 12136, 9834, 11470, 7441, 10733, 7870, 7293, 9038, 6650, 9778, 6551, 10876, 8719, 10822, 6837, 7820, 7482, 6824, 9312, 6707, 7916, 6854, 7095, 10872, 7324, 11586, 7593, 9967, 9437, 8733, 11625, 10166, 8686, 7668, 9896, 8200, 9842, 7261, 7143, 8222, 6542, 13136, 9253, 9467, 7817, 6668, 12292, 7713, 11359, 12790, 12992, 14322, 11754, 14007, 12044, 8285, 13459, 9361, 7382, 7462, 7648, 7644, 7440, 9552, 7197, 7604, 7969, 7016, 12277, 7061, 8950, 7158, 7396, 9574, 6541, 7244, 7394, 7227, 7590, 7490, 7582, 10224, 7524, 11176, 7872, 8391, 8716, 7497, 9837, 7209, 11438, 8471, 11776, 7333, 7758, 8334, 7174, 11036, 6964, 11998, 7249, 11127, 8181, 8449, 9641, 7217, 10772, 7135, 11236, 9770, 10850, 9320, 7102, 8623, 6642, 10143, 6951, 11865, 6717, 7354, 6858, 6911, 10815, 7007, 12016, 7140, 10252, 8646, 7377, 12389, 7768, 12734, 8844, 12501, 10098, 12404, 7624, 11246, 8312, 7181, 11394, 9610, 11146, 7147, 7378, 6769, 7256, 8993, 7320, 9535, 8233, 10527, 6720, 11189, 9770, 10945, 9516, 9447, 7634, 10000, 7985, 10721, 8538, 7196, 8196, 7187, 8674, 7160, 10419, 6813, 10396, 6413, 10558, 8770, 10917, 7428, 11339, 6836, 7485, 6724, 6814, 8977, 6337, 10247, 6846, 9844, 7226, 6713, 8653, 6355, 10015, 6479, 10837, 7585, 11056, 6646, 8696, 6712, 6519, 8480, 6743, 10920, 6631, 10713, 8784, 11794, 10115, 9075, 7187, 6440, 8005, 6447, 10024, 7432, 6460, 6965, 6534, 9271, 6641, 11059, 8753, 8313, 7266, 6695, 8516, 6564, 10953, 7107, 11190, 6964, 6637, 6692, 6693, 7662, 7742, 6937, 6472, 9481, 6670, 11536, 9596, 12986, 9981, 11856, 9789, 11588, 10038, 10980, 7770, 7561, 7006, 6762, 9330, 7103, 6875, 7341, 6397, 9825, 6771, 8369, 8023, 6399, 10961, 7406, 11108, 7840, 11725, 7774, 11409, 7793, 10909, 8330, 11188, 6680, 9613, 6668, 6789, 6860, 6503, 7535, 7334, 7788, 7148, 6654, 11267, 8246, 8426, 8652, 7921, 11127, 7121, 11920, 10245, 11684, 9089, 7130, 10802, 6832, 12386, 9735, 12792, 11657, 10874, 8076, 9198, 7470, 9181, 7916, 6853, 6829, 6841, 7018, 7236, 8237, 7102, 8737, 7436, 10077, 6651, 6881, 7021, 6978, 6937, 6816, 6634, 9546, 6933, 11163, 9002, 8356, 8993, 7185, 12015, 11142, 12810, 10153, 12854, 9640, 12798, 9045, 12452, 6999, 11079, 6935, 11472, 7846, 7163, 7462, 7466, 8093, 7496, 7177, 7116, 7161, 8531, 6625, 8608, 6907, 7816, 7068, 7448, 7256, 8343, 7307, 7597, 7170, 7775, 7241, 7440, 8812, 7040, 10874, 7564, 10931, 8298, 10555, 7986, 11568, 7792, 10928, 8283, 7422, 8677, 7232, 9931, 6877, 10854, 7120, 11535, 7249, 11381, 7333, 10916, 9302, 10765, 7480, 7156, 7294, 7331, 9035, 7217, 11747, 6598, 11475, 7349, 10074, 8292, 8222, 10455, 6853, 10680, 7384, 10722, 8775, 11874, 7760, 11333, 6980, 11915, 8065, 12158, 7138, 11121, 7216, 10755, 6776, 9989, 6786, 6951, 7028, 7157, 7238, 6922, 10332, 7150, 9038, 7410, 11814, 9122, 12933, 9649, 11547, 7088, 10126, 8275, 6929, 7455, 7228, 10367, 7198, 6976, 9006, 7767, 10817, 7679, 6966, 8665, 8793, 11253, 8651, 10990, 8750, 6855, 12517, 10875, 13589, 11464, 12462, 11020, 9854, 8407, 7494, 10380, 7094, 8571, 7090, 7150, 6840, 7005, 7152, 6880, 8877, 7367, 10342, 7041, 6672, 8538, 6817, 9823, 7146, 10417, 7002, 10770, 7303, 10170, 6956, 10409, 7269, 8274, 7523, 7298, 6726, 7494, 8337, 7498, 8914, 7131, 8778, 7402, 9911, 7434, 9075, 7234, 7303, 7635, 8992, 8344, 7286, 8617, 7273, 9629, 7484, 11027, 7140, 7887, 9509, 8197, 12128, 8387, 12716, 8735, 13053, 9339, 13525, 8590, 12857, 7230, 12300, 7221, 7621, 7486, 6996, 8498, 6811, 9582, 7208, 10216, 8073, 11381, 7011, 10094, 7347, 7344, 7206, 7121, 9214, 7458, 7560, 7250, 7127, 10440, 6911, 7058, 8569, 7298, 8172, 8449, 8222, 12137, 9991, 8314, 13373, 10875, 8386, 12571, 11606, 11633, 13577, 10846, 9712, 8060, 7200, 7233, 11258, 13494, 10249, 13259, 10856, 9436, 10165, 8173, 11182, 7629, 8627, 7362, 9053, 7831, 6954, 6554, 7144, 6703, 6856, 6646, 6912, 6959, 6595, 6935, 8487, 7210, 13024, 10486, 12437, 10832, 9992, 9549, 8181, 10846, 7902, 12139, 7851, 12014, 7973, 14654, 8164, 8572, 7305, 7922, 7221, 7403, 8463, 7283, 9373, 7095, 7773, 7132, 6956, 8894, 7136, 11581, 8591, 11587, 7726, 10881, 8633, 11421, 7241, 12190, 9929, 12305, 9617, 11868, 9794, 8647, 7272, 6608, 7124, 6570, 11175, 6597, 10735, 7307, 10747, 7454, 10771, 6849, 10602, 7360, 10520, 7108, 7462, 7549, 7122, 9270, 7189, 9983, 8010, 7402, 10155, 11952, 9649], 'WindowCenter': [3917.0, 3954.0, 3890.0, 3928.0, 3897.0, 3916.0, 3894.0, 3883.0, 3871.0, 3828.0, 3859.0, 3840.0, 3884.0, 3861.0, 3891.0, 3838.0, 3890.0, 3848.0, 3879.0, 3850.0, 3889.0, 3849.0, 3888.0, 3846.0, 3858.0, 3851.0, 3871.0, 3860.0, 3839.0, 3859.0, 3838.0, 3871.0, 3853.0, 3892.0, 3840.0, 3892.0, 3849.0, 3870.0, 3852.0, 3892.0, 3852.0, 3889.0, 3841.0, 3885.0, 3853.0, 3843.0, 3862.0, 3851.0, 3905.0, 3853.0, 3915.0, 3875.0, 3893.0, 3852.0, 3916.0, 3883.0, 3862.0, 3882.0, 3838.0, 3903.0, 3861.0, 3902.0, 3836.0, 3887.0, 3826.0, 3891.0, 3860.0, 3878.0, 3836.0, 3846.0, 3860.0, 3869.0, 3901.0, 3837.0, 3899.0, 3836.0, 3900.0, 3848.0, 3899.0, 3825.0, 3865.0, 3824.0, 3878.0, 3857.0, 3876.0, 3825.0, 3824.0, 3848.0, 3840.0, 3871.0, 3839.0, 3848.0, 3840.0, 3853.0, 3893.0, 3864.0, 3915.0, 3862.0, 3915.0, 3874.0, 3915.0, 3884.0, 3903.0, 3865.0, 3865.0, 3863.0, 3840.0, 3882.0, 3841.0, 3873.0, 3864.0, 3865.0, 3905.0, 3851.0, 3873.0, 3894.0, 3863.0, 3935.0, 3871.0, 3913.0, 3882.0, 3924.0, 3880.0, 3911.0, 3879.0, 3867.0, 3855.0, 3919.0, 3926.0, 3881.0, 3857.0, 3835.0, 3825.0, 3844.0, 3843.0, 3829.0, 3880.0, 3861.0, 3839.0, 3913.0, 3881.0, 3839.0, 3904.0, 3870.0, 3828.0, 3879.0, 3859.0, 3859.0, 3881.0, 3858.0, 3901.0, 3859.0, 3877.0, 3838.0, 3858.0, 3866.0, 3816.0, 3855.0, 3826.0, 3825.0, 3883.0, 3841.0, 3860.0, 3839.0, 3840.0, 3905.0, 3866.0, 3914.0, 3874.0, 3851.0, 3903.0, 3850.0, 3904.0, 3864.0, 3892.0, 3862.0, 3893.0, 3840.0, 3863.0, 3872.0, 3854.0, 3894.0, 3843.0, 3875.0, 3874.0, 3853.0, 3916.0, 3885.0, 3914.0, 3895.0, 3916.0, 3884.0, 3902.0, 3880.0, 3888.0, 3849.0, 3889.0, 3860.0, 3849.0, 3870.0, 3839.0, 3880.0, 3828.0, 3902.0, 3871.0, 3891.0, 3841.0, 3874.0, 3863.0, 3839.0, 3880.0, 3839.0, 3860.0, 3841.0, 3864.0, 3904.0, 3863.0, 3914.0, 3876.0, 3894.0, 3898.0, 3897.0, 3917.0, 3893.0, 3856.0, 3846.0, 3866.0, 3856.0, 3867.0, 3835.0, 3835.0, 3844.0, 3788.0, 3902.0, 3869.0, 3868.0, 3836.0, 3814.0, 3887.0, 3836.0, 3865.0, 3891.0, 3876.0, 3886.0, 3861.0, 3870.0, 3846.0, 3804.0, 3856.0, 3812.0, 3791.0, 3792.0, 3804.0, 3805.0, 3806.0, 3826.0, 3794.0, 3817.0, 3829.0, 3808.0, 3871.0, 3808.0, 3841.0, 3821.0, 3820.0, 3850.0, 3797.0, 3818.0, 3820.0, 3834.0, 3847.0, 3849.0, 3860.0, 3892.0, 3861.0, 3904.0, 3861.0, 3871.0, 3871.0, 3851.0, 3882.0, 3850.0, 3902.0, 3872.0, 3901.0, 3847.0, 3849.0, 3871.0, 3852.0, 3904.0, 3866.0, 3927.0, 3864.0, 3915.0, 3886.0, 3874.0, 3894.0, 3863.0, 3902.0, 3863.0, 3917.0, 3907.0, 3918.0, 3896.0, 3851.0, 3883.0, 3866.0, 3905.0, 3853.0, 3913.0, 3840.0, 3861.0, 3850.0, 3864.0, 3915.0, 3866.0, 3926.0, 3866.0, 3919.0, 3898.0, 3877.0, 3925.0, 3863.0, 3914.0, 3883.0, 3926.0, 3905.0, 3925.0, 3874.0, 3916.0, 3884.0, 3851.0, 3906.0, 3882.0, 3903.0, 3850.0, 3861.0, 3852.0, 3863.0, 3883.0, 3876.0, 3893.0, 3885.0, 3902.0, 3840.0, 3902.0, 3893.0, 3903.0, 3880.0, 3880.0, 3848.0, 3878.0, 3860.0, 3891.0, 3857.0, 3837.0, 3845.0, 3824.0, 3857.0, 3825.0, 3877.0, 3826.0, 3876.0, 3816.0, 3878.0, 3858.0, 3876.0, 3835.0, 3876.0, 3825.0, 3850.0, 3839.0, 3838.0, 3869.0, 3829.0, 3891.0, 3839.0, 3892.0, 3850.0, 3840.0, 3872.0, 3841.0, 3895.0, 3842.0, 3903.0, 3861.0, 3904.0, 3839.0, 3871.0, 3850.0, 3842.0, 3884.0, 3851.0, 3904.0, 3841.0, 3891.0, 3885.0, 3916.0, 3894.0, 3881.0, 3839.0, 3826.0, 3857.0, 3840.0, 3893.0, 3863.0, 3842.0, 3865.0, 3855.0, 3893.0, 3855.0, 3916.0, 3895.0, 3885.0, 3863.0, 3852.0, 3898.0, 3855.0, 3917.0, 3866.0, 3916.0, 3854.0, 3854.0, 3854.0, 3849.0, 3890.0, 3888.0, 3863.0, 3855.0, 3907.0, 3866.0, 3928.0, 3908.0, 3939.0, 3907.0, 3915.0, 3895.0, 3904.0, 3893.0, 3892.0, 3849.0, 3847.0, 3838.0, 3839.0, 3869.0, 3850.0, 3827.0, 3847.0, 3828.0, 3893.0, 3852.0, 3873.0, 3870.0, 3829.0, 3890.0, 3851.0, 3904.0, 3860.0, 3900.0, 3850.0, 3887.0, 3846.0, 3877.0, 3856.0, 3889.0, 3836.0, 3876.0, 3838.0, 3839.0, 3838.0, 3842.0, 3874.0, 3862.0, 3875.0, 3877.0, 3854.0, 3917.0, 3887.0, 3885.0, 3900.0, 3888.0, 3916.0, 3853.0, 3912.0, 3894.0, 3917.0, 3883.0, 3837.0, 3889.0, 3838.0, 3912.0, 3893.0, 3900.0, 3890.0, 3887.0, 3846.0, 3867.0, 3837.0, 3868.0, 3846.0, 3824.0, 3824.0, 3812.0, 3835.0, 3847.0, 3857.0, 3836.0, 3857.0, 3848.0, 3881.0, 3826.0, 3865.0, 3839.0, 3851.0, 3865.0, 3863.0, 3853.0, 3894.0, 3863.0, 3914.0, 3883.0, 3872.0, 3883.0, 3863.0, 3916.0, 3914.0, 3913.0, 3881.0, 3900.0, 3866.0, 3899.0, 3855.0, 3886.0, 3822.0, 3873.0, 3824.0, 3886.0, 3845.0, 3836.0, 3835.0, 3837.0, 3844.0, 3836.0, 3838.0, 3838.0, 3850.0, 3872.0, 3839.0, 3870.0, 3838.0, 3848.0, 3848.0, 3861.0, 3862.0, 3859.0, 3848.0, 3847.0, 3849.0, 3860.0, 3863.0, 3863.0, 3895.0, 3865.0, 3917.0, 3891.0, 3931.0, 3900.0, 3919.0, 3888.0, 3930.0, 3889.0, 3930.0, 3887.0, 3876.0, 3886.0, 3864.0, 3907.0, 3855.0, 3920.0, 3878.0, 3915.0, 3863.0, 3916.0, 3879.0, 3918.0, 3895.0, 3916.0, 3877.0, 3876.0, 3874.0, 3864.0, 3895.0, 3863.0, 3927.0, 3855.0, 3917.0, 3863.0, 3907.0, 3887.0, 3885.0, 3906.0, 3851.0, 3904.0, 3862.0, 3904.0, 3872.0, 3915.0, 3861.0, 3903.0, 3851.0, 3914.0, 3873.0, 3901.0, 3849.0, 3899.0, 3847.0, 3901.0, 3851.0, 3890.0, 3839.0, 3849.0, 3851.0, 3862.0, 3875.0, 3875.0, 3906.0, 3867.0, 3899.0, 3877.0, 3929.0, 3897.0, 3926.0, 3894.0, 3914.0, 3864.0, 3904.0, 3874.0, 3853.0, 3863.0, 3875.0, 3906.0, 3865.0, 3876.0, 3896.0, 3876.0, 3917.0, 3889.0, 3865.0, 3899.0, 3872.0, 3930.0, 3897.0, 3915.0, 3885.0, 3865.0, 3927.0, 3903.0, 3910.0, 3903.0, 3900.0, 3890.0, 3880.0, 3858.0, 3848.0, 3878.0, 3835.0, 3855.0, 3835.0, 3837.0, 3838.0, 3837.0, 3848.0, 3848.0, 3881.0, 3863.0, 3903.0, 3852.0, 3865.0, 3883.0, 3851.0, 3906.0, 3864.0, 3903.0, 3851.0, 3902.0, 3865.0, 3893.0, 3853.0, 3893.0, 3852.0, 3873.0, 3861.0, 3861.0, 3864.0, 3876.0, 3884.0, 3874.0, 3897.0, 3877.0, 3897.0, 3889.0, 3920.0, 3877.0, 3896.0, 3875.0, 3864.0, 3875.0, 3884.0, 3885.0, 3862.0, 3884.0, 3875.0, 3908.0, 3878.0, 3917.0, 3864.0, 3886.0, 3908.0, 3897.0, 3928.0, 3886.0, 3928.0, 3884.0, 3915.0, 3871.0, 3913.0, 3872.0, 3912.0, 3849.0, 3914.0, 3863.0, 3873.0, 3849.0, 3849.0, 3869.0, 3839.0, 3892.0, 3864.0, 3904.0, 3873.0, 3912.0, 3851.0, 3903.0, 3861.0, 3862.0, 3861.0, 3851.0, 3893.0, 3877.0, 3888.0, 3863.0, 3866.0, 3903.0, 3852.0, 3852.0, 3872.0, 3862.0, 3885.0, 3885.0, 3885.0, 3928.0, 3903.0, 3886.0, 3940.0, 3904.0, 3845.0, 3874.0, 3904.0, 3929.0, 3924.0, 3862.0, 3886.0, 3821.0, 3806.0, 3822.0, 3862.0, 3883.0, 3850.0, 3885.0, 3864.0, 3842.0, 3851.0, 3831.0, 3873.0, 3818.0, 3828.0, 3819.0, 3828.0, 3835.0, 3821.0, 3799.0, 3819.0, 3777.0, 3780.0, 3808.0, 3820.0, 3822.0, 3836.0, 3846.0, 3868.0, 3859.0, 3922.0, 3903.0, 3925.0, 3904.0, 3891.0, 3879.0, 3859.0, 3890.0, 3860.0, 3899.0, 3846.0, 3900.0, 3845.0, 3936.0, 3859.0, 3858.0, 3850.0, 3860.0, 3850.0, 3863.0, 3886.0, 3875.0, 3895.0, 3864.0, 3875.0, 3878.0, 3879.0, 3910.0, 3881.0, 3932.0, 3898.0, 3931.0, 3891.0, 3920.0, 3887.0, 3916.0, 3878.0, 3916.0, 3890.0, 3915.0, 3894.0, 3914.0, 3896.0, 3885.0, 3864.0, 3852.0, 3866.0, 3854.0, 3904.0, 3840.0, 3891.0, 3865.0, 3906.0, 3864.0, 3906.0, 3855.0, 3907.0, 3889.0, 3918.0, 3864.0, 3861.0, 3873.0, 3852.0, 3896.0, 3865.0, 3908.0, 3884.0, 3877.0, 3921.0, 3930.0, 3897.0], 'WindowWidth': [8772.0, 8813.0, 8718.0, 8765.0, 8719.0, 8743.0, 8707.0, 8690.0, 8672.0, 8609.0, 8652.0, 8628.0, 8696.0, 8659.0, 8699.0, 8624.0, 8694.0, 8638.0, 8680.0, 8645.0, 8695.0, 8641.0, 8690.0, 8633.0, 8653.0, 8648.0, 8676.0, 8658.0, 8629.0, 8656.0, 8625.0, 8675.0, 8655.0, 8705.0, 8630.0, 8702.0, 8642.0, 8672.0, 8651.0, 8703.0, 8652.0, 8697.0, 8636.0, 8699.0, 8656.0, 8641.0, 8664.0, 8649.0, 8725.0, 8658.0, 8740.0, 8686.0, 8707.0, 8653.0, 8744.0, 8693.0, 8664.0, 8689.0, 8625.0, 8719.0, 8659.0, 8714.0, 8620.0, 8685.0, 8607.0, 8700.0, 8656.0, 8679.0, 8620.0, 8633.0, 8656.0, 8667.0, 8711.0, 8620.0, 8706.0, 8619.0, 8709.0, 8637.0, 8706.0, 8599.0, 8652.0, 8599.0, 8677.0, 8648.0, 8671.0, 8601.0, 8597.0, 8638.0, 8633.0, 8675.0, 8631.0, 8638.0, 8631.0, 8656.0, 8709.0, 8672.0, 8739.0, 8666.0, 8738.0, 8684.0, 8742.0, 8695.0, 8721.0, 8674.0, 8674.0, 8666.0, 8632.0, 8690.0, 8634.0, 8683.0, 8674.0, 8676.0, 8726.0, 8651.0, 8680.0, 8710.0, 8667.0, 8769.0, 8675.0, 8731.0, 8687.0, 8750.0, 8682.0, 8728.0, 8680.0, 8657.0, 8640.0, 8737.0, 8762.0, 8687.0, 8646.0, 8612.0, 8602.0, 8623.0, 8623.0, 8617.0, 8681.0, 8661.0, 8626.0, 8732.0, 8685.0, 8627.0, 8722.0, 8670.0, 8610.0, 8680.0, 8651.0, 8652.0, 8684.0, 8649.0, 8712.0, 8651.0, 8672.0, 8622.0, 8649.0, 8656.0, 8589.0, 8637.0, 8603.0, 8601.0, 8691.0, 8635.0, 8658.0, 8627.0, 8630.0, 8724.0, 8676.0, 8737.0, 8682.0, 8647.0, 8719.0, 8644.0, 8723.0, 8671.0, 8703.0, 8663.0, 8705.0, 8631.0, 8666.0, 8678.0, 8655.0, 8708.0, 8641.0, 8685.0, 8684.0, 8653.0, 8744.0, 8699.0, 8735.0, 8710.0, 8742.0, 8696.0, 8715.0, 8682.0, 8688.0, 8637.0, 8692.0, 8656.0, 8640.0, 8668.0, 8625.0, 8682.0, 8612.0, 8718.0, 8671.0, 8700.0, 8635.0, 8683.0, 8668.0, 8631.0, 8685.0, 8629.0, 8657.0, 8634.0, 8673.0, 8725.0, 8669.0, 8738.0, 8689.0, 8710.0, 8721.0, 8721.0, 8747.0, 8704.0, 8644.0, 8630.0, 8657.0, 8644.0, 8659.0, 8612.0, 8613.0, 8622.0, 8535.0, 8713.0, 8660.0, 8658.0, 8612.0, 8579.0, 8682.0, 8614.0, 8649.0, 8696.0, 8665.0, 8684.0, 8637.0, 8646.0, 8606.0, 8548.0, 8619.0, 8556.0, 8528.0, 8529.0, 8549.0, 8553.0, 8555.0, 8580.0, 8539.0, 8572.0, 8592.0, 8563.0, 8651.0, 8565.0, 8612.0, 8588.0, 8584.0, 8622.0, 8550.0, 8580.0, 8587.0, 8611.0, 8634.0, 8641.0, 8658.0, 8702.0, 8659.0, 8723.0, 8660.0, 8672.0, 8673.0, 8646.0, 8688.0, 8645.0, 8716.0, 8674.0, 8710.0, 8636.0, 8638.0, 8674.0, 8652.0, 8721.0, 8677.0, 8758.0, 8669.0, 8740.0, 8703.0, 8684.0, 8712.0, 8665.0, 8715.0, 8669.0, 8747.0, 8732.0, 8747.0, 8715.0, 8647.0, 8695.0, 8676.0, 8726.0, 8653.0, 8733.0, 8632.0, 8659.0, 8648.0, 8673.0, 8740.0, 8677.0, 8756.0, 8676.0, 8751.0, 8723.0, 8692.0, 8754.0, 8666.0, 8735.0, 8694.0, 8758.0, 8727.0, 8754.0, 8683.0, 8742.0, 8698.0, 8646.0, 8726.0, 8686.0, 8716.0, 8643.0, 8661.0, 8652.0, 8669.0, 8693.0, 8690.0, 8708.0, 8699.0, 8717.0, 8632.0, 8715.0, 8705.0, 8718.0, 8682.0, 8681.0, 8637.0, 8676.0, 8655.0, 8697.0, 8647.0, 8619.0, 8627.0, 8597.0, 8645.0, 8601.0, 8672.0, 8602.0, 8670.0, 8590.0, 8674.0, 8648.0, 8672.0, 8615.0, 8667.0, 8600.0, 8643.0, 8629.0, 8624.0, 8666.0, 8613.0, 8697.0, 8629.0, 8703.0, 8644.0, 8631.0, 8676.0, 8636.0, 8713.0, 8641.0, 8719.0, 8662.0, 8719.0, 8631.0, 8674.0, 8647.0, 8638.0, 8694.0, 8649.0, 8720.0, 8634.0, 8700.0, 8698.0, 8744.0, 8707.0, 8686.0, 8627.0, 8606.0, 8649.0, 8633.0, 8707.0, 8666.0, 8637.0, 8675.0, 8660.0, 8707.0, 8662.0, 8743.0, 8716.0, 8700.0, 8668.0, 8652.0, 8722.0, 8660.0, 8747.0, 8676.0, 8740.0, 8656.0, 8655.0, 8657.0, 8644.0, 8717.0, 8712.0, 8672.0, 8662.0, 8732.0, 8678.0, 8766.0, 8738.0, 8780.0, 8732.0, 8740.0, 8713.0, 8726.0, 8706.0, 8700.0, 8637.0, 8636.0, 8625.0, 8629.0, 8668.0, 8643.0, 8608.0, 8635.0, 8611.0, 8707.0, 8656.0, 8679.0, 8673.0, 8615.0, 8698.0, 8649.0, 8723.0, 8655.0, 8712.0, 8642.0, 8687.0, 8629.0, 8672.0, 8646.0, 8695.0, 8622.0, 8672.0, 8624.0, 8629.0, 8625.0, 8638.0, 8688.0, 8664.0, 8689.0, 8695.0, 8659.0, 8747.0, 8709.0, 8699.0, 8731.0, 8710.0, 8743.0, 8655.0, 8732.0, 8710.0, 8745.0, 8693.0, 8625.0, 8696.0, 8624.0, 8733.0, 8707.0, 8712.0, 8695.0, 8687.0, 8630.0, 8659.0, 8622.0, 8664.0, 8632.0, 8601.0, 8599.0, 8578.0, 8616.0, 8637.0, 8647.0, 8619.0, 8648.0, 8639.0, 8685.0, 8602.0, 8676.0, 8627.0, 8650.0, 8679.0, 8672.0, 8658.0, 8713.0, 8668.0, 8738.0, 8696.0, 8680.0, 8694.0, 8669.0, 8746.0, 8739.0, 8736.0, 8688.0, 8714.0, 8657.0, 8707.0, 8641.0, 8683.0, 8591.0, 8660.0, 8597.0, 8684.0, 8631.0, 8617.0, 8617.0, 8621.0, 8625.0, 8617.0, 8623.0, 8624.0, 8643.0, 8677.0, 8628.0, 8667.0, 8622.0, 8637.0, 8638.0, 8662.0, 8666.0, 8657.0, 8639.0, 8636.0, 8642.0, 8657.0, 8668.0, 8670.0, 8715.0, 8676.0, 8747.0, 8720.0, 8774.0, 8730.0, 8753.0, 8713.0, 8770.0, 8714.0, 8770.0, 8708.0, 8690.0, 8703.0, 8671.0, 8733.0, 8663.0, 8756.0, 8698.0, 8743.0, 8671.0, 8744.0, 8702.0, 8751.0, 8717.0, 8742.0, 8694.0, 8694.0, 8686.0, 8671.0, 8714.0, 8670.0, 8763.0, 8662.0, 8745.0, 8669.0, 8733.0, 8708.0, 8702.0, 8730.0, 8651.0, 8724.0, 8665.0, 8726.0, 8678.0, 8741.0, 8663.0, 8720.0, 8648.0, 8736.0, 8680.0, 8714.0, 8643.0, 8709.0, 8636.0, 8712.0, 8651.0, 8699.0, 8631.0, 8643.0, 8649.0, 8667.0, 8692.0, 8692.0, 8730.0, 8682.0, 8725.0, 8693.0, 8767.0, 8718.0, 8758.0, 8710.0, 8736.0, 8672.0, 8725.0, 8682.0, 8654.0, 8669.0, 8688.0, 8731.0, 8676.0, 8692.0, 8718.0, 8691.0, 8744.0, 8712.0, 8674.0, 8725.0, 8673.0, 8770.0, 8723.0, 8741.0, 8699.0, 8676.0, 8763.0, 8721.0, 8728.0, 8719.0, 8709.0, 8695.0, 8680.0, 8650.0, 8638.0, 8676.0, 8616.0, 8641.0, 8617.0, 8623.0, 8626.0, 8623.0, 8640.0, 8642.0, 8689.0, 8669.0, 8720.0, 8651.0, 8676.0, 8694.0, 8651.0, 8731.0, 8671.0, 8719.0, 8646.0, 8715.0, 8673.0, 8706.0, 8652.0, 8706.0, 8651.0, 8678.0, 8661.0, 8662.0, 8674.0, 8692.0, 8699.0, 8687.0, 8722.0, 8696.0, 8723.0, 8716.0, 8758.0, 8694.0, 8719.0, 8689.0, 8672.0, 8688.0, 8700.0, 8700.0, 8666.0, 8697.0, 8689.0, 8739.0, 8699.0, 8747.0, 8677.0, 8705.0, 8740.0, 8722.0, 8766.0, 8703.0, 8764.0, 8696.0, 8740.0, 8674.0, 8731.0, 8675.0, 8730.0, 8642.0, 8736.0, 8669.0, 8681.0, 8644.0, 8641.0, 8668.0, 8631.0, 8703.0, 8673.0, 8724.0, 8682.0, 8732.0, 8649.0, 8721.0, 8663.0, 8666.0, 8663.0, 8647.0, 8709.0, 8695.0, 8714.0, 8669.0, 8678.0, 8721.0, 8650.0, 8651.0, 8674.0, 8664.0, 8703.0, 8700.0, 8700.0, 8762.0, 8723.0, 8704.0, 8783.0, 8724.0, 8624.0, 8658.0, 8723.0, 8767.0, 8753.0, 8640.0, 8700.0, 8581.0, 8556.0, 8592.0, 8642.0, 8674.0, 8624.0, 8678.0, 8648.0, 8613.0, 8627.0, 8600.0, 8660.0, 8577.0, 8592.0, 8581.0, 8589.0, 8615.0, 8590.0, 8558.0, 8585.0, 8506.0, 8516.0, 8570.0, 8591.0, 8595.0, 8621.0, 8636.0, 8667.0, 8659.0, 8747.0, 8721.0, 8756.0, 8724.0, 8701.0, 8681.0, 8654.0, 8699.0, 8656.0, 8709.0, 8631.0, 8712.0, 8626.0, 8771.0, 8653.0, 8648.0, 8643.0, 8654.0, 8643.0, 8667.0, 8705.0, 8689.0, 8714.0, 8673.0, 8687.0, 8700.0, 8701.0, 8744.0, 8708.0, 8774.0, 8725.0, 8773.0, 8719.0, 8754.0, 8705.0, 8743.0, 8697.0, 8740.0, 8698.0, 8737.0, 8708.0, 8736.0, 8715.0, 8697.0, 8668.0, 8652.0, 8679.0, 8657.0, 8720.0, 8631.0, 8700.0, 8673.0, 8728.0, 8671.0, 8728.0, 8662.0, 8731.0, 8717.0, 8749.0, 8673.0, 8663.0, 8680.0, 8652.0, 8715.0, 8676.0, 8736.0, 8701.0, 8692.0, 8760.0, 8767.0, 8720.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.00620693103448276</td></tr>
<tr><td colspan=3>aqi</td><td>0.055826002413793104</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.993184110586924</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.180309749551209</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0556260522324512</td></tr>
<tr><td colspan=3>efc</td><td>0.4621</td></tr>
<tr><td colspan=3>fber</td><td>5002.6621</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.25233693652736</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>362</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>41.60919540229885</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.819195286159445</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.735557207506506</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.0766212902839962</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.645407360687832</td></tr>
<tr><td colspan=3>gcor</td><td>0.0163988</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009736352600157261</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.030420083552598953</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.6355787847184797</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>19.3928</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.6492</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>165.9953</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307388.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>761.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>308.4545</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.5599</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>510.0979</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3088.5873</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3334.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69156.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>871.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4095.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>917.0413</td></tr>
<tr><td colspan=3>tsnr</td><td>25.57867989409715</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>