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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0026/ses-01/func/sub-0026_ses-01_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>40622c4ee5c44efefc4576eefdc4279d</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>10:24:56.392500</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_VE11C_LATEST_20160120</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.997332, 0.0280842, 0.0673761, -0.0351761, 0.993691, 0.106496]</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.100624</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4175, -7734, -7263, 602, 9, -100, 17, 31]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>268.764</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e3ff0f75-7995-4718-8006-594f41527fcf||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.675769567489624, -0.09437492489814758, 0.1726924031972885, 111.96189880371094], [-0.07534785568714142, 2.6659996509552, 0.293170303106308, -89.41337585449219], [0.18076510727405548, -0.2857200503349304, 2.6784751415252686, -46.80150604248047], [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': ['102456.392500', '102456.852500', '102457.312500', '102457.772500', '102458.232500', '102458.692500', '102459.152500', '102459.612500', '102500.072500', '102500.532500', '102500.992500', '102501.452500', '102501.912500', '102502.372500', '102502.832500', '102503.292500', '102503.752500', '102504.212500', '102504.672500', '102505.132500', '102505.592500', '102506.052500', '102506.512500', '102506.972500', '102507.432500', '102507.892500', '102508.352500', '102508.812500', '102509.272500', '102509.732500', '102510.192500', '102510.652500', '102511.112500', '102511.572500', '102512.032500', '102512.492500', '102512.952500', '102513.412500', '102513.872500', '102514.332500', '102514.792500', '102515.252500', '102515.712500', '102516.172500', '102516.632500', '102517.092500', '102517.552500', '102518.012500', '102518.472500', '102518.932500', '102519.392500', '102519.852500', '102520.312500', '102520.772500', '102521.232500', '102521.692500', '102522.152500', '102522.612500', '102523.072500', '102523.532500', '102523.992500', '102524.452500', '102524.912500', '102525.372500', '102525.832500', '102526.292500', '102526.752500', '102527.212500', '102527.672500', '102528.132500', '102528.592500', '102529.052500', '102529.512500', '102529.972500', '102530.432500', '102530.892500', '102531.352500', '102531.812500', '102532.272500', '102532.732500', '102533.192500', '102533.652500', '102534.112500', '102534.572500', '102535.032500', '102535.492500', '102535.952500', '102536.412500', '102536.872500', '102537.332500', '102537.792500', '102538.252500', '102538.712500', '102539.172500', '102539.632500', '102540.092500', '102540.552500', '102541.012500', '102541.472500', '102541.932500', '102542.392500', '102542.852500', '102543.312500', '102543.772500', '102544.232500', '102544.692500', '102545.152500', '102545.612500', '102546.072500', '102546.532500', '102546.992500', '102547.452500', '102547.912500', '102548.372500', '102548.832500', '102549.292500', '102549.752500', '102550.212500', '102550.672500', '102551.132500', '102551.592500', '102552.052500', '102552.512500', '102552.972500', '102553.432500', '102553.892500', '102554.352500', '102554.812500', '102555.272500', '102555.732500', '102556.192500', '102556.652500', '102557.112500', '102557.572500', '102558.032500', '102558.492500', '102558.952500', '102559.412500', '102559.872500', '102600.332500', '102600.792500', '102601.252500', '102601.712500', '102602.172500', '102602.632500', '102603.092500', '102603.552500', '102604.012500', '102604.472500', '102604.932500', '102605.392500', '102605.852500', '102606.312500', '102606.772500', '102607.232500', '102607.692500', '102608.152500', '102608.612500', '102609.072500', '102609.532500', '102609.992500', '102610.452500', '102610.912500', '102611.372500', '102611.832500', '102612.292500', '102612.752500', '102613.212500', '102613.672500', '102614.132500', '102614.592500', '102615.052500', '102615.512500', '102615.972500', '102616.432500', '102616.892500', '102617.352500', '102617.812500', '102618.272500', '102618.732500', '102619.192500', '102619.652500', '102620.112500', '102620.572500', '102621.032500', '102621.492500', '102621.952500', '102622.412500', '102622.872500', '102623.332500', '102623.792500', '102624.252500', '102624.712500', '102625.172500', '102625.632500', '102626.092500', '102626.552500', '102627.012500', '102627.472500', '102627.932500', '102628.392500', '102628.852500', '102629.312500', '102629.772500', '102630.232500', '102630.692500', '102631.152500', '102631.612500', '102632.072500', '102632.532500', '102632.992500', '102633.452500', '102633.912500', '102634.372500', '102634.832500', '102635.292500', '102635.752500', '102636.212500', '102636.672500', '102637.132500', '102637.592500', '102638.052500', '102638.512500', '102638.972500', '102639.432500', '102639.892500', '102640.352500', '102640.812500', '102641.272500', '102641.732500', '102642.192500', '102642.652500', '102643.112500', '102643.572500', '102644.032500', '102644.492500', '102644.952500', '102645.412500', '102645.872500', '102646.332500', '102646.792500', '102647.252500', '102647.712500', '102648.172500', '102648.632500', '102649.092500', '102649.552500', '102650.012500', '102650.472500', '102650.932500', '102651.392500', '102651.852500', '102652.312500', '102652.772500', '102653.232500', '102653.692500', '102654.152500', '102654.612500', '102655.072500', '102655.532500', '102655.992500', '102656.452500', '102656.912500', '102657.372500', '102657.832500', '102658.292500', '102658.752500', '102659.212500', '102659.672500', '102700.132500', '102700.592500', '102701.052500', '102701.512500', '102701.972500', '102702.432500', '102702.892500', '102703.352500', '102703.812500', '102704.272500', '102704.732500', '102705.192500', '102705.652500', '102706.112500', '102706.572500', '102707.032500', '102707.492500', '102707.952500', '102708.412500', '102708.872500', '102709.332500', '102709.792500', '102710.252500', '102710.712500', '102711.172500', '102711.632500', '102712.092500', '102712.552500', '102713.012500', '102713.472500', '102713.932500', '102714.392500', '102714.852500', '102715.312500', '102715.772500', '102716.232500', '102716.692500', '102717.152500', '102717.612500', '102718.072500', '102718.532500', '102718.992500', '102719.452500', '102719.912500', '102720.372500', '102720.832500', '102721.292500', '102721.752500', '102722.212500', '102722.672500', '102723.132500', '102723.592500', '102724.052500', '102724.512500', '102724.972500', '102725.432500', '102725.892500', '102726.352500', '102726.812500', '102727.272500', '102727.732500', '102728.192500', '102728.652500', '102729.112500', '102729.572500', '102730.032500', '102730.492500', '102730.952500', '102731.412500', '102731.872500', '102732.332500', '102732.792500', '102733.252500', '102733.712500', '102734.172500', '102734.632500', '102735.092500', '102735.552500', '102736.012500', '102736.472500', '102736.932500', '102737.392500', '102737.852500', '102738.312500', '102738.772500', '102739.232500', '102739.692500', '102740.152500', '102740.612500', '102741.072500', '102741.532500', '102741.992500', '102742.452500', '102742.912500', '102743.372500', '102743.832500', '102744.292500', '102744.752500', '102745.212500', '102745.672500', '102746.132500', '102746.592500', '102747.052500', '102747.512500', '102747.972500', '102748.432500', '102748.892500', '102749.352500', '102749.812500', '102750.272500', '102750.732500', '102751.192500', '102751.652500', '102752.112500', '102752.572500', '102753.032500', '102753.492500', '102753.952500', '102754.412500', '102754.872500', '102755.332500', '102755.792500', '102756.252500', '102756.712500', '102757.172500', '102757.632500', '102758.092500', '102758.552500', '102759.012500', '102759.472500', '102759.932500', '102800.392500', '102800.852500', '102801.312500', '102801.772500', '102802.232500', '102802.692500', '102803.152500', '102803.612500', '102804.072500', '102804.532500', '102804.992500', '102805.452500', '102805.912500', '102806.372500', '102806.832500', '102807.292500', '102807.752500', '102808.212500', '102808.672500', '102809.132500', '102809.592500', '102810.052500', '102810.512500', '102810.972500', '102811.432500', '102811.892500', '102812.352500', '102812.812500', '102813.272500', '102813.732500', '102814.192500', '102814.652500', '102815.112500', '102815.572500', '102816.032500', '102816.492500', '102816.952500', '102817.412500', '102817.872500', '102818.332500', '102818.792500', '102819.252500', '102819.712500', '102820.172500', '102820.632500', '102821.092500', '102821.552500', '102822.012500', '102822.472500', '102822.932500', '102823.392500', '102823.852500', '102824.312500', '102824.772500', '102825.232500', '102825.692500', '102826.152500', '102826.612500', '102827.072500', '102827.532500', '102827.992500', '102828.452500', '102828.912500', '102829.372500', '102829.832500', '102830.292500', '102830.752500', '102831.212500', '102831.672500', '102832.132500', '102832.592500', '102833.052500', '102833.512500', '102833.972500', '102834.432500', '102834.892500', '102835.352500', '102835.812500', '102836.272500', '102836.732500', '102837.192500', '102837.652500', '102838.112500', '102838.572500', '102839.032500', '102839.492500', '102839.952500', '102840.412500', '102840.872500', '102841.332500', '102841.792500', '102842.252500', '102842.712500', '102843.172500', '102843.632500', '102844.092500', '102844.552500', '102845.012500', '102845.472500', '102845.932500', '102846.392500', '102846.852500', '102847.312500', '102847.772500', '102848.232500', '102848.692500', '102849.152500', '102849.612500', '102850.072500', '102850.532500', '102850.992500', '102851.452500', '102851.912500', '102852.372500', '102852.832500', '102853.292500', '102853.752500', '102854.212500', '102854.672500', '102855.132500', '102855.592500', '102856.052500', '102856.512500', '102856.972500', '102857.432500', '102857.892500', '102858.352500', '102858.812500', '102859.272500', '102859.732500', '102900.192500', '102900.652500', '102901.112500', '102901.572500', '102902.032500', '102902.492500', '102902.952500', '102903.412500', '102903.872500', '102904.332500', '102904.792500', '102905.252500', '102905.712500', '102906.172500', '102906.632500', '102907.092500', '102907.552500', '102908.012500', '102908.472500', '102908.932500', '102909.392500', '102909.852500', '102910.312500', '102910.772500', '102911.232500', '102911.692500', '102912.152500', '102912.612500', '102913.072500', '102913.532500', '102913.992500', '102914.452500', '102914.912500', '102915.372500', '102915.832500', '102916.292500', '102916.752500', '102917.212500', '102917.672500', '102918.132500', '102918.592500', '102919.052500', '102919.512500', '102919.972500', '102920.432500', '102920.892500', '102921.352500', '102921.812500', '102922.272500', '102922.732500', '102923.192500', '102923.652500', '102924.112500', '102924.572500', '102925.032500', '102925.492500', '102925.952500', '102926.412500', '102926.872500', '102927.332500', '102927.792500', '102928.252500', '102928.712500', '102929.172500', '102929.632500', '102930.092500', '102930.552500', '102931.012500', '102931.472500', '102931.932500', '102932.392500', '102932.852500', '102933.312500', '102933.772500', '102934.232500', '102934.692500', '102935.152500', '102935.612500', '102936.072500', '102936.532500', '102936.992500', '102937.452500', '102937.912500', '102938.372500', '102938.832500', '102939.292500', '102939.752500', '102940.212500', '102940.672500', '102941.132500', '102941.592500', '102942.052500', '102942.512500', '102942.972500', '102943.432500', '102943.892500', '102944.352500', '102944.812500', '102945.272500', '102945.732500', '102946.192500', '102946.652500', '102947.112500', '102947.572500', '102948.032500', '102948.492500', '102948.952500', '102949.412500', '102949.872500', '102950.332500', '102950.792500', '102951.252500', '102951.712500', '102952.172500', '102952.632500', '102953.092500', '102953.552500', '102954.012500', '102954.472500', '102954.932500', '102955.392500', '102955.852500', '102956.312500', '102956.772500', '102957.232500', '102957.692500', '102958.152500', '102958.612500', '102959.072500', '102959.532500', '102959.992500', '103000.452500', '103000.912500', '103001.372500', '103001.832500', '103002.292500', '103002.752500', '103003.212500', '103003.672500', '103004.132500', '103004.592500', '103005.052500', '103005.512500', '103005.972500', '103006.432500', '103006.892500', '103007.352500', '103007.812500', '103008.272500', '103008.732500', '103009.192500', '103009.652500', '103010.112500', '103010.572500', '103011.032500', '103011.492500', '103011.952500', '103012.412500', '103012.872500', '103013.332500', '103013.792500', '103014.252500', '103014.712500', '103015.172500', '103015.632500', '103016.092500', '103016.552500', '103017.012500', '103017.472500', '103017.932500', '103018.392500', '103018.852500', '103019.312500', '103019.772500', '103020.232500', '103020.692500', '103021.152500', '103021.612500', '103022.072500', '103022.532500', '103022.992500', '103023.452500', '103023.912500', '103024.372500', '103024.832500', '103025.292500', '103025.752500', '103026.212500', '103026.672500', '103027.132500', '103027.592500', '103028.052500', '103028.512500', '103028.972500', '103029.432500', '103029.892500', '103030.352500', '103030.812500', '103031.272500', '103031.732500', '103032.192500', '103032.652500', '103033.112500', '103033.572500', '103034.032500', '103034.492500', '103034.952500', '103035.412500', '103035.872500', '103036.332500', '103036.792500', '103037.252500', '103037.712500', '103038.172500', '103038.632500', '103039.092500', '103039.552500', '103040.012500', '103040.472500', '103040.932500', '103041.392500', '103041.852500', '103042.312500', '103042.772500', '103043.232500', '103043.692500', '103044.152500', '103044.612500', '103045.072500', '103045.532500', '103045.992500', '103046.452500', '103046.912500', '103047.372500', '103047.832500', '103048.292500', '103048.752500', '103049.212500', '103049.672500', '103050.132500', '103050.592500', '103051.052500', '103051.512500', '103051.972500', '103052.432500', '103052.892500', '103053.352500', '103053.812500', '103054.272500', '103054.732500', '103055.192500', '103055.652500', '103056.112500', '103056.572500', '103057.032500', '103057.492500', '103057.952500', '103058.412500', '103058.872500', '103059.332500', '103059.792500', '103100.252500', '103100.712500', '103101.172500', '103101.632500', '103102.092500', '103102.552500', '103103.012500', '103103.472500', '103103.932500', '103104.392500', '103104.852500', '103105.312500', '103105.772500', '103106.232500', '103106.692500', '103107.152500', '103107.612500', '103108.072500', '103108.532500', '103108.992500', '103109.452500', '103109.912500', '103110.372500', '103110.832500', '103111.292500', '103111.752500', '103112.212500', '103112.672500', '103113.132500', '103113.592500', '103114.052500', '103114.512500', '103114.972500', '103115.432500', '103115.892500', '103116.352500', '103116.812500', '103117.272500', '103117.732500', '103118.192500', '103118.652500', '103119.112500', '103119.572500', '103120.032500', '103120.492500', '103120.952500', '103121.412500', '103121.872500', '103122.332500', '103122.792500', '103123.252500', '103123.712500', '103124.172500', '103124.632500', '103125.092500', '103125.552500', '103126.012500', '103126.472500', '103126.932500', '103127.392500', '103127.852500', '103128.312500', '103128.772500', '103129.232500', '103129.692500', '103130.152500', '103130.612500', '103131.072500', '103131.532500', '103131.992500', '103132.452500', '103132.912500', '103133.372500', '103133.832500', '103134.292500', '103134.752500', '103135.212500', '103135.672500', '103136.132500', '103136.592500', '103137.052500'], 'ContentTime': ['102519.991000', '102519.995000', '102519.998000', '102520.002000', '102520.005000', '102520.007000', '102520.010000', '102520.013000', '102520.016000', '102520.019000', '102520.022000', '102520.025000', '102520.028000', '102520.031000', '102520.034000', '102520.036000', '102520.039000', '102520.042000', '102520.045000', '102520.048000', '102520.051000', '102520.054000', '102520.057000', '102520.059000', '102520.071000', '102520.074000', '102520.077000', '102520.080000', '102520.083000', '102520.086000', '102520.088000', '102520.091000', '102520.094000', '102520.097000', '102520.100000', '102520.103000', '102520.106000', '102520.109000', '102520.111000', '102520.114000', '102520.117000', '102520.120000', '102520.123000', '102520.126000', '102520.129000', '102520.147000', '102520.154000', '102520.157000', '102520.160000', '102520.162000', '102539.949000', '102539.952000', '102539.955000', '102539.958000', '102539.961000', '102539.964000', '102539.967000', '102539.969000', '102539.972000', '102539.975000', '102539.978000', '102539.981000', '102539.984000', '102539.987000', '102539.989000', '102539.992000', '102539.995000', '102539.998000', '102540.002000', '102540.005000', '102540.008000', '102540.011000', '102540.014000', '102540.016000', '102540.019000', '102540.022000', '102540.025000', '102540.028000', '102540.031000', '102540.034000', '102540.037000', '102540.040000', '102540.044000', '102540.047000', '102540.050000', '102540.052000', '102540.055000', '102540.058000', '102540.061000', '102540.064000', '102540.067000', '102540.070000', '102540.073000', '102559.949000', '102559.952000', '102559.955000', '102559.958000', '102559.960000', '102559.963000', '102559.966000', '102559.969000', '102559.972000', '102559.975000', '102559.978000', '102559.981000', '102559.983000', '102559.986000', '102559.989000', '102559.992000', '102559.995000', '102559.998000', '102600.002000', '102600.005000', '102600.008000', '102600.011000', '102600.014000', '102600.016000', '102600.019000', '102600.022000', '102600.025000', '102600.028000', '102600.031000', '102600.034000', '102600.037000', '102600.040000', '102600.043000', '102600.046000', '102600.048000', '102600.051000', '102600.054000', '102600.057000', '102600.060000', '102600.065000', '102600.068000', '102600.071000', '102600.074000', '102600.076000', '102619.948000', '102619.951000', '102619.954000', '102619.957000', '102619.960000', '102619.963000', '102619.965000', '102619.968000', '102619.971000', '102619.974000', '102619.977000', '102619.980000', '102619.983000', '102619.986000', '102619.988000', '102619.991000', '102619.994000', '102619.997000', '102620.007000', '102620.010000', '102620.013000', '102620.016000', '102620.019000', '102620.021000', '102620.024000', '102620.027000', '102620.030000', '102620.033000', '102620.036000', '102620.039000', '102620.042000', '102620.045000', '102620.048000', '102620.051000', '102620.054000', '102620.057000', '102620.059000', '102620.062000', '102620.065000', '102620.068000', '102620.071000', '102620.074000', '102620.077000', '102639.948000', '102639.951000', '102639.954000', '102639.957000', '102639.960000', '102639.963000', '102639.965000', '102639.985000', '102639.988000', '102639.991000', '102639.994000', '102639.996000', '102640.000000', '102640.003000', '102640.006000', '102640.009000', '102640.012000', '102640.027000', '102640.030000', '102640.032000', '102640.035000', '102640.038000', '102640.041000', '102640.044000', '102640.047000', '102640.050000', '102640.053000', '102640.056000', '102640.059000', '102640.062000', '102640.065000', '102640.068000', '102640.070000', '102640.073000', '102640.076000', '102640.079000', '102640.082000', '102640.085000', '102640.088000', '102640.091000', '102640.093000', '102640.096000', '102640.099000', '102659.949000', '102659.952000', '102659.955000', '102659.958000', '102659.961000', '102659.963000', '102659.966000', '102659.969000', '102659.972000', '102659.975000', '102659.978000', '102659.981000', '102659.984000', '102659.987000', '102659.990000', '102659.993000', '102659.996000', '102700.000000', '102700.002000', '102700.005000', '102700.008000', '102700.011000', '102700.014000', '102700.017000', '102700.020000', '102700.023000', '102700.026000', '102700.029000', '102700.032000', '102700.034000', '102700.037000', '102700.040000', '102700.043000', '102700.046000', '102700.049000', '102700.052000', '102700.055000', '102700.058000', '102700.060000', '102700.063000', '102700.066000', '102700.069000', '102700.072000', '102700.075000', '102719.949000', '102719.952000', '102719.955000', '102719.958000', '102719.962000', '102719.965000', '102719.968000', '102719.971000', '102719.974000', '102719.977000', '102719.980000', '102719.982000', '102719.985000', '102719.988000', '102719.991000', '102719.994000', '102719.997000', '102720.001000', '102720.004000', '102720.007000', '102720.010000', '102720.013000', '102720.015000', '102720.018000', '102720.021000', '102720.024000', '102720.027000', '102720.030000', '102720.033000', '102720.036000', '102720.039000', '102720.042000', '102720.044000', '102720.047000', '102720.050000', '102720.053000', '102720.056000', '102720.059000', '102720.062000', '102720.065000', '102720.068000', '102720.070000', '102720.073000', '102739.949000', '102739.952000', '102739.955000', '102739.958000', '102739.961000', '102739.964000', '102739.967000', '102739.969000', '102739.972000', '102739.975000', '102739.978000', '102739.981000', '102739.984000', '102739.987000', '102739.990000', '102739.993000', '102739.996000', '102739.998000', '102740.002000', '102740.005000', '102740.008000', '102740.011000', '102740.014000', '102740.017000', '102740.020000', '102740.023000', '102740.026000', '102740.028000', '102740.031000', '102740.034000', '102740.037000', '102740.040000', '102740.043000', '102740.046000', '102740.049000', '102740.052000', '102740.055000', '102740.057000', '102740.060000', '102740.063000', '102740.066000', '102740.069000', '102740.072000', '102740.075000', '102759.949000', '102759.952000', '102759.955000', '102759.958000', '102759.961000', '102759.964000', '102759.967000', '102759.969000', '102759.972000', '102759.975000', '102759.979000', '102759.981000', '102759.984000', '102759.987000', '102759.990000', '102759.993000', '102759.996000', '102800.000000', '102800.003000', '102800.006000', '102800.009000', '102800.012000', '102800.014000', '102800.017000', '102800.020000', '102800.023000', '102800.026000', '102800.029000', '102800.032000', '102800.035000', '102800.038000', '102800.041000', '102800.044000', '102800.046000', '102800.049000', '102800.052000', '102800.055000', '102800.058000', '102800.061000', '102800.064000', '102800.067000', '102800.070000', '102800.073000', '102819.949000', '102819.952000', '102819.955000', '102819.958000', '102819.961000', '102819.964000', '102819.967000', '102819.970000', '102819.976000', '102819.979000', '102819.981000', '102819.984000', '102819.987000', '102820.000000', '102820.003000', '102820.006000', '102820.009000', '102820.012000', '102820.015000', '102820.018000', '102820.020000', '102820.023000', '102820.026000', '102820.029000', '102820.032000', '102820.035000', '102820.038000', '102820.041000', '102820.044000', '102820.046000', '102820.049000', '102820.052000', '102820.055000', '102820.058000', '102820.061000', '102820.064000', '102820.067000', '102820.070000', '102820.073000', '102820.075000', '102820.078000', '102820.081000', '102820.084000', '102820.087000', '102839.948000', '102839.951000', '102839.954000', '102839.957000', '102839.960000', '102839.963000', '102839.966000', '102839.969000', '102839.971000', '102839.974000', '102839.977000', '102839.980000', '102839.983000', '102839.986000', '102839.989000', '102839.992000', '102839.995000', '102839.998000', '102840.002000', '102840.005000', '102840.008000', '102840.011000', '102840.014000', '102840.017000', '102840.020000', '102840.023000', '102840.026000', '102840.029000', '102840.032000', '102840.035000', '102840.037000', '102840.040000', '102840.043000', '102840.046000', '102840.049000', '102840.052000', '102840.055000', '102840.058000', '102840.060000', '102840.063000', '102840.066000', '102840.069000', '102840.072000', '102859.948000', '102859.951000', '102859.954000', '102859.957000', '102859.960000', '102859.963000', '102859.965000', '102859.968000', '102859.971000', '102859.974000', '102859.977000', '102859.980000', '102859.983000', '102859.986000', '102859.989000', '102859.992000', '102859.994000', '102859.997000', '102900.001000', '102900.004000', '102900.007000', '102900.010000', '102900.013000', '102900.016000', '102900.019000', '102900.022000', '102900.025000', '102900.028000', '102900.030000', '102900.033000', '102900.036000', '102900.039000', '102900.042000', '102900.045000', '102900.048000', '102900.051000', '102900.054000', '102900.056000', '102900.059000', '102900.063000', '102900.066000', '102900.069000', '102900.072000', '102900.075000', '102919.949000', '102919.952000', '102919.955000', '102919.958000', '102919.961000', '102919.964000', '102919.966000', '102919.969000', '102919.972000', '102919.975000', '102919.978000', '102919.981000', '102919.984000', '102919.987000', '102919.990000', '102919.993000', '102919.996000', '102920.000000', '102920.003000', '102920.006000', '102920.009000', '102920.012000', '102920.015000', '102920.018000', '102920.021000', '102920.023000', '102920.026000', '102920.029000', '102920.032000', '102920.035000', '102920.038000', '102920.041000', '102920.044000', '102920.047000', '102920.049000', '102920.052000', '102920.055000', '102920.058000', '102920.061000', '102920.064000', '102920.067000', '102920.070000', '102920.073000', '102939.949000', '102939.952000', '102939.955000', '102939.958000', '102939.961000', '102939.964000', '102939.967000', '102939.969000', '102939.972000', '102939.975000', '102939.978000', '102939.981000', '102939.984000', '102939.987000', '102939.990000', '102939.993000', '102939.995000', '102939.998000', '102940.002000', '102940.005000', '102940.008000', '102940.011000', '102940.014000', '102940.017000', '102940.020000', '102940.023000', '102940.025000', '102940.028000', '102940.031000', '102940.034000', '102940.037000', '102940.040000', '102940.043000', '102940.046000', '102940.049000', '102940.051000', '102940.054000', '102940.057000', '102940.071000', '102940.074000', '102940.077000', '102940.080000', '102940.083000', '102940.086000', '102959.949000', '102959.952000', '102959.955000', '102959.958000', '102959.961000', '102959.964000', '102959.967000', '102959.971000', '102959.974000', '102959.977000', '102959.979000', '102959.982000', '102959.985000', '102959.988000', '102959.991000', '102959.994000', '102959.997000', '103000.001000', '103000.004000', '103000.007000', '103000.010000', '103000.013000', '103000.016000', '103000.019000', '103000.022000', '103000.025000', '103000.028000', '103000.031000', '103000.035000', '103000.038000', '103000.041000', '103000.044000', '103000.047000', '103000.050000', '103000.053000', '103000.056000', '103000.059000', '103000.062000', '103000.065000', '103000.068000', '103000.071000', '103000.074000', '103000.077000', '103019.949000', '103019.952000', '103019.955000', '103019.958000', '103019.961000', '103019.964000', '103019.967000', '103019.969000', '103019.972000', '103019.975000', '103019.978000', '103019.981000', '103019.984000', '103019.987000', '103019.990000', '103019.993000', '103019.996000', '103019.998000', '103020.002000', '103020.005000', '103020.008000', '103020.011000', '103020.014000', '103020.017000', '103020.020000', '103020.023000', '103020.026000', '103020.028000', '103020.031000', '103020.034000', '103020.037000', '103020.040000', '103020.043000', '103020.046000', '103020.049000', '103020.052000', '103020.055000', '103020.058000', '103020.060000', '103020.063000', '103020.066000', '103020.069000', '103020.072000', '103020.075000', '103039.949000', '103039.952000', '103039.955000', '103039.958000', '103039.961000', '103039.964000', '103039.967000', '103039.970000', '103039.973000', '103039.976000', '103039.979000', '103039.982000', '103039.985000', '103039.988000', '103039.990000', '103039.994000', '103039.996000', '103040.000000', '103040.003000', '103040.006000', '103040.009000', '103040.012000', '103040.015000', '103040.018000', '103040.021000', '103040.024000', '103040.027000', '103040.030000', '103040.033000', '103040.036000', '103040.038000', '103040.041000', '103040.044000', '103040.047000', '103040.050000', '103040.053000', '103040.056000', '103040.059000', '103040.062000', '103040.065000', '103040.068000', '103040.071000', '103040.074000', '103059.948000', '103059.951000', '103059.954000', '103059.957000', '103059.960000', '103059.963000', '103059.966000', '103059.969000', '103059.972000', '103059.975000', '103059.978000', '103059.980000', '103059.983000', '103059.986000', '103059.989000', '103059.992000', '103059.995000', '103059.998000', '103100.002000', '103100.005000', '103100.008000', '103100.011000', '103100.013000', '103100.016000', '103100.019000', '103100.022000', '103100.025000', '103100.028000', '103100.031000', '103100.034000', '103100.036000', '103100.039000', '103100.042000', '103100.045000', '103100.048000', '103100.051000', '103100.054000', '103100.057000', '103100.060000', '103100.063000', '103100.066000', '103100.069000', '103100.072000', '103100.075000', '103119.949000', '103119.952000', '103119.955000', '103119.958000', '103119.961000', '103119.976000', '103119.980000', '103119.982000', '103119.985000', '103119.988000', '103119.991000', '103119.994000', '103119.997000', '103120.000000', '103120.010000', '103120.013000', '103120.016000', '103120.018000', '103120.022000', '103120.025000', '103120.027000', '103120.030000', '103120.033000', '103120.036000', '103120.039000', '103120.042000', '103120.045000', '103120.048000', '103120.051000', '103120.054000', '103120.057000', '103120.060000', '103120.063000', '103120.066000', '103120.069000', '103120.072000', '103120.075000', '103120.078000', '103120.081000', '103120.084000', '103120.087000', '103120.090000', '103120.093000', '103138.071000', '103138.074000', '103138.077000', '103138.081000', '103138.084000', '103138.087000', '103138.090000', '103138.093000', '103138.096000', '103138.099000', '103138.102000', '103138.105000', '103138.107000', '103138.111000', '103138.114000', '103138.117000', '103138.120000', '103138.123000', '103138.125000', '103138.128000', '103138.131000', '103138.134000', '103138.137000', '103138.140000', '103138.143000', '103138.146000', '103138.149000', '103138.152000', '103138.155000', '103138.158000', '103138.161000', '103138.164000', '103138.167000', '103138.170000', '103138.173000', '103138.176000', '103138.179000', '103138.182000', '103138.185000', '103138.188000'], 'InstanceCreationTime': ['102519.991000', '102519.995000', '102519.998000', '102520.002000', '102520.005000', '102520.007000', '102520.010000', '102520.013000', '102520.016000', '102520.019000', '102520.022000', '102520.025000', '102520.028000', '102520.031000', '102520.034000', '102520.036000', '102520.039000', '102520.042000', '102520.045000', '102520.048000', '102520.051000', '102520.054000', '102520.057000', '102520.059000', '102520.071000', '102520.074000', '102520.077000', '102520.080000', '102520.083000', '102520.086000', '102520.088000', '102520.091000', '102520.094000', '102520.097000', '102520.100000', '102520.103000', '102520.106000', '102520.109000', '102520.111000', '102520.114000', '102520.117000', '102520.120000', '102520.123000', '102520.126000', '102520.129000', '102520.147000', '102520.154000', '102520.157000', '102520.160000', '102520.162000', '102539.949000', '102539.952000', '102539.955000', '102539.958000', '102539.961000', '102539.964000', '102539.967000', '102539.969000', '102539.972000', '102539.975000', '102539.978000', '102539.981000', '102539.984000', '102539.987000', '102539.989000', '102539.992000', '102539.995000', '102539.998000', '102540.002000', '102540.005000', '102540.008000', '102540.011000', '102540.014000', '102540.016000', '102540.019000', '102540.022000', '102540.025000', '102540.028000', '102540.031000', '102540.034000', '102540.037000', '102540.040000', '102540.044000', '102540.047000', '102540.050000', '102540.052000', '102540.055000', '102540.058000', '102540.061000', '102540.064000', '102540.067000', '102540.070000', '102540.073000', '102559.949000', '102559.952000', '102559.955000', '102559.958000', '102559.960000', '102559.963000', '102559.966000', '102559.969000', '102559.972000', '102559.975000', '102559.978000', '102559.981000', '102559.983000', '102559.986000', '102559.989000', '102559.992000', '102559.995000', '102559.998000', '102600.002000', '102600.005000', '102600.008000', '102600.011000', '102600.014000', '102600.016000', '102600.019000', '102600.022000', '102600.025000', '102600.028000', '102600.031000', '102600.034000', '102600.037000', '102600.040000', '102600.043000', '102600.046000', '102600.048000', '102600.051000', '102600.054000', '102600.057000', '102600.060000', '102600.065000', '102600.068000', '102600.071000', '102600.074000', '102600.076000', '102619.948000', '102619.951000', '102619.954000', '102619.957000', '102619.960000', '102619.963000', '102619.965000', '102619.968000', '102619.971000', '102619.974000', '102619.977000', '102619.980000', '102619.983000', '102619.986000', '102619.988000', '102619.991000', '102619.994000', '102619.997000', '102620.007000', '102620.010000', '102620.013000', '102620.016000', '102620.019000', '102620.021000', '102620.024000', '102620.027000', '102620.030000', '102620.033000', '102620.036000', '102620.039000', '102620.042000', '102620.045000', '102620.048000', '102620.051000', '102620.054000', '102620.057000', '102620.059000', '102620.062000', '102620.065000', '102620.068000', '102620.071000', '102620.074000', '102620.077000', '102639.948000', '102639.951000', '102639.954000', '102639.957000', '102639.960000', '102639.963000', '102639.965000', '102639.985000', '102639.988000', '102639.991000', '102639.994000', '102639.996000', '102640.000000', '102640.003000', '102640.006000', '102640.009000', '102640.012000', '102640.027000', '102640.030000', '102640.032000', '102640.035000', '102640.038000', '102640.041000', '102640.044000', '102640.047000', '102640.050000', '102640.053000', '102640.056000', '102640.059000', '102640.062000', '102640.065000', '102640.068000', '102640.070000', '102640.073000', '102640.076000', '102640.079000', '102640.082000', '102640.085000', '102640.088000', '102640.091000', '102640.093000', '102640.096000', '102640.099000', '102659.949000', '102659.952000', '102659.955000', '102659.958000', '102659.961000', '102659.963000', '102659.966000', '102659.969000', '102659.972000', '102659.975000', '102659.978000', '102659.981000', '102659.984000', '102659.987000', '102659.990000', '102659.993000', '102659.996000', '102700.000000', '102700.002000', '102700.005000', '102700.008000', '102700.011000', '102700.014000', '102700.017000', '102700.020000', '102700.023000', '102700.026000', '102700.029000', '102700.032000', '102700.034000', '102700.037000', '102700.040000', '102700.043000', '102700.046000', '102700.049000', '102700.052000', '102700.055000', '102700.058000', '102700.060000', '102700.063000', '102700.066000', '102700.069000', '102700.072000', '102700.075000', '102719.949000', '102719.952000', '102719.955000', '102719.958000', '102719.962000', '102719.965000', '102719.968000', '102719.971000', '102719.974000', '102719.977000', '102719.980000', '102719.982000', '102719.985000', '102719.988000', '102719.991000', '102719.994000', '102719.997000', '102720.001000', '102720.004000', '102720.007000', '102720.010000', '102720.013000', '102720.015000', '102720.018000', '102720.021000', '102720.024000', '102720.027000', '102720.030000', '102720.033000', '102720.036000', '102720.039000', '102720.042000', '102720.044000', '102720.047000', '102720.050000', '102720.053000', '102720.056000', '102720.059000', '102720.062000', '102720.065000', '102720.068000', '102720.070000', '102720.073000', '102739.949000', '102739.952000', '102739.955000', '102739.958000', '102739.961000', '102739.964000', '102739.967000', '102739.969000', '102739.972000', '102739.975000', '102739.978000', '102739.981000', '102739.984000', '102739.987000', '102739.990000', '102739.993000', '102739.996000', '102739.998000', '102740.002000', '102740.005000', '102740.008000', '102740.011000', '102740.014000', '102740.017000', '102740.020000', '102740.023000', '102740.026000', '102740.028000', '102740.031000', '102740.034000', '102740.037000', '102740.040000', '102740.043000', '102740.046000', '102740.049000', '102740.052000', '102740.055000', '102740.057000', '102740.060000', '102740.063000', '102740.066000', '102740.069000', '102740.072000', '102740.075000', '102759.949000', '102759.952000', '102759.955000', '102759.958000', '102759.961000', '102759.964000', '102759.967000', '102759.969000', '102759.972000', '102759.975000', '102759.979000', '102759.981000', '102759.984000', '102759.987000', '102759.990000', '102759.993000', '102759.996000', '102800.000000', '102800.003000', '102800.006000', '102800.009000', '102800.012000', '102800.014000', '102800.017000', '102800.020000', '102800.023000', '102800.026000', '102800.029000', '102800.032000', '102800.035000', '102800.038000', '102800.041000', '102800.044000', '102800.046000', '102800.049000', '102800.052000', '102800.055000', '102800.058000', '102800.061000', '102800.064000', '102800.067000', '102800.070000', '102800.073000', '102819.949000', '102819.952000', '102819.955000', '102819.958000', '102819.961000', '102819.964000', '102819.967000', '102819.970000', '102819.976000', '102819.979000', '102819.981000', '102819.984000', '102819.987000', '102820.000000', '102820.003000', '102820.006000', '102820.009000', '102820.012000', '102820.015000', '102820.018000', '102820.020000', '102820.023000', '102820.026000', '102820.029000', '102820.032000', '102820.035000', '102820.038000', '102820.041000', '102820.044000', '102820.046000', '102820.049000', '102820.052000', '102820.055000', '102820.058000', '102820.061000', '102820.064000', '102820.067000', '102820.070000', '102820.073000', '102820.075000', '102820.078000', '102820.081000', '102820.084000', '102820.087000', '102839.948000', '102839.951000', '102839.954000', '102839.957000', '102839.960000', '102839.963000', '102839.966000', '102839.969000', '102839.971000', '102839.974000', '102839.977000', '102839.980000', '102839.983000', '102839.986000', '102839.989000', '102839.992000', '102839.995000', '102839.998000', '102840.002000', '102840.005000', '102840.008000', '102840.011000', '102840.014000', '102840.017000', '102840.020000', '102840.023000', '102840.026000', '102840.029000', '102840.032000', '102840.035000', '102840.037000', '102840.040000', '102840.043000', '102840.046000', '102840.049000', '102840.052000', '102840.055000', '102840.058000', '102840.060000', '102840.063000', '102840.066000', '102840.069000', '102840.072000', '102859.948000', '102859.951000', '102859.954000', '102859.957000', '102859.960000', '102859.963000', '102859.965000', '102859.968000', '102859.971000', '102859.974000', '102859.977000', '102859.980000', '102859.983000', '102859.986000', '102859.989000', '102859.992000', '102859.994000', '102859.997000', '102900.001000', '102900.004000', '102900.007000', '102900.010000', '102900.013000', '102900.016000', '102900.019000', '102900.022000', '102900.025000', '102900.028000', '102900.030000', '102900.033000', '102900.036000', '102900.039000', '102900.042000', '102900.045000', '102900.048000', '102900.051000', '102900.054000', '102900.056000', '102900.059000', '102900.063000', '102900.066000', '102900.069000', '102900.072000', '102900.075000', '102919.949000', '102919.952000', '102919.955000', '102919.958000', '102919.961000', '102919.964000', '102919.966000', '102919.969000', '102919.972000', '102919.975000', '102919.978000', '102919.981000', '102919.984000', '102919.987000', '102919.990000', '102919.993000', '102919.996000', '102920.000000', '102920.003000', '102920.006000', '102920.009000', '102920.012000', '102920.015000', '102920.018000', '102920.021000', '102920.023000', '102920.026000', '102920.029000', '102920.032000', '102920.035000', '102920.038000', '102920.041000', '102920.044000', '102920.047000', '102920.049000', '102920.052000', '102920.055000', '102920.058000', '102920.061000', '102920.064000', '102920.067000', '102920.070000', '102920.073000', '102939.949000', '102939.952000', '102939.955000', '102939.958000', '102939.961000', '102939.964000', '102939.967000', '102939.969000', '102939.972000', '102939.975000', '102939.978000', '102939.981000', '102939.984000', '102939.987000', '102939.990000', '102939.993000', '102939.995000', '102939.998000', '102940.002000', '102940.005000', '102940.008000', '102940.011000', '102940.014000', '102940.017000', '102940.020000', '102940.023000', '102940.025000', '102940.028000', '102940.031000', '102940.034000', '102940.037000', '102940.040000', '102940.043000', '102940.046000', '102940.049000', '102940.051000', '102940.054000', '102940.057000', '102940.071000', '102940.074000', '102940.077000', '102940.080000', '102940.083000', '102940.086000', '102959.949000', '102959.952000', '102959.955000', '102959.958000', '102959.961000', '102959.964000', '102959.967000', '102959.971000', '102959.974000', '102959.977000', '102959.979000', '102959.982000', '102959.985000', '102959.988000', '102959.991000', '102959.994000', '102959.997000', '103000.001000', '103000.004000', '103000.007000', '103000.010000', '103000.013000', '103000.016000', '103000.019000', '103000.022000', '103000.025000', '103000.028000', '103000.031000', '103000.035000', '103000.038000', '103000.041000', '103000.044000', '103000.047000', '103000.050000', '103000.053000', '103000.056000', '103000.059000', '103000.062000', '103000.065000', '103000.068000', '103000.071000', '103000.074000', '103000.077000', '103019.949000', '103019.952000', '103019.955000', '103019.958000', '103019.961000', '103019.964000', '103019.967000', '103019.969000', '103019.972000', '103019.975000', '103019.978000', '103019.981000', '103019.984000', '103019.987000', '103019.990000', '103019.993000', '103019.996000', '103019.998000', '103020.002000', '103020.005000', '103020.008000', '103020.011000', '103020.014000', '103020.017000', '103020.020000', '103020.023000', '103020.026000', '103020.028000', '103020.031000', '103020.034000', '103020.037000', '103020.040000', '103020.043000', '103020.046000', '103020.049000', '103020.052000', '103020.055000', '103020.058000', '103020.060000', '103020.063000', '103020.066000', '103020.069000', '103020.072000', '103020.075000', '103039.949000', '103039.952000', '103039.955000', '103039.958000', '103039.961000', '103039.964000', '103039.967000', '103039.970000', '103039.973000', '103039.976000', '103039.979000', '103039.982000', '103039.985000', '103039.988000', '103039.990000', '103039.994000', '103039.996000', '103040.000000', '103040.003000', '103040.006000', '103040.009000', '103040.012000', '103040.015000', '103040.018000', '103040.021000', '103040.024000', '103040.027000', '103040.030000', '103040.033000', '103040.036000', '103040.038000', '103040.041000', '103040.044000', '103040.047000', '103040.050000', '103040.053000', '103040.056000', '103040.059000', '103040.062000', '103040.065000', '103040.068000', '103040.071000', '103040.074000', '103059.948000', '103059.951000', '103059.954000', '103059.957000', '103059.960000', '103059.963000', '103059.966000', '103059.969000', '103059.972000', '103059.975000', '103059.978000', '103059.980000', '103059.983000', '103059.986000', '103059.989000', '103059.992000', '103059.995000', '103059.998000', '103100.002000', '103100.005000', '103100.008000', '103100.011000', '103100.013000', '103100.016000', '103100.019000', '103100.022000', '103100.025000', '103100.028000', '103100.031000', '103100.034000', '103100.036000', '103100.039000', '103100.042000', '103100.045000', '103100.048000', '103100.051000', '103100.054000', '103100.057000', '103100.060000', '103100.063000', '103100.066000', '103100.069000', '103100.072000', '103100.075000', '103119.949000', '103119.952000', '103119.955000', '103119.958000', '103119.961000', '103119.976000', '103119.980000', '103119.982000', '103119.985000', '103119.988000', '103119.991000', '103119.994000', '103119.997000', '103120.000000', '103120.010000', '103120.013000', '103120.016000', '103120.018000', '103120.022000', '103120.025000', '103120.027000', '103120.030000', '103120.033000', '103120.036000', '103120.039000', '103120.042000', '103120.045000', '103120.048000', '103120.051000', '103120.054000', '103120.057000', '103120.060000', '103120.063000', '103120.066000', '103120.069000', '103120.072000', '103120.075000', '103120.078000', '103120.081000', '103120.084000', '103120.087000', '103120.090000', '103120.093000', '103138.071000', '103138.074000', '103138.077000', '103138.081000', '103138.084000', '103138.087000', '103138.090000', '103138.093000', '103138.096000', '103138.099000', '103138.102000', '103138.105000', '103138.107000', '103138.111000', '103138.114000', '103138.117000', '103138.120000', '103138.123000', '103138.125000', '103138.128000', '103138.131000', '103138.134000', '103138.137000', '103138.140000', '103138.143000', '103138.146000', '103138.149000', '103138.152000', '103138.155000', '103138.158000', '103138.161000', '103138.164000', '103138.167000', '103138.170000', '103138.173000', '103138.176000', '103138.179000', '103138.182000', '103138.185000', '103138.188000'], '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': [10406, 12087, 11573, 11500, 12912, 10268, 11602, 9565, 9398, 8219, 8253, 8332, 8028, 7840, 7869, 8087, 8152, 8022, 8036, 8020, 9178, 8209, 9168, 8080, 9957, 8029, 9835, 8201, 8430, 8098, 8097, 8166, 8041, 8202, 8464, 8221, 8610, 8105, 8731, 8106, 8863, 8560, 10411, 8521, 10440, 8303, 9722, 8464, 12029, 9510, 13093, 9874, 11657, 9451, 10458, 8105, 7970, 8354, 8225, 9705, 8288, 10397, 8123, 8858, 8344, 9124, 8205, 8259, 7922, 8302, 8000, 8644, 8126, 10685, 8304, 8949, 8874, 8560, 8916, 8053, 8486, 7916, 8806, 8411, 8305, 10095, 8392, 11525, 8898, 12621, 10305, 12777, 8426, 8652, 8496, 7959, 12539, 9702, 12350, 8368, 8671, 11627, 7974, 10141, 7577, 7778, 8118, 7875, 7907, 7527, 8291, 7585, 8473, 8218, 9874, 7916, 11278, 8032, 10465, 7962, 9176, 8286, 7920, 11347, 8070, 10363, 7974, 8375, 8562, 7795, 8367, 8114, 9300, 7694, 8388, 7834, 8550, 8173, 8917, 8215, 10192, 7898, 9407, 7828, 7978, 8796, 7780, 12045, 8099, 9807, 8769, 7939, 11564, 8481, 11205, 7731, 8661, 8125, 8594, 8165, 9503, 8084, 9223, 8764, 8449, 9365, 7879, 11752, 8246, 12733, 10975, 12373, 9385, 9409, 8184, 7910, 8230, 7720, 8482, 7706, 9835, 7780, 8866, 8105, 7621, 8213, 8005, 9653, 7816, 9329, 7643, 8296, 7600, 8739, 7819, 8948, 7745, 11577, 9195, 12331, 10837, 12352, 10239, 11081, 7378, 7962, 8080, 7909, 8585, 7929, 10717, 7916, 10107, 7797, 7777, 8480, 7919, 9812, 7738, 8119, 7594, 8105, 7936, 8762, 7884, 11445, 8336, 10163, 8423, 8199, 12683, 9697, 11812, 8882, 10096, 11479, 9279, 11465, 7666, 7903, 7808, 8390, 8014, 9813, 7941, 8918, 8593, 7596, 8325, 8160, 9997, 7813, 8677, 7756, 8564, 7988, 8610, 8011, 8714, 8552, 7795, 8404, 8079, 8647, 8551, 8318, 9654, 8081, 7630, 8181, 8465, 9213, 8274, 12720, 9709, 11947, 7726, 9267, 8440, 7512, 9834, 8062, 11661, 8849, 11025, 7675, 8522, 7746, 8263, 7873, 8061, 7965, 9889, 7949, 7609, 10588, 7635, 10087, 10449, 8848, 10149, 7372, 11009, 7309, 9544, 7659, 8889, 7927, 8448, 7672, 8868, 7842, 9491, 8378, 10098, 8154, 12235, 7854, 10699, 7998, 7832, 11182, 7798, 8380, 7959, 7623, 9060, 7409, 9035, 7499, 7838, 7663, 8372, 7708, 8647, 7763, 11355, 8821, 10031, 7523, 8181, 8373, 7522, 12020, 8511, 10000, 10793, 7653, 11977, 7767, 10126, 7538, 8492, 7668, 7629, 7695, 7541, 8238, 7384, 8322, 7707, 9283, 8608, 7306, 10879, 8006, 7795, 12210, 9494, 11527, 9570, 12294, 10262, 11399, 9124, 9577, 7975, 7581, 10308, 7678, 10851, 8020, 7778, 12442, 8590, 10614, 7676, 8450, 8752, 7775, 11248, 7897, 12319, 8968, 12970, 8572, 9761, 7705, 8134, 7577, 9088, 7509, 8780, 7856, 7777, 8784, 7879, 9015, 7767, 9188, 7632, 10783, 7791, 9037, 7407, 7964, 7465, 8554, 7496, 9376, 7511, 9299, 7640, 7820, 8845, 7545, 9701, 7731, 8088, 8074, 7543, 7953, 8568, 11689, 10843, 11618, 7548, 7459, 7660, 8863, 7505, 8232, 8649, 7845, 10761, 7538, 8935, 8229, 7946, 10073, 8425, 11927, 8912, 9507, 7893, 10806, 8418, 11829, 8392, 10417, 8332, 9500, 10528, 7954, 11663, 9171, 12109, 10958, 10633, 10528, 8839, 7642, 11762, 7522, 8114, 7853, 7584, 9147, 7410, 7648, 9175, 7640, 7791, 7588, 7550, 7755, 7549, 8074, 7755, 7467, 9081, 7398, 8248, 7412, 8295, 9805, 8125, 10513, 7729, 9483, 8127, 11073, 10077, 8699, 11516, 7650, 11019, 7530, 9765, 7865, 7706, 8803, 7789, 8459, 7516, 7824, 8087, 7547, 8853, 7873, 7556, 7741, 7589, 7660, 8010, 7809, 10185, 7827, 9179, 8825, 7786, 11095, 7670, 8877, 7818, 7784, 8169, 9779, 7694, 12039, 9489, 12657, 8716, 12343, 8754, 10436, 13317, 10842, 11639, 7714, 7934, 10577, 7805, 11557, 8397, 9114, 7316, 7812, 7378, 7355, 7504, 7575, 7512, 8617, 7907, 7719, 10340, 7898, 10027, 8689, 11454, 9507, 8919, 7780, 7815, 7890, 7902, 10833, 9005, 9797, 8076, 7688, 7992, 7733, 9250, 8055, 10987, 8214, 10821, 7826, 10731, 7898, 9059, 7948, 7846, 10410, 8062, 10074, 8015, 8384, 7884, 7856, 8285, 9648, 10925, 11711, 7636, 7589, 8018, 7942, 7783, 8391, 8590, 8083, 8940, 8211, 11777, 9147, 11208, 8377, 8512, 12756, 9798, 11990, 8961, 10730, 8107, 9756, 8532, 8424, 9341, 8808, 11398, 9593, 11469, 7648, 7700, 7634, 8518, 7944, 8358, 7647, 7728, 9870, 8021, 7987, 8275, 7864, 7495, 7941, 8601, 7806, 8713, 8080, 8220, 8299, 8836, 7613, 11590, 7568, 8141, 8082, 8111, 9601, 8072, 8357, 7959, 9246, 8036, 9624, 7726, 10555, 7900, 9218, 7707, 9476, 7846, 10164, 8328, 9295, 14517, 8057, 10416, 7790, 9296, 8091, 8423, 7870, 7748, 8250, 8341, 8010, 8528, 7387, 7608, 8685, 7639, 9545, 7323, 7743, 10567, 7361, 7999, 7535, 7515, 9050, 7429, 8591, 7700, 7597, 7876, 7670, 7531, 7994, 9149, 7943, 10875, 8239, 11894, 12502, 12518, 14045, 10529, 11986, 7319, 8242, 7470, 7897, 8640, 7733, 8780, 7351, 8105, 7839, 7729, 8416, 7874, 9774, 7275, 9611, 7745, 8576, 7871, 8714, 7885, 8601, 8287, 10077, 8409, 12753, 9990, 9957, 11433, 8059, 11619, 8138, 10341, 7985, 9975, 7923, 11126, 8993, 13716, 10794, 12871, 7593, 10399, 7417, 8226, 9770, 7559, 8396, 7863, 7673, 9732, 7630, 8223, 7876, 7758, 10889, 7662, 9377, 7855, 7960, 10653, 7829, 10573, 7972, 9433, 7891, 7954, 11043, 8075, 10121, 7856, 10113, 7422, 9265, 7707, 7807, 7390, 7540, 9852, 7602, 7986, 8782, 7769, 9339, 7444, 8439, 8021, 7360, 9215, 7874, 8390, 7662, 8106, 7878, 7687, 11065, 7992, 10540, 7998, 8661, 10346, 7829, 11519, 7685, 10667, 8186, 11697, 7471, 8632, 7559, 7902, 9774, 7655, 9972, 7768, 10878, 9374, 13138, 8982, 8840, 7205, 7560, 8968, 7631, 8224, 7505, 7925, 9705, 7718, 9327, 7406, 7859, 7814, 8258, 7681, 8319, 8061, 8590, 10993, 8446, 11457, 8415, 11176, 9769, 12811, 11594, 13131, 11218], 'WindowCenter': [4294.0, 4289.0, 4274.0, 4258.0, 4258.0, 4222.0, 4232.0, 4211.0, 4200.0, 4189.0, 4188.0, 4186.0, 4190.0, 4190.0, 4200.0, 4203.0, 4203.0, 4204.0, 4204.0, 4215.0, 4226.0, 4218.0, 4226.0, 4217.0, 4238.0, 4219.0, 4249.0, 4231.0, 4227.0, 4219.0, 4230.0, 4240.0, 4244.0, 4257.0, 4255.0, 4258.0, 4255.0, 4249.0, 4259.0, 4259.0, 4265.0, 4255.0, 4276.0, 4255.0, 4275.0, 4246.0, 4253.0, 4244.0, 4285.0, 4255.0, 4295.0, 4252.0, 4273.0, 4253.0, 4259.0, 4232.0, 4231.0, 4241.0, 4241.0, 4254.0, 4243.0, 4263.0, 4246.0, 4255.0, 4254.0, 4266.0, 4257.0, 4256.0, 4246.0, 4245.0, 4245.0, 4245.0, 4246.0, 4276.0, 4243.0, 4253.0, 4256.0, 4257.0, 4254.0, 4245.0, 4256.0, 4245.0, 4255.0, 4246.0, 4257.0, 4277.0, 4269.0, 4301.0, 4269.0, 4311.0, 4290.0, 4308.0, 4243.0, 4242.0, 4241.0, 4231.0, 4280.0, 4252.0, 4281.0, 4231.0, 4238.0, 4269.0, 4230.0, 4249.0, 4220.0, 4217.0, 4231.0, 4230.0, 4232.0, 4231.0, 4244.0, 4235.0, 4245.0, 4257.0, 4276.0, 4247.0, 4286.0, 4245.0, 4274.0, 4233.0, 4253.0, 4233.0, 4234.0, 4272.0, 4233.0, 4262.0, 4230.0, 4232.0, 4242.0, 4228.0, 4241.0, 4233.0, 4252.0, 4235.0, 4244.0, 4248.0, 4258.0, 4256.0, 4269.0, 4260.0, 4290.0, 4258.0, 4269.0, 4247.0, 4245.0, 4254.0, 4237.0, 4285.0, 4234.0, 4265.0, 4244.0, 4247.0, 4286.0, 4256.0, 4271.0, 4234.0, 4254.0, 4244.0, 4255.0, 4245.0, 4266.0, 4247.0, 4268.0, 4255.0, 4254.0, 4265.0, 4245.0, 4283.0, 4243.0, 4280.0, 4274.0, 4283.0, 4251.0, 4241.0, 4241.0, 4232.0, 4244.0, 4234.0, 4255.0, 4246.0, 4266.0, 4236.0, 4255.0, 4244.0, 4235.0, 4245.0, 4256.0, 4263.0, 4234.0, 4254.0, 4223.0, 4256.0, 4244.0, 4257.0, 4246.0, 4258.0, 4248.0, 4286.0, 4257.0, 4296.0, 4273.0, 4282.0, 4260.0, 4259.0, 4219.0, 4230.0, 4244.0, 4244.0, 4244.0, 4245.0, 4274.0, 4241.0, 4261.0, 4229.0, 4229.0, 4241.0, 4230.0, 4251.0, 4220.0, 4228.0, 4231.0, 4244.0, 4244.0, 4255.0, 4247.0, 4285.0, 4245.0, 4265.0, 4233.0, 4233.0, 4281.0, 4238.0, 4269.0, 4229.0, 4249.0, 4259.0, 4239.0, 4257.0, 4220.0, 4231.0, 4220.0, 4231.0, 4242.0, 4263.0, 4246.0, 4255.0, 4256.0, 4247.0, 4256.0, 4258.0, 4275.0, 4246.0, 4255.0, 4245.0, 4254.0, 4245.0, 4255.0, 4246.0, 4256.0, 4257.0, 4237.0, 4246.0, 4247.0, 4258.0, 4254.0, 4244.0, 4264.0, 4234.0, 4233.0, 4243.0, 4244.0, 4255.0, 4246.0, 4295.0, 4266.0, 4283.0, 4233.0, 4253.0, 4232.0, 4222.0, 4251.0, 4232.0, 4273.0, 4243.0, 4272.0, 4232.0, 4243.0, 4231.0, 4240.0, 4243.0, 4233.0, 4243.0, 4264.0, 4232.0, 4234.0, 4261.0, 4232.0, 4265.0, 4261.0, 4241.0, 4249.0, 4218.0, 4259.0, 4222.0, 4251.0, 4230.0, 4252.0, 4245.0, 4244.0, 4234.0, 4255.0, 4243.0, 4267.0, 4245.0, 4263.0, 4232.0, 4273.0, 4228.0, 4260.0, 4216.0, 4220.0, 4260.0, 4219.0, 4228.0, 4228.0, 4232.0, 4242.0, 4220.0, 4251.0, 4234.0, 4233.0, 4243.0, 4257.0, 4248.0, 4269.0, 4248.0, 4300.0, 4269.0, 4278.0, 4236.0, 4245.0, 4243.0, 4234.0, 4284.0, 4243.0, 4264.0, 4274.0, 4233.0, 4284.0, 4222.0, 4259.0, 4232.0, 4242.0, 4232.0, 4233.0, 4234.0, 4245.0, 4257.0, 4249.0, 4259.0, 4259.0, 4282.0, 4271.0, 4249.0, 4290.0, 4247.0, 4250.0, 4310.0, 4278.0, 4286.0, 4265.0, 4298.0, 4274.0, 4286.0, 4255.0, 4265.0, 4234.0, 4233.0, 4261.0, 4233.0, 4274.0, 4232.0, 4234.0, 4280.0, 4243.0, 4263.0, 4233.0, 4231.0, 4241.0, 4219.0, 4258.0, 4229.0, 4270.0, 4243.0, 4281.0, 4229.0, 4252.0, 4221.0, 4216.0, 4221.0, 4240.0, 4218.0, 4242.0, 4231.0, 4222.0, 4242.0, 4232.0, 4254.0, 4231.0, 4251.0, 4222.0, 4260.0, 4221.0, 4242.0, 4224.0, 4232.0, 4222.0, 4244.0, 4236.0, 4256.0, 4236.0, 4266.0, 4236.0, 4235.0, 4254.0, 4233.0, 4254.0, 4233.0, 4234.0, 4245.0, 4234.0, 4232.0, 4254.0, 4285.0, 4274.0, 4285.0, 4232.0, 4230.0, 4235.0, 4254.0, 4222.0, 4244.0, 4242.0, 4243.0, 4275.0, 4233.0, 4243.0, 4232.0, 4231.0, 4249.0, 4231.0, 4272.0, 4241.0, 4249.0, 4232.0, 4261.0, 4232.0, 4282.0, 4233.0, 4261.0, 4230.0, 4250.0, 4260.0, 4218.0, 4261.0, 4238.0, 4271.0, 4262.0, 4260.0, 4262.0, 4240.0, 4221.0, 4270.0, 4218.0, 4217.0, 4218.0, 4219.0, 4239.0, 4210.0, 4219.0, 4239.0, 4220.0, 4218.0, 4218.0, 4218.0, 4220.0, 4220.0, 4230.0, 4233.0, 4222.0, 4243.0, 4224.0, 4243.0, 4219.0, 4232.0, 4250.0, 4230.0, 4249.0, 4221.0, 4250.0, 4220.0, 4262.0, 4252.0, 4239.0, 4271.0, 4220.0, 4258.0, 4219.0, 4249.0, 4232.0, 4229.0, 4239.0, 4233.0, 4241.0, 4223.0, 4232.0, 4231.0, 4233.0, 4252.0, 4242.0, 4234.0, 4235.0, 4234.0, 4234.0, 4258.0, 4245.0, 4276.0, 4233.0, 4256.0, 4255.0, 4236.0, 4274.0, 4233.0, 4255.0, 4223.0, 4222.0, 4241.0, 4264.0, 4233.0, 4296.0, 4268.0, 4294.0, 4242.0, 4280.0, 4229.0, 4251.0, 4278.0, 4248.0, 4259.0, 4206.0, 4219.0, 4244.0, 4206.0, 4256.0, 4213.0, 4226.0, 4196.0, 4207.0, 4210.0, 4220.0, 4233.0, 4234.0, 4237.0, 4257.0, 4246.0, 4237.0, 4265.0, 4235.0, 4254.0, 4231.0, 4273.0, 4250.0, 4241.0, 4222.0, 4219.0, 4229.0, 4234.0, 4260.0, 4244.0, 4262.0, 4233.0, 4221.0, 4233.0, 4230.0, 4253.0, 4232.0, 4261.0, 4242.0, 4262.0, 4218.0, 4259.0, 4219.0, 4242.0, 4229.0, 4231.0, 4260.0, 4232.0, 4252.0, 4232.0, 4230.0, 4231.0, 4229.0, 4231.0, 4253.0, 4275.0, 4283.0, 4235.0, 4221.0, 4233.0, 4231.0, 4233.0, 4246.0, 4243.0, 4245.0, 4255.0, 4247.0, 4286.0, 4253.0, 4273.0, 4230.0, 4230.0, 4280.0, 4248.0, 4267.0, 4238.0, 4259.0, 4220.0, 4239.0, 4228.0, 4227.0, 4236.0, 4228.0, 4259.0, 4235.0, 4260.0, 4208.0, 4207.0, 4218.0, 4226.0, 4220.0, 4230.0, 4218.0, 4219.0, 4249.0, 4218.0, 4229.0, 4230.0, 4230.0, 4222.0, 4233.0, 4241.0, 4231.0, 4243.0, 4231.0, 4243.0, 4231.0, 4242.0, 4231.0, 4274.0, 4221.0, 4232.0, 4221.0, 4220.0, 4239.0, 4233.0, 4233.0, 4232.0, 4255.0, 4233.0, 4252.0, 4234.0, 4271.0, 4231.0, 4237.0, 4219.0, 4251.0, 4232.0, 4260.0, 4229.0, 4240.0, 4290.0, 4218.0, 4246.0, 4208.0, 4226.0, 4217.0, 4229.0, 4218.0, 4220.0, 4229.0, 4243.0, 4233.0, 4242.0, 4222.0, 4235.0, 4243.0, 4233.0, 4253.0, 4222.0, 4232.0, 4259.0, 4221.0, 4233.0, 4221.0, 4222.0, 4240.0, 4222.0, 4242.0, 4234.0, 4234.0, 4245.0, 4235.0, 4235.0, 4246.0, 4268.0, 4245.0, 4275.0, 4245.0, 4287.0, 4285.0, 4287.0, 4293.0, 4260.0, 4272.0, 4220.0, 4231.0, 4211.0, 4231.0, 4230.0, 4220.0, 4240.0, 4222.0, 4233.0, 4232.0, 4234.0, 4244.0, 4231.0, 4255.0, 4224.0, 4256.0, 4224.0, 4240.0, 4233.0, 4242.0, 4233.0, 4244.0, 4244.0, 4265.0, 4245.0, 4284.0, 4252.0, 4250.0, 4259.0, 4220.0, 4259.0, 4219.0, 4250.0, 4221.0, 4250.0, 4232.0, 4259.0, 4240.0, 4292.0, 4262.0, 4282.0, 4220.0, 4249.0, 4219.0, 4230.0, 4238.0, 4219.0, 4230.0, 4219.0, 4220.0, 4241.0, 4220.0, 4230.0, 4217.0, 4220.0, 4257.0, 4206.0, 4228.0, 4205.0, 4206.0, 4248.0, 4206.0, 4247.0, 4208.0, 4225.0, 4204.0, 4205.0, 4245.0, 4203.0, 4234.0, 4206.0, 4247.0, 4206.0, 4226.0, 4208.0, 4206.0, 4207.0, 4219.0, 4246.0, 4209.0, 4220.0, 4231.0, 4223.0, 4241.0, 4222.0, 4232.0, 4233.0, 4223.0, 4252.0, 4234.0, 4233.0, 4222.0, 4234.0, 4232.0, 4231.0, 4274.0, 4234.0, 4264.0, 4219.0, 4230.0, 4249.0, 4221.0, 4258.0, 4220.0, 4261.0, 4232.0, 4271.0, 4224.0, 4241.0, 4222.0, 4232.0, 4251.0, 4222.0, 4262.0, 4235.0, 4273.0, 4256.0, 4296.0, 4243.0, 4242.0, 4219.0, 4223.0, 4240.0, 4221.0, 4230.0, 4211.0, 4233.0, 4253.0, 4234.0, 4252.0, 4223.0, 4232.0, 4234.0, 4230.0, 4232.0, 4232.0, 4232.0, 4243.0, 4273.0, 4233.0, 4271.0, 4232.0, 4261.0, 4249.0, 4282.0, 4260.0, 4268.0, 4259.0], 'WindowWidth': [9511.0, 9494.0, 9461.0, 9431.0, 9428.0, 9371.0, 9381.0, 9351.0, 9334.0, 9320.0, 9318.0, 9311.0, 9321.0, 9323.0, 9339.0, 9347.0, 9347.0, 9351.0, 9350.0, 9368.0, 9382.0, 9373.0, 9383.0, 9370.0, 9399.0, 9378.0, 9419.0, 9395.0, 9388.0, 9379.0, 9394.0, 9411.0, 9420.0, 9442.0, 9438.0, 9446.0, 9442.0, 9436.0, 9450.0, 9448.0, 9453.0, 9441.0, 9468.0, 9439.0, 9464.0, 9426.0, 9434.0, 9422.0, 9476.0, 9436.0, 9489.0, 9427.0, 9455.0, 9429.0, 9434.0, 9402.0, 9396.0, 9413.0, 9413.0, 9432.0, 9418.0, 9445.0, 9426.0, 9438.0, 9437.0, 9455.0, 9446.0, 9443.0, 9429.0, 9424.0, 9425.0, 9423.0, 9426.0, 9465.0, 9421.0, 9434.0, 9440.0, 9444.0, 9436.0, 9425.0, 9440.0, 9423.0, 9436.0, 9426.0, 9444.0, 9471.0, 9467.0, 9511.0, 9467.0, 9526.0, 9496.0, 9515.0, 9421.0, 9413.0, 9412.0, 9399.0, 9463.0, 9427.0, 9467.0, 9399.0, 9406.0, 9446.0, 9395.0, 9420.0, 9381.0, 9374.0, 9398.0, 9398.0, 9403.0, 9402.0, 9420.0, 9412.0, 9425.0, 9443.0, 9468.0, 9431.0, 9482.0, 9425.0, 9460.0, 9404.0, 9429.0, 9403.0, 9406.0, 9454.0, 9403.0, 9442.0, 9397.0, 9400.0, 9413.0, 9394.0, 9414.0, 9405.0, 9431.0, 9412.0, 9424.0, 9433.0, 9448.0, 9445.0, 9465.0, 9453.0, 9494.0, 9449.0, 9463.0, 9431.0, 9425.0, 9434.0, 9415.0, 9476.0, 9408.0, 9450.0, 9421.0, 9430.0, 9482.0, 9441.0, 9456.0, 9410.0, 9435.0, 9422.0, 9436.0, 9425.0, 9455.0, 9430.0, 9459.0, 9441.0, 9439.0, 9453.0, 9425.0, 9472.0, 9419.0, 9466.0, 9459.0, 9471.0, 9426.0, 9411.0, 9414.0, 9401.0, 9422.0, 9409.0, 9438.0, 9429.0, 9452.0, 9413.0, 9439.0, 9422.0, 9411.0, 9424.0, 9443.0, 9449.0, 9406.0, 9433.0, 9387.0, 9442.0, 9423.0, 9444.0, 9432.0, 9445.0, 9432.0, 9480.0, 9442.0, 9494.0, 9461.0, 9470.0, 9437.0, 9433.0, 9381.0, 9395.0, 9422.0, 9421.0, 9421.0, 9425.0, 9461.0, 9416.0, 9441.0, 9397.0, 9395.0, 9411.0, 9396.0, 9424.0, 9383.0, 9392.0, 9400.0, 9421.0, 9422.0, 9438.0, 9431.0, 9479.0, 9424.0, 9449.0, 9403.0, 9404.0, 9465.0, 9403.0, 9447.0, 9391.0, 9418.0, 9430.0, 9406.0, 9429.0, 9381.0, 9397.0, 9383.0, 9398.0, 9417.0, 9445.0, 9427.0, 9437.0, 9439.0, 9430.0, 9442.0, 9447.0, 9468.0, 9430.0, 9441.0, 9426.0, 9434.0, 9424.0, 9438.0, 9426.0, 9440.0, 9441.0, 9416.0, 9426.0, 9432.0, 9449.0, 9439.0, 9423.0, 9449.0, 9407.0, 9403.0, 9418.0, 9422.0, 9435.0, 9428.0, 9491.0, 9453.0, 9473.0, 9406.0, 9431.0, 9400.0, 9388.0, 9425.0, 9401.0, 9456.0, 9416.0, 9456.0, 9403.0, 9418.0, 9398.0, 9412.0, 9416.0, 9404.0, 9420.0, 9446.0, 9402.0, 9406.0, 9437.0, 9403.0, 9450.0, 9439.0, 9412.0, 9417.0, 9377.0, 9430.0, 9386.0, 9423.0, 9398.0, 9429.0, 9424.0, 9420.0, 9411.0, 9438.0, 9423.0, 9455.0, 9425.0, 9445.0, 9401.0, 9456.0, 9391.0, 9434.0, 9372.0, 9379.0, 9433.0, 9378.0, 9390.0, 9392.0, 9401.0, 9414.0, 9385.0, 9429.0, 9409.0, 9407.0, 9421.0, 9444.0, 9436.0, 9465.0, 9437.0, 9507.0, 9463.0, 9472.0, 9414.0, 9424.0, 9418.0, 9407.0, 9473.0, 9418.0, 9446.0, 9458.0, 9405.0, 9471.0, 9387.0, 9433.0, 9399.0, 9415.0, 9403.0, 9404.0, 9409.0, 9425.0, 9446.0, 9440.0, 9452.0, 9453.0, 9486.0, 9470.0, 9439.0, 9492.0, 9430.0, 9438.0, 9521.0, 9476.0, 9481.0, 9451.0, 9497.0, 9462.0, 9482.0, 9438.0, 9450.0, 9407.0, 9404.0, 9439.0, 9402.0, 9458.0, 9400.0, 9406.0, 9462.0, 9417.0, 9444.0, 9403.0, 9398.0, 9412.0, 9381.0, 9429.0, 9393.0, 9449.0, 9415.0, 9463.0, 9394.0, 9425.0, 9384.0, 9373.0, 9385.0, 9408.0, 9379.0, 9414.0, 9397.0, 9387.0, 9414.0, 9402.0, 9433.0, 9401.0, 9426.0, 9388.0, 9434.0, 9383.0, 9415.0, 9395.0, 9402.0, 9390.0, 9420.0, 9413.0, 9440.0, 9414.0, 9452.0, 9412.0, 9411.0, 9433.0, 9404.0, 9433.0, 9405.0, 9407.0, 9424.0, 9408.0, 9404.0, 9435.0, 9475.0, 9463.0, 9476.0, 9402.0, 9401.0, 9410.0, 9432.0, 9389.0, 9420.0, 9415.0, 9418.0, 9462.0, 9404.0, 9417.0, 9400.0, 9398.0, 9420.0, 9397.0, 9452.0, 9411.0, 9419.0, 9399.0, 9438.0, 9401.0, 9467.0, 9403.0, 9437.0, 9394.0, 9423.0, 9432.0, 9375.0, 9435.0, 9404.0, 9452.0, 9442.0, 9439.0, 9441.0, 9411.0, 9383.0, 9448.0, 9374.0, 9372.0, 9375.0, 9378.0, 9404.0, 9367.0, 9380.0, 9405.0, 9381.0, 9377.0, 9377.0, 9378.0, 9381.0, 9382.0, 9395.0, 9403.0, 9388.0, 9417.0, 9392.0, 9416.0, 9382.0, 9399.0, 9422.0, 9393.0, 9418.0, 9383.0, 9420.0, 9382.0, 9440.0, 9424.0, 9407.0, 9448.0, 9379.0, 9429.0, 9378.0, 9420.0, 9399.0, 9395.0, 9408.0, 9404.0, 9413.0, 9389.0, 9401.0, 9401.0, 9406.0, 9429.0, 9417.0, 9410.0, 9410.0, 9409.0, 9409.0, 9447.0, 9427.0, 9466.0, 9406.0, 9440.0, 9436.0, 9412.0, 9461.0, 9407.0, 9434.0, 9387.0, 9385.0, 9411.0, 9446.0, 9407.0, 9496.0, 9457.0, 9487.0, 9417.0, 9463.0, 9390.0, 9420.0, 9455.0, 9415.0, 9428.0, 9356.0, 9376.0, 9404.0, 9355.0, 9421.0, 9361.0, 9379.0, 9340.0, 9357.0, 9365.0, 9383.0, 9407.0, 9408.0, 9417.0, 9444.0, 9426.0, 9415.0, 9448.0, 9406.0, 9429.0, 9396.0, 9454.0, 9421.0, 9408.0, 9384.0, 9378.0, 9392.0, 9407.0, 9436.0, 9417.0, 9442.0, 9401.0, 9385.0, 9402.0, 9399.0, 9430.0, 9401.0, 9441.0, 9413.0, 9439.0, 9378.0, 9431.0, 9379.0, 9412.0, 9393.0, 9397.0, 9435.0, 9400.0, 9427.0, 9398.0, 9395.0, 9398.0, 9393.0, 9398.0, 9432.0, 9461.0, 9473.0, 9411.0, 9386.0, 9403.0, 9399.0, 9403.0, 9425.0, 9418.0, 9424.0, 9438.0, 9428.0, 9480.0, 9432.0, 9457.0, 9395.0, 9394.0, 9459.0, 9415.0, 9441.0, 9403.0, 9432.0, 9380.0, 9404.0, 9387.0, 9384.0, 9396.0, 9386.0, 9428.0, 9395.0, 9431.0, 9360.0, 9358.0, 9376.0, 9384.0, 9381.0, 9394.0, 9375.0, 9380.0, 9417.0, 9376.0, 9391.0, 9395.0, 9396.0, 9386.0, 9402.0, 9412.0, 9400.0, 9415.0, 9399.0, 9417.0, 9398.0, 9414.0, 9401.0, 9460.0, 9385.0, 9400.0, 9380.0, 9379.0, 9405.0, 9403.0, 9403.0, 9403.0, 9435.0, 9405.0, 9428.0, 9406.0, 9454.0, 9399.0, 9402.0, 9381.0, 9424.0, 9400.0, 9436.0, 9392.0, 9406.0, 9473.0, 9373.0, 9410.0, 9359.0, 9382.0, 9370.0, 9389.0, 9376.0, 9382.0, 9394.0, 9417.0, 9404.0, 9418.0, 9392.0, 9409.0, 9417.0, 9402.0, 9429.0, 9386.0, 9402.0, 9432.0, 9384.0, 9403.0, 9384.0, 9387.0, 9409.0, 9388.0, 9415.0, 9406.0, 9407.0, 9423.0, 9412.0, 9411.0, 9427.0, 9457.0, 9425.0, 9464.0, 9424.0, 9482.0, 9474.0, 9481.0, 9483.0, 9434.0, 9453.0, 9381.0, 9394.0, 9369.0, 9396.0, 9394.0, 9381.0, 9409.0, 9389.0, 9404.0, 9404.0, 9408.0, 9419.0, 9399.0, 9432.0, 9392.0, 9436.0, 9390.0, 9410.0, 9404.0, 9416.0, 9406.0, 9419.0, 9420.0, 9448.0, 9422.0, 9473.0, 9424.0, 9419.0, 9426.0, 9378.0, 9428.0, 9379.0, 9418.0, 9382.0, 9423.0, 9400.0, 9433.0, 9409.0, 9481.0, 9439.0, 9468.0, 9382.0, 9418.0, 9379.0, 9393.0, 9401.0, 9377.0, 9394.0, 9378.0, 9379.0, 9410.0, 9379.0, 9393.0, 9375.0, 9378.0, 9424.0, 9354.0, 9386.0, 9352.0, 9355.0, 9413.0, 9354.0, 9409.0, 9357.0, 9378.0, 9349.0, 9351.0, 9402.0, 9346.0, 9389.0, 9353.0, 9411.0, 9356.0, 9382.0, 9360.0, 9357.0, 9359.0, 9377.0, 9409.0, 9363.0, 9381.0, 9396.0, 9386.0, 9410.0, 9386.0, 9402.0, 9402.0, 9390.0, 9427.0, 9404.0, 9401.0, 9386.0, 9405.0, 9401.0, 9401.0, 9458.0, 9406.0, 9446.0, 9379.0, 9393.0, 9418.0, 9381.0, 9429.0, 9379.0, 9435.0, 9400.0, 9450.0, 9390.0, 9411.0, 9384.0, 9401.0, 9424.0, 9387.0, 9441.0, 9409.0, 9458.0, 9440.0, 9492.0, 9419.0, 9414.0, 9380.0, 9387.0, 9406.0, 9383.0, 9396.0, 9370.0, 9403.0, 9429.0, 9407.0, 9429.0, 9392.0, 9402.0, 9404.0, 9396.0, 9400.0, 9401.0, 9401.0, 9420.0, 9457.0, 9404.0, 9451.0, 9399.0, 9435.0, 9416.0, 9465.0, 9432.0, 9443.0, 9429.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.00038388761467889905</td></tr>
<tr><td colspan=3>aqi</td><td>0.01670951106651376</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.99401021999995</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1607529041561429</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9828330595637194</td></tr>
<tr><td colspan=3>efc</td><td>0.4925</td></tr>
<tr><td colspan=3>fber</td><td>5894.8672</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0775889718713627</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>4</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.45871559633027525</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4030042875416164</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.273584127611712</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6221176647565705</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3133110702565673</td></tr>
<tr><td colspan=3>gcor</td><td>0.0132185</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01045862678438425</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.045896802097558975</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.763337996689826</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>17.9456</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.533</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>208.4499</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>297296.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>1032.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>402.2704</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8511</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>631.5636</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3420.6759</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3593.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79248.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1171.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4628.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>954.7315</td></tr>
<tr><td colspan=3>tsnr</td><td>37.66085646126885</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>