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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0018/ses-04/func/sub-0018_ses-04_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>07de70e1b48c797f6e770851d4f1a895</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>10:15:1.057500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.995475, -0.0588087, 0.074643, 0.0544357, 0.996753, 0.0593271]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.100313</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4165, -7742, -7236, 640, -67, -214, -22, 11]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.903</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>eb7364f1-ac5d-4ab0-84bd-ec0e411b19bb||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.670785903930664, 0.14604713022708893, 0.21030192077159882, 99.62892150878906], [0.15777945518493652, 2.6742160320281982, 0.1484876573085785, -89.274658203125], [0.2002616971731186, -0.15917040407657623, 2.6876988410949707, -63.83384323120117], [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': ['101501.057500', '101501.517500', '101501.977500', '101502.437500', '101502.897500', '101503.357500', '101503.817500', '101504.277500', '101504.737500', '101505.197500', '101505.657500', '101506.117500', '101506.577500', '101507.037500', '101507.497500', '101507.957500', '101508.417500', '101508.877500', '101509.337500', '101509.797500', '101510.257500', '101510.717500', '101511.177500', '101511.637500', '101512.097500', '101512.557500', '101513.017500', '101513.477500', '101513.937500', '101514.397500', '101514.857500', '101515.317500', '101515.777500', '101516.237500', '101516.697500', '101517.157500', '101517.617500', '101518.077500', '101518.537500', '101518.997500', '101519.457500', '101519.917500', '101520.377500', '101520.837500', '101521.297500', '101521.757500', '101522.217500', '101522.677500', '101523.137500', '101523.597500', '101524.057500', '101524.517500', '101524.977500', '101525.437500', '101525.897500', '101526.357500', '101526.817500', '101527.277500', '101527.737500', '101528.197500', '101528.657500', '101529.117500', '101529.577500', '101530.037500', '101530.497500', '101530.957500', '101531.417500', '101531.877500', '101532.337500', '101532.797500', '101533.257500', '101533.717500', '101534.177500', '101534.637500', '101535.097500', '101535.557500', '101536.017500', '101536.477500', '101536.937500', '101537.397500', '101537.857500', '101538.317500', '101538.777500', '101539.237500', '101539.697500', '101540.157500', '101540.617500', '101541.077500', '101541.537500', '101541.997500', '101542.457500', '101542.917500', '101543.377500', '101543.837500', '101544.297500', '101544.757500', '101545.217500', '101545.677500', '101546.137500', '101546.597500', '101547.057500', '101547.517500', '101547.977500', '101548.437500', '101548.897500', '101549.357500', '101549.817500', '101550.277500', '101550.737500', '101551.197500', '101551.657500', '101552.117500', '101552.577500', '101553.037500', '101553.497500', '101553.957500', '101554.417500', '101554.877500', '101555.337500', '101555.797500', '101556.257500', '101556.717500', '101557.177500', '101557.637500', '101558.097500', '101558.557500', '101559.017500', '101559.477500', '101559.937500', '101600.397500', '101600.857500', '101601.317500', '101601.777500', '101602.237500', '101602.697500', '101603.157500', '101603.617500', '101604.077500', '101604.537500', '101604.997500', '101605.457500', '101605.917500', '101606.377500', '101606.837500', '101607.297500', '101607.757500', '101608.217500', '101608.677500', '101609.137500', '101609.597500', '101610.057500', '101610.517500', '101610.977500', '101611.437500', '101611.897500', '101612.357500', '101612.817500', '101613.277500', '101613.737500', '101614.197500', '101614.657500', '101615.117500', '101615.577500', '101616.037500', '101616.497500', '101616.957500', '101617.417500', '101617.877500', '101618.337500', '101618.797500', '101619.257500', '101619.717500', '101620.177500', '101620.637500', '101621.097500', '101621.557500', '101622.017500', '101622.477500', '101622.937500', '101623.397500', '101623.857500', '101624.317500', '101624.777500', '101625.237500', '101625.697500', '101626.157500', '101626.617500', '101627.077500', '101627.537500', '101627.997500', '101628.457500', '101628.917500', '101629.377500', '101629.837500', '101630.297500', '101630.757500', '101631.217500', '101631.677500', '101632.137500', '101632.597500', '101633.057500', '101633.517500', '101633.977500', '101634.437500', '101634.897500', '101635.357500', '101635.817500', '101636.277500', '101636.737500', '101637.197500', '101637.657500', '101638.117500', '101638.577500', '101639.037500', '101639.497500', '101639.957500', '101640.417500', '101640.877500', '101641.337500', '101641.797500', '101642.257500', '101642.717500', '101643.177500', '101643.637500', '101644.097500', '101644.557500', '101645.017500', '101645.477500', '101645.937500', '101646.397500', '101646.857500', '101647.317500', '101647.777500', '101648.237500', '101648.697500', '101649.157500', '101649.617500', '101650.077500', '101650.537500', '101650.997500', '101651.457500', '101651.917500', '101652.377500', '101652.837500', '101653.297500', '101653.757500', '101654.217500', '101654.677500', '101655.137500', '101655.597500', '101656.057500', '101656.517500', '101656.977500', '101657.437500', '101657.897500', '101658.357500', '101658.817500', '101659.277500', '101659.737500', '101700.197500', '101700.657500', '101701.117500', '101701.577500', '101702.037500', '101702.497500', '101702.957500', '101703.417500', '101703.877500', '101704.337500', '101704.797500', '101705.257500', '101705.717500', '101706.177500', '101706.637500', '101707.097500', '101707.557500', '101708.017500', '101708.477500', '101708.937500', '101709.397500', '101709.857500', '101710.317500', '101710.777500', '101711.237500', '101711.697500', '101712.157500', '101712.617500', '101713.077500', '101713.537500', '101713.997500', '101714.457500', '101714.917500', '101715.377500', '101715.837500', '101716.297500', '101716.757500', '101717.217500', '101717.677500', '101718.137500', '101718.597500', '101719.057500', '101719.517500', '101719.977500', '101720.437500', '101720.897500', '101721.357500', '101721.817500', '101722.277500', '101722.737500', '101723.197500', '101723.657500', '101724.117500', '101724.577500', '101725.037500', '101725.497500', '101725.957500', '101726.417500', '101726.877500', '101727.337500', '101727.797500', '101728.257500', '101728.717500', '101729.177500', '101729.637500', '101730.097500', '101730.557500', '101731.017500', '101731.477500', '101731.937500', '101732.397500', '101732.857500', '101733.317500', '101733.777500', '101734.237500', '101734.697500', '101735.157500', '101735.617500', '101736.077500', '101736.537500', '101736.997500', '101737.457500', '101737.917500', '101738.377500', '101738.837500', '101739.297500', '101739.757500', '101740.217500', '101740.677500', '101741.137500', '101741.597500', '101742.057500', '101742.517500', '101742.977500', '101743.437500', '101743.897500', '101744.357500', '101744.817500', '101745.277500', '101745.737500', '101746.197500', '101746.657500', '101747.117500', '101747.577500', '101748.037500', '101748.497500', '101748.957500', '101749.417500', '101749.877500', '101750.337500', '101750.797500', '101751.257500', '101751.717500', '101752.177500', '101752.637500', '101753.097500', '101753.557500', '101754.017500', '101754.477500', '101754.937500', '101755.397500', '101755.857500', '101756.317500', '101756.777500', '101757.237500', '101757.697500', '101758.157500', '101758.617500', '101759.077500', '101759.537500', '101759.997500', '101800.457500', '101800.917500', '101801.377500', '101801.837500', '101802.297500', '101802.757500', '101803.217500', '101803.677500', '101804.137500', '101804.597500', '101805.057500', '101805.517500', '101805.977500', '101806.437500', '101806.897500', '101807.357500', '101807.817500', '101808.277500', '101808.737500', '101809.197500', '101809.657500', '101810.117500', '101810.577500', '101811.037500', '101811.497500', '101811.957500', '101812.417500', '101812.877500', '101813.337500', '101813.797500', '101814.257500', '101814.717500', '101815.177500', '101815.637500', '101816.097500', '101816.557500', '101817.017500', '101817.477500', '101817.937500', '101818.397500', '101818.857500', '101819.317500', '101819.777500', '101820.237500', '101820.697500', '101821.157500', '101821.617500', '101822.077500', '101822.537500', '101822.997500', '101823.457500', '101823.917500', '101824.377500', '101824.837500', '101825.297500', '101825.757500', '101826.217500', '101826.677500', '101827.137500', '101827.597500', '101828.057500', '101828.517500', '101828.977500', '101829.437500', '101829.897500', '101830.357500', '101830.817500', '101831.277500', '101831.737500', '101832.197500', '101832.657500', '101833.117500', '101833.577500', '101834.037500', '101834.497500', '101834.957500', '101835.417500', '101835.877500', '101836.337500', '101836.797500', '101837.257500', '101837.717500', '101838.177500', '101838.637500', '101839.097500', '101839.557500', '101840.017500', '101840.477500', '101840.937500', '101841.397500', '101841.857500', '101842.317500', '101842.777500', '101843.237500', '101843.697500', '101844.157500', '101844.617500', '101845.077500', '101845.537500', '101845.997500', '101846.457500', '101846.917500', '101847.377500', '101847.837500', '101848.297500', '101848.757500', '101849.217500', '101849.677500', '101850.137500', '101850.597500', '101851.057500', '101851.517500', '101851.977500', '101852.437500', '101852.897500', '101853.357500', '101853.817500', '101854.277500', '101854.737500', '101855.197500', '101855.657500', '101856.117500', '101856.577500', '101857.037500', '101857.497500', '101857.957500', '101858.417500', '101858.877500', '101859.337500', '101859.797500', '101900.257500', '101900.717500', '101901.177500', '101901.637500', '101902.097500', '101902.557500', '101903.017500', '101903.477500', '101903.937500', '101904.397500', '101904.857500', '101905.317500', '101905.777500', '101906.237500', '101906.697500', '101907.157500', '101907.617500', '101908.077500', '101908.537500', '101908.997500', '101909.457500', '101909.917500', '101910.377500', '101910.837500', '101911.297500', '101911.757500', '101912.217500', '101912.677500', '101913.137500', '101913.597500', '101914.057500', '101914.517500', '101914.977500', '101915.437500', '101915.897500', '101916.357500', '101916.817500', '101917.277500', '101917.737500', '101918.197500', '101918.657500', '101919.117500', '101919.577500', '101920.037500', '101920.497500', '101920.957500', '101921.417500', '101921.877500', '101922.337500', '101922.797500', '101923.257500', '101923.717500', '101924.177500', '101924.637500', '101925.097500', '101925.557500', '101926.017500', '101926.477500', '101926.937500', '101927.397500', '101927.857500', '101928.317500', '101928.777500', '101929.237500', '101929.697500', '101930.157500', '101930.617500', '101931.077500', '101931.537500', '101931.997500', '101932.457500', '101932.917500', '101933.377500', '101933.837500', '101934.297500', '101934.757500', '101935.217500', '101935.677500', '101936.137500', '101936.597500', '101937.057500', '101937.517500', '101937.977500', '101938.437500', '101938.897500', '101939.357500', '101939.817500', '101940.277500', '101940.737500', '101941.197500', '101941.657500', '101942.117500', '101942.577500', '101943.037500', '101943.497500', '101943.957500', '101944.417500', '101944.877500', '101945.337500', '101945.797500', '101946.257500', '101946.717500', '101947.177500', '101947.637500', '101948.097500', '101948.557500', '101949.017500', '101949.477500', '101949.937500', '101950.397500', '101950.857500', '101951.317500', '101951.777500', '101952.237500', '101952.697500', '101953.157500', '101953.617500', '101954.077500', '101954.537500', '101954.997500', '101955.457500', '101955.917500', '101956.377500', '101956.837500', '101957.297500', '101957.757500', '101958.217500', '101958.677500', '101959.137500', '101959.597500', '102000.057500', '102000.517500', '102000.977500', '102001.437500', '102001.897500', '102002.357500', '102002.817500', '102003.277500', '102003.737500', '102004.197500', '102004.657500', '102005.117500', '102005.577500', '102006.037500', '102006.497500', '102006.957500', '102007.417500', '102007.877500', '102008.337500', '102008.797500', '102009.257500', '102009.717500', '102010.177500', '102010.637500', '102011.097500', '102011.557500', '102012.017500', '102012.477500', '102012.937500', '102013.397500', '102013.857500', '102014.317500', '102014.777500', '102015.237500', '102015.697500', '102016.157500', '102016.617500', '102017.077500', '102017.537500', '102017.997500', '102018.457500', '102018.917500', '102019.377500', '102019.837500', '102020.297500', '102020.757500', '102021.217500', '102021.677500', '102022.137500', '102022.597500', '102023.057500', '102023.517500', '102023.977500', '102024.437500', '102024.897500', '102025.357500', '102025.817500', '102026.277500', '102026.737500', '102027.197500', '102027.657500', '102028.117500', '102028.577500', '102029.037500', '102029.497500', '102029.957500', '102030.417500', '102030.877500', '102031.337500', '102031.797500', '102032.257500', '102032.717500', '102033.177500', '102033.637500', '102034.097500', '102034.557500', '102035.017500', '102035.477500', '102035.937500', '102036.397500', '102036.857500', '102037.317500', '102037.777500', '102038.237500', '102038.697500', '102039.157500', '102039.617500', '102040.077500', '102040.537500', '102040.997500', '102041.457500', '102041.917500', '102042.377500', '102042.837500', '102043.297500', '102043.757500', '102044.217500', '102044.677500', '102045.137500', '102045.597500', '102046.057500', '102046.517500', '102046.977500', '102047.437500', '102047.897500', '102048.357500', '102048.817500', '102049.277500', '102049.737500', '102050.197500', '102050.657500', '102051.117500', '102051.577500', '102052.037500', '102052.497500', '102052.957500', '102053.417500', '102053.877500', '102054.337500', '102054.797500', '102055.257500', '102055.717500', '102056.177500', '102056.637500', '102057.097500', '102057.557500', '102058.017500', '102058.477500', '102058.937500', '102059.397500', '102059.857500', '102100.317500', '102100.777500', '102101.237500', '102101.697500', '102102.157500', '102102.617500', '102103.077500', '102103.537500', '102103.997500', '102104.457500', '102104.917500', '102105.377500', '102105.837500', '102106.297500', '102106.757500', '102107.217500', '102107.677500', '102108.137500', '102108.597500', '102109.057500', '102109.517500', '102109.977500', '102110.437500', '102110.897500', '102111.357500', '102111.817500', '102112.277500', '102112.737500', '102113.197500', '102113.657500', '102114.117500', '102114.577500', '102115.037500', '102115.497500', '102115.957500', '102116.417500', '102116.877500', '102117.337500', '102117.797500', '102118.257500', '102118.717500', '102119.177500', '102119.637500', '102120.097500', '102120.557500', '102121.017500', '102121.477500', '102121.937500', '102122.397500', '102122.857500', '102123.317500', '102123.777500', '102124.237500', '102124.697500', '102125.157500', '102125.617500', '102126.077500', '102126.537500', '102126.997500', '102127.457500', '102127.917500', '102128.377500', '102128.837500', '102129.297500', '102129.757500', '102130.217500', '102130.677500', '102131.137500', '102131.597500', '102132.057500', '102132.517500', '102132.977500', '102133.437500', '102133.897500', '102134.357500', '102134.817500', '102135.277500', '102135.737500', '102136.197500', '102136.657500', '102137.117500', '102137.577500', '102138.037500', '102138.497500', '102138.957500', '102139.417500', '102139.877500', '102140.337500', '102140.797500', '102141.257500', '102141.717500'], 'ContentTime': ['101518.017000', '101518.021000', '101518.024000', '101518.031000', '101518.035000', '101518.038000', '101518.041000', '101518.043000', '101518.046000', '101518.049000', '101518.052000', '101518.055000', '101518.058000', '101518.076000', '101518.079000', '101518.082000', '101518.085000', '101518.088000', '101518.091000', '101518.094000', '101518.097000', '101518.100000', '101518.103000', '101518.106000', '101518.114000', '101518.117000', '101518.120000', '101518.123000', '101518.125000', '101518.128000', '101518.131000', '101518.134000', '101518.137000', '101518.140000', '101518.143000', '101537.979000', '101537.982000', '101537.984000', '101537.989000', '101537.992000', '101537.995000', '101537.997000', '101538.001000', '101538.004000', '101538.007000', '101538.009000', '101538.012000', '101538.015000', '101538.018000', '101538.021000', '101538.023000', '101538.026000', '101538.029000', '101538.032000', '101538.034000', '101538.037000', '101538.040000', '101538.043000', '101538.046000', '101538.048000', '101538.051000', '101538.054000', '101538.057000', '101538.060000', '101538.062000', '101538.065000', '101538.068000', '101538.071000', '101538.073000', '101538.076000', '101538.079000', '101538.082000', '101538.085000', '101538.087000', '101538.090000', '101538.093000', '101538.096000', '101538.098000', '101538.101000', '101557.979000', '101557.986000', '101557.989000', '101557.992000', '101557.995000', '101557.998000', '101558.002000', '101558.004000', '101558.007000', '101558.010000', '101558.013000', '101558.015000', '101558.018000', '101558.021000', '101558.024000', '101558.027000', '101558.029000', '101558.032000', '101558.035000', '101558.038000', '101558.041000', '101558.044000', '101558.048000', '101558.052000', '101558.055000', '101558.057000', '101558.060000', '101558.063000', '101558.066000', '101558.068000', '101558.071000', '101558.074000', '101558.077000', '101558.080000', '101558.082000', '101558.085000', '101558.088000', '101558.091000', '101558.094000', '101558.096000', '101558.099000', '101558.102000', '101558.105000', '101617.979000', '101617.982000', '101617.984000', '101617.987000', '101617.990000', '101617.993000', '101617.996000', '101618.000000', '101618.002000', '101618.005000', '101618.008000', '101618.011000', '101618.014000', '101618.016000', '101618.019000', '101618.022000', '101618.025000', '101618.028000', '101618.031000', '101618.033000', '101618.036000', '101618.039000', '101618.042000', '101618.045000', '101618.047000', '101618.050000', '101618.053000', '101618.056000', '101618.059000', '101618.061000', '101618.064000', '101618.067000', '101618.070000', '101618.073000', '101618.075000', '101618.078000', '101618.081000', '101618.084000', '101618.086000', '101618.089000', '101618.092000', '101618.095000', '101618.098000', '101618.100000', '101637.979000', '101637.982000', '101637.984000', '101637.987000', '101637.990000', '101637.993000', '101637.996000', '101638.000000', '101638.002000', '101638.005000', '101638.008000', '101638.011000', '101638.014000', '101638.016000', '101638.019000', '101638.022000', '101638.025000', '101638.028000', '101638.031000', '101638.033000', '101638.036000', '101638.039000', '101638.042000', '101638.045000', '101638.047000', '101638.050000', '101638.053000', '101638.056000', '101638.059000', '101638.061000', '101638.064000', '101638.067000', '101638.070000', '101638.073000', '101638.075000', '101638.079000', '101638.084000', '101638.087000', '101638.090000', '101638.093000', '101638.096000', '101638.098000', '101638.101000', '101657.979000', '101657.982000', '101657.985000', '101657.987000', '101657.990000', '101657.993000', '101657.996000', '101658.000000', '101658.003000', '101658.005000', '101658.008000', '101658.011000', '101658.014000', '101658.017000', '101658.019000', '101658.022000', '101658.025000', '101658.028000', '101658.031000', '101658.033000', '101658.036000', '101658.039000', '101658.042000', '101658.045000', '101658.047000', '101658.050000', '101658.053000', '101658.056000', '101658.059000', '101658.062000', '101658.064000', '101658.082000', '101658.084000', '101658.087000', '101658.090000', '101658.093000', '101658.096000', '101658.098000', '101658.101000', '101658.104000', '101658.107000', '101658.109000', '101658.112000', '101658.115000', '101717.979000', '101717.982000', '101717.985000', '101717.987000', '101717.990000', '101717.993000', '101717.996000', '101718.000000', '101718.003000', '101718.005000', '101718.008000', '101718.011000', '101718.014000', '101718.017000', '101718.019000', '101718.023000', '101718.027000', '101718.029000', '101718.032000', '101718.035000', '101718.038000', '101718.041000', '101718.043000', '101718.046000', '101718.049000', '101718.052000', '101718.055000', '101718.057000', '101718.060000', '101718.063000', '101718.066000', '101718.069000', '101718.071000', '101718.074000', '101718.077000', '101718.080000', '101718.083000', '101718.086000', '101718.088000', '101718.091000', '101718.094000', '101718.097000', '101718.100000', '101737.979000', '101737.982000', '101737.985000', '101737.987000', '101737.990000', '101737.993000', '101737.996000', '101738.000000', '101738.002000', '101738.005000', '101738.008000', '101738.011000', '101738.014000', '101738.017000', '101738.019000', '101738.022000', '101738.025000', '101738.028000', '101738.031000', '101738.034000', '101738.036000', '101738.039000', '101738.042000', '101738.045000', '101738.048000', '101738.050000', '101738.053000', '101738.056000', '101738.059000', '101738.062000', '101738.065000', '101738.067000', '101738.070000', '101738.073000', '101738.076000', '101738.079000', '101738.082000', '101738.085000', '101738.087000', '101738.090000', '101738.093000', '101738.096000', '101738.098000', '101738.101000', '101757.979000', '101757.982000', '101757.985000', '101757.987000', '101757.990000', '101757.993000', '101757.996000', '101758.000000', '101758.003000', '101758.005000', '101758.008000', '101758.011000', '101758.014000', '101758.017000', '101758.019000', '101758.022000', '101758.025000', '101758.028000', '101758.031000', '101758.034000', '101758.036000', '101758.039000', '101758.042000', '101758.045000', '101758.048000', '101758.050000', '101758.053000', '101758.056000', '101758.059000', '101758.062000', '101758.064000', '101758.067000', '101758.070000', '101758.073000', '101758.076000', '101758.078000', '101758.081000', '101758.084000', '101758.087000', '101758.090000', '101758.092000', '101758.095000', '101758.098000', '101817.979000', '101817.982000', '101817.985000', '101817.988000', '101817.990000', '101817.993000', '101817.996000', '101818.000000', '101818.003000', '101818.005000', '101818.008000', '101818.011000', '101818.014000', '101818.017000', '101818.020000', '101818.022000', '101818.025000', '101818.028000', '101818.031000', '101818.034000', '101818.036000', '101818.039000', '101818.042000', '101818.045000', '101818.048000', '101818.051000', '101818.053000', '101818.056000', '101818.059000', '101818.062000', '101818.065000', '101818.068000', '101818.070000', '101818.073000', '101818.076000', '101818.079000', '101818.082000', '101818.084000', '101818.087000', '101818.090000', '101818.093000', '101818.096000', '101818.099000', '101818.101000', '101837.979000', '101837.982000', '101837.985000', '101837.987000', '101837.990000', '101837.993000', '101837.996000', '101838.000000', '101838.003000', '101838.005000', '101838.008000', '101838.011000', '101838.027000', '101838.029000', '101838.032000', '101838.035000', '101838.038000', '101838.041000', '101838.043000', '101838.046000', '101838.049000', '101838.052000', '101838.055000', '101838.057000', '101838.062000', '101838.065000', '101838.068000', '101838.071000', '101838.074000', '101838.077000', '101838.080000', '101838.082000', '101838.085000', '101838.088000', '101838.091000', '101838.094000', '101838.096000', '101838.099000', '101838.102000', '101838.105000', '101838.108000', '101838.110000', '101838.113000', '101857.979000', '101857.982000', '101857.984000', '101857.987000', '101857.990000', '101857.993000', '101857.996000', '101858.000000', '101858.003000', '101858.005000', '101858.008000', '101858.011000', '101858.014000', '101858.017000', '101858.019000', '101858.022000', '101858.025000', '101858.029000', '101858.032000', '101858.035000', '101858.038000', '101858.040000', '101858.043000', '101858.046000', '101858.049000', '101858.052000', '101858.054000', '101858.057000', '101858.060000', '101858.063000', '101858.066000', '101858.068000', '101858.071000', '101858.074000', '101858.077000', '101858.080000', '101858.082000', '101858.085000', '101858.088000', '101858.091000', '101858.094000', '101858.096000', '101858.099000', '101858.102000', '101917.979000', '101917.982000', '101917.985000', '101917.987000', '101917.990000', '101917.993000', '101917.996000', '101918.000000', '101918.003000', '101918.006000', '101918.008000', '101918.011000', '101918.014000', '101918.017000', '101918.020000', '101918.022000', '101918.025000', '101918.028000', '101918.031000', '101918.034000', '101918.036000', '101918.039000', '101918.042000', '101918.045000', '101918.048000', '101918.050000', '101918.053000', '101918.056000', '101918.059000', '101918.062000', '101918.064000', '101918.067000', '101918.070000', '101918.073000', '101918.076000', '101918.078000', '101918.081000', '101918.084000', '101918.096000', '101918.099000', '101918.102000', '101918.104000', '101918.107000', '101937.979000', '101937.982000', '101937.985000', '101937.988000', '101937.990000', '101937.993000', '101937.996000', '101938.000000', '101938.003000', '101938.005000', '101938.008000', '101938.011000', '101938.014000', '101938.017000', '101938.020000', '101938.022000', '101938.025000', '101938.028000', '101938.031000', '101938.034000', '101938.036000', '101938.039000', '101938.042000', '101938.045000', '101938.048000', '101938.051000', '101938.053000', '101938.056000', '101938.059000', '101938.062000', '101938.065000', '101938.068000', '101938.070000', '101938.073000', '101938.076000', '101938.079000', '101938.082000', '101938.085000', '101938.087000', '101938.090000', '101938.093000', '101938.096000', '101938.099000', '101938.102000', '101957.979000', '101957.982000', '101957.985000', '101957.987000', '101957.990000', '101957.993000', '101957.996000', '101958.000000', '101958.003000', '101958.006000', '101958.008000', '101958.011000', '101958.014000', '101958.017000', '101958.020000', '101958.022000', '101958.025000', '101958.028000', '101958.031000', '101958.034000', '101958.036000', '101958.039000', '101958.042000', '101958.045000', '101958.048000', '101958.050000', '101958.053000', '101958.056000', '101958.059000', '101958.062000', '101958.064000', '101958.067000', '101958.070000', '101958.073000', '101958.076000', '101958.078000', '101958.081000', '101958.093000', '101958.096000', '101958.100000', '101958.103000', '101958.106000', '101958.109000', '102017.979000', '102017.982000', '102017.984000', '102017.987000', '102017.990000', '102017.993000', '102017.996000', '102018.000000', '102018.002000', '102018.005000', '102018.008000', '102018.011000', '102018.014000', '102018.017000', '102018.019000', '102018.022000', '102018.025000', '102018.028000', '102018.031000', '102018.033000', '102018.036000', '102018.039000', '102018.042000', '102018.045000', '102018.047000', '102018.050000', '102018.053000', '102018.056000', '102018.059000', '102018.062000', '102018.064000', '102018.067000', '102018.070000', '102018.073000', '102018.076000', '102018.079000', '102018.082000', '102018.084000', '102018.087000', '102018.090000', '102018.093000', '102018.095000', '102018.098000', '102018.101000', '102037.979000', '102037.982000', '102037.985000', '102037.987000', '102037.990000', '102037.993000', '102037.996000', '102038.000000', '102038.003000', '102038.005000', '102038.008000', '102038.011000', '102038.014000', '102038.017000', '102038.020000', '102038.022000', '102038.025000', '102038.028000', '102038.031000', '102038.034000', '102038.037000', '102038.039000', '102038.042000', '102038.045000', '102038.048000', '102038.053000', '102038.056000', '102038.058000', '102038.061000', '102038.064000', '102038.067000', '102038.070000', '102038.072000', '102038.075000', '102038.078000', '102038.081000', '102038.084000', '102038.087000', '102038.089000', '102038.092000', '102038.095000', '102038.098000', '102038.101000', '102057.979000', '102057.982000', '102057.985000', '102057.987000', '102057.990000', '102057.993000', '102057.996000', '102058.000000', '102058.002000', '102058.005000', '102058.008000', '102058.011000', '102058.014000', '102058.016000', '102058.019000', '102058.022000', '102058.025000', '102058.028000', '102058.030000', '102058.033000', '102058.036000', '102058.039000', '102058.042000', '102058.045000', '102058.047000', '102058.050000', '102058.053000', '102058.056000', '102058.059000', '102058.061000', '102058.064000', '102058.067000', '102058.070000', '102058.073000', '102058.076000', '102058.078000', '102058.081000', '102058.084000', '102058.087000', '102058.090000', '102058.092000', '102058.095000', '102058.098000', '102058.101000', '102117.979000', '102117.982000', '102117.985000', '102117.987000', '102117.990000', '102117.993000', '102117.996000', '102118.000000', '102118.003000', '102118.005000', '102118.008000', '102118.011000', '102118.014000', '102118.017000', '102118.019000', '102118.022000', '102118.025000', '102118.028000', '102118.031000', '102118.033000', '102118.036000', '102118.039000', '102118.042000', '102118.045000', '102118.048000', '102118.050000', '102118.053000', '102118.056000', '102118.059000', '102118.062000', '102118.064000', '102118.067000', '102118.070000', '102118.073000', '102118.076000', '102118.078000', '102118.081000', '102118.084000', '102118.087000', '102118.090000', '102118.093000', '102118.096000', '102118.099000', '102137.980000', '102137.983000', '102137.986000', '102137.989000', '102137.992000', '102137.995000', '102137.998000', '102138.002000', '102138.004000', '102138.007000', '102138.010000', '102138.013000', '102138.016000', '102138.018000', '102138.021000', '102138.024000', '102138.027000', '102138.030000', '102138.032000', '102138.035000', '102138.038000', '102138.041000', '102138.044000', '102138.047000', '102138.049000', '102138.052000', '102138.055000', '102138.058000', '102138.061000', '102138.063000', '102138.066000', '102138.069000', '102138.072000', '102138.075000', '102138.078000', '102138.080000', '102138.083000', '102138.086000', '102138.089000', '102138.092000', '102138.094000', '102138.097000', '102138.100000', '102142.640000', '102142.643000', '102142.646000', '102142.649000', '102142.652000', '102142.657000', '102142.661000', '102142.664000', '102142.667000', '102142.670000', '102142.672000'], 'InstanceCreationTime': ['101518.017000', '101518.021000', '101518.024000', '101518.031000', '101518.035000', '101518.038000', '101518.041000', '101518.043000', '101518.046000', '101518.049000', '101518.052000', '101518.055000', '101518.058000', '101518.076000', '101518.079000', '101518.082000', '101518.085000', '101518.088000', '101518.091000', '101518.094000', '101518.097000', '101518.100000', '101518.103000', '101518.106000', '101518.114000', '101518.117000', '101518.120000', '101518.123000', '101518.125000', '101518.128000', '101518.131000', '101518.134000', '101518.137000', '101518.140000', '101518.143000', '101537.979000', '101537.982000', '101537.984000', '101537.989000', '101537.992000', '101537.995000', '101537.997000', '101538.001000', '101538.004000', '101538.007000', '101538.009000', '101538.012000', '101538.015000', '101538.018000', '101538.021000', '101538.023000', '101538.026000', '101538.029000', '101538.032000', '101538.034000', '101538.037000', '101538.040000', '101538.043000', '101538.046000', '101538.048000', '101538.051000', '101538.054000', '101538.057000', '101538.060000', '101538.062000', '101538.065000', '101538.068000', '101538.071000', '101538.073000', '101538.076000', '101538.079000', '101538.082000', '101538.085000', '101538.087000', '101538.090000', '101538.093000', '101538.096000', '101538.098000', '101538.101000', '101557.979000', '101557.986000', '101557.989000', '101557.992000', '101557.995000', '101557.998000', '101558.002000', '101558.004000', '101558.007000', '101558.010000', '101558.013000', '101558.015000', '101558.018000', '101558.021000', '101558.024000', '101558.027000', '101558.029000', '101558.032000', '101558.035000', '101558.038000', '101558.041000', '101558.044000', '101558.048000', '101558.052000', '101558.055000', '101558.057000', '101558.060000', '101558.063000', '101558.066000', '101558.068000', '101558.071000', '101558.074000', '101558.077000', '101558.080000', '101558.082000', '101558.085000', '101558.088000', '101558.091000', '101558.094000', '101558.096000', '101558.099000', '101558.102000', '101558.105000', '101617.979000', '101617.982000', '101617.984000', '101617.987000', '101617.990000', '101617.993000', '101617.996000', '101618.000000', '101618.002000', '101618.005000', '101618.008000', '101618.011000', '101618.014000', '101618.016000', '101618.019000', '101618.022000', '101618.025000', '101618.028000', '101618.031000', '101618.033000', '101618.036000', '101618.039000', '101618.042000', '101618.045000', '101618.047000', '101618.050000', '101618.053000', '101618.056000', '101618.059000', '101618.061000', '101618.064000', '101618.067000', '101618.070000', '101618.073000', '101618.075000', '101618.078000', '101618.081000', '101618.084000', '101618.086000', '101618.089000', '101618.092000', '101618.095000', '101618.098000', '101618.100000', '101637.979000', '101637.982000', '101637.984000', '101637.987000', '101637.990000', '101637.993000', '101637.996000', '101638.000000', '101638.002000', '101638.005000', '101638.008000', '101638.011000', '101638.014000', '101638.016000', '101638.019000', '101638.022000', '101638.025000', '101638.028000', '101638.031000', '101638.033000', '101638.036000', '101638.039000', '101638.042000', '101638.045000', '101638.047000', '101638.050000', '101638.053000', '101638.056000', '101638.059000', '101638.061000', '101638.064000', '101638.067000', '101638.070000', '101638.073000', '101638.075000', '101638.079000', '101638.084000', '101638.087000', '101638.090000', '101638.093000', '101638.096000', '101638.098000', '101638.101000', '101657.979000', '101657.982000', '101657.985000', '101657.987000', '101657.990000', '101657.993000', '101657.996000', '101658.000000', '101658.003000', '101658.005000', '101658.008000', '101658.011000', '101658.014000', '101658.017000', '101658.019000', '101658.022000', '101658.025000', '101658.028000', '101658.031000', '101658.033000', '101658.036000', '101658.039000', '101658.042000', '101658.045000', '101658.047000', '101658.050000', '101658.053000', '101658.056000', '101658.059000', '101658.062000', '101658.064000', '101658.082000', '101658.084000', '101658.087000', '101658.090000', '101658.093000', '101658.096000', '101658.098000', '101658.101000', '101658.104000', '101658.107000', '101658.109000', '101658.112000', '101658.115000', '101717.979000', '101717.982000', '101717.985000', '101717.987000', '101717.990000', '101717.993000', '101717.996000', '101718.000000', '101718.003000', '101718.005000', '101718.008000', '101718.011000', '101718.014000', '101718.017000', '101718.019000', '101718.023000', '101718.027000', '101718.029000', '101718.032000', '101718.035000', '101718.038000', '101718.041000', '101718.043000', '101718.046000', '101718.049000', '101718.052000', '101718.055000', '101718.057000', '101718.060000', '101718.063000', '101718.066000', '101718.069000', '101718.071000', '101718.074000', '101718.077000', '101718.080000', '101718.083000', '101718.086000', '101718.088000', '101718.091000', '101718.094000', '101718.097000', '101718.100000', '101737.979000', '101737.982000', '101737.985000', '101737.987000', '101737.990000', '101737.993000', '101737.996000', '101738.000000', '101738.002000', '101738.005000', '101738.008000', '101738.011000', '101738.014000', '101738.017000', '101738.019000', '101738.022000', '101738.025000', '101738.028000', '101738.031000', '101738.034000', '101738.036000', '101738.039000', '101738.042000', '101738.045000', '101738.048000', '101738.050000', '101738.053000', '101738.056000', '101738.059000', '101738.062000', '101738.065000', '101738.067000', '101738.070000', '101738.073000', '101738.076000', '101738.079000', '101738.082000', '101738.085000', '101738.087000', '101738.090000', '101738.093000', '101738.096000', '101738.098000', '101738.101000', '101757.979000', '101757.982000', '101757.985000', '101757.987000', '101757.990000', '101757.993000', '101757.996000', '101758.000000', '101758.003000', '101758.005000', '101758.008000', '101758.011000', '101758.014000', '101758.017000', '101758.019000', '101758.022000', '101758.025000', '101758.028000', '101758.031000', '101758.034000', '101758.036000', '101758.039000', '101758.042000', '101758.045000', '101758.048000', '101758.050000', '101758.053000', '101758.056000', '101758.059000', '101758.062000', '101758.064000', '101758.067000', '101758.070000', '101758.073000', '101758.076000', '101758.078000', '101758.081000', '101758.084000', '101758.087000', '101758.090000', '101758.092000', '101758.095000', '101758.098000', '101817.979000', '101817.982000', '101817.985000', '101817.988000', '101817.990000', '101817.993000', '101817.996000', '101818.000000', '101818.003000', '101818.005000', '101818.008000', '101818.011000', '101818.014000', '101818.017000', '101818.020000', '101818.022000', '101818.025000', '101818.028000', '101818.031000', '101818.034000', '101818.036000', '101818.039000', '101818.042000', '101818.045000', '101818.048000', '101818.051000', '101818.053000', '101818.056000', '101818.059000', '101818.062000', '101818.065000', '101818.068000', '101818.070000', '101818.073000', '101818.076000', '101818.079000', '101818.082000', '101818.084000', '101818.087000', '101818.090000', '101818.093000', '101818.096000', '101818.099000', '101818.101000', '101837.979000', '101837.982000', '101837.985000', '101837.987000', '101837.990000', '101837.993000', '101837.996000', '101838.000000', '101838.003000', '101838.005000', '101838.008000', '101838.011000', '101838.027000', '101838.029000', '101838.032000', '101838.035000', '101838.038000', '101838.041000', '101838.043000', '101838.046000', '101838.049000', '101838.052000', '101838.055000', '101838.057000', '101838.062000', '101838.065000', '101838.068000', '101838.071000', '101838.074000', '101838.077000', '101838.080000', '101838.082000', '101838.085000', '101838.088000', '101838.091000', '101838.094000', '101838.096000', '101838.099000', '101838.102000', '101838.105000', '101838.108000', '101838.110000', '101838.113000', '101857.979000', '101857.982000', '101857.984000', '101857.987000', '101857.990000', '101857.993000', '101857.996000', '101858.000000', '101858.003000', '101858.005000', '101858.008000', '101858.011000', '101858.014000', '101858.017000', '101858.019000', '101858.022000', '101858.025000', '101858.029000', '101858.032000', '101858.035000', '101858.038000', '101858.040000', '101858.043000', '101858.046000', '101858.049000', '101858.052000', '101858.054000', '101858.057000', '101858.060000', '101858.063000', '101858.066000', '101858.068000', '101858.071000', '101858.074000', '101858.077000', '101858.080000', '101858.082000', '101858.085000', '101858.088000', '101858.091000', '101858.094000', '101858.096000', '101858.099000', '101858.102000', '101917.979000', '101917.982000', '101917.985000', '101917.987000', '101917.990000', '101917.993000', '101917.996000', '101918.000000', '101918.003000', '101918.006000', '101918.008000', '101918.011000', '101918.014000', '101918.017000', '101918.020000', '101918.022000', '101918.025000', '101918.028000', '101918.031000', '101918.034000', '101918.036000', '101918.039000', '101918.042000', '101918.045000', '101918.048000', '101918.050000', '101918.053000', '101918.056000', '101918.059000', '101918.062000', '101918.064000', '101918.067000', '101918.070000', '101918.073000', '101918.076000', '101918.078000', '101918.081000', '101918.084000', '101918.096000', '101918.099000', '101918.102000', '101918.104000', '101918.107000', '101937.979000', '101937.982000', '101937.985000', '101937.988000', '101937.990000', '101937.993000', '101937.996000', '101938.000000', '101938.003000', '101938.005000', '101938.008000', '101938.011000', '101938.014000', '101938.017000', '101938.020000', '101938.022000', '101938.025000', '101938.028000', '101938.031000', '101938.034000', '101938.036000', '101938.039000', '101938.042000', '101938.045000', '101938.048000', '101938.051000', '101938.053000', '101938.056000', '101938.059000', '101938.062000', '101938.065000', '101938.068000', '101938.070000', '101938.073000', '101938.076000', '101938.079000', '101938.082000', '101938.085000', '101938.087000', '101938.090000', '101938.093000', '101938.096000', '101938.099000', '101938.102000', '101957.979000', '101957.982000', '101957.985000', '101957.987000', '101957.990000', '101957.993000', '101957.996000', '101958.000000', '101958.003000', '101958.006000', '101958.008000', '101958.011000', '101958.014000', '101958.017000', '101958.020000', '101958.022000', '101958.025000', '101958.028000', '101958.031000', '101958.034000', '101958.036000', '101958.039000', '101958.042000', '101958.045000', '101958.048000', '101958.050000', '101958.053000', '101958.056000', '101958.059000', '101958.062000', '101958.064000', '101958.067000', '101958.070000', '101958.073000', '101958.076000', '101958.078000', '101958.081000', '101958.093000', '101958.096000', '101958.100000', '101958.103000', '101958.106000', '101958.109000', '102017.979000', '102017.982000', '102017.984000', '102017.987000', '102017.990000', '102017.993000', '102017.996000', '102018.000000', '102018.002000', '102018.005000', '102018.008000', '102018.011000', '102018.014000', '102018.017000', '102018.019000', '102018.022000', '102018.025000', '102018.028000', '102018.031000', '102018.033000', '102018.036000', '102018.039000', '102018.042000', '102018.045000', '102018.047000', '102018.050000', '102018.053000', '102018.056000', '102018.059000', '102018.062000', '102018.064000', '102018.067000', '102018.070000', '102018.073000', '102018.076000', '102018.079000', '102018.082000', '102018.084000', '102018.087000', '102018.090000', '102018.093000', '102018.095000', '102018.098000', '102018.101000', '102037.979000', '102037.982000', '102037.985000', '102037.987000', '102037.990000', '102037.993000', '102037.996000', '102038.000000', '102038.003000', '102038.005000', '102038.008000', '102038.011000', '102038.014000', '102038.017000', '102038.020000', '102038.022000', '102038.025000', '102038.028000', '102038.031000', '102038.034000', '102038.037000', '102038.039000', '102038.042000', '102038.045000', '102038.048000', '102038.053000', '102038.056000', '102038.058000', '102038.061000', '102038.064000', '102038.067000', '102038.070000', '102038.072000', '102038.075000', '102038.078000', '102038.081000', '102038.084000', '102038.087000', '102038.089000', '102038.092000', '102038.095000', '102038.098000', '102038.101000', '102057.979000', '102057.982000', '102057.985000', '102057.987000', '102057.990000', '102057.993000', '102057.996000', '102058.000000', '102058.002000', '102058.005000', '102058.008000', '102058.011000', '102058.014000', '102058.016000', '102058.019000', '102058.022000', '102058.025000', '102058.028000', '102058.030000', '102058.033000', '102058.036000', '102058.039000', '102058.042000', '102058.045000', '102058.047000', '102058.050000', '102058.053000', '102058.056000', '102058.059000', '102058.061000', '102058.064000', '102058.067000', '102058.070000', '102058.073000', '102058.076000', '102058.078000', '102058.081000', '102058.084000', '102058.087000', '102058.090000', '102058.092000', '102058.095000', '102058.098000', '102058.101000', '102117.979000', '102117.982000', '102117.985000', '102117.987000', '102117.990000', '102117.993000', '102117.996000', '102118.000000', '102118.003000', '102118.005000', '102118.008000', '102118.011000', '102118.014000', '102118.017000', '102118.019000', '102118.022000', '102118.025000', '102118.028000', '102118.031000', '102118.033000', '102118.036000', '102118.039000', '102118.042000', '102118.045000', '102118.048000', '102118.050000', '102118.053000', '102118.056000', '102118.059000', '102118.062000', '102118.064000', '102118.067000', '102118.070000', '102118.073000', '102118.076000', '102118.078000', '102118.081000', '102118.084000', '102118.087000', '102118.090000', '102118.093000', '102118.096000', '102118.099000', '102137.980000', '102137.983000', '102137.986000', '102137.989000', '102137.992000', '102137.995000', '102137.998000', '102138.002000', '102138.004000', '102138.007000', '102138.010000', '102138.013000', '102138.016000', '102138.018000', '102138.021000', '102138.024000', '102138.027000', '102138.030000', '102138.032000', '102138.035000', '102138.038000', '102138.041000', '102138.044000', '102138.047000', '102138.049000', '102138.052000', '102138.055000', '102138.058000', '102138.061000', '102138.063000', '102138.066000', '102138.069000', '102138.072000', '102138.075000', '102138.078000', '102138.080000', '102138.083000', '102138.086000', '102138.089000', '102138.092000', '102138.094000', '102138.097000', '102138.100000', '102142.640000', '102142.643000', '102142.646000', '102142.649000', '102142.652000', '102142.657000', '102142.661000', '102142.664000', '102142.667000', '102142.670000', '102142.672000'], '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': [9604, 7749, 10819, 7791, 8511, 7695, 7416, 7933, 7755, 7653, 7539, 7806, 8353, 8012, 9025, 7629, 8147, 7670, 7792, 9513, 7320, 7933, 8771, 7988, 11137, 8756, 7653, 9910, 8036, 7773, 9734, 7612, 10179, 9936, 7733, 10661, 8667, 7724, 9316, 7484, 11109, 9332, 7536, 9864, 7794, 10804, 9381, 7716, 9718, 7763, 7646, 7472, 7516, 9318, 7948, 7890, 9561, 7571, 7732, 8039, 7922, 7368, 7602, 7390, 9063, 8821, 7710, 10778, 8611, 7506, 9832, 7908, 8441, 9604, 7628, 11028, 8147, 7352, 8333, 7292, 10029, 7982, 7990, 9516, 7550, 7474, 8415, 7521, 7612, 8498, 8077, 7537, 7965, 7571, 10184, 9523, 7820, 9867, 7596, 7963, 8380, 7842, 9693, 8577, 7622, 7491, 7591, 8021, 7576, 7842, 7959, 7734, 10305, 7780, 7809, 7348, 7751, 7798, 10352, 9052, 7633, 10031, 7875, 9798, 8904, 7799, 10657, 9116, 7359, 8782, 7915, 10618, 8699, 7310, 10062, 7679, 7944, 8019, 7660, 9849, 8218, 7350, 9786, 7827, 7343, 7869, 7607, 10044, 8009, 7851, 9342, 7869, 7611, 8104, 7530, 10235, 8673, 9319, 9312, 7472, 9417, 8076, 9345, 9796, 8009, 8220, 8163, 7979, 7937, 8487, 7709, 8744, 7792, 10592, 9445, 8998, 10438, 7779, 10921, 7842, 11908, 9362, 7305, 9531, 7829, 10427, 7781, 7667, 9509, 7490, 7766, 7604, 7521, 7719, 7469, 7677, 10377, 7544, 9693, 7373, 10724, 7375, 9983, 7494, 7659, 9077, 7179, 8424, 7263, 7739, 7117, 7342, 8052, 7627, 7979, 9096, 7547, 9257, 8350, 8156, 9179, 7600, 11186, 8650, 8731, 9663, 8694, 11713, 7953, 9264, 7964, 7605, 10250, 8040, 7483, 9324, 7406, 10763, 7693, 10662, 8697, 7488, 9777, 8045, 7469, 7683, 7824, 7852, 7662, 7546, 8255, 7401, 9826, 7723, 10761, 8014, 11153, 8298, 8104, 8389, 7271, 8258, 7593, 9761, 7787, 7066, 7785, 7529, 9698, 7891, 9355, 9709, 7566, 10022, 7621, 7633, 7832, 7574, 8181, 7339, 8688, 7439, 9955, 7442, 9584, 7923, 7582, 8256, 7300, 7774, 8428, 7968, 9350, 7885, 7869, 9012, 7556, 7898, 9470, 7529, 9800, 7674, 10938, 9068, 7434, 9229, 7346, 9393, 8563, 7737, 9701, 7414, 10139, 8425, 7793, 8755, 7675, 8776, 8427, 7552, 9437, 7424, 8599, 9425, 7821, 9764, 7708, 10072, 8412, 7770, 9900, 7661, 7787, 8372, 7560, 10322, 9286, 7547, 9622, 7466, 8567, 9660, 7377, 10322, 7786, 10356, 10001, 7738, 11357, 8574, 7714, 9569, 7647, 7677, 8710, 7533, 10485, 8068, 7448, 9033, 7867, 7370, 9151, 7902, 8312, 9385, 7595, 10055, 8272, 9876, 9412, 7906, 8174, 8225, 7443, 8064, 8007, 7704, 7681, 7778, 9921, 8283, 7526, 8599, 7770, 8885, 8601, 7665, 9129, 8458, 7577, 9252, 8494, 7717, 8784, 7617, 9981, 8282, 7627, 10139, 7606, 10693, 7990, 10969, 7696, 10998, 7653, 10296, 7694, 9943, 7930, 7852, 7748, 7529, 8725, 7625, 7724, 7894, 7498, 8927, 8301, 8356, 9876, 7801, 7953, 8891, 7801, 11053, 9124, 8467, 9376, 7674, 11265, 7524, 11785, 9208, 7523, 9703, 7817, 11365, 8819, 7797, 8928, 7674, 7887, 8094, 7654, 9309, 7700, 10991, 9035, 7692, 9697, 7821, 10380, 7740, 9349, 7524, 9422, 7851, 9500, 7723, 8155, 8048, 7696, 8044, 7453, 8045, 8100, 8377, 9534, 7969, 10751, 7625, 10951, 7598, 11281, 7883, 11056, 9561, 8355, 10740, 7845, 8299, 8273, 7596, 8331, 8514, 7948, 8861, 7751, 8063, 10528, 7807, 10970, 7511, 9461, 8998, 7677, 9441, 7597, 10965, 7640, 11421, 9105, 7649, 9069, 7230, 8428, 8061, 7548, 8087, 7877, 8578, 8916, 8238, 8426, 8097, 7791, 8082, 7986, 8062, 8305, 7900, 7741, 10302, 7614, 10288, 10222, 8335, 11790, 8733, 9971, 11922, 8416, 9501, 7809, 7457, 10668, 7696, 7603, 9625, 7843, 7452, 9371, 7453, 8847, 7652, 7450, 10121, 8213, 7908, 10057, 7592, 9748, 7751, 7804, 8035, 7752, 10308, 7801, 7612, 8045, 7496, 10283, 7293, 8033, 9962, 8024, 11164, 7830, 7747, 8417, 7564, 10154, 7468, 7767, 8176, 8003, 10416, 9275, 8070, 9709, 7718, 8020, 8601, 7794, 11084, 9396, 8084, 11351, 7603, 8866, 9454, 7644, 11085, 8825, 8881, 9980, 7603, 11697, 8501, 7953, 10088, 7519, 10509, 9568, 8442, 11905, 8953, 8316, 8568, 8643, 7771, 9229, 7964, 7928, 9034, 7646, 11460, 9151, 7755, 10806, 7669, 11823, 9847, 7955, 10054, 7761, 10874, 7579, 8173, 8537, 7832, 8202, 7761, 8176, 7750, 7681, 8053, 8607, 7734, 8426, 7619, 10562, 8495, 7866, 8850, 7610, 10916, 7648, 9939, 9451, 7824, 10526, 7561, 8143, 7678, 7901, 10371, 8339, 7794, 9031, 7477, 10798, 9620, 8127, 10788, 7657, 7986, 8445, 7730, 10818, 7772, 11084, 9047, 7931, 9486, 7572, 10000, 7425, 7826, 8474, 7845, 10230, 7446, 7925, 8368, 8030, 8544, 8215, 9340, 8134, 9330, 7697, 8450, 9038, 8421, 9700, 8202, 8311, 9681, 7783, 9011, 8762, 7929, 10044, 8016, 10652, 8140, 8154, 7837, 7845, 10216, 7866, 7825, 9414, 7981, 12389, 9343, 7898, 10364, 7526, 7932, 9098, 7955, 10868, 8430, 8237, 8997, 7644, 10858, 7645, 11739, 9572, 7853, 9950, 7629, 10390, 7509, 7848, 7987, 8038, 8771, 8175, 7904, 9391, 7928, 7952, 8624, 8059, 9278, 8154, 10176, 8862, 8234, 9640, 7715, 7830, 9358, 7473, 7714, 9364, 7556, 7788, 8155, 7336, 8267, 7592, 7351, 7961, 7600, 7297, 7577, 7439, 7939, 7545, 7680, 7343, 8043, 8623, 8417, 9256, 8164, 8189, 8914, 8163, 7631, 7535, 8026, 9665, 8912, 7802, 10362, 8201, 7430, 8552, 7955, 11148, 9663, 7973, 10470, 8416, 7713, 7837, 8073, 9237, 8532, 7637, 8675, 8406, 10401, 8848, 7498, 7817, 8373, 9552, 8428, 10592, 8664, 7700, 7504, 8124, 7863, 8136, 8257, 8195, 7898, 8069, 7674, 8067, 7974, 7808, 8282, 8066, 8513, 7873, 10092, 8254, 9279, 8598, 7619, 9322, 7904, 9442, 8115, 9426, 8031, 9074, 8437, 7997, 8364, 7659, 7867, 7897, 8052, 7999, 7948, 8524, 8308, 9384, 8094, 10379, 7875, 9963, 8109, 9715, 8311, 9658, 8319, 9443, 8434], 'WindowCenter': [4141.0, 4094.0, 4118.0, 4063.0, 4070.0, 4058.0, 4048.0, 4057.0, 4059.0, 4059.0, 4071.0, 4071.0, 4081.0, 4084.0, 4095.0, 4072.0, 4071.0, 4060.0, 4059.0, 4091.0, 4061.0, 4070.0, 4081.0, 4073.0, 4103.0, 4081.0, 4070.0, 4090.0, 4070.0, 4070.0, 4091.0, 4070.0, 4091.0, 4090.0, 4058.0, 4090.0, 4070.0, 4058.0, 4068.0, 4045.0, 4075.0, 4067.0, 4044.0, 4063.0, 4046.0, 4088.0, 4066.0, 4046.0, 4064.0, 4044.0, 4044.0, 4044.0, 4045.0, 4079.0, 4069.0, 4057.0, 4077.0, 4058.0, 4058.0, 4067.0, 4070.0, 4060.0, 4070.0, 4061.0, 4082.0, 4093.0, 4073.0, 4102.0, 4081.0, 4060.0, 4079.0, 4069.0, 4058.0, 4078.0, 4057.0, 4088.0, 4057.0, 4045.0, 4056.0, 4046.0, 4077.0, 4069.0, 4071.0, 4079.0, 4072.0, 4086.0, 4084.0, 4073.0, 4071.0, 4080.0, 4070.0, 4060.0, 4070.0, 4056.0, 4075.0, 4066.0, 4046.0, 4076.0, 4046.0, 4056.0, 4068.0, 4059.0, 4078.0, 4067.0, 4071.0, 4059.0, 4058.0, 4057.0, 4058.0, 4069.0, 4085.0, 4085.0, 4103.0, 4072.0, 4071.0, 4073.0, 4072.0, 4071.0, 4090.0, 4081.0, 4060.0, 4091.0, 4060.0, 4080.0, 4068.0, 4059.0, 4078.0, 4068.0, 4045.0, 4056.0, 4056.0, 4087.0, 4066.0, 4045.0, 4077.0, 4046.0, 4055.0, 4054.0, 4045.0, 4076.0, 4069.0, 4047.0, 4077.0, 4046.0, 4045.0, 4055.0, 4045.0, 4075.0, 4057.0, 4070.0, 4080.0, 4069.0, 4058.0, 4058.0, 4058.0, 4077.0, 4067.0, 4067.0, 4078.0, 4046.0, 4079.0, 4071.0, 4092.0, 4078.0, 4057.0, 4056.0, 4066.0, 4068.0, 4073.0, 4080.0, 4059.0, 4071.0, 4058.0, 4089.0, 4079.0, 4068.0, 4077.0, 4045.0, 4075.0, 4043.0, 4073.0, 4052.0, 4021.0, 4051.0, 4032.0, 4062.0, 4045.0, 4045.0, 4065.0, 4043.0, 4043.0, 4044.0, 4055.0, 4055.0, 4056.0, 4057.0, 4088.0, 4058.0, 4078.0, 4047.0, 4087.0, 4046.0, 4065.0, 4046.0, 4045.0, 4056.0, 4036.0, 4057.0, 4047.0, 4057.0, 4047.0, 4059.0, 4071.0, 4072.0, 4071.0, 4093.0, 4073.0, 4081.0, 4071.0, 4071.0, 4081.0, 4060.0, 4090.0, 4070.0, 4069.0, 4082.0, 4082.0, 4113.0, 4069.0, 4067.0, 4056.0, 4045.0, 4076.0, 4057.0, 4046.0, 4067.0, 4046.0, 4086.0, 4046.0, 4089.0, 4069.0, 4046.0, 4065.0, 4043.0, 4033.0, 4043.0, 4056.0, 4056.0, 4069.0, 4070.0, 4070.0, 4060.0, 4089.0, 4059.0, 4089.0, 4059.0, 4087.0, 4056.0, 4044.0, 4056.0, 4034.0, 4055.0, 4046.0, 4076.0, 4057.0, 4047.0, 4062.0, 4058.0, 4078.0, 4059.0, 4093.0, 4092.0, 4059.0, 4079.0, 4057.0, 4057.0, 4058.0, 4058.0, 4068.0, 4061.0, 4079.0, 4059.0, 4091.0, 4061.0, 4091.0, 4072.0, 4071.0, 4070.0, 4061.0, 4071.0, 4082.0, 4085.0, 4108.0, 4086.0, 4083.0, 4092.0, 4072.0, 4071.0, 4093.0, 4071.0, 4091.0, 4070.0, 4100.0, 4080.0, 4060.0, 4079.0, 4060.0, 4079.0, 4069.0, 4060.0, 4080.0, 4059.0, 4090.0, 4070.0, 4059.0, 4082.0, 4074.0, 4081.0, 4069.0, 4062.0, 4080.0, 4060.0, 4081.0, 4080.0, 4060.0, 4105.0, 4073.0, 4090.0, 4069.0, 4058.0, 4077.0, 4059.0, 4059.0, 4070.0, 4070.0, 4091.0, 4082.0, 4070.0, 4081.0, 4060.0, 4070.0, 4080.0, 4059.0, 4091.0, 4060.0, 4093.0, 4091.0, 4059.0, 4088.0, 4056.0, 4057.0, 4076.0, 4057.0, 4056.0, 4067.0, 4058.0, 4088.0, 4069.0, 4062.0, 4093.0, 4071.0, 4059.0, 4080.0, 4070.0, 4069.0, 4080.0, 4059.0, 4079.0, 4070.0, 4092.0, 4080.0, 4058.0, 4057.0, 4055.0, 4045.0, 4057.0, 4069.0, 4060.0, 4070.0, 4071.0, 4091.0, 4082.0, 4072.0, 4081.0, 4073.0, 4094.0, 4083.0, 4071.0, 4080.0, 4069.0, 4059.0, 4080.0, 4083.0, 4061.0, 4081.0, 4072.0, 4091.0, 4071.0, 4059.0, 4092.0, 4059.0, 4091.0, 4071.0, 4090.0, 4046.0, 4078.0, 4046.0, 4066.0, 4044.0, 4065.0, 4055.0, 4058.0, 4046.0, 4058.0, 4068.0, 4059.0, 4070.0, 4070.0, 4072.0, 4106.0, 4085.0, 4083.0, 4104.0, 4073.0, 4082.0, 4083.0, 4073.0, 4101.0, 4093.0, 4071.0, 4082.0, 4060.0, 4091.0, 4060.0, 4100.0, 4078.0, 4047.0, 4079.0, 4062.0, 4100.0, 4067.0, 4057.0, 4067.0, 4058.0, 4057.0, 4068.0, 4059.0, 4079.0, 4071.0, 4101.0, 4080.0, 4059.0, 4090.0, 4058.0, 4079.0, 4056.0, 4066.0, 4044.0, 4066.0, 4058.0, 4078.0, 4059.0, 4056.0, 4068.0, 4070.0, 4070.0, 4073.0, 4083.0, 4085.0, 4084.0, 4094.0, 4084.0, 4105.0, 4072.0, 4106.0, 4060.0, 4089.0, 4059.0, 4088.0, 4080.0, 4070.0, 4089.0, 4056.0, 4067.0, 4068.0, 4070.0, 4081.0, 4081.0, 4082.0, 4082.0, 4073.0, 4083.0, 4116.0, 4074.0, 4104.0, 4061.0, 4080.0, 4068.0, 4058.0, 4079.0, 4058.0, 4088.0, 4058.0, 4087.0, 4067.0, 4045.0, 4065.0, 4044.0, 4054.0, 4055.0, 4055.0, 4068.0, 4082.0, 4095.0, 4105.0, 4083.0, 4082.0, 4084.0, 4083.0, 4083.0, 4084.0, 4084.0, 4083.0, 4084.0, 4085.0, 4106.0, 4085.0, 4105.0, 4104.0, 4072.0, 4100.0, 4070.0, 4079.0, 4099.0, 4057.0, 4066.0, 4045.0, 4045.0, 4075.0, 4045.0, 4045.0, 4077.0, 4057.0, 4045.0, 4066.0, 4049.0, 4068.0, 4046.0, 4046.0, 4078.0, 4069.0, 4058.0, 4091.0, 4060.0, 4080.0, 4060.0, 4059.0, 4058.0, 4059.0, 4091.0, 4061.0, 4060.0, 4070.0, 4060.0, 4089.0, 4060.0, 4059.0, 4092.0, 4084.0, 4100.0, 4060.0, 4059.0, 4069.0, 4057.0, 4090.0, 4060.0, 4060.0, 4070.0, 4085.0, 4115.0, 4094.0, 4083.0, 4093.0, 4084.0, 4083.0, 4082.0, 4073.0, 4102.0, 4094.0, 4084.0, 4104.0, 4073.0, 4082.0, 4081.0, 4060.0, 4090.0, 4082.0, 4082.0, 4079.0, 4058.0, 4088.0, 4058.0, 4056.0, 4076.0, 4047.0, 4091.0, 4093.0, 4084.0, 4100.0, 4079.0, 4069.0, 4079.0, 4081.0, 4073.0, 4092.0, 4083.0, 4071.0, 4083.0, 4073.0, 4113.0, 4083.0, 4062.0, 4092.0, 4060.0, 4089.0, 4078.0, 4046.0, 4065.0, 4045.0, 4087.0, 4046.0, 4055.0, 4056.0, 4047.0, 4068.0, 4070.0, 4069.0, 4059.0, 4071.0, 4071.0, 4082.0, 4072.0, 4083.0, 4074.0, 4105.0, 4083.0, 4072.0, 4083.0, 4071.0, 4103.0, 4072.0, 4091.0, 4092.0, 4061.0, 4091.0, 4061.0, 4071.0, 4070.0, 4084.0, 4092.0, 4082.0, 4071.0, 4082.0, 4062.0, 4104.0, 4107.0, 4083.0, 4104.0, 4072.0, 4072.0, 4082.0, 4071.0, 4102.0, 4072.0, 4101.0, 4081.0, 4070.0, 4091.0, 4071.0, 4090.0, 4061.0, 4071.0, 4083.0, 4084.0, 4106.0, 4073.0, 4083.0, 4084.0, 4072.0, 4083.0, 4083.0, 4105.0, 4084.0, 4093.0, 4073.0, 4083.0, 4096.0, 4095.0, 4106.0, 4095.0, 4085.0, 4105.0, 4084.0, 4094.0, 4094.0, 4084.0, 4104.0, 4073.0, 4104.0, 4073.0, 4072.0, 4072.0, 4072.0, 4092.0, 4071.0, 4071.0, 4093.0, 4085.0, 4114.0, 4083.0, 4071.0, 4091.0, 4060.0, 4070.0, 4080.0, 4069.0, 4102.0, 4071.0, 4069.0, 4069.0, 4059.0, 4088.0, 4058.0, 4087.0, 4067.0, 4056.0, 4076.0, 4045.0, 4076.0, 4046.0, 4056.0, 4056.0, 4069.0, 4081.0, 4080.0, 4082.0, 4091.0, 4083.0, 4083.0, 4096.0, 4100.0, 4120.0, 4088.0, 4106.0, 4095.0, 4083.0, 4095.0, 4073.0, 4072.0, 4093.0, 4061.0, 4058.0, 4080.0, 4060.0, 4059.0, 4073.0, 4073.0, 4081.0, 4072.0, 4062.0, 4072.0, 4071.0, 4072.0, 4084.0, 4075.0, 4096.0, 4083.0, 4085.0, 4076.0, 4084.0, 4096.0, 4097.0, 4108.0, 4085.0, 4084.0, 4094.0, 4084.0, 4072.0, 4071.0, 4083.0, 4093.0, 4096.0, 4084.0, 4105.0, 4085.0, 4073.0, 4083.0, 4082.0, 4102.0, 4094.0, 4084.0, 4092.0, 4071.0, 4059.0, 4059.0, 4069.0, 4079.0, 4080.0, 4059.0, 4071.0, 4071.0, 4090.0, 4081.0, 4059.0, 4059.0, 4059.0, 4080.0, 4071.0, 4089.0, 4068.0, 4059.0, 4047.0, 4059.0, 4069.0, 4071.0, 4070.0, 4085.0, 4087.0, 4096.0, 4084.0, 4084.0, 4086.0, 4086.0, 4096.0, 4096.0, 4098.0, 4086.0, 4117.0, 4096.0, 4095.0, 4095.0, 4073.0, 4094.0, 4072.0, 4092.0, 4071.0, 4082.0, 4070.0, 4080.0, 4082.0, 4082.0, 4082.0, 4072.0, 4083.0, 4085.0, 4085.0, 4096.0, 4097.0, 4109.0, 4098.0, 4107.0, 4085.0, 4104.0, 4073.0, 4092.0, 4072.0, 4092.0, 4082.0, 4092.0, 4083.0, 4093.0, 4083.0], 'WindowWidth': [9220.0, 9142.0, 9159.0, 9075.0, 9076.0, 9057.0, 9043.0, 9053.0, 9060.0, 9060.0, 9077.0, 9076.0, 9092.0, 9101.0, 9116.0, 9080.0, 9075.0, 9059.0, 9057.0, 9101.0, 9064.0, 9074.0, 9090.0, 9082.0, 9121.0, 9089.0, 9074.0, 9101.0, 9074.0, 9072.0, 9101.0, 9075.0, 9100.0, 9098.0, 9054.0, 9097.0, 9072.0, 9052.0, 9064.0, 9032.0, 9071.0, 9060.0, 9025.0, 9052.0, 9032.0, 9095.0, 9058.0, 9031.0, 9053.0, 9028.0, 9027.0, 9028.0, 9031.0, 9083.0, 9070.0, 9052.0, 9077.0, 9054.0, 9055.0, 9065.0, 9073.0, 9059.0, 9074.0, 9065.0, 9092.0, 9108.0, 9080.0, 9119.0, 9090.0, 9060.0, 9084.0, 9070.0, 9052.0, 9081.0, 9050.0, 9091.0, 9051.0, 9031.0, 9048.0, 9034.0, 9075.0, 9070.0, 9077.0, 9085.0, 9082.0, 9109.0, 9103.0, 9086.0, 9078.0, 9088.0, 9074.0, 9059.0, 9072.0, 9048.0, 9070.0, 9060.0, 9032.0, 9072.0, 9032.0, 9045.0, 9066.0, 9056.0, 9079.0, 9063.0, 9077.0, 9057.0, 9054.0, 9050.0, 9052.0, 9070.0, 9106.0, 9103.0, 9125.0, 9079.0, 9078.0, 9082.0, 9079.0, 9077.0, 9101.0, 9090.0, 9061.0, 9103.0, 9059.0, 9084.0, 9067.0, 9056.0, 9078.0, 9063.0, 9029.0, 9045.0, 9045.0, 9090.0, 9062.0, 9032.0, 9075.0, 9034.0, 9046.0, 9043.0, 9029.0, 9072.0, 9069.0, 9038.0, 9076.0, 9033.0, 9029.0, 9045.0, 9031.0, 9071.0, 9051.0, 9074.0, 9087.0, 9070.0, 9054.0, 9052.0, 9054.0, 9078.0, 9065.0, 9062.0, 9078.0, 9033.0, 9081.0, 9076.0, 9106.0, 9080.0, 9049.0, 9047.0, 9062.0, 9068.0, 9078.0, 9088.0, 9058.0, 9073.0, 9056.0, 9095.0, 9082.0, 9065.0, 9077.0, 9029.0, 9069.0, 9024.0, 9061.0, 9035.0, 8989.0, 9030.0, 9007.0, 9045.0, 9029.0, 9030.0, 9056.0, 9026.0, 9025.0, 9029.0, 9046.0, 9045.0, 9049.0, 9049.0, 9095.0, 9055.0, 9080.0, 9037.0, 9090.0, 9034.0, 9055.0, 9030.0, 9027.0, 9043.0, 9017.0, 9047.0, 9035.0, 9050.0, 9039.0, 9057.0, 9076.0, 9080.0, 9077.0, 9108.0, 9082.0, 9090.0, 9078.0, 9075.0, 9087.0, 9058.0, 9099.0, 9072.0, 9068.0, 9089.0, 9091.0, 9135.0, 9071.0, 9062.0, 9044.0, 9031.0, 9072.0, 9048.0, 9033.0, 9062.0, 9032.0, 9086.0, 9033.0, 9096.0, 9070.0, 9033.0, 9056.0, 9025.0, 9011.0, 9025.0, 9047.0, 9051.0, 9073.0, 9073.0, 9075.0, 9059.0, 9097.0, 9057.0, 9096.0, 9055.0, 9088.0, 9046.0, 9026.0, 9045.0, 9014.0, 9043.0, 9034.0, 9073.0, 9050.0, 9037.0, 9060.0, 9054.0, 9079.0, 9057.0, 9108.0, 9104.0, 9055.0, 9080.0, 9051.0, 9049.0, 9052.0, 9052.0, 9066.0, 9060.0, 9082.0, 9058.0, 9101.0, 9063.0, 9103.0, 9078.0, 9077.0, 9073.0, 9064.0, 9075.0, 9094.0, 9104.0, 9139.0, 9105.0, 9095.0, 9108.0, 9082.0, 9077.0, 9109.0, 9075.0, 9103.0, 9073.0, 9113.0, 9087.0, 9059.0, 9083.0, 9058.0, 9083.0, 9071.0, 9058.0, 9086.0, 9057.0, 9100.0, 9073.0, 9056.0, 9093.0, 9087.0, 9089.0, 9071.0, 9063.0, 9086.0, 9061.0, 9087.0, 9088.0, 9060.0, 9131.0, 9083.0, 9099.0, 9068.0, 9054.0, 9078.0, 9057.0, 9057.0, 9073.0, 9073.0, 9102.0, 9092.0, 9073.0, 9088.0, 9061.0, 9072.0, 9085.0, 9056.0, 9100.0, 9058.0, 9110.0, 9103.0, 9054.0, 9091.0, 9045.0, 9048.0, 9073.0, 9051.0, 9047.0, 9063.0, 9054.0, 9093.0, 9071.0, 9068.0, 9110.0, 9078.0, 9059.0, 9086.0, 9073.0, 9070.0, 9084.0, 9055.0, 9084.0, 9072.0, 9105.0, 9086.0, 9054.0, 9050.0, 9044.0, 9030.0, 9049.0, 9069.0, 9059.0, 9074.0, 9078.0, 9103.0, 9093.0, 9079.0, 9091.0, 9083.0, 9116.0, 9096.0, 9076.0, 9085.0, 9069.0, 9057.0, 9085.0, 9094.0, 9061.0, 9089.0, 9078.0, 9103.0, 9077.0, 9058.0, 9104.0, 9055.0, 9103.0, 9073.0, 9097.0, 9034.0, 9077.0, 9032.0, 9057.0, 9026.0, 9054.0, 9044.0, 9052.0, 9032.0, 9051.0, 9066.0, 9057.0, 9073.0, 9073.0, 9079.0, 9132.0, 9103.0, 9097.0, 9125.0, 9082.0, 9093.0, 9095.0, 9082.0, 9117.0, 9108.0, 9077.0, 9091.0, 9058.0, 9102.0, 9058.0, 9110.0, 9080.0, 9036.0, 9082.0, 9064.0, 9114.0, 9064.0, 9051.0, 9062.0, 9055.0, 9052.0, 9067.0, 9057.0, 9084.0, 9075.0, 9115.0, 9088.0, 9057.0, 9101.0, 9053.0, 9081.0, 9047.0, 9060.0, 9029.0, 9058.0, 9054.0, 9079.0, 9057.0, 9049.0, 9067.0, 9074.0, 9074.0, 9083.0, 9096.0, 9101.0, 9099.0, 9111.0, 9097.0, 9127.0, 9080.0, 9125.0, 9058.0, 9095.0, 9056.0, 9091.0, 9086.0, 9070.0, 9096.0, 9048.0, 9064.0, 9065.0, 9074.0, 9089.0, 9091.0, 9095.0, 9094.0, 9085.0, 9096.0, 9144.0, 9085.0, 9125.0, 9064.0, 9085.0, 9067.0, 9054.0, 9082.0, 9053.0, 9093.0, 9054.0, 9092.0, 9062.0, 9030.0, 9055.0, 9029.0, 9040.0, 9043.0, 9046.0, 9069.0, 9096.0, 9115.0, 9131.0, 9099.0, 9096.0, 9101.0, 9100.0, 9096.0, 9098.0, 9098.0, 9097.0, 9100.0, 9103.0, 9131.0, 9102.0, 9128.0, 9127.0, 9078.0, 9115.0, 9072.0, 9083.0, 9109.0, 9050.0, 9060.0, 9029.0, 9031.0, 9070.0, 9031.0, 9031.0, 9076.0, 9050.0, 9033.0, 9060.0, 9041.0, 9064.0, 9035.0, 9036.0, 9078.0, 9070.0, 9053.0, 9101.0, 9060.0, 9085.0, 9060.0, 9057.0, 9055.0, 9057.0, 9102.0, 9063.0, 9059.0, 9072.0, 9059.0, 9098.0, 9060.0, 9055.0, 9108.0, 9099.0, 9114.0, 9059.0, 9055.0, 9068.0, 9053.0, 9097.0, 9058.0, 9058.0, 9073.0, 9101.0, 9144.0, 9112.0, 9096.0, 9109.0, 9100.0, 9096.0, 9094.0, 9083.0, 9121.0, 9112.0, 9098.0, 9124.0, 9081.0, 9092.0, 9088.0, 9058.0, 9097.0, 9092.0, 9093.0, 9082.0, 9052.0, 9092.0, 9051.0, 9045.0, 9073.0, 9036.0, 9101.0, 9111.0, 9098.0, 9113.0, 9081.0, 9069.0, 9084.0, 9090.0, 9085.0, 9108.0, 9096.0, 9078.0, 9095.0, 9082.0, 9134.0, 9095.0, 9063.0, 9104.0, 9057.0, 9095.0, 9080.0, 9033.0, 9057.0, 9030.0, 9089.0, 9032.0, 9044.0, 9045.0, 9034.0, 9066.0, 9073.0, 9070.0, 9058.0, 9077.0, 9076.0, 9092.0, 9081.0, 9097.0, 9086.0, 9126.0, 9097.0, 9080.0, 9095.0, 9078.0, 9121.0, 9079.0, 9101.0, 9104.0, 9061.0, 9102.0, 9062.0, 9075.0, 9074.0, 9100.0, 9106.0, 9094.0, 9075.0, 9092.0, 9066.0, 9124.0, 9134.0, 9097.0, 9124.0, 9081.0, 9079.0, 9092.0, 9078.0, 9118.0, 9079.0, 9117.0, 9091.0, 9074.0, 9102.0, 9076.0, 9100.0, 9064.0, 9077.0, 9096.0, 9098.0, 9128.0, 9085.0, 9097.0, 9099.0, 9081.0, 9097.0, 9098.0, 9131.0, 9100.0, 9111.0, 9085.0, 9098.0, 9116.0, 9117.0, 9135.0, 9116.0, 9103.0, 9130.0, 9100.0, 9113.0, 9115.0, 9098.0, 9125.0, 9082.0, 9127.0, 9083.0, 9079.0, 9078.0, 9080.0, 9106.0, 9080.0, 9078.0, 9110.0, 9101.0, 9139.0, 9095.0, 9076.0, 9102.0, 9061.0, 9071.0, 9086.0, 9072.0, 9120.0, 9077.0, 9070.0, 9069.0, 9055.0, 9093.0, 9052.0, 9090.0, 9064.0, 9047.0, 9072.0, 9030.0, 9072.0, 9034.0, 9047.0, 9047.0, 9071.0, 9093.0, 9087.0, 9095.0, 9106.0, 9097.0, 9096.0, 9119.0, 9132.0, 9161.0, 9112.0, 9133.0, 9116.0, 9097.0, 9112.0, 9084.0, 9079.0, 9110.0, 9063.0, 9053.0, 9084.0, 9059.0, 9058.0, 9082.0, 9082.0, 9091.0, 9080.0, 9067.0, 9078.0, 9077.0, 9081.0, 9098.0, 9089.0, 9121.0, 9097.0, 9101.0, 9091.0, 9098.0, 9118.0, 9120.0, 9137.0, 9104.0, 9099.0, 9114.0, 9098.0, 9079.0, 9077.0, 9096.0, 9111.0, 9120.0, 9100.0, 9130.0, 9103.0, 9083.0, 9095.0, 9093.0, 9120.0, 9112.0, 9100.0, 9105.0, 9076.0, 9058.0, 9058.0, 9072.0, 9085.0, 9087.0, 9057.0, 9074.0, 9076.0, 9101.0, 9088.0, 9057.0, 9055.0, 9054.0, 9083.0, 9073.0, 9093.0, 9068.0, 9056.0, 9038.0, 9055.0, 9069.0, 9076.0, 9074.0, 9100.0, 9108.0, 9119.0, 9101.0, 9101.0, 9106.0, 9105.0, 9121.0, 9121.0, 9124.0, 9107.0, 9148.0, 9119.0, 9115.0, 9116.0, 9082.0, 9114.0, 9080.0, 9106.0, 9075.0, 9090.0, 9074.0, 9087.0, 9093.0, 9093.0, 9095.0, 9082.0, 9098.0, 9103.0, 9103.0, 9121.0, 9121.0, 9144.0, 9127.0, 9136.0, 9102.0, 9127.0, 9083.0, 9107.0, 9081.0, 9106.0, 9093.0, 9105.0, 9096.0, 9109.0, 9096.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.0005530724971231301</td></tr>
<tr><td colspan=3>aqi</td><td>0.017756887111622557</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.640827425069105</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2079700279608294</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0104466910368675</td></tr>
<tr><td colspan=3>efc</td><td>0.4744</td></tr>
<tr><td colspan=3>fber</td><td>5251.5527</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08190711464564145</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>22</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.5316455696202533</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3273159737974463</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.236713946672584</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.515759940019609</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.229474034700146</td></tr>
<tr><td colspan=3>gcor</td><td>0.0154694</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010854534804821014</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02554641105234623</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9757010622644327</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>23.7392</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.4822</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>172.8547</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301554.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>835.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>338.1174</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4198</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>557.6094</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3315.6705</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3473.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74990.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1245.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4371.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>873.5508</td></tr>
<tr><td colspan=3>tsnr</td><td>40.72347505541984</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>