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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0129/ses-04/func/sub-0129_ses-04_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>d488e3f7d49765de49a114f7000f842b</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>13:34:9.902500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.996972, -0.0689398, -0.0359629, 0.0718137, 0.99371, 0.0859244]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.120818</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4227, -7757, -7256, 128, -162, -15, 90, 132]</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.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</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>252.89</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>dd869d6c-ea9e-454c-b9fa-6dc70bd1d9c1||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6748039722442627, 0.19267088174819946, -0.0804954543709755, 105.99474334716797], [0.18496042490005493, 2.6660516262054443, 0.23826664686203003, -104.41674041748047], [-0.09648595750331879, -0.23052893579006195, 2.6882615089416504, -67.41300964355469], [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': ['133409.902500', '133410.362500', '133410.822500', '133411.282500', '133411.742500', '133412.202500', '133412.662500', '133413.122500', '133413.582500', '133414.042500', '133414.502500', '133414.962500', '133415.422500', '133415.882500', '133416.342500', '133416.802500', '133417.262500', '133417.722500', '133418.182500', '133418.642500', '133419.102500', '133419.562500', '133420.022500', '133420.482500', '133420.942500', '133421.402500', '133421.862500', '133422.322500', '133422.782500', '133423.242500', '133423.702500', '133424.162500', '133424.622500', '133425.082500', '133425.542500', '133426.002500', '133426.462500', '133426.922500', '133427.382500', '133427.842500', '133428.302500', '133428.762500', '133429.222500', '133429.682500', '133430.142500', '133430.602500', '133431.062500', '133431.522500', '133431.982500', '133432.442500', '133432.902500', '133433.362500', '133433.822500', '133434.282500', '133434.742500', '133435.202500', '133435.662500', '133436.122500', '133436.582500', '133437.042500', '133437.502500', '133437.962500', '133438.422500', '133438.882500', '133439.342500', '133439.802500', '133440.262500', '133440.722500', '133441.182500', '133441.642500', '133442.102500', '133442.562500', '133443.022500', '133443.482500', '133443.942500', '133444.402500', '133444.862500', '133445.322500', '133445.782500', '133446.242500', '133446.702500', '133447.162500', '133447.622500', '133448.082500', '133448.542500', '133449.002500', '133449.462500', '133449.922500', '133450.382500', '133450.842500', '133451.302500', '133451.762500', '133452.222500', '133452.682500', '133453.142500', '133453.602500', '133454.062500', '133454.522500', '133454.982500', '133455.442500', '133455.902500', '133456.362500', '133456.822500', '133457.282500', '133457.742500', '133458.202500', '133458.662500', '133459.122500', '133459.582500', '133500.042500', '133500.502500', '133500.962500', '133501.422500', '133501.882500', '133502.342500', '133502.802500', '133503.262500', '133503.722500', '133504.182500', '133504.642500', '133505.102500', '133505.562500', '133506.022500', '133506.482500', '133506.942500', '133507.402500', '133507.862500', '133508.322500', '133508.782500', '133509.242500', '133509.702500', '133510.162500', '133510.622500', '133511.082500', '133511.542500', '133512.002500', '133512.462500', '133512.922500', '133513.382500', '133513.842500', '133514.302500', '133514.762500', '133515.222500', '133515.682500', '133516.142500', '133516.602500', '133517.062500', '133517.522500', '133517.982500', '133518.442500', '133518.902500', '133519.362500', '133519.822500', '133520.282500', '133520.742500', '133521.202500', '133521.662500', '133522.122500', '133522.582500', '133523.042500', '133523.502500', '133523.962500', '133524.422500', '133524.882500', '133525.342500', '133525.802500', '133526.262500', '133526.722500', '133527.182500', '133527.642500', '133528.102500', '133528.562500', '133529.022500', '133529.482500', '133529.942500', '133530.402500', '133530.862500', '133531.322500', '133531.782500', '133532.242500', '133532.702500', '133533.162500', '133533.622500', '133534.082500', '133534.542500', '133535.002500', '133535.462500', '133535.922500', '133536.382500', '133536.842500', '133537.302500', '133537.762500', '133538.222500', '133538.682500', '133539.142500', '133539.602500', '133540.062500', '133540.522500', '133540.982500', '133541.442500', '133541.902500', '133542.362500', '133542.822500', '133543.282500', '133543.742500', '133544.202500', '133544.662500', '133545.122500', '133545.582500', '133546.042500', '133546.502500', '133546.962500', '133547.422500', '133547.882500', '133548.342500', '133548.802500', '133549.262500', '133549.722500', '133550.182500', '133550.642500', '133551.102500', '133551.562500', '133552.022500', '133552.482500', '133552.942500', '133553.402500', '133553.862500', '133554.322500', '133554.782500', '133555.242500', '133555.702500', '133556.162500', '133556.622500', '133557.082500', '133557.542500', '133558.002500', '133558.462500', '133558.922500', '133559.382500', '133559.842500', '133600.302500', '133600.762500', '133601.222500', '133601.682500', '133602.142500', '133602.602500', '133603.062500', '133603.522500', '133603.982500', '133604.442500', '133604.902500', '133605.362500', '133605.822500', '133606.282500', '133606.742500', '133607.202500', '133607.662500', '133608.122500', '133608.582500', '133609.042500', '133609.502500', '133609.962500', '133610.422500', '133610.882500', '133611.342500', '133611.802500', '133612.262500', '133612.722500', '133613.182500', '133613.642500', '133614.102500', '133614.562500', '133615.022500', '133615.482500', '133615.942500', '133616.402500', '133616.862500', '133617.322500', '133617.782500', '133618.242500', '133618.702500', '133619.162500', '133619.622500', '133620.082500', '133620.542500', '133621.002500', '133621.462500', '133621.922500', '133622.382500', '133622.842500', '133623.302500', '133623.762500', '133624.222500', '133624.682500', '133625.142500', '133625.602500', '133626.062500', '133626.522500', '133626.982500', '133627.442500', '133627.902500', '133628.362500', '133628.822500', '133629.282500', '133629.742500', '133630.202500', '133630.662500', '133631.122500', '133631.582500', '133632.042500', '133632.502500', '133632.962500', '133633.422500', '133633.882500', '133634.342500', '133634.802500', '133635.262500', '133635.722500', '133636.182500', '133636.642500', '133637.102500', '133637.562500', '133638.022500', '133638.482500', '133638.942500', '133639.402500', '133639.862500', '133640.322500', '133640.782500', '133641.242500', '133641.702500', '133642.162500', '133642.622500', '133643.082500', '133643.542500', '133644.002500', '133644.462500', '133644.922500', '133645.382500', '133645.842500', '133646.302500', '133646.762500', '133647.222500', '133647.682500', '133648.142500', '133648.602500', '133649.062500', '133649.522500', '133649.982500', '133650.442500', '133650.902500', '133651.362500', '133651.822500', '133652.282500', '133652.742500', '133653.202500', '133653.662500', '133654.122500', '133654.582500', '133655.042500', '133655.502500', '133655.962500', '133656.422500', '133656.882500', '133657.342500', '133657.802500', '133658.262500', '133658.722500', '133659.182500', '133659.642500', '133700.102500', '133700.562500', '133701.022500', '133701.482500', '133701.942500', '133702.402500', '133702.862500', '133703.322500', '133703.782500', '133704.242500', '133704.702500', '133705.162500', '133705.622500', '133706.082500', '133706.542500', '133707.002500', '133707.462500', '133707.922500', '133708.382500', '133708.842500', '133709.302500', '133709.762500', '133710.222500', '133710.682500', '133711.142500', '133711.602500', '133712.062500', '133712.522500', '133712.982500', '133713.442500', '133713.902500', '133714.362500', '133714.822500', '133715.282500', '133715.742500', '133716.202500', '133716.662500', '133717.122500', '133717.582500', '133718.042500', '133718.502500', '133718.962500', '133719.422500', '133719.882500', '133720.342500', '133720.802500', '133721.262500', '133721.722500', '133722.182500', '133722.642500', '133723.102500', '133723.562500', '133724.022500', '133724.482500', '133724.942500', '133725.402500', '133725.862500', '133726.322500', '133726.782500', '133727.242500', '133727.702500', '133728.162500', '133728.622500', '133729.082500', '133729.542500', '133730.002500', '133730.462500', '133730.922500', '133731.382500', '133731.842500', '133732.302500', '133732.762500', '133733.222500', '133733.682500', '133734.142500', '133734.602500', '133735.062500', '133735.522500', '133735.982500', '133736.442500', '133736.902500', '133737.362500', '133737.822500', '133738.282500', '133738.742500', '133739.202500', '133739.662500', '133740.122500', '133740.582500', '133741.042500', '133741.502500', '133741.962500', '133742.422500', '133742.882500', '133743.342500', '133743.802500', '133744.262500', '133744.722500', '133745.182500', '133745.642500', '133746.102500', '133746.562500', '133747.022500', '133747.482500', '133747.942500', '133748.402500', '133748.862500', '133749.322500', '133749.782500', '133750.242500', '133750.702500', '133751.162500', '133751.622500', '133752.082500', '133752.542500', '133753.002500', '133753.462500', '133753.922500', '133754.382500', '133754.842500', '133755.302500', '133755.762500', '133756.222500', '133756.682500', '133757.142500', '133757.602500', '133758.062500', '133758.522500', '133758.982500', '133759.442500', '133759.902500', '133800.362500', '133800.822500', '133801.282500', '133801.742500', '133802.202500', '133802.662500', '133803.122500', '133803.582500', '133804.042500', '133804.502500', '133804.962500', '133805.422500', '133805.882500', '133806.342500', '133806.802500', '133807.262500', '133807.722500', '133808.182500', '133808.642500', '133809.102500', '133809.562500', '133810.022500', '133810.482500', '133810.942500', '133811.402500', '133811.862500', '133812.322500', '133812.782500', '133813.242500', '133813.702500', '133814.162500', '133814.622500', '133815.082500', '133815.542500', '133816.002500', '133816.462500', '133816.922500', '133817.382500', '133817.842500', '133818.302500', '133818.762500', '133819.222500', '133819.682500', '133820.142500', '133820.602500', '133821.062500', '133821.522500', '133821.982500', '133822.442500', '133822.902500', '133823.362500', '133823.822500', '133824.282500', '133824.742500', '133825.202500', '133825.662500', '133826.122500', '133826.582500', '133827.042500', '133827.502500', '133827.962500', '133828.422500', '133828.882500', '133829.342500', '133829.802500', '133830.262500', '133830.722500', '133831.182500', '133831.642500', '133832.102500', '133832.562500', '133833.022500', '133833.482500', '133833.942500', '133834.402500', '133834.862500', '133835.322500', '133835.782500', '133836.242500', '133836.702500', '133837.162500', '133837.622500', '133838.082500', '133838.542500', '133839.002500', '133839.462500', '133839.922500', '133840.382500', '133840.842500', '133841.302500', '133841.762500', '133842.222500', '133842.682500', '133843.142500', '133843.602500', '133844.062500', '133844.522500', '133844.982500', '133845.442500', '133845.902500', '133846.362500', '133846.822500', '133847.282500', '133847.742500', '133848.202500', '133848.662500', '133849.122500', '133849.582500', '133850.042500', '133850.502500', '133850.962500', '133851.422500', '133851.882500', '133852.342500', '133852.802500', '133853.262500', '133853.722500', '133854.182500', '133854.642500', '133855.102500', '133855.562500', '133856.022500', '133856.482500', '133856.942500', '133857.402500', '133857.862500', '133858.322500', '133858.782500', '133859.242500', '133859.702500', '133900.162500', '133900.622500', '133901.082500', '133901.542500', '133902.002500', '133902.462500', '133902.922500', '133903.382500', '133903.842500', '133904.302500', '133904.762500', '133905.222500', '133905.682500', '133906.142500', '133906.602500', '133907.062500', '133907.522500', '133907.982500', '133908.442500', '133908.902500', '133909.362500', '133909.822500', '133910.282500', '133910.742500', '133911.202500', '133911.662500', '133912.122500', '133912.582500', '133913.042500', '133913.502500', '133913.962500', '133914.422500', '133914.882500', '133915.342500', '133915.802500', '133916.262500', '133916.722500', '133917.182500', '133917.642500', '133918.102500', '133918.562500', '133919.022500', '133919.482500', '133919.942500', '133920.402500', '133920.862500', '133921.322500', '133921.782500', '133922.242500', '133922.702500', '133923.162500', '133923.622500', '133924.082500', '133924.542500', '133925.002500', '133925.462500', '133925.922500', '133926.382500', '133926.842500', '133927.302500', '133927.762500', '133928.222500', '133928.682500', '133929.142500', '133929.602500', '133930.062500', '133930.522500', '133930.982500', '133931.442500', '133931.902500', '133932.362500', '133932.822500', '133933.282500', '133933.742500', '133934.202500', '133934.662500', '133935.122500', '133935.582500', '133936.042500', '133936.502500', '133936.962500', '133937.422500', '133937.882500', '133938.342500', '133938.802500', '133939.262500', '133939.722500', '133940.182500', '133940.642500', '133941.102500', '133941.562500', '133942.022500', '133942.482500', '133942.942500', '133943.402500', '133943.862500', '133944.322500', '133944.782500', '133945.242500', '133945.702500', '133946.162500', '133946.622500', '133947.082500', '133947.542500', '133948.002500', '133948.462500', '133948.922500', '133949.382500', '133949.842500', '133950.302500', '133950.762500', '133951.222500', '133951.682500', '133952.142500', '133952.602500', '133953.062500', '133953.522500', '133953.982500', '133954.442500', '133954.902500', '133955.362500', '133955.822500', '133956.282500', '133956.742500', '133957.202500', '133957.662500', '133958.122500', '133958.582500', '133959.042500', '133959.502500', '133959.962500', '134000.422500', '134000.882500', '134001.342500', '134001.802500', '134002.262500', '134002.722500', '134003.182500', '134003.642500', '134004.102500', '134004.562500', '134005.022500', '134005.482500', '134005.942500', '134006.402500', '134006.862500', '134007.322500', '134007.782500', '134008.242500', '134008.702500', '134009.162500', '134009.622500', '134010.082500', '134010.542500', '134011.002500', '134011.462500', '134011.922500', '134012.382500', '134012.842500', '134013.302500', '134013.762500', '134014.222500', '134014.682500', '134015.142500', '134015.602500', '134016.062500', '134016.522500', '134016.982500', '134017.442500', '134017.902500', '134018.362500', '134018.822500', '134019.282500', '134019.742500', '134020.202500', '134020.662500', '134021.122500', '134021.582500', '134022.042500', '134022.502500', '134022.962500', '134023.422500', '134023.882500', '134024.342500', '134024.802500', '134025.262500', '134025.722500', '134026.182500', '134026.642500', '134027.102500', '134027.562500', '134028.022500', '134028.482500', '134028.942500', '134029.402500', '134029.862500', '134030.322500', '134030.782500', '134031.242500', '134031.702500', '134032.162500', '134032.622500', '134033.082500', '134033.542500', '134034.002500', '134034.462500', '134034.922500', '134035.382500', '134035.842500', '134036.302500', '134036.762500', '134037.222500', '134037.682500', '134038.142500', '134038.602500', '134039.062500', '134039.522500', '134039.982500', '134040.442500', '134040.902500', '134041.362500', '134041.822500', '134042.282500', '134042.742500', '134043.202500', '134043.662500', '134044.122500', '134044.582500', '134045.042500', '134045.502500', '134045.962500', '134046.422500', '134046.882500', '134047.342500', '134047.802500', '134048.262500', '134048.722500', '134049.182500', '134049.642500', '134050.102500', '134050.562500'], 'ContentTime': ['133428.461000', '133428.464000', '133428.467000', '133428.469000', '133428.472000', '133428.475000', '133428.477000', '133428.480000', '133428.483000', '133428.485000', '133428.488000', '133428.490000', '133428.493000', '133428.495000', '133428.498000', '133428.501000', '133428.503000', '133428.506000', '133428.508000', '133428.511000', '133428.513000', '133428.516000', '133428.519000', '133428.521000', '133428.524000', '133428.526000', '133428.529000', '133428.531000', '133428.534000', '133428.537000', '133428.539000', '133428.542000', '133428.544000', '133428.551000', '133428.554000', '133428.556000', '133428.559000', '133448.433000', '133448.435000', '133448.438000', '133448.440000', '133448.443000', '133448.446000', '133448.448000', '133448.451000', '133448.453000', '133448.456000', '133448.458000', '133448.467000', '133448.469000', '133448.472000', '133448.474000', '133448.477000', '133448.479000', '133448.482000', '133448.485000', '133448.487000', '133448.490000', '133448.492000', '133448.495000', '133448.497000', '133448.500000', '133448.502000', '133448.505000', '133448.507000', '133448.510000', '133448.512000', '133448.515000', '133448.518000', '133448.520000', '133448.524000', '133448.527000', '133448.529000', '133448.532000', '133448.535000', '133448.537000', '133448.540000', '133448.542000', '133448.545000', '133448.547000', '133508.432000', '133508.435000', '133508.438000', '133508.441000', '133508.443000', '133508.446000', '133508.448000', '133508.451000', '133508.453000', '133508.456000', '133508.458000', '133508.461000', '133508.464000', '133508.466000', '133508.469000', '133508.471000', '133508.474000', '133508.476000', '133508.487000', '133508.490000', '133508.493000', '133508.495000', '133508.498000', '133508.500000', '133508.503000', '133508.505000', '133508.508000', '133508.510000', '133508.513000', '133508.516000', '133508.518000', '133508.521000', '133508.523000', '133508.526000', '133508.528000', '133508.531000', '133508.534000', '133508.536000', '133508.539000', '133508.541000', '133508.544000', '133508.546000', '133508.549000', '133508.551000', '133528.433000', '133528.435000', '133528.438000', '133528.441000', '133528.443000', '133528.446000', '133528.448000', '133528.451000', '133528.453000', '133528.456000', '133528.459000', '133528.461000', '133528.464000', '133528.466000', '133528.469000', '133528.471000', '133528.474000', '133528.477000', '133528.479000', '133528.482000', '133528.485000', '133528.487000', '133528.490000', '133528.492000', '133528.495000', '133528.497000', '133528.500000', '133528.503000', '133528.505000', '133528.508000', '133528.510000', '133528.513000', '133528.515000', '133528.518000', '133528.521000', '133528.523000', '133528.526000', '133528.528000', '133528.531000', '133528.534000', '133528.536000', '133528.539000', '133528.541000', '133548.431000', '133548.434000', '133548.437000', '133548.439000', '133548.442000', '133548.444000', '133548.447000', '133548.450000', '133548.452000', '133548.455000', '133548.457000', '133548.460000', '133548.462000', '133548.465000', '133548.468000', '133548.470000', '133548.473000', '133548.475000', '133548.478000', '133548.480000', '133548.483000', '133548.486000', '133548.488000', '133548.491000', '133548.493000', '133548.496000', '133548.498000', '133548.501000', '133548.504000', '133548.506000', '133548.509000', '133548.511000', '133548.514000', '133548.516000', '133548.519000', '133548.522000', '133548.524000', '133548.527000', '133548.529000', '133548.532000', '133548.534000', '133548.537000', '133548.539000', '133548.570000', '133608.432000', '133608.434000', '133608.437000', '133608.440000', '133608.442000', '133608.445000', '133608.447000', '133608.450000', '133608.453000', '133608.455000', '133608.458000', '133608.460000', '133608.463000', '133608.465000', '133608.468000', '133608.471000', '133608.473000', '133608.476000', '133608.478000', '133608.481000', '133608.484000', '133608.486000', '133608.489000', '133608.491000', '133608.494000', '133608.496000', '133608.499000', '133608.502000', '133608.505000', '133608.507000', '133608.510000', '133608.512000', '133608.515000', '133608.517000', '133608.520000', '133608.522000', '133608.525000', '133608.528000', '133608.530000', '133608.533000', '133608.535000', '133608.538000', '133608.540000', '133628.433000', '133628.435000', '133628.438000', '133628.441000', '133628.443000', '133628.446000', '133628.448000', '133628.451000', '133628.453000', '133628.456000', '133628.459000', '133628.461000', '133628.464000', '133628.466000', '133628.469000', '133628.472000', '133628.474000', '133628.477000', '133628.479000', '133628.482000', '133628.484000', '133628.487000', '133628.490000', '133628.492000', '133628.495000', '133628.497000', '133628.500000', '133628.502000', '133628.505000', '133628.508000', '133628.510000', '133628.513000', '133628.515000', '133628.518000', '133628.521000', '133628.523000', '133628.526000', '133628.528000', '133628.531000', '133628.534000', '133628.536000', '133628.539000', '133628.541000', '133628.544000', '133648.432000', '133648.435000', '133648.438000', '133648.440000', '133648.443000', '133648.445000', '133648.448000', '133648.451000', '133648.453000', '133648.456000', '133648.458000', '133648.461000', '133648.463000', '133648.480000', '133648.482000', '133648.485000', '133648.487000', '133648.490000', '133648.492000', '133648.495000', '133648.498000', '133648.500000', '133648.503000', '133648.505000', '133648.508000', '133648.510000', '133648.513000', '133648.516000', '133648.518000', '133648.521000', '133648.524000', '133648.526000', '133648.529000', '133648.531000', '133648.534000', '133648.537000', '133648.539000', '133648.542000', '133648.544000', '133648.547000', '133648.549000', '133648.552000', '133648.555000', '133708.432000', '133708.435000', '133708.438000', '133708.440000', '133708.443000', '133708.445000', '133708.448000', '133708.451000', '133708.453000', '133708.456000', '133708.458000', '133708.461000', '133708.464000', '133708.466000', '133708.469000', '133708.472000', '133708.474000', '133708.477000', '133708.479000', '133708.482000', '133708.485000', '133708.487000', '133708.490000', '133708.492000', '133708.495000', '133708.497000', '133708.500000', '133708.503000', '133708.505000', '133708.508000', '133708.510000', '133708.513000', '133708.516000', '133708.518000', '133708.521000', '133708.523000', '133708.526000', '133708.529000', '133708.531000', '133708.534000', '133708.536000', '133708.539000', '133708.542000', '133708.544000', '133728.433000', '133728.436000', '133728.438000', '133728.441000', '133728.443000', '133728.446000', '133728.449000', '133728.451000', '133728.454000', '133728.456000', '133728.459000', '133728.462000', '133728.464000', '133728.467000', '133728.470000', '133728.472000', '133728.475000', '133728.477000', '133728.480000', '133728.482000', '133728.485000', '133728.488000', '133728.490000', '133728.493000', '133728.495000', '133728.498000', '133728.501000', '133728.503000', '133728.512000', '133728.515000', '133728.517000', '133728.520000', '133728.523000', '133728.525000', '133728.528000', '133728.530000', '133728.533000', '133728.536000', '133728.538000', '133728.541000', '133728.543000', '133728.546000', '133728.549000', '133748.433000', '133748.435000', '133748.438000', '133748.441000', '133748.443000', '133748.447000', '133748.450000', '133748.452000', '133748.455000', '133748.458000', '133748.460000', '133748.464000', '133748.467000', '133748.469000', '133748.472000', '133748.475000', '133748.477000', '133748.480000', '133748.482000', '133748.485000', '133748.487000', '133748.490000', '133748.493000', '133748.495000', '133748.498000', '133748.501000', '133748.503000', '133748.506000', '133748.509000', '133748.511000', '133748.514000', '133748.516000', '133748.519000', '133748.522000', '133748.524000', '133748.527000', '133748.529000', '133748.532000', '133748.534000', '133748.537000', '133748.540000', '133748.542000', '133748.545000', '133808.432000', '133808.434000', '133808.437000', '133808.440000', '133808.442000', '133808.445000', '133808.447000', '133808.450000', '133808.452000', '133808.455000', '133808.458000', '133808.460000', '133808.463000', '133808.465000', '133808.468000', '133808.470000', '133808.473000', '133808.475000', '133808.478000', '133808.481000', '133808.483000', '133808.486000', '133808.488000', '133808.491000', '133808.493000', '133808.496000', '133808.498000', '133808.501000', '133808.504000', '133808.506000', '133808.509000', '133808.511000', '133808.514000', '133808.516000', '133808.519000', '133808.521000', '133808.524000', '133808.527000', '133808.529000', '133808.532000', '133808.534000', '133808.537000', '133808.540000', '133808.542000', '133828.431000', '133828.441000', '133828.444000', '133828.447000', '133828.449000', '133828.452000', '133828.454000', '133828.457000', '133828.459000', '133828.462000', '133828.465000', '133828.467000', '133828.470000', '133828.472000', '133828.475000', '133828.478000', '133828.480000', '133828.483000', '133828.485000', '133828.488000', '133828.491000', '133828.493000', '133828.496000', '133828.498000', '133828.501000', '133828.504000', '133828.506000', '133828.509000', '133828.512000', '133828.514000', '133828.517000', '133828.519000', '133828.522000', '133828.525000', '133828.527000', '133828.530000', '133828.533000', '133828.535000', '133828.538000', '133828.540000', '133828.543000', '133828.545000', '133828.548000', '133828.551000', '133848.432000', '133848.435000', '133848.438000', '133848.440000', '133848.443000', '133848.446000', '133848.448000', '133848.451000', '133848.453000', '133848.456000', '133848.458000', '133848.461000', '133848.464000', '133848.466000', '133848.469000', '133848.471000', '133848.474000', '133848.477000', '133848.479000', '133848.482000', '133848.484000', '133848.487000', '133848.490000', '133848.492000', '133848.495000', '133848.497000', '133848.500000', '133848.502000', '133848.505000', '133848.508000', '133848.510000', '133848.513000', '133848.516000', '133848.518000', '133848.521000', '133848.523000', '133848.526000', '133848.529000', '133848.531000', '133848.534000', '133848.536000', '133848.539000', '133848.542000', '133908.432000', '133908.435000', '133908.438000', '133908.440000', '133908.443000', '133908.445000', '133908.448000', '133908.451000', '133908.463000', '133908.465000', '133908.468000', '133908.471000', '133908.473000', '133908.476000', '133908.478000', '133908.481000', '133908.485000', '133908.488000', '133908.491000', '133908.493000', '133908.496000', '133908.499000', '133908.501000', '133908.504000', '133908.506000', '133908.509000', '133908.512000', '133908.514000', '133908.517000', '133908.519000', '133908.522000', '133908.525000', '133908.527000', '133908.530000', '133908.532000', '133908.535000', '133908.538000', '133908.540000', '133908.543000', '133908.545000', '133908.548000', '133908.551000', '133908.553000', '133928.433000', '133928.436000', '133928.438000', '133928.441000', '133928.443000', '133928.446000', '133928.449000', '133928.451000', '133928.454000', '133928.456000', '133928.459000', '133928.462000', '133928.464000', '133928.467000', '133928.470000', '133928.472000', '133928.475000', '133928.477000', '133928.480000', '133928.483000', '133928.485000', '133928.488000', '133928.490000', '133928.493000', '133928.496000', '133928.498000', '133928.501000', '133928.503000', '133928.506000', '133928.509000', '133928.511000', '133928.514000', '133928.516000', '133928.519000', '133928.522000', '133928.524000', '133928.527000', '133928.530000', '133928.532000', '133928.535000', '133928.537000', '133928.540000', '133928.542000', '133928.545000', '133948.432000', '133948.435000', '133948.438000', '133948.440000', '133948.443000', '133948.446000', '133948.448000', '133948.451000', '133948.453000', '133948.456000', '133948.458000', '133948.461000', '133948.464000', '133948.466000', '133948.469000', '133948.471000', '133948.474000', '133948.477000', '133948.480000', '133948.482000', '133948.498000', '133948.501000', '133948.504000', '133948.506000', '133948.509000', '133948.511000', '133948.514000', '133948.516000', '133948.519000', '133948.522000', '133948.524000', '133948.527000', '133948.529000', '133948.532000', '133948.535000', '133948.537000', '133948.540000', '133948.542000', '133948.545000', '133948.548000', '133948.550000', '133948.553000', '133948.555000', '134008.433000', '134008.435000', '134008.438000', '134008.441000', '134008.443000', '134008.446000', '134008.448000', '134008.451000', '134008.454000', '134008.456000', '134008.459000', '134008.461000', '134008.464000', '134008.467000', '134008.469000', '134008.481000', '134008.483000', '134008.486000', '134008.488000', '134008.491000', '134008.494000', '134008.496000', '134008.499000', '134008.501000', '134008.504000', '134008.507000', '134008.509000', '134008.512000', '134008.514000', '134008.517000', '134008.519000', '134008.522000', '134008.525000', '134008.527000', '134008.531000', '134008.534000', '134008.536000', '134008.539000', '134008.542000', '134008.544000', '134008.547000', '134008.549000', '134008.552000', '134008.554000', '134028.432000', '134028.434000', '134028.437000', '134028.440000', '134028.442000', '134028.445000', '134028.447000', '134028.450000', '134028.452000', '134028.455000', '134028.458000', '134028.461000', '134028.464000', '134028.467000', '134028.469000', '134028.472000', '134028.475000', '134028.477000', '134028.480000', '134028.482000', '134028.485000', '134028.488000', '134028.490000', '134028.493000', '134028.495000', '134028.498000', '134028.501000', '134028.503000', '134028.506000', '134028.508000', '134028.511000', '134028.514000', '134028.516000', '134028.519000', '134028.522000', '134028.525000', '134028.528000', '134028.531000', '134028.533000', '134028.536000', '134028.538000', '134028.541000', '134028.544000', '134048.431000', '134048.434000', '134048.437000', '134048.440000', '134048.442000', '134048.445000', '134048.447000', '134048.450000', '134048.452000', '134048.455000', '134048.457000', '134048.460000', '134048.463000', '134048.465000', '134048.468000', '134048.470000', '134048.473000', '134048.475000', '134048.478000', '134048.481000', '134048.483000', '134048.486000', '134048.488000', '134048.491000', '134048.494000', '134048.496000', '134048.499000', '134048.506000', '134048.509000', '134048.511000', '134048.514000', '134048.516000', '134048.519000', '134048.521000', '134048.524000', '134048.527000', '134048.529000', '134048.532000', '134048.534000', '134048.537000', '134048.539000', '134048.542000', '134048.545000', '134048.547000', '134052.390000', '134052.393000', '134052.396000', '134052.399000', '134052.402000', '134052.405000', '134052.407000', '134052.410000', '134052.412000'], 'InstanceCreationTime': ['133428.461000', '133428.464000', '133428.467000', '133428.469000', '133428.472000', '133428.475000', '133428.477000', '133428.480000', '133428.483000', '133428.485000', '133428.488000', '133428.490000', '133428.493000', '133428.495000', '133428.498000', '133428.501000', '133428.503000', '133428.506000', '133428.508000', '133428.511000', '133428.513000', '133428.516000', '133428.519000', '133428.521000', '133428.524000', '133428.526000', '133428.529000', '133428.531000', '133428.534000', '133428.537000', '133428.539000', '133428.542000', '133428.544000', '133428.551000', '133428.554000', '133428.556000', '133428.559000', '133448.433000', '133448.435000', '133448.438000', '133448.440000', '133448.443000', '133448.446000', '133448.448000', '133448.451000', '133448.453000', '133448.456000', '133448.458000', '133448.467000', '133448.469000', '133448.472000', '133448.474000', '133448.477000', '133448.479000', '133448.482000', '133448.485000', '133448.487000', '133448.490000', '133448.492000', '133448.495000', '133448.497000', '133448.500000', '133448.502000', '133448.505000', '133448.507000', '133448.510000', '133448.512000', '133448.515000', '133448.518000', '133448.520000', '133448.524000', '133448.527000', '133448.529000', '133448.532000', '133448.535000', '133448.537000', '133448.540000', '133448.542000', '133448.545000', '133448.547000', '133508.432000', '133508.435000', '133508.438000', '133508.441000', '133508.443000', '133508.446000', '133508.448000', '133508.451000', '133508.453000', '133508.456000', '133508.458000', '133508.461000', '133508.464000', '133508.466000', '133508.469000', '133508.471000', '133508.474000', '133508.476000', '133508.487000', '133508.490000', '133508.493000', '133508.495000', '133508.498000', '133508.500000', '133508.503000', '133508.505000', '133508.508000', '133508.510000', '133508.513000', '133508.516000', '133508.518000', '133508.521000', '133508.523000', '133508.526000', '133508.528000', '133508.531000', '133508.534000', '133508.536000', '133508.539000', '133508.541000', '133508.544000', '133508.546000', '133508.549000', '133508.551000', '133528.433000', '133528.435000', '133528.438000', '133528.441000', '133528.443000', '133528.446000', '133528.448000', '133528.451000', '133528.453000', '133528.456000', '133528.459000', '133528.461000', '133528.464000', '133528.466000', '133528.469000', '133528.471000', '133528.474000', '133528.477000', '133528.479000', '133528.482000', '133528.485000', '133528.487000', '133528.490000', '133528.492000', '133528.495000', '133528.497000', '133528.500000', '133528.503000', '133528.505000', '133528.508000', '133528.510000', '133528.513000', '133528.515000', '133528.518000', '133528.521000', '133528.523000', '133528.526000', '133528.528000', '133528.531000', '133528.534000', '133528.536000', '133528.539000', '133528.541000', '133548.431000', '133548.434000', '133548.437000', '133548.439000', '133548.442000', '133548.444000', '133548.447000', '133548.450000', '133548.452000', '133548.455000', '133548.457000', '133548.460000', '133548.462000', '133548.465000', '133548.468000', '133548.470000', '133548.473000', '133548.475000', '133548.478000', '133548.480000', '133548.483000', '133548.486000', '133548.488000', '133548.491000', '133548.493000', '133548.496000', '133548.498000', '133548.501000', '133548.504000', '133548.506000', '133548.509000', '133548.511000', '133548.514000', '133548.516000', '133548.519000', '133548.522000', '133548.524000', '133548.527000', '133548.529000', '133548.532000', '133548.534000', '133548.537000', '133548.539000', '133548.570000', '133608.432000', '133608.434000', '133608.437000', '133608.440000', '133608.442000', '133608.445000', '133608.447000', '133608.450000', '133608.453000', '133608.455000', '133608.458000', '133608.460000', '133608.463000', '133608.465000', '133608.468000', '133608.471000', '133608.473000', '133608.476000', '133608.478000', '133608.481000', '133608.484000', '133608.486000', '133608.489000', '133608.491000', '133608.494000', '133608.496000', '133608.499000', '133608.502000', '133608.505000', '133608.507000', '133608.510000', '133608.512000', '133608.515000', '133608.517000', '133608.520000', '133608.522000', '133608.525000', '133608.528000', '133608.530000', '133608.533000', '133608.535000', '133608.538000', '133608.540000', '133628.433000', '133628.435000', '133628.438000', '133628.441000', '133628.443000', '133628.446000', '133628.448000', '133628.451000', '133628.453000', '133628.456000', '133628.459000', '133628.461000', '133628.464000', '133628.466000', '133628.469000', '133628.472000', '133628.474000', '133628.477000', '133628.479000', '133628.482000', '133628.484000', '133628.487000', '133628.490000', '133628.492000', '133628.495000', '133628.497000', '133628.500000', '133628.502000', '133628.505000', '133628.508000', '133628.510000', '133628.513000', '133628.515000', '133628.518000', '133628.521000', '133628.523000', '133628.526000', '133628.528000', '133628.531000', '133628.534000', '133628.536000', '133628.539000', '133628.541000', '133628.544000', '133648.432000', '133648.435000', '133648.438000', '133648.440000', '133648.443000', '133648.445000', '133648.448000', '133648.451000', '133648.453000', '133648.456000', '133648.458000', '133648.461000', '133648.463000', '133648.480000', '133648.482000', '133648.485000', '133648.487000', '133648.490000', '133648.492000', '133648.495000', '133648.498000', '133648.500000', '133648.503000', '133648.505000', '133648.508000', '133648.510000', '133648.513000', '133648.516000', '133648.518000', '133648.521000', '133648.524000', '133648.526000', '133648.529000', '133648.531000', '133648.534000', '133648.537000', '133648.539000', '133648.542000', '133648.544000', '133648.547000', '133648.549000', '133648.552000', '133648.555000', '133708.432000', '133708.435000', '133708.438000', '133708.440000', '133708.443000', '133708.445000', '133708.448000', '133708.451000', '133708.453000', '133708.456000', '133708.458000', '133708.461000', '133708.464000', '133708.466000', '133708.469000', '133708.472000', '133708.474000', '133708.477000', '133708.479000', '133708.482000', '133708.485000', '133708.487000', '133708.490000', '133708.492000', '133708.495000', '133708.497000', '133708.500000', '133708.503000', '133708.505000', '133708.508000', '133708.510000', '133708.513000', '133708.516000', '133708.518000', '133708.521000', '133708.523000', '133708.526000', '133708.529000', '133708.531000', '133708.534000', '133708.536000', '133708.539000', '133708.542000', '133708.544000', '133728.433000', '133728.436000', '133728.438000', '133728.441000', '133728.443000', '133728.446000', '133728.449000', '133728.451000', '133728.454000', '133728.456000', '133728.459000', '133728.462000', '133728.464000', '133728.467000', '133728.470000', '133728.472000', '133728.475000', '133728.477000', '133728.480000', '133728.482000', '133728.485000', '133728.488000', '133728.490000', '133728.493000', '133728.495000', '133728.498000', '133728.501000', '133728.503000', '133728.512000', '133728.515000', '133728.517000', '133728.520000', '133728.523000', '133728.525000', '133728.528000', '133728.530000', '133728.533000', '133728.536000', '133728.538000', '133728.541000', '133728.543000', '133728.546000', '133728.549000', '133748.433000', '133748.435000', '133748.438000', '133748.441000', '133748.443000', '133748.447000', '133748.450000', '133748.452000', '133748.455000', '133748.458000', '133748.460000', '133748.464000', '133748.467000', '133748.469000', '133748.472000', '133748.475000', '133748.477000', '133748.480000', '133748.482000', '133748.485000', '133748.487000', '133748.490000', '133748.493000', '133748.495000', '133748.498000', '133748.501000', '133748.503000', '133748.506000', '133748.509000', '133748.511000', '133748.514000', '133748.516000', '133748.519000', '133748.522000', '133748.524000', '133748.527000', '133748.529000', '133748.532000', '133748.534000', '133748.537000', '133748.540000', '133748.542000', '133748.545000', '133808.432000', '133808.434000', '133808.437000', '133808.440000', '133808.442000', '133808.445000', '133808.447000', '133808.450000', '133808.452000', '133808.455000', '133808.458000', '133808.460000', '133808.463000', '133808.465000', '133808.468000', '133808.470000', '133808.473000', '133808.475000', '133808.478000', '133808.481000', '133808.483000', '133808.486000', '133808.488000', '133808.491000', '133808.493000', '133808.496000', '133808.498000', '133808.501000', '133808.504000', '133808.506000', '133808.509000', '133808.511000', '133808.514000', '133808.516000', '133808.519000', '133808.521000', '133808.524000', '133808.527000', '133808.529000', '133808.532000', '133808.534000', '133808.537000', '133808.540000', '133808.542000', '133828.431000', '133828.441000', '133828.444000', '133828.447000', '133828.449000', '133828.452000', '133828.454000', '133828.457000', '133828.459000', '133828.462000', '133828.465000', '133828.467000', '133828.470000', '133828.472000', '133828.475000', '133828.478000', '133828.480000', '133828.483000', '133828.485000', '133828.488000', '133828.491000', '133828.493000', '133828.496000', '133828.498000', '133828.501000', '133828.504000', '133828.506000', '133828.509000', '133828.512000', '133828.514000', '133828.517000', '133828.519000', '133828.522000', '133828.525000', '133828.527000', '133828.530000', '133828.533000', '133828.535000', '133828.538000', '133828.540000', '133828.543000', '133828.545000', '133828.548000', '133828.551000', '133848.432000', '133848.435000', '133848.438000', '133848.440000', '133848.443000', '133848.446000', '133848.448000', '133848.451000', '133848.453000', '133848.456000', '133848.458000', '133848.461000', '133848.464000', '133848.466000', '133848.469000', '133848.471000', '133848.474000', '133848.477000', '133848.479000', '133848.482000', '133848.484000', '133848.487000', '133848.490000', '133848.492000', '133848.495000', '133848.497000', '133848.500000', '133848.502000', '133848.505000', '133848.508000', '133848.510000', '133848.513000', '133848.516000', '133848.518000', '133848.521000', '133848.523000', '133848.526000', '133848.529000', '133848.531000', '133848.534000', '133848.536000', '133848.539000', '133848.542000', '133908.432000', '133908.435000', '133908.438000', '133908.440000', '133908.443000', '133908.445000', '133908.448000', '133908.451000', '133908.463000', '133908.465000', '133908.468000', '133908.471000', '133908.473000', '133908.476000', '133908.478000', '133908.481000', '133908.485000', '133908.488000', '133908.491000', '133908.493000', '133908.496000', '133908.499000', '133908.501000', '133908.504000', '133908.506000', '133908.509000', '133908.512000', '133908.514000', '133908.517000', '133908.519000', '133908.522000', '133908.525000', '133908.527000', '133908.530000', '133908.532000', '133908.535000', '133908.538000', '133908.540000', '133908.543000', '133908.545000', '133908.548000', '133908.551000', '133908.553000', '133928.433000', '133928.436000', '133928.438000', '133928.441000', '133928.443000', '133928.446000', '133928.449000', '133928.451000', '133928.454000', '133928.456000', '133928.459000', '133928.462000', '133928.464000', '133928.467000', '133928.470000', '133928.472000', '133928.475000', '133928.477000', '133928.480000', '133928.483000', '133928.485000', '133928.488000', '133928.490000', '133928.493000', '133928.496000', '133928.498000', '133928.501000', '133928.503000', '133928.506000', '133928.509000', '133928.511000', '133928.514000', '133928.516000', '133928.519000', '133928.522000', '133928.524000', '133928.527000', '133928.530000', '133928.532000', '133928.535000', '133928.537000', '133928.540000', '133928.542000', '133928.545000', '133948.432000', '133948.435000', '133948.438000', '133948.440000', '133948.443000', '133948.446000', '133948.448000', '133948.451000', '133948.453000', '133948.456000', '133948.458000', '133948.461000', '133948.464000', '133948.466000', '133948.469000', '133948.471000', '133948.474000', '133948.477000', '133948.480000', '133948.482000', '133948.498000', '133948.501000', '133948.504000', '133948.506000', '133948.509000', '133948.511000', '133948.514000', '133948.516000', '133948.519000', '133948.522000', '133948.524000', '133948.527000', '133948.529000', '133948.532000', '133948.535000', '133948.537000', '133948.540000', '133948.542000', '133948.545000', '133948.548000', '133948.550000', '133948.553000', '133948.555000', '134008.433000', '134008.435000', '134008.438000', '134008.441000', '134008.443000', '134008.446000', '134008.448000', '134008.451000', '134008.454000', '134008.456000', '134008.459000', '134008.461000', '134008.464000', '134008.467000', '134008.469000', '134008.481000', '134008.483000', '134008.486000', '134008.488000', '134008.491000', '134008.494000', '134008.496000', '134008.499000', '134008.501000', '134008.504000', '134008.507000', '134008.509000', '134008.512000', '134008.514000', '134008.517000', '134008.519000', '134008.522000', '134008.525000', '134008.527000', '134008.531000', '134008.534000', '134008.536000', '134008.539000', '134008.542000', '134008.544000', '134008.547000', '134008.549000', '134008.552000', '134008.554000', '134028.432000', '134028.434000', '134028.437000', '134028.440000', '134028.442000', '134028.445000', '134028.447000', '134028.450000', '134028.452000', '134028.455000', '134028.458000', '134028.461000', '134028.464000', '134028.467000', '134028.469000', '134028.472000', '134028.475000', '134028.477000', '134028.480000', '134028.482000', '134028.485000', '134028.488000', '134028.490000', '134028.493000', '134028.495000', '134028.498000', '134028.501000', '134028.503000', '134028.506000', '134028.508000', '134028.511000', '134028.514000', '134028.516000', '134028.519000', '134028.522000', '134028.525000', '134028.528000', '134028.531000', '134028.533000', '134028.536000', '134028.538000', '134028.541000', '134028.544000', '134048.431000', '134048.434000', '134048.437000', '134048.440000', '134048.442000', '134048.445000', '134048.447000', '134048.450000', '134048.452000', '134048.455000', '134048.457000', '134048.460000', '134048.463000', '134048.465000', '134048.468000', '134048.470000', '134048.473000', '134048.475000', '134048.478000', '134048.481000', '134048.483000', '134048.486000', '134048.488000', '134048.491000', '134048.494000', '134048.496000', '134048.499000', '134048.506000', '134048.509000', '134048.511000', '134048.514000', '134048.516000', '134048.519000', '134048.521000', '134048.524000', '134048.527000', '134048.529000', '134048.532000', '134048.534000', '134048.537000', '134048.539000', '134048.542000', '134048.545000', '134048.547000', '134052.390000', '134052.393000', '134052.396000', '134052.399000', '134052.402000', '134052.405000', '134052.407000', '134052.410000', '134052.412000'], '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': [16143, 9274, 16789, 8888, 16306, 9538, 13806, 11800, 11966, 9461, 8790, 10816, 8995, 12727, 9190, 9459, 9644, 9390, 8320, 8892, 8635, 13596, 8888, 12821, 9082, 9761, 9197, 8798, 13413, 9208, 13263, 9124, 14221, 9251, 11189, 9546, 8526, 9372, 10899, 9156, 8143, 9123, 11019, 9249, 13932, 9111, 12649, 9013, 12348, 9469, 11441, 11933, 12862, 16412, 13206, 10230, 9342, 10101, 17055, 10136, 8356, 10344, 14489, 14963, 16900, 13520, 9679, 15090, 9792, 12890, 9812, 9360, 10140, 13072, 10116, 16852, 14557, 9493, 12560, 9604, 9009, 15667, 9784, 16550, 9075, 15361, 9046, 15931, 8949, 14107, 8639, 14834, 8850, 12231, 8908, 9042, 9562, 9018, 9487, 8937, 10010, 8742, 10039, 8658, 9623, 8423, 10011, 8382, 10168, 9609, 9694, 10967, 10875, 10005, 13904, 16990, 17698, 19307, 12850, 13091, 9641, 8878, 9576, 8512, 11387, 8990, 9442, 9293, 9908, 9954, 13393, 10146, 10073, 16368, 9720, 14588, 9410, 11107, 8947, 9778, 11704, 17312, 18741, 17351, 11055, 12035, 11220, 9998, 9223, 9832, 9213, 8139, 10011, 16994, 11442, 12444, 9634, 8846, 8667, 9873, 10850, 9485, 8882, 14905, 16986, 10904, 10057, 9172, 9600, 10058, 16631, 10941, 8674, 8973, 9398, 9303, 9116, 8856, 9334, 9418, 8850, 9078, 8976, 9262, 9619, 8718, 9555, 13289, 8547, 9601, 9504, 8917, 9594, 10341, 12659, 16081, 16272, 15986, 9707, 13394, 10550, 15877, 15290, 19134, 13954, 10001, 10412, 9583, 10517, 13198, 13090, 17195, 17687, 12803, 11239, 14341, 14490, 18556, 15479, 14324, 9611, 12404, 9635, 9347, 8750, 9968, 8716, 9558, 9202, 9304, 8780, 9262, 10257, 9458, 9026, 9575, 15685, 11589, 11776, 9090, 16841, 9741, 15737, 9502, 10161, 9310, 10144, 9477, 14015, 17394, 16358, 13173, 8825, 11120, 9371, 9658, 9669, 9602, 9646, 9348, 9132, 10166, 12218, 14361, 14520, 16449, 10197, 14095, 11309, 11743, 13555, 8410, 16023, 14899, 14371, 18824, 14077, 16757, 18377, 19973, 11456, 16730, 9320, 10636, 9340, 10052, 9569, 9110, 15920, 18308, 15406, 10358, 10998, 9681, 10383, 9532, 9033, 9571, 9007, 9203, 8839, 9209, 8943, 9728, 10300, 9559, 10084, 11974, 10220, 12357, 9156, 17850, 12039, 15766, 9369, 9974, 9134, 9880, 8943, 10267, 9105, 9498, 9810, 8541, 9740, 8924, 9105, 13278, 15570, 16832, 16577, 13537, 10455, 8580, 9487, 8817, 9364, 8704, 9880, 8257, 9355, 9597, 9779, 9781, 9385, 10457, 13695, 11478, 16705, 16395, 18681, 18080, 19630, 13945, 8898, 10731, 8738, 9862, 9010, 15714, 13570, 14444, 10401, 8761, 10192, 8751, 10613, 10099, 9406, 14288, 14611, 16282, 15998, 12861, 9736, 14362, 9754, 9929, 9172, 10500, 10414, 10433, 11019, 9404, 10008, 9519, 9637, 9116, 8377, 8226, 9311, 10032, 9421, 9842, 9127, 9104, 8137, 8942, 9847, 8806, 9475, 9111, 9291, 9853, 8923, 9135, 9294, 9382, 11871, 13145, 16075, 15501, 12644, 10152, 8866, 9542, 9098, 9698, 9671, 11697, 11551, 10359, 9880, 9528, 10376, 8837, 10902, 12712, 18117, 17056, 14177, 10524, 9682, 10395, 10844, 11894, 12652, 17305, 14709, 12220, 10404, 12517, 9552, 9377, 8651, 8805, 9505, 8739, 9478, 10308, 10239, 9251, 13830, 15589, 9446, 8721, 9311, 10785, 8953, 8676, 9048, 8221, 9547, 8887, 9538, 9453, 14832, 17252, 18984, 14212, 10395, 9173, 9016, 9404, 8473, 9282, 8862, 9607, 9056, 9488, 14869, 11380, 17100, 9265, 9772, 9461, 9563, 9159, 15549, 17514, 17873, 17088, 9773, 9519, 11230, 17535, 13593, 14465, 10015, 10364, 9973, 10055, 14280, 10566, 10159, 10378, 9567, 10870, 9784, 9483, 14651, 9993, 9631, 9809, 9845, 9653, 9483, 7886, 9357, 10226, 9381, 9956, 9067, 9091, 9832, 9068, 9025, 8874, 9063, 10182, 8622, 9667, 8567, 9385, 11137, 14505, 17528, 18910, 10995, 11025, 9198, 9667, 9805, 9600, 12827, 12766, 9683, 9381, 9480, 9304, 9259, 14534, 18707, 14679, 9569, 8611, 10828, 14555, 15376, 18871, 14738, 9519, 11431, 12409, 9034, 11060, 10710, 9627, 8713, 9399, 10840, 11816, 9344, 10618, 10909, 7544, 10351, 9820, 9352, 9449, 9902, 10497, 9050, 10585, 10506, 7995, 10313, 9544, 8772, 10013, 8597, 9350, 8886, 9437, 10353, 9106, 9536, 9226, 9177, 8917, 9794, 9818, 8784, 10751, 15110, 12185, 11152, 9521, 10881, 10365, 10434, 8670, 11064, 10830, 12078, 10557, 9118, 10844, 9710, 10413, 10744, 12968, 14583, 18940, 19528, 14312, 12065, 9922, 9892, 10383, 13002, 10275, 10919, 16516, 17964, 15530, 15601, 12911, 19924, 16127, 17325, 9896, 9803, 9887, 9869, 8152, 10246, 16871, 12251, 18383, 10770, 16103, 12929, 11049, 9304, 9893, 10293, 9380, 10135, 9237, 10554, 9153, 10135, 8900, 10375, 9055, 9965, 8845, 10644, 15933, 15719, 16006, 14985, 10242, 9151, 9820, 8806, 9265, 9545, 9859, 9765, 11530, 9877, 9379, 12708, 9255, 12721, 10879, 17454, 17963, 18269, 14407, 10008, 12114, 10211, 9112, 11155, 16653, 17758, 18597, 16248, 10058, 13903, 10293, 9650, 10099, 15205, 17933, 17213, 9172, 9141, 10588, 8658, 10702, 10073, 9207, 10491, 8942, 8976, 9599, 10492, 10701, 9757, 14416, 10805, 11002, 10075, 9336, 8596, 10093, 8746, 8473, 9993, 10496, 8582, 9793, 8859, 10233, 8357, 9655, 9651, 14436, 13771, 10536, 14538, 9333, 9444, 9202, 9759, 9244, 9806, 11761, 9336, 9310, 9694, 9016, 9974, 12616, 13918, 16427, 14854, 10234, 14087, 10051, 12568, 10462, 11635, 16839, 17811, 11307, 10195, 9600, 9907, 10571, 10104, 15622, 13862, 10822, 10177, 9484, 9541, 10148, 12506, 12931, 9622, 10663, 9617, 9781, 9813, 10102, 10146, 10429, 9198, 10493, 15312, 9980, 9388, 12236, 10024, 9008, 8968, 9904, 8550, 8794, 9779, 9137, 8696, 8903, 9264, 8721, 13352, 14174, 13886, 9320, 9519, 9102, 9632, 8732, 9514, 9228, 9157, 9391, 11233, 15048, 8973, 9857, 9766, 9047, 12078, 10491, 14418, 12670, 16569, 17518, 17540, 16390, 16572, 11560, 10180, 8752, 10406, 9180, 17056, 18744, 19340, 16880, 10897, 10779, 8636, 10935, 11539, 10971, 12021, 10161, 10228, 10170, 8596, 11023, 10340, 10431, 10999, 9785, 10999, 9445, 10000, 9734, 9841, 9590, 10598, 10238, 9347, 9994], 'WindowCenter': [3937.0, 3869.0, 3907.0, 3841.0, 3892.0, 3827.0, 3869.0, 3846.0, 3846.0, 3823.0, 3814.0, 3832.0, 3813.0, 3842.0, 3824.0, 3823.0, 3834.0, 3825.0, 3815.0, 3827.0, 3827.0, 3869.0, 3826.0, 3857.0, 3826.0, 3837.0, 3826.0, 3827.0, 3868.0, 3838.0, 3856.0, 3838.0, 3867.0, 3837.0, 3846.0, 3836.0, 3826.0, 3838.0, 3847.0, 3836.0, 3815.0, 3838.0, 3858.0, 3851.0, 3881.0, 3841.0, 3870.0, 3840.0, 3870.0, 3839.0, 3860.0, 3859.0, 3870.0, 3890.0, 3867.0, 3848.0, 3839.0, 3850.0, 3889.0, 3840.0, 3806.0, 3826.0, 3869.0, 3870.0, 3880.0, 3871.0, 3838.0, 3880.0, 3849.0, 3868.0, 3836.0, 3813.0, 3822.0, 3853.0, 3823.0, 3863.0, 3853.0, 3823.0, 3844.0, 3821.0, 3811.0, 3850.0, 3807.0, 3835.0, 3782.0, 3833.0, 3782.0, 3836.0, 3797.0, 3835.0, 3783.0, 3835.0, 3784.0, 3813.0, 3782.0, 3793.0, 3805.0, 3796.0, 3808.0, 3807.0, 3806.0, 3797.0, 3806.0, 3797.0, 3807.0, 3798.0, 3820.0, 3813.0, 3834.0, 3834.0, 3836.0, 3858.0, 3859.0, 3847.0, 3868.0, 3891.0, 3894.0, 3895.0, 3872.0, 3856.0, 3822.0, 3812.0, 3822.0, 3813.0, 3843.0, 3811.0, 3820.0, 3810.0, 3820.0, 3822.0, 3856.0, 3835.0, 3836.0, 3879.0, 3827.0, 3856.0, 3802.0, 3823.0, 3802.0, 3799.0, 3819.0, 3853.0, 3866.0, 3865.0, 3819.0, 3828.0, 3805.0, 3793.0, 3782.0, 3780.0, 3781.0, 3757.0, 3792.0, 3832.0, 3801.0, 3799.0, 3777.0, 3766.0, 3753.0, 3776.0, 3785.0, 3776.0, 3768.0, 3822.0, 3832.0, 3801.0, 3790.0, 3778.0, 3777.0, 3775.0, 3819.0, 3786.0, 3766.0, 3767.0, 3780.0, 3780.0, 3778.0, 3779.0, 3780.0, 3779.0, 3792.0, 3781.0, 3781.0, 3794.0, 3793.0, 3794.0, 3807.0, 3837.0, 3797.0, 3820.0, 3821.0, 3809.0, 3820.0, 3820.0, 3851.0, 3865.0, 3876.0, 3878.0, 3823.0, 3853.0, 3819.0, 3850.0, 3852.0, 3875.0, 3852.0, 3823.0, 3835.0, 3826.0, 3837.0, 3846.0, 3847.0, 3879.0, 3876.0, 3843.0, 3831.0, 3853.0, 3867.0, 3876.0, 3854.0, 3851.0, 3808.0, 3828.0, 3794.0, 3780.0, 3770.0, 3789.0, 3769.0, 3779.0, 3780.0, 3779.0, 3768.0, 3780.0, 3791.0, 3779.0, 3781.0, 3792.0, 3834.0, 3815.0, 3813.0, 3796.0, 3844.0, 3779.0, 3820.0, 3778.0, 3776.0, 3777.0, 3786.0, 3791.0, 3835.0, 3857.0, 3847.0, 3837.0, 3805.0, 3826.0, 3805.0, 3792.0, 3804.0, 3792.0, 3806.0, 3806.0, 3808.0, 3820.0, 3843.0, 3863.0, 3865.0, 3876.0, 3834.0, 3854.0, 3829.0, 3828.0, 3827.0, 3785.0, 3847.0, 3837.0, 3836.0, 3857.0, 3837.0, 3848.0, 3860.0, 3858.0, 3802.0, 3833.0, 3781.0, 3791.0, 3782.0, 3792.0, 3792.0, 3794.0, 3849.0, 3849.0, 3836.0, 3792.0, 3801.0, 3793.0, 3790.0, 3780.0, 3767.0, 3779.0, 3779.0, 3778.0, 3779.0, 3777.0, 3765.0, 3775.0, 3774.0, 3780.0, 3789.0, 3801.0, 3790.0, 3811.0, 3779.0, 3832.0, 3798.0, 3817.0, 3764.0, 3763.0, 3762.0, 3774.0, 3764.0, 3788.0, 3776.0, 3789.0, 3790.0, 3767.0, 3789.0, 3779.0, 3780.0, 3824.0, 3847.0, 3858.0, 3845.0, 3835.0, 3816.0, 3797.0, 3804.0, 3794.0, 3791.0, 3781.0, 3803.0, 3784.0, 3806.0, 3817.0, 3831.0, 3832.0, 3822.0, 3845.0, 3864.0, 3845.0, 3877.0, 3878.0, 3880.0, 3878.0, 3880.0, 3839.0, 3798.0, 3804.0, 3782.0, 3789.0, 3782.0, 3838.0, 3827.0, 3827.0, 3806.0, 3785.0, 3805.0, 3783.0, 3803.0, 3803.0, 3795.0, 3840.0, 3844.0, 3851.0, 3838.0, 3815.0, 3794.0, 3834.0, 3778.0, 3788.0, 3779.0, 3788.0, 3788.0, 3788.0, 3788.0, 3780.0, 3789.0, 3789.0, 3776.0, 3763.0, 3740.0, 3738.0, 3751.0, 3760.0, 3751.0, 3761.0, 3749.0, 3750.0, 3738.0, 3751.0, 3759.0, 3749.0, 3760.0, 3749.0, 3762.0, 3772.0, 3764.0, 3776.0, 3775.0, 3778.0, 3800.0, 3823.0, 3844.0, 3835.0, 3823.0, 3802.0, 3794.0, 3792.0, 3791.0, 3778.0, 3790.0, 3813.0, 3827.0, 3816.0, 3805.0, 3804.0, 3817.0, 3805.0, 3829.0, 3842.0, 3865.0, 3853.0, 3829.0, 3806.0, 3797.0, 3806.0, 3805.0, 3804.0, 3815.0, 3837.0, 3837.0, 3815.0, 3806.0, 3814.0, 3779.0, 3765.0, 3754.0, 3761.0, 3764.0, 3752.0, 3763.0, 3787.0, 3787.0, 3776.0, 3806.0, 3819.0, 3776.0, 3750.0, 3762.0, 3770.0, 3750.0, 3749.0, 3750.0, 3739.0, 3762.0, 3762.0, 3762.0, 3776.0, 3831.0, 3832.0, 3845.0, 3835.0, 3788.0, 3777.0, 3766.0, 3765.0, 3766.0, 3764.0, 3777.0, 3790.0, 3781.0, 3793.0, 3845.0, 3826.0, 3844.0, 3794.0, 3789.0, 3789.0, 3788.0, 3781.0, 3837.0, 3849.0, 3836.0, 3834.0, 3778.0, 3777.0, 3799.0, 3829.0, 3796.0, 3805.0, 3764.0, 3763.0, 3762.0, 3762.0, 3803.0, 3784.0, 3785.0, 3786.0, 3762.0, 3785.0, 3775.0, 3775.0, 3802.0, 3759.0, 3749.0, 3759.0, 3760.0, 3761.0, 3761.0, 3738.0, 3748.0, 3758.0, 3774.0, 3773.0, 3748.0, 3750.0, 3770.0, 3761.0, 3762.0, 3762.0, 3762.0, 3771.0, 3762.0, 3772.0, 3763.0, 3775.0, 3799.0, 3833.0, 3843.0, 3869.0, 3814.0, 3802.0, 3790.0, 3776.0, 3789.0, 3788.0, 3824.0, 3837.0, 3803.0, 3805.0, 3804.0, 3792.0, 3791.0, 3824.0, 3860.0, 3836.0, 3806.0, 3781.0, 3800.0, 3823.0, 3827.0, 3851.0, 3826.0, 3781.0, 3801.0, 3799.0, 3755.0, 3775.0, 3788.0, 3764.0, 3753.0, 3750.0, 3772.0, 3786.0, 3762.0, 3759.0, 3758.0, 3712.0, 3745.0, 3733.0, 3733.0, 3733.0, 3734.0, 3743.0, 3720.0, 3743.0, 3741.0, 3709.0, 3731.0, 3732.0, 3721.0, 3743.0, 3733.0, 3745.0, 3746.0, 3760.0, 3771.0, 3751.0, 3773.0, 3775.0, 3775.0, 3779.0, 3790.0, 3791.0, 3794.0, 3818.0, 3848.0, 3839.0, 3830.0, 3822.0, 3832.0, 3819.0, 3816.0, 3797.0, 3830.0, 3822.0, 3834.0, 3836.0, 3826.0, 3848.0, 3825.0, 3825.0, 3836.0, 3848.0, 3871.0, 3882.0, 3880.0, 3846.0, 3822.0, 3799.0, 3783.0, 3780.0, 3814.0, 3791.0, 3791.0, 3824.0, 3832.0, 3822.0, 3821.0, 3799.0, 3817.0, 3792.0, 3801.0, 3750.0, 3750.0, 3759.0, 3759.0, 3728.0, 3759.0, 3801.0, 3768.0, 3814.0, 3769.0, 3788.0, 3778.0, 3767.0, 3747.0, 3773.0, 3770.0, 3760.0, 3758.0, 3748.0, 3768.0, 3758.0, 3759.0, 3761.0, 3771.0, 3762.0, 3774.0, 3775.0, 3799.0, 3844.0, 3846.0, 3858.0, 3834.0, 3802.0, 3779.0, 3788.0, 3765.0, 3778.0, 3790.0, 3789.0, 3789.0, 3812.0, 3802.0, 3803.0, 3822.0, 3778.0, 3808.0, 3787.0, 3832.0, 3834.0, 3844.0, 3809.0, 3776.0, 3796.0, 3774.0, 3750.0, 3769.0, 3802.0, 3804.0, 3827.0, 3816.0, 3763.0, 3781.0, 3761.0, 3748.0, 3747.0, 3789.0, 3802.0, 3802.0, 3750.0, 3749.0, 3759.0, 3725.0, 3758.0, 3745.0, 3735.0, 3758.0, 3748.0, 3748.0, 3757.0, 3771.0, 3770.0, 3759.0, 3789.0, 3756.0, 3755.0, 3745.0, 3748.0, 3748.0, 3770.0, 3748.0, 3735.0, 3757.0, 3757.0, 3735.0, 3757.0, 3746.0, 3768.0, 3738.0, 3760.0, 3773.0, 3818.0, 3818.0, 3786.0, 3806.0, 3774.0, 3761.0, 3762.0, 3761.0, 3775.0, 3776.0, 3810.0, 3789.0, 3791.0, 3791.0, 3780.0, 3788.0, 3798.0, 3810.0, 3833.0, 3821.0, 3788.0, 3797.0, 3764.0, 3783.0, 3764.0, 3775.0, 3821.0, 3831.0, 3776.0, 3764.0, 3751.0, 3750.0, 3760.0, 3749.0, 3792.0, 3792.0, 3772.0, 3771.0, 3762.0, 3760.0, 3760.0, 3778.0, 3779.0, 3758.0, 3759.0, 3745.0, 3748.0, 3758.0, 3756.0, 3757.0, 3755.0, 3733.0, 3744.0, 3775.0, 3743.0, 3733.0, 3764.0, 3741.0, 3734.0, 3733.0, 3744.0, 3735.0, 3733.0, 3756.0, 3746.0, 3747.0, 3748.0, 3761.0, 3763.0, 3808.0, 3820.0, 3822.0, 3789.0, 3789.0, 3790.0, 3790.0, 3779.0, 3789.0, 3777.0, 3779.0, 3791.0, 3815.0, 3846.0, 3793.0, 3805.0, 3814.0, 3806.0, 3823.0, 3801.0, 3821.0, 3810.0, 3832.0, 3846.0, 3845.0, 3832.0, 3831.0, 3785.0, 3773.0, 3751.0, 3761.0, 3754.0, 3810.0, 3835.0, 3833.0, 3820.0, 3774.0, 3774.0, 3741.0, 3774.0, 3760.0, 3760.0, 3774.0, 3776.0, 3777.0, 3775.0, 3751.0, 3784.0, 3773.0, 3771.0, 3758.0, 3746.0, 3757.0, 3748.0, 3758.0, 3761.0, 3760.0, 3758.0, 3757.0, 3743.0, 3734.0, 3745.0], 'WindowWidth': [8783.0, 8677.0, 8723.0, 8623.0, 8692.0, 8595.0, 8654.0, 8616.0, 8615.0, 8581.0, 8570.0, 8591.0, 8569.0, 8606.0, 8583.0, 8583.0, 8600.0, 8588.0, 8577.0, 8595.0, 8598.0, 8651.0, 8593.0, 8633.0, 8590.0, 8607.0, 8591.0, 8595.0, 8650.0, 8610.0, 8633.0, 8608.0, 8647.0, 8606.0, 8617.0, 8605.0, 8592.0, 8610.0, 8621.0, 8609.0, 8580.0, 8615.0, 8639.0, 8634.0, 8674.0, 8622.0, 8657.0, 8619.0, 8658.0, 8613.0, 8643.0, 8639.0, 8658.0, 8683.0, 8649.0, 8625.0, 8616.0, 8631.0, 8684.0, 8613.0, 8560.0, 8588.0, 8650.0, 8654.0, 8670.0, 8657.0, 8611.0, 8670.0, 8627.0, 8650.0, 8605.0, 8567.0, 8579.0, 8621.0, 8583.0, 8639.0, 8622.0, 8580.0, 8610.0, 8577.0, 8565.0, 8614.0, 8549.0, 8586.0, 8509.0, 8578.0, 8511.0, 8587.0, 8535.0, 8584.0, 8513.0, 8582.0, 8514.0, 8552.0, 8510.0, 8527.0, 8544.0, 8536.0, 8555.0, 8553.0, 8550.0, 8536.0, 8549.0, 8538.0, 8552.0, 8542.0, 8573.0, 8568.0, 8601.0, 8600.0, 8605.0, 8641.0, 8640.0, 8622.0, 8652.0, 8687.0, 8703.0, 8706.0, 8662.0, 8629.0, 8580.0, 8567.0, 8578.0, 8570.0, 8607.0, 8564.0, 8574.0, 8561.0, 8575.0, 8577.0, 8625.0, 8597.0, 8602.0, 8665.0, 8591.0, 8628.0, 8548.0, 8575.0, 8546.0, 8536.0, 8565.0, 8618.0, 8646.0, 8640.0, 8569.0, 8578.0, 8541.0, 8525.0, 8507.0, 8500.0, 8502.0, 8465.0, 8520.0, 8574.0, 8530.0, 8524.0, 8491.0, 8475.0, 8454.0, 8487.0, 8499.0, 8487.0, 8481.0, 8560.0, 8575.0, 8533.0, 8515.0, 8495.0, 8491.0, 8486.0, 8549.0, 8502.0, 8477.0, 8481.0, 8503.0, 8501.0, 8497.0, 8501.0, 8501.0, 8500.0, 8522.0, 8507.0, 8507.0, 8528.0, 8523.0, 8530.0, 8552.0, 8591.0, 8537.0, 8573.0, 8579.0, 8558.0, 8573.0, 8573.0, 8617.0, 8640.0, 8658.0, 8665.0, 8583.0, 8623.0, 8570.0, 8610.0, 8615.0, 8655.0, 8617.0, 8580.0, 8598.0, 8587.0, 8601.0, 8615.0, 8619.0, 8667.0, 8656.0, 8606.0, 8588.0, 8620.0, 8651.0, 8660.0, 8625.0, 8617.0, 8555.0, 8580.0, 8527.0, 8503.0, 8490.0, 8512.0, 8488.0, 8498.0, 8500.0, 8499.0, 8483.0, 8500.0, 8517.0, 8500.0, 8504.0, 8522.0, 8582.0, 8558.0, 8551.0, 8533.0, 8594.0, 8500.0, 8553.0, 8495.0, 8488.0, 8493.0, 8505.0, 8519.0, 8584.0, 8617.0, 8604.0, 8589.0, 8548.0, 8577.0, 8546.0, 8522.0, 8541.0, 8523.0, 8548.0, 8549.0, 8553.0, 8574.0, 8610.0, 8639.0, 8641.0, 8658.0, 8599.0, 8626.0, 8583.0, 8579.0, 8573.0, 8517.0, 8601.0, 8590.0, 8589.0, 8621.0, 8592.0, 8605.0, 8632.0, 8626.0, 8534.0, 8576.0, 8501.0, 8516.0, 8506.0, 8520.0, 8522.0, 8528.0, 8615.0, 8618.0, 8588.0, 8521.0, 8532.0, 8524.0, 8513.0, 8499.0, 8479.0, 8497.0, 8499.0, 8497.0, 8499.0, 8493.0, 8475.0, 8487.0, 8485.0, 8500.0, 8513.0, 8531.0, 8516.0, 8546.0, 8500.0, 8578.0, 8524.0, 8545.0, 8471.0, 8467.0, 8465.0, 8483.0, 8470.0, 8508.0, 8491.0, 8514.0, 8514.0, 8481.0, 8513.0, 8502.0, 8505.0, 8569.0, 8606.0, 8622.0, 8600.0, 8586.0, 8563.0, 8540.0, 8544.0, 8529.0, 8519.0, 8507.0, 8538.0, 8516.0, 8549.0, 8564.0, 8591.0, 8594.0, 8580.0, 8615.0, 8640.0, 8614.0, 8664.0, 8667.0, 8676.0, 8671.0, 8681.0, 8597.0, 8538.0, 8541.0, 8508.0, 8511.0, 8506.0, 8589.0, 8573.0, 8573.0, 8543.0, 8516.0, 8542.0, 8510.0, 8536.0, 8536.0, 8529.0, 8596.0, 8613.0, 8615.0, 8591.0, 8555.0, 8528.0, 8582.0, 8496.0, 8510.0, 8500.0, 8506.0, 8508.0, 8508.0, 8510.0, 8502.0, 8515.0, 8513.0, 8491.0, 8468.0, 8434.0, 8426.0, 8446.0, 8457.0, 8447.0, 8460.0, 8443.0, 8446.0, 8428.0, 8449.0, 8455.0, 8443.0, 8457.0, 8442.0, 8463.0, 8478.0, 8470.0, 8490.0, 8488.0, 8498.0, 8527.0, 8566.0, 8597.0, 8585.0, 8566.0, 8537.0, 8531.0, 8523.0, 8521.0, 8497.0, 8517.0, 8553.0, 8578.0, 8559.0, 8545.0, 8544.0, 8564.0, 8548.0, 8584.0, 8607.0, 8646.0, 8621.0, 8578.0, 8543.0, 8533.0, 8543.0, 8540.0, 8537.0, 8554.0, 8588.0, 8588.0, 8554.0, 8546.0, 8556.0, 8501.0, 8473.0, 8457.0, 8462.0, 8467.0, 8451.0, 8468.0, 8507.0, 8506.0, 8491.0, 8529.0, 8550.0, 8491.0, 8447.0, 8463.0, 8471.0, 8443.0, 8444.0, 8445.0, 8431.0, 8461.0, 8466.0, 8465.0, 8491.0, 8574.0, 8581.0, 8604.0, 8585.0, 8511.0, 8494.0, 8477.0, 8473.0, 8478.0, 8472.0, 8496.0, 8515.0, 8505.0, 8525.0, 8600.0, 8576.0, 8598.0, 8528.0, 8513.0, 8512.0, 8510.0, 8504.0, 8590.0, 8610.0, 8588.0, 8578.0, 8497.0, 8493.0, 8526.0, 8569.0, 8516.0, 8526.0, 8468.0, 8465.0, 8463.0, 8463.0, 8522.0, 8499.0, 8502.0, 8505.0, 8467.0, 8500.0, 8488.0, 8486.0, 8518.0, 8457.0, 8442.0, 8457.0, 8460.0, 8463.0, 8464.0, 8429.0, 8441.0, 8452.0, 8486.0, 8482.0, 8443.0, 8447.0, 8474.0, 8463.0, 8467.0, 8466.0, 8467.0, 8476.0, 8467.0, 8480.0, 8470.0, 8489.0, 8530.0, 8582.0, 8600.0, 8643.0, 8556.0, 8535.0, 8516.0, 8492.0, 8513.0, 8511.0, 8568.0, 8594.0, 8542.0, 8551.0, 8544.0, 8525.0, 8521.0, 8571.0, 8632.0, 8589.0, 8550.0, 8509.0, 8529.0, 8562.0, 8579.0, 8627.0, 8579.0, 8506.0, 8529.0, 8521.0, 8457.0, 8482.0, 8506.0, 8469.0, 8451.0, 8444.0, 8478.0, 8502.0, 8464.0, 8455.0, 8451.0, 8381.0, 8425.0, 8409.0, 8408.0, 8407.0, 8409.0, 8420.0, 8388.0, 8420.0, 8414.0, 8371.0, 8402.0, 8405.0, 8391.0, 8422.0, 8413.0, 8430.0, 8435.0, 8460.0, 8473.0, 8447.0, 8481.0, 8487.0, 8488.0, 8497.0, 8515.0, 8517.0, 8529.0, 8565.0, 8607.0, 8596.0, 8585.0, 8577.0, 8589.0, 8568.0, 8557.0, 8535.0, 8581.0, 8572.0, 8589.0, 8596.0, 8586.0, 8619.0, 8581.0, 8580.0, 8597.0, 8616.0, 8662.0, 8679.0, 8677.0, 8612.0, 8570.0, 8532.0, 8502.0, 8497.0, 8550.0, 8514.0, 8514.0, 8564.0, 8576.0, 8561.0, 8560.0, 8526.0, 8553.0, 8505.0, 8511.0, 8441.0, 8442.0, 8455.0, 8454.0, 8412.0, 8454.0, 8513.0, 8467.0, 8539.0, 8469.0, 8491.0, 8478.0, 8463.0, 8435.0, 8482.0, 8474.0, 8461.0, 8454.0, 8442.0, 8465.0, 8454.0, 8456.0, 8462.0, 8478.0, 8466.0, 8486.0, 8490.0, 8529.0, 8596.0, 8603.0, 8623.0, 8583.0, 8535.0, 8498.0, 8509.0, 8475.0, 8495.0, 8514.0, 8511.0, 8512.0, 8548.0, 8535.0, 8538.0, 8561.0, 8496.0, 8534.0, 8507.0, 8578.0, 8588.0, 8597.0, 8536.0, 8492.0, 8516.0, 8483.0, 8445.0, 8468.0, 8519.0, 8526.0, 8561.0, 8542.0, 8466.0, 8484.0, 8457.0, 8436.0, 8433.0, 8495.0, 8520.0, 8520.0, 8444.0, 8441.0, 8452.0, 8400.0, 8448.0, 8427.0, 8416.0, 8453.0, 8442.0, 8442.0, 8450.0, 8476.0, 8472.0, 8457.0, 8495.0, 8447.0, 8444.0, 8428.0, 8439.0, 8439.0, 8471.0, 8441.0, 8419.0, 8448.0, 8449.0, 8420.0, 8451.0, 8436.0, 8468.0, 8429.0, 8459.0, 8482.0, 8551.0, 8551.0, 8504.0, 8528.0, 8483.0, 8462.0, 8467.0, 8460.0, 8485.0, 8491.0, 8540.0, 8515.0, 8519.0, 8520.0, 8503.0, 8509.0, 8522.0, 8545.0, 8578.0, 8556.0, 8508.0, 8515.0, 8466.0, 8489.0, 8466.0, 8482.0, 8560.0, 8575.0, 8487.0, 8467.0, 8445.0, 8440.0, 8452.0, 8439.0, 8502.0, 8503.0, 8478.0, 8475.0, 8464.0, 8459.0, 8457.0, 8479.0, 8483.0, 8454.0, 8455.0, 8433.0, 8436.0, 8450.0, 8448.0, 8448.0, 8443.0, 8410.0, 8426.0, 8468.0, 8422.0, 8408.0, 8452.0, 8420.0, 8413.0, 8410.0, 8428.0, 8419.0, 8414.0, 8447.0, 8436.0, 8437.0, 8438.0, 8460.0, 8469.0, 8535.0, 8557.0, 8563.0, 8513.0, 8516.0, 8519.0, 8518.0, 8498.0, 8511.0, 8491.0, 8497.0, 8520.0, 8556.0, 8601.0, 8527.0, 8544.0, 8555.0, 8547.0, 8565.0, 8532.0, 8559.0, 8543.0, 8576.0, 8605.0, 8602.0, 8577.0, 8572.0, 8500.0, 8479.0, 8447.0, 8457.0, 8453.0, 8544.0, 8592.0, 8583.0, 8554.0, 8483.0, 8479.0, 8431.0, 8478.0, 8449.0, 8455.0, 8480.0, 8487.0, 8491.0, 8487.0, 8450.0, 8497.0, 8480.0, 8475.0, 8451.0, 8433.0, 8449.0, 8439.0, 8452.0, 8460.0, 8459.0, 8454.0, 8450.0, 8426.0, 8411.0, 8426.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.0009687571921749137</td></tr>
<tr><td colspan=3>aqi</td><td>0.03656707571921749</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>45.00390362192402</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.213963712672811</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0037199675921662</td></tr>
<tr><td colspan=3>efc</td><td>0.4994</td></tr>
<tr><td colspan=3>fber</td><td>3883.2903</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1410206305603471</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>174</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>20.02301495972382</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.531281854734378</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.373225307054263</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.85623511372023</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.364385143428641</td></tr>
<tr><td colspan=3>gcor</td><td>0.0524022</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0270713958889246</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0472860187292099</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.6837448975888507</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>16.9459</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.5045</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>195.4596</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298183.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>930.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>343.7625</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9868</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>473.0967</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2949.6393</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3153.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78361.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>852.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3902.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>855.917</td></tr>
<tr><td colspan=3>tsnr</td><td>29.71849824860692</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>