<?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-0006_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-0006_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-0006_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-0006/figures/sub-0006_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0006/figures/sub-0006_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-0006_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-0006/figures/sub-0006_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0006/figures/sub-0006_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-0006_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-0006/figures/sub-0006_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0006/figures/sub-0006_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-0006_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-0006/figures/sub-0006_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0006/figures/sub-0006_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-0006_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-0006/figures/sub-0006_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0006/figures/sub-0006_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-0006_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-0006/figures/sub-0006_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0006/figures/sub-0006_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-0006_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-0006/figures/sub-0006_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0006/figures/sub-0006_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-0006/figures/sub-0006_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0006/figures/sub-0006_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-0006/ses-01/func/sub-0006_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>192790ff95b415d89ad1cb7c86a38ddd</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:19:26.672500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997447, 0.024286, 0.0671486, -0.0151468, 0.990946, -0.133405]</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.0992963</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>[4155, -7675, -7264, 550, 2, 0, -88, 57]</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>242.545</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a438a37a-24bf-4170-84d5-ae19e00e20d3||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6760783195495605, -0.040637675672769547, 0.1884072870016098, 113.90576934814453], [-0.06515747308731079, 2.658635139465332, -0.35652849078178406, -80.09992980957031], [0.1801547259092331, 0.3579164147377014, 2.669717311859131, -76.44572448730469], [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': ['101926.672500', '101927.132500', '101927.592500', '101928.052500', '101928.512500', '101928.972500', '101929.432500', '101929.892500', '101930.352500', '101930.812500', '101931.272500', '101931.732500', '101932.192500', '101932.652500', '101933.112500', '101933.572500', '101934.032500', '101934.492500', '101934.952500', '101935.412500', '101935.872500', '101936.332500', '101936.792500', '101937.252500', '101937.712500', '101938.172500', '101938.632500', '101939.092500', '101939.552500', '101940.012500', '101940.472500', '101940.932500', '101941.392500', '101941.852500', '101942.312500', '101942.772500', '101943.232500', '101943.692500', '101944.152500', '101944.612500', '101945.072500', '101945.532500', '101945.992500', '101946.452500', '101946.912500', '101947.372500', '101947.832500', '101948.292500', '101948.752500', '101949.212500', '101949.672500', '101950.132500', '101950.592500', '101951.052500', '101951.512500', '101951.972500', '101952.432500', '101952.892500', '101953.352500', '101953.812500', '101954.272500', '101954.732500', '101955.192500', '101955.652500', '101956.112500', '101956.572500', '101957.032500', '101957.492500', '101957.952500', '101958.412500', '101958.872500', '101959.332500', '101959.792500', '102000.252500', '102000.712500', '102001.172500', '102001.632500', '102002.092500', '102002.552500', '102003.012500', '102003.472500', '102003.932500', '102004.392500', '102004.852500', '102005.312500', '102005.772500', '102006.232500', '102006.692500', '102007.152500', '102007.612500', '102008.072500', '102008.532500', '102008.992500', '102009.452500', '102009.912500', '102010.372500', '102010.832500', '102011.292500', '102011.752500', '102012.212500', '102012.672500', '102013.132500', '102013.592500', '102014.052500', '102014.512500', '102014.972500', '102015.432500', '102015.892500', '102016.352500', '102016.812500', '102017.272500', '102017.732500', '102018.192500', '102018.652500', '102019.112500', '102019.572500', '102020.032500', '102020.492500', '102020.952500', '102021.412500', '102021.872500', '102022.332500', '102022.792500', '102023.252500', '102023.712500', '102024.172500', '102024.632500', '102025.092500', '102025.552500', '102026.012500', '102026.472500', '102026.932500', '102027.392500', '102027.852500', '102028.312500', '102028.772500', '102029.232500', '102029.692500', '102030.152500', '102030.612500', '102031.072500', '102031.532500', '102031.992500', '102032.452500', '102032.912500', '102033.372500', '102033.832500', '102034.292500', '102034.752500', '102035.212500', '102035.672500', '102036.132500', '102036.592500', '102037.052500', '102037.512500', '102037.972500', '102038.432500', '102038.892500', '102039.352500', '102039.812500', '102040.272500', '102040.732500', '102041.192500', '102041.652500', '102042.112500', '102042.572500', '102043.032500', '102043.492500', '102043.952500', '102044.412500', '102044.872500', '102045.332500', '102045.792500', '102046.252500', '102046.712500', '102047.172500', '102047.632500', '102048.092500', '102048.552500', '102049.012500', '102049.472500', '102049.932500', '102050.392500', '102050.852500', '102051.312500', '102051.772500', '102052.232500', '102052.692500', '102053.152500', '102053.612500', '102054.072500', '102054.532500', '102054.992500', '102055.452500', '102055.912500', '102056.372500', '102056.832500', '102057.292500', '102057.752500', '102058.212500', '102058.672500', '102059.132500', '102059.592500', '102100.052500', '102100.512500', '102100.972500', '102101.432500', '102101.892500', '102102.352500', '102102.812500', '102103.272500', '102103.732500', '102104.192500', '102104.652500', '102105.112500', '102105.572500', '102106.032500', '102106.492500', '102106.952500', '102107.412500', '102107.872500', '102108.332500', '102108.792500', '102109.252500', '102109.712500', '102110.172500', '102110.632500', '102111.092500', '102111.552500', '102112.012500', '102112.472500', '102112.932500', '102113.392500', '102113.852500', '102114.312500', '102114.772500', '102115.232500', '102115.692500', '102116.152500', '102116.612500', '102117.072500', '102117.532500', '102117.992500', '102118.452500', '102118.912500', '102119.372500', '102119.832500', '102120.292500', '102120.752500', '102121.212500', '102121.672500', '102122.132500', '102122.592500', '102123.052500', '102123.512500', '102123.972500', '102124.432500', '102124.892500', '102125.352500', '102125.812500', '102126.272500', '102126.732500', '102127.192500', '102127.652500', '102128.112500', '102128.572500', '102129.032500', '102129.492500', '102129.952500', '102130.412500', '102130.872500', '102131.332500', '102131.792500', '102132.252500', '102132.712500', '102133.172500', '102133.632500', '102134.092500', '102134.552500', '102135.012500', '102135.472500', '102135.932500', '102136.392500', '102136.852500', '102137.312500', '102137.772500', '102138.232500', '102138.692500', '102139.152500', '102139.612500', '102140.072500', '102140.532500', '102140.992500', '102141.452500', '102141.912500', '102142.372500', '102142.832500', '102143.292500', '102143.752500', '102144.212500', '102144.672500', '102145.132500', '102145.592500', '102146.052500', '102146.512500', '102146.972500', '102147.432500', '102147.892500', '102148.352500', '102148.812500', '102149.272500', '102149.732500', '102150.192500', '102150.652500', '102151.112500', '102151.572500', '102152.032500', '102152.492500', '102152.952500', '102153.412500', '102153.872500', '102154.332500', '102154.792500', '102155.252500', '102155.712500', '102156.172500', '102156.632500', '102157.092500', '102157.552500', '102158.012500', '102158.472500', '102158.932500', '102159.392500', '102159.852500', '102200.312500', '102200.772500', '102201.232500', '102201.692500', '102202.152500', '102202.612500', '102203.072500', '102203.532500', '102203.992500', '102204.452500', '102204.912500', '102205.372500', '102205.832500', '102206.292500', '102206.752500', '102207.212500', '102207.672500', '102208.132500', '102208.592500', '102209.052500', '102209.512500', '102209.972500', '102210.432500', '102210.892500', '102211.352500', '102211.812500', '102212.272500', '102212.732500', '102213.192500', '102213.652500', '102214.112500', '102214.572500', '102215.032500', '102215.492500', '102215.952500', '102216.412500', '102216.872500', '102217.332500', '102217.792500', '102218.252500', '102218.712500', '102219.172500', '102219.632500', '102220.092500', '102220.552500', '102221.012500', '102221.472500', '102221.932500', '102222.392500', '102222.852500', '102223.312500', '102223.772500', '102224.232500', '102224.692500', '102225.152500', '102225.612500', '102226.072500', '102226.532500', '102226.992500', '102227.452500', '102227.912500', '102228.372500', '102228.832500', '102229.292500', '102229.752500', '102230.212500', '102230.672500', '102231.132500', '102231.592500', '102232.052500', '102232.512500', '102232.972500', '102233.432500', '102233.892500', '102234.352500', '102234.812500', '102235.272500', '102235.732500', '102236.192500', '102236.652500', '102237.112500', '102237.572500', '102238.032500', '102238.492500', '102238.952500', '102239.412500', '102239.872500', '102240.332500', '102240.792500', '102241.252500', '102241.712500', '102242.172500', '102242.632500', '102243.092500', '102243.552500', '102244.012500', '102244.472500', '102244.932500', '102245.392500', '102245.852500', '102246.312500', '102246.772500', '102247.232500', '102247.692500', '102248.152500', '102248.612500', '102249.072500', '102249.532500', '102249.992500', '102250.452500', '102250.912500', '102251.372500', '102251.832500', '102252.292500', '102252.752500', '102253.212500', '102253.672500', '102254.132500', '102254.592500', '102255.052500', '102255.512500', '102255.972500', '102256.432500', '102256.892500', '102257.352500', '102257.812500', '102258.272500', '102258.732500', '102259.192500', '102259.652500', '102300.112500', '102300.572500', '102301.032500', '102301.492500', '102301.952500', '102302.412500', '102302.872500', '102303.332500', '102303.792500', '102304.252500', '102304.712500', '102305.172500', '102305.632500', '102306.092500', '102306.552500', '102307.012500', '102307.472500', '102307.932500', '102308.392500', '102308.852500', '102309.312500', '102309.772500', '102310.232500', '102310.692500', '102311.152500', '102311.612500', '102312.072500', '102312.532500', '102312.992500', '102313.452500', '102313.912500', '102314.372500', '102314.832500', '102315.292500', '102315.752500', '102316.212500', '102316.672500', '102317.132500', '102317.592500', '102318.052500', '102318.512500', '102318.972500', '102319.432500', '102319.892500', '102320.352500', '102320.812500', '102321.272500', '102321.732500', '102322.192500', '102322.652500', '102323.112500', '102323.572500', '102324.032500', '102324.492500', '102324.952500', '102325.412500', '102325.872500', '102326.332500', '102326.792500', '102327.252500', '102327.712500', '102328.172500', '102328.632500', '102329.092500', '102329.552500', '102330.012500', '102330.472500', '102330.932500', '102331.392500', '102331.852500', '102332.312500', '102332.772500', '102333.232500', '102333.692500', '102334.152500', '102334.612500', '102335.072500', '102335.532500', '102335.992500', '102336.452500', '102336.912500', '102337.372500', '102337.832500', '102338.292500', '102338.752500', '102339.212500', '102339.672500', '102340.132500', '102340.592500', '102341.052500', '102341.512500', '102341.972500', '102342.432500', '102342.892500', '102343.352500', '102343.812500', '102344.272500', '102344.732500', '102345.192500', '102345.652500', '102346.112500', '102346.572500', '102347.032500', '102347.492500', '102347.952500', '102348.412500', '102348.872500', '102349.332500', '102349.792500', '102350.252500', '102350.712500', '102351.172500', '102351.632500', '102352.092500', '102352.552500', '102353.012500', '102353.472500', '102353.932500', '102354.392500', '102354.852500', '102355.312500', '102355.772500', '102356.232500', '102356.692500', '102357.152500', '102357.612500', '102358.072500', '102358.532500', '102358.992500', '102359.452500', '102359.912500', '102400.372500', '102400.832500', '102401.292500', '102401.752500', '102402.212500', '102402.672500', '102403.132500', '102403.592500', '102404.052500', '102404.512500', '102404.972500', '102405.432500', '102405.892500', '102406.352500', '102406.812500', '102407.272500', '102407.732500', '102408.192500', '102408.652500', '102409.112500', '102409.572500', '102410.032500', '102410.492500', '102410.952500', '102411.412500', '102411.872500', '102412.332500', '102412.792500', '102413.252500', '102413.712500', '102414.172500', '102414.632500', '102415.092500', '102415.552500', '102416.012500', '102416.472500', '102416.932500', '102417.392500', '102417.852500', '102418.312500', '102418.772500', '102419.232500', '102419.692500', '102420.152500', '102420.612500', '102421.072500', '102421.532500', '102421.992500', '102422.452500', '102422.912500', '102423.372500', '102423.832500', '102424.292500', '102424.752500', '102425.212500', '102425.672500', '102426.132500', '102426.592500', '102427.052500', '102427.512500', '102427.972500', '102428.432500', '102428.892500', '102429.352500', '102429.812500', '102430.272500', '102430.732500', '102431.192500', '102431.652500', '102432.112500', '102432.572500', '102433.032500', '102433.492500', '102433.952500', '102434.412500', '102434.872500', '102435.332500', '102435.792500', '102436.252500', '102436.712500', '102437.172500', '102437.632500', '102438.092500', '102438.552500', '102439.012500', '102439.472500', '102439.932500', '102440.392500', '102440.852500', '102441.312500', '102441.772500', '102442.232500', '102442.692500', '102443.152500', '102443.612500', '102444.072500', '102444.532500', '102444.992500', '102445.452500', '102445.912500', '102446.372500', '102446.832500', '102447.292500', '102447.752500', '102448.212500', '102448.672500', '102449.132500', '102449.592500', '102450.052500', '102450.512500', '102450.972500', '102451.432500', '102451.892500', '102452.352500', '102452.812500', '102453.272500', '102453.732500', '102454.192500', '102454.652500', '102455.112500', '102455.572500', '102456.032500', '102456.492500', '102456.952500', '102457.412500', '102457.872500', '102458.332500', '102458.792500', '102459.252500', '102459.712500', '102500.172500', '102500.632500', '102501.092500', '102501.552500', '102502.012500', '102502.472500', '102502.932500', '102503.392500', '102503.852500', '102504.312500', '102504.772500', '102505.232500', '102505.692500', '102506.152500', '102506.612500', '102507.072500', '102507.532500', '102507.992500', '102508.452500', '102508.912500', '102509.372500', '102509.832500', '102510.292500', '102510.752500', '102511.212500', '102511.672500', '102512.132500', '102512.592500', '102513.052500', '102513.512500', '102513.972500', '102514.432500', '102514.892500', '102515.352500', '102515.812500', '102516.272500', '102516.732500', '102517.192500', '102517.652500', '102518.112500', '102518.572500', '102519.032500', '102519.492500', '102519.952500', '102520.412500', '102520.872500', '102521.332500', '102521.792500', '102522.252500', '102522.712500', '102523.172500', '102523.632500', '102524.092500', '102524.552500', '102525.012500', '102525.472500', '102525.932500', '102526.392500', '102526.852500', '102527.312500', '102527.772500', '102528.232500', '102528.692500', '102529.152500', '102529.612500', '102530.072500', '102530.532500', '102530.992500', '102531.452500', '102531.912500', '102532.372500', '102532.832500', '102533.292500', '102533.752500', '102534.212500', '102534.672500', '102535.132500', '102535.592500', '102536.052500', '102536.512500', '102536.972500', '102537.432500', '102537.892500', '102538.352500', '102538.812500', '102539.272500', '102539.732500', '102540.192500', '102540.652500', '102541.112500', '102541.572500', '102542.032500', '102542.492500', '102542.952500', '102543.412500', '102543.872500', '102544.332500', '102544.792500', '102545.252500', '102545.712500', '102546.172500', '102546.632500', '102547.092500', '102547.552500', '102548.012500', '102548.472500', '102548.932500', '102549.392500', '102549.852500', '102550.312500', '102550.772500', '102551.232500', '102551.692500', '102552.152500', '102552.612500', '102553.072500', '102553.532500', '102553.992500', '102554.452500', '102554.912500', '102555.372500', '102555.832500', '102556.292500', '102556.752500', '102557.212500', '102557.672500', '102558.132500', '102558.592500', '102559.052500', '102559.512500', '102559.972500', '102600.432500', '102600.892500', '102601.352500', '102601.812500', '102602.272500', '102602.732500', '102603.192500', '102603.652500', '102604.112500', '102604.572500', '102605.032500', '102605.492500', '102605.952500', '102606.412500', '102606.872500', '102607.332500'], 'ContentTime': ['101951.965000', '101951.968000', '101951.971000', '101951.974000', '101951.976000', '101951.979000', '101951.982000', '101951.985000', '101951.988000', '101951.990000', '101951.993000', '101951.996000', '101952.000000', '101952.003000', '101952.006000', '101952.008000', '101952.011000', '101952.014000', '101952.017000', '101952.019000', '101952.022000', '101952.025000', '101952.028000', '101952.031000', '101952.040000', '101952.042000', '101952.045000', '101952.048000', '101952.051000', '101952.053000', '101952.056000', '101952.059000', '101952.062000', '101952.065000', '101952.067000', '101952.070000', '101952.073000', '101952.076000', '101952.078000', '101952.081000', '101952.084000', '101952.087000', '101952.089000', '101952.092000', '101952.095000', '101952.098000', '101952.101000', '101952.103000', '101952.106000', '101952.109000', '101952.112000', '101952.114000', '101952.117000', '101952.120000', '102011.927000', '102011.930000', '102011.933000', '102011.935000', '102011.938000', '102011.941000', '102011.944000', '102011.946000', '102011.949000', '102011.952000', '102011.961000', '102011.964000', '102011.966000', '102011.969000', '102011.972000', '102011.975000', '102011.978000', '102011.981000', '102011.983000', '102011.986000', '102011.989000', '102011.992000', '102011.994000', '102011.997000', '102012.001000', '102012.004000', '102012.006000', '102012.009000', '102012.012000', '102012.015000', '102012.018000', '102012.020000', '102012.023000', '102012.026000', '102012.032000', '102012.035000', '102012.038000', '102012.041000', '102012.043000', '102012.046000', '102012.049000', '102012.052000', '102012.054000', '102031.926000', '102031.929000', '102031.931000', '102031.934000', '102031.937000', '102031.940000', '102031.943000', '102031.949000', '102031.952000', '102031.954000', '102031.957000', '102031.960000', '102031.963000', '102031.966000', '102031.969000', '102031.972000', '102031.974000', '102031.977000', '102031.980000', '102031.983000', '102031.986000', '102031.988000', '102031.991000', '102031.994000', '102031.997000', '102032.001000', '102032.003000', '102032.006000', '102032.009000', '102032.012000', '102032.014000', '102032.017000', '102032.020000', '102032.023000', '102032.025000', '102032.028000', '102032.031000', '102032.034000', '102032.036000', '102032.039000', '102032.042000', '102032.045000', '102032.047000', '102032.050000', '102051.926000', '102051.929000', '102051.931000', '102051.934000', '102051.937000', '102051.940000', '102051.943000', '102051.946000', '102051.948000', '102051.951000', '102051.954000', '102051.957000', '102051.960000', '102051.962000', '102051.965000', '102051.968000', '102051.971000', '102051.974000', '102051.976000', '102051.979000', '102051.982000', '102051.985000', '102051.989000', '102051.992000', '102051.995000', '102051.998000', '102052.001000', '102052.009000', '102052.012000', '102052.014000', '102052.017000', '102052.020000', '102052.023000', '102052.026000', '102052.028000', '102052.031000', '102052.034000', '102052.037000', '102052.039000', '102052.042000', '102052.045000', '102052.048000', '102052.051000', '102111.926000', '102111.929000', '102111.931000', '102111.934000', '102111.937000', '102111.940000', '102111.943000', '102111.945000', '102111.948000', '102111.951000', '102111.954000', '102111.956000', '102111.959000', '102111.972000', '102111.974000', '102111.977000', '102111.980000', '102111.983000', '102111.986000', '102111.988000', '102111.991000', '102111.994000', '102111.997000', '102112.001000', '102112.004000', '102112.006000', '102112.009000', '102112.012000', '102112.015000', '102112.018000', '102112.020000', '102112.023000', '102112.028000', '102112.031000', '102112.034000', '102112.037000', '102112.039000', '102112.042000', '102112.045000', '102112.048000', '102112.051000', '102112.053000', '102112.056000', '102112.059000', '102131.926000', '102131.929000', '102131.931000', '102131.934000', '102131.937000', '102131.940000', '102131.943000', '102131.945000', '102131.948000', '102131.957000', '102131.960000', '102131.963000', '102131.966000', '102131.969000', '102131.971000', '102131.974000', '102131.977000', '102131.980000', '102131.983000', '102131.986000', '102131.989000', '102131.991000', '102131.994000', '102131.997000', '102132.001000', '102132.004000', '102132.012000', '102132.015000', '102132.018000', '102132.020000', '102132.023000', '102132.026000', '102132.029000', '102132.032000', '102132.035000', '102132.037000', '102132.040000', '102132.043000', '102132.046000', '102132.049000', '102132.051000', '102132.054000', '102132.057000', '102151.927000', '102151.930000', '102151.932000', '102151.935000', '102151.938000', '102151.941000', '102151.944000', '102151.947000', '102151.949000', '102151.952000', '102151.955000', '102151.958000', '102151.961000', '102151.964000', '102151.966000', '102151.969000', '102151.972000', '102151.975000', '102151.978000', '102151.980000', '102151.983000', '102151.986000', '102151.989000', '102151.992000', '102151.995000', '102151.997000', '102152.000000', '102152.003000', '102152.006000', '102152.009000', '102152.012000', '102152.014000', '102152.017000', '102152.020000', '102152.023000', '102152.025000', '102152.028000', '102152.031000', '102152.034000', '102152.036000', '102152.039000', '102152.042000', '102152.045000', '102152.048000', '102211.927000', '102211.930000', '102211.933000', '102211.935000', '102211.938000', '102211.941000', '102211.944000', '102211.947000', '102211.949000', '102211.952000', '102211.955000', '102211.958000', '102211.961000', '102211.963000', '102211.966000', '102211.969000', '102211.972000', '102211.975000', '102211.977000', '102211.980000', '102211.983000', '102211.986000', '102211.989000', '102211.992000', '102211.994000', '102211.997000', '102212.001000', '102212.004000', '102212.007000', '102212.009000', '102212.012000', '102212.015000', '102212.018000', '102212.021000', '102212.023000', '102212.027000', '102212.030000', '102212.033000', '102212.035000', '102212.038000', '102212.041000', '102212.044000', '102212.047000', '102231.927000', '102231.930000', '102231.932000', '102231.935000', '102231.938000', '102231.941000', '102231.944000', '102231.946000', '102231.949000', '102231.952000', '102231.955000', '102231.958000', '102231.960000', '102231.963000', '102231.966000', '102231.969000', '102231.972000', '102231.974000', '102231.977000', '102231.980000', '102231.983000', '102231.986000', '102231.989000', '102231.993000', '102231.996000', '102232.000000', '102232.003000', '102232.006000', '102232.009000', '102232.012000', '102232.015000', '102232.018000', '102232.021000', '102232.023000', '102232.026000', '102232.029000', '102232.032000', '102232.035000', '102232.049000', '102232.052000', '102232.054000', '102232.057000', '102232.060000', '102232.063000', '102251.926000', '102251.929000', '102251.932000', '102251.934000', '102251.943000', '102251.945000', '102251.948000', '102251.951000', '102251.954000', '102251.957000', '102251.960000', '102251.963000', '102251.966000', '102251.978000', '102251.981000', '102251.984000', '102251.987000', '102251.990000', '102251.992000', '102251.995000', '102251.998000', '102252.002000', '102252.004000', '102252.007000', '102252.010000', '102252.013000', '102252.016000', '102252.019000', '102252.021000', '102252.024000', '102252.027000', '102252.030000', '102252.033000', '102252.035000', '102252.038000', '102252.041000', '102252.044000', '102252.047000', '102252.049000', '102252.052000', '102252.055000', '102252.058000', '102252.061000', '102311.926000', '102311.929000', '102311.931000', '102311.934000', '102311.937000', '102311.940000', '102311.943000', '102311.945000', '102311.948000', '102311.951000', '102311.954000', '102311.957000', '102311.959000', '102311.963000', '102311.965000', '102311.968000', '102311.971000', '102311.974000', '102311.977000', '102311.979000', '102311.982000', '102311.985000', '102311.988000', '102311.991000', '102311.994000', '102311.997000', '102312.000000', '102312.003000', '102312.006000', '102312.009000', '102312.012000', '102312.014000', '102312.017000', '102312.020000', '102312.023000', '102312.026000', '102312.029000', '102312.031000', '102312.034000', '102312.037000', '102312.040000', '102312.042000', '102312.045000', '102312.048000', '102331.926000', '102331.929000', '102331.932000', '102331.934000', '102331.937000', '102331.940000', '102331.943000', '102331.946000', '102331.948000', '102331.951000', '102331.954000', '102331.965000', '102331.968000', '102331.971000', '102331.973000', '102331.976000', '102331.979000', '102331.982000', '102331.985000', '102331.988000', '102331.991000', '102331.994000', '102331.996000', '102332.000000', '102332.003000', '102332.006000', '102332.009000', '102332.012000', '102332.015000', '102332.018000', '102332.020000', '102332.023000', '102332.036000', '102332.039000', '102332.042000', '102332.045000', '102332.047000', '102332.050000', '102332.053000', '102332.056000', '102332.058000', '102332.061000', '102332.065000', '102351.926000', '102351.929000', '102351.931000', '102351.934000', '102351.937000', '102351.940000', '102351.943000', '102351.945000', '102351.953000', '102351.956000', '102351.959000', '102351.962000', '102351.965000', '102351.967000', '102351.970000', '102351.973000', '102351.976000', '102351.979000', '102351.982000', '102351.984000', '102351.987000', '102351.990000', '102351.993000', '102351.996000', '102352.000000', '102352.003000', '102352.005000', '102352.008000', '102352.011000', '102352.014000', '102352.017000', '102352.019000', '102352.022000', '102352.025000', '102352.028000', '102352.031000', '102352.034000', '102352.036000', '102352.039000', '102352.042000', '102352.045000', '102352.048000', '102352.050000', '102352.053000', '102411.927000', '102411.930000', '102411.933000', '102411.935000', '102411.938000', '102411.941000', '102411.944000', '102411.947000', '102411.950000', '102411.952000', '102411.955000', '102411.958000', '102411.961000', '102411.964000', '102411.967000', '102411.970000', '102411.972000', '102411.975000', '102411.978000', '102411.988000', '102411.991000', '102411.994000', '102411.997000', '102411.999000', '102412.002000', '102412.005000', '102412.008000', '102412.011000', '102412.013000', '102412.016000', '102412.019000', '102412.022000', '102412.025000', '102412.027000', '102412.030000', '102412.033000', '102412.036000', '102412.039000', '102412.042000', '102412.044000', '102412.047000', '102412.050000', '102412.053000', '102431.927000', '102431.931000', '102431.934000', '102431.937000', '102431.940000', '102431.943000', '102431.946000', '102431.949000', '102431.951000', '102431.954000', '102431.957000', '102431.960000', '102431.963000', '102431.965000', '102431.968000', '102431.971000', '102431.974000', '102431.977000', '102431.979000', '102431.982000', '102431.985000', '102431.988000', '102431.991000', '102431.994000', '102431.996000', '102432.000000', '102432.003000', '102432.006000', '102432.008000', '102432.011000', '102432.014000', '102432.017000', '102432.020000', '102432.023000', '102432.025000', '102432.028000', '102432.031000', '102432.034000', '102432.037000', '102432.040000', '102432.043000', '102432.046000', '102432.048000', '102451.927000', '102451.930000', '102451.933000', '102451.935000', '102451.938000', '102451.941000', '102451.944000', '102451.946000', '102451.949000', '102451.952000', '102451.955000', '102451.958000', '102451.960000', '102451.963000', '102451.966000', '102451.969000', '102451.972000', '102451.974000', '102451.977000', '102451.980000', '102451.983000', '102451.986000', '102451.989000', '102451.991000', '102451.994000', '102451.997000', '102452.001000', '102452.004000', '102452.006000', '102452.009000', '102452.012000', '102452.015000', '102452.018000', '102452.020000', '102452.023000', '102452.026000', '102452.029000', '102452.032000', '102452.034000', '102452.037000', '102452.040000', '102452.043000', '102452.046000', '102452.048000', '102511.926000', '102511.929000', '102511.932000', '102511.934000', '102511.937000', '102511.940000', '102511.943000', '102511.946000', '102511.950000', '102511.955000', '102511.957000', '102511.960000', '102511.963000', '102511.966000', '102511.969000', '102511.972000', '102511.974000', '102511.977000', '102511.980000', '102511.983000', '102511.986000', '102511.989000', '102511.992000', '102511.994000', '102511.997000', '102512.000000', '102512.003000', '102512.006000', '102512.008000', '102512.011000', '102512.014000', '102512.017000', '102512.020000', '102512.022000', '102512.025000', '102512.028000', '102512.031000', '102512.034000', '102512.036000', '102512.039000', '102512.042000', '102512.045000', '102512.047000', '102531.926000', '102531.929000', '102531.932000', '102531.935000', '102531.937000', '102531.940000', '102531.943000', '102531.946000', '102531.949000', '102531.958000', '102531.961000', '102531.963000', '102531.966000', '102531.969000', '102531.972000', '102531.975000', '102531.977000', '102531.980000', '102531.983000', '102531.986000', '102531.989000', '102531.991000', '102531.994000', '102531.997000', '102532.001000', '102532.004000', '102532.006000', '102532.009000', '102532.012000', '102532.015000', '102532.019000', '102532.036000', '102532.039000', '102532.041000', '102532.044000', '102532.047000', '102532.050000', '102532.053000', '102532.056000', '102532.058000', '102532.061000', '102532.064000', '102532.067000', '102532.070000', '102551.926000', '102551.929000', '102551.932000', '102551.934000', '102551.937000', '102551.940000', '102551.943000', '102551.946000', '102551.948000', '102551.951000', '102551.954000', '102551.957000', '102551.960000', '102551.963000', '102551.968000', '102551.971000', '102551.974000', '102551.977000', '102551.980000', '102551.983000', '102551.985000', '102551.988000', '102551.991000', '102551.994000', '102551.996000', '102552.000000', '102552.003000', '102552.006000', '102552.009000', '102552.012000', '102552.015000', '102552.017000', '102552.020000', '102552.023000', '102552.026000', '102552.028000', '102552.031000', '102552.034000', '102552.037000', '102552.040000', '102552.042000', '102552.045000', '102552.048000', '102608.107000', '102608.110000', '102608.113000', '102608.116000', '102608.120000', '102608.123000', '102608.126000', '102608.129000', '102608.133000', '102608.136000', '102608.139000', '102608.142000', '102608.144000', '102608.147000', '102608.150000', '102608.153000', '102608.156000', '102608.159000', '102608.162000', '102608.165000', '102608.168000', '102608.171000', '102608.174000', '102608.177000', '102608.180000', '102608.183000', '102608.185000', '102608.188000', '102608.191000', '102608.194000', '102608.197000', '102608.200000', '102608.203000', '102608.205000', '102608.208000', '102608.211000'], 'InstanceCreationTime': ['101951.965000', '101951.968000', '101951.971000', '101951.974000', '101951.976000', '101951.979000', '101951.982000', '101951.985000', '101951.988000', '101951.990000', '101951.993000', '101951.996000', '101952.000000', '101952.003000', '101952.006000', '101952.008000', '101952.011000', '101952.014000', '101952.017000', '101952.019000', '101952.022000', '101952.025000', '101952.028000', '101952.031000', '101952.040000', '101952.042000', '101952.045000', '101952.048000', '101952.051000', '101952.053000', '101952.056000', '101952.059000', '101952.062000', '101952.065000', '101952.067000', '101952.070000', '101952.073000', '101952.076000', '101952.078000', '101952.081000', '101952.084000', '101952.087000', '101952.089000', '101952.092000', '101952.095000', '101952.098000', '101952.101000', '101952.103000', '101952.106000', '101952.109000', '101952.112000', '101952.114000', '101952.117000', '101952.120000', '102011.927000', '102011.930000', '102011.933000', '102011.935000', '102011.938000', '102011.941000', '102011.944000', '102011.946000', '102011.949000', '102011.952000', '102011.961000', '102011.964000', '102011.966000', '102011.969000', '102011.972000', '102011.975000', '102011.978000', '102011.981000', '102011.983000', '102011.986000', '102011.989000', '102011.992000', '102011.994000', '102011.997000', '102012.001000', '102012.004000', '102012.006000', '102012.009000', '102012.012000', '102012.015000', '102012.018000', '102012.020000', '102012.023000', '102012.026000', '102012.032000', '102012.035000', '102012.038000', '102012.041000', '102012.043000', '102012.046000', '102012.049000', '102012.052000', '102012.054000', '102031.926000', '102031.929000', '102031.931000', '102031.934000', '102031.937000', '102031.940000', '102031.943000', '102031.949000', '102031.952000', '102031.954000', '102031.957000', '102031.960000', '102031.963000', '102031.966000', '102031.969000', '102031.972000', '102031.974000', '102031.977000', '102031.980000', '102031.983000', '102031.986000', '102031.988000', '102031.991000', '102031.994000', '102031.997000', '102032.001000', '102032.003000', '102032.006000', '102032.009000', '102032.012000', '102032.014000', '102032.017000', '102032.020000', '102032.023000', '102032.025000', '102032.028000', '102032.031000', '102032.034000', '102032.036000', '102032.039000', '102032.042000', '102032.045000', '102032.047000', '102032.050000', '102051.926000', '102051.929000', '102051.931000', '102051.934000', '102051.937000', '102051.940000', '102051.943000', '102051.946000', '102051.948000', '102051.951000', '102051.954000', '102051.957000', '102051.960000', '102051.962000', '102051.965000', '102051.968000', '102051.971000', '102051.974000', '102051.976000', '102051.979000', '102051.982000', '102051.985000', '102051.989000', '102051.992000', '102051.995000', '102051.998000', '102052.001000', '102052.009000', '102052.012000', '102052.014000', '102052.017000', '102052.020000', '102052.023000', '102052.026000', '102052.028000', '102052.031000', '102052.034000', '102052.037000', '102052.039000', '102052.042000', '102052.045000', '102052.048000', '102052.051000', '102111.926000', '102111.929000', '102111.931000', '102111.934000', '102111.937000', '102111.940000', '102111.943000', '102111.945000', '102111.948000', '102111.951000', '102111.954000', '102111.956000', '102111.959000', '102111.972000', '102111.974000', '102111.977000', '102111.980000', '102111.983000', '102111.986000', '102111.988000', '102111.991000', '102111.994000', '102111.997000', '102112.001000', '102112.004000', '102112.006000', '102112.009000', '102112.012000', '102112.015000', '102112.018000', '102112.020000', '102112.023000', '102112.028000', '102112.031000', '102112.034000', '102112.037000', '102112.039000', '102112.042000', '102112.045000', '102112.048000', '102112.051000', '102112.053000', '102112.056000', '102112.059000', '102131.926000', '102131.929000', '102131.931000', '102131.934000', '102131.937000', '102131.940000', '102131.943000', '102131.945000', '102131.948000', '102131.957000', '102131.960000', '102131.963000', '102131.966000', '102131.969000', '102131.971000', '102131.974000', '102131.977000', '102131.980000', '102131.983000', '102131.986000', '102131.989000', '102131.991000', '102131.994000', '102131.997000', '102132.001000', '102132.004000', '102132.012000', '102132.015000', '102132.018000', '102132.020000', '102132.023000', '102132.026000', '102132.029000', '102132.032000', '102132.035000', '102132.037000', '102132.040000', '102132.043000', '102132.046000', '102132.049000', '102132.051000', '102132.054000', '102132.057000', '102151.927000', '102151.930000', '102151.932000', '102151.935000', '102151.938000', '102151.941000', '102151.944000', '102151.947000', '102151.949000', '102151.952000', '102151.955000', '102151.958000', '102151.961000', '102151.964000', '102151.966000', '102151.969000', '102151.972000', '102151.975000', '102151.978000', '102151.980000', '102151.983000', '102151.986000', '102151.989000', '102151.992000', '102151.995000', '102151.997000', '102152.000000', '102152.003000', '102152.006000', '102152.009000', '102152.012000', '102152.014000', '102152.017000', '102152.020000', '102152.023000', '102152.025000', '102152.028000', '102152.031000', '102152.034000', '102152.036000', '102152.039000', '102152.042000', '102152.045000', '102152.048000', '102211.927000', '102211.930000', '102211.933000', '102211.935000', '102211.938000', '102211.941000', '102211.944000', '102211.947000', '102211.949000', '102211.952000', '102211.955000', '102211.958000', '102211.961000', '102211.963000', '102211.966000', '102211.969000', '102211.972000', '102211.975000', '102211.977000', '102211.980000', '102211.983000', '102211.986000', '102211.989000', '102211.992000', '102211.994000', '102211.997000', '102212.001000', '102212.004000', '102212.007000', '102212.009000', '102212.012000', '102212.015000', '102212.018000', '102212.021000', '102212.023000', '102212.027000', '102212.030000', '102212.033000', '102212.035000', '102212.038000', '102212.041000', '102212.044000', '102212.047000', '102231.927000', '102231.930000', '102231.932000', '102231.935000', '102231.938000', '102231.941000', '102231.944000', '102231.946000', '102231.949000', '102231.952000', '102231.955000', '102231.958000', '102231.960000', '102231.963000', '102231.966000', '102231.969000', '102231.972000', '102231.974000', '102231.977000', '102231.980000', '102231.983000', '102231.986000', '102231.989000', '102231.993000', '102231.996000', '102232.000000', '102232.003000', '102232.006000', '102232.009000', '102232.012000', '102232.015000', '102232.018000', '102232.021000', '102232.023000', '102232.026000', '102232.029000', '102232.032000', '102232.035000', '102232.049000', '102232.052000', '102232.054000', '102232.057000', '102232.060000', '102232.063000', '102251.926000', '102251.929000', '102251.932000', '102251.934000', '102251.943000', '102251.945000', '102251.948000', '102251.951000', '102251.954000', '102251.957000', '102251.960000', '102251.963000', '102251.966000', '102251.978000', '102251.981000', '102251.984000', '102251.987000', '102251.990000', '102251.992000', '102251.995000', '102251.998000', '102252.002000', '102252.004000', '102252.007000', '102252.010000', '102252.013000', '102252.016000', '102252.019000', '102252.021000', '102252.024000', '102252.027000', '102252.030000', '102252.033000', '102252.035000', '102252.038000', '102252.041000', '102252.044000', '102252.047000', '102252.049000', '102252.052000', '102252.055000', '102252.058000', '102252.061000', '102311.926000', '102311.929000', '102311.931000', '102311.934000', '102311.937000', '102311.940000', '102311.943000', '102311.945000', '102311.948000', '102311.951000', '102311.954000', '102311.957000', '102311.959000', '102311.963000', '102311.965000', '102311.968000', '102311.971000', '102311.974000', '102311.977000', '102311.979000', '102311.982000', '102311.985000', '102311.988000', '102311.991000', '102311.994000', '102311.997000', '102312.000000', '102312.003000', '102312.006000', '102312.009000', '102312.012000', '102312.014000', '102312.017000', '102312.020000', '102312.023000', '102312.026000', '102312.029000', '102312.031000', '102312.034000', '102312.037000', '102312.040000', '102312.042000', '102312.045000', '102312.048000', '102331.926000', '102331.929000', '102331.932000', '102331.934000', '102331.937000', '102331.940000', '102331.943000', '102331.946000', '102331.948000', '102331.951000', '102331.954000', '102331.965000', '102331.968000', '102331.971000', '102331.973000', '102331.976000', '102331.979000', '102331.982000', '102331.985000', '102331.988000', '102331.991000', '102331.994000', '102331.996000', '102332.000000', '102332.003000', '102332.006000', '102332.009000', '102332.012000', '102332.015000', '102332.018000', '102332.020000', '102332.023000', '102332.036000', '102332.039000', '102332.042000', '102332.045000', '102332.047000', '102332.050000', '102332.053000', '102332.056000', '102332.058000', '102332.061000', '102332.065000', '102351.926000', '102351.929000', '102351.931000', '102351.934000', '102351.937000', '102351.940000', '102351.943000', '102351.945000', '102351.953000', '102351.956000', '102351.959000', '102351.962000', '102351.965000', '102351.967000', '102351.970000', '102351.973000', '102351.976000', '102351.979000', '102351.982000', '102351.984000', '102351.987000', '102351.990000', '102351.993000', '102351.996000', '102352.000000', '102352.003000', '102352.005000', '102352.008000', '102352.011000', '102352.014000', '102352.017000', '102352.019000', '102352.022000', '102352.025000', '102352.028000', '102352.031000', '102352.034000', '102352.036000', '102352.039000', '102352.042000', '102352.045000', '102352.048000', '102352.050000', '102352.053000', '102411.927000', '102411.930000', '102411.933000', '102411.935000', '102411.938000', '102411.941000', '102411.944000', '102411.947000', '102411.950000', '102411.952000', '102411.955000', '102411.958000', '102411.961000', '102411.964000', '102411.967000', '102411.970000', '102411.972000', '102411.975000', '102411.978000', '102411.988000', '102411.991000', '102411.994000', '102411.997000', '102411.999000', '102412.002000', '102412.005000', '102412.008000', '102412.011000', '102412.013000', '102412.016000', '102412.019000', '102412.022000', '102412.025000', '102412.027000', '102412.030000', '102412.033000', '102412.036000', '102412.039000', '102412.042000', '102412.044000', '102412.047000', '102412.050000', '102412.053000', '102431.927000', '102431.931000', '102431.934000', '102431.937000', '102431.940000', '102431.943000', '102431.946000', '102431.949000', '102431.951000', '102431.954000', '102431.957000', '102431.960000', '102431.963000', '102431.965000', '102431.968000', '102431.971000', '102431.974000', '102431.977000', '102431.979000', '102431.982000', '102431.985000', '102431.988000', '102431.991000', '102431.994000', '102431.996000', '102432.000000', '102432.003000', '102432.006000', '102432.008000', '102432.011000', '102432.014000', '102432.017000', '102432.020000', '102432.023000', '102432.025000', '102432.028000', '102432.031000', '102432.034000', '102432.037000', '102432.040000', '102432.043000', '102432.046000', '102432.048000', '102451.927000', '102451.930000', '102451.933000', '102451.935000', '102451.938000', '102451.941000', '102451.944000', '102451.946000', '102451.949000', '102451.952000', '102451.955000', '102451.958000', '102451.960000', '102451.963000', '102451.966000', '102451.969000', '102451.972000', '102451.974000', '102451.977000', '102451.980000', '102451.983000', '102451.986000', '102451.989000', '102451.991000', '102451.994000', '102451.997000', '102452.001000', '102452.004000', '102452.006000', '102452.009000', '102452.012000', '102452.015000', '102452.018000', '102452.020000', '102452.023000', '102452.026000', '102452.029000', '102452.032000', '102452.034000', '102452.037000', '102452.040000', '102452.043000', '102452.046000', '102452.048000', '102511.926000', '102511.929000', '102511.932000', '102511.934000', '102511.937000', '102511.940000', '102511.943000', '102511.946000', '102511.950000', '102511.955000', '102511.957000', '102511.960000', '102511.963000', '102511.966000', '102511.969000', '102511.972000', '102511.974000', '102511.977000', '102511.980000', '102511.983000', '102511.986000', '102511.989000', '102511.992000', '102511.994000', '102511.997000', '102512.000000', '102512.003000', '102512.006000', '102512.008000', '102512.011000', '102512.014000', '102512.017000', '102512.020000', '102512.022000', '102512.025000', '102512.028000', '102512.031000', '102512.034000', '102512.036000', '102512.039000', '102512.042000', '102512.045000', '102512.047000', '102531.926000', '102531.929000', '102531.932000', '102531.935000', '102531.937000', '102531.940000', '102531.943000', '102531.946000', '102531.949000', '102531.958000', '102531.961000', '102531.963000', '102531.966000', '102531.969000', '102531.972000', '102531.975000', '102531.977000', '102531.980000', '102531.983000', '102531.986000', '102531.989000', '102531.991000', '102531.994000', '102531.997000', '102532.001000', '102532.004000', '102532.006000', '102532.009000', '102532.012000', '102532.015000', '102532.019000', '102532.036000', '102532.039000', '102532.041000', '102532.044000', '102532.047000', '102532.050000', '102532.053000', '102532.056000', '102532.058000', '102532.061000', '102532.064000', '102532.067000', '102532.070000', '102551.926000', '102551.929000', '102551.932000', '102551.934000', '102551.937000', '102551.940000', '102551.943000', '102551.946000', '102551.948000', '102551.951000', '102551.954000', '102551.957000', '102551.960000', '102551.963000', '102551.968000', '102551.971000', '102551.974000', '102551.977000', '102551.980000', '102551.983000', '102551.985000', '102551.988000', '102551.991000', '102551.994000', '102551.996000', '102552.000000', '102552.003000', '102552.006000', '102552.009000', '102552.012000', '102552.015000', '102552.017000', '102552.020000', '102552.023000', '102552.026000', '102552.028000', '102552.031000', '102552.034000', '102552.037000', '102552.040000', '102552.042000', '102552.045000', '102552.048000', '102608.107000', '102608.110000', '102608.113000', '102608.116000', '102608.120000', '102608.123000', '102608.126000', '102608.129000', '102608.133000', '102608.136000', '102608.139000', '102608.142000', '102608.144000', '102608.147000', '102608.150000', '102608.153000', '102608.156000', '102608.159000', '102608.162000', '102608.165000', '102608.168000', '102608.171000', '102608.174000', '102608.177000', '102608.180000', '102608.183000', '102608.185000', '102608.188000', '102608.191000', '102608.194000', '102608.197000', '102608.200000', '102608.203000', '102608.205000', '102608.208000', '102608.211000'], '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': [8681, 9421, 7122, 7142, 7581, 7062, 10102, 7490, 9976, 10465, 6962, 8359, 7100, 7232, 8620, 7599, 6951, 7767, 7056, 10806, 9755, 7083, 7203, 7381, 7160, 8267, 7390, 7108, 9689, 7394, 7462, 9228, 7384, 7368, 7297, 6998, 11825, 8316, 7069, 8369, 7102, 7136, 7786, 6851, 6850, 8065, 7240, 7332, 7492, 8034, 7032, 7001, 7423, 7736, 7028, 11003, 8664, 7262, 12390, 9579, 8124, 12521, 10674, 10844, 13613, 11231, 7423, 12326, 7197, 8266, 6865, 7295, 10966, 9183, 6876, 9221, 7062, 7797, 7099, 6666, 9949, 7233, 8458, 8890, 7301, 11465, 11002, 8524, 11756, 7842, 6880, 11601, 8165, 12464, 10797, 9035, 12739, 7143, 8699, 7976, 6672, 8763, 7541, 12839, 10818, 8657, 7917, 6899, 7940, 7064, 6845, 7456, 7389, 10177, 8402, 6647, 8690, 7709, 8795, 8257, 7149, 11762, 10265, 8389, 11844, 7573, 6728, 8630, 7537, 6617, 6667, 7460, 8410, 10953, 6790, 9535, 7157, 7391, 7253, 6619, 11805, 9142, 11923, 7345, 6577, 6870, 6732, 7591, 6981, 9991, 7523, 6573, 7826, 6871, 7638, 7274, 6629, 7452, 6754, 9905, 7605, 9635, 8356, 6802, 7541, 6896, 9636, 7296, 7332, 7943, 6897, 7529, 7647, 6790, 7827, 7817, 8357, 11283, 8859, 7756, 9484, 8107, 7598, 8336, 7517, 10947, 9641, 7634, 11622, 7629, 13060, 11265, 10187, 13203, 9940, 10116, 9658, 7276, 8951, 8104, 7647, 9023, 7650, 7581, 7165, 8563, 7158, 7279, 7218, 6954, 7829, 7559, 10554, 7768, 11993, 12737, 8779, 11299, 7761, 9550, 13311, 10613, 7753, 8881, 8217, 7981, 7986, 7383, 8834, 8233, 7940, 7811, 8627, 7946, 8941, 7357, 10672, 9157, 7835, 9946, 8393, 8119, 7979, 7638, 10358, 9107, 7772, 11600, 7037, 7834, 8052, 7896, 9054, 7636, 10270, 7890, 7973, 9665, 8258, 8091, 9774, 8312, 8107, 7374, 8186, 8034, 7928, 8007, 8299, 7535, 8545, 8479, 8176, 8659, 9015, 10584, 9822, 12404, 8605, 11858, 7426, 9878, 7336, 8787, 7145, 7857, 7806, 7879, 11731, 7988, 8066, 8328, 7938, 7766, 7994, 8416, 7563, 7970, 8179, 7983, 10434, 7675, 8393, 7759, 7875, 8168, 7994, 7729, 7436, 9265, 7972, 8151, 7398, 8457, 8048, 8048, 6866, 8049, 7622, 7818, 8843, 8565, 7846, 7812, 8755, 7819, 9318, 7601, 10776, 9429, 7813, 10137, 7772, 11943, 10081, 8373, 11603, 6732, 8026, 8052, 7840, 8730, 8506, 7880, 8320, 7586, 7731, 7809, 7517, 7618, 7761, 7518, 8016, 7924, 8796, 7654, 7775, 8111, 7784, 8026, 8577, 7941, 10622, 7730, 8887, 8185, 8059, 8521, 7967, 11566, 8156, 9948, 8701, 7736, 6803, 8444, 7955, 7925, 7683, 8016, 8709, 7870, 7898, 7868, 8334, 7942, 8621, 7699, 8968, 9670, 8387, 11482, 8005, 7646, 9587, 7977, 7924, 10469, 10656, 8755, 12030, 10047, 7810, 7581, 7740, 7837, 7397, 8845, 6923, 11302, 8887, 7074, 11209, 7596, 10776, 10383, 8865, 11413, 9969, 7712, 9493, 9574, 6884, 6822, 7603, 8001, 7433, 7652, 7510, 7888, 8094, 7305, 9633, 7435, 10780, 9496, 7837, 11314, 8453, 12745, 8855, 11681, 6965, 7828, 7660, 7556, 10291, 7816, 7981, 7799, 7714, 8097, 8619, 8099, 8366, 7851, 8404, 8273, 7800, 7805, 7895, 7753, 8881, 7992, 8085, 7652, 7722, 8204, 8012, 9117, 8321, 7759, 7831, 7611, 7801, 8155, 7719, 9200, 7847, 11475, 9487, 7830, 10776, 8076, 7645, 7947, 7599, 9933, 8732, 7878, 9569, 8842, 7932, 7974, 8023, 8910, 8048, 8253, 7686, 9643, 11194, 10628, 12276, 9985, 7948, 8723, 7591, 12073, 8692, 11041, 12196, 8070, 7758, 8049, 7746, 7594, 9147, 7902, 7851, 8817, 7850, 7997, 7473, 8765, 9733, 8360, 7804, 7832, 7591, 7766, 8173, 7677, 10775, 8280, 7666, 7713, 7540, 7465, 8176, 7618, 9435, 8533, 7337, 7351, 6854, 7675, 8136, 7170, 8322, 7040, 10041, 7584, 9396, 11150, 9297, 10753, 9670, 6952, 12130, 9866, 7010, 12058, 9046, 8521, 10802, 9483, 9566, 7759, 7893, 7680, 9525, 8151, 11601, 9268, 8389, 9269, 8654, 11285, 9925, 10222, 12457, 10991, 8081, 8997, 7673, 11801, 10137, 7962, 10402, 7712, 11567, 8347, 7940, 11312, 7196, 8220, 7897, 7975, 8094, 7553, 8091, 7982, 8162, 8172, 7222, 6925, 8250, 11443, 8923, 7572, 8524, 7157, 8018, 7942, 7493, 10807, 8292, 7736, 8583, 7645, 12288, 10233, 9726, 11584, 8677, 9640, 10832, 7150, 7599, 10890, 10322, 7731, 7762, 8076, 7476, 8685, 7300, 10219, 7825, 10511, 8051, 9344, 6941, 8303, 6638, 7609, 6771, 8559, 6971, 7668, 8422, 7554, 7948, 7734, 8024, 7704, 8093, 7731, 7844, 8143, 7404, 8201, 7073, 8165, 8090, 8431, 8459, 7350, 7562, 8205, 8046, 7605, 8167, 7877, 8312, 8129, 8528, 7665, 9693, 8454, 7936, 10621, 8009, 7842, 8631, 8004, 7986, 7611, 8653, 7923, 8951, 7467, 10022, 8078, 7966, 11777, 9599, 7692, 11819, 8648, 7756, 10556, 7735, 11577, 9608, 8806, 12073, 10557, 8136, 12168, 7791, 7085, 8856, 7720, 6818, 7103, 8111, 6925, 8307, 8211, 6803, 7507, 6830, 10466, 6966, 11047, 9232, 11382, 9761, 7270, 7688, 6842, 8151, 7034, 7567, 7763, 7587, 9143, 7881, 7352, 7256, 6823, 7163, 8292, 6690, 8152, 8325, 7004, 10326, 7430, 9731, 8094, 6604, 10683, 8260, 7291, 10811, 10072, 12035, 10230, 6820, 10728, 7880, 7355, 8359, 6891, 11938, 6792, 9466, 8045, 6929, 8822, 6763, 7045, 7142, 6938, 7000, 7412, 8189, 7009, 7056, 6772, 7199, 7654, 6909, 10880, 8173, 12141, 7091, 11300, 7963, 10016, 8082, 8455, 9808, 7791, 11980, 8204, 6713, 6894, 7064, 7088, 8230, 6863, 10048, 6876, 8010, 8608, 7030, 6761, 7515, 8582, 6848, 9352, 10649, 7117, 6932, 7078, 6639, 12424, 9969, 9604, 11769, 11400, 10993, 9015, 6726, 7709, 6880, 7233, 8659, 6895, 9109, 7672, 7262, 11780, 7121, 7073, 7384, 7194, 6939, 8028, 7199, 6926, 6858, 7067, 8701, 7788, 8366, 9339, 7260, 6995, 7844, 7616, 6919, 9016, 10020, 7500, 10882, 8816, 9759, 12396, 9956, 6987, 6769, 6946, 6620, 7874, 7229, 8172, 11299, 7649], 'WindowCenter': [3877.0, 3872.0, 3827.0, 3823.0, 3822.0, 3811.0, 3853.0, 3821.0, 3852.0, 3851.0, 3809.0, 3828.0, 3808.0, 3808.0, 3830.0, 3819.0, 3809.0, 3822.0, 3810.0, 3863.0, 3852.0, 3820.0, 3820.0, 3822.0, 3821.0, 3831.0, 3821.0, 3821.0, 3852.0, 3821.0, 3821.0, 3841.0, 3822.0, 3821.0, 3822.0, 3810.0, 3874.0, 3830.0, 3810.0, 3829.0, 3809.0, 3809.0, 3820.0, 3825.0, 3837.0, 3845.0, 3834.0, 3834.0, 3846.0, 3859.0, 3852.0, 3855.0, 3853.0, 3863.0, 3839.0, 3880.0, 3860.0, 3838.0, 3890.0, 3871.0, 3850.0, 3902.0, 3880.0, 3880.0, 3900.0, 3878.0, 3852.0, 3890.0, 3825.0, 3848.0, 3825.0, 3823.0, 3866.0, 3856.0, 3813.0, 3856.0, 3822.0, 3833.0, 3824.0, 3827.0, 3867.0, 3835.0, 3845.0, 3855.0, 3848.0, 3890.0, 3878.0, 3857.0, 3876.0, 3833.0, 3822.0, 3875.0, 3848.0, 3875.0, 3863.0, 3842.0, 3872.0, 3810.0, 3830.0, 3817.0, 3796.0, 3829.0, 3820.0, 3860.0, 3850.0, 3826.0, 3816.0, 3805.0, 3816.0, 3807.0, 3797.0, 3818.0, 3818.0, 3850.0, 3829.0, 3808.0, 3828.0, 3832.0, 3841.0, 3831.0, 3810.0, 3862.0, 3850.0, 3819.0, 3861.0, 3819.0, 3796.0, 3828.0, 3819.0, 3808.0, 3823.0, 3833.0, 3842.0, 3864.0, 3810.0, 3839.0, 3808.0, 3819.0, 3821.0, 3810.0, 3861.0, 3840.0, 3861.0, 3817.0, 3806.0, 3808.0, 3807.0, 3817.0, 3809.0, 3851.0, 3818.0, 3808.0, 3820.0, 3808.0, 3817.0, 3818.0, 3808.0, 3819.0, 3810.0, 3851.0, 3822.0, 3852.0, 3829.0, 3807.0, 3819.0, 3809.0, 3839.0, 3822.0, 3819.0, 3830.0, 3819.0, 3819.0, 3830.0, 3810.0, 3818.0, 3774.0, 3862.0, 3889.0, 3855.0, 3846.0, 3866.0, 3857.0, 3846.0, 3857.0, 3835.0, 3875.0, 3854.0, 3832.0, 3873.0, 3831.0, 3883.0, 3874.0, 3852.0, 3882.0, 3850.0, 3849.0, 3839.0, 3807.0, 3838.0, 3830.0, 3833.0, 3856.0, 3821.0, 3819.0, 3806.0, 3829.0, 3806.0, 3808.0, 3819.0, 3808.0, 3833.0, 3834.0, 3865.0, 3835.0, 3890.0, 3888.0, 3845.0, 3875.0, 3832.0, 3841.0, 3882.0, 3850.0, 3817.0, 3842.0, 3831.0, 3829.0, 3832.0, 3822.0, 3840.0, 3830.0, 3819.0, 3819.0, 3830.0, 3831.0, 3842.0, 3820.0, 3862.0, 3853.0, 3833.0, 3852.0, 3831.0, 3830.0, 3830.0, 3832.0, 3852.0, 3841.0, 3819.0, 3860.0, 3807.0, 3817.0, 3817.0, 3817.0, 3827.0, 3807.0, 3838.0, 3817.0, 3817.0, 3840.0, 3829.0, 3817.0, 3836.0, 3816.0, 3816.0, 3807.0, 3831.0, 3831.0, 3833.0, 3834.0, 3845.0, 3835.0, 3845.0, 3845.0, 3845.0, 3844.0, 3842.0, 3864.0, 3852.0, 3873.0, 3829.0, 3859.0, 3805.0, 3836.0, 3806.0, 3829.0, 3806.0, 3816.0, 3806.0, 3818.0, 3860.0, 3817.0, 3829.0, 3828.0, 3817.0, 3818.0, 3818.0, 3828.0, 3818.0, 3817.0, 3829.0, 3818.0, 3850.0, 3818.0, 3817.0, 3817.0, 3817.0, 3817.0, 3817.0, 3818.0, 3820.0, 3840.0, 3832.0, 3831.0, 3819.0, 3830.0, 3830.0, 3829.0, 3810.0, 3831.0, 3845.0, 3845.0, 3853.0, 3841.0, 3831.0, 3831.0, 3842.0, 3831.0, 3841.0, 3831.0, 3860.0, 3840.0, 3818.0, 3850.0, 3818.0, 3859.0, 3839.0, 3817.0, 3846.0, 3795.0, 3816.0, 3817.0, 3816.0, 3826.0, 3828.0, 3818.0, 3828.0, 3817.0, 3818.0, 3819.0, 3818.0, 3818.0, 3818.0, 3823.0, 3846.0, 3847.0, 3855.0, 3846.0, 3846.0, 3846.0, 3847.0, 3857.0, 3857.0, 3847.0, 3877.0, 3846.0, 3855.0, 3845.0, 3843.0, 3844.0, 3832.0, 3874.0, 3845.0, 3864.0, 3843.0, 3832.0, 3822.0, 3843.0, 3843.0, 3844.0, 3834.0, 3845.0, 3856.0, 3846.0, 3846.0, 3845.0, 3845.0, 3846.0, 3856.0, 3847.0, 3856.0, 3867.0, 3846.0, 3875.0, 3833.0, 3833.0, 3853.0, 3843.0, 3847.0, 3877.0, 3878.0, 3844.0, 3887.0, 3867.0, 3847.0, 3834.0, 3833.0, 3833.0, 3823.0, 3855.0, 3823.0, 3863.0, 3842.0, 3809.0, 3851.0, 3808.0, 3849.0, 3839.0, 3828.0, 3848.0, 3827.0, 3804.0, 3824.0, 3824.0, 3792.0, 3782.0, 3819.0, 3819.0, 3806.0, 3818.0, 3805.0, 3804.0, 3816.0, 3805.0, 3837.0, 3807.0, 3848.0, 3837.0, 3805.0, 3847.0, 3815.0, 3845.0, 3813.0, 3844.0, 3794.0, 3805.0, 3804.0, 3804.0, 3836.0, 3804.0, 3814.0, 3804.0, 3815.0, 3816.0, 3827.0, 3817.0, 3828.0, 3829.0, 3829.0, 3830.0, 3819.0, 3818.0, 3828.0, 3818.0, 3839.0, 3829.0, 3842.0, 3832.0, 3831.0, 3842.0, 3832.0, 3852.0, 3842.0, 3832.0, 3832.0, 3833.0, 3832.0, 3843.0, 3831.0, 3854.0, 3843.0, 3874.0, 3853.0, 3831.0, 3862.0, 3830.0, 3820.0, 3831.0, 3831.0, 3863.0, 3843.0, 3846.0, 3866.0, 3855.0, 3843.0, 3843.0, 3844.0, 3853.0, 3843.0, 3856.0, 3844.0, 3866.0, 3876.0, 3877.0, 3886.0, 3853.0, 3830.0, 3841.0, 3819.0, 3871.0, 3829.0, 3859.0, 3871.0, 3817.0, 3818.0, 3827.0, 3818.0, 3817.0, 3851.0, 3831.0, 3831.0, 3841.0, 3830.0, 3842.0, 3831.0, 3842.0, 3853.0, 3842.0, 3832.0, 3830.0, 3832.0, 3831.0, 3843.0, 3832.0, 3863.0, 3842.0, 3829.0, 3819.0, 3819.0, 3819.0, 3828.0, 3833.0, 3852.0, 3843.0, 3834.0, 3832.0, 3822.0, 3848.0, 3844.0, 3834.0, 3845.0, 3836.0, 3865.0, 3847.0, 3857.0, 3875.0, 3854.0, 3865.0, 3853.0, 3811.0, 3873.0, 3851.0, 3808.0, 3874.0, 3856.0, 3845.0, 3862.0, 3851.0, 3856.0, 3832.0, 3831.0, 3832.0, 3866.0, 3858.0, 3888.0, 3867.0, 3858.0, 3869.0, 3846.0, 3877.0, 3866.0, 3863.0, 3875.0, 3863.0, 3818.0, 3828.0, 3817.0, 3859.0, 3839.0, 3816.0, 3837.0, 3804.0, 3846.0, 3815.0, 3816.0, 3847.0, 3794.0, 3813.0, 3813.0, 3815.0, 3814.0, 3815.0, 3817.0, 3829.0, 3840.0, 3843.0, 3821.0, 3819.0, 3828.0, 3872.0, 3843.0, 3820.0, 3841.0, 3821.0, 3831.0, 3830.0, 3819.0, 3849.0, 3829.0, 3807.0, 3827.0, 3806.0, 3847.0, 3837.0, 3825.0, 3834.0, 3815.0, 3838.0, 3848.0, 3793.0, 3789.0, 3821.0, 3823.0, 3790.0, 3800.0, 3800.0, 3792.0, 3811.0, 3791.0, 3822.0, 3791.0, 3822.0, 3788.0, 3810.0, 3777.0, 3786.0, 3765.0, 3774.0, 3765.0, 3785.0, 3776.0, 3775.0, 3786.0, 3774.0, 3786.0, 3785.0, 3786.0, 3787.0, 3786.0, 3787.0, 3813.0, 3815.0, 3804.0, 3827.0, 3819.0, 3814.0, 3841.0, 3841.0, 3854.0, 3831.0, 3830.0, 3842.0, 3843.0, 3832.0, 3843.0, 3842.0, 3843.0, 3832.0, 3842.0, 3832.0, 3852.0, 3842.0, 3844.0, 3862.0, 3829.0, 3829.0, 3840.0, 3829.0, 3831.0, 3831.0, 3842.0, 3832.0, 3853.0, 3832.0, 3863.0, 3844.0, 3844.0, 3873.0, 3853.0, 3831.0, 3871.0, 3841.0, 3820.0, 3862.0, 3830.0, 3862.0, 3851.0, 3840.0, 3870.0, 3849.0, 3819.0, 3873.0, 3818.0, 3807.0, 3827.0, 3816.0, 3796.0, 3806.0, 3828.0, 3808.0, 3841.0, 3830.0, 3809.0, 3818.0, 3809.0, 3851.0, 3809.0, 3874.0, 3841.0, 3861.0, 3839.0, 3806.0, 3817.0, 3795.0, 3816.0, 3806.0, 3816.0, 3817.0, 3819.0, 3837.0, 3819.0, 3806.0, 3818.0, 3810.0, 3819.0, 3841.0, 3811.0, 3843.0, 3846.0, 3822.0, 3864.0, 3832.0, 3854.0, 3833.0, 3812.0, 3862.0, 3830.0, 3820.0, 3863.0, 3853.0, 3871.0, 3851.0, 3809.0, 3850.0, 3819.0, 3808.0, 3829.0, 3808.0, 3858.0, 3797.0, 3839.0, 3817.0, 3806.0, 3828.0, 3797.0, 3807.0, 3808.0, 3809.0, 3809.0, 3818.0, 3830.0, 3821.0, 3821.0, 3823.0, 3824.0, 3846.0, 3835.0, 3875.0, 3845.0, 3872.0, 3821.0, 3861.0, 3831.0, 3851.0, 3833.0, 3830.0, 3853.0, 3821.0, 3873.0, 3829.0, 3811.0, 3819.0, 3820.0, 3822.0, 3844.0, 3826.0, 3877.0, 3836.0, 3848.0, 3856.0, 3824.0, 3840.0, 3849.0, 3857.0, 3826.0, 3855.0, 3866.0, 3824.0, 3824.0, 3823.0, 3823.0, 3887.0, 3867.0, 3866.0, 3875.0, 3873.0, 3864.0, 3841.0, 3810.0, 3819.0, 3808.0, 3808.0, 3829.0, 3808.0, 3829.0, 3820.0, 3808.0, 3861.0, 3795.0, 3806.0, 3806.0, 3807.0, 3809.0, 3820.0, 3810.0, 3810.0, 3825.0, 3826.0, 3847.0, 3833.0, 3845.0, 3842.0, 3819.0, 3811.0, 3832.0, 3821.0, 3812.0, 3842.0, 3853.0, 3810.0, 3851.0, 3828.0, 3841.0, 3874.0, 3851.0, 3808.0, 3810.0, 3810.0, 3809.0, 3830.0, 3820.0, 3831.0, 3863.0, 3819.0], 'WindowWidth': [8708.0, 8689.0, 8619.0, 8607.0, 8603.0, 8586.0, 8643.0, 8599.0, 8639.0, 8637.0, 8578.0, 8602.0, 8574.0, 8576.0, 8605.0, 8592.0, 8578.0, 8600.0, 8581.0, 8654.0, 8638.0, 8596.0, 8595.0, 8599.0, 8597.0, 8612.0, 8599.0, 8599.0, 8640.0, 8599.0, 8599.0, 8624.0, 8600.0, 8598.0, 8601.0, 8583.0, 8670.0, 8609.0, 8581.0, 8606.0, 8579.0, 8579.0, 8595.0, 8612.0, 8635.0, 8642.0, 8622.0, 8624.0, 8644.0, 8665.0, 8662.0, 8667.0, 8661.0, 8673.0, 8636.0, 8690.0, 8665.0, 8631.0, 8702.0, 8680.0, 8651.0, 8722.0, 8692.0, 8688.0, 8716.0, 8685.0, 8658.0, 8704.0, 8610.0, 8644.0, 8608.0, 8604.0, 8663.0, 8651.0, 8590.0, 8647.0, 8602.0, 8616.0, 8607.0, 8618.0, 8667.0, 8623.0, 8635.0, 8651.0, 8648.0, 8706.0, 8686.0, 8657.0, 8678.0, 8617.0, 8600.0, 8677.0, 8642.0, 8677.0, 8657.0, 8627.0, 8665.0, 8581.0, 8606.0, 8586.0, 8556.0, 8607.0, 8593.0, 8646.0, 8633.0, 8594.0, 8581.0, 8566.0, 8582.0, 8571.0, 8559.0, 8591.0, 8590.0, 8633.0, 8605.0, 8575.0, 8603.0, 8613.0, 8624.0, 8609.0, 8579.0, 8651.0, 8631.0, 8588.0, 8646.0, 8589.0, 8559.0, 8602.0, 8592.0, 8578.0, 8606.0, 8619.0, 8631.0, 8660.0, 8585.0, 8619.0, 8576.0, 8591.0, 8598.0, 8583.0, 8651.0, 8621.0, 8650.0, 8588.0, 8572.0, 8576.0, 8574.0, 8586.0, 8578.0, 8637.0, 8590.0, 8577.0, 8595.0, 8576.0, 8587.0, 8590.0, 8577.0, 8593.0, 8584.0, 8637.0, 8600.0, 8639.0, 8606.0, 8575.0, 8590.0, 8578.0, 8618.0, 8600.0, 8593.0, 8610.0, 8593.0, 8592.0, 8608.0, 8582.0, 8591.0, 8508.0, 8679.0, 8706.0, 8651.0, 8643.0, 8668.0, 8660.0, 8646.0, 8658.0, 8626.0, 8677.0, 8649.0, 8616.0, 8672.0, 8614.0, 8685.0, 8676.0, 8643.0, 8682.0, 8638.0, 8633.0, 8620.0, 8575.0, 8617.0, 8610.0, 8619.0, 8653.0, 8597.0, 8591.0, 8569.0, 8601.0, 8566.0, 8575.0, 8592.0, 8577.0, 8615.0, 8619.0, 8664.0, 8625.0, 8702.0, 8700.0, 8635.0, 8677.0, 8613.0, 8622.0, 8683.0, 8635.0, 8585.0, 8627.0, 8612.0, 8604.0, 8615.0, 8603.0, 8622.0, 8607.0, 8590.0, 8592.0, 8607.0, 8611.0, 8630.0, 8596.0, 8654.0, 8646.0, 8617.0, 8641.0, 8609.0, 8608.0, 8608.0, 8613.0, 8641.0, 8623.0, 8590.0, 8645.0, 8572.0, 8585.0, 8584.0, 8584.0, 8598.0, 8571.0, 8612.0, 8585.0, 8586.0, 8619.0, 8603.0, 8584.0, 8609.0, 8583.0, 8584.0, 8574.0, 8610.0, 8612.0, 8618.0, 8621.0, 8635.0, 8623.0, 8636.0, 8637.0, 8635.0, 8632.0, 8629.0, 8661.0, 8641.0, 8669.0, 8603.0, 8642.0, 8567.0, 8608.0, 8568.0, 8607.0, 8570.0, 8583.0, 8570.0, 8587.0, 8647.0, 8587.0, 8605.0, 8603.0, 8587.0, 8589.0, 8589.0, 8601.0, 8591.0, 8589.0, 8605.0, 8590.0, 8635.0, 8588.0, 8587.0, 8586.0, 8586.0, 8586.0, 8586.0, 8589.0, 8598.0, 8624.0, 8618.0, 8613.0, 8593.0, 8609.0, 8608.0, 8607.0, 8585.0, 8614.0, 8639.0, 8640.0, 8645.0, 8626.0, 8613.0, 8613.0, 8629.0, 8613.0, 8625.0, 8612.0, 8650.0, 8622.0, 8591.0, 8634.0, 8590.0, 8646.0, 8618.0, 8585.0, 8624.0, 8554.0, 8583.0, 8585.0, 8585.0, 8599.0, 8603.0, 8589.0, 8603.0, 8588.0, 8590.0, 8592.0, 8591.0, 8592.0, 8591.0, 8603.0, 8639.0, 8644.0, 8651.0, 8643.0, 8641.0, 8641.0, 8647.0, 8663.0, 8658.0, 8646.0, 8685.0, 8642.0, 8653.0, 8638.0, 8633.0, 8634.0, 8616.0, 8674.0, 8638.0, 8661.0, 8631.0, 8616.0, 8606.0, 8632.0, 8632.0, 8634.0, 8624.0, 8640.0, 8659.0, 8644.0, 8643.0, 8640.0, 8640.0, 8641.0, 8656.0, 8645.0, 8656.0, 8669.0, 8639.0, 8677.0, 8619.0, 8618.0, 8645.0, 8634.0, 8643.0, 8683.0, 8688.0, 8635.0, 8700.0, 8669.0, 8644.0, 8619.0, 8616.0, 8618.0, 8603.0, 8648.0, 8604.0, 8655.0, 8626.0, 8577.0, 8633.0, 8574.0, 8629.0, 8614.0, 8596.0, 8625.0, 8594.0, 8561.0, 8586.0, 8589.0, 8544.0, 8530.0, 8592.0, 8591.0, 8568.0, 8585.0, 8562.0, 8561.0, 8580.0, 8567.0, 8611.0, 8572.0, 8625.0, 8611.0, 8563.0, 8622.0, 8576.0, 8615.0, 8570.0, 8613.0, 8548.0, 8567.0, 8565.0, 8564.0, 8608.0, 8564.0, 8579.0, 8565.0, 8582.0, 8584.0, 8600.0, 8587.0, 8603.0, 8605.0, 8608.0, 8610.0, 8596.0, 8594.0, 8607.0, 8591.0, 8620.0, 8609.0, 8631.0, 8618.0, 8616.0, 8629.0, 8616.0, 8643.0, 8631.0, 8617.0, 8619.0, 8621.0, 8618.0, 8633.0, 8616.0, 8649.0, 8635.0, 8675.0, 8645.0, 8614.0, 8655.0, 8609.0, 8595.0, 8613.0, 8612.0, 8658.0, 8632.0, 8644.0, 8670.0, 8650.0, 8632.0, 8632.0, 8635.0, 8646.0, 8636.0, 8658.0, 8638.0, 8667.0, 8684.0, 8688.0, 8694.0, 8645.0, 8610.0, 8625.0, 8594.0, 8665.0, 8607.0, 8648.0, 8665.0, 8589.0, 8589.0, 8602.0, 8592.0, 8590.0, 8638.0, 8612.0, 8614.0, 8629.0, 8613.0, 8630.0, 8615.0, 8632.0, 8647.0, 8628.0, 8616.0, 8613.0, 8616.0, 8613.0, 8632.0, 8618.0, 8658.0, 8628.0, 8608.0, 8594.0, 8594.0, 8596.0, 8608.0, 8621.0, 8642.0, 8634.0, 8623.0, 8618.0, 8608.0, 8648.0, 8639.0, 8625.0, 8641.0, 8627.0, 8666.0, 8645.0, 8656.0, 8677.0, 8647.0, 8661.0, 8644.0, 8585.0, 8669.0, 8638.0, 8577.0, 8674.0, 8656.0, 8638.0, 8653.0, 8639.0, 8652.0, 8614.0, 8611.0, 8614.0, 8666.0, 8664.0, 8699.0, 8670.0, 8660.0, 8677.0, 8638.0, 8685.0, 8666.0, 8658.0, 8678.0, 8655.0, 8589.0, 8603.0, 8587.0, 8642.0, 8617.0, 8582.0, 8611.0, 8565.0, 8622.0, 8582.0, 8581.0, 8625.0, 8552.0, 8575.0, 8575.0, 8580.0, 8578.0, 8582.0, 8586.0, 8607.0, 8626.0, 8634.0, 8602.0, 8595.0, 8601.0, 8670.0, 8630.0, 8594.0, 8625.0, 8601.0, 8612.0, 8607.0, 8592.0, 8630.0, 8604.0, 8572.0, 8599.0, 8567.0, 8623.0, 8609.0, 8590.0, 8601.0, 8576.0, 8614.0, 8628.0, 8547.0, 8531.0, 8577.0, 8583.0, 8537.0, 8551.0, 8549.0, 8542.0, 8565.0, 8539.0, 8580.0, 8539.0, 8580.0, 8530.0, 8559.0, 8511.0, 8522.0, 8493.0, 8504.0, 8492.0, 8520.0, 8508.0, 8507.0, 8523.0, 8506.0, 8524.0, 8521.0, 8524.0, 8526.0, 8526.0, 8529.0, 8574.0, 8581.0, 8564.0, 8602.0, 8594.0, 8577.0, 8630.0, 8630.0, 8651.0, 8619.0, 8615.0, 8632.0, 8636.0, 8619.0, 8634.0, 8631.0, 8634.0, 8617.0, 8631.0, 8617.0, 8644.0, 8630.0, 8636.0, 8656.0, 8608.0, 8608.0, 8624.0, 8610.0, 8614.0, 8615.0, 8632.0, 8617.0, 8648.0, 8617.0, 8660.0, 8638.0, 8638.0, 8674.0, 8646.0, 8613.0, 8667.0, 8626.0, 8596.0, 8657.0, 8610.0, 8655.0, 8639.0, 8622.0, 8665.0, 8634.0, 8592.0, 8670.0, 8589.0, 8573.0, 8602.0, 8585.0, 8560.0, 8574.0, 8608.0, 8579.0, 8629.0, 8610.0, 8582.0, 8595.0, 8583.0, 8638.0, 8581.0, 8676.0, 8626.0, 8650.0, 8620.0, 8573.0, 8588.0, 8556.0, 8583.0, 8570.0, 8584.0, 8589.0, 8593.0, 8613.0, 8592.0, 8573.0, 8593.0, 8584.0, 8595.0, 8626.0, 8588.0, 8635.0, 8641.0, 8606.0, 8661.0, 8620.0, 8647.0, 8617.0, 8588.0, 8654.0, 8611.0, 8599.0, 8660.0, 8644.0, 8665.0, 8637.0, 8579.0, 8633.0, 8592.0, 8576.0, 8606.0, 8576.0, 8642.0, 8560.0, 8617.0, 8588.0, 8572.0, 8601.0, 8559.0, 8575.0, 8577.0, 8580.0, 8579.0, 8592.0, 8611.0, 8599.0, 8602.0, 8609.0, 8610.0, 8644.0, 8629.0, 8680.0, 8638.0, 8671.0, 8600.0, 8653.0, 8614.0, 8638.0, 8618.0, 8610.0, 8646.0, 8599.0, 8670.0, 8608.0, 8586.0, 8595.0, 8598.0, 8603.0, 8637.0, 8616.0, 8687.0, 8632.0, 8647.0, 8655.0, 8610.0, 8642.0, 8654.0, 8659.0, 8618.0, 8653.0, 8667.0, 8610.0, 8610.0, 8606.0, 8607.0, 8699.0, 8671.0, 8667.0, 8679.0, 8671.0, 8657.0, 8627.0, 8583.0, 8595.0, 8577.0, 8576.0, 8605.0, 8575.0, 8607.0, 8592.0, 8574.0, 8647.0, 8555.0, 8571.0, 8571.0, 8574.0, 8579.0, 8594.0, 8582.0, 8583.0, 8611.0, 8614.0, 8644.0, 8619.0, 8637.0, 8625.0, 8592.0, 8584.0, 8611.0, 8597.0, 8586.0, 8625.0, 8641.0, 8581.0, 8637.0, 8603.0, 8623.0, 8672.0, 8636.0, 8577.0, 8583.0, 8583.0, 8582.0, 8611.0, 8596.0, 8612.0, 8655.0, 8592.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.013998158803222093</td></tr>
<tr><td colspan=3>aqi</td><td>0.0620518422324511</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.56121238158991</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2297604239746522</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1062045356682033</td></tr>
<tr><td colspan=3>efc</td><td>0.5078</td></tr>
<tr><td colspan=3>fber</td><td>3056.9309</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1376701492256807</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>139</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>15.995397008055235</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.675009333245189</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5583067571870317</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8809916585845334</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5857295839640018</td></tr>
<tr><td colspan=3>gcor</td><td>0.00936117</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015097583644092083</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03182418271899223</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.827655362163593</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>17.0545</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>57.3779</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>218.1541</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298368.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1052.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>384.5018</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1088</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>490.5785</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3027.0842</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3193.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78176.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1001.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4005.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>834.1868</td></tr>
<tr><td colspan=3>tsnr</td><td>25.030294661875814</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>