<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0076_ses-04_task-social_acq-mb8_run-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-0076_ses-04_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-04_subject-0076_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0076/figures/sub-0076_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0076_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0076/figures/sub-0076_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0076_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0076/figures/sub-0076_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0076_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0076/figures/sub-0076_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-04_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-04_subject-0076_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0076/figures/sub-0076_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-04_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-04_subject-0076_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0076/figures/sub-0076_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0076_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0076/figures/sub-0076_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0076/figures/sub-0076_ses-04_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-0076/figures/sub-0076_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-04_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-0076/ses-04/func/sub-0076_ses-04_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>9f46aa34e34815b7f98849f4f69bb3aa</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>11:12:48.847500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99932, 0.0138227, -0.0341878, -0.0101164, 0.994283, 0.1063]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0981394</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-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>[4156, -7734, -7313, 767, 3, -53, -25, 93]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>241.281</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9fb26e88-06b9-40cb-8f74-5c8b1bf374a4||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6811020374298096, -0.027141498401761055, -0.0957464873790741, 114.12370300292969], [-0.037085242569446564, 2.6675877571105957, 0.2858806252479553, -99.89689636230469], [-0.09172330796718597, -0.2851947844028473, 2.683114767074585, -59.92231369018555], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 872]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872], 'AcquisitionTime': ['111248.847500', '111249.307500', '111249.767500', '111250.227500', '111250.687500', '111251.147500', '111251.607500', '111252.067500', '111252.527500', '111252.987500', '111253.447500', '111253.907500', '111254.367500', '111254.827500', '111255.287500', '111255.747500', '111256.207500', '111256.667500', '111257.127500', '111257.587500', '111258.047500', '111258.507500', '111258.967500', '111259.427500', '111259.887500', '111300.347500', '111300.807500', '111301.267500', '111301.727500', '111302.187500', '111302.647500', '111303.107500', '111303.567500', '111304.027500', '111304.487500', '111304.947500', '111305.407500', '111305.867500', '111306.327500', '111306.787500', '111307.247500', '111307.707500', '111308.167500', '111308.627500', '111309.087500', '111309.547500', '111310.007500', '111310.467500', '111310.927500', '111311.387500', '111311.847500', '111312.307500', '111312.767500', '111313.227500', '111313.687500', '111314.147500', '111314.607500', '111315.067500', '111315.527500', '111315.987500', '111316.447500', '111316.907500', '111317.367500', '111317.827500', '111318.287500', '111318.747500', '111319.207500', '111319.667500', '111320.127500', '111320.587500', '111321.047500', '111321.507500', '111321.967500', '111322.427500', '111322.887500', '111323.347500', '111323.807500', '111324.267500', '111324.727500', '111325.187500', '111325.647500', '111326.107500', '111326.567500', '111327.027500', '111327.487500', '111327.947500', '111328.407500', '111328.867500', '111329.327500', '111329.787500', '111330.247500', '111330.707500', '111331.167500', '111331.627500', '111332.087500', '111332.547500', '111333.007500', '111333.467500', '111333.927500', '111334.387500', '111334.847500', '111335.307500', '111335.767500', '111336.227500', '111336.687500', '111337.147500', '111337.607500', '111338.067500', '111338.527500', '111338.987500', '111339.447500', '111339.907500', '111340.367500', '111340.827500', '111341.287500', '111341.747500', '111342.207500', '111342.667500', '111343.127500', '111343.587500', '111344.047500', '111344.507500', '111344.967500', '111345.427500', '111345.887500', '111346.347500', '111346.807500', '111347.267500', '111347.727500', '111348.187500', '111348.647500', '111349.107500', '111349.567500', '111350.027500', '111350.487500', '111350.947500', '111351.407500', '111351.867500', '111352.327500', '111352.787500', '111353.247500', '111353.707500', '111354.167500', '111354.627500', '111355.087500', '111355.547500', '111356.007500', '111356.467500', '111356.927500', '111357.387500', '111357.847500', '111358.307500', '111358.767500', '111359.227500', '111359.687500', '111400.147500', '111400.607500', '111401.067500', '111401.527500', '111401.987500', '111402.447500', '111402.907500', '111403.367500', '111403.827500', '111404.287500', '111404.747500', '111405.207500', '111405.667500', '111406.127500', '111406.587500', '111407.047500', '111407.507500', '111407.967500', '111408.427500', '111408.887500', '111409.347500', '111409.807500', '111410.267500', '111410.727500', '111411.187500', '111411.647500', '111412.107500', '111412.567500', '111413.027500', '111413.487500', '111413.947500', '111414.407500', '111414.867500', '111415.327500', '111415.787500', '111416.247500', '111416.707500', '111417.167500', '111417.627500', '111418.087500', '111418.547500', '111419.007500', '111419.467500', '111419.927500', '111420.387500', '111420.847500', '111421.307500', '111421.767500', '111422.227500', '111422.687500', '111423.147500', '111423.607500', '111424.067500', '111424.527500', '111424.987500', '111425.447500', '111425.907500', '111426.367500', '111426.827500', '111427.287500', '111427.747500', '111428.207500', '111428.667500', '111429.127500', '111429.587500', '111430.047500', '111430.507500', '111430.967500', '111431.427500', '111431.887500', '111432.347500', '111432.807500', '111433.267500', '111433.727500', '111434.187500', '111434.647500', '111435.107500', '111435.567500', '111436.027500', '111436.487500', '111436.947500', '111437.407500', '111437.867500', '111438.327500', '111438.787500', '111439.247500', '111439.707500', '111440.167500', '111440.627500', '111441.087500', '111441.547500', '111442.007500', '111442.467500', '111442.927500', '111443.387500', '111443.847500', '111444.307500', '111444.767500', '111445.227500', '111445.687500', '111446.147500', '111446.607500', '111447.067500', '111447.527500', '111447.987500', '111448.447500', '111448.907500', '111449.367500', '111449.827500', '111450.287500', '111450.747500', '111451.207500', '111451.667500', '111452.127500', '111452.587500', '111453.047500', '111453.507500', '111453.967500', '111454.427500', '111454.887500', '111455.347500', '111455.807500', '111456.267500', '111456.727500', '111457.187500', '111457.647500', '111458.107500', '111458.567500', '111459.027500', '111459.487500', '111459.947500', '111500.407500', '111500.867500', '111501.327500', '111501.787500', '111502.247500', '111502.707500', '111503.167500', '111503.627500', '111504.087500', '111504.547500', '111505.007500', '111505.467500', '111505.927500', '111506.387500', '111506.847500', '111507.307500', '111507.767500', '111508.227500', '111508.687500', '111509.147500', '111509.607500', '111510.067500', '111510.527500', '111510.987500', '111511.447500', '111511.907500', '111512.367500', '111512.827500', '111513.287500', '111513.747500', '111514.207500', '111514.667500', '111515.127500', '111515.587500', '111516.047500', '111516.507500', '111516.967500', '111517.427500', '111517.887500', '111518.347500', '111518.807500', '111519.267500', '111519.727500', '111520.187500', '111520.647500', '111521.107500', '111521.567500', '111522.027500', '111522.487500', '111522.947500', '111523.407500', '111523.867500', '111524.327500', '111524.787500', '111525.247500', '111525.707500', '111526.167500', '111526.627500', '111527.087500', '111527.547500', '111528.007500', '111528.467500', '111528.927500', '111529.387500', '111529.847500', '111530.307500', '111530.767500', '111531.227500', '111531.687500', '111532.147500', '111532.607500', '111533.067500', '111533.527500', '111533.987500', '111534.447500', '111534.907500', '111535.367500', '111535.827500', '111536.287500', '111536.747500', '111537.207500', '111537.667500', '111538.127500', '111538.587500', '111539.047500', '111539.507500', '111539.967500', '111540.427500', '111540.887500', '111541.347500', '111541.807500', '111542.267500', '111542.727500', '111543.187500', '111543.647500', '111544.107500', '111544.567500', '111545.027500', '111545.487500', '111545.947500', '111546.407500', '111546.867500', '111547.327500', '111547.787500', '111548.247500', '111548.707500', '111549.167500', '111549.627500', '111550.087500', '111550.547500', '111551.007500', '111551.467500', '111551.927500', '111552.387500', '111552.847500', '111553.307500', '111553.767500', '111554.227500', '111554.687500', '111555.147500', '111555.607500', '111556.067500', '111556.527500', '111556.987500', '111557.447500', '111557.907500', '111558.367500', '111558.827500', '111559.287500', '111559.747500', '111600.207500', '111600.667500', '111601.127500', '111601.587500', '111602.047500', '111602.507500', '111602.967500', '111603.427500', '111603.887500', '111604.347500', '111604.807500', '111605.267500', '111605.727500', '111606.187500', '111606.647500', '111607.107500', '111607.567500', '111608.027500', '111608.487500', '111608.947500', '111609.407500', '111609.867500', '111610.327500', '111610.787500', '111611.247500', '111611.707500', '111612.167500', '111612.627500', '111613.087500', '111613.547500', '111614.007500', '111614.467500', '111614.927500', '111615.387500', '111615.847500', '111616.307500', '111616.767500', '111617.227500', '111617.687500', '111618.147500', '111618.607500', '111619.067500', '111619.527500', '111619.987500', '111620.447500', '111620.907500', '111621.367500', '111621.827500', '111622.287500', '111622.747500', '111623.207500', '111623.667500', '111624.127500', '111624.587500', '111625.047500', '111625.507500', '111625.967500', '111626.427500', '111626.887500', '111627.347500', '111627.807500', '111628.267500', '111628.727500', '111629.187500', '111629.647500', '111630.107500', '111630.567500', '111631.027500', '111631.487500', '111631.947500', '111632.407500', '111632.867500', '111633.327500', '111633.787500', '111634.247500', '111634.707500', '111635.167500', '111635.627500', '111636.087500', '111636.547500', '111637.007500', '111637.467500', '111637.927500', '111638.387500', '111638.847500', '111639.307500', '111639.767500', '111640.227500', '111640.687500', '111641.147500', '111641.607500', '111642.067500', '111642.527500', '111642.987500', '111643.447500', '111643.907500', '111644.367500', '111644.827500', '111645.287500', '111645.747500', '111646.207500', '111646.667500', '111647.127500', '111647.587500', '111648.047500', '111648.507500', '111648.967500', '111649.427500', '111649.887500', '111650.347500', '111650.807500', '111651.267500', '111651.727500', '111652.187500', '111652.647500', '111653.107500', '111653.567500', '111654.027500', '111654.487500', '111654.947500', '111655.407500', '111655.867500', '111656.327500', '111656.787500', '111657.247500', '111657.707500', '111658.167500', '111658.627500', '111659.087500', '111659.547500', '111700.007500', '111700.467500', '111700.927500', '111701.387500', '111701.847500', '111702.307500', '111702.767500', '111703.227500', '111703.687500', '111704.147500', '111704.607500', '111705.067500', '111705.527500', '111705.987500', '111706.447500', '111706.907500', '111707.367500', '111707.827500', '111708.287500', '111708.747500', '111709.207500', '111709.667500', '111710.127500', '111710.587500', '111711.047500', '111711.507500', '111711.967500', '111712.427500', '111712.887500', '111713.347500', '111713.807500', '111714.267500', '111714.727500', '111715.187500', '111715.647500', '111716.107500', '111716.567500', '111717.027500', '111717.487500', '111717.947500', '111718.407500', '111718.867500', '111719.327500', '111719.787500', '111720.247500', '111720.707500', '111721.167500', '111721.627500', '111722.087500', '111722.547500', '111723.007500', '111723.467500', '111723.927500', '111724.387500', '111724.847500', '111725.307500', '111725.767500', '111726.227500', '111726.687500', '111727.147500', '111727.607500', '111728.067500', '111728.527500', '111728.987500', '111729.447500', '111729.907500', '111730.367500', '111730.827500', '111731.287500', '111731.747500', '111732.207500', '111732.667500', '111733.127500', '111733.587500', '111734.047500', '111734.507500', '111734.967500', '111735.427500', '111735.887500', '111736.347500', '111736.807500', '111737.267500', '111737.727500', '111738.187500', '111738.647500', '111739.107500', '111739.567500', '111740.027500', '111740.487500', '111740.947500', '111741.407500', '111741.867500', '111742.327500', '111742.787500', '111743.247500', '111743.707500', '111744.167500', '111744.627500', '111745.087500', '111745.547500', '111746.007500', '111746.467500', '111746.927500', '111747.387500', '111747.847500', '111748.307500', '111748.767500', '111749.227500', '111749.687500', '111750.147500', '111750.607500', '111751.067500', '111751.527500', '111751.987500', '111752.447500', '111752.907500', '111753.367500', '111753.827500', '111754.287500', '111754.747500', '111755.207500', '111755.667500', '111756.127500', '111756.587500', '111757.047500', '111757.507500', '111757.967500', '111758.427500', '111758.887500', '111759.347500', '111759.807500', '111800.267500', '111800.727500', '111801.187500', '111801.647500', '111802.107500', '111802.567500', '111803.027500', '111803.487500', '111803.947500', '111804.407500', '111804.867500', '111805.327500', '111805.787500', '111806.247500', '111806.707500', '111807.167500', '111807.627500', '111808.087500', '111808.547500', '111809.007500', '111809.467500', '111809.927500', '111810.387500', '111810.847500', '111811.307500', '111811.767500', '111812.227500', '111812.687500', '111813.147500', '111813.607500', '111814.067500', '111814.527500', '111814.987500', '111815.447500', '111815.907500', '111816.367500', '111816.827500', '111817.287500', '111817.747500', '111818.207500', '111818.667500', '111819.127500', '111819.587500', '111820.047500', '111820.507500', '111820.967500', '111821.427500', '111821.887500', '111822.347500', '111822.807500', '111823.267500', '111823.727500', '111824.187500', '111824.647500', '111825.107500', '111825.567500', '111826.027500', '111826.487500', '111826.947500', '111827.407500', '111827.867500', '111828.327500', '111828.787500', '111829.247500', '111829.707500', '111830.167500', '111830.627500', '111831.087500', '111831.547500', '111832.007500', '111832.467500', '111832.927500', '111833.387500', '111833.847500', '111834.307500', '111834.767500', '111835.227500', '111835.687500', '111836.147500', '111836.607500', '111837.067500', '111837.527500', '111837.987500', '111838.447500', '111838.907500', '111839.367500', '111839.827500', '111840.287500', '111840.747500', '111841.207500', '111841.667500', '111842.127500', '111842.587500', '111843.047500', '111843.507500', '111843.967500', '111844.427500', '111844.887500', '111845.347500', '111845.807500', '111846.267500', '111846.727500', '111847.187500', '111847.647500', '111848.107500', '111848.567500', '111849.027500', '111849.487500', '111849.947500', '111850.407500', '111850.867500', '111851.327500', '111851.787500', '111852.247500', '111852.707500', '111853.167500', '111853.627500', '111854.087500', '111854.547500', '111855.007500', '111855.467500', '111855.927500', '111856.387500', '111856.847500', '111857.307500', '111857.767500', '111858.227500', '111858.687500', '111859.147500', '111859.607500', '111900.067500', '111900.527500', '111900.987500', '111901.447500', '111901.907500', '111902.367500', '111902.827500', '111903.287500', '111903.747500', '111904.207500', '111904.667500', '111905.127500', '111905.587500', '111906.047500', '111906.507500', '111906.967500', '111907.427500', '111907.887500', '111908.347500', '111908.807500', '111909.267500', '111909.727500', '111910.187500', '111910.647500', '111911.107500', '111911.567500', '111912.027500', '111912.487500', '111912.947500', '111913.407500', '111913.867500', '111914.327500', '111914.787500', '111915.247500', '111915.707500', '111916.167500', '111916.627500', '111917.087500', '111917.547500', '111918.007500', '111918.467500', '111918.927500', '111919.387500', '111919.847500', '111920.307500', '111920.767500', '111921.227500', '111921.687500', '111922.147500', '111922.607500', '111923.067500', '111923.527500', '111923.987500', '111924.447500', '111924.907500', '111925.367500', '111925.827500', '111926.287500', '111926.747500', '111927.207500', '111927.667500', '111928.127500', '111928.587500', '111929.047500', '111929.507500'], 'ContentTime': ['111317.690000', '111317.694000', '111317.697000', '111317.700000', '111317.703000', '111317.705000', '111317.708000', '111317.711000', '111317.713000', '111317.722000', '111317.724000', '111317.727000', '111317.730000', '111317.732000', '111317.735000', '111317.737000', '111317.740000', '111317.743000', '111317.745000', '111317.748000', '111317.750000', '111317.753000', '111317.756000', '111317.758000', '111317.761000', '111317.763000', '111317.766000', '111317.769000', '111317.771000', '111317.774000', '111317.777000', '111317.779000', '111317.783000', '111317.785000', '111317.788000', '111317.791000', '111317.794000', '111317.796000', '111317.799000', '111317.801000', '111317.804000', '111317.807000', '111317.809000', '111317.812000', '111317.814000', '111317.817000', '111317.820000', '111317.822000', '111317.825000', '111317.827000', '111317.837000', '111317.840000', '111317.842000', '111317.845000', '111317.848000', '111317.850000', '111317.853000', '111317.856000', '111317.858000', '111337.658000', '111337.661000', '111337.664000', '111337.666000', '111337.669000', '111337.672000', '111337.675000', '111337.695000', '111337.698000', '111337.701000', '111337.703000', '111337.706000', '111337.709000', '111337.711000', '111337.714000', '111337.717000', '111337.719000', '111337.722000', '111337.724000', '111337.727000', '111337.730000', '111337.732000', '111337.735000', '111337.737000', '111337.740000', '111337.743000', '111337.745000', '111337.748000', '111337.751000', '111337.753000', '111337.756000', '111337.758000', '111337.761000', '111337.764000', '111337.766000', '111337.769000', '111337.772000', '111337.774000', '111337.777000', '111337.779000', '111337.782000', '111337.785000', '111337.787000', '111337.790000', '111357.661000', '111357.664000', '111357.667000', '111357.670000', '111357.672000', '111357.675000', '111357.678000', '111357.680000', '111357.683000', '111357.685000', '111357.688000', '111357.691000', '111357.693000', '111357.696000', '111357.699000', '111357.701000', '111357.704000', '111357.706000', '111357.709000', '111357.712000', '111357.715000', '111357.718000', '111357.721000', '111357.723000', '111357.726000', '111357.729000', '111357.731000', '111357.734000', '111357.736000', '111357.739000', '111357.742000', '111357.745000', '111357.747000', '111357.750000', '111357.752000', '111357.755000', '111357.758000', '111357.769000', '111357.771000', '111357.774000', '111357.777000', '111357.780000', '111357.783000', '111417.658000', '111417.661000', '111417.664000', '111417.671000', '111417.674000', '111417.676000', '111417.679000', '111417.682000', '111417.684000', '111417.687000', '111417.689000', '111417.692000', '111417.695000', '111417.697000', '111417.700000', '111417.703000', '111417.706000', '111417.708000', '111417.711000', '111417.713000', '111417.716000', '111417.719000', '111417.721000', '111417.724000', '111417.727000', '111417.729000', '111417.732000', '111417.735000', '111417.737000', '111417.740000', '111417.742000', '111417.745000', '111417.748000', '111417.750000', '111417.753000', '111417.756000', '111417.758000', '111417.761000', '111417.763000', '111417.766000', '111417.769000', '111417.771000', '111417.774000', '111417.777000', '111437.658000', '111437.661000', '111437.663000', '111437.666000', '111437.668000', '111437.671000', '111437.674000', '111437.676000', '111437.679000', '111437.682000', '111437.685000', '111437.687000', '111437.690000', '111437.692000', '111437.695000', '111437.698000', '111437.700000', '111437.703000', '111437.706000', '111437.708000', '111437.711000', '111437.714000', '111437.716000', '111437.719000', '111437.722000', '111437.724000', '111437.727000', '111437.729000', '111437.732000', '111437.735000', '111437.737000', '111437.740000', '111437.743000', '111437.745000', '111437.748000', '111437.751000', '111437.753000', '111437.756000', '111437.759000', '111437.761000', '111437.764000', '111437.766000', '111437.769000', '111457.658000', '111457.661000', '111457.668000', '111457.670000', '111457.673000', '111457.676000', '111457.678000', '111457.681000', '111457.684000', '111457.686000', '111457.689000', '111457.692000', '111457.694000', '111457.697000', '111457.699000', '111457.702000', '111457.705000', '111457.707000', '111457.710000', '111457.713000', '111457.715000', '111457.718000', '111457.721000', '111457.723000', '111457.726000', '111457.728000', '111457.731000', '111457.734000', '111457.736000', '111457.739000', '111457.742000', '111457.745000', '111457.748000', '111457.750000', '111457.753000', '111457.756000', '111457.758000', '111457.761000', '111457.764000', '111457.766000', '111457.769000', '111457.771000', '111457.774000', '111457.777000', '111517.658000', '111517.661000', '111517.664000', '111517.666000', '111517.669000', '111517.672000', '111517.675000', '111517.677000', '111517.680000', '111517.683000', '111517.685000', '111517.688000', '111517.691000', '111517.693000', '111517.696000', '111517.699000', '111517.701000', '111517.704000', '111517.706000', '111517.709000', '111517.712000', '111517.714000', '111517.717000', '111517.720000', '111517.722000', '111517.725000', '111517.727000', '111517.730000', '111517.733000', '111517.735000', '111517.738000', '111517.740000', '111517.743000', '111517.746000', '111517.748000', '111517.751000', '111517.754000', '111517.756000', '111517.759000', '111517.761000', '111517.764000', '111517.767000', '111517.769000', '111537.658000', '111537.661000', '111537.664000', '111537.667000', '111537.670000', '111537.672000', '111537.675000', '111537.678000', '111537.681000', '111537.683000', '111537.686000', '111537.689000', '111537.691000', '111537.694000', '111537.696000', '111537.699000', '111537.702000', '111537.704000', '111537.707000', '111537.710000', '111537.712000', '111537.715000', '111537.717000', '111537.720000', '111537.723000', '111537.725000', '111537.728000', '111537.731000', '111537.734000', '111537.737000', '111537.739000', '111537.743000', '111537.745000', '111537.748000', '111537.760000', '111537.763000', '111537.765000', '111537.768000', '111537.771000', '111537.773000', '111537.776000', '111537.779000', '111537.781000', '111557.659000', '111557.661000', '111557.664000', '111557.667000', '111557.669000', '111557.672000', '111557.675000', '111557.677000', '111557.680000', '111557.683000', '111557.685000', '111557.688000', '111557.691000', '111557.693000', '111557.696000', '111557.698000', '111557.701000', '111557.704000', '111557.706000', '111557.709000', '111557.712000', '111557.715000', '111557.717000', '111557.720000', '111557.722000', '111557.725000', '111557.728000', '111557.730000', '111557.733000', '111557.736000', '111557.738000', '111557.741000', '111557.744000', '111557.746000', '111557.749000', '111557.752000', '111557.754000', '111557.757000', '111557.760000', '111557.762000', '111557.765000', '111557.768000', '111557.770000', '111557.773000', '111617.658000', '111617.661000', '111617.664000', '111617.666000', '111617.669000', '111617.672000', '111617.674000', '111617.677000', '111617.680000', '111617.682000', '111617.685000', '111617.687000', '111617.690000', '111617.693000', '111617.695000', '111617.698000', '111617.701000', '111617.703000', '111617.706000', '111617.709000', '111617.711000', '111617.714000', '111617.717000', '111617.719000', '111617.722000', '111617.724000', '111617.727000', '111617.730000', '111617.732000', '111617.735000', '111617.738000', '111617.740000', '111617.743000', '111617.746000', '111617.748000', '111617.751000', '111617.753000', '111617.756000', '111617.759000', '111617.761000', '111617.764000', '111617.766000', '111617.769000', '111617.772000', '111637.658000', '111637.661000', '111637.664000', '111637.667000', '111637.669000', '111637.672000', '111637.675000', '111637.677000', '111637.680000', '111637.683000', '111637.685000', '111637.688000', '111637.690000', '111637.693000', '111637.696000', '111637.699000', '111637.701000', '111637.704000', '111637.707000', '111637.709000', '111637.712000', '111637.714000', '111637.717000', '111637.720000', '111637.722000', '111637.725000', '111637.728000', '111637.730000', '111637.733000', '111637.735000', '111637.738000', '111637.741000', '111637.744000', '111637.746000', '111637.749000', '111637.751000', '111637.754000', '111637.757000', '111637.759000', '111637.762000', '111637.764000', '111637.767000', '111637.770000', '111657.658000', '111657.661000', '111657.664000', '111657.667000', '111657.670000', '111657.672000', '111657.675000', '111657.677000', '111657.680000', '111657.683000', '111657.685000', '111657.688000', '111657.691000', '111657.693000', '111657.696000', '111657.699000', '111657.701000', '111657.704000', '111657.707000', '111657.709000', '111657.712000', '111657.715000', '111657.717000', '111657.720000', '111657.723000', '111657.725000', '111657.728000', '111657.731000', '111657.733000', '111657.736000', '111657.739000', '111657.741000', '111657.744000', '111657.747000', '111657.749000', '111657.752000', '111657.755000', '111657.757000', '111657.760000', '111657.763000', '111657.765000', '111657.768000', '111657.771000', '111657.773000', '111717.659000', '111717.662000', '111717.665000', '111717.667000', '111717.670000', '111717.673000', '111717.676000', '111717.678000', '111717.681000', '111717.684000', '111717.686000', '111717.689000', '111717.691000', '111717.694000', '111717.729000', '111717.732000', '111717.734000', '111717.737000', '111717.740000', '111717.742000', '111717.745000', '111717.748000', '111717.750000', '111717.753000', '111717.755000', '111717.758000', '111717.761000', '111717.763000', '111717.766000', '111717.769000', '111717.771000', '111717.774000', '111717.777000', '111717.779000', '111717.782000', '111717.784000', '111717.787000', '111717.790000', '111717.792000', '111717.803000', '111717.806000', '111717.809000', '111717.811000', '111737.659000', '111737.661000', '111737.664000', '111737.667000', '111737.669000', '111737.672000', '111737.675000', '111737.677000', '111737.680000', '111737.683000', '111737.685000', '111737.688000', '111737.691000', '111737.693000', '111737.696000', '111737.699000', '111737.701000', '111737.704000', '111737.707000', '111737.709000', '111737.712000', '111737.715000', '111737.717000', '111737.720000', '111737.722000', '111737.725000', '111737.728000', '111737.730000', '111737.733000', '111737.736000', '111737.738000', '111737.741000', '111737.744000', '111737.746000', '111737.749000', '111737.752000', '111737.754000', '111737.757000', '111737.759000', '111737.762000', '111737.765000', '111737.767000', '111737.770000', '111737.773000', '111757.658000', '111757.661000', '111757.664000', '111757.667000', '111757.669000', '111757.672000', '111757.675000', '111757.677000', '111757.680000', '111757.683000', '111757.685000', '111757.688000', '111757.691000', '111757.693000', '111757.696000', '111757.699000', '111757.701000', '111757.704000', '111757.707000', '111757.709000', '111757.712000', '111757.715000', '111757.717000', '111757.720000', '111757.722000', '111757.725000', '111757.728000', '111757.730000', '111757.733000', '111757.736000', '111757.738000', '111757.741000', '111757.744000', '111757.746000', '111757.749000', '111757.751000', '111757.754000', '111757.757000', '111757.759000', '111757.762000', '111757.765000', '111757.767000', '111757.770000', '111817.659000', '111817.661000', '111817.664000', '111817.667000', '111817.670000', '111817.672000', '111817.675000', '111817.677000', '111817.680000', '111817.683000', '111817.685000', '111817.688000', '111817.691000', '111817.693000', '111817.696000', '111817.699000', '111817.702000', '111817.705000', '111817.708000', '111817.710000', '111817.713000', '111817.715000', '111817.718000', '111817.721000', '111817.723000', '111817.726000', '111817.729000', '111817.731000', '111817.734000', '111817.737000', '111817.739000', '111817.742000', '111817.744000', '111817.747000', '111817.750000', '111817.752000', '111817.755000', '111817.758000', '111817.760000', '111817.763000', '111817.766000', '111817.768000', '111817.771000', '111837.658000', '111837.661000', '111837.664000', '111837.666000', '111837.669000', '111837.672000', '111837.675000', '111837.677000', '111837.680000', '111837.683000', '111837.685000', '111837.688000', '111837.691000', '111837.693000', '111837.696000', '111837.699000', '111837.701000', '111837.704000', '111837.706000', '111837.709000', '111837.712000', '111837.714000', '111837.717000', '111837.719000', '111837.722000', '111837.725000', '111837.739000', '111837.742000', '111837.744000', '111837.747000', '111837.749000', '111837.752000', '111837.755000', '111837.758000', '111837.760000', '111837.763000', '111837.765000', '111837.768000', '111837.771000', '111837.773000', '111837.776000', '111837.779000', '111837.781000', '111837.784000', '111857.658000', '111857.661000', '111857.664000', '111857.667000', '111857.670000', '111857.672000', '111857.675000', '111857.677000', '111857.680000', '111857.683000', '111857.685000', '111857.688000', '111857.691000', '111857.694000', '111857.696000', '111857.699000', '111857.702000', '111857.704000', '111857.707000', '111857.709000', '111857.712000', '111857.715000', '111857.717000', '111857.720000', '111857.722000', '111857.725000', '111857.728000', '111857.730000', '111857.733000', '111857.736000', '111857.738000', '111857.741000', '111857.743000', '111857.746000', '111857.749000', '111857.751000', '111857.754000', '111857.757000', '111857.759000', '111857.762000', '111857.765000', '111857.767000', '111857.770000', '111917.657000', '111917.660000', '111917.663000', '111917.666000', '111917.669000', '111917.671000', '111917.674000', '111917.677000', '111917.679000', '111917.682000', '111917.684000', '111917.687000', '111917.690000', '111917.692000', '111917.695000', '111917.698000', '111917.700000', '111917.703000', '111917.705000', '111917.708000', '111917.711000', '111917.713000', '111917.716000', '111917.718000', '111917.721000', '111917.724000', '111917.726000', '111917.729000', '111917.732000', '111917.734000', '111917.737000', '111917.740000', '111917.742000', '111917.745000', '111917.747000', '111917.750000', '111917.753000', '111917.755000', '111917.758000', '111917.761000', '111917.763000', '111917.766000', '111917.768000', '111917.771000', '111931.243000', '111931.246000', '111931.249000', '111931.252000', '111931.254000', '111931.257000', '111931.260000', '111931.263000', '111931.266000', '111931.268000', '111931.271000', '111931.274000', '111931.277000', '111931.280000', '111931.282000', '111931.286000', '111931.288000', '111931.291000', '111931.295000', '111931.298000', '111931.300000', '111931.304000', '111931.307000', '111931.310000', '111931.313000', '111931.316000', '111931.319000', '111931.322000', '111931.325000', '111931.328000'], 'InstanceCreationTime': ['111317.690000', '111317.694000', '111317.697000', '111317.700000', '111317.703000', '111317.705000', '111317.708000', '111317.711000', '111317.713000', '111317.722000', '111317.724000', '111317.727000', '111317.730000', '111317.732000', '111317.735000', '111317.737000', '111317.740000', '111317.743000', '111317.745000', '111317.748000', '111317.750000', '111317.753000', '111317.756000', '111317.758000', '111317.761000', '111317.763000', '111317.766000', '111317.769000', '111317.771000', '111317.774000', '111317.777000', '111317.779000', '111317.783000', '111317.785000', '111317.788000', '111317.791000', '111317.794000', '111317.796000', '111317.799000', '111317.801000', '111317.804000', '111317.807000', '111317.809000', '111317.812000', '111317.814000', '111317.817000', '111317.820000', '111317.822000', '111317.825000', '111317.827000', '111317.837000', '111317.840000', '111317.842000', '111317.845000', '111317.848000', '111317.850000', '111317.853000', '111317.856000', '111317.858000', '111337.658000', '111337.661000', '111337.664000', '111337.666000', '111337.669000', '111337.672000', '111337.675000', '111337.695000', '111337.698000', '111337.701000', '111337.703000', '111337.706000', '111337.709000', '111337.711000', '111337.714000', '111337.717000', '111337.719000', '111337.722000', '111337.724000', '111337.727000', '111337.730000', '111337.732000', '111337.735000', '111337.737000', '111337.740000', '111337.743000', '111337.745000', '111337.748000', '111337.751000', '111337.753000', '111337.756000', '111337.758000', '111337.761000', '111337.764000', '111337.766000', '111337.769000', '111337.772000', '111337.774000', '111337.777000', '111337.779000', '111337.782000', '111337.785000', '111337.787000', '111337.790000', '111357.661000', '111357.664000', '111357.667000', '111357.670000', '111357.672000', '111357.675000', '111357.678000', '111357.680000', '111357.683000', '111357.685000', '111357.688000', '111357.691000', '111357.693000', '111357.696000', '111357.699000', '111357.701000', '111357.704000', '111357.706000', '111357.709000', '111357.712000', '111357.715000', '111357.718000', '111357.721000', '111357.723000', '111357.726000', '111357.729000', '111357.731000', '111357.734000', '111357.736000', '111357.739000', '111357.742000', '111357.745000', '111357.747000', '111357.750000', '111357.752000', '111357.755000', '111357.758000', '111357.769000', '111357.771000', '111357.774000', '111357.777000', '111357.780000', '111357.783000', '111417.658000', '111417.661000', '111417.664000', '111417.671000', '111417.674000', '111417.676000', '111417.679000', '111417.682000', '111417.684000', '111417.687000', '111417.689000', '111417.692000', '111417.695000', '111417.697000', '111417.700000', '111417.703000', '111417.706000', '111417.708000', '111417.711000', '111417.713000', '111417.716000', '111417.719000', '111417.721000', '111417.724000', '111417.727000', '111417.729000', '111417.732000', '111417.735000', '111417.737000', '111417.740000', '111417.742000', '111417.745000', '111417.748000', '111417.750000', '111417.753000', '111417.756000', '111417.758000', '111417.761000', '111417.763000', '111417.766000', '111417.769000', '111417.771000', '111417.774000', '111417.777000', '111437.658000', '111437.661000', '111437.663000', '111437.666000', '111437.668000', '111437.671000', '111437.674000', '111437.676000', '111437.679000', '111437.682000', '111437.685000', '111437.687000', '111437.690000', '111437.692000', '111437.695000', '111437.698000', '111437.700000', '111437.703000', '111437.706000', '111437.708000', '111437.711000', '111437.714000', '111437.716000', '111437.719000', '111437.722000', '111437.724000', '111437.727000', '111437.729000', '111437.732000', '111437.735000', '111437.737000', '111437.740000', '111437.743000', '111437.745000', '111437.748000', '111437.751000', '111437.753000', '111437.756000', '111437.759000', '111437.761000', '111437.764000', '111437.766000', '111437.769000', '111457.658000', '111457.661000', '111457.668000', '111457.670000', '111457.673000', '111457.676000', '111457.678000', '111457.681000', '111457.684000', '111457.686000', '111457.689000', '111457.692000', '111457.694000', '111457.697000', '111457.699000', '111457.702000', '111457.705000', '111457.707000', '111457.710000', '111457.713000', '111457.715000', '111457.718000', '111457.721000', '111457.723000', '111457.726000', '111457.728000', '111457.731000', '111457.734000', '111457.736000', '111457.739000', '111457.742000', '111457.745000', '111457.748000', '111457.750000', '111457.753000', '111457.756000', '111457.758000', '111457.761000', '111457.764000', '111457.766000', '111457.769000', '111457.771000', '111457.774000', '111457.777000', '111517.658000', '111517.661000', '111517.664000', '111517.666000', '111517.669000', '111517.672000', '111517.675000', '111517.677000', '111517.680000', '111517.683000', '111517.685000', '111517.688000', '111517.691000', '111517.693000', '111517.696000', '111517.699000', '111517.701000', '111517.704000', '111517.706000', '111517.709000', '111517.712000', '111517.714000', '111517.717000', '111517.720000', '111517.722000', '111517.725000', '111517.727000', '111517.730000', '111517.733000', '111517.735000', '111517.738000', '111517.740000', '111517.743000', '111517.746000', '111517.748000', '111517.751000', '111517.754000', '111517.756000', '111517.759000', '111517.761000', '111517.764000', '111517.767000', '111517.769000', '111537.658000', '111537.661000', '111537.664000', '111537.667000', '111537.670000', '111537.672000', '111537.675000', '111537.678000', '111537.681000', '111537.683000', '111537.686000', '111537.689000', '111537.691000', '111537.694000', '111537.696000', '111537.699000', '111537.702000', '111537.704000', '111537.707000', '111537.710000', '111537.712000', '111537.715000', '111537.717000', '111537.720000', '111537.723000', '111537.725000', '111537.728000', '111537.731000', '111537.734000', '111537.737000', '111537.739000', '111537.743000', '111537.745000', '111537.748000', '111537.760000', '111537.763000', '111537.765000', '111537.768000', '111537.771000', '111537.773000', '111537.776000', '111537.779000', '111537.781000', '111557.659000', '111557.661000', '111557.664000', '111557.667000', '111557.669000', '111557.672000', '111557.675000', '111557.677000', '111557.680000', '111557.683000', '111557.685000', '111557.688000', '111557.691000', '111557.693000', '111557.696000', '111557.698000', '111557.701000', '111557.704000', '111557.706000', '111557.709000', '111557.712000', '111557.715000', '111557.717000', '111557.720000', '111557.722000', '111557.725000', '111557.728000', '111557.730000', '111557.733000', '111557.736000', '111557.738000', '111557.741000', '111557.744000', '111557.746000', '111557.749000', '111557.752000', '111557.754000', '111557.757000', '111557.760000', '111557.762000', '111557.765000', '111557.768000', '111557.770000', '111557.773000', '111617.658000', '111617.661000', '111617.664000', '111617.666000', '111617.669000', '111617.672000', '111617.674000', '111617.677000', '111617.680000', '111617.682000', '111617.685000', '111617.687000', '111617.690000', '111617.693000', '111617.695000', '111617.698000', '111617.701000', '111617.703000', '111617.706000', '111617.709000', '111617.711000', '111617.714000', '111617.717000', '111617.719000', '111617.722000', '111617.724000', '111617.727000', '111617.730000', '111617.732000', '111617.735000', '111617.738000', '111617.740000', '111617.743000', '111617.746000', '111617.748000', '111617.751000', '111617.753000', '111617.756000', '111617.759000', '111617.761000', '111617.764000', '111617.766000', '111617.769000', '111617.772000', '111637.658000', '111637.661000', '111637.664000', '111637.667000', '111637.669000', '111637.672000', '111637.675000', '111637.677000', '111637.680000', '111637.683000', '111637.685000', '111637.688000', '111637.690000', '111637.693000', '111637.696000', '111637.699000', '111637.701000', '111637.704000', '111637.707000', '111637.709000', '111637.712000', '111637.714000', '111637.717000', '111637.720000', '111637.722000', '111637.725000', '111637.728000', '111637.730000', '111637.733000', '111637.735000', '111637.738000', '111637.741000', '111637.744000', '111637.746000', '111637.749000', '111637.751000', '111637.754000', '111637.757000', '111637.759000', '111637.762000', '111637.764000', '111637.767000', '111637.770000', '111657.658000', '111657.661000', '111657.664000', '111657.667000', '111657.670000', '111657.672000', '111657.675000', '111657.677000', '111657.680000', '111657.683000', '111657.685000', '111657.688000', '111657.691000', '111657.693000', '111657.696000', '111657.699000', '111657.701000', '111657.704000', '111657.707000', '111657.709000', '111657.712000', '111657.715000', '111657.717000', '111657.720000', '111657.723000', '111657.725000', '111657.728000', '111657.731000', '111657.733000', '111657.736000', '111657.739000', '111657.741000', '111657.744000', '111657.747000', '111657.749000', '111657.752000', '111657.755000', '111657.757000', '111657.760000', '111657.763000', '111657.765000', '111657.768000', '111657.771000', '111657.773000', '111717.659000', '111717.662000', '111717.665000', '111717.667000', '111717.670000', '111717.673000', '111717.676000', '111717.678000', '111717.681000', '111717.684000', '111717.686000', '111717.689000', '111717.691000', '111717.694000', '111717.729000', '111717.732000', '111717.734000', '111717.737000', '111717.740000', '111717.742000', '111717.745000', '111717.748000', '111717.750000', '111717.753000', '111717.755000', '111717.758000', '111717.761000', '111717.763000', '111717.766000', '111717.769000', '111717.771000', '111717.774000', '111717.777000', '111717.779000', '111717.782000', '111717.784000', '111717.787000', '111717.790000', '111717.792000', '111717.803000', '111717.806000', '111717.809000', '111717.811000', '111737.659000', '111737.661000', '111737.664000', '111737.667000', '111737.669000', '111737.672000', '111737.675000', '111737.677000', '111737.680000', '111737.683000', '111737.685000', '111737.688000', '111737.691000', '111737.693000', '111737.696000', '111737.699000', '111737.701000', '111737.704000', '111737.707000', '111737.709000', '111737.712000', '111737.715000', '111737.717000', '111737.720000', '111737.722000', '111737.725000', '111737.728000', '111737.730000', '111737.733000', '111737.736000', '111737.738000', '111737.741000', '111737.744000', '111737.746000', '111737.749000', '111737.752000', '111737.754000', '111737.757000', '111737.759000', '111737.762000', '111737.765000', '111737.767000', '111737.770000', '111737.773000', '111757.658000', '111757.661000', '111757.664000', '111757.667000', '111757.669000', '111757.672000', '111757.675000', '111757.677000', '111757.680000', '111757.683000', '111757.685000', '111757.688000', '111757.691000', '111757.693000', '111757.696000', '111757.699000', '111757.701000', '111757.704000', '111757.707000', '111757.709000', '111757.712000', '111757.715000', '111757.717000', '111757.720000', '111757.722000', '111757.725000', '111757.728000', '111757.730000', '111757.733000', '111757.736000', '111757.738000', '111757.741000', '111757.744000', '111757.746000', '111757.749000', '111757.751000', '111757.754000', '111757.757000', '111757.759000', '111757.762000', '111757.765000', '111757.767000', '111757.770000', '111817.659000', '111817.661000', '111817.664000', '111817.667000', '111817.670000', '111817.672000', '111817.675000', '111817.677000', '111817.680000', '111817.683000', '111817.685000', '111817.688000', '111817.691000', '111817.693000', '111817.696000', '111817.699000', '111817.702000', '111817.705000', '111817.708000', '111817.710000', '111817.713000', '111817.715000', '111817.718000', '111817.721000', '111817.723000', '111817.726000', '111817.729000', '111817.731000', '111817.734000', '111817.737000', '111817.739000', '111817.742000', '111817.744000', '111817.747000', '111817.750000', '111817.752000', '111817.755000', '111817.758000', '111817.760000', '111817.763000', '111817.766000', '111817.768000', '111817.771000', '111837.658000', '111837.661000', '111837.664000', '111837.666000', '111837.669000', '111837.672000', '111837.675000', '111837.677000', '111837.680000', '111837.683000', '111837.685000', '111837.688000', '111837.691000', '111837.693000', '111837.696000', '111837.699000', '111837.701000', '111837.704000', '111837.706000', '111837.709000', '111837.712000', '111837.714000', '111837.717000', '111837.719000', '111837.722000', '111837.725000', '111837.739000', '111837.742000', '111837.744000', '111837.747000', '111837.749000', '111837.752000', '111837.755000', '111837.758000', '111837.760000', '111837.763000', '111837.765000', '111837.768000', '111837.771000', '111837.773000', '111837.776000', '111837.779000', '111837.781000', '111837.784000', '111857.658000', '111857.661000', '111857.664000', '111857.667000', '111857.670000', '111857.672000', '111857.675000', '111857.677000', '111857.680000', '111857.683000', '111857.685000', '111857.688000', '111857.691000', '111857.694000', '111857.696000', '111857.699000', '111857.702000', '111857.704000', '111857.707000', '111857.709000', '111857.712000', '111857.715000', '111857.717000', '111857.720000', '111857.722000', '111857.725000', '111857.728000', '111857.730000', '111857.733000', '111857.736000', '111857.738000', '111857.741000', '111857.743000', '111857.746000', '111857.749000', '111857.751000', '111857.754000', '111857.757000', '111857.759000', '111857.762000', '111857.765000', '111857.767000', '111857.770000', '111917.657000', '111917.660000', '111917.663000', '111917.666000', '111917.669000', '111917.671000', '111917.674000', '111917.677000', '111917.679000', '111917.682000', '111917.684000', '111917.687000', '111917.690000', '111917.692000', '111917.695000', '111917.698000', '111917.700000', '111917.703000', '111917.705000', '111917.708000', '111917.711000', '111917.713000', '111917.716000', '111917.718000', '111917.721000', '111917.724000', '111917.726000', '111917.729000', '111917.732000', '111917.734000', '111917.737000', '111917.740000', '111917.742000', '111917.745000', '111917.747000', '111917.750000', '111917.753000', '111917.755000', '111917.758000', '111917.761000', '111917.763000', '111917.766000', '111917.768000', '111917.771000', '111931.243000', '111931.246000', '111931.249000', '111931.252000', '111931.254000', '111931.257000', '111931.260000', '111931.263000', '111931.266000', '111931.268000', '111931.271000', '111931.274000', '111931.277000', '111931.280000', '111931.282000', '111931.286000', '111931.288000', '111931.291000', '111931.295000', '111931.298000', '111931.300000', '111931.304000', '111931.307000', '111931.310000', '111931.313000', '111931.316000', '111931.319000', '111931.322000', '111931.325000', '111931.328000'], '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': [12606, 11176, 10609, 11033, 11002, 13041, 10888, 10432, 12585, 10646, 12217, 9902, 10324, 13463, 10345, 11978, 9153, 10202, 13135, 10459, 11469, 14095, 9931, 12394, 9599, 10386, 14076, 9614, 11348, 8608, 10734, 13394, 9987, 11998, 9689, 10816, 8697, 9419, 8990, 9476, 8857, 10258, 10718, 11201, 16176, 11042, 13681, 15776, 10781, 14909, 10289, 11043, 16520, 10834, 14130, 9566, 11075, 14808, 10602, 13025, 9765, 10972, 15210, 10996, 13362, 9776, 10996, 15686, 10708, 13055, 10273, 11429, 13237, 11208, 14478, 10180, 11345, 15366, 11346, 12886, 10480, 11274, 14422, 11288, 13056, 10442, 11286, 15515, 11133, 13240, 9812, 11156, 16024, 11251, 12262, 11297, 11679, 15069, 11009, 11872, 9726, 11297, 15022, 11595, 12105, 8888, 11548, 16083, 10476, 11476, 16269, 11309, 13204, 10285, 11228, 14664, 10975, 12362, 9799, 11509, 14455, 10930, 12210, 9439, 11717, 14830, 11131, 12613, 9791, 11765, 15556, 11293, 11924, 11472, 11397, 13819, 10285, 11319, 14489, 11551, 12989, 9985, 11741, 15903, 11346, 12732, 15521, 11193, 13467, 9644, 11759, 14257, 11172, 12475, 9812, 11834, 14762, 11260, 13229, 9162, 11821, 15366, 10984, 12463, 16121, 11490, 13795, 9625, 11414, 15291, 10510, 11740, 14182, 11321, 12176, 9749, 11779, 14177, 10716, 12224, 13624, 11260, 13614, 10393, 11875, 16401, 11315, 12815, 9878, 11675, 15520, 11308, 12885, 10300, 11996, 15803, 10961, 13011, 11805, 11730, 13640, 11140, 11997, 12435, 11517, 13689, 11014, 11960, 10377, 11374, 14828, 11025, 12269, 8989, 11845, 15171, 11184, 12743, 14733, 11492, 14602, 11147, 12121, 16807, 11112, 13684, 10400, 11755, 16084, 11038, 12143, 15014, 11673, 12885, 12343, 11207, 13194, 10137, 11955, 13223, 11193, 12408, 9392, 11203, 12565, 11222, 12572, 9501, 11745, 13765, 11206, 12894, 12310, 11392, 14010, 9821, 11666, 16443, 11221, 13158, 9709, 11664, 15191, 11087, 13247, 15614, 11349, 13010, 9927, 11742, 15803, 10550, 12044, 15335, 11361, 12667, 9401, 11581, 14399, 10515, 12200, 16985, 11117, 14231, 13066, 11420, 13763, 14870, 11534, 13135, 16384, 11451, 12950, 9972, 11818, 14585, 11184, 12068, 9236, 11855, 14192, 11240, 12482, 13971, 11847, 13345, 9631, 11649, 15093, 10267, 11857, 16149, 10713, 11634, 14688, 9916, 11563, 13721, 10784, 11719, 14963, 11093, 11641, 9002, 11584, 13681, 9977, 11515, 14022, 10286, 11253, 15344, 11116, 11432, 14536, 9322, 11582, 14106, 9837, 11468, 14733, 10422, 11449, 10981, 11254, 12650, 9171, 10958, 14189, 10958, 12287, 9212, 11647, 15377, 10957, 13078, 17222, 11403, 15217, 10288, 11877, 15659, 11193, 13470, 10541, 11590, 12273, 11632, 14703, 10619, 12399, 16052, 11238, 14029, 10108, 11623, 15975, 11391, 12861, 13987, 11629, 13444, 9096, 11569, 14299, 10117, 11821, 15107, 10796, 11848, 15288, 10767, 11232, 14293, 11086, 12046, 15971, 11131, 11726, 14587, 11176, 12780, 15775, 11057, 12525, 11682, 11269, 12496, 9075, 11806, 14172, 10455, 11408, 8930, 11429, 14085, 9842, 11666, 15076, 10790, 13380, 17202, 10957, 14391, 15980, 10937, 14462, 14971, 10916, 14048, 13118, 11444, 13278, 9381, 12020, 13766, 9979, 11748, 14272, 10492, 11854, 15817, 10902, 12034, 15047, 10962, 12055, 15601, 11418, 12210, 14953, 11192, 12027, 11278, 11414, 12450, 9297, 11419, 12358, 10671, 11468, 9871, 10963, 14110, 10441, 12060, 16370, 11304, 13985, 9429, 11502, 15580, 10344, 11884, 16392, 11349, 14177, 9416, 11047, 8804, 11561, 14331, 10441, 12148, 16163, 10724, 13972, 9415, 11491, 14736, 10801, 12267, 11245, 11812, 14010, 10216, 11712, 15654, 11888, 13692, 9991, 12131, 15611, 11805, 12537, 13824, 11531, 13464, 10686, 11843, 15243, 10554, 11477, 14087, 11208, 12100, 14941, 11444, 11849, 11066, 11573, 12548, 9476, 11499, 12963, 10557, 11279, 13114, 11072, 11894, 9787, 11444, 9013, 11231, 8963, 10313, 9039, 10210, 12677, 11483, 15213, 11241, 14767, 9818, 11234, 9577, 10987, 10551, 11426, 16893, 10517, 12571, 10734, 11832, 16527, 10429, 12689, 9387, 11134, 15552, 10818, 13408, 10084, 11777, 13593, 10885, 14827, 10634, 12625, 15762, 10845, 14602, 10007, 11572, 17065, 10581, 13894, 9401, 11296, 16079, 10693, 12574, 8637, 11300, 15034, 10130, 11905, 14939, 10732, 12972, 9740, 11781, 13635, 11280, 12751, 10645, 12111, 9686, 11647, 15740, 10782, 12975, 13675, 11428, 15215, 11280, 12603, 13554, 11449, 15728, 11022, 12487, 15778, 11682, 14203, 11203, 12263, 14991, 11437, 12892, 11085, 12394, 10498, 11771, 13782, 11031, 13298, 10166, 11967, 9040, 11583, 14634, 11171, 12640, 9876, 12069, 15728, 11151, 13386, 9993, 12051, 15514, 11137, 13483, 10180, 12265, 15011, 11438, 13100, 10931, 12140, 15414, 11146, 13374, 10043, 11626, 14545, 11045, 11912, 9409, 11764, 14129, 10928, 11534, 10507, 11739, 13088, 10639, 11892, 11282, 11514, 13165, 10868, 11973, 14095, 11660, 13016, 9965, 11909, 15462, 10647, 12658, 9312, 11412, 14441, 10408, 11654, 13497, 11019, 12166, 9575, 11620, 14158, 11483, 12538, 10106, 12168, 15059, 10953, 12606, 13761, 11891, 14158, 11488, 12242, 15830, 11142, 14058, 10788, 12254, 12512, 11804, 13654, 10710, 12706, 10380, 11832, 11204, 12218, 15093, 11654, 12481, 10812, 11834, 15849, 11426, 13750, 9970, 11490, 14670, 11589, 12764, 10830, 11956, 14792, 11006, 12804, 10588, 11801, 15000, 11052, 12058, 9420, 11659, 14477, 11029, 11635, 11540, 11450, 12823, 9813, 11371, 14345, 10695, 12119, 9304, 11676, 13717, 10597, 12329, 9466, 11506, 13953, 10615, 12060, 15452, 10917, 13220, 9354, 11445, 14416, 10734, 12186, 9760, 11229, 13826, 10647, 11746, 15175, 11225, 13387, 9668, 11572, 15196, 11044, 12855, 9549, 11685, 15685, 11129, 13240, 9894, 12209, 15217, 11248, 12872, 9726, 11741, 14560, 10949, 12272, 10713, 11610, 12936, 10938, 11957, 9626, 11703, 12865, 11497, 13306, 10036, 11460, 11848, 11344, 13122, 10130, 11804, 9338, 11952, 14768, 11295, 12661, 10209, 11719, 12890, 11718, 12990, 10669, 12014, 9862, 11379, 13474, 11543, 14594, 11162, 12271, 9537, 11776, 16010, 11219, 12724, 9562, 12056, 15411, 11003, 12962, 10373, 12075, 16128, 11225, 12806, 10440, 11894, 15072, 11049, 12975, 11111, 12173, 12734, 11576, 13618, 11500, 12019, 10671, 11460, 13709, 11217, 12529, 11284, 12003, 9545], 'WindowCenter': [4785.0, 4756.0, 4735.0, 4731.0, 4728.0, 4738.0, 4716.0, 4718.0, 4724.0, 4715.0, 4726.0, 4706.0, 4716.0, 4733.0, 4714.0, 4724.0, 4706.0, 4718.0, 4735.0, 4717.0, 4726.0, 4735.0, 4706.0, 4725.0, 4707.0, 4718.0, 4736.0, 4707.0, 4727.0, 4708.0, 4730.0, 4748.0, 4731.0, 4741.0, 4730.0, 4744.0, 4722.0, 4733.0, 4734.0, 4735.0, 4735.0, 4747.0, 4745.0, 4746.0, 4777.0, 4733.0, 4754.0, 4750.0, 4720.0, 4750.0, 4707.0, 4719.0, 4746.0, 4713.0, 4737.0, 4693.0, 4717.0, 4734.0, 4716.0, 4727.0, 4705.0, 4718.0, 4735.0, 4704.0, 4726.0, 4694.0, 4716.0, 4734.0, 4705.0, 4725.0, 4705.0, 4716.0, 4723.0, 4716.0, 4737.0, 4704.0, 4716.0, 4734.0, 4715.0, 4726.0, 4705.0, 4718.0, 4735.0, 4716.0, 4727.0, 4701.0, 4718.0, 4734.0, 4716.0, 4727.0, 4704.0, 4717.0, 4745.0, 4715.0, 4716.0, 4700.0, 4715.0, 4733.0, 4704.0, 4716.0, 4694.0, 4716.0, 4735.0, 4715.0, 4715.0, 4694.0, 4715.0, 4746.0, 4703.0, 4716.0, 4733.0, 4712.0, 4725.0, 4703.0, 4715.0, 4734.0, 4715.0, 4726.0, 4694.0, 4713.0, 4734.0, 4716.0, 4724.0, 4695.0, 4716.0, 4736.0, 4715.0, 4726.0, 4704.0, 4725.0, 4736.0, 4715.0, 4717.0, 4711.0, 4716.0, 4735.0, 4706.0, 4717.0, 4734.0, 4727.0, 4738.0, 4706.0, 4727.0, 4743.0, 4717.0, 4728.0, 4736.0, 4716.0, 4725.0, 4695.0, 4715.0, 4735.0, 4717.0, 4728.0, 4707.0, 4729.0, 4737.0, 4717.0, 4738.0, 4694.0, 4726.0, 4735.0, 4715.0, 4728.0, 4744.0, 4715.0, 4725.0, 4694.0, 4716.0, 4736.0, 4703.0, 4716.0, 4723.0, 4714.0, 4713.0, 4695.0, 4728.0, 4735.0, 4717.0, 4729.0, 4725.0, 4717.0, 4726.0, 4705.0, 4715.0, 4745.0, 4715.0, 4728.0, 4704.0, 4716.0, 4735.0, 4717.0, 4727.0, 4715.0, 4729.0, 4747.0, 4717.0, 4739.0, 4714.0, 4727.0, 4736.0, 4713.0, 4728.0, 4725.0, 4716.0, 4735.0, 4715.0, 4727.0, 4706.0, 4716.0, 4736.0, 4715.0, 4730.0, 4696.0, 4728.0, 4747.0, 4717.0, 4729.0, 4735.0, 4716.0, 4735.0, 4713.0, 4728.0, 4744.0, 4712.0, 4725.0, 4704.0, 4716.0, 4735.0, 4703.0, 4714.0, 4733.0, 4714.0, 4728.0, 4713.0, 4714.0, 4722.0, 4704.0, 4726.0, 4724.0, 4717.0, 4728.0, 4706.0, 4728.0, 4727.0, 4728.0, 4740.0, 4709.0, 4731.0, 4737.0, 4728.0, 4741.0, 4728.0, 4729.0, 4739.0, 4707.0, 4729.0, 4746.0, 4728.0, 4738.0, 4707.0, 4729.0, 4748.0, 4728.0, 4739.0, 4747.0, 4717.0, 4727.0, 4706.0, 4728.0, 4748.0, 4706.0, 4727.0, 4733.0, 4716.0, 4727.0, 4695.0, 4728.0, 4736.0, 4716.0, 4731.0, 4746.0, 4717.0, 4738.0, 4723.0, 4715.0, 4727.0, 4735.0, 4703.0, 4725.0, 4731.0, 4702.0, 4714.0, 4691.0, 4715.0, 4723.0, 4715.0, 4726.0, 4694.0, 4728.0, 4737.0, 4715.0, 4729.0, 4736.0, 4727.0, 4738.0, 4705.0, 4717.0, 4736.0, 4704.0, 4716.0, 4737.0, 4702.0, 4703.0, 4723.0, 4693.0, 4713.0, 4722.0, 4702.0, 4715.0, 4732.0, 4714.0, 4715.0, 4693.0, 4725.0, 4738.0, 4704.0, 4717.0, 4734.0, 4704.0, 4715.0, 4738.0, 4702.0, 4716.0, 4724.0, 4692.0, 4712.0, 4724.0, 4692.0, 4714.0, 4733.0, 4703.0, 4716.0, 4713.0, 4716.0, 4727.0, 4706.0, 4718.0, 4734.0, 4727.0, 4729.0, 4708.0, 4729.0, 4748.0, 4718.0, 4740.0, 4756.0, 4715.0, 4739.0, 4705.0, 4727.0, 4745.0, 4717.0, 4737.0, 4715.0, 4729.0, 4727.0, 4728.0, 4736.0, 4717.0, 4728.0, 4746.0, 4717.0, 4735.0, 4704.0, 4717.0, 4745.0, 4713.0, 4727.0, 4723.0, 4713.0, 4726.0, 4693.0, 4715.0, 4725.0, 4703.0, 4716.0, 4734.0, 4703.0, 4713.0, 4733.0, 4703.0, 4714.0, 4721.0, 4714.0, 4713.0, 4732.0, 4702.0, 4714.0, 4722.0, 4715.0, 4725.0, 4732.0, 4711.0, 4713.0, 4713.0, 4714.0, 4726.0, 4694.0, 4725.0, 4734.0, 4716.0, 4727.0, 4708.0, 4729.0, 4739.0, 4718.0, 4732.0, 4747.0, 4729.0, 4741.0, 4757.0, 4716.0, 4739.0, 4734.0, 4717.0, 4738.0, 4734.0, 4705.0, 4726.0, 4722.0, 4714.0, 4724.0, 4693.0, 4715.0, 4724.0, 4694.0, 4716.0, 4734.0, 4704.0, 4715.0, 4736.0, 4702.0, 4715.0, 4734.0, 4704.0, 4718.0, 4733.0, 4713.0, 4715.0, 4718.0, 4703.0, 4714.0, 4703.0, 4715.0, 4726.0, 4692.0, 4716.0, 4725.0, 4718.0, 4729.0, 4718.0, 4729.0, 4747.0, 4720.0, 4740.0, 4748.0, 4728.0, 4741.0, 4706.0, 4728.0, 4746.0, 4706.0, 4727.0, 4745.0, 4715.0, 4739.0, 4695.0, 4715.0, 4697.0, 4717.0, 4736.0, 4717.0, 4728.0, 4746.0, 4717.0, 4737.0, 4705.0, 4728.0, 4745.0, 4716.0, 4728.0, 4716.0, 4717.0, 4737.0, 4695.0, 4713.0, 4733.0, 4713.0, 4724.0, 4691.0, 4713.0, 4721.0, 4701.0, 4704.0, 4709.0, 4700.0, 4710.0, 4688.0, 4701.0, 4722.0, 4686.0, 4690.0, 4705.0, 4688.0, 4699.0, 4707.0, 4698.0, 4700.0, 4687.0, 4702.0, 4713.0, 4690.0, 4711.0, 4711.0, 4702.0, 4713.0, 4723.0, 4715.0, 4714.0, 4705.0, 4725.0, 4707.0, 4730.0, 4722.0, 4732.0, 4720.0, 4733.0, 4755.0, 4745.0, 4763.0, 4745.0, 4766.0, 4720.0, 4722.0, 4711.0, 4731.0, 4717.0, 4733.0, 4762.0, 4718.0, 4731.0, 4717.0, 4730.0, 4749.0, 4718.0, 4728.0, 4697.0, 4718.0, 4747.0, 4718.0, 4737.0, 4707.0, 4730.0, 4738.0, 4717.0, 4739.0, 4705.0, 4729.0, 4736.0, 4706.0, 4737.0, 4695.0, 4717.0, 4744.0, 4706.0, 4727.0, 4695.0, 4716.0, 4733.0, 4705.0, 4717.0, 4685.0, 4716.0, 4734.0, 4706.0, 4729.0, 4733.0, 4716.0, 4726.0, 4705.0, 4718.0, 4735.0, 4718.0, 4726.0, 4715.0, 4730.0, 4707.0, 4718.0, 4748.0, 4716.0, 4728.0, 4725.0, 4716.0, 4736.0, 4705.0, 4717.0, 4723.0, 4703.0, 4734.0, 4701.0, 4715.0, 4733.0, 4715.0, 4724.0, 4702.0, 4715.0, 4722.0, 4704.0, 4713.0, 4704.0, 4718.0, 4704.0, 4729.0, 4724.0, 4705.0, 4722.0, 4703.0, 4716.0, 4696.0, 4717.0, 4736.0, 4717.0, 4729.0, 4705.0, 4727.0, 4736.0, 4714.0, 4726.0, 4705.0, 4726.0, 4733.0, 4714.0, 4726.0, 4705.0, 4717.0, 4734.0, 4715.0, 4726.0, 4714.0, 4726.0, 4736.0, 4716.0, 4726.0, 4693.0, 4715.0, 4724.0, 4714.0, 4717.0, 4693.0, 4714.0, 4735.0, 4704.0, 4716.0, 4705.0, 4727.0, 4724.0, 4717.0, 4728.0, 4716.0, 4726.0, 4727.0, 4718.0, 4728.0, 4736.0, 4716.0, 4729.0, 4704.0, 4727.0, 4736.0, 4707.0, 4726.0, 4696.0, 4728.0, 4738.0, 4705.0, 4715.0, 4725.0, 4715.0, 4724.0, 4705.0, 4729.0, 4736.0, 4730.0, 4739.0, 4719.0, 4729.0, 4737.0, 4730.0, 4730.0, 4735.0, 4717.0, 4735.0, 4715.0, 4727.0, 4745.0, 4716.0, 4724.0, 4702.0, 4727.0, 4715.0, 4717.0, 4725.0, 4706.0, 4729.0, 4709.0, 4728.0, 4716.0, 4727.0, 4736.0, 4716.0, 4726.0, 4705.0, 4717.0, 4735.0, 4715.0, 4727.0, 4694.0, 4715.0, 4733.0, 4715.0, 4726.0, 4703.0, 4718.0, 4732.0, 4706.0, 4714.0, 4699.0, 4716.0, 4723.0, 4703.0, 4715.0, 4690.0, 4714.0, 4723.0, 4702.0, 4715.0, 4712.0, 4716.0, 4725.0, 4705.0, 4716.0, 4732.0, 4717.0, 4726.0, 4694.0, 4728.0, 4737.0, 4719.0, 4727.0, 4706.0, 4728.0, 4735.0, 4706.0, 4727.0, 4736.0, 4717.0, 4728.0, 4695.0, 4727.0, 4735.0, 4716.0, 4730.0, 4706.0, 4727.0, 4735.0, 4716.0, 4728.0, 4747.0, 4716.0, 4729.0, 4705.0, 4717.0, 4734.0, 4716.0, 4727.0, 4706.0, 4718.0, 4737.0, 4717.0, 4727.0, 4705.0, 4716.0, 4733.0, 4716.0, 4727.0, 4694.0, 4715.0, 4724.0, 4705.0, 4718.0, 4703.0, 4714.0, 4724.0, 4714.0, 4728.0, 4705.0, 4727.0, 4726.0, 4717.0, 4727.0, 4705.0, 4717.0, 4714.0, 4718.0, 4726.0, 4707.0, 4728.0, 4706.0, 4727.0, 4747.0, 4727.0, 4726.0, 4716.0, 4729.0, 4737.0, 4730.0, 4737.0, 4717.0, 4730.0, 4718.0, 4730.0, 4738.0, 4729.0, 4750.0, 4717.0, 4728.0, 4705.0, 4726.0, 4748.0, 4716.0, 4727.0, 4693.0, 4728.0, 4735.0, 4705.0, 4723.0, 4705.0, 4717.0, 4734.0, 4704.0, 4715.0, 4703.0, 4711.0, 4734.0, 4704.0, 4725.0, 4714.0, 4718.0, 4715.0, 4717.0, 4724.0, 4713.0, 4715.0, 4702.0, 4716.0, 4724.0, 4715.0, 4715.0, 4716.0, 4728.0, 4718.0], 'WindowWidth': [10444.0, 10388.0, 10354.0, 10339.0, 10330.0, 10343.0, 10308.0, 10311.0, 10317.0, 10305.0, 10321.0, 10293.0, 10307.0, 10327.0, 10304.0, 10318.0, 10294.0, 10311.0, 10332.0, 10311.0, 10327.0, 10333.0, 10293.0, 10319.0, 10294.0, 10313.0, 10334.0, 10295.0, 10325.0, 10301.0, 10334.0, 10357.0, 10338.0, 10350.0, 10336.0, 10356.0, 10324.0, 10343.0, 10347.0, 10350.0, 10349.0, 10367.0, 10360.0, 10364.0, 10411.0, 10341.0, 10371.0, 10360.0, 10315.0, 10361.0, 10293.0, 10312.0, 10350.0, 10299.0, 10337.0, 10270.0, 10305.0, 10328.0, 10303.0, 10321.0, 10289.0, 10309.0, 10330.0, 10286.0, 10320.0, 10271.0, 10304.0, 10328.0, 10289.0, 10316.0, 10287.0, 10305.0, 10310.0, 10304.0, 10335.0, 10285.0, 10305.0, 10326.0, 10302.0, 10318.0, 10289.0, 10310.0, 10329.0, 10305.0, 10321.0, 10281.0, 10311.0, 10329.0, 10303.0, 10322.0, 10286.0, 10306.0, 10343.0, 10300.0, 10304.0, 10277.0, 10300.0, 10326.0, 10285.0, 10304.0, 10270.0, 10302.0, 10328.0, 10300.0, 10304.0, 10273.0, 10302.0, 10347.0, 10282.0, 10302.0, 10325.0, 10296.0, 10317.0, 10282.0, 10303.0, 10327.0, 10302.0, 10317.0, 10271.0, 10299.0, 10328.0, 10305.0, 10316.0, 10274.0, 10305.0, 10332.0, 10302.0, 10320.0, 10286.0, 10316.0, 10333.0, 10300.0, 10306.0, 10292.0, 10303.0, 10332.0, 10290.0, 10308.0, 10328.0, 10320.0, 10339.0, 10291.0, 10321.0, 10341.0, 10306.0, 10326.0, 10330.0, 10302.0, 10316.0, 10273.0, 10304.0, 10329.0, 10308.0, 10325.0, 10294.0, 10328.0, 10336.0, 10309.0, 10340.0, 10274.0, 10319.0, 10332.0, 10301.0, 10323.0, 10342.0, 10302.0, 10318.0, 10270.0, 10303.0, 10334.0, 10281.0, 10302.0, 10309.0, 10299.0, 10299.0, 10274.0, 10323.0, 10331.0, 10307.0, 10327.0, 10316.0, 10306.0, 10320.0, 10286.0, 10304.0, 10343.0, 10302.0, 10322.0, 10284.0, 10305.0, 10329.0, 10307.0, 10320.0, 10303.0, 10329.0, 10351.0, 10307.0, 10340.0, 10299.0, 10319.0, 10332.0, 10300.0, 10326.0, 10317.0, 10306.0, 10330.0, 10303.0, 10324.0, 10291.0, 10306.0, 10333.0, 10304.0, 10329.0, 10277.0, 10324.0, 10348.0, 10306.0, 10328.0, 10329.0, 10304.0, 10330.0, 10297.0, 10323.0, 10342.0, 10295.0, 10317.0, 10284.0, 10304.0, 10330.0, 10281.0, 10300.0, 10324.0, 10298.0, 10322.0, 10294.0, 10299.0, 10309.0, 10284.0, 10318.0, 10314.0, 10308.0, 10324.0, 10291.0, 10325.0, 10321.0, 10326.0, 10345.0, 10301.0, 10333.0, 10337.0, 10325.0, 10350.0, 10324.0, 10326.0, 10339.0, 10294.0, 10327.0, 10349.0, 10324.0, 10340.0, 10293.0, 10328.0, 10352.0, 10324.0, 10344.0, 10348.0, 10308.0, 10322.0, 10290.0, 10325.0, 10355.0, 10291.0, 10322.0, 10325.0, 10303.0, 10322.0, 10275.0, 10323.0, 10333.0, 10306.0, 10332.0, 10348.0, 10307.0, 10340.0, 10310.0, 10303.0, 10324.0, 10327.0, 10283.0, 10315.0, 10319.0, 10278.0, 10297.0, 10263.0, 10299.0, 10310.0, 10301.0, 10318.0, 10274.0, 10324.0, 10335.0, 10303.0, 10328.0, 10333.0, 10323.0, 10341.0, 10289.0, 10308.0, 10335.0, 10285.0, 10303.0, 10338.0, 10280.0, 10282.0, 10309.0, 10267.0, 10295.0, 10306.0, 10280.0, 10302.0, 10323.0, 10299.0, 10304.0, 10270.0, 10317.0, 10340.0, 10286.0, 10307.0, 10328.0, 10284.0, 10304.0, 10340.0, 10280.0, 10302.0, 10312.0, 10265.0, 10296.0, 10313.0, 10266.0, 10300.0, 10325.0, 10284.0, 10304.0, 10296.0, 10306.0, 10323.0, 10292.0, 10312.0, 10331.0, 10323.0, 10330.0, 10297.0, 10329.0, 10353.0, 10311.0, 10346.0, 10364.0, 10303.0, 10341.0, 10288.0, 10321.0, 10346.0, 10308.0, 10336.0, 10305.0, 10329.0, 10321.0, 10326.0, 10335.0, 10308.0, 10328.0, 10347.0, 10307.0, 10333.0, 10287.0, 10310.0, 10347.0, 10299.0, 10321.0, 10311.0, 10297.0, 10319.0, 10268.0, 10301.0, 10315.0, 10282.0, 10304.0, 10327.0, 10281.0, 10298.0, 10323.0, 10283.0, 10299.0, 10306.0, 10297.0, 10299.0, 10324.0, 10280.0, 10300.0, 10307.0, 10300.0, 10317.0, 10320.0, 10292.0, 10299.0, 10295.0, 10301.0, 10318.0, 10272.0, 10317.0, 10329.0, 10304.0, 10324.0, 10298.0, 10329.0, 10343.0, 10311.0, 10335.0, 10351.0, 10328.0, 10351.0, 10368.0, 10306.0, 10342.0, 10330.0, 10306.0, 10339.0, 10326.0, 10288.0, 10320.0, 10308.0, 10300.0, 10313.0, 10268.0, 10301.0, 10314.0, 10272.0, 10304.0, 10326.0, 10286.0, 10305.0, 10335.0, 10280.0, 10303.0, 10325.0, 10285.0, 10309.0, 10326.0, 10297.0, 10302.0, 10302.0, 10282.0, 10301.0, 10282.0, 10302.0, 10319.0, 10267.0, 10305.0, 10316.0, 10311.0, 10329.0, 10312.0, 10330.0, 10352.0, 10315.0, 10347.0, 10354.0, 10327.0, 10347.0, 10292.0, 10324.0, 10349.0, 10291.0, 10324.0, 10345.0, 10302.0, 10339.0, 10273.0, 10302.0, 10279.0, 10307.0, 10334.0, 10308.0, 10328.0, 10350.0, 10308.0, 10338.0, 10292.0, 10327.0, 10350.0, 10306.0, 10325.0, 10305.0, 10307.0, 10338.0, 10273.0, 10298.0, 10326.0, 10294.0, 10315.0, 10264.0, 10297.0, 10307.0, 10274.0, 10284.0, 10284.0, 10271.0, 10288.0, 10254.0, 10276.0, 10312.0, 10250.0, 10258.0, 10273.0, 10251.0, 10270.0, 10281.0, 10266.0, 10273.0, 10252.0, 10277.0, 10295.0, 10259.0, 10291.0, 10291.0, 10280.0, 10300.0, 10309.0, 10302.0, 10299.0, 10288.0, 10320.0, 10294.0, 10331.0, 10327.0, 10338.0, 10318.0, 10340.0, 10374.0, 10360.0, 10383.0, 10358.0, 10392.0, 10315.0, 10320.0, 10304.0, 10331.0, 10310.0, 10335.0, 10381.0, 10311.0, 10332.0, 10308.0, 10328.0, 10354.0, 10310.0, 10324.0, 10277.0, 10310.0, 10347.0, 10308.0, 10334.0, 10293.0, 10330.0, 10336.0, 10308.0, 10337.0, 10289.0, 10327.0, 10330.0, 10289.0, 10332.0, 10272.0, 10308.0, 10341.0, 10288.0, 10319.0, 10273.0, 10303.0, 10324.0, 10286.0, 10305.0, 10258.0, 10304.0, 10327.0, 10290.0, 10328.0, 10325.0, 10303.0, 10316.0, 10287.0, 10309.0, 10330.0, 10308.0, 10319.0, 10304.0, 10331.0, 10293.0, 10309.0, 10350.0, 10303.0, 10325.0, 10314.0, 10303.0, 10329.0, 10286.0, 10306.0, 10309.0, 10282.0, 10324.0, 10277.0, 10301.0, 10323.0, 10298.0, 10309.0, 10278.0, 10299.0, 10305.0, 10281.0, 10294.0, 10283.0, 10307.0, 10283.0, 10326.0, 10311.0, 10286.0, 10309.0, 10283.0, 10304.0, 10274.0, 10305.0, 10334.0, 10308.0, 10326.0, 10286.0, 10320.0, 10332.0, 10301.0, 10320.0, 10285.0, 10318.0, 10327.0, 10298.0, 10319.0, 10284.0, 10305.0, 10325.0, 10301.0, 10319.0, 10299.0, 10320.0, 10331.0, 10301.0, 10317.0, 10268.0, 10302.0, 10313.0, 10300.0, 10307.0, 10270.0, 10300.0, 10327.0, 10285.0, 10306.0, 10289.0, 10322.0, 10315.0, 10307.0, 10325.0, 10305.0, 10321.0, 10321.0, 10309.0, 10326.0, 10333.0, 10305.0, 10326.0, 10286.0, 10322.0, 10336.0, 10294.0, 10320.0, 10274.0, 10324.0, 10342.0, 10286.0, 10303.0, 10314.0, 10302.0, 10318.0, 10290.0, 10327.0, 10334.0, 10329.0, 10343.0, 10312.0, 10329.0, 10337.0, 10328.0, 10332.0, 10332.0, 10307.0, 10330.0, 10301.0, 10324.0, 10344.0, 10304.0, 10314.0, 10280.0, 10320.0, 10301.0, 10305.0, 10316.0, 10291.0, 10326.0, 10297.0, 10324.0, 10304.0, 10321.0, 10335.0, 10304.0, 10320.0, 10288.0, 10308.0, 10333.0, 10300.0, 10321.0, 10271.0, 10301.0, 10326.0, 10301.0, 10316.0, 10283.0, 10309.0, 10323.0, 10288.0, 10299.0, 10274.0, 10301.0, 10311.0, 10281.0, 10301.0, 10262.0, 10298.0, 10312.0, 10280.0, 10302.0, 10292.0, 10301.0, 10317.0, 10287.0, 10306.0, 10323.0, 10307.0, 10319.0, 10273.0, 10322.0, 10335.0, 10312.0, 10325.0, 10292.0, 10323.0, 10333.0, 10292.0, 10323.0, 10333.0, 10307.0, 10324.0, 10274.0, 10321.0, 10330.0, 10305.0, 10329.0, 10290.0, 10324.0, 10331.0, 10306.0, 10326.0, 10348.0, 10307.0, 10326.0, 10289.0, 10308.0, 10328.0, 10306.0, 10323.0, 10290.0, 10308.0, 10334.0, 10306.0, 10322.0, 10288.0, 10305.0, 10327.0, 10303.0, 10321.0, 10270.0, 10301.0, 10312.0, 10287.0, 10309.0, 10284.0, 10298.0, 10311.0, 10300.0, 10325.0, 10289.0, 10320.0, 10315.0, 10308.0, 10323.0, 10287.0, 10308.0, 10299.0, 10310.0, 10321.0, 10294.0, 10325.0, 10292.0, 10324.0, 10352.0, 10323.0, 10322.0, 10307.0, 10330.0, 10336.0, 10330.0, 10336.0, 10308.0, 10332.0, 10312.0, 10331.0, 10338.0, 10326.0, 10358.0, 10308.0, 10327.0, 10289.0, 10319.0, 10353.0, 10302.0, 10322.0, 10269.0, 10320.0, 10331.0, 10288.0, 10314.0, 10284.0, 10304.0, 10327.0, 10285.0, 10302.0, 10280.0, 10293.0, 10326.0, 10284.0, 10315.0, 10299.0, 10307.0, 10299.0, 10303.0, 10312.0, 10296.0, 10304.0, 10281.0, 10303.0, 10314.0, 10301.0, 10303.0, 10303.0, 10324.0, 10313.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.00045917431192660555</td></tr>
<tr><td colspan=3>aqi</td><td>0.017216927178899083</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.46734782929971</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2706818819058552</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9977976723765787</td></tr>
<tr><td colspan=3>efc</td><td>0.517</td></tr>
<tr><td colspan=3>fber</td><td>4420.9419</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08154233144261253</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>6</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.6880733944954128</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5768311746654393</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.592019938201429</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7598254796551784</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.378648106139711</td></tr>
<tr><td colspan=3>gcor</td><td>0.0100014</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00688929995521903</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0297376848757267</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.083122255399558</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>21.327</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>57.2069</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>241.0238</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>61.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>287936.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1237.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>446.875</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7505</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>581.7053</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3838.1178</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4038.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>88608.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1455.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4989.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>988.9435</td></tr>
<tr><td colspan=3>tsnr</td><td>47.43714145291597</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>