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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_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-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-04_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-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-04_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-01/func/sub-0013_ses-01_task-social_acq-mb8_run-04_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>cfd064ca54166abc53394d1b487ad762</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:24:41.772500</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.999342, -0.0303217, 0.0198919, 0.0310564, 0.998805, -0.0377283]</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_brain_imaging_center</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-04_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.0953377</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4136, -7743, -7206, 596, -167, -73, 61, 47]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</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>248.235</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0c3aa94e-cb47-4e39-910f-5ad0e302705f||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.681162118911743, 0.08332211524248123, 0.05055532231926918, 111.98036193847656], [0.08135098218917847, 2.6797215938568115, -0.10346739739179611, -85.8604965209961], [0.05336863920092583, 0.10122228413820267, 2.697542905807495, -50.54878616333008], [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': ['102441.772500', '102442.232500', '102442.692500', '102443.152500', '102443.612500', '102444.072500', '102444.532500', '102444.992500', '102445.452500', '102445.912500', '102446.372500', '102446.832500', '102447.292500', '102447.752500', '102448.212500', '102448.672500', '102449.132500', '102449.592500', '102450.052500', '102450.512500', '102450.972500', '102451.432500', '102451.892500', '102452.352500', '102452.812500', '102453.272500', '102453.732500', '102454.192500', '102454.652500', '102455.112500', '102455.572500', '102456.032500', '102456.492500', '102456.952500', '102457.412500', '102457.872500', '102458.332500', '102458.792500', '102459.252500', '102459.712500', '102500.172500', '102500.632500', '102501.092500', '102501.552500', '102502.012500', '102502.472500', '102502.932500', '102503.392500', '102503.852500', '102504.312500', '102504.772500', '102505.232500', '102505.692500', '102506.152500', '102506.612500', '102507.072500', '102507.532500', '102507.992500', '102508.452500', '102508.912500', '102509.372500', '102509.832500', '102510.292500', '102510.752500', '102511.212500', '102511.672500', '102512.132500', '102512.592500', '102513.052500', '102513.512500', '102513.972500', '102514.432500', '102514.892500', '102515.352500', '102515.812500', '102516.272500', '102516.732500', '102517.192500', '102517.652500', '102518.112500', '102518.572500', '102519.032500', '102519.492500', '102519.952500', '102520.412500', '102520.872500', '102521.332500', '102521.792500', '102522.252500', '102522.712500', '102523.172500', '102523.632500', '102524.092500', '102524.552500', '102525.012500', '102525.472500', '102525.932500', '102526.392500', '102526.852500', '102527.312500', '102527.772500', '102528.232500', '102528.692500', '102529.152500', '102529.612500', '102530.072500', '102530.532500', '102530.992500', '102531.452500', '102531.912500', '102532.372500', '102532.832500', '102533.292500', '102533.752500', '102534.212500', '102534.672500', '102535.132500', '102535.592500', '102536.052500', '102536.512500', '102536.972500', '102537.432500', '102537.892500', '102538.352500', '102538.812500', '102539.272500', '102539.732500', '102540.192500', '102540.652500', '102541.112500', '102541.572500', '102542.032500', '102542.492500', '102542.952500', '102543.412500', '102543.872500', '102544.332500', '102544.792500', '102545.252500', '102545.712500', '102546.172500', '102546.632500', '102547.092500', '102547.552500', '102548.012500', '102548.472500', '102548.932500', '102549.392500', '102549.852500', '102550.312500', '102550.772500', '102551.232500', '102551.692500', '102552.152500', '102552.612500', '102553.072500', '102553.532500', '102553.992500', '102554.452500', '102554.912500', '102555.372500', '102555.832500', '102556.292500', '102556.752500', '102557.212500', '102557.672500', '102558.132500', '102558.592500', '102559.052500', '102559.512500', '102559.972500', '102600.432500', '102600.892500', '102601.352500', '102601.812500', '102602.272500', '102602.732500', '102603.192500', '102603.652500', '102604.112500', '102604.572500', '102605.032500', '102605.492500', '102605.952500', '102606.412500', '102606.872500', '102607.332500', '102607.792500', '102608.252500', '102608.712500', '102609.172500', '102609.632500', '102610.092500', '102610.552500', '102611.012500', '102611.472500', '102611.932500', '102612.392500', '102612.852500', '102613.312500', '102613.772500', '102614.232500', '102614.692500', '102615.152500', '102615.612500', '102616.072500', '102616.532500', '102616.992500', '102617.452500', '102617.912500', '102618.372500', '102618.832500', '102619.292500', '102619.752500', '102620.212500', '102620.672500', '102621.132500', '102621.592500', '102622.052500', '102622.512500', '102622.972500', '102623.432500', '102623.892500', '102624.352500', '102624.812500', '102625.272500', '102625.732500', '102626.192500', '102626.652500', '102627.112500', '102627.572500', '102628.032500', '102628.492500', '102628.952500', '102629.412500', '102629.872500', '102630.332500', '102630.792500', '102631.252500', '102631.712500', '102632.172500', '102632.632500', '102633.092500', '102633.552500', '102634.012500', '102634.472500', '102634.932500', '102635.392500', '102635.852500', '102636.312500', '102636.772500', '102637.232500', '102637.692500', '102638.152500', '102638.612500', '102639.072500', '102639.532500', '102639.992500', '102640.452500', '102640.912500', '102641.372500', '102641.832500', '102642.292500', '102642.752500', '102643.212500', '102643.672500', '102644.132500', '102644.592500', '102645.052500', '102645.512500', '102645.972500', '102646.432500', '102646.892500', '102647.352500', '102647.812500', '102648.272500', '102648.732500', '102649.192500', '102649.652500', '102650.112500', '102650.572500', '102651.032500', '102651.492500', '102651.952500', '102652.412500', '102652.872500', '102653.332500', '102653.792500', '102654.252500', '102654.712500', '102655.172500', '102655.632500', '102656.092500', '102656.552500', '102657.012500', '102657.472500', '102657.932500', '102658.392500', '102658.852500', '102659.312500', '102659.772500', '102700.232500', '102700.692500', '102701.152500', '102701.612500', '102702.072500', '102702.532500', '102702.992500', '102703.452500', '102703.912500', '102704.372500', '102704.832500', '102705.292500', '102705.752500', '102706.212500', '102706.672500', '102707.132500', '102707.592500', '102708.052500', '102708.512500', '102708.972500', '102709.432500', '102709.892500', '102710.352500', '102710.812500', '102711.272500', '102711.732500', '102712.192500', '102712.652500', '102713.112500', '102713.572500', '102714.032500', '102714.492500', '102714.952500', '102715.412500', '102715.872500', '102716.332500', '102716.792500', '102717.252500', '102717.712500', '102718.172500', '102718.632500', '102719.092500', '102719.552500', '102720.012500', '102720.472500', '102720.932500', '102721.392500', '102721.852500', '102722.312500', '102722.772500', '102723.232500', '102723.692500', '102724.152500', '102724.612500', '102725.072500', '102725.532500', '102725.992500', '102726.452500', '102726.912500', '102727.372500', '102727.832500', '102728.292500', '102728.752500', '102729.212500', '102729.672500', '102730.132500', '102730.592500', '102731.052500', '102731.512500', '102731.972500', '102732.432500', '102732.892500', '102733.352500', '102733.812500', '102734.272500', '102734.732500', '102735.192500', '102735.652500', '102736.112500', '102736.572500', '102737.032500', '102737.492500', '102737.952500', '102738.412500', '102738.872500', '102739.332500', '102739.792500', '102740.252500', '102740.712500', '102741.172500', '102741.632500', '102742.092500', '102742.552500', '102743.012500', '102743.472500', '102743.932500', '102744.392500', '102744.852500', '102745.312500', '102745.772500', '102746.232500', '102746.692500', '102747.152500', '102747.612500', '102748.072500', '102748.532500', '102748.992500', '102749.452500', '102749.912500', '102750.372500', '102750.832500', '102751.292500', '102751.752500', '102752.212500', '102752.672500', '102753.132500', '102753.592500', '102754.052500', '102754.512500', '102754.972500', '102755.432500', '102755.892500', '102756.352500', '102756.812500', '102757.272500', '102757.732500', '102758.192500', '102758.652500', '102759.112500', '102759.572500', '102800.032500', '102800.492500', '102800.952500', '102801.412500', '102801.872500', '102802.332500', '102802.792500', '102803.252500', '102803.712500', '102804.172500', '102804.632500', '102805.092500', '102805.552500', '102806.012500', '102806.472500', '102806.932500', '102807.392500', '102807.852500', '102808.312500', '102808.772500', '102809.232500', '102809.692500', '102810.152500', '102810.612500', '102811.072500', '102811.532500', '102811.992500', '102812.452500', '102812.912500', '102813.372500', '102813.832500', '102814.292500', '102814.752500', '102815.212500', '102815.672500', '102816.132500', '102816.592500', '102817.052500', '102817.512500', '102817.972500', '102818.432500', '102818.892500', '102819.352500', '102819.812500', '102820.272500', '102820.732500', '102821.192500', '102821.652500', '102822.112500', '102822.572500', '102823.032500', '102823.492500', '102823.952500', '102824.412500', '102824.872500', '102825.332500', '102825.792500', '102826.252500', '102826.712500', '102827.172500', '102827.632500', '102828.092500', '102828.552500', '102829.012500', '102829.472500', '102829.932500', '102830.392500', '102830.852500', '102831.312500', '102831.772500', '102832.232500', '102832.692500', '102833.152500', '102833.612500', '102834.072500', '102834.532500', '102834.992500', '102835.452500', '102835.912500', '102836.372500', '102836.832500', '102837.292500', '102837.752500', '102838.212500', '102838.672500', '102839.132500', '102839.592500', '102840.052500', '102840.512500', '102840.972500', '102841.432500', '102841.892500', '102842.352500', '102842.812500', '102843.272500', '102843.732500', '102844.192500', '102844.652500', '102845.112500', '102845.572500', '102846.032500', '102846.492500', '102846.952500', '102847.412500', '102847.872500', '102848.332500', '102848.792500', '102849.252500', '102849.712500', '102850.172500', '102850.632500', '102851.092500', '102851.552500', '102852.012500', '102852.472500', '102852.932500', '102853.392500', '102853.852500', '102854.312500', '102854.772500', '102855.232500', '102855.692500', '102856.152500', '102856.612500', '102857.072500', '102857.532500', '102857.992500', '102858.452500', '102858.912500', '102859.372500', '102859.832500', '102900.292500', '102900.752500', '102901.212500', '102901.672500', '102902.132500', '102902.592500', '102903.052500', '102903.512500', '102903.972500', '102904.432500', '102904.892500', '102905.352500', '102905.812500', '102906.272500', '102906.732500', '102907.192500', '102907.652500', '102908.112500', '102908.572500', '102909.032500', '102909.492500', '102909.952500', '102910.412500', '102910.872500', '102911.332500', '102911.792500', '102912.252500', '102912.712500', '102913.172500', '102913.632500', '102914.092500', '102914.552500', '102915.012500', '102915.472500', '102915.932500', '102916.392500', '102916.852500', '102917.312500', '102917.772500', '102918.232500', '102918.692500', '102919.152500', '102919.612500', '102920.072500', '102920.532500', '102920.992500', '102921.452500', '102921.912500', '102922.372500', '102922.832500', '102923.292500', '102923.752500', '102924.212500', '102924.672500', '102925.132500', '102925.592500', '102926.052500', '102926.512500', '102926.972500', '102927.432500', '102927.892500', '102928.352500', '102928.812500', '102929.272500', '102929.732500', '102930.192500', '102930.652500', '102931.112500', '102931.572500', '102932.032500', '102932.492500', '102932.952500', '102933.412500', '102933.872500', '102934.332500', '102934.792500', '102935.252500', '102935.712500', '102936.172500', '102936.632500', '102937.092500', '102937.552500', '102938.012500', '102938.472500', '102938.932500', '102939.392500', '102939.852500', '102940.312500', '102940.772500', '102941.232500', '102941.692500', '102942.152500', '102942.612500', '102943.072500', '102943.532500', '102943.992500', '102944.452500', '102944.912500', '102945.372500', '102945.832500', '102946.292500', '102946.752500', '102947.212500', '102947.672500', '102948.132500', '102948.592500', '102949.052500', '102949.512500', '102949.972500', '102950.432500', '102950.892500', '102951.352500', '102951.812500', '102952.272500', '102952.732500', '102953.192500', '102953.652500', '102954.112500', '102954.572500', '102955.032500', '102955.492500', '102955.952500', '102956.412500', '102956.872500', '102957.332500', '102957.792500', '102958.252500', '102958.712500', '102959.172500', '102959.632500', '103000.092500', '103000.552500', '103001.012500', '103001.472500', '103001.932500', '103002.392500', '103002.852500', '103003.312500', '103003.772500', '103004.232500', '103004.692500', '103005.152500', '103005.612500', '103006.072500', '103006.532500', '103006.992500', '103007.452500', '103007.912500', '103008.372500', '103008.832500', '103009.292500', '103009.752500', '103010.212500', '103010.672500', '103011.132500', '103011.592500', '103012.052500', '103012.512500', '103012.972500', '103013.432500', '103013.892500', '103014.352500', '103014.812500', '103015.272500', '103015.732500', '103016.192500', '103016.652500', '103017.112500', '103017.572500', '103018.032500', '103018.492500', '103018.952500', '103019.412500', '103019.872500', '103020.332500', '103020.792500', '103021.252500', '103021.712500', '103022.172500', '103022.632500', '103023.092500', '103023.552500', '103024.012500', '103024.472500', '103024.932500', '103025.392500', '103025.852500', '103026.312500', '103026.772500', '103027.232500', '103027.692500', '103028.152500', '103028.612500', '103029.072500', '103029.532500', '103029.992500', '103030.452500', '103030.912500', '103031.372500', '103031.832500', '103032.292500', '103032.752500', '103033.212500', '103033.672500', '103034.132500', '103034.592500', '103035.052500', '103035.512500', '103035.972500', '103036.432500', '103036.892500', '103037.352500', '103037.812500', '103038.272500', '103038.732500', '103039.192500', '103039.652500', '103040.112500', '103040.572500', '103041.032500', '103041.492500', '103041.952500', '103042.412500', '103042.872500', '103043.332500', '103043.792500', '103044.252500', '103044.712500', '103045.172500', '103045.632500', '103046.092500', '103046.552500', '103047.012500', '103047.472500', '103047.932500', '103048.392500', '103048.852500', '103049.312500', '103049.772500', '103050.232500', '103050.692500', '103051.152500', '103051.612500', '103052.072500', '103052.532500', '103052.992500', '103053.452500', '103053.912500', '103054.372500', '103054.832500', '103055.292500', '103055.752500', '103056.212500', '103056.672500', '103057.132500', '103057.592500', '103058.052500', '103058.512500', '103058.972500', '103059.432500', '103059.892500', '103100.352500', '103100.812500', '103101.272500', '103101.732500', '103102.192500', '103102.652500', '103103.112500', '103103.572500', '103104.032500', '103104.492500', '103104.952500', '103105.412500', '103105.872500', '103106.332500', '103106.792500', '103107.252500', '103107.712500', '103108.172500', '103108.632500', '103109.092500', '103109.552500', '103110.012500', '103110.472500', '103110.932500', '103111.392500', '103111.852500', '103112.312500', '103112.772500', '103113.232500', '103113.692500', '103114.152500', '103114.612500', '103115.072500', '103115.532500', '103115.992500', '103116.452500', '103116.912500', '103117.372500', '103117.832500', '103118.292500', '103118.752500', '103119.212500', '103119.672500', '103120.132500', '103120.592500', '103121.052500', '103121.512500', '103121.972500', '103122.432500'], 'ContentTime': ['102453.879000', '102453.883000', '102453.885000', '102453.888000', '102453.891000', '102453.894000', '102453.897000', '102453.900000', '102453.902000', '102453.910000', '102453.912000', '102453.915000', '102453.918000', '102453.921000', '102453.924000', '102453.933000', '102453.936000', '102453.938000', '102453.941000', '102453.944000', '102453.947000', '102453.950000', '102453.952000', '102453.955000', '102453.958000', '102513.854000', '102513.857000', '102513.860000', '102513.863000', '102513.866000', '102513.869000', '102513.872000', '102513.874000', '102513.877000', '102513.882000', '102513.885000', '102513.888000', '102513.891000', '102513.894000', '102513.896000', '102513.899000', '102513.902000', '102513.905000', '102513.908000', '102513.911000', '102513.914000', '102513.916000', '102513.919000', '102513.924000', '102513.929000', '102513.933000', '102513.935000', '102513.938000', '102513.941000', '102513.944000', '102513.963000', '102513.966000', '102513.969000', '102513.971000', '102513.974000', '102513.977000', '102513.980000', '102513.983000', '102513.986000', '102513.988000', '102513.991000', '102513.994000', '102513.997000', '102533.854000', '102533.857000', '102533.860000', '102533.862000', '102533.865000', '102533.868000', '102533.871000', '102533.874000', '102533.877000', '102533.880000', '102533.882000', '102533.885000', '102533.888000', '102533.891000', '102533.894000', '102533.897000', '102533.899000', '102533.902000', '102533.905000', '102533.908000', '102533.911000', '102533.914000', '102533.916000', '102533.919000', '102533.922000', '102533.925000', '102533.928000', '102533.931000', '102533.933000', '102533.936000', '102533.939000', '102533.942000', '102533.945000', '102533.948000', '102533.951000', '102533.953000', '102533.956000', '102533.959000', '102533.967000', '102533.970000', '102533.973000', '102533.976000', '102533.978000', '102533.981000', '102553.853000', '102553.856000', '102553.859000', '102553.862000', '102553.864000', '102553.867000', '102553.870000', '102553.873000', '102553.876000', '102553.879000', '102553.881000', '102553.884000', '102553.887000', '102553.890000', '102553.893000', '102553.896000', '102553.899000', '102553.901000', '102553.904000', '102553.907000', '102553.910000', '102553.913000', '102553.916000', '102553.918000', '102553.921000', '102553.924000', '102553.927000', '102553.930000', '102553.933000', '102553.936000', '102553.939000', '102553.941000', '102553.944000', '102553.947000', '102553.950000', '102553.953000', '102553.956000', '102553.959000', '102553.961000', '102553.965000', '102553.967000', '102553.970000', '102553.973000', '102613.853000', '102613.856000', '102613.859000', '102613.861000', '102613.864000', '102613.867000', '102613.870000', '102613.873000', '102613.876000', '102613.879000', '102613.881000', '102613.884000', '102613.887000', '102613.890000', '102613.893000', '102613.896000', '102613.899000', '102613.901000', '102613.904000', '102613.907000', '102613.910000', '102613.913000', '102613.915000', '102613.918000', '102613.921000', '102613.924000', '102613.927000', '102613.930000', '102613.933000', '102613.935000', '102613.938000', '102613.941000', '102613.944000', '102613.947000', '102613.950000', '102613.952000', '102613.955000', '102613.958000', '102613.961000', '102613.964000', '102613.967000', '102613.969000', '102613.972000', '102613.975000', '102633.853000', '102633.856000', '102633.859000', '102633.862000', '102633.864000', '102633.867000', '102633.870000', '102633.873000', '102633.876000', '102633.879000', '102633.881000', '102633.884000', '102633.887000', '102633.891000', '102633.894000', '102633.897000', '102633.900000', '102633.903000', '102633.906000', '102633.909000', '102633.912000', '102633.915000', '102633.917000', '102633.920000', '102633.923000', '102633.926000', '102633.929000', '102633.932000', '102633.935000', '102633.937000', '102633.940000', '102633.943000', '102633.947000', '102633.951000', '102633.955000', '102633.958000', '102633.960000', '102633.963000', '102633.966000', '102633.969000', '102633.972000', '102633.975000', '102633.978000', '102653.853000', '102653.857000', '102653.860000', '102653.863000', '102653.865000', '102653.868000', '102653.871000', '102653.874000', '102653.877000', '102653.880000', '102653.882000', '102653.885000', '102653.888000', '102653.891000', '102653.894000', '102653.897000', '102653.900000', '102653.903000', '102653.906000', '102653.909000', '102653.911000', '102653.915000', '102653.917000', '102653.920000', '102653.923000', '102653.926000', '102653.942000', '102653.945000', '102653.948000', '102653.951000', '102653.953000', '102653.956000', '102653.959000', '102653.962000', '102653.965000', '102653.968000', '102653.970000', '102653.973000', '102653.976000', '102653.979000', '102653.982000', '102653.985000', '102653.988000', '102653.990000', '102713.853000', '102713.856000', '102713.859000', '102713.862000', '102713.865000', '102713.868000', '102713.870000', '102713.873000', '102713.876000', '102713.879000', '102713.882000', '102713.885000', '102713.888000', '102713.891000', '102713.894000', '102713.897000', '102713.900000', '102713.902000', '102713.905000', '102713.908000', '102713.911000', '102713.914000', '102713.917000', '102713.920000', '102713.923000', '102713.926000', '102713.929000', '102713.932000', '102713.934000', '102713.937000', '102713.940000', '102713.943000', '102713.946000', '102713.949000', '102713.952000', '102713.954000', '102713.957000', '102713.960000', '102713.964000', '102713.967000', '102713.970000', '102713.973000', '102713.976000', '102733.853000', '102733.856000', '102733.859000', '102733.862000', '102733.864000', '102733.867000', '102733.870000', '102733.873000', '102733.876000', '102733.879000', '102733.882000', '102733.884000', '102733.888000', '102733.890000', '102733.893000', '102733.896000', '102733.899000', '102733.902000', '102733.905000', '102733.908000', '102733.911000', '102733.914000', '102733.917000', '102733.919000', '102733.923000', '102733.925000', '102733.928000', '102733.931000', '102733.934000', '102733.937000', '102733.940000', '102733.943000', '102733.946000', '102733.949000', '102733.951000', '102733.954000', '102733.957000', '102733.960000', '102733.963000', '102733.966000', '102733.969000', '102733.971000', '102733.974000', '102733.977000', '102753.854000', '102753.857000', '102753.860000', '102753.863000', '102753.865000', '102753.868000', '102753.871000', '102753.874000', '102753.877000', '102753.880000', '102753.882000', '102753.885000', '102753.888000', '102753.891000', '102753.894000', '102753.897000', '102753.899000', '102753.902000', '102753.905000', '102753.908000', '102753.911000', '102753.914000', '102753.916000', '102753.919000', '102753.922000', '102753.925000', '102753.928000', '102753.932000', '102753.935000', '102753.938000', '102753.941000', '102753.943000', '102753.946000', '102753.949000', '102753.952000', '102753.955000', '102753.958000', '102753.961000', '102753.964000', '102753.966000', '102753.969000', '102753.972000', '102753.975000', '102813.853000', '102813.856000', '102813.859000', '102813.862000', '102813.864000', '102813.867000', '102813.870000', '102813.873000', '102813.876000', '102813.879000', '102813.882000', '102813.885000', '102813.888000', '102813.891000', '102813.894000', '102813.897000', '102813.900000', '102813.903000', '102813.906000', '102813.909000', '102813.911000', '102813.914000', '102813.917000', '102813.920000', '102813.923000', '102813.926000', '102813.929000', '102813.932000', '102813.935000', '102813.938000', '102813.940000', '102813.943000', '102813.946000', '102813.949000', '102813.952000', '102813.955000', '102813.958000', '102813.960000', '102813.963000', '102813.966000', '102813.969000', '102813.972000', '102813.975000', '102813.978000', '102833.853000', '102833.856000', '102833.859000', '102833.862000', '102833.865000', '102833.868000', '102833.871000', '102833.887000', '102833.890000', '102833.893000', '102833.896000', '102833.899000', '102833.901000', '102833.904000', '102833.907000', '102833.910000', '102833.913000', '102833.916000', '102833.919000', '102833.922000', '102833.925000', '102833.928000', '102833.931000', '102833.934000', '102833.937000', '102833.940000', '102833.943000', '102833.946000', '102833.948000', '102833.951000', '102833.954000', '102833.957000', '102833.960000', '102833.963000', '102833.966000', '102833.969000', '102833.971000', '102833.974000', '102833.977000', '102833.980000', '102833.983000', '102833.986000', '102833.988000', '102853.853000', '102853.856000', '102853.859000', '102853.862000', '102853.865000', '102853.868000', '102853.871000', '102853.874000', '102853.876000', '102853.879000', '102853.882000', '102853.885000', '102853.888000', '102853.891000', '102853.894000', '102853.897000', '102853.900000', '102853.902000', '102853.906000', '102853.908000', '102853.911000', '102853.914000', '102853.917000', '102853.920000', '102853.923000', '102853.926000', '102853.929000', '102853.932000', '102853.935000', '102853.938000', '102853.940000', '102853.943000', '102853.946000', '102853.949000', '102853.952000', '102853.955000', '102853.957000', '102853.960000', '102853.963000', '102853.966000', '102853.969000', '102853.972000', '102853.975000', '102853.977000', '102913.853000', '102913.856000', '102913.859000', '102913.862000', '102913.865000', '102913.868000', '102913.871000', '102913.874000', '102913.877000', '102913.879000', '102913.882000', '102913.885000', '102913.888000', '102913.891000', '102913.894000', '102913.897000', '102913.900000', '102913.903000', '102913.905000', '102913.908000', '102913.911000', '102913.914000', '102913.917000', '102913.920000', '102913.923000', '102913.926000', '102913.929000', '102913.931000', '102913.935000', '102913.937000', '102913.940000', '102913.943000', '102913.946000', '102913.949000', '102913.952000', '102913.955000', '102913.958000', '102913.961000', '102913.963000', '102913.967000', '102913.970000', '102913.973000', '102913.976000', '102933.853000', '102933.856000', '102933.859000', '102933.862000', '102933.864000', '102933.868000', '102933.870000', '102933.873000', '102933.876000', '102933.879000', '102933.882000', '102933.885000', '102933.888000', '102933.891000', '102933.894000', '102933.896000', '102933.899000', '102933.902000', '102933.905000', '102933.908000', '102933.911000', '102933.914000', '102933.917000', '102933.920000', '102933.923000', '102933.926000', '102933.928000', '102933.931000', '102933.934000', '102933.937000', '102933.940000', '102933.943000', '102933.946000', '102933.949000', '102933.952000', '102933.954000', '102933.957000', '102933.960000', '102933.963000', '102933.966000', '102933.969000', '102933.972000', '102933.974000', '102933.977000', '102953.853000', '102953.856000', '102953.859000', '102953.862000', '102953.865000', '102953.867000', '102953.870000', '102953.873000', '102953.876000', '102953.879000', '102953.882000', '102953.885000', '102953.888000', '102953.891000', '102953.894000', '102953.897000', '102953.899000', '102953.902000', '102953.905000', '102953.908000', '102953.911000', '102953.914000', '102953.917000', '102953.920000', '102953.923000', '102953.926000', '102953.928000', '102953.932000', '102953.934000', '102953.937000', '102953.940000', '102953.943000', '102953.963000', '102953.966000', '102953.969000', '102953.972000', '102953.975000', '102953.978000', '102953.980000', '102953.983000', '102953.986000', '102953.989000', '102953.992000', '103013.854000', '103013.857000', '103013.860000', '103013.863000', '103013.866000', '103013.868000', '103013.871000', '103013.874000', '103013.877000', '103013.880000', '103013.883000', '103013.886000', '103013.889000', '103013.892000', '103013.895000', '103013.897000', '103013.900000', '103013.903000', '103013.906000', '103013.909000', '103013.912000', '103013.920000', '103013.923000', '103013.926000', '103013.929000', '103013.931000', '103013.934000', '103013.937000', '103013.940000', '103013.943000', '103013.946000', '103013.949000', '103013.952000', '103013.955000', '103013.958000', '103013.960000', '103013.963000', '103013.966000', '103013.969000', '103013.972000', '103013.975000', '103013.977000', '103013.980000', '103013.983000', '103033.853000', '103033.856000', '103033.859000', '103033.862000', '103033.865000', '103033.868000', '103033.871000', '103033.874000', '103033.876000', '103033.879000', '103033.882000', '103033.885000', '103033.888000', '103033.891000', '103033.894000', '103033.897000', '103033.900000', '103033.903000', '103033.906000', '103033.909000', '103033.911000', '103033.914000', '103033.917000', '103033.920000', '103033.923000', '103033.926000', '103033.929000', '103033.932000', '103033.935000', '103033.937000', '103033.940000', '103033.943000', '103033.946000', '103033.949000', '103033.952000', '103033.955000', '103033.958000', '103033.960000', '103033.963000', '103033.966000', '103033.971000', '103033.974000', '103033.976000', '103053.853000', '103053.856000', '103053.859000', '103053.862000', '103053.865000', '103053.868000', '103053.871000', '103053.874000', '103053.877000', '103053.879000', '103053.882000', '103053.885000', '103053.888000', '103053.891000', '103053.894000', '103053.897000', '103053.900000', '103053.903000', '103053.906000', '103053.908000', '103053.911000', '103053.914000', '103053.917000', '103053.920000', '103053.923000', '103053.926000', '103053.928000', '103053.931000', '103053.934000', '103053.937000', '103053.940000', '103053.943000', '103053.946000', '103053.948000', '103053.951000', '103053.954000', '103053.957000', '103053.960000', '103053.963000', '103053.966000', '103053.968000', '103053.971000', '103053.974000', '103113.853000', '103113.856000', '103113.859000', '103113.862000', '103113.865000', '103113.868000', '103113.871000', '103113.874000', '103113.877000', '103113.879000', '103113.882000', '103113.885000', '103113.888000', '103113.891000', '103113.894000', '103113.897000', '103113.900000', '103113.903000', '103113.906000', '103113.909000', '103113.912000', '103113.915000', '103113.918000', '103113.920000', '103113.923000', '103113.926000', '103113.929000', '103113.932000', '103113.935000', '103113.938000', '103113.941000', '103113.944000', '103113.947000', '103113.949000', '103113.952000', '103113.955000', '103113.958000', '103113.961000', '103113.964000', '103113.967000', '103113.969000', '103113.972000', '103113.975000', '103113.978000', '103123.368000', '103123.373000', '103123.382000', '103123.386000', '103123.389000', '103123.393000', '103123.396000', '103123.399000', '103123.402000', '103123.405000', '103123.407000', '103123.410000', '103123.413000', '103123.417000', '103123.420000', '103123.423000', '103123.426000', '103123.429000', '103123.432000', '103123.435000', '103123.438000'], 'InstanceCreationTime': ['102453.879000', '102453.883000', '102453.885000', '102453.888000', '102453.891000', '102453.894000', '102453.897000', '102453.900000', '102453.902000', '102453.910000', '102453.912000', '102453.915000', '102453.918000', '102453.921000', '102453.924000', '102453.933000', '102453.936000', '102453.938000', '102453.941000', '102453.944000', '102453.947000', '102453.950000', '102453.952000', '102453.955000', '102453.958000', '102513.854000', '102513.857000', '102513.860000', '102513.863000', '102513.866000', '102513.869000', '102513.872000', '102513.874000', '102513.877000', '102513.882000', '102513.885000', '102513.888000', '102513.891000', '102513.894000', '102513.896000', '102513.899000', '102513.902000', '102513.905000', '102513.908000', '102513.911000', '102513.914000', '102513.916000', '102513.919000', '102513.924000', '102513.929000', '102513.933000', '102513.935000', '102513.938000', '102513.941000', '102513.944000', '102513.963000', '102513.966000', '102513.969000', '102513.971000', '102513.974000', '102513.977000', '102513.980000', '102513.983000', '102513.986000', '102513.988000', '102513.991000', '102513.994000', '102513.997000', '102533.854000', '102533.857000', '102533.860000', '102533.862000', '102533.865000', '102533.868000', '102533.871000', '102533.874000', '102533.877000', '102533.880000', '102533.882000', '102533.885000', '102533.888000', '102533.891000', '102533.894000', '102533.897000', '102533.899000', '102533.902000', '102533.905000', '102533.908000', '102533.911000', '102533.914000', '102533.916000', '102533.919000', '102533.922000', '102533.925000', '102533.928000', '102533.931000', '102533.933000', '102533.936000', '102533.939000', '102533.942000', '102533.945000', '102533.948000', '102533.951000', '102533.953000', '102533.956000', '102533.959000', '102533.967000', '102533.970000', '102533.973000', '102533.976000', '102533.978000', '102533.981000', '102553.853000', '102553.856000', '102553.859000', '102553.862000', '102553.864000', '102553.867000', '102553.870000', '102553.873000', '102553.876000', '102553.879000', '102553.881000', '102553.884000', '102553.887000', '102553.890000', '102553.893000', '102553.896000', '102553.899000', '102553.901000', '102553.904000', '102553.907000', '102553.910000', '102553.913000', '102553.916000', '102553.918000', '102553.921000', '102553.924000', '102553.927000', '102553.930000', '102553.933000', '102553.936000', '102553.939000', '102553.941000', '102553.944000', '102553.947000', '102553.950000', '102553.953000', '102553.956000', '102553.959000', '102553.961000', '102553.965000', '102553.967000', '102553.970000', '102553.973000', '102613.853000', '102613.856000', '102613.859000', '102613.861000', '102613.864000', '102613.867000', '102613.870000', '102613.873000', '102613.876000', '102613.879000', '102613.881000', '102613.884000', '102613.887000', '102613.890000', '102613.893000', '102613.896000', '102613.899000', '102613.901000', '102613.904000', '102613.907000', '102613.910000', '102613.913000', '102613.915000', '102613.918000', '102613.921000', '102613.924000', '102613.927000', '102613.930000', '102613.933000', '102613.935000', '102613.938000', '102613.941000', '102613.944000', '102613.947000', '102613.950000', '102613.952000', '102613.955000', '102613.958000', '102613.961000', '102613.964000', '102613.967000', '102613.969000', '102613.972000', '102613.975000', '102633.853000', '102633.856000', '102633.859000', '102633.862000', '102633.864000', '102633.867000', '102633.870000', '102633.873000', '102633.876000', '102633.879000', '102633.881000', '102633.884000', '102633.887000', '102633.891000', '102633.894000', '102633.897000', '102633.900000', '102633.903000', '102633.906000', '102633.909000', '102633.912000', '102633.915000', '102633.917000', '102633.920000', '102633.923000', '102633.926000', '102633.929000', '102633.932000', '102633.935000', '102633.937000', '102633.940000', '102633.943000', '102633.947000', '102633.951000', '102633.955000', '102633.958000', '102633.960000', '102633.963000', '102633.966000', '102633.969000', '102633.972000', '102633.975000', '102633.978000', '102653.853000', '102653.857000', '102653.860000', '102653.863000', '102653.865000', '102653.868000', '102653.871000', '102653.874000', '102653.877000', '102653.880000', '102653.882000', '102653.885000', '102653.888000', '102653.891000', '102653.894000', '102653.897000', '102653.900000', '102653.903000', '102653.906000', '102653.909000', '102653.911000', '102653.915000', '102653.917000', '102653.920000', '102653.923000', '102653.926000', '102653.942000', '102653.945000', '102653.948000', '102653.951000', '102653.953000', '102653.956000', '102653.959000', '102653.962000', '102653.965000', '102653.968000', '102653.970000', '102653.973000', '102653.976000', '102653.979000', '102653.982000', '102653.985000', '102653.988000', '102653.990000', '102713.853000', '102713.856000', '102713.859000', '102713.862000', '102713.865000', '102713.868000', '102713.870000', '102713.873000', '102713.876000', '102713.879000', '102713.882000', '102713.885000', '102713.888000', '102713.891000', '102713.894000', '102713.897000', '102713.900000', '102713.902000', '102713.905000', '102713.908000', '102713.911000', '102713.914000', '102713.917000', '102713.920000', '102713.923000', '102713.926000', '102713.929000', '102713.932000', '102713.934000', '102713.937000', '102713.940000', '102713.943000', '102713.946000', '102713.949000', '102713.952000', '102713.954000', '102713.957000', '102713.960000', '102713.964000', '102713.967000', '102713.970000', '102713.973000', '102713.976000', '102733.853000', '102733.856000', '102733.859000', '102733.862000', '102733.864000', '102733.867000', '102733.870000', '102733.873000', '102733.876000', '102733.879000', '102733.882000', '102733.884000', '102733.888000', '102733.890000', '102733.893000', '102733.896000', '102733.899000', '102733.902000', '102733.905000', '102733.908000', '102733.911000', '102733.914000', '102733.917000', '102733.919000', '102733.923000', '102733.925000', '102733.928000', '102733.931000', '102733.934000', '102733.937000', '102733.940000', '102733.943000', '102733.946000', '102733.949000', '102733.951000', '102733.954000', '102733.957000', '102733.960000', '102733.963000', '102733.966000', '102733.969000', '102733.971000', '102733.974000', '102733.977000', '102753.854000', '102753.857000', '102753.860000', '102753.863000', '102753.865000', '102753.868000', '102753.871000', '102753.874000', '102753.877000', '102753.880000', '102753.882000', '102753.885000', '102753.888000', '102753.891000', '102753.894000', '102753.897000', '102753.899000', '102753.902000', '102753.905000', '102753.908000', '102753.911000', '102753.914000', '102753.916000', '102753.919000', '102753.922000', '102753.925000', '102753.928000', '102753.932000', '102753.935000', '102753.938000', '102753.941000', '102753.943000', '102753.946000', '102753.949000', '102753.952000', '102753.955000', '102753.958000', '102753.961000', '102753.964000', '102753.966000', '102753.969000', '102753.972000', '102753.975000', '102813.853000', '102813.856000', '102813.859000', '102813.862000', '102813.864000', '102813.867000', '102813.870000', '102813.873000', '102813.876000', '102813.879000', '102813.882000', '102813.885000', '102813.888000', '102813.891000', '102813.894000', '102813.897000', '102813.900000', '102813.903000', '102813.906000', '102813.909000', '102813.911000', '102813.914000', '102813.917000', '102813.920000', '102813.923000', '102813.926000', '102813.929000', '102813.932000', '102813.935000', '102813.938000', '102813.940000', '102813.943000', '102813.946000', '102813.949000', '102813.952000', '102813.955000', '102813.958000', '102813.960000', '102813.963000', '102813.966000', '102813.969000', '102813.972000', '102813.975000', '102813.978000', '102833.853000', '102833.856000', '102833.859000', '102833.862000', '102833.865000', '102833.868000', '102833.871000', '102833.887000', '102833.890000', '102833.893000', '102833.896000', '102833.899000', '102833.901000', '102833.904000', '102833.907000', '102833.910000', '102833.913000', '102833.916000', '102833.919000', '102833.922000', '102833.925000', '102833.928000', '102833.931000', '102833.934000', '102833.937000', '102833.940000', '102833.943000', '102833.946000', '102833.948000', '102833.951000', '102833.954000', '102833.957000', '102833.960000', '102833.963000', '102833.966000', '102833.969000', '102833.971000', '102833.974000', '102833.977000', '102833.980000', '102833.983000', '102833.986000', '102833.988000', '102853.853000', '102853.856000', '102853.859000', '102853.862000', '102853.865000', '102853.868000', '102853.871000', '102853.874000', '102853.876000', '102853.879000', '102853.882000', '102853.885000', '102853.888000', '102853.891000', '102853.894000', '102853.897000', '102853.900000', '102853.902000', '102853.906000', '102853.908000', '102853.911000', '102853.914000', '102853.917000', '102853.920000', '102853.923000', '102853.926000', '102853.929000', '102853.932000', '102853.935000', '102853.938000', '102853.940000', '102853.943000', '102853.946000', '102853.949000', '102853.952000', '102853.955000', '102853.957000', '102853.960000', '102853.963000', '102853.966000', '102853.969000', '102853.972000', '102853.975000', '102853.977000', '102913.853000', '102913.856000', '102913.859000', '102913.862000', '102913.865000', '102913.868000', '102913.871000', '102913.874000', '102913.877000', '102913.879000', '102913.882000', '102913.885000', '102913.888000', '102913.891000', '102913.894000', '102913.897000', '102913.900000', '102913.903000', '102913.905000', '102913.908000', '102913.911000', '102913.914000', '102913.917000', '102913.920000', '102913.923000', '102913.926000', '102913.929000', '102913.931000', '102913.935000', '102913.937000', '102913.940000', '102913.943000', '102913.946000', '102913.949000', '102913.952000', '102913.955000', '102913.958000', '102913.961000', '102913.963000', '102913.967000', '102913.970000', '102913.973000', '102913.976000', '102933.853000', '102933.856000', '102933.859000', '102933.862000', '102933.864000', '102933.868000', '102933.870000', '102933.873000', '102933.876000', '102933.879000', '102933.882000', '102933.885000', '102933.888000', '102933.891000', '102933.894000', '102933.896000', '102933.899000', '102933.902000', '102933.905000', '102933.908000', '102933.911000', '102933.914000', '102933.917000', '102933.920000', '102933.923000', '102933.926000', '102933.928000', '102933.931000', '102933.934000', '102933.937000', '102933.940000', '102933.943000', '102933.946000', '102933.949000', '102933.952000', '102933.954000', '102933.957000', '102933.960000', '102933.963000', '102933.966000', '102933.969000', '102933.972000', '102933.974000', '102933.977000', '102953.853000', '102953.856000', '102953.859000', '102953.862000', '102953.865000', '102953.867000', '102953.870000', '102953.873000', '102953.876000', '102953.879000', '102953.882000', '102953.885000', '102953.888000', '102953.891000', '102953.894000', '102953.897000', '102953.899000', '102953.902000', '102953.905000', '102953.908000', '102953.911000', '102953.914000', '102953.917000', '102953.920000', '102953.923000', '102953.926000', '102953.928000', '102953.932000', '102953.934000', '102953.937000', '102953.940000', '102953.943000', '102953.963000', '102953.966000', '102953.969000', '102953.972000', '102953.975000', '102953.978000', '102953.980000', '102953.983000', '102953.986000', '102953.989000', '102953.992000', '103013.854000', '103013.857000', '103013.860000', '103013.863000', '103013.866000', '103013.868000', '103013.871000', '103013.874000', '103013.877000', '103013.880000', '103013.883000', '103013.886000', '103013.889000', '103013.892000', '103013.895000', '103013.897000', '103013.900000', '103013.903000', '103013.906000', '103013.909000', '103013.912000', '103013.920000', '103013.923000', '103013.926000', '103013.929000', '103013.931000', '103013.934000', '103013.937000', '103013.940000', '103013.943000', '103013.946000', '103013.949000', '103013.952000', '103013.955000', '103013.958000', '103013.960000', '103013.963000', '103013.966000', '103013.969000', '103013.972000', '103013.975000', '103013.977000', '103013.980000', '103013.983000', '103033.853000', '103033.856000', '103033.859000', '103033.862000', '103033.865000', '103033.868000', '103033.871000', '103033.874000', '103033.876000', '103033.879000', '103033.882000', '103033.885000', '103033.888000', '103033.891000', '103033.894000', '103033.897000', '103033.900000', '103033.903000', '103033.906000', '103033.909000', '103033.911000', '103033.914000', '103033.917000', '103033.920000', '103033.923000', '103033.926000', '103033.929000', '103033.932000', '103033.935000', '103033.937000', '103033.940000', '103033.943000', '103033.946000', '103033.949000', '103033.952000', '103033.955000', '103033.958000', '103033.960000', '103033.963000', '103033.966000', '103033.971000', '103033.974000', '103033.976000', '103053.853000', '103053.856000', '103053.859000', '103053.862000', '103053.865000', '103053.868000', '103053.871000', '103053.874000', '103053.877000', '103053.879000', '103053.882000', '103053.885000', '103053.888000', '103053.891000', '103053.894000', '103053.897000', '103053.900000', '103053.903000', '103053.906000', '103053.908000', '103053.911000', '103053.914000', '103053.917000', '103053.920000', '103053.923000', '103053.926000', '103053.928000', '103053.931000', '103053.934000', '103053.937000', '103053.940000', '103053.943000', '103053.946000', '103053.948000', '103053.951000', '103053.954000', '103053.957000', '103053.960000', '103053.963000', '103053.966000', '103053.968000', '103053.971000', '103053.974000', '103113.853000', '103113.856000', '103113.859000', '103113.862000', '103113.865000', '103113.868000', '103113.871000', '103113.874000', '103113.877000', '103113.879000', '103113.882000', '103113.885000', '103113.888000', '103113.891000', '103113.894000', '103113.897000', '103113.900000', '103113.903000', '103113.906000', '103113.909000', '103113.912000', '103113.915000', '103113.918000', '103113.920000', '103113.923000', '103113.926000', '103113.929000', '103113.932000', '103113.935000', '103113.938000', '103113.941000', '103113.944000', '103113.947000', '103113.949000', '103113.952000', '103113.955000', '103113.958000', '103113.961000', '103113.964000', '103113.967000', '103113.969000', '103113.972000', '103113.975000', '103113.978000', '103123.368000', '103123.373000', '103123.382000', '103123.386000', '103123.389000', '103123.393000', '103123.396000', '103123.399000', '103123.402000', '103123.405000', '103123.407000', '103123.410000', '103123.413000', '103123.417000', '103123.420000', '103123.423000', '103123.426000', '103123.429000', '103123.432000', '103123.435000', '103123.438000'], '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': [10104, 12754, 10482, 12670, 10370, 10477, 8347, 10886, 8459, 8783, 9835, 9294, 10358, 9044, 12200, 8495, 8702, 8811, 8551, 10792, 8880, 12963, 9307, 9360, 9911, 8526, 12054, 8952, 9576, 11738, 10074, 14240, 11498, 10213, 17376, 10950, 10069, 13940, 9729, 10076, 11200, 9242, 13261, 10112, 10888, 9216, 8293, 11367, 8866, 12180, 9420, 14091, 9672, 8281, 9013, 8420, 10569, 8633, 11005, 9074, 9493, 8514, 8707, 8920, 8479, 10494, 8783, 11231, 9166, 10725, 8340, 11907, 8694, 11654, 9005, 11330, 8770, 10729, 8872, 8892, 8727, 8443, 8924, 13395, 9384, 12156, 9686, 10969, 8568, 11236, 8601, 11604, 9804, 10293, 12403, 9541, 9429, 8746, 10382, 8237, 12595, 9388, 11802, 12312, 9302, 11141, 8713, 8573, 9321, 8718, 9980, 15199, 9564, 10110, 16206, 9636, 12141, 8396, 8953, 13193, 9508, 11651, 11571, 8830, 12513, 9838, 8392, 12410, 8299, 9044, 8320, 8221, 12336, 9597, 8876, 14045, 8440, 9969, 9134, 8287, 12671, 10226, 8891, 11078, 8100, 11595, 9277, 8351, 12764, 9975, 8905, 14108, 8311, 10608, 8424, 8200, 12700, 10130, 8807, 13043, 8385, 10350, 8428, 8934, 12420, 9417, 9152, 13445, 9984, 9905, 8117, 10864, 16219, 10886, 8810, 8441, 12922, 14861, 12882, 11678, 11291, 9115, 10137, 10520, 8760, 11672, 9373, 8130, 10957, 8010, 8354, 13212, 8267, 9810, 10480, 9015, 12381, 8593, 8365, 13985, 8276, 11059, 11494, 9798, 12436, 9935, 9395, 12034, 8007, 9981, 13691, 9944, 11701, 11287, 9789, 13039, 10220, 8750, 12951, 8236, 9202, 12632, 9641, 10926, 14252, 10288, 11894, 8604, 9676, 8674, 9024, 8582, 8644, 12604, 12333, 9801, 11199, 15199, 10349, 11365, 14424, 10434, 8504, 8505, 11752, 9480, 9077, 8403, 10695, 15280, 11793, 10944, 8472, 11140, 15647, 10017, 8687, 8602, 13492, 12108, 10982, 8633, 9904, 8316, 8105, 10992, 9562, 8288, 12061, 9094, 8700, 14291, 8301, 9751, 9384, 8319, 12043, 8563, 9037, 11874, 8699, 10337, 9071, 8650, 13561, 9206, 11394, 8924, 8310, 12962, 9503, 9921, 13770, 9623, 12135, 10483, 9218, 12849, 9618, 9540, 8501, 8624, 13819, 9469, 11309, 9139, 8956, 9288, 8717, 9891, 9123, 13018, 10077, 10202, 15686, 9759, 10181, 16259, 10444, 12661, 9833, 9030, 11768, 8378, 9023, 13367, 8767, 10232, 8169, 8101, 8424, 8341, 11349, 8749, 9385, 14367, 9893, 10947, 8465, 9230, 12630, 9794, 10411, 12740, 10315, 14098, 9114, 10802, 8942, 8061, 8617, 12483, 9681, 10325, 13738, 9861, 9185, 12354, 9701, 10207, 12951, 11074, 10733, 13070, 10341, 12055, 10845, 8873, 12703, 10683, 9207, 13078, 8239, 11462, 8214, 9801, 10446, 8516, 12091, 9175, 9707, 9050, 8315, 12463, 9342, 10141, 9011, 8195, 12631, 9038, 10677, 8237, 8914, 9009, 8151, 11668, 8363, 10030, 9341, 8068, 13001, 8265, 10590, 9515, 8449, 12288, 9570, 8618, 8680, 8025, 11408, 8321, 9660, 11517, 9063, 11756, 9257, 9699, 8611, 8953, 9887, 8555, 11359, 8614, 10573, 10574, 9047, 12850, 10004, 11623, 10309, 9234, 15345, 10067, 12257, 8865, 10803, 12740, 9931, 12840, 10048, 10275, 14749, 9811, 11023, 8159, 9167, 12732, 9897, 10146, 13116, 10603, 9716, 8367, 8253, 13390, 8723, 10395, 8867, 8734, 8410, 8154, 11627, 8978, 10418, 10962, 8998, 12301, 9986, 10887, 13051, 9909, 12595, 10695, 9396, 13812, 8467, 10309, 8547, 8917, 13901, 9805, 11727, 9051, 9398, 8381, 8306, 12617, 9641, 10806, 13702, 10445, 11034, 8333, 9310, 14255, 9823, 12133, 9503, 9460, 8251, 10561, 14695, 11356, 10619, 14128, 11203, 9948, 12045, 8963, 11037, 9572, 8451, 12352, 9099, 8431, 13564, 8272, 9399, 9872, 8487, 10037, 8893, 8227, 11448, 8091, 8841, 14442, 9462, 10726, 10887, 9273, 11541, 8104, 9044, 12593, 10144, 10533, 12607, 10603, 12007, 9868, 8664, 12325, 9746, 9450, 13500, 10575, 9664, 13647, 9043, 10386, 11784, 9854, 12440, 8774, 10474, 8707, 8607, 12556, 8963, 11170, 11111, 9579, 13032, 9567, 10487, 11305, 8784, 12669, 10988, 9119, 12606, 10080, 9116, 8713, 8607, 13068, 8818, 10802, 10410, 9136, 12719, 10255, 9201, 14250, 9099, 10855, 9593, 9634, 15101, 10796, 14017, 10611, 10426, 9022, 8509, 14170, 10494, 10827, 15188, 10633, 10752, 8948, 8307, 12884, 9852, 9015, 8377, 8463, 12034, 10490, 9338, 11690, 11865, 9607, 10732, 8776, 8256, 11600, 10144, 8665, 11103, 7981, 9240, 11337, 8519, 9939, 9785, 8525, 11110, 8697, 8338, 11966, 8735, 9155, 12139, 10388, 9534, 10916, 8579, 10370, 9702, 8882, 12437, 10630, 9362, 11305, 9192, 8703, 11785, 9292, 9955, 8482, 9908, 10512, 8964, 10075, 8666, 8198, 8810, 12928, 12485, 10153, 12857, 15130, 10897, 11303, 12727, 10582, 11752, 10934, 9462, 12877, 10278, 9072, 13416, 10206, 9973, 8338, 8370, 11389, 10765, 8916, 11931, 10590, 8353, 14526, 8897, 10647, 9486, 8600, 10593, 10059, 8552, 10908, 8760, 9303, 8629, 10192, 8564, 9823, 14794, 9777, 10708, 15555, 10666, 11061, 14233, 10660, 9760, 14966, 9937, 10971, 8910, 9322, 8227, 8858, 11663, 8908, 11801, 8584, 10648, 15314, 10537, 10076, 14893, 10605, 10999, 10460, 8797, 12561, 9513, 9170, 11666, 8959, 11752, 10046, 8577, 12583, 8745, 8958, 11435, 8524, 11334, 10595, 8680, 13698, 8741, 11483, 8427, 10102, 8503, 9587, 13143, 10196, 10399, 13907, 9753, 9114, 12067, 9321, 9168, 9812, 8536, 10694, 12411, 10043, 11590, 11230, 8971, 11386, 8850, 8938, 12717, 9958, 9505, 14864, 10188, 10708, 14320, 10022, 11019, 8741, 9024, 7763, 8782, 11774, 8849, 9978, 13111, 10407, 10727, 14216, 10748, 10231, 12800, 9145, 10684, 9667, 9013, 12370, 9231, 9094, 9017, 8899, 9304, 8758, 9232, 8792, 11066, 17082, 10654, 10629, 14079, 10812, 8678, 9997, 13991, 11367, 11726, 9017, 11300, 9002, 9172, 14177, 9803, 9918, 13875, 10165, 10190, 13671, 10136, 9834, 12814, 9015, 12294, 9679, 8632, 11088, 8371, 10008, 8221, 11484, 10056, 8840, 12393, 9905, 9286, 13210, 9349, 9406, 13556, 10005, 10669, 12246, 9432, 12811, 9229, 10606, 15431, 10861, 11120, 8431, 8924, 13540, 9967, 9844, 8801, 8372, 12969, 10565], 'WindowCenter': [4161.0, 4166.0, 4144.0, 4139.0, 4116.0, 4115.0, 4099.0, 4112.0, 4095.0, 4091.0, 4115.0, 4117.0, 4129.0, 4117.0, 4136.0, 4106.0, 4107.0, 4115.0, 4107.0, 4127.0, 4131.0, 4160.0, 4119.0, 4120.0, 4128.0, 4118.0, 4148.0, 4119.0, 4117.0, 4149.0, 4129.0, 4148.0, 4126.0, 4116.0, 4155.0, 4125.0, 4116.0, 4145.0, 4116.0, 4114.0, 4125.0, 4105.0, 4147.0, 4127.0, 4114.0, 4102.0, 4093.0, 4123.0, 4093.0, 4123.0, 4105.0, 4133.0, 4103.0, 4082.0, 4092.0, 4093.0, 4113.0, 4107.0, 4125.0, 4105.0, 4102.0, 4092.0, 4093.0, 4105.0, 4095.0, 4124.0, 4107.0, 4126.0, 4120.0, 4127.0, 4096.0, 4124.0, 4104.0, 4125.0, 4107.0, 4125.0, 4093.0, 4112.0, 4104.0, 4103.0, 4106.0, 4106.0, 4132.0, 4147.0, 4118.0, 4137.0, 4116.0, 4125.0, 4106.0, 4124.0, 4107.0, 4137.0, 4115.0, 4116.0, 4125.0, 4104.0, 4103.0, 4106.0, 4113.0, 4094.0, 4135.0, 4103.0, 4125.0, 4124.0, 4105.0, 4113.0, 4092.0, 4091.0, 4104.0, 4093.0, 4117.0, 4145.0, 4091.0, 4101.0, 4132.0, 4102.0, 4111.0, 4079.0, 4092.0, 4119.0, 4089.0, 4111.0, 4097.0, 4090.0, 4110.0, 4087.0, 4080.0, 4106.0, 4079.0, 4089.0, 4078.0, 4093.0, 4124.0, 4101.0, 4094.0, 4122.0, 4080.0, 4101.0, 4089.0, 4091.0, 4136.0, 4113.0, 4092.0, 4110.0, 4082.0, 4123.0, 4089.0, 4082.0, 4133.0, 4115.0, 4105.0, 4132.0, 4093.0, 4113.0, 4081.0, 4093.0, 4134.0, 4114.0, 4104.0, 4131.0, 4092.0, 4113.0, 4093.0, 4106.0, 4134.0, 4103.0, 4104.0, 4133.0, 4114.0, 4113.0, 4095.0, 4139.0, 4144.0, 4113.0, 4103.0, 4107.0, 4151.0, 4146.0, 4124.0, 4113.0, 4099.0, 4090.0, 4102.0, 4098.0, 4079.0, 4117.0, 4091.0, 4082.0, 4110.0, 4080.0, 4093.0, 4121.0, 4093.0, 4115.0, 4125.0, 4105.0, 4134.0, 4093.0, 4100.0, 4142.0, 4093.0, 4137.0, 4123.0, 4116.0, 4149.0, 4115.0, 4105.0, 4133.0, 4094.0, 4115.0, 4133.0, 4115.0, 4136.0, 4124.0, 4116.0, 4136.0, 4112.0, 4094.0, 4121.0, 4092.0, 4104.0, 4124.0, 4104.0, 4125.0, 4144.0, 4115.0, 4124.0, 4093.0, 4102.0, 4094.0, 4105.0, 4105.0, 4107.0, 4150.0, 4124.0, 4115.0, 4126.0, 4133.0, 4113.0, 4125.0, 4133.0, 4114.0, 4092.0, 4106.0, 4124.0, 4101.0, 4091.0, 4095.0, 4127.0, 4147.0, 4125.0, 4111.0, 4097.0, 4125.0, 4131.0, 4089.0, 4078.0, 4092.0, 4136.0, 4123.0, 4111.0, 4080.0, 4101.0, 4078.0, 4080.0, 4100.0, 4100.0, 4082.0, 4120.0, 4092.0, 4093.0, 4130.0, 4081.0, 4102.0, 4090.0, 4105.0, 4134.0, 4094.0, 4105.0, 4125.0, 4093.0, 4113.0, 4092.0, 4106.0, 4161.0, 4118.0, 4142.0, 4105.0, 4106.0, 4135.0, 4103.0, 4114.0, 4133.0, 4115.0, 4136.0, 4113.0, 4104.0, 4135.0, 4102.0, 4103.0, 4093.0, 4105.0, 4133.0, 4114.0, 4127.0, 4117.0, 4120.0, 4119.0, 4120.0, 4144.0, 4132.0, 4149.0, 4115.0, 4115.0, 4132.0, 4091.0, 4103.0, 4141.0, 4113.0, 4123.0, 4089.0, 4091.0, 4109.0, 4079.0, 4090.0, 4130.0, 4092.0, 4113.0, 4081.0, 4093.0, 4092.0, 4105.0, 4124.0, 4120.0, 4128.0, 4145.0, 4127.0, 4125.0, 4094.0, 4118.0, 4136.0, 4128.0, 4129.0, 4137.0, 4128.0, 4150.0, 4122.0, 4125.0, 4105.0, 4094.0, 4111.0, 4138.0, 4117.0, 4126.0, 4136.0, 4101.0, 4104.0, 4121.0, 4090.0, 4103.0, 4124.0, 4110.0, 4105.0, 4110.0, 4089.0, 4097.0, 4084.0, 4066.0, 4100.0, 4084.0, 4067.0, 4093.0, 4053.0, 4082.0, 4052.0, 4074.0, 4071.0, 4064.0, 4097.0, 4074.0, 4076.0, 4063.0, 4066.0, 4097.0, 4079.0, 4087.0, 4077.0, 4082.0, 4107.0, 4078.0, 4100.0, 4067.0, 4089.0, 4077.0, 4079.0, 4111.0, 4095.0, 4106.0, 4090.0, 4080.0, 4120.0, 4092.0, 4114.0, 4102.0, 4097.0, 4134.0, 4102.0, 4096.0, 4080.0, 4082.0, 4122.0, 4082.0, 4115.0, 4124.0, 4106.0, 4127.0, 4105.0, 4103.0, 4092.0, 4105.0, 4113.0, 4106.0, 4124.0, 4104.0, 4126.0, 4114.0, 4111.0, 4135.0, 4115.0, 4140.0, 4115.0, 4105.0, 4145.0, 4106.0, 4122.0, 4091.0, 4115.0, 4122.0, 4103.0, 4124.0, 4102.0, 4115.0, 4131.0, 4102.0, 4114.0, 4081.0, 4101.0, 4120.0, 4104.0, 4113.0, 4124.0, 4116.0, 4100.0, 4083.0, 4091.0, 4131.0, 4093.0, 4115.0, 4105.0, 4094.0, 4092.0, 4096.0, 4125.0, 4106.0, 4127.0, 4125.0, 4107.0, 4139.0, 4116.0, 4127.0, 4133.0, 4117.0, 4141.0, 4114.0, 4104.0, 4132.0, 4097.0, 4113.0, 4105.0, 4118.0, 4146.0, 4115.0, 4126.0, 4104.0, 4105.0, 4094.0, 4107.0, 4139.0, 4104.0, 4127.0, 4136.0, 4115.0, 4113.0, 4093.0, 4104.0, 4144.0, 4126.0, 4136.0, 4106.0, 4103.0, 4094.0, 4130.0, 4137.0, 4113.0, 4116.0, 4132.0, 4111.0, 4101.0, 4108.0, 4090.0, 4102.0, 4089.0, 4080.0, 4120.0, 4089.0, 4083.0, 4118.0, 4080.0, 4090.0, 4088.0, 4094.0, 4115.0, 4102.0, 4092.0, 4109.0, 4081.0, 4104.0, 4131.0, 4102.0, 4125.0, 4112.0, 4103.0, 4113.0, 4081.0, 4107.0, 4126.0, 4118.0, 4127.0, 4135.0, 4114.0, 4136.0, 4102.0, 4093.0, 4125.0, 4101.0, 4116.0, 4134.0, 4117.0, 4103.0, 4131.0, 4091.0, 4116.0, 4121.0, 4113.0, 4122.0, 4092.0, 4115.0, 4092.0, 4096.0, 4121.0, 4093.0, 4126.0, 4124.0, 4104.0, 4132.0, 4103.0, 4117.0, 4110.0, 4095.0, 4139.0, 4101.0, 4091.0, 4128.0, 4102.0, 4089.0, 4088.0, 4092.0, 4135.0, 4091.0, 4125.0, 4112.0, 4115.0, 4137.0, 4101.0, 4103.0, 4132.0, 4102.0, 4112.0, 4118.0, 4104.0, 4132.0, 4100.0, 4120.0, 4099.0, 4101.0, 4077.0, 4081.0, 4118.0, 4099.0, 4101.0, 4116.0, 4096.0, 4102.0, 4076.0, 4082.0, 4124.0, 4098.0, 4077.0, 4066.0, 4083.0, 4120.0, 4089.0, 4077.0, 4109.0, 4097.0, 4087.0, 4102.0, 4065.0, 4067.0, 4109.0, 4097.0, 4078.0, 4099.0, 4079.0, 4107.0, 4109.0, 4091.0, 4104.0, 4111.0, 4096.0, 4112.0, 4078.0, 4081.0, 4110.0, 4092.0, 4118.0, 4127.0, 4112.0, 4103.0, 4113.0, 4092.0, 4116.0, 4102.0, 4116.0, 4137.0, 4112.0, 4102.0, 4114.0, 4100.0, 4092.0, 4126.0, 4116.0, 4117.0, 4119.0, 4130.0, 4124.0, 4108.0, 4116.0, 4105.0, 4095.0, 4116.0, 4140.0, 4124.0, 4114.0, 4140.0, 4132.0, 4110.0, 4111.0, 4109.0, 4101.0, 4111.0, 4097.0, 4093.0, 4111.0, 4086.0, 4078.0, 4111.0, 4087.0, 4086.0, 4064.0, 4077.0, 4097.0, 4084.0, 4076.0, 4100.0, 4086.0, 4078.0, 4117.0, 4077.0, 4099.0, 4085.0, 4076.0, 4098.0, 4085.0, 4090.0, 4099.0, 4090.0, 4101.0, 4091.0, 4114.0, 4092.0, 4108.0, 4130.0, 4099.0, 4111.0, 4130.0, 4099.0, 4112.0, 4120.0, 4099.0, 4105.0, 4129.0, 4099.0, 4098.0, 4088.0, 4087.0, 4079.0, 4090.0, 4108.0, 4090.0, 4111.0, 4092.0, 4113.0, 4134.0, 4100.0, 4090.0, 4118.0, 4111.0, 4114.0, 4085.0, 4080.0, 4108.0, 4088.0, 4090.0, 4096.0, 4077.0, 4111.0, 4084.0, 4077.0, 4097.0, 4069.0, 4077.0, 4094.0, 4077.0, 4108.0, 4084.0, 4065.0, 4116.0, 4077.0, 4096.0, 4079.0, 4098.0, 4090.0, 4105.0, 4123.0, 4101.0, 4111.0, 4121.0, 4088.0, 4095.0, 4124.0, 4088.0, 4089.0, 4089.0, 4083.0, 4111.0, 4107.0, 4100.0, 4114.0, 4110.0, 4090.0, 4111.0, 4090.0, 4089.0, 4108.0, 4087.0, 4091.0, 4118.0, 4101.0, 4110.0, 4131.0, 4102.0, 4110.0, 4090.0, 4091.0, 4069.0, 4091.0, 4121.0, 4091.0, 4113.0, 4122.0, 4113.0, 4125.0, 4122.0, 4099.0, 4102.0, 4106.0, 4088.0, 4101.0, 4098.0, 4091.0, 4123.0, 4102.0, 4103.0, 4102.0, 4103.0, 4101.0, 4092.0, 4103.0, 4104.0, 4137.0, 4154.0, 4124.0, 4126.0, 4132.0, 4112.0, 4103.0, 4126.0, 4146.0, 4123.0, 4121.0, 4102.0, 4110.0, 4088.0, 4094.0, 4120.0, 4088.0, 4100.0, 4118.0, 4099.0, 4100.0, 4120.0, 4101.0, 4102.0, 4119.0, 4090.0, 4110.0, 4087.0, 4077.0, 4109.0, 4081.0, 4100.0, 4081.0, 4114.0, 4089.0, 4089.0, 4110.0, 4088.0, 4089.0, 4112.0, 4089.0, 4090.0, 4111.0, 4088.0, 4104.0, 4107.0, 4081.0, 4106.0, 4077.0, 4116.0, 4134.0, 4097.0, 4088.0, 4065.0, 4081.0, 4106.0, 4086.0, 4088.0, 4082.0, 4080.0, 4121.0, 4085.0], 'WindowWidth': [9246.0, 9244.0, 9207.0, 9191.0, 9152.0, 9149.0, 9133.0, 9140.0, 9123.0, 9114.0, 9151.0, 9156.0, 9176.0, 9161.0, 9179.0, 9139.0, 9143.0, 9154.0, 9145.0, 9169.0, 9183.0, 9221.0, 9163.0, 9165.0, 9175.0, 9161.0, 9200.0, 9162.0, 9158.0, 9206.0, 9177.0, 9200.0, 9167.0, 9152.0, 9207.0, 9165.0, 9152.0, 9190.0, 9155.0, 9147.0, 9163.0, 9138.0, 9199.0, 9169.0, 9148.0, 9129.0, 9118.0, 9156.0, 9118.0, 9159.0, 9137.0, 9169.0, 9129.0, 9101.0, 9116.0, 9116.0, 9144.0, 9143.0, 9165.0, 9139.0, 9128.0, 9116.0, 9116.0, 9138.0, 9124.0, 9162.0, 9146.0, 9165.0, 9165.0, 9167.0, 9126.0, 9159.0, 9136.0, 9166.0, 9143.0, 9163.0, 9118.0, 9143.0, 9135.0, 9131.0, 9140.0, 9144.0, 9187.0, 9199.0, 9161.0, 9185.0, 9153.0, 9161.0, 9140.0, 9162.0, 9143.0, 9184.0, 9151.0, 9156.0, 9162.0, 9132.0, 9130.0, 9138.0, 9144.0, 9122.0, 9176.0, 9129.0, 9162.0, 9161.0, 9137.0, 9145.0, 9115.0, 9112.0, 9132.0, 9117.0, 9156.0, 9191.0, 9111.0, 9125.0, 9166.0, 9124.0, 9135.0, 9092.0, 9114.0, 9144.0, 9104.0, 9137.0, 9110.0, 9107.0, 9135.0, 9099.0, 9093.0, 9122.0, 9089.0, 9105.0, 9089.0, 9118.0, 9158.0, 9125.0, 9118.0, 9150.0, 9093.0, 9123.0, 9104.0, 9112.0, 9183.0, 9145.0, 9113.0, 9133.0, 9102.0, 9155.0, 9105.0, 9100.0, 9172.0, 9150.0, 9135.0, 9167.0, 9118.0, 9144.0, 9097.0, 9117.0, 9174.0, 9147.0, 9134.0, 9165.0, 9115.0, 9143.0, 9119.0, 9139.0, 9175.0, 9131.0, 9134.0, 9169.0, 9146.0, 9145.0, 9128.0, 9189.0, 9189.0, 9144.0, 9131.0, 9142.0, 9211.0, 9196.0, 9157.0, 9143.0, 9116.0, 9106.0, 9126.0, 9113.0, 9092.0, 9151.0, 9111.0, 9099.0, 9135.0, 9096.0, 9116.0, 9152.0, 9117.0, 9151.0, 9163.0, 9138.0, 9174.0, 9118.0, 9134.0, 9183.0, 9121.0, 9184.0, 9158.0, 9151.0, 9202.0, 9149.0, 9138.0, 9171.0, 9122.0, 9153.0, 9172.0, 9149.0, 9180.0, 9161.0, 9151.0, 9180.0, 9141.0, 9120.0, 9153.0, 9116.0, 9134.0, 9159.0, 9131.0, 9163.0, 9187.0, 9149.0, 9161.0, 9117.0, 9127.0, 9120.0, 9136.0, 9139.0, 9145.0, 9207.0, 9161.0, 9149.0, 9166.0, 9171.0, 9142.0, 9164.0, 9173.0, 9145.0, 9115.0, 9140.0, 9162.0, 9125.0, 9112.0, 9123.0, 9170.0, 9201.0, 9165.0, 9139.0, 9127.0, 9164.0, 9164.0, 9104.0, 9090.0, 9116.0, 9181.0, 9158.0, 9137.0, 9094.0, 9124.0, 9089.0, 9093.0, 9119.0, 9120.0, 9100.0, 9148.0, 9113.0, 9116.0, 9160.0, 9097.0, 9126.0, 9109.0, 9138.0, 9176.0, 9122.0, 9136.0, 9159.0, 9118.0, 9145.0, 9115.0, 9142.0, 9220.0, 9160.0, 9194.0, 9137.0, 9140.0, 9176.0, 9131.0, 9149.0, 9171.0, 9148.0, 9179.0, 9143.0, 9133.0, 9177.0, 9129.0, 9129.0, 9117.0, 9137.0, 9170.0, 9148.0, 9169.0, 9158.0, 9166.0, 9166.0, 9167.0, 9204.0, 9186.0, 9206.0, 9150.0, 9147.0, 9167.0, 9109.0, 9128.0, 9178.0, 9143.0, 9158.0, 9105.0, 9111.0, 9131.0, 9091.0, 9109.0, 9162.0, 9116.0, 9141.0, 9097.0, 9117.0, 9115.0, 9138.0, 9163.0, 9168.0, 9176.0, 9191.0, 9169.0, 9166.0, 9122.0, 9158.0, 9180.0, 9173.0, 9175.0, 9183.0, 9172.0, 9203.0, 9168.0, 9163.0, 9135.0, 9122.0, 9154.0, 9187.0, 9155.0, 9169.0, 9182.0, 9123.0, 9133.0, 9153.0, 9108.0, 9130.0, 9157.0, 9133.0, 9132.0, 9131.0, 9102.0, 9113.0, 9086.0, 9066.0, 9119.0, 9089.0, 9068.0, 9096.0, 9046.0, 9083.0, 9043.0, 9074.0, 9066.0, 9060.0, 9108.0, 9074.0, 9080.0, 9060.0, 9070.0, 9109.0, 9087.0, 9097.0, 9085.0, 9098.0, 9124.0, 9086.0, 9116.0, 9072.0, 9104.0, 9084.0, 9093.0, 9135.0, 9123.0, 9137.0, 9108.0, 9096.0, 9146.0, 9115.0, 9147.0, 9127.0, 9128.0, 9176.0, 9127.0, 9123.0, 9094.0, 9103.0, 9154.0, 9101.0, 9151.0, 9162.0, 9140.0, 9166.0, 9134.0, 9130.0, 9116.0, 9136.0, 9144.0, 9140.0, 9161.0, 9135.0, 9168.0, 9147.0, 9150.0, 9178.0, 9150.0, 9192.0, 9151.0, 9136.0, 9189.0, 9136.0, 9154.0, 9112.0, 9151.0, 9155.0, 9130.0, 9158.0, 9126.0, 9148.0, 9164.0, 9126.0, 9145.0, 9097.0, 9126.0, 9148.0, 9131.0, 9143.0, 9160.0, 9147.0, 9121.0, 9102.0, 9112.0, 9164.0, 9118.0, 9149.0, 9138.0, 9121.0, 9115.0, 9128.0, 9164.0, 9141.0, 9170.0, 9163.0, 9143.0, 9187.0, 9154.0, 9170.0, 9172.0, 9156.0, 9195.0, 9148.0, 9135.0, 9169.0, 9126.0, 9144.0, 9137.0, 9160.0, 9196.0, 9151.0, 9163.0, 9133.0, 9136.0, 9121.0, 9145.0, 9186.0, 9133.0, 9170.0, 9176.0, 9148.0, 9144.0, 9118.0, 9136.0, 9187.0, 9169.0, 9182.0, 9137.0, 9131.0, 9123.0, 9176.0, 9182.0, 9143.0, 9150.0, 9168.0, 9136.0, 9126.0, 9126.0, 9106.0, 9124.0, 9105.0, 9097.0, 9149.0, 9105.0, 9101.0, 9140.0, 9095.0, 9110.0, 9101.0, 9120.0, 9153.0, 9130.0, 9116.0, 9134.0, 9099.0, 9136.0, 9165.0, 9128.0, 9165.0, 9141.0, 9130.0, 9143.0, 9099.0, 9140.0, 9162.0, 9155.0, 9170.0, 9179.0, 9149.0, 9180.0, 9126.0, 9117.0, 9161.0, 9125.0, 9155.0, 9172.0, 9153.0, 9131.0, 9163.0, 9111.0, 9150.0, 9152.0, 9143.0, 9157.0, 9115.0, 9148.0, 9112.0, 9123.0, 9153.0, 9117.0, 9169.0, 9162.0, 9133.0, 9170.0, 9130.0, 9153.0, 9135.0, 9120.0, 9190.0, 9122.0, 9110.0, 9169.0, 9126.0, 9108.0, 9104.0, 9116.0, 9171.0, 9111.0, 9165.0, 9143.0, 9151.0, 9183.0, 9125.0, 9131.0, 9167.0, 9128.0, 9143.0, 9157.0, 9134.0, 9170.0, 9121.0, 9147.0, 9116.0, 9121.0, 9085.0, 9098.0, 9143.0, 9116.0, 9123.0, 9138.0, 9110.0, 9123.0, 9080.0, 9098.0, 9157.0, 9115.0, 9087.0, 9071.0, 9101.0, 9150.0, 9102.0, 9085.0, 9132.0, 9110.0, 9098.0, 9122.0, 9066.0, 9071.0, 9132.0, 9112.0, 9087.0, 9116.0, 9091.0, 9142.0, 9134.0, 9111.0, 9132.0, 9140.0, 9124.0, 9141.0, 9090.0, 9098.0, 9134.0, 9118.0, 9159.0, 9167.0, 9140.0, 9131.0, 9142.0, 9115.0, 9151.0, 9129.0, 9155.0, 9182.0, 9140.0, 9129.0, 9146.0, 9123.0, 9117.0, 9164.0, 9155.0, 9156.0, 9165.0, 9182.0, 9164.0, 9145.0, 9151.0, 9138.0, 9124.0, 9156.0, 9193.0, 9161.0, 9147.0, 9190.0, 9167.0, 9134.0, 9139.0, 9129.0, 9123.0, 9137.0, 9111.0, 9112.0, 9135.0, 9095.0, 9086.0, 9135.0, 9098.0, 9096.0, 9064.0, 9086.0, 9115.0, 9089.0, 9083.0, 9118.0, 9096.0, 9088.0, 9141.0, 9087.0, 9117.0, 9092.0, 9084.0, 9115.0, 9094.0, 9108.0, 9117.0, 9110.0, 9126.0, 9114.0, 9145.0, 9117.0, 9141.0, 9162.0, 9118.0, 9138.0, 9162.0, 9118.0, 9141.0, 9147.0, 9117.0, 9131.0, 9159.0, 9120.0, 9117.0, 9102.0, 9100.0, 9094.0, 9108.0, 9129.0, 9107.0, 9137.0, 9114.0, 9147.0, 9172.0, 9119.0, 9107.0, 9141.0, 9138.0, 9144.0, 9093.0, 9094.0, 9128.0, 9103.0, 9109.0, 9108.0, 9085.0, 9135.0, 9089.0, 9084.0, 9110.0, 9072.0, 9083.0, 9103.0, 9084.0, 9130.0, 9088.0, 9065.0, 9136.0, 9084.0, 9110.0, 9092.0, 9115.0, 9110.0, 9137.0, 9157.0, 9124.0, 9140.0, 9152.0, 9101.0, 9119.0, 9159.0, 9102.0, 9104.0, 9101.0, 9102.0, 9140.0, 9125.0, 9122.0, 9144.0, 9133.0, 9107.0, 9136.0, 9108.0, 9108.0, 9127.0, 9099.0, 9111.0, 9142.0, 9123.0, 9137.0, 9166.0, 9127.0, 9136.0, 9109.0, 9113.0, 9079.0, 9113.0, 9152.0, 9112.0, 9146.0, 9155.0, 9143.0, 9163.0, 9153.0, 9117.0, 9124.0, 9121.0, 9103.0, 9123.0, 9117.0, 9112.0, 9158.0, 9129.0, 9132.0, 9130.0, 9133.0, 9126.0, 9116.0, 9130.0, 9136.0, 9188.0, 9207.0, 9161.0, 9168.0, 9171.0, 9143.0, 9132.0, 9168.0, 9198.0, 9159.0, 9153.0, 9127.0, 9137.0, 9102.0, 9116.0, 9150.0, 9102.0, 9123.0, 9145.0, 9120.0, 9121.0, 9145.0, 9125.0, 9128.0, 9147.0, 9108.0, 9135.0, 9098.0, 9085.0, 9131.0, 9098.0, 9121.0, 9098.0, 9145.0, 9104.0, 9104.0, 9132.0, 9099.0, 9105.0, 9137.0, 9102.0, 9107.0, 9134.0, 9102.0, 9129.0, 9125.0, 9093.0, 9122.0, 9083.0, 9149.0, 9172.0, 9111.0, 9096.0, 9066.0, 9092.0, 9121.0, 9093.0, 9101.0, 9096.0, 9093.0, 9149.0, 9092.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.0005325258323765786</td></tr>
<tr><td colspan=3>aqi</td><td>0.038403374282433976</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.867089028195366</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1880351406666652</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.967247541517242</td></tr>
<tr><td colspan=3>efc</td><td>0.4644</td></tr>
<tr><td colspan=3>fber</td><td>6402.6226</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10187691229765326</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>41</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.70723306544202</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4166797634762243</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.424762305825525</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6303027554705136</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.194974229132633</td></tr>
<tr><td colspan=3>gcor</td><td>0.00987963</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01069589238613844</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01637708581984043</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</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.931239988010142</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>36.3885</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.728</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>161.8284</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303042.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>714.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>335.3513</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7233</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>502.5605</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3319.8483</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3513.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73502.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1109.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4333.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>893.6051</td></tr>
<tr><td colspan=3>tsnr</td><td>33.93506910389988</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>