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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0013_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-0013/figures/sub-0013_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0013/figures/sub-0013_ses-04_task-social_acq-mb8_run-01_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-0013/figures/sub-0013_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-04_task-social_acq-mb8_run-01_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-0013/ses-04/func/sub-0013_ses-04_task-social_acq-mb8_run-01_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>c4daebf92a33bd1f7be4fc629c1a7d94</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:23:51.527500</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.996657, -0.0794035, 0.0192398, 0.0735397, 0.974464, 0.212162]</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-01_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.075452</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>17</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4155, -7743, -7311, 524, -132, -303, 58, 47]</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>233.567</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c0a10544-3af7-4cd1-94bb-8ed894cb0536||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.673957586288452, 0.1973016858100891, 0.09610601514577866, 99.26786041259766], [0.21303372085094452, 2.614414691925049, 0.567101001739502, -119.24713897705078], [0.05161888152360916, -0.5692139863967896, 2.6380221843719482, -54.45292282104492], [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': ['102351.527500', '102351.987500', '102352.447500', '102352.907500', '102353.367500', '102353.827500', '102354.287500', '102354.747500', '102355.207500', '102355.667500', '102356.127500', '102356.587500', '102357.047500', '102357.507500', '102357.967500', '102358.427500', '102358.887500', '102359.347500', '102359.807500', '102400.267500', '102400.727500', '102401.187500', '102401.647500', '102402.107500', '102402.567500', '102403.027500', '102403.487500', '102403.947500', '102404.407500', '102404.867500', '102405.327500', '102405.787500', '102406.247500', '102406.707500', '102407.167500', '102407.627500', '102408.087500', '102408.547500', '102409.007500', '102409.467500', '102409.927500', '102410.387500', '102410.847500', '102411.307500', '102411.767500', '102412.227500', '102412.687500', '102413.147500', '102413.607500', '102414.067500', '102414.527500', '102414.987500', '102415.447500', '102415.907500', '102416.367500', '102416.827500', '102417.287500', '102417.747500', '102418.207500', '102418.667500', '102419.127500', '102419.587500', '102420.047500', '102420.507500', '102420.967500', '102421.427500', '102421.887500', '102422.347500', '102422.807500', '102423.267500', '102423.727500', '102424.187500', '102424.647500', '102425.107500', '102425.567500', '102426.027500', '102426.487500', '102426.947500', '102427.407500', '102427.867500', '102428.327500', '102428.787500', '102429.247500', '102429.707500', '102430.167500', '102430.627500', '102431.087500', '102431.547500', '102432.007500', '102432.467500', '102432.927500', '102433.387500', '102433.847500', '102434.307500', '102434.767500', '102435.227500', '102435.687500', '102436.147500', '102436.607500', '102437.067500', '102437.527500', '102437.987500', '102438.447500', '102438.907500', '102439.367500', '102439.827500', '102440.287500', '102440.747500', '102441.207500', '102441.667500', '102442.127500', '102442.587500', '102443.047500', '102443.507500', '102443.967500', '102444.427500', '102444.887500', '102445.347500', '102445.807500', '102446.267500', '102446.727500', '102447.187500', '102447.647500', '102448.107500', '102448.567500', '102449.027500', '102449.487500', '102449.947500', '102450.407500', '102450.867500', '102451.327500', '102451.787500', '102452.247500', '102452.707500', '102453.167500', '102453.627500', '102454.087500', '102454.547500', '102455.007500', '102455.467500', '102455.927500', '102456.387500', '102456.847500', '102457.307500', '102457.767500', '102458.227500', '102458.687500', '102459.147500', '102459.607500', '102500.067500', '102500.527500', '102500.987500', '102501.447500', '102501.907500', '102502.367500', '102502.827500', '102503.287500', '102503.747500', '102504.207500', '102504.667500', '102505.127500', '102505.587500', '102506.047500', '102506.507500', '102506.967500', '102507.427500', '102507.887500', '102508.347500', '102508.807500', '102509.267500', '102509.727500', '102510.187500', '102510.647500', '102511.107500', '102511.567500', '102512.027500', '102512.487500', '102512.947500', '102513.407500', '102513.867500', '102514.327500', '102514.787500', '102515.247500', '102515.707500', '102516.167500', '102516.627500', '102517.087500', '102517.547500', '102518.007500', '102518.467500', '102518.927500', '102519.387500', '102519.847500', '102520.307500', '102520.767500', '102521.227500', '102521.687500', '102522.147500', '102522.607500', '102523.067500', '102523.527500', '102523.987500', '102524.447500', '102524.907500', '102525.367500', '102525.827500', '102526.287500', '102526.747500', '102527.207500', '102527.667500', '102528.127500', '102528.587500', '102529.047500', '102529.507500', '102529.967500', '102530.427500', '102530.887500', '102531.347500', '102531.807500', '102532.267500', '102532.727500', '102533.187500', '102533.647500', '102534.107500', '102534.567500', '102535.027500', '102535.487500', '102535.947500', '102536.407500', '102536.867500', '102537.327500', '102537.787500', '102538.247500', '102538.707500', '102539.167500', '102539.627500', '102540.087500', '102540.547500', '102541.007500', '102541.467500', '102541.927500', '102542.387500', '102542.847500', '102543.307500', '102543.767500', '102544.227500', '102544.687500', '102545.147500', '102545.607500', '102546.067500', '102546.527500', '102546.987500', '102547.447500', '102547.907500', '102548.367500', '102548.827500', '102549.287500', '102549.747500', '102550.207500', '102550.667500', '102551.127500', '102551.587500', '102552.047500', '102552.507500', '102552.967500', '102553.427500', '102553.887500', '102554.347500', '102554.807500', '102555.267500', '102555.727500', '102556.187500', '102556.647500', '102557.107500', '102557.567500', '102558.027500', '102558.487500', '102558.947500', '102559.407500', '102559.867500', '102600.327500', '102600.787500', '102601.247500', '102601.707500', '102602.167500', '102602.627500', '102603.087500', '102603.547500', '102604.007500', '102604.467500', '102604.927500', '102605.387500', '102605.847500', '102606.307500', '102606.767500', '102607.227500', '102607.687500', '102608.147500', '102608.607500', '102609.067500', '102609.527500', '102609.987500', '102610.447500', '102610.907500', '102611.367500', '102611.827500', '102612.287500', '102612.747500', '102613.207500', '102613.667500', '102614.127500', '102614.587500', '102615.047500', '102615.507500', '102615.967500', '102616.427500', '102616.887500', '102617.347500', '102617.807500', '102618.267500', '102618.727500', '102619.187500', '102619.647500', '102620.107500', '102620.567500', '102621.027500', '102621.487500', '102621.947500', '102622.407500', '102622.867500', '102623.327500', '102623.787500', '102624.247500', '102624.707500', '102625.167500', '102625.627500', '102626.087500', '102626.547500', '102627.007500', '102627.467500', '102627.927500', '102628.387500', '102628.847500', '102629.307500', '102629.767500', '102630.227500', '102630.687500', '102631.147500', '102631.607500', '102632.067500', '102632.527500', '102632.987500', '102633.447500', '102633.907500', '102634.367500', '102634.827500', '102635.287500', '102635.747500', '102636.207500', '102636.667500', '102637.127500', '102637.587500', '102638.047500', '102638.507500', '102638.967500', '102639.427500', '102639.887500', '102640.347500', '102640.807500', '102641.267500', '102641.727500', '102642.187500', '102642.647500', '102643.107500', '102643.567500', '102644.027500', '102644.487500', '102644.947500', '102645.407500', '102645.867500', '102646.327500', '102646.787500', '102647.247500', '102647.707500', '102648.167500', '102648.627500', '102649.087500', '102649.547500', '102650.007500', '102650.467500', '102650.927500', '102651.387500', '102651.847500', '102652.307500', '102652.767500', '102653.227500', '102653.687500', '102654.147500', '102654.607500', '102655.067500', '102655.527500', '102655.987500', '102656.447500', '102656.907500', '102657.367500', '102657.827500', '102658.287500', '102658.747500', '102659.207500', '102659.667500', '102700.127500', '102700.587500', '102701.047500', '102701.507500', '102701.967500', '102702.427500', '102702.887500', '102703.347500', '102703.807500', '102704.267500', '102704.727500', '102705.187500', '102705.647500', '102706.107500', '102706.567500', '102707.027500', '102707.487500', '102707.947500', '102708.407500', '102708.867500', '102709.327500', '102709.787500', '102710.247500', '102710.707500', '102711.167500', '102711.627500', '102712.087500', '102712.547500', '102713.007500', '102713.467500', '102713.927500', '102714.387500', '102714.847500', '102715.307500', '102715.767500', '102716.227500', '102716.687500', '102717.147500', '102717.607500', '102718.067500', '102718.527500', '102718.987500', '102719.447500', '102719.907500', '102720.367500', '102720.827500', '102721.287500', '102721.747500', '102722.207500', '102722.667500', '102723.127500', '102723.587500', '102724.047500', '102724.507500', '102724.967500', '102725.427500', '102725.887500', '102726.347500', '102726.807500', '102727.267500', '102727.727500', '102728.187500', '102728.647500', '102729.107500', '102729.567500', '102730.027500', '102730.487500', '102730.947500', '102731.407500', '102731.867500', '102732.327500', '102732.787500', '102733.247500', '102733.707500', '102734.167500', '102734.627500', '102735.087500', '102735.547500', '102736.007500', '102736.467500', '102736.927500', '102737.387500', '102737.847500', '102738.307500', '102738.767500', '102739.227500', '102739.687500', '102740.147500', '102740.607500', '102741.067500', '102741.527500', '102741.987500', '102742.447500', '102742.907500', '102743.367500', '102743.827500', '102744.287500', '102744.747500', '102745.207500', '102745.667500', '102746.127500', '102746.587500', '102747.047500', '102747.507500', '102747.967500', '102748.427500', '102748.887500', '102749.347500', '102749.807500', '102750.267500', '102750.727500', '102751.187500', '102751.647500', '102752.107500', '102752.567500', '102753.027500', '102753.487500', '102753.947500', '102754.407500', '102754.867500', '102755.327500', '102755.787500', '102756.247500', '102756.707500', '102757.167500', '102757.627500', '102758.087500', '102758.547500', '102759.007500', '102759.467500', '102759.927500', '102800.387500', '102800.847500', '102801.307500', '102801.767500', '102802.227500', '102802.687500', '102803.147500', '102803.607500', '102804.067500', '102804.527500', '102804.987500', '102805.447500', '102805.907500', '102806.367500', '102806.827500', '102807.287500', '102807.747500', '102808.207500', '102808.667500', '102809.127500', '102809.587500', '102810.047500', '102810.507500', '102810.967500', '102811.427500', '102811.887500', '102812.347500', '102812.807500', '102813.267500', '102813.727500', '102814.187500', '102814.647500', '102815.107500', '102815.567500', '102816.027500', '102816.487500', '102816.947500', '102817.407500', '102817.867500', '102818.327500', '102818.787500', '102819.247500', '102819.707500', '102820.167500', '102820.627500', '102821.087500', '102821.547500', '102822.007500', '102822.467500', '102822.927500', '102823.387500', '102823.847500', '102824.307500', '102824.767500', '102825.227500', '102825.687500', '102826.147500', '102826.607500', '102827.067500', '102827.527500', '102827.987500', '102828.447500', '102828.907500', '102829.367500', '102829.827500', '102830.287500', '102830.747500', '102831.207500', '102831.667500', '102832.127500', '102832.587500', '102833.047500', '102833.507500', '102833.967500', '102834.427500', '102834.887500', '102835.347500', '102835.807500', '102836.267500', '102836.727500', '102837.187500', '102837.647500', '102838.107500', '102838.567500', '102839.027500', '102839.487500', '102839.947500', '102840.407500', '102840.867500', '102841.327500', '102841.787500', '102842.247500', '102842.707500', '102843.167500', '102843.627500', '102844.087500', '102844.547500', '102845.007500', '102845.467500', '102845.927500', '102846.387500', '102846.847500', '102847.307500', '102847.767500', '102848.227500', '102848.687500', '102849.147500', '102849.607500', '102850.067500', '102850.527500', '102850.987500', '102851.447500', '102851.907500', '102852.367500', '102852.827500', '102853.287500', '102853.747500', '102854.207500', '102854.667500', '102855.127500', '102855.587500', '102856.047500', '102856.507500', '102856.967500', '102857.427500', '102857.887500', '102858.347500', '102858.807500', '102859.267500', '102859.727500', '102900.187500', '102900.647500', '102901.107500', '102901.567500', '102902.027500', '102902.487500', '102902.947500', '102903.407500', '102903.867500', '102904.327500', '102904.787500', '102905.247500', '102905.707500', '102906.167500', '102906.627500', '102907.087500', '102907.547500', '102908.007500', '102908.467500', '102908.927500', '102909.387500', '102909.847500', '102910.307500', '102910.767500', '102911.227500', '102911.687500', '102912.147500', '102912.607500', '102913.067500', '102913.527500', '102913.987500', '102914.447500', '102914.907500', '102915.367500', '102915.827500', '102916.287500', '102916.747500', '102917.207500', '102917.667500', '102918.127500', '102918.587500', '102919.047500', '102919.507500', '102919.967500', '102920.427500', '102920.887500', '102921.347500', '102921.807500', '102922.267500', '102922.727500', '102923.187500', '102923.647500', '102924.107500', '102924.567500', '102925.027500', '102925.487500', '102925.947500', '102926.407500', '102926.867500', '102927.327500', '102927.787500', '102928.247500', '102928.707500', '102929.167500', '102929.627500', '102930.087500', '102930.547500', '102931.007500', '102931.467500', '102931.927500', '102932.387500', '102932.847500', '102933.307500', '102933.767500', '102934.227500', '102934.687500', '102935.147500', '102935.607500', '102936.067500', '102936.527500', '102936.987500', '102937.447500', '102937.907500', '102938.367500', '102938.827500', '102939.287500', '102939.747500', '102940.207500', '102940.667500', '102941.127500', '102941.587500', '102942.047500', '102942.507500', '102942.967500', '102943.427500', '102943.887500', '102944.347500', '102944.807500', '102945.267500', '102945.727500', '102946.187500', '102946.647500', '102947.107500', '102947.567500', '102948.027500', '102948.487500', '102948.947500', '102949.407500', '102949.867500', '102950.327500', '102950.787500', '102951.247500', '102951.707500', '102952.167500', '102952.627500', '102953.087500', '102953.547500', '102954.007500', '102954.467500', '102954.927500', '102955.387500', '102955.847500', '102956.307500', '102956.767500', '102957.227500', '102957.687500', '102958.147500', '102958.607500', '102959.067500', '102959.527500', '102959.987500', '103000.447500', '103000.907500', '103001.367500', '103001.827500', '103002.287500', '103002.747500', '103003.207500', '103003.667500', '103004.127500', '103004.587500', '103005.047500', '103005.507500', '103005.967500', '103006.427500', '103006.887500', '103007.347500', '103007.807500', '103008.267500', '103008.727500', '103009.187500', '103009.647500', '103010.107500', '103010.567500', '103011.027500', '103011.487500', '103011.947500', '103012.407500', '103012.867500', '103013.327500', '103013.787500', '103014.247500', '103014.707500', '103015.167500', '103015.627500', '103016.087500', '103016.547500', '103017.007500', '103017.467500', '103017.927500', '103018.387500', '103018.847500', '103019.307500', '103019.767500', '103020.227500', '103020.687500', '103021.147500', '103021.607500', '103022.067500', '103022.527500', '103022.987500', '103023.447500', '103023.907500', '103024.367500', '103024.827500', '103025.287500', '103025.747500', '103026.207500', '103026.667500', '103027.127500', '103027.587500', '103028.047500', '103028.507500', '103028.967500', '103029.427500', '103029.887500', '103030.347500', '103030.807500', '103031.267500', '103031.727500', '103032.187500'], 'ContentTime': ['102414.396000', '102414.399000', '102414.402000', '102414.405000', '102414.408000', '102414.416000', '102414.419000', '102414.422000', '102414.425000', '102414.427000', '102414.430000', '102414.433000', '102414.436000', '102414.460000', '102414.463000', '102414.466000', '102414.469000', '102414.471000', '102414.474000', '102414.477000', '102414.480000', '102414.482000', '102414.485000', '102414.488000', '102414.491000', '102414.493000', '102414.496000', '102414.499000', '102414.502000', '102414.513000', '102414.516000', '102414.518000', '102414.521000', '102414.524000', '102414.533000', '102414.535000', '102414.538000', '102414.541000', '102414.544000', '102414.547000', '102414.549000', '102414.552000', '102414.555000', '102414.558000', '102414.560000', '102414.563000', '102414.566000', '102414.569000', '102434.366000', '102434.369000', '102434.371000', '102434.374000', '102434.377000', '102434.380000', '102434.383000', '102434.391000', '102434.394000', '102434.397000', '102434.399000', '102434.402000', '102434.405000', '102434.408000', '102434.410000', '102434.413000', '102434.416000', '102434.419000', '102434.422000', '102434.424000', '102434.427000', '102434.430000', '102434.433000', '102434.436000', '102434.439000', '102434.442000', '102434.445000', '102434.447000', '102434.450000', '102434.453000', '102434.456000', '102434.459000', '102434.461000', '102434.464000', '102434.467000', '102434.470000', '102434.479000', '102434.482000', '102434.484000', '102434.487000', '102434.490000', '102434.493000', '102434.496000', '102454.367000', '102454.370000', '102454.373000', '102454.376000', '102454.378000', '102454.381000', '102454.384000', '102454.387000', '102454.390000', '102454.392000', '102454.395000', '102454.398000', '102454.401000', '102454.403000', '102454.406000', '102454.409000', '102454.412000', '102454.415000', '102454.417000', '102454.420000', '102454.423000', '102454.426000', '102454.429000', '102454.431000', '102454.434000', '102454.437000', '102454.440000', '102454.442000', '102454.445000', '102454.448000', '102454.451000', '102454.460000', '102454.462000', '102454.465000', '102454.468000', '102454.471000', '102454.474000', '102454.476000', '102454.479000', '102454.482000', '102454.485000', '102454.488000', '102454.490000', '102514.366000', '102514.369000', '102514.372000', '102514.374000', '102514.377000', '102514.380000', '102514.386000', '102514.389000', '102514.392000', '102514.395000', '102514.397000', '102514.400000', '102514.403000', '102514.406000', '102514.409000', '102514.411000', '102514.414000', '102514.417000', '102514.420000', '102514.423000', '102514.425000', '102514.428000', '102514.431000', '102514.434000', '102514.437000', '102514.439000', '102514.442000', '102514.445000', '102514.448000', '102514.451000', '102514.453000', '102514.456000', '102514.459000', '102514.462000', '102514.465000', '102514.468000', '102514.470000', '102514.473000', '102514.476000', '102514.479000', '102514.481000', '102514.484000', '102514.487000', '102514.490000', '102534.365000', '102534.368000', '102534.370000', '102534.373000', '102534.376000', '102534.379000', '102534.382000', '102534.384000', '102534.387000', '102534.390000', '102534.393000', '102534.396000', '102534.398000', '102534.401000', '102534.404000', '102534.407000', '102534.409000', '102534.412000', '102534.415000', '102534.418000', '102534.421000', '102534.424000', '102534.427000', '102534.429000', '102534.432000', '102534.435000', '102534.438000', '102534.441000', '102534.444000', '102534.446000', '102534.449000', '102534.452000', '102534.455000', '102534.458000', '102534.460000', '102534.463000', '102534.466000', '102534.469000', '102534.472000', '102534.474000', '102534.477000', '102534.480000', '102534.483000', '102554.365000', '102554.368000', '102554.371000', '102554.373000', '102554.376000', '102554.392000', '102554.395000', '102554.398000', '102554.401000', '102554.403000', '102554.406000', '102554.409000', '102554.412000', '102554.414000', '102554.417000', '102554.420000', '102554.423000', '102554.426000', '102554.428000', '102554.431000', '102554.434000', '102554.437000', '102554.440000', '102554.443000', '102554.445000', '102554.448000', '102554.451000', '102554.454000', '102554.457000', '102554.459000', '102554.462000', '102554.465000', '102554.468000', '102554.471000', '102554.473000', '102554.483000', '102554.485000', '102554.488000', '102554.491000', '102554.494000', '102554.496000', '102554.499000', '102554.502000', '102554.505000', '102614.365000', '102614.368000', '102614.371000', '102614.374000', '102614.376000', '102614.379000', '102614.382000', '102614.385000', '102614.388000', '102614.391000', '102614.394000', '102614.397000', '102614.400000', '102614.402000', '102614.405000', '102614.408000', '102614.411000', '102614.414000', '102614.417000', '102614.420000', '102614.422000', '102614.425000', '102614.428000', '102614.431000', '102614.434000', '102614.437000', '102614.439000', '102614.442000', '102614.445000', '102614.448000', '102614.451000', '102614.453000', '102614.456000', '102614.459000', '102614.462000', '102614.465000', '102614.467000', '102614.470000', '102614.473000', '102614.476000', '102614.479000', '102614.481000', '102614.484000', '102634.366000', '102634.369000', '102634.372000', '102634.375000', '102634.377000', '102634.380000', '102634.383000', '102634.386000', '102634.388000', '102634.391000', '102634.394000', '102634.397000', '102634.399000', '102634.402000', '102634.405000', '102634.408000', '102634.411000', '102634.423000', '102634.426000', '102634.428000', '102634.431000', '102634.434000', '102634.437000', '102634.440000', '102634.443000', '102634.455000', '102634.457000', '102634.460000', '102634.463000', '102634.466000', '102634.469000', '102634.471000', '102634.474000', '102634.477000', '102634.480000', '102634.482000', '102634.485000', '102634.488000', '102634.491000', '102634.494000', '102634.496000', '102634.499000', '102634.502000', '102634.505000', '102654.366000', '102654.369000', '102654.372000', '102654.374000', '102654.377000', '102654.380000', '102654.383000', '102654.386000', '102654.388000', '102654.391000', '102654.394000', '102654.397000', '102654.400000', '102654.402000', '102654.405000', '102654.408000', '102654.411000', '102654.414000', '102654.416000', '102654.419000', '102654.422000', '102654.426000', '102654.431000', '102654.434000', '102654.437000', '102654.440000', '102654.443000', '102654.445000', '102654.448000', '102654.451000', '102654.454000', '102654.457000', '102654.460000', '102654.462000', '102654.465000', '102654.468000', '102654.471000', '102654.474000', '102654.476000', '102654.479000', '102654.482000', '102654.485000', '102654.488000', '102714.366000', '102714.369000', '102714.372000', '102714.375000', '102714.377000', '102714.380000', '102714.383000', '102714.386000', '102714.389000', '102714.391000', '102714.394000', '102714.397000', '102714.400000', '102714.402000', '102714.405000', '102714.408000', '102714.420000', '102714.422000', '102714.425000', '102714.428000', '102714.431000', '102714.434000', '102714.436000', '102714.439000', '102714.442000', '102714.445000', '102714.448000', '102714.450000', '102714.453000', '102714.456000', '102714.459000', '102714.469000', '102714.472000', '102714.475000', '102714.477000', '102714.480000', '102714.483000', '102714.486000', '102714.489000', '102714.492000', '102714.494000', '102714.497000', '102714.500000', '102714.503000', '102734.382000', '102734.385000', '102734.388000', '102734.391000', '102734.393000', '102734.396000', '102734.399000', '102734.402000', '102734.404000', '102734.407000', '102734.410000', '102734.413000', '102734.416000', '102734.418000', '102734.421000', '102734.424000', '102734.427000', '102734.430000', '102734.433000', '102734.436000', '102734.439000', '102734.441000', '102734.445000', '102734.447000', '102734.450000', '102734.453000', '102734.456000', '102734.459000', '102734.462000', '102734.465000', '102734.467000', '102734.470000', '102734.473000', '102734.476000', '102734.479000', '102734.481000', '102734.484000', '102734.487000', '102734.490000', '102734.492000', '102734.495000', '102734.498000', '102734.501000', '102754.365000', '102754.368000', '102754.371000', '102754.374000', '102754.376000', '102754.379000', '102754.382000', '102754.385000', '102754.388000', '102754.391000', '102754.393000', '102754.396000', '102754.399000', '102754.402000', '102754.405000', '102754.407000', '102754.410000', '102754.413000', '102754.416000', '102754.419000', '102754.421000', '102754.424000', '102754.427000', '102754.430000', '102754.433000', '102754.436000', '102754.438000', '102754.441000', '102754.444000', '102754.447000', '102754.450000', '102754.453000', '102754.455000', '102754.458000', '102754.461000', '102754.464000', '102754.467000', '102754.469000', '102754.472000', '102754.475000', '102754.478000', '102754.481000', '102754.484000', '102754.486000', '102814.365000', '102814.368000', '102814.371000', '102814.374000', '102814.376000', '102814.379000', '102814.382000', '102814.385000', '102814.388000', '102814.391000', '102814.393000', '102814.396000', '102814.399000', '102814.402000', '102814.405000', '102814.408000', '102814.410000', '102814.413000', '102814.416000', '102814.419000', '102814.422000', '102814.424000', '102814.427000', '102814.430000', '102814.438000', '102814.441000', '102814.444000', '102814.446000', '102814.449000', '102814.452000', '102814.455000', '102814.458000', '102814.461000', '102814.464000', '102814.466000', '102814.469000', '102814.472000', '102814.475000', '102814.478000', '102814.481000', '102814.483000', '102814.486000', '102814.489000', '102834.365000', '102834.368000', '102834.371000', '102834.373000', '102834.376000', '102834.379000', '102834.382000', '102834.385000', '102834.387000', '102834.390000', '102834.393000', '102834.396000', '102834.399000', '102834.402000', '102834.404000', '102834.407000', '102834.410000', '102834.413000', '102834.416000', '102834.418000', '102834.421000', '102834.424000', '102834.427000', '102834.430000', '102834.432000', '102834.435000', '102834.438000', '102834.441000', '102834.444000', '102834.447000', '102834.449000', '102834.452000', '102834.455000', '102834.458000', '102834.461000', '102834.463000', '102834.466000', '102834.469000', '102834.472000', '102834.475000', '102834.483000', '102834.486000', '102834.489000', '102834.492000', '102854.366000', '102854.369000', '102854.372000', '102854.375000', '102854.377000', '102854.380000', '102854.383000', '102854.386000', '102854.389000', '102854.392000', '102854.394000', '102854.397000', '102854.400000', '102854.403000', '102854.406000', '102854.410000', '102854.413000', '102854.416000', '102854.418000', '102854.421000', '102854.424000', '102854.427000', '102854.430000', '102854.432000', '102854.435000', '102854.454000', '102854.457000', '102854.460000', '102854.462000', '102854.465000', '102854.468000', '102854.471000', '102854.474000', '102854.477000', '102854.484000', '102854.487000', '102854.490000', '102854.493000', '102854.495000', '102854.498000', '102854.501000', '102854.504000', '102854.507000', '102914.366000', '102914.369000', '102914.372000', '102914.375000', '102914.378000', '102914.380000', '102914.383000', '102914.386000', '102914.389000', '102914.392000', '102914.395000', '102914.397000', '102914.400000', '102914.403000', '102914.406000', '102914.409000', '102914.412000', '102914.414000', '102914.417000', '102914.420000', '102914.423000', '102914.426000', '102914.428000', '102914.431000', '102914.434000', '102914.437000', '102914.440000', '102914.443000', '102914.446000', '102914.448000', '102914.451000', '102914.454000', '102914.457000', '102914.460000', '102914.462000', '102914.465000', '102914.468000', '102914.471000', '102914.474000', '102914.477000', '102914.479000', '102914.482000', '102914.485000', '102914.488000', '102934.366000', '102934.369000', '102934.372000', '102934.375000', '102934.377000', '102934.380000', '102934.383000', '102934.386000', '102934.388000', '102934.391000', '102934.394000', '102934.397000', '102934.400000', '102934.403000', '102934.406000', '102934.408000', '102934.411000', '102934.414000', '102934.417000', '102934.420000', '102934.423000', '102934.425000', '102934.428000', '102934.431000', '102934.434000', '102934.437000', '102934.439000', '102934.442000', '102934.445000', '102934.448000', '102934.451000', '102934.453000', '102934.456000', '102934.459000', '102934.462000', '102934.465000', '102934.467000', '102934.470000', '102934.473000', '102934.476000', '102934.479000', '102934.481000', '102934.484000', '102954.365000', '102954.368000', '102954.371000', '102954.373000', '102954.376000', '102954.379000', '102954.382000', '102954.385000', '102954.388000', '102954.390000', '102954.393000', '102954.396000', '102954.399000', '102954.402000', '102954.405000', '102954.407000', '102954.410000', '102954.415000', '102954.418000', '102954.420000', '102954.423000', '102954.426000', '102954.429000', '102954.432000', '102954.435000', '102954.438000', '102954.440000', '102954.443000', '102954.446000', '102954.449000', '102954.452000', '102954.454000', '102954.457000', '102954.460000', '102954.463000', '102954.466000', '102954.469000', '102954.471000', '102954.474000', '102954.477000', '102954.480000', '102954.483000', '102954.485000', '102954.488000', '103014.365000', '103014.368000', '103014.371000', '103014.374000', '103014.376000', '103014.379000', '103014.382000', '103014.385000', '103014.388000', '103014.391000', '103014.393000', '103014.396000', '103014.399000', '103014.402000', '103014.404000', '103014.407000', '103014.410000', '103014.413000', '103014.416000', '103014.419000', '103014.422000', '103014.425000', '103014.427000', '103014.430000', '103014.433000', '103014.436000', '103014.438000', '103014.441000', '103014.444000', '103014.448000', '103014.451000', '103014.454000', '103014.457000', '103014.460000', '103014.462000', '103014.477000', '103014.480000', '103014.483000', '103014.486000', '103014.489000', '103014.492000', '103014.495000', '103014.497000', '103033.430000', '103033.433000', '103033.436000', '103033.439000', '103033.443000', '103033.446000', '103033.449000', '103033.452000', '103033.455000', '103033.458000', '103033.461000', '103033.463000', '103033.466000', '103033.469000', '103033.472000', '103033.475000', '103033.479000', '103033.482000', '103033.485000', '103033.488000', '103033.490000', '103033.493000', '103033.496000', '103033.499000', '103033.502000', '103033.505000', '103033.508000', '103033.511000', '103033.514000', '103033.517000', '103033.520000', '103033.523000', '103033.526000', '103033.529000', '103033.532000', '103033.535000', '103033.538000', '103033.541000', '103033.544000', '103033.547000', '103033.550000', '103033.553000'], 'InstanceCreationTime': ['102414.396000', '102414.399000', '102414.402000', '102414.405000', '102414.408000', '102414.416000', '102414.419000', '102414.422000', '102414.425000', '102414.427000', '102414.430000', '102414.433000', '102414.436000', '102414.460000', '102414.463000', '102414.466000', '102414.469000', '102414.471000', '102414.474000', '102414.477000', '102414.480000', '102414.482000', '102414.485000', '102414.488000', '102414.491000', '102414.493000', '102414.496000', '102414.499000', '102414.502000', '102414.513000', '102414.516000', '102414.518000', '102414.521000', '102414.524000', '102414.533000', '102414.535000', '102414.538000', '102414.541000', '102414.544000', '102414.547000', '102414.549000', '102414.552000', '102414.555000', '102414.558000', '102414.560000', '102414.563000', '102414.566000', '102414.569000', '102434.366000', '102434.369000', '102434.371000', '102434.374000', '102434.377000', '102434.380000', '102434.383000', '102434.391000', '102434.394000', '102434.397000', '102434.399000', '102434.402000', '102434.405000', '102434.408000', '102434.410000', '102434.413000', '102434.416000', '102434.419000', '102434.422000', '102434.424000', '102434.427000', '102434.430000', '102434.433000', '102434.436000', '102434.439000', '102434.442000', '102434.445000', '102434.447000', '102434.450000', '102434.453000', '102434.456000', '102434.459000', '102434.461000', '102434.464000', '102434.467000', '102434.470000', '102434.479000', '102434.482000', '102434.484000', '102434.487000', '102434.490000', '102434.493000', '102434.496000', '102454.367000', '102454.370000', '102454.373000', '102454.376000', '102454.378000', '102454.381000', '102454.384000', '102454.387000', '102454.390000', '102454.392000', '102454.395000', '102454.398000', '102454.401000', '102454.403000', '102454.406000', '102454.409000', '102454.412000', '102454.415000', '102454.417000', '102454.420000', '102454.423000', '102454.426000', '102454.429000', '102454.431000', '102454.434000', '102454.437000', '102454.440000', '102454.442000', '102454.445000', '102454.448000', '102454.451000', '102454.460000', '102454.462000', '102454.465000', '102454.468000', '102454.471000', '102454.474000', '102454.476000', '102454.479000', '102454.482000', '102454.485000', '102454.488000', '102454.490000', '102514.366000', '102514.369000', '102514.372000', '102514.374000', '102514.377000', '102514.380000', '102514.386000', '102514.389000', '102514.392000', '102514.395000', '102514.397000', '102514.400000', '102514.403000', '102514.406000', '102514.409000', '102514.411000', '102514.414000', '102514.417000', '102514.420000', '102514.423000', '102514.425000', '102514.428000', '102514.431000', '102514.434000', '102514.437000', '102514.439000', '102514.442000', '102514.445000', '102514.448000', '102514.451000', '102514.453000', '102514.456000', '102514.459000', '102514.462000', '102514.465000', '102514.468000', '102514.470000', '102514.473000', '102514.476000', '102514.479000', '102514.481000', '102514.484000', '102514.487000', '102514.490000', '102534.365000', '102534.368000', '102534.370000', '102534.373000', '102534.376000', '102534.379000', '102534.382000', '102534.384000', '102534.387000', '102534.390000', '102534.393000', '102534.396000', '102534.398000', '102534.401000', '102534.404000', '102534.407000', '102534.409000', '102534.412000', '102534.415000', '102534.418000', '102534.421000', '102534.424000', '102534.427000', '102534.429000', '102534.432000', '102534.435000', '102534.438000', '102534.441000', '102534.444000', '102534.446000', '102534.449000', '102534.452000', '102534.455000', '102534.458000', '102534.460000', '102534.463000', '102534.466000', '102534.469000', '102534.472000', '102534.474000', '102534.477000', '102534.480000', '102534.483000', '102554.365000', '102554.368000', '102554.371000', '102554.373000', '102554.376000', '102554.392000', '102554.395000', '102554.398000', '102554.401000', '102554.403000', '102554.406000', '102554.409000', '102554.412000', '102554.414000', '102554.417000', '102554.420000', '102554.423000', '102554.426000', '102554.428000', '102554.431000', '102554.434000', '102554.437000', '102554.440000', '102554.443000', '102554.445000', '102554.448000', '102554.451000', '102554.454000', '102554.457000', '102554.459000', '102554.462000', '102554.465000', '102554.468000', '102554.471000', '102554.473000', '102554.483000', '102554.485000', '102554.488000', '102554.491000', '102554.494000', '102554.496000', '102554.499000', '102554.502000', '102554.505000', '102614.365000', '102614.368000', '102614.371000', '102614.374000', '102614.376000', '102614.379000', '102614.382000', '102614.385000', '102614.388000', '102614.391000', '102614.394000', '102614.397000', '102614.400000', '102614.402000', '102614.405000', '102614.408000', '102614.411000', '102614.414000', '102614.417000', '102614.420000', '102614.422000', '102614.425000', '102614.428000', '102614.431000', '102614.434000', '102614.437000', '102614.439000', '102614.442000', '102614.445000', '102614.448000', '102614.451000', '102614.453000', '102614.456000', '102614.459000', '102614.462000', '102614.465000', '102614.467000', '102614.470000', '102614.473000', '102614.476000', '102614.479000', '102614.481000', '102614.484000', '102634.366000', '102634.369000', '102634.372000', '102634.375000', '102634.377000', '102634.380000', '102634.383000', '102634.386000', '102634.388000', '102634.391000', '102634.394000', '102634.397000', '102634.399000', '102634.402000', '102634.405000', '102634.408000', '102634.411000', '102634.423000', '102634.426000', '102634.428000', '102634.431000', '102634.434000', '102634.437000', '102634.440000', '102634.443000', '102634.455000', '102634.457000', '102634.460000', '102634.463000', '102634.466000', '102634.469000', '102634.471000', '102634.474000', '102634.477000', '102634.480000', '102634.482000', '102634.485000', '102634.488000', '102634.491000', '102634.494000', '102634.496000', '102634.499000', '102634.502000', '102634.505000', '102654.366000', '102654.369000', '102654.372000', '102654.374000', '102654.377000', '102654.380000', '102654.383000', '102654.386000', '102654.388000', '102654.391000', '102654.394000', '102654.397000', '102654.400000', '102654.402000', '102654.405000', '102654.408000', '102654.411000', '102654.414000', '102654.416000', '102654.419000', '102654.422000', '102654.426000', '102654.431000', '102654.434000', '102654.437000', '102654.440000', '102654.443000', '102654.445000', '102654.448000', '102654.451000', '102654.454000', '102654.457000', '102654.460000', '102654.462000', '102654.465000', '102654.468000', '102654.471000', '102654.474000', '102654.476000', '102654.479000', '102654.482000', '102654.485000', '102654.488000', '102714.366000', '102714.369000', '102714.372000', '102714.375000', '102714.377000', '102714.380000', '102714.383000', '102714.386000', '102714.389000', '102714.391000', '102714.394000', '102714.397000', '102714.400000', '102714.402000', '102714.405000', '102714.408000', '102714.420000', '102714.422000', '102714.425000', '102714.428000', '102714.431000', '102714.434000', '102714.436000', '102714.439000', '102714.442000', '102714.445000', '102714.448000', '102714.450000', '102714.453000', '102714.456000', '102714.459000', '102714.469000', '102714.472000', '102714.475000', '102714.477000', '102714.480000', '102714.483000', '102714.486000', '102714.489000', '102714.492000', '102714.494000', '102714.497000', '102714.500000', '102714.503000', '102734.382000', '102734.385000', '102734.388000', '102734.391000', '102734.393000', '102734.396000', '102734.399000', '102734.402000', '102734.404000', '102734.407000', '102734.410000', '102734.413000', '102734.416000', '102734.418000', '102734.421000', '102734.424000', '102734.427000', '102734.430000', '102734.433000', '102734.436000', '102734.439000', '102734.441000', '102734.445000', '102734.447000', '102734.450000', '102734.453000', '102734.456000', '102734.459000', '102734.462000', '102734.465000', '102734.467000', '102734.470000', '102734.473000', '102734.476000', '102734.479000', '102734.481000', '102734.484000', '102734.487000', '102734.490000', '102734.492000', '102734.495000', '102734.498000', '102734.501000', '102754.365000', '102754.368000', '102754.371000', '102754.374000', '102754.376000', '102754.379000', '102754.382000', '102754.385000', '102754.388000', '102754.391000', '102754.393000', '102754.396000', '102754.399000', '102754.402000', '102754.405000', '102754.407000', '102754.410000', '102754.413000', '102754.416000', '102754.419000', '102754.421000', '102754.424000', '102754.427000', '102754.430000', '102754.433000', '102754.436000', '102754.438000', '102754.441000', '102754.444000', '102754.447000', '102754.450000', '102754.453000', '102754.455000', '102754.458000', '102754.461000', '102754.464000', '102754.467000', '102754.469000', '102754.472000', '102754.475000', '102754.478000', '102754.481000', '102754.484000', '102754.486000', '102814.365000', '102814.368000', '102814.371000', '102814.374000', '102814.376000', '102814.379000', '102814.382000', '102814.385000', '102814.388000', '102814.391000', '102814.393000', '102814.396000', '102814.399000', '102814.402000', '102814.405000', '102814.408000', '102814.410000', '102814.413000', '102814.416000', '102814.419000', '102814.422000', '102814.424000', '102814.427000', '102814.430000', '102814.438000', '102814.441000', '102814.444000', '102814.446000', '102814.449000', '102814.452000', '102814.455000', '102814.458000', '102814.461000', '102814.464000', '102814.466000', '102814.469000', '102814.472000', '102814.475000', '102814.478000', '102814.481000', '102814.483000', '102814.486000', '102814.489000', '102834.365000', '102834.368000', '102834.371000', '102834.373000', '102834.376000', '102834.379000', '102834.382000', '102834.385000', '102834.387000', '102834.390000', '102834.393000', '102834.396000', '102834.399000', '102834.402000', '102834.404000', '102834.407000', '102834.410000', '102834.413000', '102834.416000', '102834.418000', '102834.421000', '102834.424000', '102834.427000', '102834.430000', '102834.432000', '102834.435000', '102834.438000', '102834.441000', '102834.444000', '102834.447000', '102834.449000', '102834.452000', '102834.455000', '102834.458000', '102834.461000', '102834.463000', '102834.466000', '102834.469000', '102834.472000', '102834.475000', '102834.483000', '102834.486000', '102834.489000', '102834.492000', '102854.366000', '102854.369000', '102854.372000', '102854.375000', '102854.377000', '102854.380000', '102854.383000', '102854.386000', '102854.389000', '102854.392000', '102854.394000', '102854.397000', '102854.400000', '102854.403000', '102854.406000', '102854.410000', '102854.413000', '102854.416000', '102854.418000', '102854.421000', '102854.424000', '102854.427000', '102854.430000', '102854.432000', '102854.435000', '102854.454000', '102854.457000', '102854.460000', '102854.462000', '102854.465000', '102854.468000', '102854.471000', '102854.474000', '102854.477000', '102854.484000', '102854.487000', '102854.490000', '102854.493000', '102854.495000', '102854.498000', '102854.501000', '102854.504000', '102854.507000', '102914.366000', '102914.369000', '102914.372000', '102914.375000', '102914.378000', '102914.380000', '102914.383000', '102914.386000', '102914.389000', '102914.392000', '102914.395000', '102914.397000', '102914.400000', '102914.403000', '102914.406000', '102914.409000', '102914.412000', '102914.414000', '102914.417000', '102914.420000', '102914.423000', '102914.426000', '102914.428000', '102914.431000', '102914.434000', '102914.437000', '102914.440000', '102914.443000', '102914.446000', '102914.448000', '102914.451000', '102914.454000', '102914.457000', '102914.460000', '102914.462000', '102914.465000', '102914.468000', '102914.471000', '102914.474000', '102914.477000', '102914.479000', '102914.482000', '102914.485000', '102914.488000', '102934.366000', '102934.369000', '102934.372000', '102934.375000', '102934.377000', '102934.380000', '102934.383000', '102934.386000', '102934.388000', '102934.391000', '102934.394000', '102934.397000', '102934.400000', '102934.403000', '102934.406000', '102934.408000', '102934.411000', '102934.414000', '102934.417000', '102934.420000', '102934.423000', '102934.425000', '102934.428000', '102934.431000', '102934.434000', '102934.437000', '102934.439000', '102934.442000', '102934.445000', '102934.448000', '102934.451000', '102934.453000', '102934.456000', '102934.459000', '102934.462000', '102934.465000', '102934.467000', '102934.470000', '102934.473000', '102934.476000', '102934.479000', '102934.481000', '102934.484000', '102954.365000', '102954.368000', '102954.371000', '102954.373000', '102954.376000', '102954.379000', '102954.382000', '102954.385000', '102954.388000', '102954.390000', '102954.393000', '102954.396000', '102954.399000', '102954.402000', '102954.405000', '102954.407000', '102954.410000', '102954.415000', '102954.418000', '102954.420000', '102954.423000', '102954.426000', '102954.429000', '102954.432000', '102954.435000', '102954.438000', '102954.440000', '102954.443000', '102954.446000', '102954.449000', '102954.452000', '102954.454000', '102954.457000', '102954.460000', '102954.463000', '102954.466000', '102954.469000', '102954.471000', '102954.474000', '102954.477000', '102954.480000', '102954.483000', '102954.485000', '102954.488000', '103014.365000', '103014.368000', '103014.371000', '103014.374000', '103014.376000', '103014.379000', '103014.382000', '103014.385000', '103014.388000', '103014.391000', '103014.393000', '103014.396000', '103014.399000', '103014.402000', '103014.404000', '103014.407000', '103014.410000', '103014.413000', '103014.416000', '103014.419000', '103014.422000', '103014.425000', '103014.427000', '103014.430000', '103014.433000', '103014.436000', '103014.438000', '103014.441000', '103014.444000', '103014.448000', '103014.451000', '103014.454000', '103014.457000', '103014.460000', '103014.462000', '103014.477000', '103014.480000', '103014.483000', '103014.486000', '103014.489000', '103014.492000', '103014.495000', '103014.497000', '103033.430000', '103033.433000', '103033.436000', '103033.439000', '103033.443000', '103033.446000', '103033.449000', '103033.452000', '103033.455000', '103033.458000', '103033.461000', '103033.463000', '103033.466000', '103033.469000', '103033.472000', '103033.475000', '103033.479000', '103033.482000', '103033.485000', '103033.488000', '103033.490000', '103033.493000', '103033.496000', '103033.499000', '103033.502000', '103033.505000', '103033.508000', '103033.511000', '103033.514000', '103033.517000', '103033.520000', '103033.523000', '103033.526000', '103033.529000', '103033.532000', '103033.535000', '103033.538000', '103033.541000', '103033.544000', '103033.547000', '103033.550000', '103033.553000'], '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': [10163, 8676, 8591, 11490, 8541, 8754, 12726, 8905, 9314, 8857, 8415, 11828, 8678, 9269, 11567, 8842, 8846, 10345, 8474, 8865, 8861, 8318, 11812, 8494, 8797, 8674, 8022, 11111, 8746, 8828, 10872, 8442, 8332, 8481, 8319, 9036, 8908, 8279, 10426, 8539, 8578, 8603, 8055, 8596, 7759, 9557, 8390, 10088, 8655, 8355, 12500, 8484, 9728, 8330, 9549, 8451, 8811, 8661, 7985, 12704, 8714, 9694, 8634, 8736, 8420, 8251, 8762, 8478, 12277, 8208, 10466, 13089, 9766, 11554, 8093, 9507, 9194, 7811, 8900, 8467, 7884, 8032, 7916, 8901, 8475, 8030, 10643, 8323, 8253, 8090, 7710, 8523, 7609, 10799, 7878, 9388, 10915, 7939, 9487, 8022, 8672, 12452, 8384, 10297, 7870, 8443, 8027, 9117, 10031, 8996, 12728, 8048, 9464, 12458, 8798, 10632, 8371, 8318, 10349, 8136, 8753, 8002, 7935, 10673, 8051, 8712, 10916, 8099, 11177, 7929, 8955, 8063, 7688, 10585, 7877, 8874, 12925, 8336, 9726, 7907, 8095, 11233, 8140, 10248, 8068, 8616, 8126, 7762, 11140, 8199, 9653, 9432, 7921, 10366, 7595, 8909, 12003, 8417, 11083, 8033, 8747, 8339, 7557, 9590, 7512, 8252, 8956, 7683, 8734, 7867, 8364, 9308, 8494, 11261, 8283, 8833, 9592, 8488, 11451, 7957, 8532, 12228, 8047, 10803, 8187, 8769, 7832, 7935, 10778, 7840, 9145, 10576, 8724, 10624, 7608, 8871, 9555, 7774, 10713, 7815, 8795, 7748, 7856, 8222, 7941, 10129, 7831, 9768, 7964, 8816, 7749, 8237, 10367, 8438, 11998, 7855, 9505, 7861, 9717, 7894, 8460, 7867, 8206, 12143, 7798, 10442, 7959, 9086, 8116, 8958, 9423, 7924, 10054, 7880, 8716, 10473, 7802, 9277, 7567, 8757, 8435, 7866, 10603, 7945, 9072, 7739, 8367, 11564, 8225, 11543, 7819, 9191, 11497, 7790, 10329, 7884, 10922, 8056, 9910, 7683, 8389, 11818, 8351, 10565, 7873, 8361, 11024, 7641, 9383, 8234, 8321, 7941, 7753, 11026, 7831, 9625, 10461, 8428, 11932, 7656, 9066, 7645, 8655, 11856, 8656, 11523, 7781, 9218, 7821, 8319, 11833, 8407, 9381, 7719, 8019, 11039, 7814, 9243, 7710, 8351, 7897, 8321, 10877, 7920, 9271, 7401, 9913, 8518, 10917, 8131, 7878, 9398, 9648, 10104, 14045, 9961, 12971, 8855, 9823, 6994, 9520, 7116, 9054, 6889, 8512, 10054, 7651, 10496, 7262, 8968, 6861, 7860, 10703, 7260, 9915, 7127, 8832, 6871, 8124, 10468, 7612, 10149, 7282, 8539, 7378, 7384, 8985, 7362, 11172, 7743, 10019, 7649, 9205, 7472, 8272, 11859, 7967, 11414, 7747, 10311, 7046, 8784, 10224, 7798, 10996, 7495, 9587, 8502, 8535, 9257, 7625, 10208, 7431, 8834, 6775, 8132, 10448, 7883, 10585, 6954, 9031, 7208, 8597, 7531, 8045, 11277, 8223, 10895, 7251, 8886, 6801, 8392, 10789, 8414, 12143, 7577, 9408, 7145, 8745, 7064, 7792, 11344, 7754, 10302, 7047, 8849, 7140, 7747, 11737, 7904, 11178, 7181, 8968, 6992, 7880, 9805, 7870, 11276, 7302, 9381, 7006, 8532, 8503, 8406, 11664, 8030, 10439, 7131, 8862, 8801, 7933, 11501, 8285, 10964, 6912, 8703, 7408, 7654, 10767, 7786, 10728, 7195, 8775, 6969, 7922, 7855, 7714, 11403, 8320, 10978, 7069, 9078, 7364, 7727, 11411, 7674, 10844, 7482, 8935, 6669, 7981, 8460, 7864, 11162, 7966, 9216, 7006, 8571, 7100, 7971, 10752, 7574, 10338, 7166, 8540, 6892, 8594, 8158, 8468, 11516, 8001, 10331, 7635, 10258, 7675, 9147, 7373, 8279, 10336, 7979, 11567, 8182, 10712, 7246, 8996, 6828, 8227, 9469, 8000, 12315, 8611, 11469, 7484, 9038, 7093, 8008, 9624, 8163, 10557, 7794, 10083, 7604, 8932, 6792, 8483, 10781, 8168, 11505, 7365, 9022, 6695, 8504, 7061, 7906, 10217, 7443, 9442, 7215, 8786, 6988, 8138, 7114, 7562, 11042, 7301, 9696, 6851, 8493, 6789, 7929, 9111, 7389, 9463, 7144, 8385, 7030, 7709, 8842, 7056, 9758, 7037, 9059, 6744, 8161, 8582, 7450, 10845, 7574, 10671, 6798, 8633, 7344, 7913, 11271, 8076, 10948, 6983, 8680, 6880, 7781, 9666, 7421, 10166, 7318, 9194, 7056, 8347, 8129, 7435, 10073, 7179, 9403, 6783, 8222, 7700, 7755, 10491, 7215, 9098, 6843, 8427, 7095, 7738, 11148, 7854, 10268, 7206, 8546, 6749, 8494, 10946, 7958, 11260, 7408, 8750, 7025, 8227, 7524, 7984, 9370, 7139, 9444, 7286, 9625, 7212, 8415, 7996, 7958, 11601, 7649, 10523, 7388, 8738, 6997, 8170, 9877, 7785, 10615, 7754, 8899, 6948, 8472, 7151, 8135, 11322, 7984, 11051, 7322, 8903, 6931, 9087, 8398, 8571, 9898, 7951, 10631, 7684, 10949, 7204, 8610, 7405, 8339, 11542, 7863, 11088, 7830, 8885, 6818, 8457, 8414, 7570, 9991, 7592, 8712, 6930, 8462, 6812, 7819, 10316, 7654, 11178, 7487, 9193, 7285, 8464, 8195, 7734, 11426, 7270, 9205, 7162, 8733, 7128, 8370, 10005, 8137, 11457, 7698, 9766, 7003, 9021, 10750, 8745, 11742, 7659, 8948, 7082, 8915, 7167, 8083, 8468, 7587, 10158, 7236, 8480, 6868, 8233, 7907, 7739, 11027, 7240, 9136, 6960, 8599, 7186, 8102, 8165, 7702, 11026, 7844, 10140, 7113, 8941, 6963, 8099, 9950, 7534, 11085, 7526, 8948, 6947, 8559, 7174, 7998, 12161, 8632, 11439, 7211, 8616, 6879, 9052, 8308, 8213, 11647, 7535, 9670, 7247, 8822, 7200, 8146, 8720, 7721, 11110, 7845, 10179, 7070, 8666, 7045, 8056, 10825, 8034, 11261, 7301, 9114, 7233, 8380, 6943, 7976, 10185, 8015, 11209, 7485, 9394, 6993, 9421, 9379, 8602, 9761, 7712, 10426, 7606, 9777, 7689, 8606, 7207, 7778, 9612, 7758, 8872, 7454, 8287, 6925, 8254, 7445, 7921, 11096, 8006, 9638, 7212, 8671, 6987, 8394, 6956, 8117, 11412, 7531, 9092, 7053, 8319, 7139, 7896, 7399, 7650, 9646, 7873, 10661, 7901, 10096, 7110, 8572, 9294, 8449, 12095, 8500, 11606, 7897, 9648, 7392, 9567, 8437, 8446, 10263, 8154, 10766, 7939, 10692, 7203, 8596, 7358, 7982, 11715, 7956, 10210, 7592, 8668, 7240, 8348, 10531, 8363, 11828, 7797, 9481, 7282, 8763, 8569, 8395, 12560, 8655, 11221, 7652, 9028, 7098, 8149, 10788, 8076, 10594, 7452, 8894, 7250, 8214, 9084, 8038], 'WindowCenter': [4434.0, 4386.0, 4386.0, 4402.0, 4360.0, 4360.0, 4397.0, 4355.0, 4367.0, 4355.0, 4357.0, 4387.0, 4343.0, 4355.0, 4375.0, 4354.0, 4355.0, 4362.0, 4343.0, 4354.0, 4341.0, 4344.0, 4374.0, 4343.0, 4342.0, 4344.0, 4345.0, 4373.0, 4341.0, 4354.0, 4361.0, 4344.0, 4345.0, 4342.0, 4344.0, 4367.0, 4354.0, 4357.0, 4375.0, 4356.0, 4356.0, 4354.0, 4346.0, 4356.0, 4348.0, 4366.0, 4356.0, 4378.0, 4355.0, 4348.0, 4384.0, 4355.0, 4354.0, 4344.0, 4355.0, 4344.0, 4354.0, 4342.0, 4335.0, 4396.0, 4357.0, 4366.0, 4356.0, 4355.0, 4344.0, 4345.0, 4344.0, 4346.0, 4386.0, 4346.0, 4376.0, 4382.0, 4353.0, 4361.0, 4320.0, 4352.0, 4339.0, 4321.0, 4341.0, 4330.0, 4344.0, 4343.0, 4346.0, 4357.0, 4357.0, 4362.0, 4392.0, 4361.0, 4359.0, 4347.0, 4358.0, 4369.0, 4349.0, 4387.0, 4345.0, 4368.0, 4387.0, 4360.0, 4378.0, 4348.0, 4372.0, 4398.0, 4356.0, 4376.0, 4346.0, 4357.0, 4345.0, 4369.0, 4378.0, 4369.0, 4399.0, 4335.0, 4356.0, 4372.0, 4343.0, 4365.0, 4332.0, 4333.0, 4362.0, 4333.0, 4354.0, 4333.0, 4345.0, 4364.0, 4333.0, 4355.0, 4362.0, 4334.0, 4375.0, 4333.0, 4354.0, 4334.0, 4335.0, 4364.0, 4333.0, 4357.0, 4385.0, 4345.0, 4354.0, 4331.0, 4333.0, 4361.0, 4333.0, 4362.0, 4334.0, 4345.0, 4333.0, 4334.0, 4362.0, 4332.0, 4354.0, 4342.0, 4333.0, 4363.0, 4332.0, 4354.0, 4372.0, 4332.0, 4361.0, 4332.0, 4344.0, 4331.0, 4322.0, 4352.0, 4322.0, 4345.0, 4342.0, 4334.0, 4343.0, 4334.0, 4346.0, 4353.0, 4356.0, 4375.0, 4344.0, 4355.0, 4364.0, 4358.0, 4376.0, 4334.0, 4344.0, 4372.0, 4333.0, 4363.0, 4332.0, 4342.0, 4322.0, 4345.0, 4362.0, 4332.0, 4342.0, 4351.0, 4331.0, 4350.0, 4320.0, 4341.0, 4338.0, 4320.0, 4362.0, 4321.0, 4341.0, 4321.0, 4332.0, 4332.0, 4344.0, 4364.0, 4346.0, 4365.0, 4345.0, 4355.0, 4333.0, 4346.0, 4363.0, 4345.0, 4373.0, 4333.0, 4353.0, 4333.0, 4354.0, 4332.0, 4333.0, 4332.0, 4344.0, 4372.0, 4336.0, 4364.0, 4334.0, 4343.0, 4334.0, 4355.0, 4351.0, 4333.0, 4352.0, 4331.0, 4343.0, 4361.0, 4333.0, 4352.0, 4332.0, 4343.0, 4332.0, 4346.0, 4375.0, 4347.0, 4356.0, 4336.0, 4347.0, 4374.0, 4346.0, 4389.0, 4336.0, 4357.0, 4374.0, 4335.0, 4364.0, 4347.0, 4376.0, 4347.0, 4378.0, 4335.0, 4346.0, 4374.0, 4344.0, 4366.0, 4332.0, 4346.0, 4374.0, 4335.0, 4355.0, 4332.0, 4343.0, 4333.0, 4336.0, 4374.0, 4333.0, 4366.0, 4363.0, 4345.0, 4373.0, 4334.0, 4354.0, 4333.0, 4345.0, 4373.0, 4344.0, 4373.0, 4335.0, 4356.0, 4333.0, 4345.0, 4373.0, 4332.0, 4356.0, 4333.0, 4334.0, 4375.0, 4333.0, 4354.0, 4322.0, 4358.0, 4347.0, 4357.0, 4376.0, 4348.0, 4367.0, 4350.0, 4378.0, 4371.0, 4389.0, 4361.0, 4373.0, 4383.0, 4380.0, 4378.0, 4395.0, 4351.0, 4372.0, 4330.0, 4350.0, 4311.0, 4352.0, 4324.0, 4354.0, 4312.0, 4343.0, 4351.0, 4334.0, 4362.0, 4334.0, 4355.0, 4312.0, 4345.0, 4363.0, 4321.0, 4364.0, 4325.0, 4355.0, 4324.0, 4346.0, 4363.0, 4335.0, 4365.0, 4323.0, 4344.0, 4322.0, 4335.0, 4353.0, 4335.0, 4387.0, 4335.0, 4367.0, 4334.0, 4356.0, 4334.0, 4345.0, 4384.0, 4334.0, 4372.0, 4333.0, 4364.0, 4324.0, 4344.0, 4363.0, 4333.0, 4362.0, 4321.0, 4353.0, 4332.0, 4343.0, 4342.0, 4323.0, 4351.0, 4321.0, 4341.0, 4301.0, 4332.0, 4362.0, 4334.0, 4362.0, 4324.0, 4354.0, 4334.0, 4356.0, 4334.0, 4345.0, 4388.0, 4356.0, 4375.0, 4334.0, 4354.0, 4313.0, 4346.0, 4373.0, 4345.0, 4384.0, 4334.0, 4354.0, 4324.0, 4356.0, 4323.0, 4336.0, 4374.0, 4349.0, 4378.0, 4337.0, 4366.0, 4335.0, 4346.0, 4383.0, 4346.0, 4376.0, 4324.0, 4356.0, 4335.0, 4346.0, 4364.0, 4346.0, 4376.0, 4335.0, 4367.0, 4326.0, 4356.0, 4343.0, 4371.0, 4386.0, 4345.0, 4374.0, 4324.0, 4355.0, 4354.0, 4335.0, 4372.0, 4343.0, 4362.0, 4323.0, 4354.0, 4322.0, 4334.0, 4373.0, 4335.0, 4375.0, 4324.0, 4344.0, 4325.0, 4346.0, 4343.0, 4334.0, 4374.0, 4345.0, 4374.0, 4324.0, 4355.0, 4323.0, 4335.0, 4372.0, 4334.0, 4364.0, 4322.0, 4343.0, 4311.0, 4334.0, 4331.0, 4333.0, 4373.0, 4347.0, 4353.0, 4323.0, 4343.0, 4321.0, 4346.0, 4373.0, 4334.0, 4363.0, 4323.0, 4344.0, 4323.0, 4356.0, 4334.0, 4346.0, 4388.0, 4346.0, 4363.0, 4334.0, 4362.0, 4334.0, 4354.0, 4322.0, 4343.0, 4362.0, 4344.0, 4373.0, 4343.0, 4363.0, 4332.0, 4352.0, 4311.0, 4342.0, 4350.0, 4331.0, 4371.0, 4341.0, 4361.0, 4321.0, 4342.0, 4310.0, 4330.0, 4351.0, 4342.0, 4360.0, 4332.0, 4362.0, 4332.0, 4342.0, 4310.0, 4342.0, 4359.0, 4332.0, 4360.0, 4322.0, 4342.0, 4311.0, 4341.0, 4310.0, 4333.0, 4362.0, 4323.0, 4352.0, 4324.0, 4343.0, 4322.0, 4334.0, 4323.0, 4334.0, 4373.0, 4325.0, 4353.0, 4312.0, 4344.0, 4313.0, 4345.0, 4353.0, 4323.0, 4352.0, 4323.0, 4356.0, 4336.0, 4348.0, 4366.0, 4336.0, 4366.0, 4335.0, 4366.0, 4326.0, 4357.0, 4356.0, 4337.0, 4374.0, 4345.0, 4377.0, 4325.0, 4356.0, 4334.0, 4345.0, 4374.0, 4360.0, 4376.0, 4324.0, 4354.0, 4323.0, 4335.0, 4363.0, 4334.0, 4362.0, 4334.0, 4354.0, 4323.0, 4345.0, 4343.0, 4334.0, 4362.0, 4324.0, 4379.0, 4325.0, 4356.0, 4332.0, 4335.0, 4373.0, 4335.0, 4353.0, 4324.0, 4345.0, 4323.0, 4336.0, 4373.0, 4345.0, 4374.0, 4335.0, 4355.0, 4313.0, 4355.0, 4374.0, 4334.0, 4373.0, 4334.0, 4353.0, 4323.0, 4357.0, 4347.0, 4356.0, 4365.0, 4336.0, 4365.0, 4336.0, 4377.0, 4336.0, 4359.0, 4344.0, 4345.0, 4372.0, 4333.0, 4364.0, 4334.0, 4356.0, 4312.0, 4345.0, 4361.0, 4348.0, 4364.0, 4334.0, 4344.0, 4323.0, 4345.0, 4322.0, 4345.0, 4375.0, 4345.0, 4374.0, 4335.0, 4355.0, 4325.0, 4355.0, 4346.0, 4360.0, 4365.0, 4345.0, 4363.0, 4333.0, 4373.0, 4323.0, 4345.0, 4323.0, 4344.0, 4371.0, 4331.0, 4362.0, 4321.0, 4341.0, 4301.0, 4333.0, 4331.0, 4322.0, 4350.0, 4322.0, 4342.0, 4323.0, 4344.0, 4313.0, 4334.0, 4352.0, 4334.0, 4375.0, 4323.0, 4353.0, 4323.0, 4344.0, 4332.0, 4335.0, 4387.0, 4335.0, 4354.0, 4325.0, 4357.0, 4326.0, 4359.0, 4366.0, 4347.0, 4387.0, 4336.0, 4365.0, 4324.0, 4356.0, 4363.0, 4345.0, 4373.0, 4335.0, 4343.0, 4322.0, 4343.0, 4310.0, 4335.0, 4343.0, 4334.0, 4362.0, 4322.0, 4342.0, 4313.0, 4346.0, 4333.0, 4335.0, 4387.0, 4335.0, 4354.0, 4325.0, 4345.0, 4322.0, 4346.0, 4344.0, 4334.0, 4374.0, 4346.0, 4366.0, 4324.0, 4354.0, 4324.0, 4345.0, 4353.0, 4333.0, 4375.0, 4334.0, 4355.0, 4325.0, 4346.0, 4323.0, 4346.0, 4385.0, 4345.0, 4374.0, 4325.0, 4343.0, 4314.0, 4371.0, 4345.0, 4358.0, 4385.0, 4335.0, 4355.0, 4324.0, 4355.0, 4335.0, 4347.0, 4343.0, 4335.0, 4374.0, 4335.0, 4365.0, 4324.0, 4344.0, 4322.0, 4344.0, 4364.0, 4336.0, 4374.0, 4334.0, 4355.0, 4334.0, 4346.0, 4323.0, 4347.0, 4366.0, 4347.0, 4377.0, 4335.0, 4355.0, 4324.0, 4356.0, 4354.0, 4345.0, 4363.0, 4335.0, 4363.0, 4331.0, 4366.0, 4334.0, 4343.0, 4322.0, 4334.0, 4351.0, 4333.0, 4352.0, 4334.0, 4343.0, 4323.0, 4345.0, 4322.0, 4347.0, 4374.0, 4336.0, 4353.0, 4334.0, 4343.0, 4323.0, 4344.0, 4323.0, 4335.0, 4373.0, 4334.0, 4342.0, 4311.0, 4344.0, 4313.0, 4334.0, 4323.0, 4336.0, 4364.0, 4348.0, 4389.0, 4347.0, 4376.0, 4326.0, 4356.0, 4356.0, 4347.0, 4386.0, 4355.0, 4375.0, 4335.0, 4354.0, 4324.0, 4355.0, 4334.0, 4345.0, 4363.0, 4335.0, 4362.0, 4347.0, 4366.0, 4323.0, 4345.0, 4321.0, 4335.0, 4374.0, 4334.0, 4363.0, 4334.0, 4343.0, 4323.0, 4344.0, 4363.0, 4334.0, 4372.0, 4323.0, 4353.0, 4324.0, 4343.0, 4332.0, 4333.0, 4372.0, 4332.0, 4361.0, 4321.0, 4342.0, 4310.0, 4333.0, 4362.0, 4333.0, 4365.0, 4322.0, 4342.0, 4312.0, 4334.0, 4342.0, 4334.0], 'WindowWidth': [9770.0, 9689.0, 9685.0, 9700.0, 9637.0, 9637.0, 9683.0, 9623.0, 9639.0, 9621.0, 9627.0, 9666.0, 9600.0, 9620.0, 9646.0, 9615.0, 9618.0, 9622.0, 9602.0, 9617.0, 9595.0, 9604.0, 9642.0, 9600.0, 9600.0, 9604.0, 9607.0, 9642.0, 9594.0, 9617.0, 9623.0, 9602.0, 9606.0, 9598.0, 9604.0, 9641.0, 9617.0, 9627.0, 9648.0, 9625.0, 9622.0, 9619.0, 9610.0, 9623.0, 9617.0, 9637.0, 9626.0, 9657.0, 9620.0, 9615.0, 9661.0, 9620.0, 9617.0, 9601.0, 9620.0, 9602.0, 9616.0, 9599.0, 9592.0, 9678.0, 9627.0, 9637.0, 9622.0, 9621.0, 9605.0, 9607.0, 9604.0, 9610.0, 9664.0, 9610.0, 9650.0, 9652.0, 9610.0, 9619.0, 9564.0, 9607.0, 9588.0, 9567.0, 9592.0, 9577.0, 9606.0, 9603.0, 9612.0, 9626.0, 9627.0, 9643.0, 9681.0, 9637.0, 9632.0, 9613.0, 9633.0, 9649.0, 9622.0, 9668.0, 9608.0, 9641.0, 9669.0, 9636.0, 9658.0, 9617.0, 9659.0, 9685.0, 9624.0, 9651.0, 9612.0, 9627.0, 9608.0, 9645.0, 9656.0, 9645.0, 9687.0, 9594.0, 9621.0, 9639.0, 9599.0, 9632.0, 9582.0, 9586.0, 9623.0, 9588.0, 9619.0, 9589.0, 9607.0, 9630.0, 9587.0, 9619.0, 9625.0, 9590.0, 9647.0, 9586.0, 9616.0, 9590.0, 9596.0, 9631.0, 9585.0, 9625.0, 9661.0, 9605.0, 9615.0, 9581.0, 9587.0, 9621.0, 9585.0, 9623.0, 9589.0, 9606.0, 9587.0, 9589.0, 9623.0, 9584.0, 9615.0, 9595.0, 9587.0, 9625.0, 9585.0, 9618.0, 9636.0, 9583.0, 9620.0, 9584.0, 9602.0, 9581.0, 9571.0, 9609.0, 9570.0, 9606.0, 9597.0, 9591.0, 9601.0, 9589.0, 9608.0, 9614.0, 9622.0, 9646.0, 9602.0, 9619.0, 9631.0, 9629.0, 9649.0, 9590.0, 9604.0, 9637.0, 9586.0, 9627.0, 9582.0, 9595.0, 9571.0, 9605.0, 9625.0, 9582.0, 9597.0, 9604.0, 9579.0, 9603.0, 9562.0, 9592.0, 9584.0, 9564.0, 9623.0, 9566.0, 9594.0, 9567.0, 9585.0, 9583.0, 9605.0, 9630.0, 9610.0, 9636.0, 9608.0, 9620.0, 9588.0, 9610.0, 9627.0, 9604.0, 9642.0, 9588.0, 9614.0, 9586.0, 9615.0, 9583.0, 9587.0, 9583.0, 9602.0, 9639.0, 9598.0, 9630.0, 9589.0, 9599.0, 9588.0, 9620.0, 9609.0, 9586.0, 9610.0, 9580.0, 9600.0, 9622.0, 9585.0, 9610.0, 9585.0, 9601.0, 9584.0, 9609.0, 9648.0, 9612.0, 9625.0, 9596.0, 9614.0, 9645.0, 9608.0, 9675.0, 9597.0, 9626.0, 9643.0, 9593.0, 9630.0, 9612.0, 9651.0, 9616.0, 9655.0, 9593.0, 9609.0, 9643.0, 9603.0, 9634.0, 9585.0, 9610.0, 9643.0, 9592.0, 9620.0, 9584.0, 9600.0, 9587.0, 9595.0, 9644.0, 9588.0, 9636.0, 9627.0, 9604.0, 9640.0, 9592.0, 9618.0, 9586.0, 9606.0, 9640.0, 9603.0, 9640.0, 9594.0, 9623.0, 9587.0, 9605.0, 9641.0, 9584.0, 9621.0, 9588.0, 9591.0, 9647.0, 9588.0, 9615.0, 9570.0, 9631.0, 9614.0, 9628.0, 9649.0, 9614.0, 9641.0, 9624.0, 9657.0, 9652.0, 9674.0, 9642.0, 9664.0, 9673.0, 9665.0, 9660.0, 9675.0, 9607.0, 9637.0, 9576.0, 9602.0, 9553.0, 9609.0, 9578.0, 9618.0, 9556.0, 9599.0, 9606.0, 9592.0, 9625.0, 9592.0, 9619.0, 9557.0, 9608.0, 9626.0, 9572.0, 9628.0, 9580.0, 9620.0, 9578.0, 9610.0, 9628.0, 9593.0, 9633.0, 9573.0, 9602.0, 9572.0, 9595.0, 9615.0, 9595.0, 9666.0, 9596.0, 9638.0, 9592.0, 9623.0, 9592.0, 9609.0, 9658.0, 9591.0, 9640.0, 9589.0, 9632.0, 9575.0, 9603.0, 9625.0, 9586.0, 9623.0, 9568.0, 9613.0, 9581.0, 9599.0, 9594.0, 9572.0, 9606.0, 9568.0, 9596.0, 9540.0, 9586.0, 9624.0, 9589.0, 9627.0, 9579.0, 9617.0, 9591.0, 9622.0, 9589.0, 9608.0, 9671.0, 9625.0, 9648.0, 9593.0, 9619.0, 9561.0, 9611.0, 9642.0, 9606.0, 9658.0, 9593.0, 9619.0, 9579.0, 9622.0, 9574.0, 9596.0, 9645.0, 9622.0, 9658.0, 9604.0, 9641.0, 9596.0, 9612.0, 9658.0, 9611.0, 9650.0, 9580.0, 9624.0, 9596.0, 9611.0, 9630.0, 9610.0, 9650.0, 9595.0, 9639.0, 9585.0, 9623.0, 9602.0, 9656.0, 9666.0, 9607.0, 9644.0, 9578.0, 9622.0, 9615.0, 9591.0, 9638.0, 9601.0, 9625.0, 9574.0, 9617.0, 9571.0, 9591.0, 9642.0, 9593.0, 9645.0, 9577.0, 9605.0, 9580.0, 9610.0, 9602.0, 9592.0, 9645.0, 9607.0, 9644.0, 9579.0, 9621.0, 9575.0, 9592.0, 9639.0, 9589.0, 9628.0, 9572.0, 9601.0, 9556.0, 9589.0, 9580.0, 9586.0, 9641.0, 9614.0, 9615.0, 9574.0, 9599.0, 9570.0, 9609.0, 9643.0, 9591.0, 9628.0, 9576.0, 9603.0, 9575.0, 9622.0, 9591.0, 9611.0, 9672.0, 9612.0, 9630.0, 9594.0, 9628.0, 9592.0, 9619.0, 9571.0, 9603.0, 9626.0, 9604.0, 9643.0, 9603.0, 9628.0, 9585.0, 9613.0, 9554.0, 9597.0, 9604.0, 9583.0, 9635.0, 9594.0, 9622.0, 9568.0, 9599.0, 9553.0, 9580.0, 9605.0, 9599.0, 9619.0, 9584.0, 9624.0, 9584.0, 9597.0, 9553.0, 9596.0, 9615.0, 9583.0, 9618.0, 9571.0, 9598.0, 9557.0, 9596.0, 9551.0, 9590.0, 9624.0, 9575.0, 9612.0, 9577.0, 9601.0, 9573.0, 9590.0, 9575.0, 9592.0, 9642.0, 9579.0, 9615.0, 9560.0, 9604.0, 9564.0, 9609.0, 9616.0, 9576.0, 9614.0, 9578.0, 9626.0, 9600.0, 9620.0, 9640.0, 9600.0, 9638.0, 9596.0, 9640.0, 9584.0, 9630.0, 9625.0, 9600.0, 9645.0, 9609.0, 9652.0, 9583.0, 9627.0, 9593.0, 9609.0, 9644.0, 9637.0, 9652.0, 9577.0, 9619.0, 9576.0, 9595.0, 9630.0, 9592.0, 9627.0, 9591.0, 9619.0, 9576.0, 9609.0, 9603.0, 9593.0, 9626.0, 9577.0, 9662.0, 9583.0, 9625.0, 9587.0, 9594.0, 9643.0, 9593.0, 9616.0, 9579.0, 9609.0, 9577.0, 9598.0, 9645.0, 9608.0, 9646.0, 9596.0, 9623.0, 9561.0, 9622.0, 9644.0, 9591.0, 9643.0, 9592.0, 9617.0, 9578.0, 9631.0, 9616.0, 9628.0, 9637.0, 9601.0, 9635.0, 9600.0, 9655.0, 9598.0, 9635.0, 9606.0, 9609.0, 9642.0, 9591.0, 9632.0, 9592.0, 9625.0, 9557.0, 9608.0, 9623.0, 9619.0, 9631.0, 9590.0, 9601.0, 9574.0, 9607.0, 9572.0, 9606.0, 9646.0, 9608.0, 9644.0, 9595.0, 9621.0, 9580.0, 9622.0, 9608.0, 9635.0, 9634.0, 9607.0, 9627.0, 9589.0, 9643.0, 9573.0, 9604.0, 9574.0, 9602.0, 9634.0, 9582.0, 9624.0, 9568.0, 9595.0, 9541.0, 9586.0, 9580.0, 9571.0, 9605.0, 9571.0, 9598.0, 9573.0, 9605.0, 9562.0, 9590.0, 9611.0, 9589.0, 9645.0, 9575.0, 9615.0, 9575.0, 9604.0, 9584.0, 9594.0, 9666.0, 9594.0, 9618.0, 9582.0, 9625.0, 9582.0, 9631.0, 9637.0, 9615.0, 9668.0, 9598.0, 9633.0, 9576.0, 9622.0, 9625.0, 9605.0, 9640.0, 9591.0, 9600.0, 9571.0, 9599.0, 9552.0, 9591.0, 9600.0, 9591.0, 9628.0, 9574.0, 9600.0, 9560.0, 9607.0, 9586.0, 9593.0, 9668.0, 9593.0, 9617.0, 9578.0, 9605.0, 9574.0, 9610.0, 9603.0, 9590.0, 9645.0, 9607.0, 9632.0, 9576.0, 9617.0, 9576.0, 9605.0, 9613.0, 9589.0, 9645.0, 9591.0, 9619.0, 9580.0, 9609.0, 9573.0, 9610.0, 9660.0, 9606.0, 9643.0, 9579.0, 9602.0, 9563.0, 9652.0, 9607.0, 9630.0, 9662.0, 9593.0, 9619.0, 9577.0, 9620.0, 9594.0, 9612.0, 9601.0, 9592.0, 9643.0, 9591.0, 9633.0, 9576.0, 9604.0, 9573.0, 9605.0, 9630.0, 9595.0, 9645.0, 9592.0, 9620.0, 9592.0, 9610.0, 9575.0, 9614.0, 9637.0, 9613.0, 9653.0, 9595.0, 9623.0, 9577.0, 9624.0, 9617.0, 9606.0, 9629.0, 9594.0, 9627.0, 9583.0, 9638.0, 9591.0, 9601.0, 9571.0, 9589.0, 9608.0, 9588.0, 9613.0, 9591.0, 9601.0, 9575.0, 9607.0, 9573.0, 9616.0, 9645.0, 9594.0, 9613.0, 9590.0, 9602.0, 9575.0, 9604.0, 9573.0, 9594.0, 9639.0, 9590.0, 9598.0, 9553.0, 9602.0, 9559.0, 9588.0, 9576.0, 9597.0, 9632.0, 9616.0, 9673.0, 9614.0, 9651.0, 9583.0, 9623.0, 9621.0, 9613.0, 9663.0, 9620.0, 9646.0, 9591.0, 9618.0, 9576.0, 9620.0, 9588.0, 9605.0, 9628.0, 9590.0, 9623.0, 9612.0, 9634.0, 9574.0, 9603.0, 9567.0, 9592.0, 9642.0, 9588.0, 9626.0, 9590.0, 9602.0, 9573.0, 9603.0, 9625.0, 9589.0, 9636.0, 9573.0, 9612.0, 9574.0, 9599.0, 9581.0, 9586.0, 9637.0, 9581.0, 9619.0, 9566.0, 9595.0, 9549.0, 9585.0, 9621.0, 9584.0, 9632.0, 9571.0, 9595.0, 9554.0, 9589.0, 9596.0, 9589.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.005498181818181819</td></tr>
<tr><td colspan=3>aqi</td><td>0.027058160644418867</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.45696346432028</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.274733791463133</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0483263989631322</td></tr>
<tr><td colspan=3>efc</td><td>0.4642</td></tr>
<tr><td colspan=3>fber</td><td>6676.0483</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09619850340796111</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>42</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.833141542002301</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4404521137043718</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4382885782303068</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6206752102455066</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2623925526373023</td></tr>
<tr><td colspan=3>gcor</td><td>0.0063105</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011777374893426895</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023093799129128456</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.820641196721069</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>28.2191</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.5216</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>167.034</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302063.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>749.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>325.1253</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4552</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>553.7201</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3561.6607</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3792.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74481.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1076.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4656.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>992.4969</td></tr>
<tr><td colspan=3>tsnr</td><td>40.572290542535484</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>