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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0080_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-0080/figures/sub-0080_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0080/figures/sub-0080_ses-01_task-social_acq-mb8_run-02_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-0080/figures/sub-0080_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-01_task-social_acq-mb8_run-02_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-0080/ses-01/func/sub-0080_ses-01_task-social_acq-mb8_run-02_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>b74f552dbcbc2fd8f73ec48d18184582</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>10:54:7.535000</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.989829, -0.0344856, 0.138019, 0.0286858, 0.998629, 0.0437932]</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-02_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.0893289</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-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4193, -7762, -7262, 593, -37, -285, 59, 17]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>249.225</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b14a8098-6d5b-48ac-8bba-23c6bf1212a0||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.6556389331817627, 0.07696196436882019, 0.3762173652648926, 104.00782012939453], [0.09252243489027023, 2.6792478561401367, 0.10634917765855789, -94.47172546386719], [0.37029433250427246, -0.11749391257762909, 2.6715445518493652, -76.29450988769531], [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': ['105407.535000', '105407.995000', '105408.455000', '105408.915000', '105409.375000', '105409.835000', '105410.295000', '105410.755000', '105411.215000', '105411.675000', '105412.135000', '105412.595000', '105413.055000', '105413.515000', '105413.975000', '105414.435000', '105414.895000', '105415.355000', '105415.815000', '105416.275000', '105416.735000', '105417.195000', '105417.655000', '105418.115000', '105418.575000', '105419.035000', '105419.495000', '105419.955000', '105420.415000', '105420.875000', '105421.335000', '105421.795000', '105422.255000', '105422.715000', '105423.175000', '105423.635000', '105424.095000', '105424.555000', '105425.015000', '105425.475000', '105425.935000', '105426.395000', '105426.855000', '105427.315000', '105427.775000', '105428.235000', '105428.695000', '105429.155000', '105429.615000', '105430.075000', '105430.535000', '105430.995000', '105431.455000', '105431.915000', '105432.375000', '105432.835000', '105433.295000', '105433.755000', '105434.215000', '105434.675000', '105435.135000', '105435.595000', '105436.055000', '105436.515000', '105436.975000', '105437.435000', '105437.895000', '105438.355000', '105438.815000', '105439.275000', '105439.735000', '105440.195000', '105440.655000', '105441.115000', '105441.575000', '105442.035000', '105442.495000', '105442.955000', '105443.415000', '105443.875000', '105444.335000', '105444.795000', '105445.255000', '105445.715000', '105446.175000', '105446.635000', '105447.095000', '105447.555000', '105448.015000', '105448.475000', '105448.935000', '105449.395000', '105449.855000', '105450.315000', '105450.775000', '105451.235000', '105451.695000', '105452.155000', '105452.615000', '105453.075000', '105453.535000', '105453.995000', '105454.455000', '105454.915000', '105455.375000', '105455.835000', '105456.295000', '105456.755000', '105457.215000', '105457.675000', '105458.135000', '105458.595000', '105459.055000', '105459.515000', '105459.975000', '105500.435000', '105500.895000', '105501.355000', '105501.815000', '105502.275000', '105502.735000', '105503.195000', '105503.655000', '105504.115000', '105504.575000', '105505.035000', '105505.495000', '105505.955000', '105506.415000', '105506.875000', '105507.335000', '105507.795000', '105508.255000', '105508.715000', '105509.175000', '105509.635000', '105510.095000', '105510.555000', '105511.015000', '105511.475000', '105511.935000', '105512.395000', '105512.855000', '105513.315000', '105513.775000', '105514.235000', '105514.695000', '105515.155000', '105515.615000', '105516.075000', '105516.535000', '105516.995000', '105517.455000', '105517.915000', '105518.375000', '105518.835000', '105519.295000', '105519.755000', '105520.215000', '105520.675000', '105521.135000', '105521.595000', '105522.055000', '105522.515000', '105522.975000', '105523.435000', '105523.895000', '105524.355000', '105524.815000', '105525.275000', '105525.735000', '105526.195000', '105526.655000', '105527.115000', '105527.575000', '105528.035000', '105528.495000', '105528.955000', '105529.415000', '105529.875000', '105530.335000', '105530.795000', '105531.255000', '105531.715000', '105532.175000', '105532.635000', '105533.095000', '105533.555000', '105534.015000', '105534.475000', '105534.935000', '105535.395000', '105535.855000', '105536.315000', '105536.775000', '105537.235000', '105537.695000', '105538.155000', '105538.615000', '105539.075000', '105539.535000', '105539.995000', '105540.455000', '105540.915000', '105541.375000', '105541.835000', '105542.295000', '105542.755000', '105543.215000', '105543.675000', '105544.135000', '105544.595000', '105545.055000', '105545.515000', '105545.975000', '105546.435000', '105546.895000', '105547.355000', '105547.815000', '105548.275000', '105548.735000', '105549.195000', '105549.655000', '105550.115000', '105550.575000', '105551.035000', '105551.495000', '105551.955000', '105552.415000', '105552.875000', '105553.335000', '105553.795000', '105554.255000', '105554.715000', '105555.175000', '105555.635000', '105556.095000', '105556.555000', '105557.015000', '105557.475000', '105557.935000', '105558.395000', '105558.855000', '105559.315000', '105559.775000', '105600.235000', '105600.695000', '105601.155000', '105601.615000', '105602.075000', '105602.535000', '105602.995000', '105603.455000', '105603.915000', '105604.375000', '105604.835000', '105605.295000', '105605.755000', '105606.215000', '105606.675000', '105607.135000', '105607.595000', '105608.055000', '105608.515000', '105608.975000', '105609.435000', '105609.895000', '105610.355000', '105610.815000', '105611.275000', '105611.735000', '105612.195000', '105612.655000', '105613.115000', '105613.575000', '105614.035000', '105614.495000', '105614.955000', '105615.415000', '105615.875000', '105616.335000', '105616.795000', '105617.255000', '105617.715000', '105618.175000', '105618.635000', '105619.095000', '105619.555000', '105620.015000', '105620.475000', '105620.935000', '105621.395000', '105621.855000', '105622.315000', '105622.775000', '105623.235000', '105623.695000', '105624.155000', '105624.615000', '105625.075000', '105625.535000', '105625.995000', '105626.455000', '105626.915000', '105627.375000', '105627.835000', '105628.295000', '105628.755000', '105629.215000', '105629.675000', '105630.135000', '105630.595000', '105631.055000', '105631.515000', '105631.975000', '105632.435000', '105632.895000', '105633.355000', '105633.815000', '105634.275000', '105634.735000', '105635.195000', '105635.655000', '105636.115000', '105636.575000', '105637.035000', '105637.495000', '105637.955000', '105638.415000', '105638.875000', '105639.335000', '105639.795000', '105640.255000', '105640.715000', '105641.175000', '105641.635000', '105642.095000', '105642.555000', '105643.015000', '105643.475000', '105643.935000', '105644.395000', '105644.855000', '105645.315000', '105645.775000', '105646.235000', '105646.695000', '105647.155000', '105647.615000', '105648.075000', '105648.535000', '105648.995000', '105649.455000', '105649.915000', '105650.375000', '105650.835000', '105651.295000', '105651.755000', '105652.215000', '105652.675000', '105653.135000', '105653.595000', '105654.055000', '105654.515000', '105654.975000', '105655.435000', '105655.895000', '105656.355000', '105656.815000', '105657.275000', '105657.735000', '105658.195000', '105658.655000', '105659.115000', '105659.575000', '105700.035000', '105700.495000', '105700.955000', '105701.415000', '105701.875000', '105702.335000', '105702.795000', '105703.255000', '105703.715000', '105704.175000', '105704.635000', '105705.095000', '105705.555000', '105706.015000', '105706.475000', '105706.935000', '105707.395000', '105707.855000', '105708.315000', '105708.775000', '105709.235000', '105709.695000', '105710.155000', '105710.615000', '105711.075000', '105711.535000', '105711.995000', '105712.455000', '105712.915000', '105713.375000', '105713.835000', '105714.295000', '105714.755000', '105715.215000', '105715.675000', '105716.135000', '105716.595000', '105717.055000', '105717.515000', '105717.975000', '105718.435000', '105718.895000', '105719.355000', '105719.815000', '105720.275000', '105720.735000', '105721.195000', '105721.655000', '105722.115000', '105722.575000', '105723.035000', '105723.495000', '105723.955000', '105724.415000', '105724.875000', '105725.335000', '105725.795000', '105726.255000', '105726.715000', '105727.175000', '105727.635000', '105728.095000', '105728.555000', '105729.015000', '105729.475000', '105729.935000', '105730.395000', '105730.855000', '105731.315000', '105731.775000', '105732.235000', '105732.695000', '105733.155000', '105733.615000', '105734.075000', '105734.535000', '105734.995000', '105735.455000', '105735.915000', '105736.375000', '105736.835000', '105737.295000', '105737.755000', '105738.215000', '105738.675000', '105739.135000', '105739.595000', '105740.055000', '105740.515000', '105740.975000', '105741.435000', '105741.895000', '105742.355000', '105742.815000', '105743.275000', '105743.735000', '105744.195000', '105744.655000', '105745.115000', '105745.575000', '105746.035000', '105746.495000', '105746.955000', '105747.415000', '105747.875000', '105748.335000', '105748.795000', '105749.255000', '105749.715000', '105750.175000', '105750.635000', '105751.095000', '105751.555000', '105752.015000', '105752.475000', '105752.935000', '105753.395000', '105753.855000', '105754.315000', '105754.775000', '105755.235000', '105755.695000', '105756.155000', '105756.615000', '105757.075000', '105757.535000', '105757.995000', '105758.455000', '105758.915000', '105759.375000', '105759.835000', '105800.295000', '105800.755000', '105801.215000', '105801.675000', '105802.135000', '105802.595000', '105803.055000', '105803.515000', '105803.975000', '105804.435000', '105804.895000', '105805.355000', '105805.815000', '105806.275000', '105806.735000', '105807.195000', '105807.655000', '105808.115000', '105808.575000', '105809.035000', '105809.495000', '105809.955000', '105810.415000', '105810.875000', '105811.335000', '105811.795000', '105812.255000', '105812.715000', '105813.175000', '105813.635000', '105814.095000', '105814.555000', '105815.015000', '105815.475000', '105815.935000', '105816.395000', '105816.855000', '105817.315000', '105817.775000', '105818.235000', '105818.695000', '105819.155000', '105819.615000', '105820.075000', '105820.535000', '105820.995000', '105821.455000', '105821.915000', '105822.375000', '105822.835000', '105823.295000', '105823.755000', '105824.215000', '105824.675000', '105825.135000', '105825.595000', '105826.055000', '105826.515000', '105826.975000', '105827.435000', '105827.895000', '105828.355000', '105828.815000', '105829.275000', '105829.735000', '105830.195000', '105830.655000', '105831.115000', '105831.575000', '105832.035000', '105832.495000', '105832.955000', '105833.415000', '105833.875000', '105834.335000', '105834.795000', '105835.255000', '105835.715000', '105836.175000', '105836.635000', '105837.095000', '105837.555000', '105838.015000', '105838.475000', '105838.935000', '105839.395000', '105839.855000', '105840.315000', '105840.775000', '105841.235000', '105841.695000', '105842.155000', '105842.615000', '105843.075000', '105843.535000', '105843.995000', '105844.455000', '105844.915000', '105845.375000', '105845.835000', '105846.295000', '105846.755000', '105847.215000', '105847.675000', '105848.135000', '105848.595000', '105849.055000', '105849.515000', '105849.975000', '105850.435000', '105850.895000', '105851.355000', '105851.815000', '105852.275000', '105852.735000', '105853.195000', '105853.655000', '105854.115000', '105854.575000', '105855.035000', '105855.495000', '105855.955000', '105856.415000', '105856.875000', '105857.335000', '105857.795000', '105858.255000', '105858.715000', '105859.175000', '105859.635000', '105900.095000', '105900.555000', '105901.015000', '105901.475000', '105901.935000', '105902.395000', '105902.855000', '105903.315000', '105903.775000', '105904.235000', '105904.695000', '105905.155000', '105905.615000', '105906.075000', '105906.535000', '105906.995000', '105907.455000', '105907.915000', '105908.375000', '105908.835000', '105909.295000', '105909.755000', '105910.215000', '105910.675000', '105911.135000', '105911.595000', '105912.055000', '105912.515000', '105912.975000', '105913.435000', '105913.895000', '105914.355000', '105914.815000', '105915.275000', '105915.735000', '105916.195000', '105916.655000', '105917.115000', '105917.575000', '105918.035000', '105918.495000', '105918.955000', '105919.415000', '105919.875000', '105920.335000', '105920.795000', '105921.255000', '105921.715000', '105922.175000', '105922.635000', '105923.095000', '105923.555000', '105924.015000', '105924.475000', '105924.935000', '105925.395000', '105925.855000', '105926.315000', '105926.775000', '105927.235000', '105927.695000', '105928.155000', '105928.615000', '105929.075000', '105929.535000', '105929.995000', '105930.455000', '105930.915000', '105931.375000', '105931.835000', '105932.295000', '105932.755000', '105933.215000', '105933.675000', '105934.135000', '105934.595000', '105935.055000', '105935.515000', '105935.975000', '105936.435000', '105936.895000', '105937.355000', '105937.815000', '105938.275000', '105938.735000', '105939.195000', '105939.655000', '105940.115000', '105940.575000', '105941.035000', '105941.495000', '105941.955000', '105942.415000', '105942.875000', '105943.335000', '105943.795000', '105944.255000', '105944.715000', '105945.175000', '105945.635000', '105946.095000', '105946.555000', '105947.015000', '105947.475000', '105947.935000', '105948.395000', '105948.855000', '105949.315000', '105949.775000', '105950.235000', '105950.695000', '105951.155000', '105951.615000', '105952.075000', '105952.535000', '105952.995000', '105953.455000', '105953.915000', '105954.375000', '105954.835000', '105955.295000', '105955.755000', '105956.215000', '105956.675000', '105957.135000', '105957.595000', '105958.055000', '105958.515000', '105958.975000', '105959.435000', '105959.895000', '110000.355000', '110000.815000', '110001.275000', '110001.735000', '110002.195000', '110002.655000', '110003.115000', '110003.575000', '110004.035000', '110004.495000', '110004.955000', '110005.415000', '110005.875000', '110006.335000', '110006.795000', '110007.255000', '110007.715000', '110008.175000', '110008.635000', '110009.095000', '110009.555000', '110010.015000', '110010.475000', '110010.935000', '110011.395000', '110011.855000', '110012.315000', '110012.775000', '110013.235000', '110013.695000', '110014.155000', '110014.615000', '110015.075000', '110015.535000', '110015.995000', '110016.455000', '110016.915000', '110017.375000', '110017.835000', '110018.295000', '110018.755000', '110019.215000', '110019.675000', '110020.135000', '110020.595000', '110021.055000', '110021.515000', '110021.975000', '110022.435000', '110022.895000', '110023.355000', '110023.815000', '110024.275000', '110024.735000', '110025.195000', '110025.655000', '110026.115000', '110026.575000', '110027.035000', '110027.495000', '110027.955000', '110028.415000', '110028.875000', '110029.335000', '110029.795000', '110030.255000', '110030.715000', '110031.175000', '110031.635000', '110032.095000', '110032.555000', '110033.015000', '110033.475000', '110033.935000', '110034.395000', '110034.855000', '110035.315000', '110035.775000', '110036.235000', '110036.695000', '110037.155000', '110037.615000', '110038.075000', '110038.535000', '110038.995000', '110039.455000', '110039.915000', '110040.375000', '110040.835000', '110041.295000', '110041.755000', '110042.215000', '110042.675000', '110043.135000', '110043.595000', '110044.055000', '110044.515000', '110044.975000', '110045.435000', '110045.895000', '110046.355000', '110046.815000', '110047.275000', '110047.735000', '110048.195000'], 'ContentTime': ['105416.419000', '105416.423000', '105416.426000', '105416.428000', '105416.448000', '105416.451000', '105416.453000', '105416.456000', '105416.458000', '105416.461000', '105416.464000', '105416.466000', '105416.469000', '105416.471000', '105416.474000', '105416.478000', '105416.480000', '105436.391000', '105436.394000', '105436.397000', '105436.400000', '105436.402000', '105436.405000', '105436.407000', '105436.410000', '105436.413000', '105436.415000', '105436.418000', '105436.421000', '105436.423000', '105436.426000', '105436.428000', '105436.431000', '105436.433000', '105436.440000', '105436.442000', '105436.445000', '105436.448000', '105436.452000', '105436.455000', '105436.459000', '105436.461000', '105436.464000', '105436.466000', '105436.469000', '105436.472000', '105436.474000', '105436.477000', '105436.487000', '105436.490000', '105436.492000', '105436.495000', '105436.498000', '105436.500000', '105436.503000', '105436.505000', '105436.508000', '105436.511000', '105436.514000', '105436.516000', '105456.392000', '105456.394000', '105456.398000', '105456.401000', '105456.403000', '105456.406000', '105456.408000', '105456.411000', '105456.414000', '105456.416000', '105456.419000', '105456.422000', '105456.424000', '105456.427000', '105456.429000', '105456.432000', '105456.434000', '105456.437000', '105456.439000', '105456.442000', '105456.445000', '105456.447000', '105456.450000', '105456.452000', '105456.455000', '105456.458000', '105456.460000', '105456.463000', '105456.465000', '105456.468000', '105456.471000', '105456.473000', '105456.476000', '105456.478000', '105456.481000', '105456.484000', '105456.486000', '105456.489000', '105456.492000', '105456.494000', '105456.497000', '105456.499000', '105456.502000', '105456.505000', '105516.390000', '105516.393000', '105516.396000', '105516.398000', '105516.401000', '105516.404000', '105516.406000', '105516.409000', '105516.421000', '105516.424000', '105516.426000', '105516.429000', '105516.432000', '105516.434000', '105516.437000', '105516.439000', '105516.442000', '105516.445000', '105516.447000', '105516.450000', '105516.452000', '105516.455000', '105516.458000', '105516.460000', '105516.463000', '105516.466000', '105516.468000', '105516.471000', '105516.473000', '105516.476000', '105516.479000', '105516.481000', '105516.484000', '105516.487000', '105516.489000', '105516.492000', '105516.494000', '105516.497000', '105516.500000', '105516.502000', '105516.505000', '105516.507000', '105516.510000', '105536.392000', '105536.394000', '105536.397000', '105536.400000', '105536.402000', '105536.405000', '105536.408000', '105536.410000', '105536.413000', '105536.416000', '105536.418000', '105536.421000', '105536.423000', '105536.426000', '105536.429000', '105536.431000', '105536.434000', '105536.437000', '105536.439000', '105536.442000', '105536.445000', '105536.447000', '105536.450000', '105536.453000', '105536.455000', '105536.458000', '105536.461000', '105536.463000', '105536.466000', '105536.469000', '105536.471000', '105536.474000', '105536.477000', '105536.479000', '105536.482000', '105536.485000', '105536.498000', '105536.501000', '105536.504000', '105536.506000', '105536.509000', '105536.512000', '105536.514000', '105536.517000', '105556.392000', '105556.394000', '105556.397000', '105556.400000', '105556.402000', '105556.405000', '105556.408000', '105556.410000', '105556.413000', '105556.416000', '105556.418000', '105556.421000', '105556.423000', '105556.426000', '105556.429000', '105556.431000', '105556.434000', '105556.437000', '105556.439000', '105556.442000', '105556.444000', '105556.447000', '105556.450000', '105556.452000', '105556.455000', '105556.458000', '105556.460000', '105556.463000', '105556.466000', '105556.468000', '105556.471000', '105556.473000', '105556.476000', '105556.479000', '105556.481000', '105556.484000', '105556.487000', '105556.489000', '105556.492000', '105556.494000', '105556.497000', '105556.500000', '105556.502000', '105616.391000', '105616.394000', '105616.397000', '105616.399000', '105616.402000', '105616.405000', '105616.408000', '105616.410000', '105616.413000', '105616.416000', '105616.418000', '105616.421000', '105616.423000', '105616.426000', '105616.428000', '105616.431000', '105616.433000', '105616.436000', '105616.439000', '105616.441000', '105616.445000', '105616.448000', '105616.450000', '105616.453000', '105616.456000', '105616.458000', '105616.461000', '105616.463000', '105616.466000', '105616.469000', '105616.471000', '105616.474000', '105616.477000', '105616.479000', '105616.482000', '105616.485000', '105616.487000', '105616.490000', '105616.492000', '105616.495000', '105616.498000', '105616.500000', '105616.503000', '105616.506000', '105636.392000', '105636.394000', '105636.397000', '105636.400000', '105636.402000', '105636.405000', '105636.408000', '105636.410000', '105636.413000', '105636.416000', '105636.419000', '105636.421000', '105636.424000', '105636.426000', '105636.429000', '105636.432000', '105636.434000', '105636.437000', '105636.439000', '105636.442000', '105636.445000', '105636.447000', '105636.450000', '105636.452000', '105636.455000', '105636.457000', '105636.460000', '105636.463000', '105636.465000', '105636.468000', '105636.470000', '105636.473000', '105636.475000', '105636.478000', '105636.481000', '105636.483000', '105636.486000', '105636.489000', '105636.491000', '105636.494000', '105636.497000', '105636.499000', '105636.502000', '105656.391000', '105656.394000', '105656.397000', '105656.399000', '105656.402000', '105656.405000', '105656.407000', '105656.410000', '105656.413000', '105656.415000', '105656.418000', '105656.420000', '105656.423000', '105656.426000', '105656.428000', '105656.431000', '105656.434000', '105656.436000', '105656.439000', '105656.442000', '105656.444000', '105656.447000', '105656.449000', '105656.452000', '105656.455000', '105656.457000', '105656.460000', '105656.463000', '105656.465000', '105656.468000', '105656.470000', '105656.473000', '105656.476000', '105656.478000', '105656.481000', '105656.484000', '105656.486000', '105656.489000', '105656.491000', '105656.494000', '105656.497000', '105656.499000', '105656.502000', '105656.505000', '105716.391000', '105716.394000', '105716.397000', '105716.400000', '105716.402000', '105716.405000', '105716.408000', '105716.410000', '105716.413000', '105716.416000', '105716.418000', '105716.421000', '105716.423000', '105716.426000', '105716.429000', '105716.431000', '105716.434000', '105716.456000', '105716.458000', '105716.461000', '105716.464000', '105716.467000', '105716.469000', '105716.472000', '105716.475000', '105716.477000', '105716.480000', '105716.482000', '105716.485000', '105716.488000', '105716.490000', '105716.493000', '105716.496000', '105716.498000', '105716.501000', '105716.504000', '105716.506000', '105716.509000', '105716.511000', '105716.514000', '105716.517000', '105716.519000', '105716.522000', '105736.391000', '105736.394000', '105736.397000', '105736.400000', '105736.402000', '105736.405000', '105736.408000', '105736.410000', '105736.413000', '105736.415000', '105736.418000', '105736.421000', '105736.423000', '105736.426000', '105736.429000', '105736.431000', '105736.434000', '105736.437000', '105736.439000', '105736.442000', '105736.445000', '105736.447000', '105736.450000', '105736.453000', '105736.455000', '105736.458000', '105736.461000', '105736.463000', '105736.466000', '105736.469000', '105736.471000', '105736.474000', '105736.477000', '105736.479000', '105736.482000', '105736.485000', '105736.487000', '105736.490000', '105736.492000', '105736.495000', '105736.498000', '105736.500000', '105736.503000', '105736.506000', '105756.392000', '105756.395000', '105756.397000', '105756.400000', '105756.403000', '105756.405000', '105756.408000', '105756.410000', '105756.413000', '105756.416000', '105756.418000', '105756.421000', '105756.423000', '105756.426000', '105756.429000', '105756.431000', '105756.434000', '105756.437000', '105756.439000', '105756.442000', '105756.445000', '105756.447000', '105756.450000', '105756.452000', '105756.455000', '105756.458000', '105756.460000', '105756.463000', '105756.465000', '105756.468000', '105756.471000', '105756.473000', '105756.476000', '105756.478000', '105756.481000', '105756.483000', '105756.486000', '105756.489000', '105756.491000', '105756.494000', '105756.496000', '105756.499000', '105756.502000', '105816.391000', '105816.394000', '105816.397000', '105816.400000', '105816.402000', '105816.405000', '105816.407000', '105816.410000', '105816.413000', '105816.415000', '105816.418000', '105816.420000', '105816.423000', '105816.426000', '105816.435000', '105816.438000', '105816.440000', '105816.443000', '105816.446000', '105816.448000', '105816.451000', '105816.454000', '105816.456000', '105816.459000', '105816.461000', '105816.464000', '105816.467000', '105816.469000', '105816.472000', '105816.475000', '105816.477000', '105816.480000', '105816.482000', '105816.485000', '105816.488000', '105816.490000', '105816.493000', '105816.496000', '105816.498000', '105816.501000', '105816.503000', '105816.506000', '105816.509000', '105816.511000', '105836.392000', '105836.394000', '105836.397000', '105836.400000', '105836.403000', '105836.405000', '105836.408000', '105836.410000', '105836.413000', '105836.416000', '105836.418000', '105836.421000', '105836.424000', '105836.426000', '105836.429000', '105836.432000', '105836.434000', '105836.437000', '105836.439000', '105836.442000', '105836.445000', '105836.447000', '105836.450000', '105836.453000', '105836.455000', '105836.458000', '105836.460000', '105836.463000', '105836.466000', '105836.468000', '105836.471000', '105836.474000', '105836.476000', '105836.479000', '105836.481000', '105836.484000', '105836.487000', '105836.489000', '105836.492000', '105836.494000', '105836.497000', '105836.500000', '105836.516000', '105856.391000', '105856.394000', '105856.397000', '105856.400000', '105856.402000', '105856.405000', '105856.408000', '105856.410000', '105856.413000', '105856.416000', '105856.419000', '105856.422000', '105856.424000', '105856.427000', '105856.430000', '105856.433000', '105856.436000', '105856.438000', '105856.441000', '105856.444000', '105856.446000', '105856.449000', '105856.451000', '105856.454000', '105856.456000', '105856.459000', '105856.462000', '105856.464000', '105856.467000', '105856.469000', '105856.472000', '105856.475000', '105856.477000', '105856.480000', '105856.483000', '105856.485000', '105856.488000', '105856.491000', '105856.493000', '105856.496000', '105856.499000', '105856.501000', '105856.504000', '105916.391000', '105916.394000', '105916.397000', '105916.400000', '105916.402000', '105916.405000', '105916.407000', '105916.410000', '105916.413000', '105916.415000', '105916.418000', '105916.421000', '105916.423000', '105916.426000', '105916.429000', '105916.431000', '105916.434000', '105916.437000', '105916.439000', '105916.442000', '105916.444000', '105916.447000', '105916.450000', '105916.452000', '105916.455000', '105916.458000', '105916.460000', '105916.463000', '105916.466000', '105916.468000', '105916.471000', '105916.474000', '105916.476000', '105916.479000', '105916.481000', '105916.484000', '105916.487000', '105916.489000', '105916.492000', '105916.495000', '105916.497000', '105916.500000', '105916.503000', '105916.505000', '105936.391000', '105936.395000', '105936.397000', '105936.400000', '105936.402000', '105936.405000', '105936.408000', '105936.410000', '105936.413000', '105936.416000', '105936.419000', '105936.422000', '105936.427000', '105936.429000', '105936.432000', '105936.435000', '105936.437000', '105936.440000', '105936.442000', '105936.445000', '105936.448000', '105936.451000', '105936.453000', '105936.456000', '105936.459000', '105936.461000', '105936.464000', '105936.466000', '105936.469000', '105936.472000', '105936.474000', '105936.477000', '105936.479000', '105936.482000', '105936.485000', '105936.487000', '105936.490000', '105936.492000', '105936.495000', '105936.498000', '105936.500000', '105936.503000', '105936.506000', '105956.391000', '105956.393000', '105956.396000', '105956.399000', '105956.401000', '105956.404000', '105956.407000', '105956.409000', '105956.412000', '105956.415000', '105956.417000', '105956.420000', '105956.422000', '105956.425000', '105956.427000', '105956.430000', '105956.433000', '105956.435000', '105956.438000', '105956.440000', '105956.443000', '105956.446000', '105956.448000', '105956.451000', '105956.453000', '105956.456000', '105956.459000', '105956.461000', '105956.464000', '105956.467000', '105956.469000', '105956.472000', '105956.475000', '105956.477000', '105956.480000', '105956.483000', '105956.485000', '105956.488000', '105956.490000', '105956.493000', '105956.496000', '105956.498000', '105956.501000', '105956.503000', '110016.391000', '110016.394000', '110016.397000', '110016.400000', '110016.402000', '110016.405000', '110016.408000', '110016.411000', '110016.414000', '110016.428000', '110016.431000', '110016.434000', '110016.436000', '110016.439000', '110016.442000', '110016.444000', '110016.447000', '110016.449000', '110016.452000', '110016.455000', '110016.457000', '110016.460000', '110016.464000', '110016.467000', '110016.470000', '110016.473000', '110016.476000', '110016.478000', '110016.481000', '110016.484000', '110016.486000', '110016.489000', '110016.492000', '110016.494000', '110016.497000', '110016.500000', '110016.502000', '110016.505000', '110016.508000', '110016.510000', '110016.513000', '110016.516000', '110016.518000', '110036.391000', '110036.395000', '110036.397000', '110036.400000', '110036.402000', '110036.405000', '110036.408000', '110036.410000', '110036.413000', '110036.416000', '110036.418000', '110036.421000', '110036.423000', '110036.426000', '110036.429000', '110036.431000', '110036.434000', '110036.437000', '110036.439000', '110036.442000', '110036.444000', '110036.447000', '110036.450000', '110036.452000', '110036.455000', '110036.458000', '110036.460000', '110036.463000', '110036.465000', '110036.468000', '110036.471000', '110036.473000', '110036.476000', '110036.479000', '110036.481000', '110036.484000', '110036.486000', '110036.489000', '110036.492000', '110036.494000', '110036.497000', '110036.500000', '110036.502000', '110036.505000', '110049.521000', '110049.524000', '110049.527000', '110049.529000', '110049.532000', '110049.535000', '110049.538000', '110049.540000', '110049.543000', '110049.546000', '110049.549000', '110049.552000', '110049.555000', '110049.558000', '110049.560000', '110049.563000', '110049.566000', '110049.569000', '110049.572000', '110049.575000', '110049.578000', '110049.580000', '110049.583000', '110049.586000', '110049.590000', '110049.592000', '110049.595000', '110049.598000', '110049.601000'], 'InstanceCreationTime': ['105416.419000', '105416.423000', '105416.426000', '105416.428000', '105416.448000', '105416.451000', '105416.453000', '105416.456000', '105416.458000', '105416.461000', '105416.464000', '105416.466000', '105416.469000', '105416.471000', '105416.474000', '105416.478000', '105416.480000', '105436.391000', '105436.394000', '105436.397000', '105436.400000', '105436.402000', '105436.405000', '105436.407000', '105436.410000', '105436.413000', '105436.415000', '105436.418000', '105436.421000', '105436.423000', '105436.426000', '105436.428000', '105436.431000', '105436.433000', '105436.440000', '105436.442000', '105436.445000', '105436.448000', '105436.452000', '105436.455000', '105436.459000', '105436.461000', '105436.464000', '105436.466000', '105436.469000', '105436.472000', '105436.474000', '105436.477000', '105436.487000', '105436.490000', '105436.492000', '105436.495000', '105436.498000', '105436.500000', '105436.503000', '105436.505000', '105436.508000', '105436.511000', '105436.514000', '105436.516000', '105456.392000', '105456.394000', '105456.398000', '105456.401000', '105456.403000', '105456.406000', '105456.408000', '105456.411000', '105456.414000', '105456.416000', '105456.419000', '105456.422000', '105456.424000', '105456.427000', '105456.429000', '105456.432000', '105456.434000', '105456.437000', '105456.439000', '105456.442000', '105456.445000', '105456.447000', '105456.450000', '105456.452000', '105456.455000', '105456.458000', '105456.460000', '105456.463000', '105456.465000', '105456.468000', '105456.471000', '105456.473000', '105456.476000', '105456.478000', '105456.481000', '105456.484000', '105456.486000', '105456.489000', '105456.492000', '105456.494000', '105456.497000', '105456.499000', '105456.502000', '105456.505000', '105516.390000', '105516.393000', '105516.396000', '105516.398000', '105516.401000', '105516.404000', '105516.406000', '105516.409000', '105516.421000', '105516.424000', '105516.426000', '105516.429000', '105516.432000', '105516.434000', '105516.437000', '105516.439000', '105516.442000', '105516.445000', '105516.447000', '105516.450000', '105516.452000', '105516.455000', '105516.458000', '105516.460000', '105516.463000', '105516.466000', '105516.468000', '105516.471000', '105516.473000', '105516.476000', '105516.479000', '105516.481000', '105516.484000', '105516.487000', '105516.489000', '105516.492000', '105516.494000', '105516.497000', '105516.500000', '105516.502000', '105516.505000', '105516.507000', '105516.510000', '105536.392000', '105536.394000', '105536.397000', '105536.400000', '105536.402000', '105536.405000', '105536.408000', '105536.410000', '105536.413000', '105536.416000', '105536.418000', '105536.421000', '105536.423000', '105536.426000', '105536.429000', '105536.431000', '105536.434000', '105536.437000', '105536.439000', '105536.442000', '105536.445000', '105536.447000', '105536.450000', '105536.453000', '105536.455000', '105536.458000', '105536.461000', '105536.463000', '105536.466000', '105536.469000', '105536.471000', '105536.474000', '105536.477000', '105536.479000', '105536.482000', '105536.485000', '105536.498000', '105536.501000', '105536.504000', '105536.506000', '105536.509000', '105536.512000', '105536.514000', '105536.517000', '105556.392000', '105556.394000', '105556.397000', '105556.400000', '105556.402000', '105556.405000', '105556.408000', '105556.410000', '105556.413000', '105556.416000', '105556.418000', '105556.421000', '105556.423000', '105556.426000', '105556.429000', '105556.431000', '105556.434000', '105556.437000', '105556.439000', '105556.442000', '105556.444000', '105556.447000', '105556.450000', '105556.452000', '105556.455000', '105556.458000', '105556.460000', '105556.463000', '105556.466000', '105556.468000', '105556.471000', '105556.473000', '105556.476000', '105556.479000', '105556.481000', '105556.484000', '105556.487000', '105556.489000', '105556.492000', '105556.494000', '105556.497000', '105556.500000', '105556.502000', '105616.391000', '105616.394000', '105616.397000', '105616.399000', '105616.402000', '105616.405000', '105616.408000', '105616.410000', '105616.413000', '105616.416000', '105616.418000', '105616.421000', '105616.423000', '105616.426000', '105616.428000', '105616.431000', '105616.433000', '105616.436000', '105616.439000', '105616.441000', '105616.445000', '105616.448000', '105616.450000', '105616.453000', '105616.456000', '105616.458000', '105616.461000', '105616.463000', '105616.466000', '105616.469000', '105616.471000', '105616.474000', '105616.477000', '105616.479000', '105616.482000', '105616.485000', '105616.487000', '105616.490000', '105616.492000', '105616.495000', '105616.498000', '105616.500000', '105616.503000', '105616.506000', '105636.392000', '105636.394000', '105636.397000', '105636.400000', '105636.402000', '105636.405000', '105636.408000', '105636.410000', '105636.413000', '105636.416000', '105636.419000', '105636.421000', '105636.424000', '105636.426000', '105636.429000', '105636.432000', '105636.434000', '105636.437000', '105636.439000', '105636.442000', '105636.445000', '105636.447000', '105636.450000', '105636.452000', '105636.455000', '105636.457000', '105636.460000', '105636.463000', '105636.465000', '105636.468000', '105636.470000', '105636.473000', '105636.475000', '105636.478000', '105636.481000', '105636.483000', '105636.486000', '105636.489000', '105636.491000', '105636.494000', '105636.497000', '105636.499000', '105636.502000', '105656.391000', '105656.394000', '105656.397000', '105656.399000', '105656.402000', '105656.405000', '105656.407000', '105656.410000', '105656.413000', '105656.415000', '105656.418000', '105656.420000', '105656.423000', '105656.426000', '105656.428000', '105656.431000', '105656.434000', '105656.436000', '105656.439000', '105656.442000', '105656.444000', '105656.447000', '105656.449000', '105656.452000', '105656.455000', '105656.457000', '105656.460000', '105656.463000', '105656.465000', '105656.468000', '105656.470000', '105656.473000', '105656.476000', '105656.478000', '105656.481000', '105656.484000', '105656.486000', '105656.489000', '105656.491000', '105656.494000', '105656.497000', '105656.499000', '105656.502000', '105656.505000', '105716.391000', '105716.394000', '105716.397000', '105716.400000', '105716.402000', '105716.405000', '105716.408000', '105716.410000', '105716.413000', '105716.416000', '105716.418000', '105716.421000', '105716.423000', '105716.426000', '105716.429000', '105716.431000', '105716.434000', '105716.456000', '105716.458000', '105716.461000', '105716.464000', '105716.467000', '105716.469000', '105716.472000', '105716.475000', '105716.477000', '105716.480000', '105716.482000', '105716.485000', '105716.488000', '105716.490000', '105716.493000', '105716.496000', '105716.498000', '105716.501000', '105716.504000', '105716.506000', '105716.509000', '105716.511000', '105716.514000', '105716.517000', '105716.519000', '105716.522000', '105736.391000', '105736.394000', '105736.397000', '105736.400000', '105736.402000', '105736.405000', '105736.408000', '105736.410000', '105736.413000', '105736.415000', '105736.418000', '105736.421000', '105736.423000', '105736.426000', '105736.429000', '105736.431000', '105736.434000', '105736.437000', '105736.439000', '105736.442000', '105736.445000', '105736.447000', '105736.450000', '105736.453000', '105736.455000', '105736.458000', '105736.461000', '105736.463000', '105736.466000', '105736.469000', '105736.471000', '105736.474000', '105736.477000', '105736.479000', '105736.482000', '105736.485000', '105736.487000', '105736.490000', '105736.492000', '105736.495000', '105736.498000', '105736.500000', '105736.503000', '105736.506000', '105756.392000', '105756.395000', '105756.397000', '105756.400000', '105756.403000', '105756.405000', '105756.408000', '105756.410000', '105756.413000', '105756.416000', '105756.418000', '105756.421000', '105756.423000', '105756.426000', '105756.429000', '105756.431000', '105756.434000', '105756.437000', '105756.439000', '105756.442000', '105756.445000', '105756.447000', '105756.450000', '105756.452000', '105756.455000', '105756.458000', '105756.460000', '105756.463000', '105756.465000', '105756.468000', '105756.471000', '105756.473000', '105756.476000', '105756.478000', '105756.481000', '105756.483000', '105756.486000', '105756.489000', '105756.491000', '105756.494000', '105756.496000', '105756.499000', '105756.502000', '105816.391000', '105816.394000', '105816.397000', '105816.400000', '105816.402000', '105816.405000', '105816.407000', '105816.410000', '105816.413000', '105816.415000', '105816.418000', '105816.420000', '105816.423000', '105816.426000', '105816.435000', '105816.438000', '105816.440000', '105816.443000', '105816.446000', '105816.448000', '105816.451000', '105816.454000', '105816.456000', '105816.459000', '105816.461000', '105816.464000', '105816.467000', '105816.469000', '105816.472000', '105816.475000', '105816.477000', '105816.480000', '105816.482000', '105816.485000', '105816.488000', '105816.490000', '105816.493000', '105816.496000', '105816.498000', '105816.501000', '105816.503000', '105816.506000', '105816.509000', '105816.511000', '105836.392000', '105836.394000', '105836.397000', '105836.400000', '105836.403000', '105836.405000', '105836.408000', '105836.410000', '105836.413000', '105836.416000', '105836.418000', '105836.421000', '105836.424000', '105836.426000', '105836.429000', '105836.432000', '105836.434000', '105836.437000', '105836.439000', '105836.442000', '105836.445000', '105836.447000', '105836.450000', '105836.453000', '105836.455000', '105836.458000', '105836.460000', '105836.463000', '105836.466000', '105836.468000', '105836.471000', '105836.474000', '105836.476000', '105836.479000', '105836.481000', '105836.484000', '105836.487000', '105836.489000', '105836.492000', '105836.494000', '105836.497000', '105836.500000', '105836.516000', '105856.391000', '105856.394000', '105856.397000', '105856.400000', '105856.402000', '105856.405000', '105856.408000', '105856.410000', '105856.413000', '105856.416000', '105856.419000', '105856.422000', '105856.424000', '105856.427000', '105856.430000', '105856.433000', '105856.436000', '105856.438000', '105856.441000', '105856.444000', '105856.446000', '105856.449000', '105856.451000', '105856.454000', '105856.456000', '105856.459000', '105856.462000', '105856.464000', '105856.467000', '105856.469000', '105856.472000', '105856.475000', '105856.477000', '105856.480000', '105856.483000', '105856.485000', '105856.488000', '105856.491000', '105856.493000', '105856.496000', '105856.499000', '105856.501000', '105856.504000', '105916.391000', '105916.394000', '105916.397000', '105916.400000', '105916.402000', '105916.405000', '105916.407000', '105916.410000', '105916.413000', '105916.415000', '105916.418000', '105916.421000', '105916.423000', '105916.426000', '105916.429000', '105916.431000', '105916.434000', '105916.437000', '105916.439000', '105916.442000', '105916.444000', '105916.447000', '105916.450000', '105916.452000', '105916.455000', '105916.458000', '105916.460000', '105916.463000', '105916.466000', '105916.468000', '105916.471000', '105916.474000', '105916.476000', '105916.479000', '105916.481000', '105916.484000', '105916.487000', '105916.489000', '105916.492000', '105916.495000', '105916.497000', '105916.500000', '105916.503000', '105916.505000', '105936.391000', '105936.395000', '105936.397000', '105936.400000', '105936.402000', '105936.405000', '105936.408000', '105936.410000', '105936.413000', '105936.416000', '105936.419000', '105936.422000', '105936.427000', '105936.429000', '105936.432000', '105936.435000', '105936.437000', '105936.440000', '105936.442000', '105936.445000', '105936.448000', '105936.451000', '105936.453000', '105936.456000', '105936.459000', '105936.461000', '105936.464000', '105936.466000', '105936.469000', '105936.472000', '105936.474000', '105936.477000', '105936.479000', '105936.482000', '105936.485000', '105936.487000', '105936.490000', '105936.492000', '105936.495000', '105936.498000', '105936.500000', '105936.503000', '105936.506000', '105956.391000', '105956.393000', '105956.396000', '105956.399000', '105956.401000', '105956.404000', '105956.407000', '105956.409000', '105956.412000', '105956.415000', '105956.417000', '105956.420000', '105956.422000', '105956.425000', '105956.427000', '105956.430000', '105956.433000', '105956.435000', '105956.438000', '105956.440000', '105956.443000', '105956.446000', '105956.448000', '105956.451000', '105956.453000', '105956.456000', '105956.459000', '105956.461000', '105956.464000', '105956.467000', '105956.469000', '105956.472000', '105956.475000', '105956.477000', '105956.480000', '105956.483000', '105956.485000', '105956.488000', '105956.490000', '105956.493000', '105956.496000', '105956.498000', '105956.501000', '105956.503000', '110016.391000', '110016.394000', '110016.397000', '110016.400000', '110016.402000', '110016.405000', '110016.408000', '110016.411000', '110016.414000', '110016.428000', '110016.431000', '110016.434000', '110016.436000', '110016.439000', '110016.442000', '110016.444000', '110016.447000', '110016.449000', '110016.452000', '110016.455000', '110016.457000', '110016.460000', '110016.464000', '110016.467000', '110016.470000', '110016.473000', '110016.476000', '110016.478000', '110016.481000', '110016.484000', '110016.486000', '110016.489000', '110016.492000', '110016.494000', '110016.497000', '110016.500000', '110016.502000', '110016.505000', '110016.508000', '110016.510000', '110016.513000', '110016.516000', '110016.518000', '110036.391000', '110036.395000', '110036.397000', '110036.400000', '110036.402000', '110036.405000', '110036.408000', '110036.410000', '110036.413000', '110036.416000', '110036.418000', '110036.421000', '110036.423000', '110036.426000', '110036.429000', '110036.431000', '110036.434000', '110036.437000', '110036.439000', '110036.442000', '110036.444000', '110036.447000', '110036.450000', '110036.452000', '110036.455000', '110036.458000', '110036.460000', '110036.463000', '110036.465000', '110036.468000', '110036.471000', '110036.473000', '110036.476000', '110036.479000', '110036.481000', '110036.484000', '110036.486000', '110036.489000', '110036.492000', '110036.494000', '110036.497000', '110036.500000', '110036.502000', '110036.505000', '110049.521000', '110049.524000', '110049.527000', '110049.529000', '110049.532000', '110049.535000', '110049.538000', '110049.540000', '110049.543000', '110049.546000', '110049.549000', '110049.552000', '110049.555000', '110049.558000', '110049.560000', '110049.563000', '110049.566000', '110049.569000', '110049.572000', '110049.575000', '110049.578000', '110049.580000', '110049.583000', '110049.586000', '110049.590000', '110049.592000', '110049.595000', '110049.598000', '110049.601000'], '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': [15454, 8855, 11678, 9268, 11252, 13434, 10520, 15355, 11265, 14823, 9652, 12664, 9820, 12725, 8915, 11536, 17164, 11501, 14132, 10427, 12825, 9534, 11217, 8170, 10700, 13833, 9508, 13122, 9570, 10815, 9686, 12454, 8959, 12938, 8609, 11341, 8320, 11189, 7602, 11000, 7542, 10497, 8785, 11243, 8653, 11863, 9474, 7382, 12808, 15208, 11544, 14703, 18034, 13454, 8401, 8884, 7601, 12452, 8748, 13171, 15122, 11597, 13616, 8887, 10919, 14943, 10154, 13260, 9283, 12637, 10486, 11779, 14642, 10857, 14763, 10686, 14062, 10459, 14289, 9372, 11494, 15139, 11210, 13615, 9127, 11358, 7323, 10900, 14053, 9851, 14173, 8787, 13122, 8497, 12546, 7742, 10601, 14394, 10273, 13464, 8723, 11146, 7943, 10370, 14315, 9218, 13616, 9262, 11448, 7551, 9726, 7345, 9797, 14919, 9479, 14223, 8966, 13293, 8801, 12747, 10347, 10386, 14682, 8970, 12983, 8453, 9825, 15690, 9326, 14240, 8867, 13121, 8035, 11019, 10886, 9396, 7056, 9758, 7840, 10007, 9483, 7330, 13399, 14362, 10669, 15170, 10825, 12144, 10766, 10243, 14971, 10081, 15991, 9640, 14513, 8024, 8436, 9876, 9893, 12913, 12065, 11538, 14724, 9345, 11755, 14745, 9962, 13521, 10571, 11999, 16141, 11338, 14550, 10065, 14558, 10902, 14931, 17187, 14816, 15775, 10370, 11366, 14325, 10077, 12768, 9488, 10450, 14476, 10311, 12177, 10004, 12208, 10640, 10658, 11065, 9355, 11291, 16726, 11518, 13880, 10752, 14544, 10759, 14130, 9482, 9750, 12269, 10329, 14181, 14957, 11445, 14097, 8874, 10187, 13472, 9591, 12452, 9173, 10468, 10768, 10495, 11686, 10969, 13763, 11139, 13292, 16570, 10686, 12939, 9392, 12206, 11265, 10217, 7449, 10612, 11996, 9304, 11948, 9013, 10591, 10180, 9433, 8730, 10031, 11955, 9094, 12165, 7470, 10189, 14135, 8529, 12706, 7360, 10001, 8544, 9818, 12169, 9252, 12090, 7492, 11997, 7465, 10290, 12014, 10119, 11607, 10399, 15137, 9134, 16378, 9056, 13090, 9159, 12995, 9425, 14307, 15781, 12015, 14808, 8883, 11558, 16875, 9680, 12932, 8664, 12199, 9073, 11793, 15933, 11707, 14613, 9169, 13923, 9189, 12345, 14683, 10793, 15077, 8434, 12501, 8938, 10034, 8142, 10098, 6957, 10016, 12988, 8311, 14347, 14702, 10660, 15153, 9714, 12597, 9781, 12872, 9394, 15321, 9067, 14135, 8424, 12566, 16903, 12628, 14855, 9661, 14290, 9594, 12974, 8913, 10604, 17080, 11770, 17020, 10292, 17480, 10172, 7923, 10512, 8758, 13393, 13327, 12091, 13632, 9159, 12638, 8330, 12582, 9689, 12554, 10443, 14416, 10965, 15427, 10241, 13903, 15721, 10195, 13837, 10206, 14215, 12552, 16769, 10763, 8100, 8663, 11251, 11522, 12612, 10293, 12682, 10114, 12020, 8614, 10073, 12960, 9386, 11374, 9623, 10889, 9890, 10695, 8246, 10118, 12179, 9229, 13907, 9337, 11823, 9544, 11549, 9299, 10663, 17009, 10434, 13290, 9855, 12338, 9341, 12612, 8592, 11631, 8004, 9468, 9841, 7255, 11144, 15185, 11976, 13855, 9534, 13587, 9541, 13795, 9800, 14398, 11291, 15203, 11302, 14912, 17990, 10428, 14122, 9592, 12316, 10111, 10017, 14612, 8273, 7214, 8940, 10118, 8716, 11575, 14183, 10483, 11815, 8053, 10796, 9831, 10687, 12849, 9410, 12552, 9330, 10492, 10624, 12351, 8323, 11925, 13763, 10559, 12333, 9715, 13345, 9265, 13077, 9865, 12294, 8720, 12848, 16246, 10695, 13987, 8904, 13710, 11173, 10506, 16923, 13917, 11019, 10305, 9184, 12529, 9925, 14341, 13638, 12898, 12220, 10672, 13761, 10290, 13576, 9439, 13666, 11315, 10910, 15207, 9677, 13238, 9486, 11070, 14638, 10281, 12235, 8817, 10950, 13896, 9983, 11641, 9555, 10637, 9266, 10448, 11849, 9550, 6991, 8812, 8265, 10101, 13280, 9753, 13449, 11484, 9811, 13229, 9039, 10826, 10162, 7348, 10442, 12329, 9241, 13151, 8300, 9986, 7402, 9650, 13619, 8507, 13195, 11699, 10517, 13231, 9802, 12466, 8864, 12267, 8277, 13389, 16498, 13051, 15408, 9430, 13634, 9256, 13087, 17561, 12543, 15103, 9321, 13085, 7439, 11326, 7776, 11389, 7272, 14194, 13314, 11927, 7547, 12468, 9152, 14649, 11101, 15294, 15584, 11371, 9133, 11582, 9604, 15343, 11047, 16846, 10767, 14370, 10806, 10382, 15424, 9204, 13193, 9663, 12116, 9634, 11171, 9545, 11935, 8041, 10305, 14652, 9561, 13481, 9037, 12746, 9266, 11782, 8869, 12165, 7603, 9708, 15764, 10395, 14646, 9086, 7779, 9943, 7950, 9781, 13064, 9146, 12286, 15101, 11224, 13748, 10058, 12889, 9786, 12915, 10464, 15401, 11713, 15951, 11036, 17942, 12324, 10807, 12779, 11384, 15962, 17712, 14910, 17232, 10460, 11838, 12239, 9692, 13414, 9148, 12646, 10383, 11754, 10550, 10865, 16854, 11737, 13228, 10775, 12665, 10393, 12460, 10776, 11629, 14227, 10345, 13766, 10118, 12198, 10386, 11486, 8946, 10495, 14655, 10112, 14110, 10257, 13204, 10543, 11141, 9604, 11130, 9004, 10673, 15022, 10778, 12389, 10577, 11964, 10524, 11959, 16209, 12256, 14562, 10531, 12569, 8657, 10892, 16470, 11563, 15135, 10406, 12664, 9427, 11196, 14819, 10777, 14771, 10675, 15485, 10223, 12393, 10109, 12399, 11613, 15482, 18444, 15299, 15034, 11490, 10270, 9456, 8748, 10014, 15398, 16528, 14364, 15633, 11722, 10102, 14297, 10165, 12036, 10500, 11141, 14891, 9537, 12353, 10222, 10636, 11430, 11482, 10109, 10350, 11923, 10627, 11990, 16239, 10888, 11899, 15211, 10537, 11510, 10947, 11718, 10984, 10254, 12612, 9468, 10629, 9017, 9954, 9227, 9810, 12078, 11688, 10521, 13230, 10003, 11191, 10303, 9739, 12215, 9964, 11747, 9085, 10621, 15150, 10212, 14689, 10768, 16216, 10182, 9445, 10314, 10911, 13857, 17881, 14463, 15550, 10701, 11160, 7885, 10588, 13210, 10492, 13293, 9847, 11159, 15089, 10529, 12355, 10309, 11239, 14837, 9757, 12927, 10448, 11651, 10443, 10251, 9354, 9753, 12054, 10230, 10954, 8756, 9555, 8247, 10264, 9997, 10941, 12734, 9598, 12178, 12873, 10314, 12102, 9592, 10714, 7297, 10408, 7682, 8754, 7705, 10669, 13618, 9789, 12522, 10627, 10774, 8520, 10802, 8129, 10568, 8454, 13450, 9792, 15500, 10155, 16079, 10926, 16662, 15327, 13583, 17374, 9945, 14256, 9880, 13531, 9882, 14364, 13380, 12947, 17602, 12885, 8755, 9807, 10471, 15497, 10275, 17486, 13906, 13684, 17768, 10224, 13815, 10372, 11017, 11727, 9385, 8692, 9200, 10077], 'WindowCenter': [4517.0, 4418.0, 4432.0, 4400.0, 4444.0, 4451.0, 4419.0, 4462.0, 4431.0, 4457.0, 4408.0, 4437.0, 4407.0, 4439.0, 4397.0, 4430.0, 4471.0, 4428.0, 4438.0, 4404.0, 4424.0, 4395.0, 4415.0, 4387.0, 4431.0, 4447.0, 4411.0, 4448.0, 4410.0, 4430.0, 4422.0, 4463.0, 4426.0, 4465.0, 4411.0, 4442.0, 4403.0, 4430.0, 4394.0, 4443.0, 4380.0, 4449.0, 4427.0, 4458.0, 4428.0, 4481.0, 4451.0, 4419.0, 4492.0, 4490.0, 4458.0, 4492.0, 4498.0, 4465.0, 4401.0, 4424.0, 4417.0, 4452.0, 4414.0, 4477.0, 4473.0, 4443.0, 4477.0, 4409.0, 4416.0, 4459.0, 4407.0, 4435.0, 4397.0, 4436.0, 4431.0, 4429.0, 4447.0, 4430.0, 4461.0, 4432.0, 4446.0, 4416.0, 4447.0, 4409.0, 4427.0, 4445.0, 4416.0, 4433.0, 4382.0, 4414.0, 4377.0, 4417.0, 4459.0, 4421.0, 4473.0, 4413.0, 4463.0, 4400.0, 4440.0, 4389.0, 4420.0, 4471.0, 4434.0, 4446.0, 4397.0, 4442.0, 4401.0, 4432.0, 4472.0, 4423.0, 4449.0, 4423.0, 4452.0, 4377.0, 4422.0, 4391.0, 4421.0, 4484.0, 4433.0, 4460.0, 4424.0, 4476.0, 4423.0, 4465.0, 4419.0, 4420.0, 4473.0, 4411.0, 4462.0, 4414.0, 4433.0, 4472.0, 4421.0, 4471.0, 4422.0, 4475.0, 4388.0, 4456.0, 4443.0, 4438.0, 4409.0, 4424.0, 4429.0, 4458.0, 4464.0, 4422.0, 4504.0, 4493.0, 4460.0, 4476.0, 4431.0, 4453.0, 4429.0, 4408.0, 4484.0, 4433.0, 4472.0, 4421.0, 4458.0, 4400.0, 4411.0, 4432.0, 4432.0, 4464.0, 4453.0, 4457.0, 4462.0, 4411.0, 4429.0, 4446.0, 4404.0, 4448.0, 4415.0, 4428.0, 4441.0, 4416.0, 4458.0, 4408.0, 4433.0, 4403.0, 4433.0, 4439.0, 4421.0, 4405.0, 4362.0, 4399.0, 4403.0, 4375.0, 4406.0, 4364.0, 4373.0, 4403.0, 4363.0, 4383.0, 4364.0, 4396.0, 4403.0, 4399.0, 4401.0, 4396.0, 4414.0, 4453.0, 4417.0, 4433.0, 4431.0, 4436.0, 4404.0, 4433.0, 4394.0, 4419.0, 4437.0, 4421.0, 4451.0, 4448.0, 4405.0, 4423.0, 4369.0, 4393.0, 4422.0, 4379.0, 4410.0, 4392.0, 4390.0, 4389.0, 4403.0, 4426.0, 4417.0, 4422.0, 4391.0, 4434.0, 4428.0, 4393.0, 4408.0, 4383.0, 4398.0, 4413.0, 4391.0, 4352.0, 4416.0, 4425.0, 4396.0, 4428.0, 4410.0, 4418.0, 4430.0, 4424.0, 4412.0, 4435.0, 4453.0, 4424.0, 4454.0, 4391.0, 4434.0, 4461.0, 4413.0, 4466.0, 4392.0, 4421.0, 4411.0, 4433.0, 4441.0, 4434.0, 4465.0, 4396.0, 4455.0, 4406.0, 4448.0, 4479.0, 4461.0, 4480.0, 4473.0, 4500.0, 4439.0, 4497.0, 4413.0, 4477.0, 4438.0, 4488.0, 4439.0, 4492.0, 4485.0, 4455.0, 4475.0, 4412.0, 4454.0, 4492.0, 4434.0, 4463.0, 4427.0, 4466.0, 4426.0, 4455.0, 4497.0, 4468.0, 4485.0, 4425.0, 4473.0, 4423.0, 4464.0, 4474.0, 4442.0, 4471.0, 4401.0, 4452.0, 4411.0, 4422.0, 4400.0, 4433.0, 4393.0, 4436.0, 4453.0, 4416.0, 4487.0, 4486.0, 4446.0, 4485.0, 4436.0, 4478.0, 4447.0, 4479.0, 4438.0, 4486.0, 4426.0, 4476.0, 4415.0, 4454.0, 4483.0, 4453.0, 4461.0, 4422.0, 4461.0, 4421.0, 4440.0, 4410.0, 4431.0, 4468.0, 4455.0, 4470.0, 4433.0, 4495.0, 4422.0, 4417.0, 4444.0, 4416.0, 4479.0, 4464.0, 4455.0, 4452.0, 4399.0, 4427.0, 4379.0, 4452.0, 4425.0, 4440.0, 4420.0, 4449.0, 4419.0, 4451.0, 4397.0, 4427.0, 4435.0, 4383.0, 4411.0, 4392.0, 4433.0, 4411.0, 4453.0, 4415.0, 4386.0, 4422.0, 4451.0, 4455.0, 4437.0, 4405.0, 4437.0, 4419.0, 4426.0, 4384.0, 4393.0, 4420.0, 4398.0, 4428.0, 4406.0, 4402.0, 4403.0, 4406.0, 4384.0, 4419.0, 4440.0, 4409.0, 4449.0, 4409.0, 4439.0, 4420.0, 4439.0, 4408.0, 4432.0, 4481.0, 4431.0, 4460.0, 4420.0, 4438.0, 4423.0, 4468.0, 4411.0, 4440.0, 4401.0, 4434.0, 4447.0, 4418.0, 4483.0, 4500.0, 4470.0, 4489.0, 4449.0, 4477.0, 4447.0, 4487.0, 4446.0, 4473.0, 4460.0, 4476.0, 4443.0, 4475.0, 4467.0, 4419.0, 4446.0, 4407.0, 4428.0, 4418.0, 4406.0, 4461.0, 4389.0, 4365.0, 4436.0, 4456.0, 4425.0, 4467.0, 4478.0, 4445.0, 4454.0, 4388.0, 4418.0, 4434.0, 4446.0, 4465.0, 4436.0, 4464.0, 4436.0, 4445.0, 4458.0, 4464.0, 4403.0, 4465.0, 4475.0, 4446.0, 4465.0, 4436.0, 4474.0, 4436.0, 4474.0, 4446.0, 4453.0, 4400.0, 4465.0, 4484.0, 4433.0, 4474.0, 4412.0, 4450.0, 4442.0, 4433.0, 4481.0, 4465.0, 4442.0, 4437.0, 4423.0, 4468.0, 4449.0, 4479.0, 4490.0, 4456.0, 4441.0, 4432.0, 4462.0, 4433.0, 4450.0, 4399.0, 4449.0, 4429.0, 4406.0, 4445.0, 4383.0, 4437.0, 4394.0, 4406.0, 4433.0, 4393.0, 4402.0, 4372.0, 4406.0, 4421.0, 4394.0, 4415.0, 4408.0, 4405.0, 4406.0, 4404.0, 4427.0, 4408.0, 4368.0, 4410.0, 4414.0, 4448.0, 4465.0, 4423.0, 4478.0, 4441.0, 4423.0, 4462.0, 4425.0, 4470.0, 4461.0, 4419.0, 4460.0, 4467.0, 4425.0, 4467.0, 4416.0, 4448.0, 4406.0, 4450.0, 4490.0, 4429.0, 4480.0, 4467.0, 4435.0, 4477.0, 4448.0, 4479.0, 4439.0, 4469.0, 4417.0, 4480.0, 4497.0, 4466.0, 4487.0, 4425.0, 4475.0, 4424.0, 4478.0, 4494.0, 4454.0, 4474.0, 4411.0, 4450.0, 4383.0, 4442.0, 4394.0, 4457.0, 4382.0, 4488.0, 4463.0, 4467.0, 4419.0, 4479.0, 4439.0, 4514.0, 4470.0, 4500.0, 4499.0, 4457.0, 4439.0, 4457.0, 4450.0, 4500.0, 4460.0, 4509.0, 4458.0, 4477.0, 4433.0, 4422.0, 4460.0, 4396.0, 4450.0, 4422.0, 4441.0, 4397.0, 4441.0, 4409.0, 4442.0, 4390.0, 4408.0, 4462.0, 4412.0, 4439.0, 4401.0, 4451.0, 4423.0, 4453.0, 4412.0, 4455.0, 4394.0, 4439.0, 4486.0, 4448.0, 4486.0, 4427.0, 4419.0, 4461.0, 4405.0, 4448.0, 4468.0, 4424.0, 4457.0, 4461.0, 4446.0, 4464.0, 4435.0, 4463.0, 4453.0, 4479.0, 4460.0, 4501.0, 4483.0, 4502.0, 4447.0, 4507.0, 4468.0, 4457.0, 4476.0, 4457.0, 4502.0, 4496.0, 4461.0, 4460.0, 4418.0, 4430.0, 4438.0, 4398.0, 4437.0, 4382.0, 4422.0, 4392.0, 4401.0, 4404.0, 4406.0, 4443.0, 4416.0, 4421.0, 4404.0, 4423.0, 4416.0, 4423.0, 4417.0, 4428.0, 4435.0, 4406.0, 4446.0, 4432.0, 4426.0, 4405.0, 4426.0, 4384.0, 4416.0, 4460.0, 4405.0, 4445.0, 4421.0, 4461.0, 4431.0, 4429.0, 4434.0, 4443.0, 4412.0, 4459.0, 4486.0, 4454.0, 4465.0, 4457.0, 4468.0, 4445.0, 4455.0, 4472.0, 4454.0, 4459.0, 4431.0, 4441.0, 4401.0, 4419.0, 4472.0, 4441.0, 4461.0, 4431.0, 4440.0, 4398.0, 4443.0, 4470.0, 4432.0, 4459.0, 4433.0, 4473.0, 4434.0, 4478.0, 4445.0, 4454.0, 4455.0, 4500.0, 4507.0, 4486.0, 4485.0, 4441.0, 4434.0, 4435.0, 4426.0, 4433.0, 4500.0, 4499.0, 4477.0, 4500.0, 4454.0, 4407.0, 4449.0, 4406.0, 4426.0, 4404.0, 4415.0, 4431.0, 4382.0, 4412.0, 4392.0, 4379.0, 4401.0, 4398.0, 4390.0, 4404.0, 4412.0, 4402.0, 4415.0, 4444.0, 4379.0, 4375.0, 4417.0, 4363.0, 4373.0, 4363.0, 4386.0, 4390.0, 4376.0, 4398.0, 4369.0, 4389.0, 4371.0, 4417.0, 4409.0, 4433.0, 4440.0, 4442.0, 4406.0, 4436.0, 4381.0, 4416.0, 4406.0, 4384.0, 4413.0, 4406.0, 4414.0, 4386.0, 4418.0, 4434.0, 4409.0, 4475.0, 4432.0, 4471.0, 4432.0, 4424.0, 4445.0, 4457.0, 4480.0, 4495.0, 4463.0, 4461.0, 4406.0, 4418.0, 4377.0, 4419.0, 4438.0, 4418.0, 4449.0, 4407.0, 4417.0, 4446.0, 4403.0, 4415.0, 4392.0, 4415.0, 4444.0, 4394.0, 4424.0, 4404.0, 4413.0, 4390.0, 4392.0, 4384.0, 4381.0, 4425.0, 4404.0, 4417.0, 4386.0, 4397.0, 4386.0, 4419.0, 4408.0, 4429.0, 4440.0, 4408.0, 4430.0, 4439.0, 4418.0, 4425.0, 4408.0, 4420.0, 4377.0, 4431.0, 4390.0, 4412.0, 4393.0, 4447.0, 4464.0, 4436.0, 4468.0, 4433.0, 4446.0, 4427.0, 4456.0, 4415.0, 4474.0, 4441.0, 4502.0, 4451.0, 4500.0, 4447.0, 4498.0, 4459.0, 4504.0, 4491.0, 4467.0, 4486.0, 4436.0, 4462.0, 4421.0, 4436.0, 4408.0, 4450.0, 4448.0, 4452.0, 4482.0, 4454.0, 4401.0, 4407.0, 4421.0, 4460.0, 4421.0, 4469.0, 4424.0, 4449.0, 4466.0, 4392.0, 4423.0, 4392.0, 4389.0, 4398.0, 4384.0, 4387.0, 4396.0, 4393.0], 'WindowWidth': [9910.0, 9758.0, 9763.0, 9716.0, 9784.0, 9786.0, 9743.0, 9806.0, 9758.0, 9791.0, 9723.0, 9760.0, 9722.0, 9767.0, 9707.0, 9755.0, 9815.0, 9751.0, 9763.0, 9714.0, 9739.0, 9701.0, 9730.0, 9696.0, 9762.0, 9778.0, 9735.0, 9781.0, 9731.0, 9757.0, 9751.0, 9812.0, 9764.0, 9813.0, 9738.0, 9777.0, 9728.0, 9756.0, 9717.0, 9783.0, 9691.0, 9798.0, 9768.0, 9812.0, 9770.0, 9848.0, 9809.0, 9765.0, 9869.0, 9866.0, 9812.0, 9868.0, 9870.0, 9815.0, 9726.0, 9764.0, 9761.0, 9794.0, 9744.0, 9838.0, 9828.0, 9780.0, 9836.0, 9730.0, 9732.0, 9796.0, 9719.0, 9756.0, 9708.0, 9760.0, 9760.0, 9753.0, 9776.0, 9758.0, 9803.0, 9764.0, 9773.0, 9731.0, 9777.0, 9732.0, 9750.0, 9770.0, 9733.0, 9749.0, 9678.0, 9725.0, 9684.0, 9734.0, 9798.0, 9750.0, 9823.0, 9743.0, 9809.0, 9720.0, 9772.0, 9707.0, 9743.0, 9821.0, 9772.0, 9775.0, 9709.0, 9780.0, 9725.0, 9769.0, 9823.0, 9756.0, 9784.0, 9757.0, 9795.0, 9684.0, 9754.0, 9714.0, 9749.0, 9841.0, 9772.0, 9801.0, 9761.0, 9836.0, 9757.0, 9818.0, 9744.0, 9747.0, 9826.0, 9739.0, 9808.0, 9749.0, 9771.0, 9821.0, 9752.0, 9820.0, 9756.0, 9833.0, 9702.0, 9809.0, 9787.0, 9786.0, 9751.0, 9758.0, 9780.0, 9816.0, 9835.0, 9775.0, 9886.0, 9870.0, 9821.0, 9833.0, 9764.0, 9796.0, 9757.0, 9726.0, 9844.0, 9772.0, 9821.0, 9751.0, 9795.0, 9721.0, 9738.0, 9769.0, 9766.0, 9814.0, 9798.0, 9811.0, 9804.0, 9735.0, 9753.0, 9774.0, 9713.0, 9780.0, 9730.0, 9750.0, 9756.0, 9733.0, 9795.0, 9726.0, 9750.0, 9708.0, 9751.0, 9751.0, 9730.0, 9698.0, 9633.0, 9696.0, 9692.0, 9658.0, 9701.0, 9641.0, 9650.0, 9691.0, 9633.0, 9663.0, 9640.0, 9686.0, 9709.0, 9697.0, 9704.0, 9706.0, 9725.0, 9777.0, 9733.0, 9750.0, 9761.0, 9758.0, 9710.0, 9749.0, 9698.0, 9742.0, 9764.0, 9749.0, 9788.0, 9779.0, 9711.0, 9733.0, 9654.0, 9690.0, 9733.0, 9666.0, 9708.0, 9694.0, 9684.0, 9682.0, 9706.0, 9745.0, 9731.0, 9731.0, 9684.0, 9752.0, 9732.0, 9692.0, 9706.0, 9682.0, 9693.0, 9721.0, 9687.0, 9640.0, 9730.0, 9740.0, 9706.0, 9752.0, 9731.0, 9739.0, 9760.0, 9756.0, 9741.0, 9774.0, 9797.0, 9759.0, 9800.0, 9711.0, 9771.0, 9803.0, 9742.0, 9820.0, 9715.0, 9746.0, 9739.0, 9771.0, 9774.0, 9774.0, 9817.0, 9725.0, 9798.0, 9739.0, 9799.0, 9844.0, 9825.0, 9849.0, 9844.0, 9877.0, 9788.0, 9867.0, 9742.0, 9837.0, 9788.0, 9854.0, 9791.0, 9865.0, 9845.0, 9800.0, 9829.0, 9739.0, 9800.0, 9850.0, 9773.0, 9811.0, 9772.0, 9818.0, 9766.0, 9803.0, 9865.0, 9828.0, 9845.0, 9761.0, 9824.0, 9757.0, 9815.0, 9825.0, 9779.0, 9819.0, 9723.0, 9794.0, 9738.0, 9753.0, 9722.0, 9770.0, 9718.0, 9779.0, 9795.0, 9752.0, 9851.0, 9845.0, 9790.0, 9842.0, 9780.0, 9843.0, 9799.0, 9842.0, 9786.0, 9847.0, 9765.0, 9833.0, 9747.0, 9796.0, 9837.0, 9798.0, 9802.0, 9752.0, 9803.0, 9749.0, 9769.0, 9733.0, 9761.0, 9806.0, 9802.0, 9815.0, 9769.0, 9854.0, 9747.0, 9757.0, 9785.0, 9750.0, 9841.0, 9810.0, 9802.0, 9793.0, 9710.0, 9746.0, 9683.0, 9791.0, 9759.0, 9768.0, 9741.0, 9779.0, 9739.0, 9785.0, 9703.0, 9743.0, 9751.0, 9676.0, 9710.0, 9687.0, 9751.0, 9715.0, 9777.0, 9728.0, 9696.0, 9757.0, 9791.0, 9803.0, 9761.0, 9713.0, 9760.0, 9739.0, 9746.0, 9685.0, 9691.0, 9726.0, 9710.0, 9753.0, 9720.0, 9705.0, 9711.0, 9719.0, 9686.0, 9740.0, 9770.0, 9728.0, 9781.0, 9728.0, 9768.0, 9745.0, 9771.0, 9726.0, 9766.0, 9830.0, 9760.0, 9800.0, 9746.0, 9765.0, 9758.0, 9826.0, 9736.0, 9775.0, 9727.0, 9772.0, 9797.0, 9762.0, 9855.0, 9876.0, 9832.0, 9858.0, 9806.0, 9839.0, 9798.0, 9851.0, 9795.0, 9824.0, 9818.0, 9835.0, 9782.0, 9830.0, 9805.0, 9742.0, 9771.0, 9720.0, 9752.0, 9738.0, 9716.0, 9801.0, 9702.0, 9659.0, 9780.0, 9808.0, 9765.0, 9825.0, 9840.0, 9790.0, 9799.0, 9700.0, 9734.0, 9772.0, 9790.0, 9818.0, 9779.0, 9811.0, 9780.0, 9791.0, 9810.0, 9817.0, 9728.0, 9818.0, 9829.0, 9790.0, 9815.0, 9777.0, 9827.0, 9780.0, 9828.0, 9793.0, 9795.0, 9717.0, 9819.0, 9843.0, 9769.0, 9827.0, 9738.0, 9782.0, 9777.0, 9768.0, 9829.0, 9814.0, 9781.0, 9778.0, 9754.0, 9823.0, 9803.0, 9841.0, 9860.0, 9803.0, 9771.0, 9765.0, 9805.0, 9768.0, 9782.0, 9710.0, 9780.0, 9755.0, 9714.0, 9767.0, 9678.0, 9762.0, 9696.0, 9713.0, 9747.0, 9693.0, 9700.0, 9664.0, 9713.0, 9725.0, 9697.0, 9727.0, 9724.0, 9714.0, 9721.0, 9709.0, 9750.0, 9726.0, 9674.0, 9733.0, 9746.0, 9795.0, 9815.0, 9755.0, 9836.0, 9775.0, 9754.0, 9805.0, 9763.0, 9832.0, 9824.0, 9765.0, 9819.0, 9821.0, 9760.0, 9819.0, 9752.0, 9795.0, 9741.0, 9805.0, 9861.0, 9775.0, 9844.0, 9820.0, 9771.0, 9834.0, 9799.0, 9844.0, 9789.0, 9830.0, 9755.0, 9844.0, 9861.0, 9818.0, 9846.0, 9761.0, 9830.0, 9760.0, 9837.0, 9854.0, 9796.0, 9827.0, 9736.0, 9782.0, 9700.0, 9779.0, 9717.0, 9806.0, 9699.0, 9854.0, 9809.0, 9822.0, 9762.0, 9844.0, 9789.0, 9900.0, 9831.0, 9875.0, 9868.0, 9808.0, 9786.0, 9809.0, 9803.0, 9872.0, 9816.0, 9884.0, 9810.0, 9833.0, 9768.0, 9750.0, 9797.0, 9702.0, 9783.0, 9750.0, 9773.0, 9706.0, 9774.0, 9729.0, 9779.0, 9705.0, 9722.0, 9806.0, 9735.0, 9763.0, 9722.0, 9789.0, 9754.0, 9794.0, 9734.0, 9802.0, 9716.0, 9785.0, 9845.0, 9796.0, 9845.0, 9768.0, 9764.0, 9825.0, 9735.0, 9798.0, 9826.0, 9757.0, 9803.0, 9799.0, 9788.0, 9810.0, 9773.0, 9808.0, 9812.0, 9844.0, 9820.0, 9875.0, 9859.0, 9882.0, 9794.0, 9878.0, 9826.0, 9807.0, 9835.0, 9808.0, 9888.0, 9864.0, 9800.0, 9799.0, 9738.0, 9757.0, 9765.0, 9709.0, 9761.0, 9677.0, 9731.0, 9690.0, 9701.0, 9711.0, 9716.0, 9761.0, 9730.0, 9728.0, 9710.0, 9736.0, 9735.0, 9735.0, 9735.0, 9752.0, 9755.0, 9718.0, 9773.0, 9764.0, 9746.0, 9718.0, 9746.0, 9686.0, 9732.0, 9797.0, 9714.0, 9769.0, 9747.0, 9802.0, 9765.0, 9755.0, 9773.0, 9782.0, 9741.0, 9814.0, 9847.0, 9803.0, 9817.0, 9808.0, 9826.0, 9789.0, 9803.0, 9819.0, 9800.0, 9796.0, 9765.0, 9772.0, 9723.0, 9741.0, 9820.0, 9775.0, 9803.0, 9760.0, 9769.0, 9712.0, 9782.0, 9816.0, 9764.0, 9794.0, 9768.0, 9824.0, 9771.0, 9840.0, 9791.0, 9798.0, 9807.0, 9875.0, 9883.0, 9848.0, 9843.0, 9777.0, 9771.0, 9779.0, 9765.0, 9767.0, 9873.0, 9873.0, 9835.0, 9875.0, 9799.0, 9722.0, 9782.0, 9719.0, 9746.0, 9710.0, 9728.0, 9742.0, 9679.0, 9718.0, 9689.0, 9664.0, 9700.0, 9691.0, 9684.0, 9713.0, 9717.0, 9706.0, 9725.0, 9765.0, 9664.0, 9651.0, 9713.0, 9630.0, 9644.0, 9630.0, 9667.0, 9683.0, 9656.0, 9688.0, 9651.0, 9678.0, 9661.0, 9735.0, 9728.0, 9768.0, 9772.0, 9775.0, 9714.0, 9757.0, 9673.0, 9730.0, 9714.0, 9680.0, 9720.0, 9716.0, 9721.0, 9689.0, 9736.0, 9749.0, 9725.0, 9827.0, 9762.0, 9814.0, 9766.0, 9756.0, 9790.0, 9809.0, 9846.0, 9858.0, 9806.0, 9800.0, 9717.0, 9735.0, 9681.0, 9739.0, 9765.0, 9737.0, 9779.0, 9719.0, 9733.0, 9770.0, 9708.0, 9724.0, 9690.0, 9726.0, 9766.0, 9697.0, 9738.0, 9710.0, 9721.0, 9682.0, 9688.0, 9683.0, 9671.0, 9739.0, 9712.0, 9732.0, 9691.0, 9708.0, 9692.0, 9740.0, 9723.0, 9754.0, 9769.0, 9722.0, 9757.0, 9764.0, 9738.0, 9738.0, 9724.0, 9745.0, 9683.0, 9759.0, 9706.0, 9738.0, 9714.0, 9791.0, 9812.0, 9776.0, 9822.0, 9768.0, 9786.0, 9766.0, 9804.0, 9749.0, 9844.0, 9795.0, 9882.0, 9805.0, 9872.0, 9793.0, 9865.0, 9814.0, 9884.0, 9860.0, 9818.0, 9845.0, 9775.0, 9804.0, 9745.0, 9755.0, 9722.0, 9781.0, 9776.0, 9790.0, 9833.0, 9799.0, 9721.0, 9718.0, 9744.0, 9799.0, 9744.0, 9810.0, 9737.0, 9782.0, 9802.0, 9692.0, 9735.0, 9690.0, 9680.0, 9687.0, 9682.0, 9694.0, 9706.0, 9695.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.0009342316513761466</td></tr>
<tr><td colspan=3>aqi</td><td>0.033198202293577984</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.861714035602745</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2233177060275535</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9977950572445472</td></tr>
<tr><td colspan=3>efc</td><td>0.4894</td></tr>
<tr><td colspan=3>fber</td><td>5468.2837</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1231909993656129</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>106</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.155963302752294</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5355425270447025</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3972960337530997</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7801204791713077</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4292110682096997</td></tr>
<tr><td colspan=3>gcor</td><td>0.0261537</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01187965925782919</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04124080762267113</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.0631829458750675</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>18.4542</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.774</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>206.0239</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298552.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>923.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>367.4994</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5748</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>547.9095</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3634.7645</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3846.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77992.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1346.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4717.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>946.5425</td></tr>
<tr><td colspan=3>tsnr</td><td>33.53424486378208</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>