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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0115/ses-01/func/sub-0115_ses-01_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>5fe80abd70e5025744ec86de4d21afbb</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>18:40:58.302500</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.998975, -0.0452566, 0.000627775, 0.0451885, 0.996496, -0.0703801]</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.087044</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4228, -7762, -7288, 153, -108, -156, -79, 92]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>237.023</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>85212137-01f3-4435-897e-d9427fcc7057||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.6801774501800537, 0.12123757600784302, -0.006910888943821192, 108.80975341796875], [0.1214202269911766, 2.6735265254974365, -0.1899080127477646, -89.00894165039062], [0.001684275222942233, 0.18882454931735992, 2.6933040618896484, -96.35213470458984], [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': ['184058.302500', '184058.762500', '184059.222500', '184059.682500', '184100.142500', '184100.602500', '184101.062500', '184101.522500', '184101.982500', '184102.442500', '184102.902500', '184103.362500', '184103.822500', '184104.282500', '184104.742500', '184105.202500', '184105.662500', '184106.122500', '184106.582500', '184107.042500', '184107.502500', '184107.962500', '184108.422500', '184108.882500', '184109.342500', '184109.802500', '184110.262500', '184110.722500', '184111.182500', '184111.642500', '184112.102500', '184112.562500', '184113.022500', '184113.482500', '184113.942500', '184114.402500', '184114.862500', '184115.322500', '184115.782500', '184116.242500', '184116.702500', '184117.162500', '184117.622500', '184118.082500', '184118.542500', '184119.002500', '184119.462500', '184119.922500', '184120.382500', '184120.842500', '184121.302500', '184121.762500', '184122.222500', '184122.682500', '184123.142500', '184123.602500', '184124.062500', '184124.522500', '184124.982500', '184125.442500', '184125.902500', '184126.362500', '184126.822500', '184127.282500', '184127.742500', '184128.202500', '184128.662500', '184129.122500', '184129.582500', '184130.042500', '184130.502500', '184130.962500', '184131.422500', '184131.882500', '184132.342500', '184132.802500', '184133.262500', '184133.722500', '184134.182500', '184134.642500', '184135.102500', '184135.562500', '184136.022500', '184136.482500', '184136.942500', '184137.402500', '184137.862500', '184138.322500', '184138.782500', '184139.242500', '184139.702500', '184140.162500', '184140.622500', '184141.082500', '184141.542500', '184142.002500', '184142.462500', '184142.922500', '184143.382500', '184143.842500', '184144.302500', '184144.762500', '184145.222500', '184145.682500', '184146.142500', '184146.602500', '184147.062500', '184147.522500', '184147.982500', '184148.442500', '184148.902500', '184149.362500', '184149.822500', '184150.282500', '184150.742500', '184151.202500', '184151.662500', '184152.122500', '184152.582500', '184153.042500', '184153.502500', '184153.962500', '184154.422500', '184154.882500', '184155.342500', '184155.802500', '184156.262500', '184156.722500', '184157.182500', '184157.642500', '184158.102500', '184158.562500', '184159.022500', '184159.482500', '184159.942500', '184200.402500', '184200.862500', '184201.322500', '184201.782500', '184202.242500', '184202.702500', '184203.162500', '184203.622500', '184204.082500', '184204.542500', '184205.002500', '184205.462500', '184205.922500', '184206.382500', '184206.842500', '184207.302500', '184207.762500', '184208.222500', '184208.682500', '184209.142500', '184209.602500', '184210.062500', '184210.522500', '184210.982500', '184211.442500', '184211.902500', '184212.362500', '184212.822500', '184213.282500', '184213.742500', '184214.202500', '184214.662500', '184215.122500', '184215.582500', '184216.042500', '184216.502500', '184216.962500', '184217.422500', '184217.882500', '184218.342500', '184218.802500', '184219.262500', '184219.722500', '184220.182500', '184220.642500', '184221.102500', '184221.562500', '184222.022500', '184222.482500', '184222.942500', '184223.402500', '184223.862500', '184224.322500', '184224.782500', '184225.242500', '184225.702500', '184226.162500', '184226.622500', '184227.082500', '184227.542500', '184228.002500', '184228.462500', '184228.922500', '184229.382500', '184229.842500', '184230.302500', '184230.762500', '184231.222500', '184231.682500', '184232.142500', '184232.602500', '184233.062500', '184233.522500', '184233.982500', '184234.442500', '184234.902500', '184235.362500', '184235.822500', '184236.282500', '184236.742500', '184237.202500', '184237.662500', '184238.122500', '184238.582500', '184239.042500', '184239.502500', '184239.962500', '184240.422500', '184240.882500', '184241.342500', '184241.802500', '184242.262500', '184242.722500', '184243.182500', '184243.642500', '184244.102500', '184244.562500', '184245.022500', '184245.482500', '184245.942500', '184246.402500', '184246.862500', '184247.322500', '184247.782500', '184248.242500', '184248.702500', '184249.162500', '184249.622500', '184250.082500', '184250.542500', '184251.002500', '184251.462500', '184251.922500', '184252.382500', '184252.842500', '184253.302500', '184253.762500', '184254.222500', '184254.682500', '184255.142500', '184255.602500', '184256.062500', '184256.522500', '184256.982500', '184257.442500', '184257.902500', '184258.362500', '184258.822500', '184259.282500', '184259.742500', '184300.202500', '184300.662500', '184301.122500', '184301.582500', '184302.042500', '184302.502500', '184302.962500', '184303.422500', '184303.882500', '184304.342500', '184304.802500', '184305.262500', '184305.722500', '184306.182500', '184306.642500', '184307.102500', '184307.562500', '184308.022500', '184308.482500', '184308.942500', '184309.402500', '184309.862500', '184310.322500', '184310.782500', '184311.242500', '184311.702500', '184312.162500', '184312.622500', '184313.082500', '184313.542500', '184314.002500', '184314.462500', '184314.922500', '184315.382500', '184315.842500', '184316.302500', '184316.762500', '184317.222500', '184317.682500', '184318.142500', '184318.602500', '184319.062500', '184319.522500', '184319.982500', '184320.442500', '184320.902500', '184321.362500', '184321.822500', '184322.282500', '184322.742500', '184323.202500', '184323.662500', '184324.122500', '184324.582500', '184325.042500', '184325.502500', '184325.962500', '184326.422500', '184326.882500', '184327.342500', '184327.802500', '184328.262500', '184328.722500', '184329.182500', '184329.642500', '184330.102500', '184330.562500', '184331.022500', '184331.482500', '184331.942500', '184332.402500', '184332.862500', '184333.322500', '184333.782500', '184334.242500', '184334.702500', '184335.162500', '184335.622500', '184336.082500', '184336.542500', '184337.002500', '184337.462500', '184337.922500', '184338.382500', '184338.842500', '184339.302500', '184339.762500', '184340.222500', '184340.682500', '184341.142500', '184341.602500', '184342.062500', '184342.522500', '184342.982500', '184343.442500', '184343.902500', '184344.362500', '184344.822500', '184345.282500', '184345.742500', '184346.202500', '184346.662500', '184347.122500', '184347.582500', '184348.042500', '184348.502500', '184348.962500', '184349.422500', '184349.882500', '184350.342500', '184350.802500', '184351.262500', '184351.722500', '184352.182500', '184352.642500', '184353.102500', '184353.562500', '184354.022500', '184354.482500', '184354.942500', '184355.402500', '184355.862500', '184356.322500', '184356.782500', '184357.242500', '184357.702500', '184358.162500', '184358.622500', '184359.082500', '184359.542500', '184400.002500', '184400.462500', '184400.922500', '184401.382500', '184401.842500', '184402.302500', '184402.762500', '184403.222500', '184403.682500', '184404.142500', '184404.602500', '184405.062500', '184405.522500', '184405.982500', '184406.442500', '184406.902500', '184407.362500', '184407.822500', '184408.282500', '184408.742500', '184409.202500', '184409.662500', '184410.122500', '184410.582500', '184411.042500', '184411.502500', '184411.962500', '184412.422500', '184412.882500', '184413.342500', '184413.802500', '184414.262500', '184414.722500', '184415.182500', '184415.642500', '184416.102500', '184416.562500', '184417.022500', '184417.482500', '184417.942500', '184418.402500', '184418.862500', '184419.322500', '184419.782500', '184420.242500', '184420.702500', '184421.162500', '184421.622500', '184422.082500', '184422.542500', '184423.002500', '184423.462500', '184423.922500', '184424.382500', '184424.842500', '184425.302500', '184425.762500', '184426.222500', '184426.682500', '184427.142500', '184427.602500', '184428.062500', '184428.522500', '184428.982500', '184429.442500', '184429.902500', '184430.362500', '184430.822500', '184431.282500', '184431.742500', '184432.202500', '184432.662500', '184433.122500', '184433.582500', '184434.042500', '184434.502500', '184434.962500', '184435.422500', '184435.882500', '184436.342500', '184436.802500', '184437.262500', '184437.722500', '184438.182500', '184438.642500', '184439.102500', '184439.562500', '184440.022500', '184440.482500', '184440.942500', '184441.402500', '184441.862500', '184442.322500', '184442.782500', '184443.242500', '184443.702500', '184444.162500', '184444.622500', '184445.082500', '184445.542500', '184446.002500', '184446.462500', '184446.922500', '184447.382500', '184447.842500', '184448.302500', '184448.762500', '184449.222500', '184449.682500', '184450.142500', '184450.602500', '184451.062500', '184451.522500', '184451.982500', '184452.442500', '184452.902500', '184453.362500', '184453.822500', '184454.282500', '184454.742500', '184455.202500', '184455.662500', '184456.122500', '184456.582500', '184457.042500', '184457.502500', '184457.962500', '184458.422500', '184458.882500', '184459.342500', '184459.802500', '184500.262500', '184500.722500', '184501.182500', '184501.642500', '184502.102500', '184502.562500', '184503.022500', '184503.482500', '184503.942500', '184504.402500', '184504.862500', '184505.322500', '184505.782500', '184506.242500', '184506.702500', '184507.162500', '184507.622500', '184508.082500', '184508.542500', '184509.002500', '184509.462500', '184509.922500', '184510.382500', '184510.842500', '184511.302500', '184511.762500', '184512.222500', '184512.682500', '184513.142500', '184513.602500', '184514.062500', '184514.522500', '184514.982500', '184515.442500', '184515.902500', '184516.362500', '184516.822500', '184517.282500', '184517.742500', '184518.202500', '184518.662500', '184519.122500', '184519.582500', '184520.042500', '184520.502500', '184520.962500', '184521.422500', '184521.882500', '184522.342500', '184522.802500', '184523.262500', '184523.722500', '184524.182500', '184524.642500', '184525.102500', '184525.562500', '184526.022500', '184526.482500', '184526.942500', '184527.402500', '184527.862500', '184528.322500', '184528.782500', '184529.242500', '184529.702500', '184530.162500', '184530.622500', '184531.082500', '184531.542500', '184532.002500', '184532.462500', '184532.922500', '184533.382500', '184533.842500', '184534.302500', '184534.762500', '184535.222500', '184535.682500', '184536.142500', '184536.602500', '184537.062500', '184537.522500', '184537.982500', '184538.442500', '184538.902500', '184539.362500', '184539.822500', '184540.282500', '184540.742500', '184541.202500', '184541.662500', '184542.122500', '184542.582500', '184543.042500', '184543.502500', '184543.962500', '184544.422500', '184544.882500', '184545.342500', '184545.802500', '184546.262500', '184546.722500', '184547.182500', '184547.642500', '184548.102500', '184548.562500', '184549.022500', '184549.482500', '184549.942500', '184550.402500', '184550.862500', '184551.322500', '184551.782500', '184552.242500', '184552.702500', '184553.162500', '184553.622500', '184554.082500', '184554.542500', '184555.002500', '184555.462500', '184555.922500', '184556.382500', '184556.842500', '184557.302500', '184557.762500', '184558.222500', '184558.682500', '184559.142500', '184559.602500', '184600.062500', '184600.522500', '184600.982500', '184601.442500', '184601.902500', '184602.362500', '184602.822500', '184603.282500', '184603.742500', '184604.202500', '184604.662500', '184605.122500', '184605.582500', '184606.042500', '184606.502500', '184606.962500', '184607.422500', '184607.882500', '184608.342500', '184608.802500', '184609.262500', '184609.722500', '184610.182500', '184610.642500', '184611.102500', '184611.562500', '184612.022500', '184612.482500', '184612.942500', '184613.402500', '184613.862500', '184614.322500', '184614.782500', '184615.242500', '184615.702500', '184616.162500', '184616.622500', '184617.082500', '184617.542500', '184618.002500', '184618.462500', '184618.922500', '184619.382500', '184619.842500', '184620.302500', '184620.762500', '184621.222500', '184621.682500', '184622.142500', '184622.602500', '184623.062500', '184623.522500', '184623.982500', '184624.442500', '184624.902500', '184625.362500', '184625.822500', '184626.282500', '184626.742500', '184627.202500', '184627.662500', '184628.122500', '184628.582500', '184629.042500', '184629.502500', '184629.962500', '184630.422500', '184630.882500', '184631.342500', '184631.802500', '184632.262500', '184632.722500', '184633.182500', '184633.642500', '184634.102500', '184634.562500', '184635.022500', '184635.482500', '184635.942500', '184636.402500', '184636.862500', '184637.322500', '184637.782500', '184638.242500', '184638.702500', '184639.162500', '184639.622500', '184640.082500', '184640.542500', '184641.002500', '184641.462500', '184641.922500', '184642.382500', '184642.842500', '184643.302500', '184643.762500', '184644.222500', '184644.682500', '184645.142500', '184645.602500', '184646.062500', '184646.522500', '184646.982500', '184647.442500', '184647.902500', '184648.362500', '184648.822500', '184649.282500', '184649.742500', '184650.202500', '184650.662500', '184651.122500', '184651.582500', '184652.042500', '184652.502500', '184652.962500', '184653.422500', '184653.882500', '184654.342500', '184654.802500', '184655.262500', '184655.722500', '184656.182500', '184656.642500', '184657.102500', '184657.562500', '184658.022500', '184658.482500', '184658.942500', '184659.402500', '184659.862500', '184700.322500', '184700.782500', '184701.242500', '184701.702500', '184702.162500', '184702.622500', '184703.082500', '184703.542500', '184704.002500', '184704.462500', '184704.922500', '184705.382500', '184705.842500', '184706.302500', '184706.762500', '184707.222500', '184707.682500', '184708.142500', '184708.602500', '184709.062500', '184709.522500', '184709.982500', '184710.442500', '184710.902500', '184711.362500', '184711.822500', '184712.282500', '184712.742500', '184713.202500', '184713.662500', '184714.122500', '184714.582500', '184715.042500', '184715.502500', '184715.962500', '184716.422500', '184716.882500', '184717.342500', '184717.802500', '184718.262500', '184718.722500', '184719.182500', '184719.642500', '184720.102500', '184720.562500', '184721.022500', '184721.482500', '184721.942500', '184722.402500', '184722.862500', '184723.322500', '184723.782500', '184724.242500', '184724.702500', '184725.162500', '184725.622500', '184726.082500', '184726.542500', '184727.002500', '184727.462500', '184727.922500', '184728.382500', '184728.842500', '184729.302500', '184729.762500', '184730.222500', '184730.682500', '184731.142500', '184731.602500', '184732.062500', '184732.522500', '184732.982500', '184733.442500', '184733.902500', '184734.362500', '184734.822500', '184735.282500', '184735.742500', '184736.202500', '184736.662500', '184737.122500', '184737.582500', '184738.042500', '184738.502500', '184738.962500'], 'ContentTime': ['184111.891000', '184111.895000', '184111.897000', '184111.900000', '184111.903000', '184111.905000', '184111.908000', '184111.910000', '184111.922000', '184111.924000', '184111.935000', '184111.937000', '184111.940000', '184111.943000', '184111.945000', '184111.948000', '184111.950000', '184111.953000', '184111.955000', '184111.958000', '184111.961000', '184111.963000', '184111.966000', '184111.968000', '184111.971000', '184111.977000', '184131.829000', '184131.832000', '184131.845000', '184131.848000', '184131.851000', '184131.853000', '184131.856000', '184131.858000', '184131.861000', '184131.863000', '184131.866000', '184131.868000', '184131.871000', '184131.873000', '184131.876000', '184131.879000', '184131.881000', '184131.884000', '184131.887000', '184131.889000', '184131.892000', '184131.895000', '184131.897000', '184131.900000', '184131.902000', '184131.905000', '184131.907000', '184131.910000', '184131.913000', '184131.915000', '184131.918000', '184131.920000', '184131.923000', '184131.927000', '184131.929000', '184131.932000', '184131.934000', '184131.937000', '184131.940000', '184131.942000', '184131.945000', '184131.948000', '184131.953000', '184151.829000', '184151.832000', '184151.835000', '184151.837000', '184151.840000', '184151.843000', '184151.845000', '184151.848000', '184151.850000', '184151.853000', '184151.855000', '184151.858000', '184151.861000', '184151.863000', '184151.866000', '184151.868000', '184151.871000', '184151.873000', '184151.876000', '184151.879000', '184151.881000', '184151.884000', '184151.886000', '184151.889000', '184151.891000', '184151.894000', '184151.897000', '184151.899000', '184151.902000', '184151.904000', '184151.907000', '184151.909000', '184151.912000', '184151.915000', '184151.917000', '184151.920000', '184151.922000', '184151.925000', '184151.927000', '184151.930000', '184151.932000', '184151.937000', '184151.940000', '184151.943000', '184211.829000', '184211.832000', '184211.835000', '184211.838000', '184211.840000', '184211.843000', '184211.845000', '184211.848000', '184211.851000', '184211.853000', '184211.856000', '184211.858000', '184211.861000', '184211.863000', '184211.866000', '184211.869000', '184211.871000', '184211.874000', '184211.877000', '184211.880000', '184211.882000', '184211.885000', '184211.888000', '184211.890000', '184211.893000', '184211.895000', '184211.898000', '184211.901000', '184211.903000', '184211.906000', '184211.908000', '184211.911000', '184211.913000', '184211.916000', '184211.919000', '184211.921000', '184211.924000', '184211.926000', '184211.929000', '184211.931000', '184211.934000', '184211.937000', '184211.939000', '184231.829000', '184231.832000', '184231.835000', '184231.837000', '184231.840000', '184231.843000', '184231.845000', '184231.848000', '184231.850000', '184231.853000', '184231.856000', '184231.858000', '184231.861000', '184231.882000', '184231.884000', '184231.887000', '184231.889000', '184231.892000', '184231.895000', '184231.897000', '184231.900000', '184231.902000', '184231.905000', '184231.907000', '184231.910000', '184231.913000', '184231.915000', '184231.918000', '184231.920000', '184231.923000', '184231.926000', '184231.928000', '184231.931000', '184231.933000', '184231.936000', '184231.939000', '184231.941000', '184231.944000', '184231.946000', '184231.949000', '184231.952000', '184231.954000', '184231.957000', '184231.960000', '184251.830000', '184251.832000', '184251.835000', '184251.838000', '184251.840000', '184251.843000', '184251.845000', '184251.848000', '184251.851000', '184251.853000', '184251.856000', '184251.858000', '184251.861000', '184251.864000', '184251.866000', '184251.869000', '184251.871000', '184251.874000', '184251.877000', '184251.879000', '184251.882000', '184251.884000', '184251.887000', '184251.889000', '184251.892000', '184251.895000', '184251.897000', '184251.900000', '184251.902000', '184251.905000', '184251.908000', '184251.911000', '184251.914000', '184251.916000', '184251.919000', '184251.921000', '184251.924000', '184251.927000', '184251.929000', '184251.932000', '184251.935000', '184251.937000', '184251.940000', '184311.829000', '184311.832000', '184311.835000', '184311.838000', '184311.840000', '184311.843000', '184311.845000', '184311.848000', '184311.851000', '184311.853000', '184311.856000', '184311.858000', '184311.861000', '184311.864000', '184311.866000', '184311.869000', '184311.871000', '184311.874000', '184311.877000', '184311.879000', '184311.882000', '184311.884000', '184311.887000', '184311.890000', '184311.892000', '184311.895000', '184311.897000', '184311.900000', '184311.903000', '184311.905000', '184311.908000', '184311.910000', '184311.913000', '184311.915000', '184311.918000', '184311.921000', '184311.923000', '184311.926000', '184311.928000', '184311.931000', '184311.934000', '184311.936000', '184311.939000', '184311.941000', '184331.830000', '184331.833000', '184331.835000', '184331.838000', '184331.840000', '184331.843000', '184331.846000', '184331.848000', '184331.851000', '184331.853000', '184331.856000', '184331.859000', '184331.861000', '184331.864000', '184331.866000', '184331.869000', '184331.872000', '184331.874000', '184331.877000', '184331.879000', '184331.882000', '184331.884000', '184331.887000', '184331.890000', '184331.892000', '184331.895000', '184331.898000', '184331.900000', '184331.903000', '184331.905000', '184331.908000', '184331.911000', '184331.913000', '184331.916000', '184331.918000', '184331.921000', '184331.923000', '184331.926000', '184331.929000', '184331.931000', '184331.934000', '184331.937000', '184331.939000', '184351.829000', '184351.832000', '184351.835000', '184351.837000', '184351.840000', '184351.843000', '184351.845000', '184351.848000', '184351.851000', '184351.853000', '184351.856000', '184351.859000', '184351.861000', '184351.864000', '184351.866000', '184351.869000', '184351.872000', '184351.874000', '184351.877000', '184351.879000', '184351.882000', '184351.884000', '184351.887000', '184351.890000', '184351.892000', '184351.895000', '184351.898000', '184351.900000', '184351.903000', '184351.905000', '184351.908000', '184351.910000', '184351.913000', '184351.916000', '184351.918000', '184351.921000', '184351.923000', '184351.926000', '184351.929000', '184351.931000', '184351.934000', '184351.936000', '184351.939000', '184351.942000', '184411.830000', '184411.832000', '184411.835000', '184411.838000', '184411.840000', '184411.843000', '184411.845000', '184411.848000', '184411.876000', '184411.879000', '184411.881000', '184411.884000', '184411.887000', '184411.889000', '184411.892000', '184411.894000', '184411.897000', '184411.900000', '184411.902000', '184411.905000', '184411.907000', '184411.910000', '184411.913000', '184411.915000', '184411.918000', '184411.920000', '184411.923000', '184411.926000', '184411.928000', '184411.931000', '184411.933000', '184411.936000', '184411.939000', '184411.941000', '184411.944000', '184411.946000', '184411.949000', '184411.952000', '184411.954000', '184411.957000', '184411.960000', '184411.963000', '184411.966000', '184431.830000', '184431.832000', '184431.835000', '184431.838000', '184431.840000', '184431.843000', '184431.845000', '184431.848000', '184431.851000', '184431.853000', '184431.856000', '184431.858000', '184431.861000', '184431.864000', '184431.866000', '184431.869000', '184431.871000', '184431.874000', '184431.877000', '184431.879000', '184431.882000', '184431.884000', '184431.890000', '184431.893000', '184431.896000', '184431.898000', '184431.901000', '184431.903000', '184431.906000', '184431.909000', '184431.911000', '184431.914000', '184431.916000', '184431.919000', '184431.921000', '184431.924000', '184431.927000', '184431.929000', '184431.932000', '184431.934000', '184431.937000', '184431.940000', '184431.942000', '184431.945000', '184451.829000', '184451.832000', '184451.835000', '184451.838000', '184451.840000', '184451.843000', '184451.845000', '184451.848000', '184451.851000', '184451.853000', '184451.856000', '184451.858000', '184451.861000', '184451.864000', '184451.866000', '184451.869000', '184451.871000', '184451.874000', '184451.877000', '184451.879000', '184451.882000', '184451.884000', '184451.887000', '184451.889000', '184451.892000', '184451.895000', '184451.897000', '184451.900000', '184451.902000', '184451.905000', '184451.907000', '184451.910000', '184451.913000', '184451.915000', '184451.918000', '184451.921000', '184451.923000', '184451.926000', '184451.928000', '184451.931000', '184451.933000', '184451.936000', '184451.939000', '184511.829000', '184511.832000', '184511.835000', '184511.837000', '184511.840000', '184511.843000', '184511.846000', '184511.848000', '184511.851000', '184511.854000', '184511.856000', '184511.859000', '184511.862000', '184511.864000', '184511.867000', '184511.869000', '184511.872000', '184511.875000', '184511.877000', '184511.880000', '184511.883000', '184511.885000', '184511.888000', '184511.891000', '184511.893000', '184511.896000', '184511.899000', '184511.901000', '184511.904000', '184511.906000', '184511.909000', '184511.912000', '184511.914000', '184511.917000', '184511.920000', '184511.922000', '184511.925000', '184511.927000', '184511.930000', '184511.933000', '184511.935000', '184511.938000', '184511.940000', '184511.943000', '184531.830000', '184531.832000', '184531.835000', '184531.838000', '184531.840000', '184531.843000', '184531.846000', '184531.848000', '184531.851000', '184531.853000', '184531.856000', '184531.858000', '184531.861000', '184531.864000', '184531.866000', '184531.869000', '184531.871000', '184531.874000', '184531.876000', '184531.879000', '184531.882000', '184531.884000', '184531.887000', '184531.890000', '184531.892000', '184531.895000', '184531.897000', '184531.900000', '184531.903000', '184531.905000', '184531.908000', '184531.910000', '184531.913000', '184531.932000', '184531.935000', '184531.938000', '184531.940000', '184531.943000', '184531.946000', '184531.948000', '184531.951000', '184531.953000', '184531.956000', '184551.830000', '184551.833000', '184551.835000', '184551.838000', '184551.841000', '184551.843000', '184551.846000', '184551.848000', '184551.851000', '184551.854000', '184551.856000', '184551.859000', '184551.861000', '184551.864000', '184551.867000', '184551.869000', '184551.872000', '184551.874000', '184551.877000', '184551.880000', '184551.882000', '184551.885000', '184551.887000', '184551.890000', '184551.893000', '184551.895000', '184551.898000', '184551.900000', '184551.903000', '184551.905000', '184551.908000', '184551.911000', '184551.913000', '184551.916000', '184551.918000', '184551.921000', '184551.924000', '184551.926000', '184551.929000', '184551.931000', '184551.934000', '184551.937000', '184551.939000', '184611.829000', '184611.832000', '184611.835000', '184611.838000', '184611.840000', '184611.843000', '184611.845000', '184611.848000', '184611.851000', '184611.853000', '184611.856000', '184611.858000', '184611.861000', '184611.864000', '184611.866000', '184611.869000', '184611.871000', '184611.874000', '184611.877000', '184611.879000', '184611.882000', '184611.885000', '184611.887000', '184611.890000', '184611.892000', '184611.895000', '184611.897000', '184611.900000', '184611.903000', '184611.905000', '184611.908000', '184611.910000', '184611.913000', '184611.916000', '184611.918000', '184611.921000', '184611.923000', '184611.926000', '184611.929000', '184611.931000', '184611.934000', '184611.936000', '184611.939000', '184611.941000', '184631.829000', '184631.832000', '184631.835000', '184631.838000', '184631.840000', '184631.844000', '184631.847000', '184631.850000', '184631.852000', '184631.855000', '184631.857000', '184631.860000', '184631.868000', '184631.871000', '184631.874000', '184631.876000', '184631.879000', '184631.882000', '184631.884000', '184631.887000', '184631.890000', '184631.892000', '184631.895000', '184631.897000', '184631.900000', '184631.903000', '184631.905000', '184631.908000', '184631.910000', '184631.913000', '184631.916000', '184631.918000', '184631.921000', '184631.924000', '184631.926000', '184631.929000', '184631.931000', '184631.934000', '184631.936000', '184631.939000', '184631.942000', '184631.944000', '184631.947000', '184631.949000', '184651.830000', '184651.833000', '184651.835000', '184651.838000', '184651.840000', '184651.843000', '184651.846000', '184651.848000', '184651.851000', '184651.853000', '184651.856000', '184651.858000', '184651.861000', '184651.865000', '184651.868000', '184651.870000', '184651.873000', '184651.876000', '184651.878000', '184651.881000', '184651.883000', '184651.886000', '184651.889000', '184651.891000', '184651.894000', '184651.896000', '184651.899000', '184651.901000', '184651.904000', '184651.907000', '184651.909000', '184651.912000', '184651.915000', '184651.917000', '184651.920000', '184651.922000', '184651.925000', '184651.928000', '184651.930000', '184651.933000', '184651.936000', '184651.938000', '184651.941000', '184711.858000', '184711.861000', '184711.864000', '184711.866000', '184711.869000', '184711.871000', '184711.874000', '184711.877000', '184711.879000', '184711.882000', '184711.884000', '184711.887000', '184711.890000', '184711.892000', '184711.895000', '184711.897000', '184711.900000', '184711.903000', '184711.905000', '184711.908000', '184711.910000', '184711.913000', '184711.916000', '184711.918000', '184711.921000', '184711.923000', '184711.926000', '184711.928000', '184711.931000', '184711.934000', '184711.936000', '184711.939000', '184711.941000', '184711.944000', '184711.947000', '184711.949000', '184711.952000', '184711.954000', '184711.957000', '184711.959000', '184711.962000', '184711.965000', '184711.967000', '184711.970000', '184731.829000', '184731.832000', '184731.835000', '184731.838000', '184731.840000', '184731.843000', '184731.845000', '184731.848000', '184731.850000', '184731.853000', '184731.856000', '184731.858000', '184731.861000', '184731.863000', '184731.866000', '184731.869000', '184731.871000', '184731.874000', '184731.876000', '184731.879000', '184731.882000', '184731.884000', '184731.887000', '184731.889000', '184731.892000', '184731.894000', '184731.897000', '184731.900000', '184731.902000', '184731.905000', '184731.908000', '184731.910000', '184731.913000', '184731.915000', '184731.918000', '184731.920000', '184731.923000', '184731.926000', '184731.928000', '184731.931000', '184731.933000', '184731.936000', '184731.939000', '184740.775000', '184740.778000', '184740.780000', '184740.783000', '184740.785000', '184740.788000', '184740.790000', '184740.793000', '184740.796000', '184740.798000', '184740.801000', '184740.803000', '184740.806000', '184740.809000', '184740.811000', '184740.814000', '184740.817000', '184740.819000', '184740.822000', '184740.824000'], 'InstanceCreationTime': ['184111.891000', '184111.895000', '184111.897000', '184111.900000', '184111.903000', '184111.905000', '184111.908000', '184111.910000', '184111.922000', '184111.924000', '184111.935000', '184111.937000', '184111.940000', '184111.943000', '184111.945000', '184111.948000', '184111.950000', '184111.953000', '184111.955000', '184111.958000', '184111.961000', '184111.963000', '184111.966000', '184111.968000', '184111.971000', '184111.977000', '184131.829000', '184131.832000', '184131.845000', '184131.848000', '184131.851000', '184131.853000', '184131.856000', '184131.858000', '184131.861000', '184131.863000', '184131.866000', '184131.868000', '184131.871000', '184131.873000', '184131.876000', '184131.879000', '184131.881000', '184131.884000', '184131.887000', '184131.889000', '184131.892000', '184131.895000', '184131.897000', '184131.900000', '184131.902000', '184131.905000', '184131.907000', '184131.910000', '184131.913000', '184131.915000', '184131.918000', '184131.920000', '184131.923000', '184131.927000', '184131.929000', '184131.932000', '184131.934000', '184131.937000', '184131.940000', '184131.942000', '184131.945000', '184131.948000', '184131.953000', '184151.829000', '184151.832000', '184151.835000', '184151.837000', '184151.840000', '184151.843000', '184151.845000', '184151.848000', '184151.850000', '184151.853000', '184151.855000', '184151.858000', '184151.861000', '184151.863000', '184151.866000', '184151.868000', '184151.871000', '184151.873000', '184151.876000', '184151.879000', '184151.881000', '184151.884000', '184151.886000', '184151.889000', '184151.891000', '184151.894000', '184151.897000', '184151.899000', '184151.902000', '184151.904000', '184151.907000', '184151.909000', '184151.912000', '184151.915000', '184151.917000', '184151.920000', '184151.922000', '184151.925000', '184151.927000', '184151.930000', '184151.932000', '184151.937000', '184151.940000', '184151.943000', '184211.829000', '184211.832000', '184211.835000', '184211.838000', '184211.840000', '184211.843000', '184211.845000', '184211.848000', '184211.851000', '184211.853000', '184211.856000', '184211.858000', '184211.861000', '184211.863000', '184211.866000', '184211.869000', '184211.871000', '184211.874000', '184211.877000', '184211.880000', '184211.882000', '184211.885000', '184211.888000', '184211.890000', '184211.893000', '184211.895000', '184211.898000', '184211.901000', '184211.903000', '184211.906000', '184211.908000', '184211.911000', '184211.913000', '184211.916000', '184211.919000', '184211.921000', '184211.924000', '184211.926000', '184211.929000', '184211.931000', '184211.934000', '184211.937000', '184211.939000', '184231.829000', '184231.832000', '184231.835000', '184231.837000', '184231.840000', '184231.843000', '184231.845000', '184231.848000', '184231.850000', '184231.853000', '184231.856000', '184231.858000', '184231.861000', '184231.882000', '184231.884000', '184231.887000', '184231.889000', '184231.892000', '184231.895000', '184231.897000', '184231.900000', '184231.902000', '184231.905000', '184231.907000', '184231.910000', '184231.913000', '184231.915000', '184231.918000', '184231.920000', '184231.923000', '184231.926000', '184231.928000', '184231.931000', '184231.933000', '184231.936000', '184231.939000', '184231.941000', '184231.944000', '184231.946000', '184231.949000', '184231.952000', '184231.954000', '184231.957000', '184231.960000', '184251.830000', '184251.832000', '184251.835000', '184251.838000', '184251.840000', '184251.843000', '184251.845000', '184251.848000', '184251.851000', '184251.853000', '184251.856000', '184251.858000', '184251.861000', '184251.864000', '184251.866000', '184251.869000', '184251.871000', '184251.874000', '184251.877000', '184251.879000', '184251.882000', '184251.884000', '184251.887000', '184251.889000', '184251.892000', '184251.895000', '184251.897000', '184251.900000', '184251.902000', '184251.905000', '184251.908000', '184251.911000', '184251.914000', '184251.916000', '184251.919000', '184251.921000', '184251.924000', '184251.927000', '184251.929000', '184251.932000', '184251.935000', '184251.937000', '184251.940000', '184311.829000', '184311.832000', '184311.835000', '184311.838000', '184311.840000', '184311.843000', '184311.845000', '184311.848000', '184311.851000', '184311.853000', '184311.856000', '184311.858000', '184311.861000', '184311.864000', '184311.866000', '184311.869000', '184311.871000', '184311.874000', '184311.877000', '184311.879000', '184311.882000', '184311.884000', '184311.887000', '184311.890000', '184311.892000', '184311.895000', '184311.897000', '184311.900000', '184311.903000', '184311.905000', '184311.908000', '184311.910000', '184311.913000', '184311.915000', '184311.918000', '184311.921000', '184311.923000', '184311.926000', '184311.928000', '184311.931000', '184311.934000', '184311.936000', '184311.939000', '184311.941000', '184331.830000', '184331.833000', '184331.835000', '184331.838000', '184331.840000', '184331.843000', '184331.846000', '184331.848000', '184331.851000', '184331.853000', '184331.856000', '184331.859000', '184331.861000', '184331.864000', '184331.866000', '184331.869000', '184331.872000', '184331.874000', '184331.877000', '184331.879000', '184331.882000', '184331.884000', '184331.887000', '184331.890000', '184331.892000', '184331.895000', '184331.898000', '184331.900000', '184331.903000', '184331.905000', '184331.908000', '184331.911000', '184331.913000', '184331.916000', '184331.918000', '184331.921000', '184331.923000', '184331.926000', '184331.929000', '184331.931000', '184331.934000', '184331.937000', '184331.939000', '184351.829000', '184351.832000', '184351.835000', '184351.837000', '184351.840000', '184351.843000', '184351.845000', '184351.848000', '184351.851000', '184351.853000', '184351.856000', '184351.859000', '184351.861000', '184351.864000', '184351.866000', '184351.869000', '184351.872000', '184351.874000', '184351.877000', '184351.879000', '184351.882000', '184351.884000', '184351.887000', '184351.890000', '184351.892000', '184351.895000', '184351.898000', '184351.900000', '184351.903000', '184351.905000', '184351.908000', '184351.910000', '184351.913000', '184351.916000', '184351.918000', '184351.921000', '184351.923000', '184351.926000', '184351.929000', '184351.931000', '184351.934000', '184351.936000', '184351.939000', '184351.942000', '184411.830000', '184411.832000', '184411.835000', '184411.838000', '184411.840000', '184411.843000', '184411.845000', '184411.848000', '184411.876000', '184411.879000', '184411.881000', '184411.884000', '184411.887000', '184411.889000', '184411.892000', '184411.894000', '184411.897000', '184411.900000', '184411.902000', '184411.905000', '184411.907000', '184411.910000', '184411.913000', '184411.915000', '184411.918000', '184411.920000', '184411.923000', '184411.926000', '184411.928000', '184411.931000', '184411.933000', '184411.936000', '184411.939000', '184411.941000', '184411.944000', '184411.946000', '184411.949000', '184411.952000', '184411.954000', '184411.957000', '184411.960000', '184411.963000', '184411.966000', '184431.830000', '184431.832000', '184431.835000', '184431.838000', '184431.840000', '184431.843000', '184431.845000', '184431.848000', '184431.851000', '184431.853000', '184431.856000', '184431.858000', '184431.861000', '184431.864000', '184431.866000', '184431.869000', '184431.871000', '184431.874000', '184431.877000', '184431.879000', '184431.882000', '184431.884000', '184431.890000', '184431.893000', '184431.896000', '184431.898000', '184431.901000', '184431.903000', '184431.906000', '184431.909000', '184431.911000', '184431.914000', '184431.916000', '184431.919000', '184431.921000', '184431.924000', '184431.927000', '184431.929000', '184431.932000', '184431.934000', '184431.937000', '184431.940000', '184431.942000', '184431.945000', '184451.829000', '184451.832000', '184451.835000', '184451.838000', '184451.840000', '184451.843000', '184451.845000', '184451.848000', '184451.851000', '184451.853000', '184451.856000', '184451.858000', '184451.861000', '184451.864000', '184451.866000', '184451.869000', '184451.871000', '184451.874000', '184451.877000', '184451.879000', '184451.882000', '184451.884000', '184451.887000', '184451.889000', '184451.892000', '184451.895000', '184451.897000', '184451.900000', '184451.902000', '184451.905000', '184451.907000', '184451.910000', '184451.913000', '184451.915000', '184451.918000', '184451.921000', '184451.923000', '184451.926000', '184451.928000', '184451.931000', '184451.933000', '184451.936000', '184451.939000', '184511.829000', '184511.832000', '184511.835000', '184511.837000', '184511.840000', '184511.843000', '184511.846000', '184511.848000', '184511.851000', '184511.854000', '184511.856000', '184511.859000', '184511.862000', '184511.864000', '184511.867000', '184511.869000', '184511.872000', '184511.875000', '184511.877000', '184511.880000', '184511.883000', '184511.885000', '184511.888000', '184511.891000', '184511.893000', '184511.896000', '184511.899000', '184511.901000', '184511.904000', '184511.906000', '184511.909000', '184511.912000', '184511.914000', '184511.917000', '184511.920000', '184511.922000', '184511.925000', '184511.927000', '184511.930000', '184511.933000', '184511.935000', '184511.938000', '184511.940000', '184511.943000', '184531.830000', '184531.832000', '184531.835000', '184531.838000', '184531.840000', '184531.843000', '184531.846000', '184531.848000', '184531.851000', '184531.853000', '184531.856000', '184531.858000', '184531.861000', '184531.864000', '184531.866000', '184531.869000', '184531.871000', '184531.874000', '184531.876000', '184531.879000', '184531.882000', '184531.884000', '184531.887000', '184531.890000', '184531.892000', '184531.895000', '184531.897000', '184531.900000', '184531.903000', '184531.905000', '184531.908000', '184531.910000', '184531.913000', '184531.932000', '184531.935000', '184531.938000', '184531.940000', '184531.943000', '184531.946000', '184531.948000', '184531.951000', '184531.953000', '184531.956000', '184551.830000', '184551.833000', '184551.835000', '184551.838000', '184551.841000', '184551.843000', '184551.846000', '184551.848000', '184551.851000', '184551.854000', '184551.856000', '184551.859000', '184551.861000', '184551.864000', '184551.867000', '184551.869000', '184551.872000', '184551.874000', '184551.877000', '184551.880000', '184551.882000', '184551.885000', '184551.887000', '184551.890000', '184551.893000', '184551.895000', '184551.898000', '184551.900000', '184551.903000', '184551.905000', '184551.908000', '184551.911000', '184551.913000', '184551.916000', '184551.918000', '184551.921000', '184551.924000', '184551.926000', '184551.929000', '184551.931000', '184551.934000', '184551.937000', '184551.939000', '184611.829000', '184611.832000', '184611.835000', '184611.838000', '184611.840000', '184611.843000', '184611.845000', '184611.848000', '184611.851000', '184611.853000', '184611.856000', '184611.858000', '184611.861000', '184611.864000', '184611.866000', '184611.869000', '184611.871000', '184611.874000', '184611.877000', '184611.879000', '184611.882000', '184611.885000', '184611.887000', '184611.890000', '184611.892000', '184611.895000', '184611.897000', '184611.900000', '184611.903000', '184611.905000', '184611.908000', '184611.910000', '184611.913000', '184611.916000', '184611.918000', '184611.921000', '184611.923000', '184611.926000', '184611.929000', '184611.931000', '184611.934000', '184611.936000', '184611.939000', '184611.941000', '184631.829000', '184631.832000', '184631.835000', '184631.838000', '184631.840000', '184631.844000', '184631.847000', '184631.850000', '184631.852000', '184631.855000', '184631.857000', '184631.860000', '184631.868000', '184631.871000', '184631.874000', '184631.876000', '184631.879000', '184631.882000', '184631.884000', '184631.887000', '184631.890000', '184631.892000', '184631.895000', '184631.897000', '184631.900000', '184631.903000', '184631.905000', '184631.908000', '184631.910000', '184631.913000', '184631.916000', '184631.918000', '184631.921000', '184631.924000', '184631.926000', '184631.929000', '184631.931000', '184631.934000', '184631.936000', '184631.939000', '184631.942000', '184631.944000', '184631.947000', '184631.949000', '184651.830000', '184651.833000', '184651.835000', '184651.838000', '184651.840000', '184651.843000', '184651.846000', '184651.848000', '184651.851000', '184651.853000', '184651.856000', '184651.858000', '184651.861000', '184651.865000', '184651.868000', '184651.870000', '184651.873000', '184651.876000', '184651.878000', '184651.881000', '184651.883000', '184651.886000', '184651.889000', '184651.891000', '184651.894000', '184651.896000', '184651.899000', '184651.901000', '184651.904000', '184651.907000', '184651.909000', '184651.912000', '184651.915000', '184651.917000', '184651.920000', '184651.922000', '184651.925000', '184651.928000', '184651.930000', '184651.933000', '184651.936000', '184651.938000', '184651.941000', '184711.858000', '184711.861000', '184711.864000', '184711.866000', '184711.869000', '184711.871000', '184711.874000', '184711.877000', '184711.879000', '184711.882000', '184711.884000', '184711.887000', '184711.890000', '184711.892000', '184711.895000', '184711.897000', '184711.900000', '184711.903000', '184711.905000', '184711.908000', '184711.910000', '184711.913000', '184711.916000', '184711.918000', '184711.921000', '184711.923000', '184711.926000', '184711.928000', '184711.931000', '184711.934000', '184711.936000', '184711.939000', '184711.941000', '184711.944000', '184711.947000', '184711.949000', '184711.952000', '184711.954000', '184711.957000', '184711.959000', '184711.962000', '184711.965000', '184711.967000', '184711.970000', '184731.829000', '184731.832000', '184731.835000', '184731.838000', '184731.840000', '184731.843000', '184731.845000', '184731.848000', '184731.850000', '184731.853000', '184731.856000', '184731.858000', '184731.861000', '184731.863000', '184731.866000', '184731.869000', '184731.871000', '184731.874000', '184731.876000', '184731.879000', '184731.882000', '184731.884000', '184731.887000', '184731.889000', '184731.892000', '184731.894000', '184731.897000', '184731.900000', '184731.902000', '184731.905000', '184731.908000', '184731.910000', '184731.913000', '184731.915000', '184731.918000', '184731.920000', '184731.923000', '184731.926000', '184731.928000', '184731.931000', '184731.933000', '184731.936000', '184731.939000', '184740.775000', '184740.778000', '184740.780000', '184740.783000', '184740.785000', '184740.788000', '184740.790000', '184740.793000', '184740.796000', '184740.798000', '184740.801000', '184740.803000', '184740.806000', '184740.809000', '184740.811000', '184740.814000', '184740.817000', '184740.819000', '184740.822000', '184740.824000'], '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': [9000, 10190, 6888, 9886, 7143, 10020, 8810, 6892, 6371, 6674, 6646, 6753, 10226, 6594, 12002, 6242, 6822, 6261, 6995, 9946, 7121, 6285, 9981, 6253, 6533, 6841, 6636, 11059, 7339, 11200, 6921, 8714, 6947, 9623, 6573, 9365, 6288, 7562, 6775, 10603, 7313, 8193, 6788, 7183, 6867, 9096, 8817, 12519, 9372, 11269, 6895, 13835, 6805, 10716, 7252, 10443, 6597, 7926, 6386, 7205, 6718, 10294, 6801, 9756, 6999, 6921, 6663, 6714, 6797, 6557, 10030, 6759, 7410, 7950, 6454, 8928, 6893, 7824, 9389, 8867, 11001, 6798, 8934, 6771, 10445, 7424, 11900, 6623, 8291, 6797, 8043, 6766, 10368, 6798, 7883, 6879, 8832, 6980, 8042, 7159, 7083, 6549, 7058, 7292, 8818, 9378, 6810, 6942, 7904, 6826, 10961, 7261, 6963, 6512, 6883, 6612, 6934, 6548, 6577, 7402, 6643, 6797, 6568, 6821, 6700, 8686, 10180, 10259, 9523, 6804, 6686, 6571, 7257, 6661, 9817, 6743, 6490, 9102, 6884, 10317, 7349, 6538, 7562, 6788, 11286, 6968, 12013, 6764, 10875, 7282, 9964, 6798, 6984, 6539, 6566, 6772, 6377, 9510, 6426, 11041, 6816, 9698, 6685, 10747, 7598, 13209, 9046, 7390, 6743, 7056, 6671, 6830, 9898, 6532, 9188, 6651, 6628, 6723, 6963, 7030, 7270, 6636, 6617, 6886, 6547, 6646, 7038, 6767, 6538, 6841, 6746, 6358, 8443, 6473, 7333, 6495, 7206, 6581, 9783, 6764, 9865, 7030, 8464, 6880, 9282, 6936, 8360, 6567, 7122, 6485, 6796, 9825, 6514, 10279, 6698, 9790, 7043, 10156, 6800, 8038, 6996, 6802, 11123, 6875, 11837, 6541, 9893, 7166, 11408, 9197, 11106, 7020, 10336, 7138, 10320, 7919, 10316, 6899, 7930, 6622, 7180, 6627, 6736, 8070, 6263, 7674, 6546, 9880, 6780, 10704, 6449, 7892, 6641, 6649, 9579, 8303, 6901, 6634, 6868, 6603, 7965, 6634, 8682, 6489, 7101, 6664, 8267, 6746, 11539, 7271, 10105, 6329, 8657, 6462, 7423, 6684, 8296, 6331, 8793, 6794, 7611, 6574, 6302, 6367, 9824, 6662, 10098, 6741, 9153, 6843, 10517, 7480, 11724, 6472, 11017, 6582, 11765, 10048, 9353, 7793, 6800, 6287, 6580, 10094, 6409, 10612, 6402, 7948, 6177, 10942, 7610, 12369, 6775, 11052, 6739, 8410, 6965, 6427, 6550, 6310, 7162, 6394, 6621, 8017, 6232, 12027, 8477, 10488, 9696, 8458, 8823, 6437, 8070, 6604, 12490, 6896, 10908, 6303, 7445, 6419, 7422, 6622, 9245, 6543, 6661, 6242, 6922, 6359, 9795, 6621, 8926, 6289, 7080, 6450, 8523, 6466, 7017, 6885, 6983, 6486, 9422, 6354, 9593, 6120, 8740, 6648, 11388, 7768, 11282, 6831, 8624, 6900, 8648, 8038, 7237, 8395, 6621, 6992, 6616, 9023, 6695, 11728, 7658, 9535, 6740, 7319, 6762, 7100, 9846, 6724, 9762, 6285, 8897, 6785, 10384, 9044, 9029, 7046, 6930, 6713, 6663, 6560, 6647, 6454, 8367, 6531, 8328, 7653, 6578, 8269, 6396, 9311, 7074, 11773, 9736, 9965, 7572, 10030, 6594, 9830, 6885, 9931, 7346, 8890, 6594, 9089, 6811, 10214, 7360, 8580, 6569, 8059, 6673, 8045, 6635, 7187, 6494, 6969, 6424, 8045, 6417, 11821, 9546, 10806, 7928, 10411, 6793, 10116, 7171, 10497, 6943, 10164, 6845, 9728, 7139, 10463, 7128, 9752, 6990, 9833, 7096, 10084, 7691, 9621, 7084, 8943, 6697, 9776, 8517, 7880, 8349, 7233, 6797, 6248, 8768, 6759, 12601, 8038, 10122, 6719, 9556, 7205, 9241, 8544, 7053, 7110, 6517, 8048, 6794, 10759, 6881, 7206, 6774, 6863, 6715, 7077, 7882, 6699, 7054, 7106, 6965, 9173, 6728, 6676, 7719, 6236, 10393, 6995, 6595, 6820, 6490, 9101, 6473, 11717, 8308, 11372, 6584, 9947, 7229, 9799, 8153, 7375, 6856, 7162, 6746, 6576, 7456, 6461, 7570, 6489, 8292, 6579, 10276, 7780, 7417, 7084, 6726, 6874, 6432, 10532, 7755, 11353, 6805, 9302, 7007, 7711, 7082, 6911, 8154, 6529, 7077, 6372, 9169, 6564, 11857, 7045, 9375, 6799, 7097, 6816, 6578, 8187, 6589, 6751, 6800, 6304, 10580, 6991, 11787, 8676, 6626, 6957, 6340, 9574, 7075, 10297, 6887, 7216, 6823, 7210, 6870, 10655, 6730, 10923, 6845, 9749, 7041, 9721, 7214, 7810, 6698, 6588, 6888, 6579, 7358, 6700, 7030, 6306, 8794, 6765, 11064, 6659, 10402, 6999, 10156, 8502, 7634, 6619, 6591, 6603, 7656, 7753, 10813, 6844, 7324, 6252, 9459, 6594, 9498, 6973, 8566, 6661, 7318, 6007, 7917, 6202, 7968, 6277, 8417, 6265, 9237, 6564, 9185, 6362, 9868, 6251, 9749, 6510, 10335, 6315, 10144, 6329, 9220, 6348, 9845, 6648, 10337, 6187, 10496, 6776, 7809, 7917, 6708, 11050, 6274, 7907, 6915, 6452, 9963, 7100, 10438, 6699, 9281, 7178, 10803, 8017, 11686, 8465, 6764, 9263, 7996, 13713, 8154, 10118, 7304, 7262, 10845, 8009, 13664, 7581, 10928, 7786, 12310, 8353, 11613, 7224, 8352, 7622, 6801, 7199, 6647, 7714, 6900, 8286, 6957, 8892, 7839, 6813, 7256, 6727, 7380, 7076, 7804, 9364, 7464, 9138, 7418, 12047, 7518, 13422, 8360, 11146, 7377, 9258, 7040, 9995, 7882, 9170, 6778, 9083, 6690, 9436, 7082, 9578, 6846, 8602, 7235, 8426, 7806, 9372, 7201, 10412, 6972, 6778, 7276, 6757, 8046, 6936, 8697, 7619, 8526, 7665, 8586, 7313, 10243, 7743, 8791, 7010, 8611, 6950, 9236, 7455, 9845, 7108, 9513, 7408, 9627, 8225, 10959, 8168, 10755, 6936, 9314, 7305, 9828, 8087, 10611, 7634, 9856, 7002, 9873, 7716, 10575, 8410, 9270, 7159, 6738, 7422, 7649, 8309, 7069, 7691, 7994, 7066, 11000, 7844, 9335, 7324, 6871, 8497, 6852, 9303, 6873, 9009, 7115, 9652, 8039, 10577, 7499, 6686, 7179, 7140, 8835, 7024, 10081, 6772, 7443, 7075, 6874, 8459, 7024, 9185, 7063, 9491, 7776, 11883, 8932, 11894, 7092, 9875, 8521, 13827, 10348, 12577, 7773, 9796, 7669, 12688, 12054, 14563, 11519, 10297, 6890, 7034, 7104, 6684, 8825, 6560, 10512, 6797, 8226, 7021, 6731, 7398, 7052, 7143, 6670, 8127, 6679, 9497, 6499, 9088, 6554, 8898, 7065, 11698, 7763, 10658, 7006, 8618, 7064, 8867, 7110, 6737, 6517, 6485, 6906, 6261, 8836, 7066, 9758, 6894], 'WindowCenter': [3843.0, 3835.0, 3789.0, 3819.0, 3776.0, 3806.0, 3793.0, 3760.0, 3747.0, 3759.0, 3749.0, 3761.0, 3803.0, 3763.0, 3812.0, 3749.0, 3761.0, 3748.0, 3773.0, 3817.0, 3771.0, 3775.0, 3805.0, 3760.0, 3762.0, 3775.0, 3775.0, 3828.0, 3785.0, 3816.0, 3773.0, 3783.0, 3761.0, 3791.0, 3760.0, 3777.0, 3736.0, 3757.0, 3759.0, 3801.0, 3770.0, 3779.0, 3748.0, 3757.0, 3748.0, 3778.0, 3779.0, 3798.0, 3778.0, 3787.0, 3745.0, 3808.0, 3735.0, 3786.0, 3755.0, 3774.0, 3733.0, 3752.0, 3732.0, 3744.0, 3745.0, 3787.0, 3747.0, 3776.0, 3745.0, 3745.0, 3746.0, 3747.0, 3748.0, 3748.0, 3804.0, 3762.0, 3771.0, 3782.0, 3751.0, 3780.0, 3760.0, 3772.0, 3806.0, 3793.0, 3804.0, 3747.0, 3779.0, 3761.0, 3802.0, 3760.0, 3800.0, 3747.0, 3766.0, 3747.0, 3767.0, 3746.0, 3790.0, 3746.0, 3768.0, 3749.0, 3779.0, 3759.0, 3768.0, 3748.0, 3746.0, 3735.0, 3747.0, 3756.0, 3779.0, 3777.0, 3735.0, 3744.0, 3755.0, 3747.0, 3798.0, 3746.0, 3745.0, 3733.0, 3745.0, 3747.0, 3759.0, 3749.0, 3762.0, 3768.0, 3762.0, 3757.0, 3747.0, 3747.0, 3748.0, 3780.0, 3802.0, 3801.0, 3791.0, 3746.0, 3747.0, 3747.0, 3757.0, 3749.0, 3788.0, 3748.0, 3750.0, 3794.0, 3774.0, 3803.0, 3771.0, 3748.0, 3769.0, 3760.0, 3815.0, 3773.0, 3813.0, 3760.0, 3799.0, 3757.0, 3789.0, 3747.0, 3745.0, 3736.0, 3744.0, 3746.0, 3748.0, 3789.0, 3750.0, 3799.0, 3760.0, 3790.0, 3748.0, 3786.0, 3759.0, 3810.0, 3779.0, 3744.0, 3746.0, 3745.0, 3746.0, 3748.0, 3788.0, 3736.0, 3777.0, 3745.0, 3735.0, 3744.0, 3744.0, 3745.0, 3745.0, 3733.0, 3732.0, 3744.0, 3735.0, 3734.0, 3744.0, 3733.0, 3733.0, 3733.0, 3745.0, 3747.0, 3768.0, 3735.0, 3756.0, 3734.0, 3756.0, 3747.0, 3790.0, 3747.0, 3788.0, 3746.0, 3767.0, 3761.0, 3792.0, 3761.0, 3782.0, 3748.0, 3758.0, 3747.0, 3747.0, 3801.0, 3750.0, 3802.0, 3759.0, 3790.0, 3759.0, 3798.0, 3748.0, 3769.0, 3761.0, 3761.0, 3802.0, 3748.0, 3811.0, 3737.0, 3789.0, 3758.0, 3799.0, 3779.0, 3798.0, 3747.0, 3787.0, 3747.0, 3789.0, 3756.0, 3788.0, 3747.0, 3766.0, 3746.0, 3757.0, 3748.0, 3747.0, 3766.0, 3748.0, 3771.0, 3750.0, 3801.0, 3761.0, 3800.0, 3748.0, 3767.0, 3746.0, 3746.0, 3788.0, 3766.0, 3746.0, 3748.0, 3746.0, 3747.0, 3768.0, 3746.0, 3766.0, 3736.0, 3744.0, 3745.0, 3766.0, 3746.0, 3798.0, 3757.0, 3801.0, 3750.0, 3780.0, 3749.0, 3757.0, 3745.0, 3767.0, 3747.0, 3768.0, 3745.0, 3769.0, 3748.0, 3747.0, 3736.0, 3790.0, 3748.0, 3790.0, 3760.0, 3788.0, 3759.0, 3803.0, 3773.0, 3813.0, 3749.0, 3800.0, 3750.0, 3813.0, 3792.0, 3790.0, 3771.0, 3773.0, 3761.0, 3761.0, 3801.0, 3749.0, 3790.0, 3738.0, 3769.0, 3737.0, 3803.0, 3771.0, 3812.0, 3748.0, 3800.0, 3747.0, 3782.0, 3772.0, 3750.0, 3748.0, 3748.0, 3758.0, 3762.0, 3762.0, 3781.0, 3752.0, 3838.0, 3799.0, 3817.0, 3803.0, 3783.0, 3781.0, 3737.0, 3768.0, 3747.0, 3811.0, 3747.0, 3789.0, 3735.0, 3745.0, 3734.0, 3757.0, 3735.0, 3776.0, 3735.0, 3735.0, 3735.0, 3745.0, 3735.0, 3789.0, 3747.0, 3777.0, 3735.0, 3746.0, 3735.0, 3768.0, 3735.0, 3760.0, 3759.0, 3760.0, 3750.0, 3779.0, 3748.0, 3789.0, 3737.0, 3779.0, 3750.0, 3799.0, 3769.0, 3801.0, 3747.0, 3782.0, 3761.0, 3781.0, 3769.0, 3758.0, 3780.0, 3749.0, 3756.0, 3760.0, 3791.0, 3760.0, 3813.0, 3771.0, 3790.0, 3749.0, 3770.0, 3761.0, 3759.0, 3804.0, 3761.0, 3802.0, 3751.0, 3793.0, 3759.0, 3788.0, 3767.0, 3777.0, 3744.0, 3747.0, 3749.0, 3748.0, 3747.0, 3746.0, 3735.0, 3779.0, 3751.0, 3782.0, 3770.0, 3760.0, 3779.0, 3749.0, 3791.0, 3760.0, 3812.0, 3792.0, 3790.0, 3771.0, 3789.0, 3748.0, 3791.0, 3760.0, 3790.0, 3757.0, 3778.0, 3747.0, 3779.0, 3749.0, 3799.0, 3758.0, 3779.0, 3747.0, 3767.0, 3749.0, 3769.0, 3749.0, 3759.0, 3749.0, 3759.0, 3750.0, 3769.0, 3748.0, 3825.0, 3792.0, 3801.0, 3769.0, 3787.0, 3749.0, 3788.0, 3758.0, 3800.0, 3758.0, 3789.0, 3748.0, 3792.0, 3761.0, 3802.0, 3772.0, 3803.0, 3771.0, 3801.0, 3772.0, 3803.0, 3772.0, 3792.0, 3762.0, 3791.0, 3761.0, 3803.0, 3781.0, 3771.0, 3780.0, 3760.0, 3748.0, 3749.0, 3780.0, 3762.0, 3823.0, 3782.0, 3800.0, 3761.0, 3791.0, 3771.0, 3792.0, 3781.0, 3759.0, 3757.0, 3750.0, 3770.0, 3761.0, 3802.0, 3761.0, 3770.0, 3761.0, 3762.0, 3763.0, 3761.0, 3782.0, 3761.0, 3761.0, 3757.0, 3759.0, 3778.0, 3747.0, 3747.0, 3769.0, 3751.0, 3802.0, 3761.0, 3749.0, 3749.0, 3750.0, 3792.0, 3751.0, 3813.0, 3783.0, 3813.0, 3750.0, 3792.0, 3772.0, 3803.0, 3770.0, 3758.0, 3748.0, 3759.0, 3749.0, 3749.0, 3759.0, 3750.0, 3770.0, 3750.0, 3783.0, 3764.0, 3819.0, 3785.0, 3771.0, 3775.0, 3760.0, 3761.0, 3753.0, 3801.0, 3771.0, 3816.0, 3761.0, 3792.0, 3772.0, 3784.0, 3762.0, 3761.0, 3771.0, 3749.0, 3760.0, 3750.0, 3792.0, 3763.0, 3813.0, 3764.0, 3792.0, 3761.0, 3761.0, 3763.0, 3763.0, 3782.0, 3761.0, 3760.0, 3761.0, 3764.0, 3816.0, 3775.0, 3826.0, 3794.0, 3761.0, 3761.0, 3752.0, 3803.0, 3773.0, 3804.0, 3761.0, 3771.0, 3762.0, 3772.0, 3763.0, 3803.0, 3751.0, 3801.0, 3749.0, 3790.0, 3760.0, 3791.0, 3760.0, 3770.0, 3749.0, 3749.0, 3760.0, 3760.0, 3772.0, 3760.0, 3760.0, 3750.0, 3781.0, 3763.0, 3815.0, 3764.0, 3802.0, 3761.0, 3804.0, 3795.0, 3797.0, 3778.0, 3774.0, 3761.0, 3769.0, 3770.0, 3802.0, 3760.0, 3760.0, 3748.0, 3791.0, 3761.0, 3802.0, 3771.0, 3778.0, 3745.0, 3753.0, 3732.0, 3764.0, 3731.0, 3751.0, 3732.0, 3764.0, 3731.0, 3773.0, 3743.0, 3776.0, 3745.0, 3787.0, 3734.0, 3775.0, 3732.0, 3784.0, 3732.0, 3785.0, 3731.0, 3773.0, 3731.0, 3773.0, 3742.0, 3785.0, 3731.0, 3784.0, 3744.0, 3755.0, 3767.0, 3745.0, 3798.0, 3744.0, 3766.0, 3758.0, 3746.0, 3801.0, 3772.0, 3812.0, 3754.0, 3772.0, 3755.0, 3796.0, 3765.0, 3795.0, 3764.0, 3742.0, 3775.0, 3765.0, 3809.0, 3767.0, 3797.0, 3767.0, 3770.0, 3800.0, 3767.0, 3807.0, 3769.0, 3800.0, 3755.0, 3798.0, 3767.0, 3796.0, 3745.0, 3754.0, 3754.0, 3745.0, 3745.0, 3744.0, 3755.0, 3745.0, 3778.0, 3757.0, 3779.0, 3769.0, 3748.0, 3756.0, 3745.0, 3771.0, 3757.0, 3769.0, 3789.0, 3756.0, 3777.0, 3758.0, 3810.0, 3756.0, 3808.0, 3768.0, 3810.0, 3769.0, 3777.0, 3756.0, 3774.0, 3752.0, 3763.0, 3733.0, 3763.0, 3746.0, 3779.0, 3743.0, 3775.0, 3732.0, 3767.0, 3758.0, 3768.0, 3756.0, 3778.0, 3759.0, 3786.0, 3746.0, 3747.0, 3759.0, 3746.0, 3767.0, 3757.0, 3780.0, 3757.0, 3779.0, 3758.0, 3767.0, 3758.0, 3789.0, 3755.0, 3767.0, 3748.0, 3778.0, 3772.0, 3791.0, 3755.0, 3775.0, 3746.0, 3786.0, 3757.0, 3778.0, 3768.0, 3787.0, 3767.0, 3787.0, 3747.0, 3776.0, 3756.0, 3788.0, 3768.0, 3786.0, 3757.0, 3775.0, 3747.0, 3777.0, 3755.0, 3786.0, 3767.0, 3775.0, 3746.0, 3744.0, 3758.0, 3769.0, 3768.0, 3759.0, 3769.0, 3780.0, 3759.0, 3801.0, 3770.0, 3778.0, 3758.0, 3747.0, 3778.0, 3747.0, 3779.0, 3748.0, 3776.0, 3758.0, 3789.0, 3769.0, 3799.0, 3757.0, 3747.0, 3756.0, 3758.0, 3779.0, 3759.0, 3791.0, 3760.0, 3758.0, 3759.0, 3761.0, 3781.0, 3760.0, 3791.0, 3771.0, 3790.0, 3771.0, 3812.0, 3781.0, 3799.0, 3758.0, 3792.0, 3781.0, 3825.0, 3791.0, 3795.0, 3757.0, 3791.0, 3769.0, 3811.0, 3813.0, 3823.0, 3812.0, 3790.0, 3758.0, 3758.0, 3758.0, 3747.0, 3792.0, 3750.0, 3801.0, 3761.0, 3782.0, 3786.0, 3763.0, 3772.0, 3760.0, 3759.0, 3760.0, 3781.0, 3763.0, 3792.0, 3749.0, 3780.0, 3749.0, 3780.0, 3775.0, 3812.0, 3770.0, 3788.0, 3758.0, 3778.0, 3758.0, 3794.0, 3772.0, 3761.0, 3748.0, 3747.0, 3759.0, 3761.0, 3791.0, 3771.0, 3792.0, 3760.0], 'WindowWidth': [8639.0, 8610.0, 8540.0, 8573.0, 8513.0, 8549.0, 8527.0, 8480.0, 8460.0, 8476.0, 8463.0, 8485.0, 8542.0, 8492.0, 8550.0, 8464.0, 8480.0, 8461.0, 8503.0, 8565.0, 8500.0, 8511.0, 8546.0, 8483.0, 8487.0, 8508.0, 8509.0, 8581.0, 8523.0, 8561.0, 8502.0, 8512.0, 8481.0, 8520.0, 8480.0, 8497.0, 8440.0, 8468.0, 8476.0, 8534.0, 8491.0, 8501.0, 8459.0, 8469.0, 8457.0, 8499.0, 8500.0, 8524.0, 8497.0, 8505.0, 8448.0, 8536.0, 8434.0, 8505.0, 8464.0, 8484.0, 8430.0, 8453.0, 8428.0, 8445.0, 8452.0, 8506.0, 8455.0, 8490.0, 8451.0, 8451.0, 8453.0, 8457.0, 8461.0, 8461.0, 8545.0, 8487.0, 8496.0, 8512.0, 8469.0, 8504.0, 8479.0, 8496.0, 8549.0, 8524.0, 8541.0, 8458.0, 8500.0, 8483.0, 8535.0, 8476.0, 8528.0, 8455.0, 8479.0, 8455.0, 8483.0, 8456.0, 8514.0, 8456.0, 8484.0, 8460.0, 8502.0, 8476.0, 8485.0, 8458.0, 8452.0, 8438.0, 8455.0, 8466.0, 8497.0, 8493.0, 8436.0, 8446.0, 8464.0, 8453.0, 8526.0, 8451.0, 8448.0, 8432.0, 8449.0, 8458.0, 8478.0, 8465.0, 8487.0, 8488.0, 8486.0, 8472.0, 8458.0, 8457.0, 8460.0, 8506.0, 8534.0, 8532.0, 8520.0, 8453.0, 8455.0, 8456.0, 8471.0, 8461.0, 8512.0, 8460.0, 8468.0, 8531.0, 8504.0, 8538.0, 8493.0, 8460.0, 8488.0, 8480.0, 8560.0, 8501.0, 8552.0, 8480.0, 8525.0, 8469.0, 8515.0, 8456.0, 8451.0, 8439.0, 8449.0, 8452.0, 8460.0, 8515.0, 8463.0, 8529.0, 8480.0, 8516.0, 8459.0, 8505.0, 8473.0, 8540.0, 8501.0, 8448.0, 8452.0, 8448.0, 8453.0, 8457.0, 8511.0, 8439.0, 8493.0, 8449.0, 8435.0, 8449.0, 8448.0, 8449.0, 8447.0, 8429.0, 8428.0, 8447.0, 8436.0, 8433.0, 8447.0, 8431.0, 8432.0, 8431.0, 8449.0, 8458.0, 8484.0, 8438.0, 8464.0, 8434.0, 8464.0, 8457.0, 8515.0, 8457.0, 8510.0, 8454.0, 8483.0, 8480.0, 8522.0, 8482.0, 8510.0, 8460.0, 8473.0, 8457.0, 8457.0, 8533.0, 8465.0, 8535.0, 8476.0, 8517.0, 8476.0, 8524.0, 8461.0, 8490.0, 8481.0, 8483.0, 8536.0, 8460.0, 8543.0, 8442.0, 8513.0, 8472.0, 8527.0, 8502.0, 8523.0, 8454.0, 8506.0, 8455.0, 8511.0, 8465.0, 8510.0, 8454.0, 8479.0, 8454.0, 8471.0, 8461.0, 8456.0, 8482.0, 8459.0, 8494.0, 8468.0, 8532.0, 8481.0, 8531.0, 8459.0, 8482.0, 8452.0, 8453.0, 8513.0, 8478.0, 8454.0, 8458.0, 8452.0, 8455.0, 8483.0, 8454.0, 8479.0, 8437.0, 8448.0, 8450.0, 8480.0, 8454.0, 8524.0, 8467.0, 8535.0, 8467.0, 8504.0, 8466.0, 8469.0, 8450.0, 8478.0, 8457.0, 8482.0, 8451.0, 8487.0, 8460.0, 8455.0, 8440.0, 8512.0, 8457.0, 8515.0, 8478.0, 8511.0, 8477.0, 8537.0, 8498.0, 8547.0, 8462.0, 8528.0, 8464.0, 8549.0, 8523.0, 8516.0, 8495.0, 8503.0, 8483.0, 8483.0, 8532.0, 8459.0, 8514.0, 8444.0, 8485.0, 8444.0, 8536.0, 8491.0, 8545.0, 8459.0, 8527.0, 8457.0, 8513.0, 8499.0, 8465.0, 8459.0, 8460.0, 8473.0, 8484.0, 8483.0, 8510.0, 8472.0, 8594.0, 8544.0, 8565.0, 8538.0, 8511.0, 8505.0, 8441.0, 8484.0, 8458.0, 8546.0, 8455.0, 8511.0, 8435.0, 8448.0, 8435.0, 8466.0, 8435.0, 8490.0, 8434.0, 8434.0, 8435.0, 8450.0, 8438.0, 8511.0, 8454.0, 8493.0, 8436.0, 8451.0, 8438.0, 8481.0, 8436.0, 8478.0, 8476.0, 8481.0, 8466.0, 8502.0, 8460.0, 8513.0, 8442.0, 8499.0, 8463.0, 8526.0, 8487.0, 8531.0, 8455.0, 8509.0, 8482.0, 8506.0, 8489.0, 8472.0, 8502.0, 8461.0, 8468.0, 8478.0, 8519.0, 8480.0, 8550.0, 8494.0, 8517.0, 8462.0, 8491.0, 8482.0, 8475.0, 8543.0, 8485.0, 8537.0, 8468.0, 8526.0, 8475.0, 8511.0, 8479.0, 8493.0, 8446.0, 8454.0, 8462.0, 8456.0, 8455.0, 8452.0, 8437.0, 8501.0, 8468.0, 8510.0, 8490.0, 8478.0, 8501.0, 8462.0, 8518.0, 8479.0, 8551.0, 8523.0, 8517.0, 8491.0, 8512.0, 8459.0, 8519.0, 8478.0, 8514.0, 8469.0, 8496.0, 8454.0, 8500.0, 8461.0, 8526.0, 8471.0, 8499.0, 8456.0, 8482.0, 8461.0, 8490.0, 8462.0, 8475.0, 8462.0, 8474.0, 8463.0, 8489.0, 8461.0, 8569.0, 8521.0, 8531.0, 8487.0, 8509.0, 8460.0, 8512.0, 8472.0, 8529.0, 8473.0, 8513.0, 8461.0, 8521.0, 8481.0, 8536.0, 8499.0, 8540.0, 8497.0, 8536.0, 8498.0, 8539.0, 8496.0, 8523.0, 8482.0, 8521.0, 8482.0, 8537.0, 8508.0, 8493.0, 8504.0, 8477.0, 8458.0, 8463.0, 8504.0, 8483.0, 8565.0, 8511.0, 8531.0, 8481.0, 8519.0, 8493.0, 8523.0, 8506.0, 8475.0, 8472.0, 8465.0, 8492.0, 8482.0, 8534.0, 8483.0, 8491.0, 8481.0, 8486.0, 8487.0, 8482.0, 8510.0, 8481.0, 8480.0, 8470.0, 8475.0, 8498.0, 8456.0, 8457.0, 8487.0, 8469.0, 8537.0, 8480.0, 8462.0, 8461.0, 8464.0, 8521.0, 8467.0, 8550.0, 8513.0, 8548.0, 8465.0, 8520.0, 8496.0, 8536.0, 8489.0, 8472.0, 8459.0, 8474.0, 8464.0, 8463.0, 8475.0, 8465.0, 8491.0, 8467.0, 8513.0, 8490.0, 8570.0, 8523.0, 8498.0, 8505.0, 8480.0, 8480.0, 8474.0, 8535.0, 8497.0, 8559.0, 8481.0, 8523.0, 8498.0, 8517.0, 8485.0, 8480.0, 8493.0, 8464.0, 8477.0, 8466.0, 8525.0, 8489.0, 8552.0, 8488.0, 8523.0, 8481.0, 8480.0, 8488.0, 8487.0, 8511.0, 8483.0, 8479.0, 8485.0, 8492.0, 8562.0, 8508.0, 8574.0, 8530.0, 8482.0, 8481.0, 8470.0, 8540.0, 8501.0, 8541.0, 8481.0, 8494.0, 8484.0, 8498.0, 8485.0, 8538.0, 8466.0, 8533.0, 8462.0, 8518.0, 8477.0, 8518.0, 8477.0, 8490.0, 8462.0, 8463.0, 8478.0, 8479.0, 8497.0, 8479.0, 8479.0, 8468.0, 8509.0, 8486.0, 8556.0, 8490.0, 8537.0, 8482.0, 8542.0, 8533.0, 8540.0, 8517.0, 8505.0, 8483.0, 8491.0, 8493.0, 8534.0, 8477.0, 8477.0, 8459.0, 8520.0, 8480.0, 8538.0, 8496.0, 8499.0, 8452.0, 8459.0, 8430.0, 8475.0, 8428.0, 8452.0, 8429.0, 8472.0, 8427.0, 8483.0, 8447.0, 8492.0, 8451.0, 8508.0, 8435.0, 8489.0, 8431.0, 8501.0, 8428.0, 8502.0, 8427.0, 8484.0, 8427.0, 8483.0, 8442.0, 8502.0, 8428.0, 8500.0, 8448.0, 8464.0, 8483.0, 8453.0, 8525.0, 8450.0, 8481.0, 8473.0, 8456.0, 8538.0, 8505.0, 8553.0, 8466.0, 8483.0, 8468.0, 8521.0, 8478.0, 8518.0, 8473.0, 8441.0, 8488.0, 8477.0, 8540.0, 8483.0, 8524.0, 8486.0, 8492.0, 8528.0, 8483.0, 8535.0, 8487.0, 8529.0, 8464.0, 8521.0, 8479.0, 8517.0, 8448.0, 8456.0, 8458.0, 8448.0, 8452.0, 8447.0, 8462.0, 8450.0, 8499.0, 8472.0, 8502.0, 8489.0, 8459.0, 8468.0, 8453.0, 8493.0, 8471.0, 8486.0, 8513.0, 8466.0, 8494.0, 8470.0, 8544.0, 8465.0, 8537.0, 8484.0, 8546.0, 8490.0, 8497.0, 8469.0, 8486.0, 8454.0, 8467.0, 8432.0, 8468.0, 8454.0, 8500.0, 8443.0, 8485.0, 8427.0, 8478.0, 8472.0, 8482.0, 8465.0, 8497.0, 8475.0, 8505.0, 8453.0, 8458.0, 8473.0, 8454.0, 8485.0, 8469.0, 8502.0, 8468.0, 8499.0, 8469.0, 8480.0, 8471.0, 8513.0, 8463.0, 8478.0, 8455.0, 8496.0, 8499.0, 8517.0, 8463.0, 8490.0, 8452.0, 8506.0, 8467.0, 8495.0, 8483.0, 8507.0, 8479.0, 8505.0, 8452.0, 8490.0, 8466.0, 8512.0, 8486.0, 8503.0, 8466.0, 8488.0, 8453.0, 8491.0, 8462.0, 8501.0, 8480.0, 8488.0, 8450.0, 8447.0, 8471.0, 8486.0, 8483.0, 8475.0, 8490.0, 8506.0, 8476.0, 8531.0, 8489.0, 8498.0, 8471.0, 8456.0, 8498.0, 8454.0, 8500.0, 8457.0, 8493.0, 8473.0, 8513.0, 8489.0, 8525.0, 8469.0, 8456.0, 8467.0, 8470.0, 8500.0, 8476.0, 8517.0, 8476.0, 8473.0, 8475.0, 8481.0, 8506.0, 8477.0, 8521.0, 8495.0, 8519.0, 8496.0, 8547.0, 8504.0, 8526.0, 8473.0, 8522.0, 8508.0, 8571.0, 8516.0, 8514.0, 8469.0, 8517.0, 8488.0, 8546.0, 8551.0, 8565.0, 8549.0, 8515.0, 8470.0, 8472.0, 8474.0, 8458.0, 8521.0, 8465.0, 8533.0, 8483.0, 8512.0, 8526.0, 8489.0, 8496.0, 8477.0, 8476.0, 8477.0, 8509.0, 8488.0, 8523.0, 8462.0, 8504.0, 8462.0, 8505.0, 8505.0, 8547.0, 8491.0, 8511.0, 8470.0, 8498.0, 8472.0, 8531.0, 8500.0, 8482.0, 8461.0, 8458.0, 8475.0, 8485.0, 8520.0, 8499.0, 8522.0, 8477.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.021000987370838116</td></tr>
<tr><td colspan=3>aqi</td><td>0.08104478564867967</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.15218629066666</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2102958255057452</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.196569816229885</td></tr>
<tr><td colspan=3>efc</td><td>0.4932</td></tr>
<tr><td colspan=3>fber</td><td>3720.5371</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.15886967247603773</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>144</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>16.53272101033295</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6604368487056096</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6437470278772497</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7705339339453237</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.567029584294256</td></tr>
<tr><td colspan=3>gcor</td><td>0.00313073</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0035823220387101173</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01926819235086441</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.058222910656994</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>22.6723</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.9181</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>162.9408</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>295803.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>738.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>295.3369</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5464</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>471.1645</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2955.7872</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3098.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80741.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1126.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3841.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>763.3836</td></tr>
<tr><td colspan=3>tsnr</td><td>22.925668452633545</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>