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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-04_subject-0076_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-0076/figures/sub-0076_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0076/figures/sub-0076_ses-04_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-0076/figures/sub-0076_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-04_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-0076/ses-04/func/sub-0076_ses-04_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>2a4a05559e63e7fe48f9bd1a40c641d4</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>11:43:22.592500</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.99932, 0.0138227, -0.0341878, -0.0101164, 0.994283, 0.1063]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0981394</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>[4156, -7734, -7313, 767, 3, -53, -25, 93]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 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>241.281</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e5a68293-708c-4126-ada5-68c1c1bc9c68||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.6811020374298096, -0.027141498401761055, -0.0957464873790741, 114.12370300292969], [-0.037085242569446564, 2.6675877571105957, 0.2858806252479553, -99.89689636230469], [-0.09172330796718597, -0.2851947844028473, 2.683114767074585, -59.92231369018555], [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': ['114322.592500', '114323.052500', '114323.512500', '114323.972500', '114324.432500', '114324.892500', '114325.352500', '114325.812500', '114326.272500', '114326.732500', '114327.192500', '114327.652500', '114328.112500', '114328.572500', '114329.032500', '114329.492500', '114329.952500', '114330.412500', '114330.872500', '114331.332500', '114331.792500', '114332.252500', '114332.712500', '114333.172500', '114333.632500', '114334.092500', '114334.552500', '114335.012500', '114335.472500', '114335.932500', '114336.392500', '114336.852500', '114337.312500', '114337.772500', '114338.232500', '114338.692500', '114339.152500', '114339.612500', '114340.072500', '114340.532500', '114340.992500', '114341.452500', '114341.912500', '114342.372500', '114342.832500', '114343.292500', '114343.752500', '114344.212500', '114344.672500', '114345.132500', '114345.592500', '114346.052500', '114346.512500', '114346.972500', '114347.432500', '114347.892500', '114348.352500', '114348.812500', '114349.272500', '114349.732500', '114350.192500', '114350.652500', '114351.112500', '114351.572500', '114352.032500', '114352.492500', '114352.952500', '114353.412500', '114353.872500', '114354.332500', '114354.792500', '114355.252500', '114355.712500', '114356.172500', '114356.632500', '114357.092500', '114357.552500', '114358.012500', '114358.472500', '114358.932500', '114359.392500', '114359.852500', '114400.312500', '114400.772500', '114401.232500', '114401.692500', '114402.152500', '114402.612500', '114403.072500', '114403.532500', '114403.992500', '114404.452500', '114404.912500', '114405.372500', '114405.832500', '114406.292500', '114406.752500', '114407.212500', '114407.672500', '114408.132500', '114408.592500', '114409.052500', '114409.512500', '114409.972500', '114410.432500', '114410.892500', '114411.352500', '114411.812500', '114412.272500', '114412.732500', '114413.192500', '114413.652500', '114414.112500', '114414.572500', '114415.032500', '114415.492500', '114415.952500', '114416.412500', '114416.872500', '114417.332500', '114417.792500', '114418.252500', '114418.712500', '114419.172500', '114419.632500', '114420.092500', '114420.552500', '114421.012500', '114421.472500', '114421.932500', '114422.392500', '114422.852500', '114423.312500', '114423.772500', '114424.232500', '114424.692500', '114425.152500', '114425.612500', '114426.072500', '114426.532500', '114426.992500', '114427.452500', '114427.912500', '114428.372500', '114428.832500', '114429.292500', '114429.752500', '114430.212500', '114430.672500', '114431.132500', '114431.592500', '114432.052500', '114432.512500', '114432.972500', '114433.432500', '114433.892500', '114434.352500', '114434.812500', '114435.272500', '114435.732500', '114436.192500', '114436.652500', '114437.112500', '114437.572500', '114438.032500', '114438.492500', '114438.952500', '114439.412500', '114439.872500', '114440.332500', '114440.792500', '114441.252500', '114441.712500', '114442.172500', '114442.632500', '114443.092500', '114443.552500', '114444.012500', '114444.472500', '114444.932500', '114445.392500', '114445.852500', '114446.312500', '114446.772500', '114447.232500', '114447.692500', '114448.152500', '114448.612500', '114449.072500', '114449.532500', '114449.992500', '114450.452500', '114450.912500', '114451.372500', '114451.832500', '114452.292500', '114452.752500', '114453.212500', '114453.672500', '114454.132500', '114454.592500', '114455.052500', '114455.512500', '114455.972500', '114456.432500', '114456.892500', '114457.352500', '114457.812500', '114458.272500', '114458.732500', '114459.192500', '114459.652500', '114500.112500', '114500.572500', '114501.032500', '114501.492500', '114501.952500', '114502.412500', '114502.872500', '114503.332500', '114503.792500', '114504.252500', '114504.712500', '114505.172500', '114505.632500', '114506.092500', '114506.552500', '114507.012500', '114507.472500', '114507.932500', '114508.392500', '114508.852500', '114509.312500', '114509.772500', '114510.232500', '114510.692500', '114511.152500', '114511.612500', '114512.072500', '114512.532500', '114512.992500', '114513.452500', '114513.912500', '114514.372500', '114514.832500', '114515.292500', '114515.752500', '114516.212500', '114516.672500', '114517.132500', '114517.592500', '114518.052500', '114518.512500', '114518.972500', '114519.432500', '114519.892500', '114520.352500', '114520.812500', '114521.272500', '114521.732500', '114522.192500', '114522.652500', '114523.112500', '114523.572500', '114524.032500', '114524.492500', '114524.952500', '114525.412500', '114525.872500', '114526.332500', '114526.792500', '114527.252500', '114527.712500', '114528.172500', '114528.632500', '114529.092500', '114529.552500', '114530.012500', '114530.472500', '114530.932500', '114531.392500', '114531.852500', '114532.312500', '114532.772500', '114533.232500', '114533.692500', '114534.152500', '114534.612500', '114535.072500', '114535.532500', '114535.992500', '114536.452500', '114536.912500', '114537.372500', '114537.832500', '114538.292500', '114538.752500', '114539.212500', '114539.672500', '114540.132500', '114540.592500', '114541.052500', '114541.512500', '114541.972500', '114542.432500', '114542.892500', '114543.352500', '114543.812500', '114544.272500', '114544.732500', '114545.192500', '114545.652500', '114546.112500', '114546.572500', '114547.032500', '114547.492500', '114547.952500', '114548.412500', '114548.872500', '114549.332500', '114549.792500', '114550.252500', '114550.712500', '114551.172500', '114551.632500', '114552.092500', '114552.552500', '114553.012500', '114553.472500', '114553.932500', '114554.392500', '114554.852500', '114555.312500', '114555.772500', '114556.232500', '114556.692500', '114557.152500', '114557.612500', '114558.072500', '114558.532500', '114558.992500', '114559.452500', '114559.912500', '114600.372500', '114600.832500', '114601.292500', '114601.752500', '114602.212500', '114602.672500', '114603.132500', '114603.592500', '114604.052500', '114604.512500', '114604.972500', '114605.432500', '114605.892500', '114606.352500', '114606.812500', '114607.272500', '114607.732500', '114608.192500', '114608.652500', '114609.112500', '114609.572500', '114610.032500', '114610.492500', '114610.952500', '114611.412500', '114611.872500', '114612.332500', '114612.792500', '114613.252500', '114613.712500', '114614.172500', '114614.632500', '114615.092500', '114615.552500', '114616.012500', '114616.472500', '114616.932500', '114617.392500', '114617.852500', '114618.312500', '114618.772500', '114619.232500', '114619.692500', '114620.152500', '114620.612500', '114621.072500', '114621.532500', '114621.992500', '114622.452500', '114622.912500', '114623.372500', '114623.832500', '114624.292500', '114624.752500', '114625.212500', '114625.672500', '114626.132500', '114626.592500', '114627.052500', '114627.512500', '114627.972500', '114628.432500', '114628.892500', '114629.352500', '114629.812500', '114630.272500', '114630.732500', '114631.192500', '114631.652500', '114632.112500', '114632.572500', '114633.032500', '114633.492500', '114633.952500', '114634.412500', '114634.872500', '114635.332500', '114635.792500', '114636.252500', '114636.712500', '114637.172500', '114637.632500', '114638.092500', '114638.552500', '114639.012500', '114639.472500', '114639.932500', '114640.392500', '114640.852500', '114641.312500', '114641.772500', '114642.232500', '114642.692500', '114643.152500', '114643.612500', '114644.072500', '114644.532500', '114644.992500', '114645.452500', '114645.912500', '114646.372500', '114646.832500', '114647.292500', '114647.752500', '114648.212500', '114648.672500', '114649.132500', '114649.592500', '114650.052500', '114650.512500', '114650.972500', '114651.432500', '114651.892500', '114652.352500', '114652.812500', '114653.272500', '114653.732500', '114654.192500', '114654.652500', '114655.112500', '114655.572500', '114656.032500', '114656.492500', '114656.952500', '114657.412500', '114657.872500', '114658.332500', '114658.792500', '114659.252500', '114659.712500', '114700.172500', '114700.632500', '114701.092500', '114701.552500', '114702.012500', '114702.472500', '114702.932500', '114703.392500', '114703.852500', '114704.312500', '114704.772500', '114705.232500', '114705.692500', '114706.152500', '114706.612500', '114707.072500', '114707.532500', '114707.992500', '114708.452500', '114708.912500', '114709.372500', '114709.832500', '114710.292500', '114710.752500', '114711.212500', '114711.672500', '114712.132500', '114712.592500', '114713.052500', '114713.512500', '114713.972500', '114714.432500', '114714.892500', '114715.352500', '114715.812500', '114716.272500', '114716.732500', '114717.192500', '114717.652500', '114718.112500', '114718.572500', '114719.032500', '114719.492500', '114719.952500', '114720.412500', '114720.872500', '114721.332500', '114721.792500', '114722.252500', '114722.712500', '114723.172500', '114723.632500', '114724.092500', '114724.552500', '114725.012500', '114725.472500', '114725.932500', '114726.392500', '114726.852500', '114727.312500', '114727.772500', '114728.232500', '114728.692500', '114729.152500', '114729.612500', '114730.072500', '114730.532500', '114730.992500', '114731.452500', '114731.912500', '114732.372500', '114732.832500', '114733.292500', '114733.752500', '114734.212500', '114734.672500', '114735.132500', '114735.592500', '114736.052500', '114736.512500', '114736.972500', '114737.432500', '114737.892500', '114738.352500', '114738.812500', '114739.272500', '114739.732500', '114740.192500', '114740.652500', '114741.112500', '114741.572500', '114742.032500', '114742.492500', '114742.952500', '114743.412500', '114743.872500', '114744.332500', '114744.792500', '114745.252500', '114745.712500', '114746.172500', '114746.632500', '114747.092500', '114747.552500', '114748.012500', '114748.472500', '114748.932500', '114749.392500', '114749.852500', '114750.312500', '114750.772500', '114751.232500', '114751.692500', '114752.152500', '114752.612500', '114753.072500', '114753.532500', '114753.992500', '114754.452500', '114754.912500', '114755.372500', '114755.832500', '114756.292500', '114756.752500', '114757.212500', '114757.672500', '114758.132500', '114758.592500', '114759.052500', '114759.512500', '114759.972500', '114800.432500', '114800.892500', '114801.352500', '114801.812500', '114802.272500', '114802.732500', '114803.192500', '114803.652500', '114804.112500', '114804.572500', '114805.032500', '114805.492500', '114805.952500', '114806.412500', '114806.872500', '114807.332500', '114807.792500', '114808.252500', '114808.712500', '114809.172500', '114809.632500', '114810.092500', '114810.552500', '114811.012500', '114811.472500', '114811.932500', '114812.392500', '114812.852500', '114813.312500', '114813.772500', '114814.232500', '114814.692500', '114815.152500', '114815.612500', '114816.072500', '114816.532500', '114816.992500', '114817.452500', '114817.912500', '114818.372500', '114818.832500', '114819.292500', '114819.752500', '114820.212500', '114820.672500', '114821.132500', '114821.592500', '114822.052500', '114822.512500', '114822.972500', '114823.432500', '114823.892500', '114824.352500', '114824.812500', '114825.272500', '114825.732500', '114826.192500', '114826.652500', '114827.112500', '114827.572500', '114828.032500', '114828.492500', '114828.952500', '114829.412500', '114829.872500', '114830.332500', '114830.792500', '114831.252500', '114831.712500', '114832.172500', '114832.632500', '114833.092500', '114833.552500', '114834.012500', '114834.472500', '114834.932500', '114835.392500', '114835.852500', '114836.312500', '114836.772500', '114837.232500', '114837.692500', '114838.152500', '114838.612500', '114839.072500', '114839.532500', '114839.992500', '114840.452500', '114840.912500', '114841.372500', '114841.832500', '114842.292500', '114842.752500', '114843.212500', '114843.672500', '114844.132500', '114844.592500', '114845.052500', '114845.512500', '114845.972500', '114846.432500', '114846.892500', '114847.352500', '114847.812500', '114848.272500', '114848.732500', '114849.192500', '114849.652500', '114850.112500', '114850.572500', '114851.032500', '114851.492500', '114851.952500', '114852.412500', '114852.872500', '114853.332500', '114853.792500', '114854.252500', '114854.712500', '114855.172500', '114855.632500', '114856.092500', '114856.552500', '114857.012500', '114857.472500', '114857.932500', '114858.392500', '114858.852500', '114859.312500', '114859.772500', '114900.232500', '114900.692500', '114901.152500', '114901.612500', '114902.072500', '114902.532500', '114902.992500', '114903.452500', '114903.912500', '114904.372500', '114904.832500', '114905.292500', '114905.752500', '114906.212500', '114906.672500', '114907.132500', '114907.592500', '114908.052500', '114908.512500', '114908.972500', '114909.432500', '114909.892500', '114910.352500', '114910.812500', '114911.272500', '114911.732500', '114912.192500', '114912.652500', '114913.112500', '114913.572500', '114914.032500', '114914.492500', '114914.952500', '114915.412500', '114915.872500', '114916.332500', '114916.792500', '114917.252500', '114917.712500', '114918.172500', '114918.632500', '114919.092500', '114919.552500', '114920.012500', '114920.472500', '114920.932500', '114921.392500', '114921.852500', '114922.312500', '114922.772500', '114923.232500', '114923.692500', '114924.152500', '114924.612500', '114925.072500', '114925.532500', '114925.992500', '114926.452500', '114926.912500', '114927.372500', '114927.832500', '114928.292500', '114928.752500', '114929.212500', '114929.672500', '114930.132500', '114930.592500', '114931.052500', '114931.512500', '114931.972500', '114932.432500', '114932.892500', '114933.352500', '114933.812500', '114934.272500', '114934.732500', '114935.192500', '114935.652500', '114936.112500', '114936.572500', '114937.032500', '114937.492500', '114937.952500', '114938.412500', '114938.872500', '114939.332500', '114939.792500', '114940.252500', '114940.712500', '114941.172500', '114941.632500', '114942.092500', '114942.552500', '114943.012500', '114943.472500', '114943.932500', '114944.392500', '114944.852500', '114945.312500', '114945.772500', '114946.232500', '114946.692500', '114947.152500', '114947.612500', '114948.072500', '114948.532500', '114948.992500', '114949.452500', '114949.912500', '114950.372500', '114950.832500', '114951.292500', '114951.752500', '114952.212500', '114952.672500', '114953.132500', '114953.592500', '114954.052500', '114954.512500', '114954.972500', '114955.432500', '114955.892500', '114956.352500', '114956.812500', '114957.272500', '114957.732500', '114958.192500', '114958.652500', '114959.112500', '114959.572500', '115000.032500', '115000.492500', '115000.952500', '115001.412500', '115001.872500', '115002.332500', '115002.792500', '115003.252500'], 'ContentTime': ['114337.799000', '114337.803000', '114337.805000', '114337.808000', '114337.811000', '114337.813000', '114337.816000', '114337.819000', '114337.821000', '114337.824000', '114337.826000', '114337.829000', '114337.832000', '114337.834000', '114337.837000', '114337.839000', '114337.842000', '114337.845000', '114337.847000', '114337.850000', '114337.853000', '114337.855000', '114337.858000', '114337.861000', '114337.863000', '114337.866000', '114337.873000', '114337.876000', '114337.878000', '114337.881000', '114357.744000', '114357.747000', '114357.750000', '114357.753000', '114357.755000', '114357.763000', '114357.766000', '114357.768000', '114357.771000', '114357.773000', '114357.776000', '114357.779000', '114357.781000', '114357.784000', '114357.786000', '114357.789000', '114357.792000', '114357.794000', '114357.797000', '114357.800000', '114357.802000', '114357.805000', '114357.808000', '114357.810000', '114357.813000', '114357.815000', '114357.818000', '114357.821000', '114357.823000', '114357.838000', '114357.841000', '114357.843000', '114357.846000', '114357.848000', '114357.851000', '114357.854000', '114357.856000', '114357.859000', '114357.862000', '114357.864000', '114357.867000', '114357.870000', '114357.872000', '114417.744000', '114417.747000', '114417.750000', '114417.753000', '114417.756000', '114417.758000', '114417.761000', '114417.764000', '114417.766000', '114417.769000', '114417.771000', '114417.774000', '114417.777000', '114417.779000', '114417.782000', '114417.785000', '114417.787000', '114417.790000', '114417.792000', '114417.795000', '114417.798000', '114417.801000', '114417.803000', '114417.806000', '114417.809000', '114417.811000', '114417.814000', '114417.817000', '114417.819000', '114417.822000', '114417.824000', '114417.827000', '114417.833000', '114417.835000', '114417.838000', '114417.841000', '114417.843000', '114417.846000', '114417.849000', '114417.851000', '114417.854000', '114417.857000', '114417.859000', '114417.862000', '114437.744000', '114437.747000', '114437.750000', '114437.753000', '114437.755000', '114437.758000', '114437.761000', '114437.763000', '114437.766000', '114437.769000', '114437.771000', '114437.774000', '114437.776000', '114437.779000', '114437.782000', '114437.785000', '114437.787000', '114437.790000', '114437.793000', '114437.795000', '114437.798000', '114437.801000', '114437.803000', '114437.806000', '114437.809000', '114437.811000', '114437.814000', '114437.816000', '114437.819000', '114437.822000', '114437.824000', '114437.827000', '114437.830000', '114437.832000', '114437.835000', '114437.837000', '114437.840000', '114437.843000', '114437.845000', '114437.848000', '114437.851000', '114437.853000', '114437.856000', '114457.743000', '114457.746000', '114457.749000', '114457.752000', '114457.755000', '114457.757000', '114457.760000', '114457.763000', '114457.765000', '114457.768000', '114457.771000', '114457.773000', '114457.776000', '114457.779000', '114457.781000', '114457.784000', '114457.786000', '114457.789000', '114457.792000', '114457.794000', '114457.797000', '114457.800000', '114457.802000', '114457.805000', '114457.808000', '114457.810000', '114457.813000', '114457.816000', '114457.818000', '114457.821000', '114457.824000', '114457.826000', '114457.829000', '114457.832000', '114457.834000', '114457.837000', '114457.840000', '114457.842000', '114457.845000', '114457.848000', '114457.850000', '114457.853000', '114457.856000', '114457.858000', '114517.744000', '114517.747000', '114517.750000', '114517.753000', '114517.755000', '114517.758000', '114517.761000', '114517.763000', '114517.766000', '114517.769000', '114517.771000', '114517.774000', '114517.777000', '114517.779000', '114517.782000', '114517.784000', '114517.787000', '114517.790000', '114517.792000', '114517.795000', '114517.798000', '114517.801000', '114517.803000', '114517.806000', '114517.809000', '114517.811000', '114517.814000', '114517.817000', '114517.819000', '114517.822000', '114517.825000', '114517.827000', '114517.830000', '114517.833000', '114517.835000', '114517.838000', '114517.841000', '114517.843000', '114517.846000', '114517.848000', '114517.851000', '114517.854000', '114517.856000', '114537.744000', '114537.747000', '114537.750000', '114537.753000', '114537.755000', '114537.758000', '114537.761000', '114537.792000', '114537.795000', '114537.798000', '114537.801000', '114537.803000', '114537.806000', '114537.809000', '114537.811000', '114537.814000', '114537.816000', '114537.819000', '114537.822000', '114537.824000', '114537.827000', '114537.830000', '114537.833000', '114537.835000', '114537.838000', '114537.840000', '114537.843000', '114537.846000', '114537.848000', '114537.851000', '114537.854000', '114537.856000', '114537.859000', '114537.862000', '114537.864000', '114537.867000', '114537.870000', '114537.872000', '114537.875000', '114537.878000', '114537.880000', '114537.883000', '114537.886000', '114537.888000', '114557.745000', '114557.747000', '114557.750000', '114557.753000', '114557.756000', '114557.758000', '114557.761000', '114557.764000', '114557.766000', '114557.769000', '114557.771000', '114557.774000', '114557.777000', '114557.779000', '114557.782000', '114557.785000', '114557.787000', '114557.790000', '114557.793000', '114557.795000', '114557.798000', '114557.801000', '114557.804000', '114557.806000', '114557.809000', '114557.812000', '114557.814000', '114557.817000', '114557.819000', '114557.822000', '114557.825000', '114557.827000', '114557.830000', '114557.833000', '114557.835000', '114557.838000', '114557.841000', '114557.843000', '114557.846000', '114557.849000', '114557.851000', '114557.854000', '114557.856000', '114617.744000', '114617.747000', '114617.750000', '114617.753000', '114617.756000', '114617.758000', '114617.761000', '114617.763000', '114617.766000', '114617.769000', '114617.771000', '114617.774000', '114617.777000', '114617.780000', '114617.782000', '114617.785000', '114617.788000', '114617.790000', '114617.793000', '114617.796000', '114617.799000', '114617.801000', '114617.804000', '114617.807000', '114617.809000', '114617.812000', '114617.815000', '114617.817000', '114617.820000', '114617.823000', '114617.825000', '114617.828000', '114617.830000', '114617.833000', '114617.836000', '114617.838000', '114617.841000', '114617.844000', '114617.846000', '114617.849000', '114617.852000', '114617.854000', '114617.857000', '114617.859000', '114637.744000', '114637.747000', '114637.750000', '114637.753000', '114637.755000', '114637.758000', '114637.761000', '114637.763000', '114637.766000', '114637.769000', '114637.772000', '114637.774000', '114637.777000', '114637.779000', '114637.782000', '114637.785000', '114637.787000', '114637.790000', '114637.793000', '114637.795000', '114637.798000', '114637.801000', '114637.803000', '114637.806000', '114637.809000', '114637.811000', '114637.814000', '114637.817000', '114637.819000', '114637.822000', '114637.825000', '114637.828000', '114637.830000', '114637.833000', '114637.836000', '114637.838000', '114637.841000', '114637.843000', '114637.846000', '114637.849000', '114637.851000', '114637.854000', '114637.857000', '114657.744000', '114657.747000', '114657.750000', '114657.753000', '114657.755000', '114657.758000', '114657.761000', '114657.763000', '114657.766000', '114657.769000', '114657.771000', '114657.774000', '114657.777000', '114657.779000', '114657.782000', '114657.785000', '114657.787000', '114657.790000', '114657.792000', '114657.795000', '114657.798000', '114657.800000', '114657.803000', '114657.806000', '114657.808000', '114657.811000', '114657.814000', '114657.816000', '114657.819000', '114657.822000', '114657.824000', '114657.827000', '114657.845000', '114657.847000', '114657.850000', '114657.853000', '114657.855000', '114657.858000', '114657.861000', '114657.864000', '114657.866000', '114657.869000', '114657.871000', '114657.874000', '114717.743000', '114717.746000', '114717.749000', '114717.752000', '114717.754000', '114717.757000', '114717.760000', '114717.762000', '114717.765000', '114717.768000', '114717.770000', '114717.773000', '114717.776000', '114717.778000', '114717.781000', '114717.784000', '114717.787000', '114717.790000', '114717.792000', '114717.795000', '114717.797000', '114717.800000', '114717.803000', '114717.805000', '114717.808000', '114717.811000', '114717.813000', '114717.816000', '114717.819000', '114717.821000', '114717.824000', '114717.827000', '114717.829000', '114717.837000', '114717.839000', '114717.842000', '114717.844000', '114717.848000', '114717.850000', '114717.853000', '114717.855000', '114717.858000', '114717.861000', '114737.744000', '114737.747000', '114737.750000', '114737.753000', '114737.756000', '114737.758000', '114737.761000', '114737.764000', '114737.766000', '114737.769000', '114737.772000', '114737.775000', '114737.778000', '114737.781000', '114737.784000', '114737.786000', '114737.789000', '114737.792000', '114737.794000', '114737.797000', '114737.800000', '114737.802000', '114737.805000', '114737.808000', '114737.810000', '114737.813000', '114737.816000', '114737.818000', '114737.821000', '114737.824000', '114737.826000', '114737.829000', '114737.832000', '114737.835000', '114737.837000', '114737.840000', '114737.843000', '114737.845000', '114737.848000', '114737.851000', '114737.853000', '114737.856000', '114737.858000', '114737.861000', '114757.745000', '114757.748000', '114757.751000', '114757.754000', '114757.757000', '114757.759000', '114757.762000', '114757.765000', '114757.767000', '114757.770000', '114757.773000', '114757.775000', '114757.778000', '114757.781000', '114757.783000', '114757.786000', '114757.789000', '114757.791000', '114757.794000', '114757.797000', '114757.799000', '114757.802000', '114757.804000', '114757.807000', '114757.810000', '114757.812000', '114757.815000', '114757.818000', '114757.820000', '114757.823000', '114757.826000', '114757.828000', '114757.831000', '114757.834000', '114757.836000', '114757.839000', '114757.842000', '114757.844000', '114757.847000', '114757.850000', '114757.852000', '114757.855000', '114757.857000', '114817.745000', '114817.748000', '114817.750000', '114817.754000', '114817.756000', '114817.759000', '114817.762000', '114817.764000', '114817.767000', '114817.770000', '114817.772000', '114817.775000', '114817.777000', '114817.780000', '114817.783000', '114817.785000', '114817.788000', '114817.791000', '114817.793000', '114817.796000', '114817.799000', '114817.801000', '114817.804000', '114817.807000', '114817.809000', '114817.812000', '114817.815000', '114817.817000', '114817.820000', '114817.823000', '114817.825000', '114817.828000', '114817.831000', '114817.833000', '114817.836000', '114817.839000', '114817.842000', '114817.845000', '114817.847000', '114817.850000', '114817.852000', '114817.855000', '114817.858000', '114837.760000', '114837.763000', '114837.766000', '114837.769000', '114837.771000', '114837.774000', '114837.777000', '114837.779000', '114837.782000', '114837.785000', '114837.787000', '114837.790000', '114837.793000', '114837.795000', '114837.798000', '114837.801000', '114837.803000', '114837.806000', '114837.809000', '114837.811000', '114837.814000', '114837.817000', '114837.820000', '114837.822000', '114837.825000', '114837.828000', '114837.830000', '114837.833000', '114837.836000', '114837.838000', '114837.841000', '114837.844000', '114837.846000', '114837.849000', '114837.852000', '114837.854000', '114837.857000', '114837.860000', '114837.862000', '114837.865000', '114837.868000', '114837.870000', '114837.873000', '114837.876000', '114857.744000', '114857.747000', '114857.750000', '114857.753000', '114857.756000', '114857.758000', '114857.761000', '114857.764000', '114857.767000', '114857.776000', '114857.779000', '114857.781000', '114857.784000', '114857.787000', '114857.790000', '114857.792000', '114857.795000', '114857.798000', '114857.800000', '114857.803000', '114857.806000', '114857.809000', '114857.811000', '114857.815000', '114857.818000', '114857.820000', '114857.823000', '114857.825000', '114857.828000', '114857.831000', '114857.833000', '114857.836000', '114857.841000', '114857.843000', '114857.846000', '114857.848000', '114857.851000', '114857.854000', '114857.856000', '114857.859000', '114857.862000', '114857.864000', '114857.867000', '114917.743000', '114917.746000', '114917.749000', '114917.752000', '114917.754000', '114917.757000', '114917.760000', '114917.762000', '114917.765000', '114917.768000', '114917.770000', '114917.773000', '114917.776000', '114917.778000', '114917.781000', '114917.784000', '114917.786000', '114917.789000', '114917.792000', '114917.794000', '114917.797000', '114917.800000', '114917.802000', '114917.805000', '114917.808000', '114917.810000', '114917.813000', '114917.816000', '114917.818000', '114917.821000', '114917.824000', '114917.826000', '114917.829000', '114917.832000', '114917.834000', '114917.837000', '114917.840000', '114917.842000', '114917.845000', '114917.848000', '114917.850000', '114917.853000', '114917.856000', '114917.858000', '114937.743000', '114937.747000', '114937.749000', '114937.752000', '114937.755000', '114937.758000', '114937.760000', '114937.763000', '114937.766000', '114937.768000', '114937.771000', '114937.774000', '114937.776000', '114937.779000', '114937.782000', '114937.784000', '114937.787000', '114937.790000', '114937.792000', '114937.795000', '114937.798000', '114937.800000', '114937.803000', '114937.806000', '114937.808000', '114937.811000', '114937.814000', '114937.816000', '114937.819000', '114937.822000', '114937.824000', '114937.827000', '114937.830000', '114937.832000', '114937.835000', '114937.838000', '114937.840000', '114937.843000', '114937.845000', '114937.848000', '114937.851000', '114937.854000', '114937.856000', '114957.745000', '114957.748000', '114957.751000', '114957.754000', '114957.756000', '114957.759000', '114957.762000', '114957.765000', '114957.767000', '114957.770000', '114957.773000', '114957.775000', '114957.778000', '114957.781000', '114957.783000', '114957.786000', '114957.788000', '114957.791000', '114957.794000', '114957.797000', '114957.799000', '114957.802000', '114957.805000', '114957.807000', '114957.810000', '114957.826000', '114957.829000', '114957.831000', '114957.834000', '114957.837000', '114957.840000', '114957.842000', '114957.845000', '114957.847000', '114957.850000', '114957.853000', '114957.855000', '114957.858000', '114957.861000', '114957.864000', '114957.866000', '114957.869000', '114957.872000', '114957.874000', '115004.912000', '115004.914000', '115004.917000', '115004.920000', '115004.923000', '115004.925000', '115004.928000', '115004.931000', '115004.933000', '115004.936000', '115004.939000', '115004.941000', '115004.944000', '115004.947000', '115004.949000', '115004.952000'], 'InstanceCreationTime': ['114337.799000', '114337.803000', '114337.805000', '114337.808000', '114337.811000', '114337.813000', '114337.816000', '114337.819000', '114337.821000', '114337.824000', '114337.826000', '114337.829000', '114337.832000', '114337.834000', '114337.837000', '114337.839000', '114337.842000', '114337.845000', '114337.847000', '114337.850000', '114337.853000', '114337.855000', '114337.858000', '114337.861000', '114337.863000', '114337.866000', '114337.873000', '114337.876000', '114337.878000', '114337.881000', '114357.744000', '114357.747000', '114357.750000', '114357.753000', '114357.755000', '114357.763000', '114357.766000', '114357.768000', '114357.771000', '114357.773000', '114357.776000', '114357.779000', '114357.781000', '114357.784000', '114357.786000', '114357.789000', '114357.792000', '114357.794000', '114357.797000', '114357.800000', '114357.802000', '114357.805000', '114357.808000', '114357.810000', '114357.813000', '114357.815000', '114357.818000', '114357.821000', '114357.823000', '114357.838000', '114357.841000', '114357.843000', '114357.846000', '114357.848000', '114357.851000', '114357.854000', '114357.856000', '114357.859000', '114357.862000', '114357.864000', '114357.867000', '114357.870000', '114357.872000', '114417.744000', '114417.747000', '114417.750000', '114417.753000', '114417.756000', '114417.758000', '114417.761000', '114417.764000', '114417.766000', '114417.769000', '114417.771000', '114417.774000', '114417.777000', '114417.779000', '114417.782000', '114417.785000', '114417.787000', '114417.790000', '114417.792000', '114417.795000', '114417.798000', '114417.801000', '114417.803000', '114417.806000', '114417.809000', '114417.811000', '114417.814000', '114417.817000', '114417.819000', '114417.822000', '114417.824000', '114417.827000', '114417.833000', '114417.835000', '114417.838000', '114417.841000', '114417.843000', '114417.846000', '114417.849000', '114417.851000', '114417.854000', '114417.857000', '114417.859000', '114417.862000', '114437.744000', '114437.747000', '114437.750000', '114437.753000', '114437.755000', '114437.758000', '114437.761000', '114437.763000', '114437.766000', '114437.769000', '114437.771000', '114437.774000', '114437.776000', '114437.779000', '114437.782000', '114437.785000', '114437.787000', '114437.790000', '114437.793000', '114437.795000', '114437.798000', '114437.801000', '114437.803000', '114437.806000', '114437.809000', '114437.811000', '114437.814000', '114437.816000', '114437.819000', '114437.822000', '114437.824000', '114437.827000', '114437.830000', '114437.832000', '114437.835000', '114437.837000', '114437.840000', '114437.843000', '114437.845000', '114437.848000', '114437.851000', '114437.853000', '114437.856000', '114457.743000', '114457.746000', '114457.749000', '114457.752000', '114457.755000', '114457.757000', '114457.760000', '114457.763000', '114457.765000', '114457.768000', '114457.771000', '114457.773000', '114457.776000', '114457.779000', '114457.781000', '114457.784000', '114457.786000', '114457.789000', '114457.792000', '114457.794000', '114457.797000', '114457.800000', '114457.802000', '114457.805000', '114457.808000', '114457.810000', '114457.813000', '114457.816000', '114457.818000', '114457.821000', '114457.824000', '114457.826000', '114457.829000', '114457.832000', '114457.834000', '114457.837000', '114457.840000', '114457.842000', '114457.845000', '114457.848000', '114457.850000', '114457.853000', '114457.856000', '114457.858000', '114517.744000', '114517.747000', '114517.750000', '114517.753000', '114517.755000', '114517.758000', '114517.761000', '114517.763000', '114517.766000', '114517.769000', '114517.771000', '114517.774000', '114517.777000', '114517.779000', '114517.782000', '114517.784000', '114517.787000', '114517.790000', '114517.792000', '114517.795000', '114517.798000', '114517.801000', '114517.803000', '114517.806000', '114517.809000', '114517.811000', '114517.814000', '114517.817000', '114517.819000', '114517.822000', '114517.825000', '114517.827000', '114517.830000', '114517.833000', '114517.835000', '114517.838000', '114517.841000', '114517.843000', '114517.846000', '114517.848000', '114517.851000', '114517.854000', '114517.856000', '114537.744000', '114537.747000', '114537.750000', '114537.753000', '114537.755000', '114537.758000', '114537.761000', '114537.792000', '114537.795000', '114537.798000', '114537.801000', '114537.803000', '114537.806000', '114537.809000', '114537.811000', '114537.814000', '114537.816000', '114537.819000', '114537.822000', '114537.824000', '114537.827000', '114537.830000', '114537.833000', '114537.835000', '114537.838000', '114537.840000', '114537.843000', '114537.846000', '114537.848000', '114537.851000', '114537.854000', '114537.856000', '114537.859000', '114537.862000', '114537.864000', '114537.867000', '114537.870000', '114537.872000', '114537.875000', '114537.878000', '114537.880000', '114537.883000', '114537.886000', '114537.888000', '114557.745000', '114557.747000', '114557.750000', '114557.753000', '114557.756000', '114557.758000', '114557.761000', '114557.764000', '114557.766000', '114557.769000', '114557.771000', '114557.774000', '114557.777000', '114557.779000', '114557.782000', '114557.785000', '114557.787000', '114557.790000', '114557.793000', '114557.795000', '114557.798000', '114557.801000', '114557.804000', '114557.806000', '114557.809000', '114557.812000', '114557.814000', '114557.817000', '114557.819000', '114557.822000', '114557.825000', '114557.827000', '114557.830000', '114557.833000', '114557.835000', '114557.838000', '114557.841000', '114557.843000', '114557.846000', '114557.849000', '114557.851000', '114557.854000', '114557.856000', '114617.744000', '114617.747000', '114617.750000', '114617.753000', '114617.756000', '114617.758000', '114617.761000', '114617.763000', '114617.766000', '114617.769000', '114617.771000', '114617.774000', '114617.777000', '114617.780000', '114617.782000', '114617.785000', '114617.788000', '114617.790000', '114617.793000', '114617.796000', '114617.799000', '114617.801000', '114617.804000', '114617.807000', '114617.809000', '114617.812000', '114617.815000', '114617.817000', '114617.820000', '114617.823000', '114617.825000', '114617.828000', '114617.830000', '114617.833000', '114617.836000', '114617.838000', '114617.841000', '114617.844000', '114617.846000', '114617.849000', '114617.852000', '114617.854000', '114617.857000', '114617.859000', '114637.744000', '114637.747000', '114637.750000', '114637.753000', '114637.755000', '114637.758000', '114637.761000', '114637.763000', '114637.766000', '114637.769000', '114637.772000', '114637.774000', '114637.777000', '114637.779000', '114637.782000', '114637.785000', '114637.787000', '114637.790000', '114637.793000', '114637.795000', '114637.798000', '114637.801000', '114637.803000', '114637.806000', '114637.809000', '114637.811000', '114637.814000', '114637.817000', '114637.819000', '114637.822000', '114637.825000', '114637.828000', '114637.830000', '114637.833000', '114637.836000', '114637.838000', '114637.841000', '114637.843000', '114637.846000', '114637.849000', '114637.851000', '114637.854000', '114637.857000', '114657.744000', '114657.747000', '114657.750000', '114657.753000', '114657.755000', '114657.758000', '114657.761000', '114657.763000', '114657.766000', '114657.769000', '114657.771000', '114657.774000', '114657.777000', '114657.779000', '114657.782000', '114657.785000', '114657.787000', '114657.790000', '114657.792000', '114657.795000', '114657.798000', '114657.800000', '114657.803000', '114657.806000', '114657.808000', '114657.811000', '114657.814000', '114657.816000', '114657.819000', '114657.822000', '114657.824000', '114657.827000', '114657.845000', '114657.847000', '114657.850000', '114657.853000', '114657.855000', '114657.858000', '114657.861000', '114657.864000', '114657.866000', '114657.869000', '114657.871000', '114657.874000', '114717.743000', '114717.746000', '114717.749000', '114717.752000', '114717.754000', '114717.757000', '114717.760000', '114717.762000', '114717.765000', '114717.768000', '114717.770000', '114717.773000', '114717.776000', '114717.778000', '114717.781000', '114717.784000', '114717.787000', '114717.790000', '114717.792000', '114717.795000', '114717.797000', '114717.800000', '114717.803000', '114717.805000', '114717.808000', '114717.811000', '114717.813000', '114717.816000', '114717.819000', '114717.821000', '114717.824000', '114717.827000', '114717.829000', '114717.837000', '114717.839000', '114717.842000', '114717.844000', '114717.848000', '114717.850000', '114717.853000', '114717.855000', '114717.858000', '114717.861000', '114737.744000', '114737.747000', '114737.750000', '114737.753000', '114737.756000', '114737.758000', '114737.761000', '114737.764000', '114737.766000', '114737.769000', '114737.772000', '114737.775000', '114737.778000', '114737.781000', '114737.784000', '114737.786000', '114737.789000', '114737.792000', '114737.794000', '114737.797000', '114737.800000', '114737.802000', '114737.805000', '114737.808000', '114737.810000', '114737.813000', '114737.816000', '114737.818000', '114737.821000', '114737.824000', '114737.826000', '114737.829000', '114737.832000', '114737.835000', '114737.837000', '114737.840000', '114737.843000', '114737.845000', '114737.848000', '114737.851000', '114737.853000', '114737.856000', '114737.858000', '114737.861000', '114757.745000', '114757.748000', '114757.751000', '114757.754000', '114757.757000', '114757.759000', '114757.762000', '114757.765000', '114757.767000', '114757.770000', '114757.773000', '114757.775000', '114757.778000', '114757.781000', '114757.783000', '114757.786000', '114757.789000', '114757.791000', '114757.794000', '114757.797000', '114757.799000', '114757.802000', '114757.804000', '114757.807000', '114757.810000', '114757.812000', '114757.815000', '114757.818000', '114757.820000', '114757.823000', '114757.826000', '114757.828000', '114757.831000', '114757.834000', '114757.836000', '114757.839000', '114757.842000', '114757.844000', '114757.847000', '114757.850000', '114757.852000', '114757.855000', '114757.857000', '114817.745000', '114817.748000', '114817.750000', '114817.754000', '114817.756000', '114817.759000', '114817.762000', '114817.764000', '114817.767000', '114817.770000', '114817.772000', '114817.775000', '114817.777000', '114817.780000', '114817.783000', '114817.785000', '114817.788000', '114817.791000', '114817.793000', '114817.796000', '114817.799000', '114817.801000', '114817.804000', '114817.807000', '114817.809000', '114817.812000', '114817.815000', '114817.817000', '114817.820000', '114817.823000', '114817.825000', '114817.828000', '114817.831000', '114817.833000', '114817.836000', '114817.839000', '114817.842000', '114817.845000', '114817.847000', '114817.850000', '114817.852000', '114817.855000', '114817.858000', '114837.760000', '114837.763000', '114837.766000', '114837.769000', '114837.771000', '114837.774000', '114837.777000', '114837.779000', '114837.782000', '114837.785000', '114837.787000', '114837.790000', '114837.793000', '114837.795000', '114837.798000', '114837.801000', '114837.803000', '114837.806000', '114837.809000', '114837.811000', '114837.814000', '114837.817000', '114837.820000', '114837.822000', '114837.825000', '114837.828000', '114837.830000', '114837.833000', '114837.836000', '114837.838000', '114837.841000', '114837.844000', '114837.846000', '114837.849000', '114837.852000', '114837.854000', '114837.857000', '114837.860000', '114837.862000', '114837.865000', '114837.868000', '114837.870000', '114837.873000', '114837.876000', '114857.744000', '114857.747000', '114857.750000', '114857.753000', '114857.756000', '114857.758000', '114857.761000', '114857.764000', '114857.767000', '114857.776000', '114857.779000', '114857.781000', '114857.784000', '114857.787000', '114857.790000', '114857.792000', '114857.795000', '114857.798000', '114857.800000', '114857.803000', '114857.806000', '114857.809000', '114857.811000', '114857.815000', '114857.818000', '114857.820000', '114857.823000', '114857.825000', '114857.828000', '114857.831000', '114857.833000', '114857.836000', '114857.841000', '114857.843000', '114857.846000', '114857.848000', '114857.851000', '114857.854000', '114857.856000', '114857.859000', '114857.862000', '114857.864000', '114857.867000', '114917.743000', '114917.746000', '114917.749000', '114917.752000', '114917.754000', '114917.757000', '114917.760000', '114917.762000', '114917.765000', '114917.768000', '114917.770000', '114917.773000', '114917.776000', '114917.778000', '114917.781000', '114917.784000', '114917.786000', '114917.789000', '114917.792000', '114917.794000', '114917.797000', '114917.800000', '114917.802000', '114917.805000', '114917.808000', '114917.810000', '114917.813000', '114917.816000', '114917.818000', '114917.821000', '114917.824000', '114917.826000', '114917.829000', '114917.832000', '114917.834000', '114917.837000', '114917.840000', '114917.842000', '114917.845000', '114917.848000', '114917.850000', '114917.853000', '114917.856000', '114917.858000', '114937.743000', '114937.747000', '114937.749000', '114937.752000', '114937.755000', '114937.758000', '114937.760000', '114937.763000', '114937.766000', '114937.768000', '114937.771000', '114937.774000', '114937.776000', '114937.779000', '114937.782000', '114937.784000', '114937.787000', '114937.790000', '114937.792000', '114937.795000', '114937.798000', '114937.800000', '114937.803000', '114937.806000', '114937.808000', '114937.811000', '114937.814000', '114937.816000', '114937.819000', '114937.822000', '114937.824000', '114937.827000', '114937.830000', '114937.832000', '114937.835000', '114937.838000', '114937.840000', '114937.843000', '114937.845000', '114937.848000', '114937.851000', '114937.854000', '114937.856000', '114957.745000', '114957.748000', '114957.751000', '114957.754000', '114957.756000', '114957.759000', '114957.762000', '114957.765000', '114957.767000', '114957.770000', '114957.773000', '114957.775000', '114957.778000', '114957.781000', '114957.783000', '114957.786000', '114957.788000', '114957.791000', '114957.794000', '114957.797000', '114957.799000', '114957.802000', '114957.805000', '114957.807000', '114957.810000', '114957.826000', '114957.829000', '114957.831000', '114957.834000', '114957.837000', '114957.840000', '114957.842000', '114957.845000', '114957.847000', '114957.850000', '114957.853000', '114957.855000', '114957.858000', '114957.861000', '114957.864000', '114957.866000', '114957.869000', '114957.872000', '114957.874000', '115004.912000', '115004.914000', '115004.917000', '115004.920000', '115004.923000', '115004.925000', '115004.928000', '115004.931000', '115004.933000', '115004.936000', '115004.939000', '115004.941000', '115004.944000', '115004.947000', '115004.949000', '115004.952000'], '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': [9290, 12252, 11312, 16267, 12183, 12696, 15851, 11803, 12094, 14041, 11299, 12251, 13262, 10703, 12472, 13205, 9601, 12354, 11360, 11395, 12088, 11944, 14845, 12012, 12577, 14974, 11585, 12282, 13966, 11698, 12381, 14550, 11273, 12204, 13797, 10539, 12762, 12027, 9989, 12517, 12283, 10179, 12207, 11317, 9558, 12475, 12573, 10100, 12325, 12943, 10176, 12358, 12152, 9108, 12589, 12428, 15994, 12060, 12135, 14263, 11817, 12510, 13496, 10956, 12644, 13012, 10027, 11934, 11900, 14005, 12310, 12444, 14251, 11818, 12623, 14073, 11991, 12341, 13172, 12123, 12725, 14572, 11002, 12467, 12365, 10958, 12561, 12370, 10436, 12506, 12383, 9657, 12558, 11392, 10215, 12833, 12672, 15576, 11980, 12366, 14337, 11505, 12546, 13807, 10428, 12108, 11926, 13004, 11778, 12237, 13595, 11635, 12356, 14038, 10938, 12169, 12707, 9301, 12106, 11364, 12146, 11671, 12512, 14164, 11358, 12323, 13168, 10036, 12294, 12078, 9730, 11879, 12525, 14454, 11234, 12367, 13104, 9963, 11988, 11898, 8923, 11894, 10955, 8813, 11480, 11051, 8941, 11530, 11253, 11260, 11393, 10878, 9355, 11058, 11918, 10502, 11749, 11828, 10429, 11563, 11419, 9115, 12658, 14489, 14693, 11815, 11904, 14586, 11485, 11668, 13016, 11521, 12777, 15423, 11378, 12768, 13603, 10795, 12500, 14499, 11050, 12212, 13545, 9984, 12403, 12066, 10738, 12603, 13851, 10796, 12583, 13742, 9967, 12586, 12244, 12921, 12475, 12653, 15504, 11843, 12694, 14321, 10826, 12562, 12320, 9547, 12320, 12444, 15561, 12415, 12304, 14350, 12468, 12496, 13619, 12160, 12464, 14114, 11912, 11812, 9755, 12457, 12635, 15230, 12360, 12594, 14383, 12152, 12465, 14003, 12087, 12677, 14107, 11082, 12216, 13021, 10834, 12651, 12901, 10736, 12346, 12789, 9481, 12177, 11709, 9447, 12449, 12111, 12864, 12142, 11143, 9219, 12478, 12529, 9662, 12498, 12383, 10866, 12525, 13926, 10398, 12503, 13699, 9032, 12350, 12213, 9416, 12350, 12462, 15487, 11938, 12277, 14259, 11690, 12239, 13804, 11435, 12224, 13626, 10034, 11983, 12064, 10030, 12180, 12197, 8675, 11538, 10881, 11100, 11476, 11277, 12506, 11575, 12478, 14727, 11099, 12466, 13490, 11010, 12374, 12804, 11089, 12363, 14568, 10989, 11401, 11568, 11466, 12153, 9552, 11821, 13643, 11037, 12341, 14570, 11487, 12282, 15287, 11083, 11923, 14297, 11063, 12310, 14602, 10280, 12222, 13916, 9554, 12238, 12047, 9155, 12052, 12704, 13595, 11405, 11135, 12722, 11315, 11012, 8867, 11840, 12306, 14838, 11294, 11116, 9105, 11552, 11768, 13396, 11622, 12380, 14918, 11405, 11971, 13290, 11692, 12297, 14881, 11287, 12076, 14300, 10358, 12418, 12947, 9551, 12231, 11541, 14583, 11494, 10948, 12667, 11492, 12323, 14093, 11082, 11950, 13134, 10780, 12031, 12458, 9748, 12347, 12730, 10828, 12222, 11461, 13680, 11769, 12075, 11747, 11972, 11769, 10552, 13032, 14826, 11280, 13131, 9049, 12487, 13641, 9580, 12391, 14307, 14496, 12472, 12809, 15445, 12135, 12951, 14897, 10195, 12835, 12898, 16830, 11986, 12476, 15070, 10629, 12248, 12104, 12911, 11734, 12245, 14102, 11144, 12483, 13136, 10125, 12178, 12295, 14414, 11761, 12769, 13134, 10224, 12110, 11977, 13037, 11722, 12438, 13823, 10796, 12401, 11794, 10542, 12554, 12263, 9202, 12414, 11566, 9548, 11288, 11796, 9354, 11046, 11940, 11999, 11320, 11544, 9475, 11257, 11584, 8797, 11530, 12273, 9553, 11125, 11969, 9399, 10965, 11990, 14110, 11630, 12424, 15773, 11020, 12028, 13979, 10195, 12522, 13809, 9580, 12153, 11744, 12419, 11564, 12260, 14453, 10901, 12618, 14253, 9719, 12315, 11929, 9539, 12080, 11590, 14266, 11750, 12486, 14654, 11771, 12164, 13716, 11213, 12161, 13490, 10558, 12337, 13828, 12500, 11918, 12011, 10977, 12260, 11663, 12934, 12352, 11573, 12945, 11803, 12361, 13466, 11950, 12520, 14599, 11103, 12525, 14223, 10654, 12324, 12842, 10305, 12355, 13469, 12837, 11945, 12516, 15191, 10770, 12805, 13099, 14672, 12473, 12338, 14542, 11458, 12635, 13164, 9808, 12258, 12165, 14663, 12300, 12073, 13353, 12324, 12335, 13779, 10837, 12604, 12334, 9576, 12758, 11652, 13636, 12202, 12442, 13029, 11697, 12559, 13671, 11564, 12809, 13734, 11249, 11375, 10876, 11398, 12837, 14234, 11369, 10990, 11379, 10916, 12681, 13973, 11599, 11843, 12845, 11405, 11206, 9042, 12261, 13359, 9573, 11676, 13398, 9467, 12079, 12655, 9140, 12074, 13617, 16002, 11395, 12720, 14547, 11356, 12807, 14299, 10621, 12663, 13414, 10632, 12268, 11373, 9458, 12434, 12421, 14954, 12248, 12408, 14060, 12338, 12580, 14178, 12465, 12397, 14562, 10982, 12454, 12773, 9517, 12408, 11462, 11640, 12332, 12577, 15048, 12297, 12320, 14345, 12384, 12747, 14025, 11590, 12785, 14100, 10373, 12441, 11607, 10530, 12194, 12649, 14873, 12264, 12545, 14304, 12136, 12453, 13484, 12135, 12781, 14331, 11849, 12528, 13634, 12166, 12914, 14390, 10565, 12556, 12998, 9978, 12640, 12493, 10067, 12614, 12519, 15076, 12389, 12595, 14196, 12174, 12697, 14107, 11591, 12571, 13530, 11658, 12660, 13543, 11928, 12329, 14095, 11774, 12553, 13833, 10133, 12668, 13077, 10262, 12283, 11522, 9306, 12444, 12298, 9357, 12443, 12571, 9880, 12082, 11765, 10416, 12554, 13854, 10331, 12669, 13522, 10830, 12593, 13240, 10917, 12733, 14325, 9916, 12365, 12423, 9246, 12598, 12270, 14333, 12089, 12617, 15001, 12062, 12133, 13122, 12313, 12799, 14999, 12036, 12615, 14217, 10900, 12634, 13327, 9862, 12708, 13339, 14360, 12123, 11742, 10406, 12378, 12477, 15277, 12581, 12683, 14637, 12246, 12462, 14249, 11462, 13039, 13807, 11286, 12367, 12043, 15001, 12543, 12633, 14835, 12287, 12779, 14067, 12036, 12350, 12988, 12422, 12897, 14406, 11358, 12654, 13652, 11557, 12797, 13569, 11812, 13081, 10803, 12268, 13020, 11561, 13374, 14383, 10289, 12892, 12983, 11770, 14128, 10175, 12530, 14254, 13321, 13093, 13746, 16136, 12424, 12207, 14036, 11794, 12713, 15031, 11529, 12690, 14049, 10400, 12639, 12211, 9504, 12498, 12308, 14149, 11756, 11691, 11650, 11432, 12398, 14390, 11195, 12301, 13711, 10996, 12355, 13598, 9651, 12428, 12975, 10434, 11884, 12257, 12746, 11874, 12083, 14239, 11540, 12222, 9062, 11853, 13272, 11785, 12165, 12815, 9091, 12264, 13177, 15582, 11969, 12740, 13742, 11840, 12468, 14733, 11889, 12092, 11642, 11781, 12010, 9359, 12273], 'WindowCenter': [4725.0, 4738.0, 4718.0, 4729.0, 4711.0, 4710.0, 4720.0, 4696.0, 4694.0, 4706.0, 4684.0, 4695.0, 4697.0, 4674.0, 4696.0, 4695.0, 4663.0, 4692.0, 4685.0, 4682.0, 4695.0, 4694.0, 4705.0, 4694.0, 4695.0, 4704.0, 4683.0, 4698.0, 4702.0, 4696.0, 4697.0, 4705.0, 4683.0, 4695.0, 4695.0, 4675.0, 4695.0, 4694.0, 4672.0, 4692.0, 4694.0, 4673.0, 4692.0, 4683.0, 4674.0, 4705.0, 4707.0, 4675.0, 4694.0, 4697.0, 4672.0, 4695.0, 4695.0, 4663.0, 4696.0, 4699.0, 4715.0, 4694.0, 4692.0, 4701.0, 4685.0, 4695.0, 4693.0, 4681.0, 4695.0, 4695.0, 4671.0, 4681.0, 4683.0, 4690.0, 4692.0, 4697.0, 4701.0, 4682.0, 4696.0, 4693.0, 4683.0, 4693.0, 4690.0, 4691.0, 4705.0, 4707.0, 4670.0, 4691.0, 4681.0, 4672.0, 4693.0, 4692.0, 4670.0, 4693.0, 4695.0, 4663.0, 4692.0, 4683.0, 4673.0, 4695.0, 4706.0, 4705.0, 4681.0, 4693.0, 4693.0, 4684.0, 4692.0, 4695.0, 4671.0, 4680.0, 4683.0, 4690.0, 4682.0, 4681.0, 4688.0, 4680.0, 4694.0, 4705.0, 4672.0, 4693.0, 4691.0, 4661.0, 4695.0, 4683.0, 4683.0, 4684.0, 4693.0, 4701.0, 4681.0, 4694.0, 4693.0, 4673.0, 4696.0, 4694.0, 4673.0, 4693.0, 4696.0, 4702.0, 4683.0, 4698.0, 4692.0, 4673.0, 4696.0, 4696.0, 4661.0, 4694.0, 4686.0, 4663.0, 4695.0, 4696.0, 4675.0, 4697.0, 4699.0, 4697.0, 4696.0, 4697.0, 4676.0, 4697.0, 4710.0, 4699.0, 4710.0, 4709.0, 4687.0, 4708.0, 4709.0, 4691.0, 4723.0, 4734.0, 4718.0, 4698.0, 4709.0, 4717.0, 4699.0, 4701.0, 4705.0, 4701.0, 4711.0, 4717.0, 4696.0, 4709.0, 4707.0, 4695.0, 4709.0, 4717.0, 4686.0, 4696.0, 4708.0, 4672.0, 4695.0, 4694.0, 4683.0, 4705.0, 4706.0, 4686.0, 4695.0, 4706.0, 4675.0, 4693.0, 4695.0, 4693.0, 4693.0, 4694.0, 4701.0, 4679.0, 4691.0, 4690.0, 4672.0, 4679.0, 4681.0, 4658.0, 4680.0, 4682.0, 4697.0, 4679.0, 4679.0, 4688.0, 4679.0, 4681.0, 4687.0, 4680.0, 4693.0, 4690.0, 4682.0, 4685.0, 4673.0, 4694.0, 4698.0, 4701.0, 4692.0, 4693.0, 4690.0, 4680.0, 4692.0, 4691.0, 4683.0, 4691.0, 4692.0, 4671.0, 4681.0, 4681.0, 4668.0, 4691.0, 4680.0, 4668.0, 4694.0, 4693.0, 4658.0, 4683.0, 4682.0, 4661.0, 4691.0, 4695.0, 4691.0, 4683.0, 4681.0, 4661.0, 4693.0, 4695.0, 4661.0, 4692.0, 4692.0, 4684.0, 4705.0, 4705.0, 4674.0, 4693.0, 4705.0, 4661.0, 4692.0, 4692.0, 4661.0, 4693.0, 4695.0, 4701.0, 4679.0, 4682.0, 4690.0, 4684.0, 4691.0, 4691.0, 4679.0, 4692.0, 4692.0, 4660.0, 4681.0, 4682.0, 4670.0, 4694.0, 4694.0, 4661.0, 4683.0, 4682.0, 4681.0, 4684.0, 4687.0, 4692.0, 4693.0, 4705.0, 4712.0, 4684.0, 4696.0, 4702.0, 4683.0, 4707.0, 4703.0, 4698.0, 4709.0, 4713.0, 4684.0, 4697.0, 4697.0, 4699.0, 4707.0, 4687.0, 4707.0, 4719.0, 4696.0, 4707.0, 4717.0, 4696.0, 4710.0, 4717.0, 4684.0, 4696.0, 4701.0, 4684.0, 4695.0, 4704.0, 4672.0, 4692.0, 4694.0, 4662.0, 4692.0, 4691.0, 4658.0, 4692.0, 4693.0, 4690.0, 4683.0, 4684.0, 4692.0, 4682.0, 4683.0, 4663.0, 4694.0, 4695.0, 4702.0, 4684.0, 4683.0, 4663.0, 4694.0, 4697.0, 4704.0, 4695.0, 4695.0, 4701.0, 4683.0, 4694.0, 4702.0, 4693.0, 4697.0, 4704.0, 4681.0, 4693.0, 4702.0, 4672.0, 4691.0, 4693.0, 4662.0, 4693.0, 4682.0, 4701.0, 4682.0, 4682.0, 4690.0, 4684.0, 4703.0, 4704.0, 4683.0, 4693.0, 4694.0, 4682.0, 4697.0, 4693.0, 4663.0, 4694.0, 4707.0, 4682.0, 4692.0, 4683.0, 4689.0, 4693.0, 4696.0, 4683.0, 4693.0, 4693.0, 4685.0, 4706.0, 4714.0, 4684.0, 4705.0, 4676.0, 4708.0, 4720.0, 4676.0, 4709.0, 4708.0, 4705.0, 4692.0, 4692.0, 4701.0, 4679.0, 4682.0, 4704.0, 4656.0, 4680.0, 4680.0, 4687.0, 4665.0, 4666.0, 4677.0, 4643.0, 4663.0, 4664.0, 4663.0, 4665.0, 4666.0, 4673.0, 4654.0, 4666.0, 4677.0, 4644.0, 4663.0, 4666.0, 4675.0, 4665.0, 4678.0, 4678.0, 4655.0, 4666.0, 4670.0, 4674.0, 4669.0, 4680.0, 4687.0, 4668.0, 4680.0, 4682.0, 4669.0, 4691.0, 4684.0, 4661.0, 4695.0, 4682.0, 4673.0, 4695.0, 4694.0, 4674.0, 4698.0, 4710.0, 4696.0, 4698.0, 4699.0, 4675.0, 4697.0, 4708.0, 4679.0, 4709.0, 4710.0, 4688.0, 4710.0, 4712.0, 4687.0, 4699.0, 4712.0, 4719.0, 4699.0, 4710.0, 4719.0, 4695.0, 4708.0, 4708.0, 4687.0, 4709.0, 4706.0, 4672.0, 4695.0, 4694.0, 4691.0, 4694.0, 4696.0, 4703.0, 4685.0, 4696.0, 4706.0, 4675.0, 4693.0, 4683.0, 4671.0, 4693.0, 4695.0, 4702.0, 4686.0, 4697.0, 4703.0, 4682.0, 4692.0, 4692.0, 4681.0, 4696.0, 4693.0, 4672.0, 4696.0, 4706.0, 4681.0, 4680.0, 4681.0, 4668.0, 4682.0, 4683.0, 4691.0, 4692.0, 4684.0, 4691.0, 4684.0, 4695.0, 4693.0, 4693.0, 4697.0, 4703.0, 4683.0, 4695.0, 4692.0, 4675.0, 4693.0, 4692.0, 4672.0, 4694.0, 4706.0, 4692.0, 4682.0, 4693.0, 4702.0, 4672.0, 4692.0, 4693.0, 4690.0, 4679.0, 4681.0, 4690.0, 4668.0, 4678.0, 4689.0, 4657.0, 4679.0, 4679.0, 4689.0, 4680.0, 4681.0, 4676.0, 4678.0, 4691.0, 4693.0, 4668.0, 4689.0, 4683.0, 4658.0, 4689.0, 4681.0, 4692.0, 4680.0, 4691.0, 4688.0, 4681.0, 4695.0, 4691.0, 4683.0, 4695.0, 4701.0, 4684.0, 4697.0, 4686.0, 4697.0, 4718.0, 4715.0, 4696.0, 4699.0, 4696.0, 4697.0, 4721.0, 4718.0, 4699.0, 4712.0, 4706.0, 4700.0, 4699.0, 4689.0, 4720.0, 4721.0, 4688.0, 4711.0, 4718.0, 4687.0, 4711.0, 4709.0, 4679.0, 4707.0, 4721.0, 4717.0, 4683.0, 4697.0, 4704.0, 4684.0, 4705.0, 4704.0, 4673.0, 4692.0, 4695.0, 4669.0, 4683.0, 4681.0, 4660.0, 4692.0, 4697.0, 4701.0, 4681.0, 4681.0, 4690.0, 4691.0, 4692.0, 4690.0, 4679.0, 4693.0, 4703.0, 4657.0, 4680.0, 4679.0, 4647.0, 4678.0, 4673.0, 4668.0, 4679.0, 4682.0, 4691.0, 4678.0, 4680.0, 4687.0, 4679.0, 4690.0, 4690.0, 4667.0, 4680.0, 4691.0, 4656.0, 4680.0, 4670.0, 4658.0, 4681.0, 4690.0, 4688.0, 4677.0, 4681.0, 4689.0, 4677.0, 4680.0, 4678.0, 4681.0, 4692.0, 4691.0, 4681.0, 4691.0, 4690.0, 4693.0, 4692.0, 4704.0, 4670.0, 4680.0, 4691.0, 4661.0, 4691.0, 4682.0, 4661.0, 4681.0, 4682.0, 4690.0, 4680.0, 4680.0, 4689.0, 4680.0, 4692.0, 4689.0, 4681.0, 4692.0, 4692.0, 4682.0, 4691.0, 4691.0, 4682.0, 4695.0, 4701.0, 4680.0, 4694.0, 4703.0, 4671.0, 4692.0, 4694.0, 4671.0, 4692.0, 4682.0, 4663.0, 4696.0, 4695.0, 4662.0, 4694.0, 4693.0, 4673.0, 4694.0, 4694.0, 4683.0, 4707.0, 4717.0, 4687.0, 4706.0, 4708.0, 4683.0, 4708.0, 4704.0, 4684.0, 4708.0, 4720.0, 4673.0, 4695.0, 4697.0, 4663.0, 4696.0, 4696.0, 4704.0, 4692.0, 4694.0, 4702.0, 4694.0, 4698.0, 4692.0, 4695.0, 4706.0, 4702.0, 4681.0, 4693.0, 4692.0, 4684.0, 4694.0, 4694.0, 4662.0, 4695.0, 4705.0, 4694.0, 4683.0, 4681.0, 4673.0, 4694.0, 4693.0, 4703.0, 4683.0, 4696.0, 4692.0, 4683.0, 4693.0, 4692.0, 4671.0, 4693.0, 4694.0, 4670.0, 4681.0, 4680.0, 4688.0, 4680.0, 4682.0, 4688.0, 4682.0, 4681.0, 4688.0, 4681.0, 4694.0, 4690.0, 4693.0, 4696.0, 4705.0, 4670.0, 4692.0, 4691.0, 4680.0, 4694.0, 4703.0, 4686.0, 4703.0, 4684.0, 4698.0, 4693.0, 4696.0, 4720.0, 4720.0, 4675.0, 4694.0, 4695.0, 4695.0, 4717.0, 4688.0, 4707.0, 4720.0, 4693.0, 4694.0, 4695.0, 4704.0, 4684.0, 4687.0, 4691.0, 4683.0, 4683.0, 4691.0, 4670.0, 4684.0, 4691.0, 4659.0, 4680.0, 4681.0, 4661.0, 4681.0, 4683.0, 4691.0, 4681.0, 4683.0, 4669.0, 4681.0, 4695.0, 4693.0, 4683.0, 4695.0, 4694.0, 4674.0, 4696.0, 4695.0, 4662.0, 4694.0, 4695.0, 4670.0, 4682.0, 4696.0, 4692.0, 4683.0, 4695.0, 4692.0, 4685.0, 4696.0, 4661.0, 4695.0, 4705.0, 4685.0, 4695.0, 4694.0, 4663.0, 4697.0, 4707.0, 4703.0, 4686.0, 4697.0, 4692.0, 4695.0, 4694.0, 4702.0, 4683.0, 4684.0, 4685.0, 4685.0, 4695.0, 4675.0, 4698.0], 'WindowWidth': [10346.0, 10351.0, 10320.0, 10320.0, 10293.0, 10295.0, 10304.0, 10264.0, 10262.0, 10277.0, 10246.0, 10262.0, 10266.0, 10230.0, 10264.0, 10265.0, 10214.0, 10254.0, 10248.0, 10240.0, 10262.0, 10262.0, 10275.0, 10260.0, 10264.0, 10273.0, 10242.0, 10270.0, 10268.0, 10262.0, 10269.0, 10278.0, 10242.0, 10262.0, 10261.0, 10231.0, 10261.0, 10260.0, 10225.0, 10255.0, 10263.0, 10229.0, 10255.0, 10246.0, 10230.0, 10276.0, 10284.0, 10233.0, 10260.0, 10267.0, 10226.0, 10261.0, 10263.0, 10216.0, 10263.0, 10273.0, 10291.0, 10256.0, 10255.0, 10266.0, 10245.0, 10261.0, 10258.0, 10236.0, 10262.0, 10265.0, 10225.0, 10238.0, 10244.0, 10249.0, 10255.0, 10265.0, 10266.0, 10240.0, 10263.0, 10257.0, 10240.0, 10257.0, 10250.0, 10252.0, 10276.0, 10284.0, 10222.0, 10251.0, 10238.0, 10226.0, 10257.0, 10258.0, 10221.0, 10257.0, 10263.0, 10215.0, 10255.0, 10247.0, 10229.0, 10262.0, 10280.0, 10278.0, 10238.0, 10257.0, 10255.0, 10241.0, 10256.0, 10263.0, 10221.0, 10235.0, 10244.0, 10246.0, 10237.0, 10239.0, 10245.0, 10236.0, 10258.0, 10273.0, 10225.0, 10256.0, 10255.0, 10211.0, 10260.0, 10245.0, 10241.0, 10244.0, 10257.0, 10266.0, 10237.0, 10258.0, 10257.0, 10227.0, 10263.0, 10260.0, 10227.0, 10255.0, 10263.0, 10268.0, 10243.0, 10266.0, 10257.0, 10228.0, 10263.0, 10266.0, 10211.0, 10259.0, 10251.0, 10216.0, 10264.0, 10267.0, 10235.0, 10269.0, 10275.0, 10268.0, 10267.0, 10271.0, 10240.0, 10270.0, 10291.0, 10273.0, 10291.0, 10289.0, 10253.0, 10285.0, 10289.0, 10265.0, 10313.0, 10333.0, 10299.0, 10271.0, 10289.0, 10295.0, 10272.0, 10278.0, 10277.0, 10276.0, 10294.0, 10297.0, 10264.0, 10285.0, 10281.0, 10264.0, 10289.0, 10297.0, 10250.0, 10267.0, 10285.0, 10227.0, 10263.0, 10260.0, 10244.0, 10280.0, 10283.0, 10249.0, 10263.0, 10281.0, 10233.0, 10257.0, 10264.0, 10254.0, 10257.0, 10262.0, 10267.0, 10230.0, 10251.0, 10250.0, 10222.0, 10233.0, 10238.0, 10200.0, 10234.0, 10242.0, 10256.0, 10230.0, 10232.0, 10243.0, 10231.0, 10237.0, 10242.0, 10234.0, 10257.0, 10250.0, 10239.0, 10248.0, 10228.0, 10259.0, 10271.0, 10268.0, 10253.0, 10258.0, 10251.0, 10237.0, 10255.0, 10252.0, 10238.0, 10251.0, 10255.0, 10221.0, 10235.0, 10235.0, 10216.0, 10252.0, 10236.0, 10217.0, 10255.0, 10255.0, 10203.0, 10240.0, 10239.0, 10208.0, 10251.0, 10261.0, 10250.0, 10241.0, 10238.0, 10209.0, 10256.0, 10265.0, 10211.0, 10255.0, 10256.0, 10244.0, 10276.0, 10278.0, 10230.0, 10257.0, 10276.0, 10210.0, 10254.0, 10255.0, 10209.0, 10255.0, 10263.0, 10265.0, 10232.0, 10241.0, 10249.0, 10242.0, 10253.0, 10252.0, 10234.0, 10255.0, 10255.0, 10207.0, 10238.0, 10241.0, 10221.0, 10260.0, 10262.0, 10211.0, 10242.0, 10244.0, 10238.0, 10245.0, 10253.0, 10254.0, 10260.0, 10280.0, 10285.0, 10246.0, 10265.0, 10269.0, 10245.0, 10280.0, 10272.0, 10269.0, 10290.0, 10289.0, 10249.0, 10270.0, 10268.0, 10274.0, 10285.0, 10253.0, 10283.0, 10301.0, 10266.0, 10285.0, 10298.0, 10268.0, 10291.0, 10300.0, 10244.0, 10264.0, 10268.0, 10244.0, 10262.0, 10277.0, 10226.0, 10255.0, 10258.0, 10212.0, 10253.0, 10253.0, 10204.0, 10253.0, 10258.0, 10250.0, 10240.0, 10245.0, 10252.0, 10241.0, 10243.0, 10215.0, 10259.0, 10266.0, 10270.0, 10245.0, 10244.0, 10216.0, 10262.0, 10270.0, 10274.0, 10263.0, 10265.0, 10270.0, 10242.0, 10261.0, 10269.0, 10257.0, 10270.0, 10276.0, 10237.0, 10255.0, 10269.0, 10224.0, 10253.0, 10257.0, 10211.0, 10254.0, 10242.0, 10266.0, 10240.0, 10242.0, 10248.0, 10245.0, 10274.0, 10272.0, 10242.0, 10259.0, 10258.0, 10242.0, 10267.0, 10262.0, 10214.0, 10260.0, 10281.0, 10239.0, 10255.0, 10245.0, 10248.0, 10256.0, 10267.0, 10242.0, 10257.0, 10258.0, 10248.0, 10279.0, 10289.0, 10245.0, 10277.0, 10236.0, 10285.0, 10309.0, 10240.0, 10286.0, 10288.0, 10273.0, 10252.0, 10255.0, 10266.0, 10230.0, 10239.0, 10275.0, 10196.0, 10229.0, 10231.0, 10237.0, 10205.0, 10209.0, 10225.0, 10172.0, 10200.0, 10205.0, 10199.0, 10203.0, 10209.0, 10215.0, 10187.0, 10208.0, 10225.0, 10173.0, 10201.0, 10209.0, 10219.0, 10204.0, 10226.0, 10228.0, 10192.0, 10209.0, 10220.0, 10217.0, 10214.0, 10232.0, 10239.0, 10212.0, 10233.0, 10235.0, 10217.0, 10251.0, 10245.0, 10210.0, 10259.0, 10242.0, 10227.0, 10262.0, 10262.0, 10231.0, 10270.0, 10289.0, 10265.0, 10269.0, 10274.0, 10236.0, 10270.0, 10287.0, 10245.0, 10289.0, 10293.0, 10256.0, 10290.0, 10295.0, 10255.0, 10276.0, 10297.0, 10301.0, 10273.0, 10291.0, 10301.0, 10264.0, 10285.0, 10284.0, 10252.0, 10285.0, 10285.0, 10227.0, 10261.0, 10260.0, 10253.0, 10260.0, 10266.0, 10273.0, 10247.0, 10265.0, 10281.0, 10232.0, 10257.0, 10245.0, 10224.0, 10256.0, 10262.0, 10267.0, 10248.0, 10268.0, 10273.0, 10239.0, 10255.0, 10255.0, 10238.0, 10261.0, 10257.0, 10225.0, 10262.0, 10280.0, 10236.0, 10234.0, 10239.0, 10216.0, 10239.0, 10244.0, 10251.0, 10252.0, 10246.0, 10252.0, 10244.0, 10262.0, 10257.0, 10257.0, 10269.0, 10273.0, 10241.0, 10259.0, 10256.0, 10231.0, 10257.0, 10256.0, 10225.0, 10259.0, 10279.0, 10253.0, 10239.0, 10257.0, 10270.0, 10222.0, 10252.0, 10257.0, 10245.0, 10231.0, 10236.0, 10247.0, 10213.0, 10231.0, 10247.0, 10198.0, 10232.0, 10233.0, 10246.0, 10231.0, 10237.0, 10226.0, 10229.0, 10250.0, 10256.0, 10216.0, 10247.0, 10242.0, 10200.0, 10245.0, 10241.0, 10251.0, 10232.0, 10252.0, 10244.0, 10237.0, 10262.0, 10252.0, 10242.0, 10262.0, 10267.0, 10246.0, 10267.0, 10251.0, 10269.0, 10301.0, 10293.0, 10266.0, 10275.0, 10267.0, 10271.0, 10308.0, 10299.0, 10273.0, 10294.0, 10281.0, 10276.0, 10275.0, 10262.0, 10306.0, 10311.0, 10258.0, 10291.0, 10302.0, 10254.0, 10289.0, 10289.0, 10244.0, 10282.0, 10310.0, 10299.0, 10244.0, 10266.0, 10273.0, 10246.0, 10278.0, 10275.0, 10228.0, 10253.0, 10262.0, 10218.0, 10239.0, 10238.0, 10206.0, 10253.0, 10265.0, 10265.0, 10236.0, 10238.0, 10249.0, 10252.0, 10256.0, 10251.0, 10232.0, 10255.0, 10274.0, 10200.0, 10231.0, 10232.0, 10185.0, 10228.0, 10227.0, 10214.0, 10231.0, 10240.0, 10251.0, 10228.0, 10235.0, 10240.0, 10230.0, 10249.0, 10247.0, 10213.0, 10233.0, 10252.0, 10197.0, 10232.0, 10220.0, 10200.0, 10234.0, 10248.0, 10243.0, 10225.0, 10235.0, 10244.0, 10226.0, 10234.0, 10228.0, 10234.0, 10255.0, 10251.0, 10234.0, 10251.0, 10247.0, 10253.0, 10256.0, 10274.0, 10219.0, 10234.0, 10251.0, 10206.0, 10250.0, 10239.0, 10207.0, 10235.0, 10241.0, 10249.0, 10233.0, 10234.0, 10245.0, 10233.0, 10254.0, 10247.0, 10235.0, 10253.0, 10251.0, 10239.0, 10254.0, 10251.0, 10239.0, 10261.0, 10265.0, 10237.0, 10258.0, 10273.0, 10222.0, 10254.0, 10260.0, 10221.0, 10253.0, 10242.0, 10214.0, 10264.0, 10263.0, 10214.0, 10260.0, 10260.0, 10228.0, 10260.0, 10261.0, 10244.0, 10283.0, 10297.0, 10252.0, 10279.0, 10283.0, 10245.0, 10283.0, 10275.0, 10246.0, 10286.0, 10307.0, 10230.0, 10260.0, 10266.0, 10215.0, 10264.0, 10267.0, 10274.0, 10254.0, 10261.0, 10269.0, 10257.0, 10266.0, 10255.0, 10260.0, 10281.0, 10271.0, 10238.0, 10257.0, 10257.0, 10243.0, 10258.0, 10261.0, 10212.0, 10259.0, 10277.0, 10255.0, 10240.0, 10239.0, 10225.0, 10256.0, 10259.0, 10269.0, 10240.0, 10261.0, 10253.0, 10239.0, 10255.0, 10254.0, 10219.0, 10255.0, 10260.0, 10218.0, 10235.0, 10237.0, 10243.0, 10233.0, 10239.0, 10244.0, 10236.0, 10237.0, 10243.0, 10235.0, 10256.0, 10247.0, 10255.0, 10265.0, 10277.0, 10220.0, 10251.0, 10249.0, 10233.0, 10259.0, 10272.0, 10247.0, 10273.0, 10247.0, 10266.0, 10256.0, 10262.0, 10304.0, 10309.0, 10230.0, 10257.0, 10259.0, 10260.0, 10294.0, 10254.0, 10279.0, 10302.0, 10254.0, 10255.0, 10262.0, 10269.0, 10240.0, 10248.0, 10248.0, 10237.0, 10242.0, 10249.0, 10218.0, 10241.0, 10248.0, 10201.0, 10232.0, 10236.0, 10206.0, 10235.0, 10243.0, 10249.0, 10235.0, 10239.0, 10216.0, 10236.0, 10260.0, 10254.0, 10239.0, 10260.0, 10255.0, 10230.0, 10264.0, 10262.0, 10211.0, 10257.0, 10260.0, 10221.0, 10240.0, 10263.0, 10250.0, 10241.0, 10261.0, 10253.0, 10244.0, 10260.0, 10211.0, 10262.0, 10278.0, 10246.0, 10259.0, 10261.0, 10214.0, 10264.0, 10281.0, 10270.0, 10245.0, 10265.0, 10251.0, 10259.0, 10259.0, 10267.0, 10241.0, 10245.0, 10244.0, 10246.0, 10260.0, 10232.0, 10268.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.0003944073647871116</td></tr>
<tr><td colspan=3>aqi</td><td>0.017006944188722672</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.59992365676266</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.242062406543777</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0004434024078332</td></tr>
<tr><td colspan=3>efc</td><td>0.5165</td></tr>
<tr><td colspan=3>fber</td><td>4385.7627</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07805141639949723</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>10</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.1507479861910241</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5533059956080386</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5763803022106706</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.726619207719605</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3569184768938403</td></tr>
<tr><td colspan=3>gcor</td><td>0.0127141</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007259853649884462</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03043362870812416</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.074666202884382</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>24.261</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>57.0921</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>237.7922</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>61.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>288014.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1211.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>440.5021</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7457</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>576.0208</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3807.6755</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4008.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>88530.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1433.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4951.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>983.6333</td></tr>
<tr><td colspan=3>tsnr</td><td>47.85099038109183</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>