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

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0017_ses-03_task-social_acq-mb8_run-01_bold.nii.gz";

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0017/ses-03/func/sub-0017_ses-03_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>7d449288f03ddbb88952f80dd5515d40</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>12:24:47.215000</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.996333, -0.0805395, 0.0288849, 0.0773634, 0.992178, 0.0979684]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.10437</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4178, -7769, -7191, 618, -4, -156, 58, 69]</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>268.287</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>dd685397-07b7-4490-ba16-4fee09be494b||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.6730880737304688, 0.20756037533283234, 0.09868305176496506, 98.06231689453125], [0.21608157455921173, 2.661940813064575, 0.2575111389160156, -110.35053253173828], [0.07749605178833008, -0.2628420293331146, 2.685879707336426, -32.51108169555664], [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': ['122447.215000', '122447.675000', '122448.135000', '122448.595000', '122449.055000', '122449.515000', '122449.975000', '122450.435000', '122450.895000', '122451.355000', '122451.815000', '122452.275000', '122452.735000', '122453.195000', '122453.655000', '122454.115000', '122454.575000', '122455.035000', '122455.495000', '122455.955000', '122456.415000', '122456.875000', '122457.335000', '122457.795000', '122458.255000', '122458.715000', '122459.175000', '122459.635000', '122500.095000', '122500.555000', '122501.015000', '122501.475000', '122501.935000', '122502.395000', '122502.855000', '122503.315000', '122503.775000', '122504.235000', '122504.695000', '122505.155000', '122505.615000', '122506.075000', '122506.535000', '122506.995000', '122507.455000', '122507.915000', '122508.375000', '122508.835000', '122509.295000', '122509.755000', '122510.215000', '122510.675000', '122511.135000', '122511.595000', '122512.055000', '122512.515000', '122512.975000', '122513.435000', '122513.895000', '122514.355000', '122514.815000', '122515.275000', '122515.735000', '122516.195000', '122516.655000', '122517.115000', '122517.575000', '122518.035000', '122518.495000', '122518.955000', '122519.415000', '122519.875000', '122520.335000', '122520.795000', '122521.255000', '122521.715000', '122522.175000', '122522.635000', '122523.095000', '122523.555000', '122524.015000', '122524.475000', '122524.935000', '122525.395000', '122525.855000', '122526.315000', '122526.775000', '122527.235000', '122527.695000', '122528.155000', '122528.615000', '122529.075000', '122529.535000', '122529.995000', '122530.455000', '122530.915000', '122531.375000', '122531.835000', '122532.295000', '122532.755000', '122533.215000', '122533.675000', '122534.135000', '122534.595000', '122535.055000', '122535.515000', '122535.975000', '122536.435000', '122536.895000', '122537.355000', '122537.815000', '122538.275000', '122538.735000', '122539.195000', '122539.655000', '122540.115000', '122540.575000', '122541.035000', '122541.495000', '122541.955000', '122542.415000', '122542.875000', '122543.335000', '122543.795000', '122544.255000', '122544.715000', '122545.175000', '122545.635000', '122546.095000', '122546.555000', '122547.015000', '122547.475000', '122547.935000', '122548.395000', '122548.855000', '122549.315000', '122549.775000', '122550.235000', '122550.695000', '122551.155000', '122551.615000', '122552.075000', '122552.535000', '122552.995000', '122553.455000', '122553.915000', '122554.375000', '122554.835000', '122555.295000', '122555.755000', '122556.215000', '122556.675000', '122557.135000', '122557.595000', '122558.055000', '122558.515000', '122558.975000', '122559.435000', '122559.895000', '122600.355000', '122600.815000', '122601.275000', '122601.735000', '122602.195000', '122602.655000', '122603.115000', '122603.575000', '122604.035000', '122604.495000', '122604.955000', '122605.415000', '122605.875000', '122606.335000', '122606.795000', '122607.255000', '122607.715000', '122608.175000', '122608.635000', '122609.095000', '122609.555000', '122610.015000', '122610.475000', '122610.935000', '122611.395000', '122611.855000', '122612.315000', '122612.775000', '122613.235000', '122613.695000', '122614.155000', '122614.615000', '122615.075000', '122615.535000', '122615.995000', '122616.455000', '122616.915000', '122617.375000', '122617.835000', '122618.295000', '122618.755000', '122619.215000', '122619.675000', '122620.135000', '122620.595000', '122621.055000', '122621.515000', '122621.975000', '122622.435000', '122622.895000', '122623.355000', '122623.815000', '122624.275000', '122624.735000', '122625.195000', '122625.655000', '122626.115000', '122626.575000', '122627.035000', '122627.495000', '122627.955000', '122628.415000', '122628.875000', '122629.335000', '122629.795000', '122630.255000', '122630.715000', '122631.175000', '122631.635000', '122632.095000', '122632.555000', '122633.015000', '122633.475000', '122633.935000', '122634.395000', '122634.855000', '122635.315000', '122635.775000', '122636.235000', '122636.695000', '122637.155000', '122637.615000', '122638.075000', '122638.535000', '122638.995000', '122639.455000', '122639.915000', '122640.375000', '122640.835000', '122641.295000', '122641.755000', '122642.215000', '122642.675000', '122643.135000', '122643.595000', '122644.055000', '122644.515000', '122644.975000', '122645.435000', '122645.895000', '122646.355000', '122646.815000', '122647.275000', '122647.735000', '122648.195000', '122648.655000', '122649.115000', '122649.575000', '122650.035000', '122650.495000', '122650.955000', '122651.415000', '122651.875000', '122652.335000', '122652.795000', '122653.255000', '122653.715000', '122654.175000', '122654.635000', '122655.095000', '122655.555000', '122656.015000', '122656.475000', '122656.935000', '122657.395000', '122657.855000', '122658.315000', '122658.775000', '122659.235000', '122659.695000', '122700.155000', '122700.615000', '122701.075000', '122701.535000', '122701.995000', '122702.455000', '122702.915000', '122703.375000', '122703.835000', '122704.295000', '122704.755000', '122705.215000', '122705.675000', '122706.135000', '122706.595000', '122707.055000', '122707.515000', '122707.975000', '122708.435000', '122708.895000', '122709.355000', '122709.815000', '122710.275000', '122710.735000', '122711.195000', '122711.655000', '122712.115000', '122712.575000', '122713.035000', '122713.495000', '122713.955000', '122714.415000', '122714.875000', '122715.335000', '122715.795000', '122716.255000', '122716.715000', '122717.175000', '122717.635000', '122718.095000', '122718.555000', '122719.015000', '122719.475000', '122719.935000', '122720.395000', '122720.855000', '122721.315000', '122721.775000', '122722.235000', '122722.695000', '122723.155000', '122723.615000', '122724.075000', '122724.535000', '122724.995000', '122725.455000', '122725.915000', '122726.375000', '122726.835000', '122727.295000', '122727.755000', '122728.215000', '122728.675000', '122729.135000', '122729.595000', '122730.055000', '122730.515000', '122730.975000', '122731.435000', '122731.895000', '122732.355000', '122732.815000', '122733.275000', '122733.735000', '122734.195000', '122734.655000', '122735.115000', '122735.575000', '122736.035000', '122736.495000', '122736.955000', '122737.415000', '122737.875000', '122738.335000', '122738.795000', '122739.255000', '122739.715000', '122740.175000', '122740.635000', '122741.095000', '122741.555000', '122742.015000', '122742.475000', '122742.935000', '122743.395000', '122743.855000', '122744.315000', '122744.775000', '122745.235000', '122745.695000', '122746.155000', '122746.615000', '122747.075000', '122747.535000', '122747.995000', '122748.455000', '122748.915000', '122749.375000', '122749.835000', '122750.295000', '122750.755000', '122751.215000', '122751.675000', '122752.135000', '122752.595000', '122753.055000', '122753.515000', '122753.975000', '122754.435000', '122754.895000', '122755.355000', '122755.815000', '122756.275000', '122756.735000', '122757.195000', '122757.655000', '122758.115000', '122758.575000', '122759.035000', '122759.495000', '122759.955000', '122800.415000', '122800.875000', '122801.335000', '122801.795000', '122802.255000', '122802.715000', '122803.175000', '122803.635000', '122804.095000', '122804.555000', '122805.015000', '122805.475000', '122805.935000', '122806.395000', '122806.855000', '122807.315000', '122807.775000', '122808.235000', '122808.695000', '122809.155000', '122809.615000', '122810.075000', '122810.535000', '122810.995000', '122811.455000', '122811.915000', '122812.375000', '122812.835000', '122813.295000', '122813.755000', '122814.215000', '122814.675000', '122815.135000', '122815.595000', '122816.055000', '122816.515000', '122816.975000', '122817.435000', '122817.895000', '122818.355000', '122818.815000', '122819.275000', '122819.735000', '122820.195000', '122820.655000', '122821.115000', '122821.575000', '122822.035000', '122822.495000', '122822.955000', '122823.415000', '122823.875000', '122824.335000', '122824.795000', '122825.255000', '122825.715000', '122826.175000', '122826.635000', '122827.095000', '122827.555000', '122828.015000', '122828.475000', '122828.935000', '122829.395000', '122829.855000', '122830.315000', '122830.775000', '122831.235000', '122831.695000', '122832.155000', '122832.615000', '122833.075000', '122833.535000', '122833.995000', '122834.455000', '122834.915000', '122835.375000', '122835.835000', '122836.295000', '122836.755000', '122837.215000', '122837.675000', '122838.135000', '122838.595000', '122839.055000', '122839.515000', '122839.975000', '122840.435000', '122840.895000', '122841.355000', '122841.815000', '122842.275000', '122842.735000', '122843.195000', '122843.655000', '122844.115000', '122844.575000', '122845.035000', '122845.495000', '122845.955000', '122846.415000', '122846.875000', '122847.335000', '122847.795000', '122848.255000', '122848.715000', '122849.175000', '122849.635000', '122850.095000', '122850.555000', '122851.015000', '122851.475000', '122851.935000', '122852.395000', '122852.855000', '122853.315000', '122853.775000', '122854.235000', '122854.695000', '122855.155000', '122855.615000', '122856.075000', '122856.535000', '122856.995000', '122857.455000', '122857.915000', '122858.375000', '122858.835000', '122859.295000', '122859.755000', '122900.215000', '122900.675000', '122901.135000', '122901.595000', '122902.055000', '122902.515000', '122902.975000', '122903.435000', '122903.895000', '122904.355000', '122904.815000', '122905.275000', '122905.735000', '122906.195000', '122906.655000', '122907.115000', '122907.575000', '122908.035000', '122908.495000', '122908.955000', '122909.415000', '122909.875000', '122910.335000', '122910.795000', '122911.255000', '122911.715000', '122912.175000', '122912.635000', '122913.095000', '122913.555000', '122914.015000', '122914.475000', '122914.935000', '122915.395000', '122915.855000', '122916.315000', '122916.775000', '122917.235000', '122917.695000', '122918.155000', '122918.615000', '122919.075000', '122919.535000', '122919.995000', '122920.455000', '122920.915000', '122921.375000', '122921.835000', '122922.295000', '122922.755000', '122923.215000', '122923.675000', '122924.135000', '122924.595000', '122925.055000', '122925.515000', '122925.975000', '122926.435000', '122926.895000', '122927.355000', '122927.815000', '122928.275000', '122928.735000', '122929.195000', '122929.655000', '122930.115000', '122930.575000', '122931.035000', '122931.495000', '122931.955000', '122932.415000', '122932.875000', '122933.335000', '122933.795000', '122934.255000', '122934.715000', '122935.175000', '122935.635000', '122936.095000', '122936.555000', '122937.015000', '122937.475000', '122937.935000', '122938.395000', '122938.855000', '122939.315000', '122939.775000', '122940.235000', '122940.695000', '122941.155000', '122941.615000', '122942.075000', '122942.535000', '122942.995000', '122943.455000', '122943.915000', '122944.375000', '122944.835000', '122945.295000', '122945.755000', '122946.215000', '122946.675000', '122947.135000', '122947.595000', '122948.055000', '122948.515000', '122948.975000', '122949.435000', '122949.895000', '122950.355000', '122950.815000', '122951.275000', '122951.735000', '122952.195000', '122952.655000', '122953.115000', '122953.575000', '122954.035000', '122954.495000', '122954.955000', '122955.415000', '122955.875000', '122956.335000', '122956.795000', '122957.255000', '122957.715000', '122958.175000', '122958.635000', '122959.095000', '122959.555000', '123000.015000', '123000.475000', '123000.935000', '123001.395000', '123001.855000', '123002.315000', '123002.775000', '123003.235000', '123003.695000', '123004.155000', '123004.615000', '123005.075000', '123005.535000', '123005.995000', '123006.455000', '123006.915000', '123007.375000', '123007.835000', '123008.295000', '123008.755000', '123009.215000', '123009.675000', '123010.135000', '123010.595000', '123011.055000', '123011.515000', '123011.975000', '123012.435000', '123012.895000', '123013.355000', '123013.815000', '123014.275000', '123014.735000', '123015.195000', '123015.655000', '123016.115000', '123016.575000', '123017.035000', '123017.495000', '123017.955000', '123018.415000', '123018.875000', '123019.335000', '123019.795000', '123020.255000', '123020.715000', '123021.175000', '123021.635000', '123022.095000', '123022.555000', '123023.015000', '123023.475000', '123023.935000', '123024.395000', '123024.855000', '123025.315000', '123025.775000', '123026.235000', '123026.695000', '123027.155000', '123027.615000', '123028.075000', '123028.535000', '123028.995000', '123029.455000', '123029.915000', '123030.375000', '123030.835000', '123031.295000', '123031.755000', '123032.215000', '123032.675000', '123033.135000', '123033.595000', '123034.055000', '123034.515000', '123034.975000', '123035.435000', '123035.895000', '123036.355000', '123036.815000', '123037.275000', '123037.735000', '123038.195000', '123038.655000', '123039.115000', '123039.575000', '123040.035000', '123040.495000', '123040.955000', '123041.415000', '123041.875000', '123042.335000', '123042.795000', '123043.255000', '123043.715000', '123044.175000', '123044.635000', '123045.095000', '123045.555000', '123046.015000', '123046.475000', '123046.935000', '123047.395000', '123047.855000', '123048.315000', '123048.775000', '123049.235000', '123049.695000', '123050.155000', '123050.615000', '123051.075000', '123051.535000', '123051.995000', '123052.455000', '123052.915000', '123053.375000', '123053.835000', '123054.295000', '123054.755000', '123055.215000', '123055.675000', '123056.135000', '123056.595000', '123057.055000', '123057.515000', '123057.975000', '123058.435000', '123058.895000', '123059.355000', '123059.815000', '123100.275000', '123100.735000', '123101.195000', '123101.655000', '123102.115000', '123102.575000', '123103.035000', '123103.495000', '123103.955000', '123104.415000', '123104.875000', '123105.335000', '123105.795000', '123106.255000', '123106.715000', '123107.175000', '123107.635000', '123108.095000', '123108.555000', '123109.015000', '123109.475000', '123109.935000', '123110.395000', '123110.855000', '123111.315000', '123111.775000', '123112.235000', '123112.695000', '123113.155000', '123113.615000', '123114.075000', '123114.535000', '123114.995000', '123115.455000', '123115.915000', '123116.375000', '123116.835000', '123117.295000', '123117.755000', '123118.215000', '123118.675000', '123119.135000', '123119.595000', '123120.055000', '123120.515000', '123120.975000', '123121.435000', '123121.895000', '123122.355000', '123122.815000', '123123.275000', '123123.735000', '123124.195000', '123124.655000', '123125.115000', '123125.575000', '123126.035000', '123126.495000', '123126.955000', '123127.415000', '123127.875000'], 'ContentTime': ['122503.438000', '122503.442000', '122503.445000', '122503.448000', '122503.451000', '122503.454000', '122503.456000', '122503.459000', '122503.462000', '122503.465000', '122503.478000', '122503.481000', '122503.483000', '122503.487000', '122503.489000', '122503.492000', '122503.495000', '122503.498000', '122503.501000', '122503.504000', '122503.506000', '122503.509000', '122503.512000', '122503.515000', '122503.527000', '122503.530000', '122503.533000', '122503.535000', '122503.538000', '122503.541000', '122503.544000', '122503.547000', '122503.550000', '122503.553000', '122523.399000', '122523.402000', '122523.405000', '122523.407000', '122523.410000', '122523.413000', '122523.416000', '122523.419000', '122523.427000', '122523.430000', '122523.433000', '122523.435000', '122523.438000', '122523.441000', '122523.444000', '122523.447000', '122523.450000', '122523.453000', '122523.455000', '122523.458000', '122523.462000', '122523.467000', '122523.470000', '122523.473000', '122523.475000', '122523.478000', '122523.481000', '122523.484000', '122523.487000', '122523.490000', '122523.492000', '122523.495000', '122523.498000', '122523.501000', '122523.504000', '122523.506000', '122523.509000', '122523.512000', '122523.515000', '122523.518000', '122523.521000', '122523.523000', '122523.526000', '122543.398000', '122543.401000', '122543.403000', '122543.406000', '122543.409000', '122543.412000', '122543.429000', '122543.431000', '122543.434000', '122543.437000', '122543.440000', '122543.443000', '122543.445000', '122543.448000', '122543.452000', '122543.455000', '122543.458000', '122543.461000', '122543.463000', '122543.466000', '122543.469000', '122543.472000', '122543.475000', '122543.478000', '122543.480000', '122543.483000', '122543.486000', '122543.489000', '122543.492000', '122543.495000', '122543.497000', '122543.500000', '122543.503000', '122543.506000', '122543.509000', '122543.511000', '122543.514000', '122543.517000', '122543.520000', '122543.523000', '122543.525000', '122543.528000', '122543.531000', '122543.534000', '122603.398000', '122603.401000', '122603.403000', '122603.406000', '122603.409000', '122603.412000', '122603.416000', '122603.420000', '122603.423000', '122603.425000', '122603.428000', '122603.431000', '122603.434000', '122603.437000', '122603.440000', '122603.443000', '122603.445000', '122603.448000', '122603.451000', '122603.454000', '122603.457000', '122603.460000', '122603.462000', '122603.465000', '122603.469000', '122603.473000', '122603.475000', '122603.478000', '122603.481000', '122603.484000', '122603.487000', '122603.490000', '122603.493000', '122603.495000', '122603.498000', '122603.501000', '122603.504000', '122603.507000', '122603.510000', '122603.512000', '122603.515000', '122603.518000', '122603.521000', '122623.398000', '122623.401000', '122623.404000', '122623.406000', '122623.409000', '122623.412000', '122623.415000', '122623.418000', '122623.421000', '122623.424000', '122623.426000', '122623.429000', '122623.432000', '122623.435000', '122623.438000', '122623.440000', '122623.443000', '122623.446000', '122623.449000', '122623.452000', '122623.455000', '122623.458000', '122623.460000', '122623.463000', '122623.466000', '122623.469000', '122623.472000', '122623.474000', '122623.477000', '122623.480000', '122623.483000', '122623.486000', '122623.488000', '122623.491000', '122623.494000', '122623.497000', '122623.500000', '122623.502000', '122623.505000', '122623.508000', '122623.511000', '122623.514000', '122623.517000', '122623.519000', '122643.399000', '122643.402000', '122643.405000', '122643.408000', '122643.410000', '122643.413000', '122643.416000', '122643.419000', '122643.422000', '122643.425000', '122643.428000', '122643.430000', '122643.433000', '122643.436000', '122643.439000', '122643.442000', '122643.445000', '122643.447000', '122643.450000', '122643.453000', '122643.456000', '122643.459000', '122643.462000', '122643.464000', '122643.467000', '122643.470000', '122643.473000', '122643.476000', '122643.479000', '122643.481000', '122643.484000', '122643.487000', '122643.491000', '122643.496000', '122643.499000', '122643.501000', '122643.504000', '122643.507000', '122643.510000', '122643.513000', '122643.516000', '122643.519000', '122643.521000', '122703.399000', '122703.402000', '122703.404000', '122703.407000', '122703.410000', '122703.413000', '122703.416000', '122703.419000', '122703.422000', '122703.425000', '122703.427000', '122703.430000', '122703.433000', '122703.436000', '122703.439000', '122703.442000', '122703.445000', '122703.447000', '122703.450000', '122703.453000', '122703.456000', '122703.459000', '122703.462000', '122703.465000', '122703.467000', '122703.470000', '122703.473000', '122703.476000', '122703.479000', '122703.482000', '122703.484000', '122703.487000', '122703.490000', '122703.493000', '122703.496000', '122703.499000', '122703.502000', '122703.504000', '122703.507000', '122703.510000', '122703.513000', '122703.516000', '122703.519000', '122703.521000', '122723.399000', '122723.402000', '122723.415000', '122723.418000', '122723.421000', '122723.424000', '122723.427000', '122723.430000', '122723.432000', '122723.435000', '122723.438000', '122723.441000', '122723.444000', '122723.447000', '122723.450000', '122723.454000', '122723.457000', '122723.460000', '122723.463000', '122723.465000', '122723.468000', '122723.471000', '122723.474000', '122723.477000', '122723.480000', '122723.483000', '122723.485000', '122723.488000', '122723.491000', '122723.494000', '122723.497000', '122723.500000', '122723.502000', '122723.505000', '122723.508000', '122723.511000', '122723.514000', '122723.517000', '122723.520000', '122723.523000', '122723.528000', '122723.531000', '122723.534000', '122743.399000', '122743.402000', '122743.410000', '122743.413000', '122743.416000', '122743.419000', '122743.422000', '122743.425000', '122743.428000', '122743.430000', '122743.433000', '122743.436000', '122743.439000', '122743.442000', '122743.445000', '122743.448000', '122743.451000', '122743.453000', '122743.456000', '122743.459000', '122743.462000', '122743.465000', '122743.468000', '122743.471000', '122743.473000', '122743.476000', '122743.479000', '122743.482000', '122743.485000', '122743.487000', '122743.490000', '122743.493000', '122743.496000', '122743.499000', '122743.502000', '122743.504000', '122743.507000', '122743.510000', '122743.513000', '122743.516000', '122743.519000', '122743.521000', '122743.524000', '122743.527000', '122803.398000', '122803.401000', '122803.404000', '122803.406000', '122803.409000', '122803.412000', '122803.415000', '122803.418000', '122803.421000', '122803.424000', '122803.427000', '122803.429000', '122803.432000', '122803.435000', '122803.438000', '122803.441000', '122803.444000', '122803.447000', '122803.449000', '122803.452000', '122803.455000', '122803.458000', '122803.461000', '122803.464000', '122803.467000', '122803.469000', '122803.472000', '122803.475000', '122803.478000', '122803.481000', '122803.484000', '122803.487000', '122803.490000', '122803.492000', '122803.495000', '122803.498000', '122803.501000', '122803.504000', '122803.507000', '122803.510000', '122803.513000', '122803.515000', '122803.518000', '122823.398000', '122823.401000', '122823.404000', '122823.406000', '122823.409000', '122823.412000', '122823.415000', '122823.418000', '122823.421000', '122823.424000', '122823.427000', '122823.429000', '122823.432000', '122823.435000', '122823.438000', '122823.441000', '122823.444000', '122823.447000', '122823.450000', '122823.453000', '122823.455000', '122823.458000', '122823.461000', '122823.464000', '122823.467000', '122823.470000', '122823.472000', '122823.475000', '122823.478000', '122823.481000', '122823.484000', '122823.487000', '122823.490000', '122823.492000', '122823.495000', '122823.498000', '122823.501000', '122823.504000', '122823.507000', '122823.509000', '122823.512000', '122823.515000', '122823.518000', '122823.521000', '122843.398000', '122843.401000', '122843.404000', '122843.407000', '122843.409000', '122843.412000', '122843.415000', '122843.418000', '122843.421000', '122843.424000', '122843.426000', '122843.429000', '122843.432000', '122843.435000', '122843.438000', '122843.441000', '122843.444000', '122843.447000', '122843.449000', '122843.452000', '122843.455000', '122843.458000', '122843.461000', '122843.464000', '122843.466000', '122843.469000', '122843.472000', '122843.487000', '122843.489000', '122843.493000', '122843.496000', '122843.499000', '122843.502000', '122843.505000', '122843.508000', '122843.511000', '122843.513000', '122843.516000', '122843.519000', '122843.522000', '122843.525000', '122843.528000', '122843.530000', '122903.399000', '122903.402000', '122903.408000', '122903.411000', '122903.415000', '122903.418000', '122903.420000', '122903.423000', '122903.426000', '122903.429000', '122903.432000', '122903.435000', '122903.438000', '122903.441000', '122903.444000', '122903.446000', '122903.449000', '122903.452000', '122903.455000', '122903.458000', '122903.461000', '122903.464000', '122903.466000', '122903.469000', '122903.472000', '122903.475000', '122903.478000', '122903.481000', '122903.483000', '122903.486000', '122903.489000', '122903.492000', '122903.495000', '122903.498000', '122903.500000', '122903.503000', '122903.506000', '122903.509000', '122903.512000', '122903.515000', '122903.518000', '122903.520000', '122903.523000', '122923.399000', '122923.402000', '122923.405000', '122923.408000', '122923.410000', '122923.413000', '122923.416000', '122923.419000', '122923.422000', '122923.425000', '122923.428000', '122923.431000', '122923.433000', '122923.436000', '122923.439000', '122923.442000', '122923.445000', '122923.448000', '122923.451000', '122923.454000', '122923.456000', '122923.459000', '122923.462000', '122923.465000', '122923.468000', '122923.471000', '122923.474000', '122923.477000', '122923.479000', '122923.482000', '122923.485000', '122923.488000', '122923.491000', '122923.493000', '122923.496000', '122923.499000', '122923.502000', '122923.505000', '122923.508000', '122923.510000', '122923.513000', '122923.516000', '122923.519000', '122923.522000', '122943.399000', '122943.402000', '122943.405000', '122943.408000', '122943.410000', '122943.413000', '122943.416000', '122943.419000', '122943.422000', '122943.425000', '122943.428000', '122943.431000', '122943.433000', '122943.436000', '122943.439000', '122943.442000', '122943.445000', '122943.448000', '122943.450000', '122943.454000', '122943.456000', '122943.459000', '122943.462000', '122943.465000', '122943.468000', '122943.471000', '122943.474000', '122943.476000', '122943.479000', '122943.482000', '122943.485000', '122943.488000', '122943.491000', '122943.493000', '122943.496000', '122943.499000', '122943.502000', '122943.505000', '122943.508000', '122943.511000', '122943.513000', '122943.516000', '122943.519000', '122943.522000', '123003.399000', '123003.402000', '123003.405000', '123003.408000', '123003.410000', '123003.413000', '123003.416000', '123003.419000', '123003.422000', '123003.425000', '123003.428000', '123003.431000', '123003.434000', '123003.437000', '123003.439000', '123003.442000', '123003.445000', '123003.448000', '123003.451000', '123003.454000', '123003.456000', '123003.459000', '123003.462000', '123003.465000', '123003.468000', '123003.471000', '123003.474000', '123003.476000', '123003.479000', '123003.482000', '123003.485000', '123003.488000', '123003.491000', '123003.493000', '123003.496000', '123003.499000', '123003.502000', '123003.505000', '123003.508000', '123003.510000', '123003.513000', '123003.516000', '123003.519000', '123023.398000', '123023.401000', '123023.404000', '123023.407000', '123023.409000', '123023.412000', '123023.415000', '123023.418000', '123023.421000', '123023.424000', '123023.427000', '123023.430000', '123023.433000', '123023.435000', '123023.438000', '123023.441000', '123023.444000', '123023.447000', '123023.450000', '123023.453000', '123023.456000', '123023.458000', '123023.461000', '123023.464000', '123023.467000', '123023.470000', '123023.473000', '123023.476000', '123023.478000', '123023.481000', '123023.484000', '123023.487000', '123023.490000', '123023.493000', '123023.496000', '123023.498000', '123023.501000', '123023.504000', '123023.507000', '123023.510000', '123023.513000', '123023.516000', '123023.519000', '123023.521000', '123043.398000', '123043.401000', '123043.404000', '123043.407000', '123043.410000', '123043.412000', '123043.415000', '123043.418000', '123043.421000', '123043.424000', '123043.427000', '123043.430000', '123043.433000', '123043.435000', '123043.438000', '123043.441000', '123043.444000', '123043.447000', '123043.450000', '123043.452000', '123043.456000', '123043.458000', '123043.461000', '123043.464000', '123043.467000', '123043.470000', '123043.473000', '123043.476000', '123043.479000', '123043.481000', '123043.484000', '123043.487000', '123043.490000', '123043.493000', '123043.496000', '123043.498000', '123043.502000', '123043.504000', '123043.507000', '123043.510000', '123043.513000', '123043.516000', '123043.519000', '123103.398000', '123103.401000', '123103.404000', '123103.407000', '123103.410000', '123103.412000', '123103.415000', '123103.419000', '123103.421000', '123103.424000', '123103.427000', '123103.430000', '123103.433000', '123103.436000', '123103.438000', '123103.442000', '123103.448000', '123103.451000', '123103.454000', '123103.457000', '123103.459000', '123103.464000', '123103.467000', '123103.469000', '123103.472000', '123103.475000', '123103.478000', '123103.481000', '123103.484000', '123103.487000', '123103.490000', '123103.492000', '123103.495000', '123103.498000', '123103.501000', '123103.504000', '123103.507000', '123103.510000', '123103.512000', '123103.515000', '123103.518000', '123103.521000', '123103.524000', '123123.399000', '123123.402000', '123123.405000', '123123.408000', '123123.411000', '123123.414000', '123123.417000', '123123.420000', '123123.423000', '123123.425000', '123123.428000', '123123.431000', '123123.434000', '123123.437000', '123123.440000', '123123.443000', '123123.446000', '123123.449000', '123123.451000', '123123.454000', '123123.457000', '123123.460000', '123123.463000', '123123.466000', '123123.469000', '123123.472000', '123123.475000', '123123.477000', '123123.480000', '123123.483000', '123123.486000', '123123.489000', '123123.492000', '123123.495000', '123123.498000', '123123.500000', '123123.503000', '123123.506000', '123123.509000', '123123.512000', '123123.515000', '123123.518000', '123123.521000', '123123.524000', '123128.746000', '123128.749000', '123128.753000', '123128.756000', '123128.768000', '123128.771000', '123128.774000', '123128.777000', '123128.780000', '123128.783000', '123128.786000', '123128.789000'], 'InstanceCreationTime': ['122503.438000', '122503.442000', '122503.445000', '122503.448000', '122503.451000', '122503.454000', '122503.456000', '122503.459000', '122503.462000', '122503.465000', '122503.478000', '122503.481000', '122503.483000', '122503.487000', '122503.489000', '122503.492000', '122503.495000', '122503.498000', '122503.501000', '122503.504000', '122503.506000', '122503.509000', '122503.512000', '122503.515000', '122503.527000', '122503.530000', '122503.533000', '122503.535000', '122503.538000', '122503.541000', '122503.544000', '122503.547000', '122503.550000', '122503.553000', '122523.399000', '122523.402000', '122523.405000', '122523.407000', '122523.410000', '122523.413000', '122523.416000', '122523.419000', '122523.427000', '122523.430000', '122523.433000', '122523.435000', '122523.438000', '122523.441000', '122523.444000', '122523.447000', '122523.450000', '122523.453000', '122523.455000', '122523.458000', '122523.462000', '122523.467000', '122523.470000', '122523.473000', '122523.475000', '122523.478000', '122523.481000', '122523.484000', '122523.487000', '122523.490000', '122523.492000', '122523.495000', '122523.498000', '122523.501000', '122523.504000', '122523.506000', '122523.509000', '122523.512000', '122523.515000', '122523.518000', '122523.521000', '122523.523000', '122523.526000', '122543.398000', '122543.401000', '122543.403000', '122543.406000', '122543.409000', '122543.412000', '122543.429000', '122543.431000', '122543.434000', '122543.437000', '122543.440000', '122543.443000', '122543.445000', '122543.448000', '122543.452000', '122543.455000', '122543.458000', '122543.461000', '122543.463000', '122543.466000', '122543.469000', '122543.472000', '122543.475000', '122543.478000', '122543.480000', '122543.483000', '122543.486000', '122543.489000', '122543.492000', '122543.495000', '122543.497000', '122543.500000', '122543.503000', '122543.506000', '122543.509000', '122543.511000', '122543.514000', '122543.517000', '122543.520000', '122543.523000', '122543.525000', '122543.528000', '122543.531000', '122543.534000', '122603.398000', '122603.401000', '122603.403000', '122603.406000', '122603.409000', '122603.412000', '122603.416000', '122603.420000', '122603.423000', '122603.425000', '122603.428000', '122603.431000', '122603.434000', '122603.437000', '122603.440000', '122603.443000', '122603.445000', '122603.448000', '122603.451000', '122603.454000', '122603.457000', '122603.460000', '122603.462000', '122603.465000', '122603.469000', '122603.473000', '122603.475000', '122603.478000', '122603.481000', '122603.484000', '122603.487000', '122603.490000', '122603.493000', '122603.495000', '122603.498000', '122603.501000', '122603.504000', '122603.507000', '122603.510000', '122603.512000', '122603.515000', '122603.518000', '122603.521000', '122623.398000', '122623.401000', '122623.404000', '122623.406000', '122623.409000', '122623.412000', '122623.415000', '122623.418000', '122623.421000', '122623.424000', '122623.426000', '122623.429000', '122623.432000', '122623.435000', '122623.438000', '122623.440000', '122623.443000', '122623.446000', '122623.449000', '122623.452000', '122623.455000', '122623.458000', '122623.460000', '122623.463000', '122623.466000', '122623.469000', '122623.472000', '122623.474000', '122623.477000', '122623.480000', '122623.483000', '122623.486000', '122623.488000', '122623.491000', '122623.494000', '122623.497000', '122623.500000', '122623.502000', '122623.505000', '122623.508000', '122623.511000', '122623.514000', '122623.517000', '122623.519000', '122643.399000', '122643.402000', '122643.405000', '122643.408000', '122643.410000', '122643.413000', '122643.416000', '122643.419000', '122643.422000', '122643.425000', '122643.428000', '122643.430000', '122643.433000', '122643.436000', '122643.439000', '122643.442000', '122643.445000', '122643.447000', '122643.450000', '122643.453000', '122643.456000', '122643.459000', '122643.462000', '122643.464000', '122643.467000', '122643.470000', '122643.473000', '122643.476000', '122643.479000', '122643.481000', '122643.484000', '122643.487000', '122643.491000', '122643.496000', '122643.499000', '122643.501000', '122643.504000', '122643.507000', '122643.510000', '122643.513000', '122643.516000', '122643.519000', '122643.521000', '122703.399000', '122703.402000', '122703.404000', '122703.407000', '122703.410000', '122703.413000', '122703.416000', '122703.419000', '122703.422000', '122703.425000', '122703.427000', '122703.430000', '122703.433000', '122703.436000', '122703.439000', '122703.442000', '122703.445000', '122703.447000', '122703.450000', '122703.453000', '122703.456000', '122703.459000', '122703.462000', '122703.465000', '122703.467000', '122703.470000', '122703.473000', '122703.476000', '122703.479000', '122703.482000', '122703.484000', '122703.487000', '122703.490000', '122703.493000', '122703.496000', '122703.499000', '122703.502000', '122703.504000', '122703.507000', '122703.510000', '122703.513000', '122703.516000', '122703.519000', '122703.521000', '122723.399000', '122723.402000', '122723.415000', '122723.418000', '122723.421000', '122723.424000', '122723.427000', '122723.430000', '122723.432000', '122723.435000', '122723.438000', '122723.441000', '122723.444000', '122723.447000', '122723.450000', '122723.454000', '122723.457000', '122723.460000', '122723.463000', '122723.465000', '122723.468000', '122723.471000', '122723.474000', '122723.477000', '122723.480000', '122723.483000', '122723.485000', '122723.488000', '122723.491000', '122723.494000', '122723.497000', '122723.500000', '122723.502000', '122723.505000', '122723.508000', '122723.511000', '122723.514000', '122723.517000', '122723.520000', '122723.523000', '122723.528000', '122723.531000', '122723.534000', '122743.399000', '122743.402000', '122743.410000', '122743.413000', '122743.416000', '122743.419000', '122743.422000', '122743.425000', '122743.428000', '122743.430000', '122743.433000', '122743.436000', '122743.439000', '122743.442000', '122743.445000', '122743.448000', '122743.451000', '122743.453000', '122743.456000', '122743.459000', '122743.462000', '122743.465000', '122743.468000', '122743.471000', '122743.473000', '122743.476000', '122743.479000', '122743.482000', '122743.485000', '122743.487000', '122743.490000', '122743.493000', '122743.496000', '122743.499000', '122743.502000', '122743.504000', '122743.507000', '122743.510000', '122743.513000', '122743.516000', '122743.519000', '122743.521000', '122743.524000', '122743.527000', '122803.398000', '122803.401000', '122803.404000', '122803.406000', '122803.409000', '122803.412000', '122803.415000', '122803.418000', '122803.421000', '122803.424000', '122803.427000', '122803.429000', '122803.432000', '122803.435000', '122803.438000', '122803.441000', '122803.444000', '122803.447000', '122803.449000', '122803.452000', '122803.455000', '122803.458000', '122803.461000', '122803.464000', '122803.467000', '122803.469000', '122803.472000', '122803.475000', '122803.478000', '122803.481000', '122803.484000', '122803.487000', '122803.490000', '122803.492000', '122803.495000', '122803.498000', '122803.501000', '122803.504000', '122803.507000', '122803.510000', '122803.513000', '122803.515000', '122803.518000', '122823.398000', '122823.401000', '122823.404000', '122823.406000', '122823.409000', '122823.412000', '122823.415000', '122823.418000', '122823.421000', '122823.424000', '122823.427000', '122823.429000', '122823.432000', '122823.435000', '122823.438000', '122823.441000', '122823.444000', '122823.447000', '122823.450000', '122823.453000', '122823.455000', '122823.458000', '122823.461000', '122823.464000', '122823.467000', '122823.470000', '122823.472000', '122823.475000', '122823.478000', '122823.481000', '122823.484000', '122823.487000', '122823.490000', '122823.492000', '122823.495000', '122823.498000', '122823.501000', '122823.504000', '122823.507000', '122823.509000', '122823.512000', '122823.515000', '122823.518000', '122823.521000', '122843.398000', '122843.401000', '122843.404000', '122843.407000', '122843.409000', '122843.412000', '122843.415000', '122843.418000', '122843.421000', '122843.424000', '122843.426000', '122843.429000', '122843.432000', '122843.435000', '122843.438000', '122843.441000', '122843.444000', '122843.447000', '122843.449000', '122843.452000', '122843.455000', '122843.458000', '122843.461000', '122843.464000', '122843.466000', '122843.469000', '122843.472000', '122843.487000', '122843.489000', '122843.493000', '122843.496000', '122843.499000', '122843.502000', '122843.505000', '122843.508000', '122843.511000', '122843.513000', '122843.516000', '122843.519000', '122843.522000', '122843.525000', '122843.528000', '122843.530000', '122903.399000', '122903.402000', '122903.408000', '122903.411000', '122903.415000', '122903.418000', '122903.420000', '122903.423000', '122903.426000', '122903.429000', '122903.432000', '122903.435000', '122903.438000', '122903.441000', '122903.444000', '122903.446000', '122903.449000', '122903.452000', '122903.455000', '122903.458000', '122903.461000', '122903.464000', '122903.466000', '122903.469000', '122903.472000', '122903.475000', '122903.478000', '122903.481000', '122903.483000', '122903.486000', '122903.489000', '122903.492000', '122903.495000', '122903.498000', '122903.500000', '122903.503000', '122903.506000', '122903.509000', '122903.512000', '122903.515000', '122903.518000', '122903.520000', '122903.523000', '122923.399000', '122923.402000', '122923.405000', '122923.408000', '122923.410000', '122923.413000', '122923.416000', '122923.419000', '122923.422000', '122923.425000', '122923.428000', '122923.431000', '122923.433000', '122923.436000', '122923.439000', '122923.442000', '122923.445000', '122923.448000', '122923.451000', '122923.454000', '122923.456000', '122923.459000', '122923.462000', '122923.465000', '122923.468000', '122923.471000', '122923.474000', '122923.477000', '122923.479000', '122923.482000', '122923.485000', '122923.488000', '122923.491000', '122923.493000', '122923.496000', '122923.499000', '122923.502000', '122923.505000', '122923.508000', '122923.510000', '122923.513000', '122923.516000', '122923.519000', '122923.522000', '122943.399000', '122943.402000', '122943.405000', '122943.408000', '122943.410000', '122943.413000', '122943.416000', '122943.419000', '122943.422000', '122943.425000', '122943.428000', '122943.431000', '122943.433000', '122943.436000', '122943.439000', '122943.442000', '122943.445000', '122943.448000', '122943.450000', '122943.454000', '122943.456000', '122943.459000', '122943.462000', '122943.465000', '122943.468000', '122943.471000', '122943.474000', '122943.476000', '122943.479000', '122943.482000', '122943.485000', '122943.488000', '122943.491000', '122943.493000', '122943.496000', '122943.499000', '122943.502000', '122943.505000', '122943.508000', '122943.511000', '122943.513000', '122943.516000', '122943.519000', '122943.522000', '123003.399000', '123003.402000', '123003.405000', '123003.408000', '123003.410000', '123003.413000', '123003.416000', '123003.419000', '123003.422000', '123003.425000', '123003.428000', '123003.431000', '123003.434000', '123003.437000', '123003.439000', '123003.442000', '123003.445000', '123003.448000', '123003.451000', '123003.454000', '123003.456000', '123003.459000', '123003.462000', '123003.465000', '123003.468000', '123003.471000', '123003.474000', '123003.476000', '123003.479000', '123003.482000', '123003.485000', '123003.488000', '123003.491000', '123003.493000', '123003.496000', '123003.499000', '123003.502000', '123003.505000', '123003.508000', '123003.510000', '123003.513000', '123003.516000', '123003.519000', '123023.398000', '123023.401000', '123023.404000', '123023.407000', '123023.409000', '123023.412000', '123023.415000', '123023.418000', '123023.421000', '123023.424000', '123023.427000', '123023.430000', '123023.433000', '123023.435000', '123023.438000', '123023.441000', '123023.444000', '123023.447000', '123023.450000', '123023.453000', '123023.456000', '123023.458000', '123023.461000', '123023.464000', '123023.467000', '123023.470000', '123023.473000', '123023.476000', '123023.478000', '123023.481000', '123023.484000', '123023.487000', '123023.490000', '123023.493000', '123023.496000', '123023.498000', '123023.501000', '123023.504000', '123023.507000', '123023.510000', '123023.513000', '123023.516000', '123023.519000', '123023.521000', '123043.398000', '123043.401000', '123043.404000', '123043.407000', '123043.410000', '123043.412000', '123043.415000', '123043.418000', '123043.421000', '123043.424000', '123043.427000', '123043.430000', '123043.433000', '123043.435000', '123043.438000', '123043.441000', '123043.444000', '123043.447000', '123043.450000', '123043.452000', '123043.456000', '123043.458000', '123043.461000', '123043.464000', '123043.467000', '123043.470000', '123043.473000', '123043.476000', '123043.479000', '123043.481000', '123043.484000', '123043.487000', '123043.490000', '123043.493000', '123043.496000', '123043.498000', '123043.502000', '123043.504000', '123043.507000', '123043.510000', '123043.513000', '123043.516000', '123043.519000', '123103.398000', '123103.401000', '123103.404000', '123103.407000', '123103.410000', '123103.412000', '123103.415000', '123103.419000', '123103.421000', '123103.424000', '123103.427000', '123103.430000', '123103.433000', '123103.436000', '123103.438000', '123103.442000', '123103.448000', '123103.451000', '123103.454000', '123103.457000', '123103.459000', '123103.464000', '123103.467000', '123103.469000', '123103.472000', '123103.475000', '123103.478000', '123103.481000', '123103.484000', '123103.487000', '123103.490000', '123103.492000', '123103.495000', '123103.498000', '123103.501000', '123103.504000', '123103.507000', '123103.510000', '123103.512000', '123103.515000', '123103.518000', '123103.521000', '123103.524000', '123123.399000', '123123.402000', '123123.405000', '123123.408000', '123123.411000', '123123.414000', '123123.417000', '123123.420000', '123123.423000', '123123.425000', '123123.428000', '123123.431000', '123123.434000', '123123.437000', '123123.440000', '123123.443000', '123123.446000', '123123.449000', '123123.451000', '123123.454000', '123123.457000', '123123.460000', '123123.463000', '123123.466000', '123123.469000', '123123.472000', '123123.475000', '123123.477000', '123123.480000', '123123.483000', '123123.486000', '123123.489000', '123123.492000', '123123.495000', '123123.498000', '123123.500000', '123123.503000', '123123.506000', '123123.509000', '123123.512000', '123123.515000', '123123.518000', '123123.521000', '123123.524000', '123128.746000', '123128.749000', '123128.753000', '123128.756000', '123128.768000', '123128.771000', '123128.774000', '123128.777000', '123128.780000', '123128.783000', '123128.786000', '123128.789000'], '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': [15879, 11449, 15119, 10880, 14921, 11242, 14733, 10793, 15447, 11726, 16027, 11985, 15666, 12653, 12843, 13089, 10072, 14105, 10711, 14717, 11106, 15637, 11467, 14774, 11142, 16079, 13006, 16980, 12840, 13067, 13321, 10605, 15086, 11320, 16156, 11693, 16408, 12312, 16268, 12142, 16550, 12093, 15835, 11755, 14998, 11397, 14172, 10654, 14893, 10790, 15683, 12354, 16418, 12920, 15945, 13197, 15783, 13105, 16278, 12989, 16007, 12340, 15856, 12553, 15486, 11553, 15229, 11293, 15167, 11334, 14692, 11670, 16135, 12241, 15843, 13300, 16047, 13270, 15794, 13787, 16681, 13154, 16014, 12522, 16054, 12190, 15876, 11330, 14449, 11173, 14538, 11938, 15501, 11977, 15514, 12211, 15921, 12289, 16019, 11943, 15201, 11796, 14604, 12690, 14266, 18504, 14115, 16521, 13346, 16546, 13200, 15864, 12734, 14774, 12529, 15016, 12723, 15241, 12302, 14411, 12413, 14646, 12559, 12371, 12258, 14654, 12901, 17109, 13018, 16446, 12802, 16086, 12126, 15588, 12209, 15016, 10989, 13881, 10760, 13692, 10775, 13687, 11138, 13917, 10740, 13304, 17536, 13299, 15762, 13258, 15714, 12205, 14892, 11779, 14802, 12071, 14636, 11408, 14946, 11696, 15110, 12605, 15420, 12876, 16203, 13079, 16128, 12500, 15827, 12275, 15876, 12648, 14533, 11468, 14795, 11936, 13446, 9305, 15308, 11635, 15691, 12750, 11736, 13265, 11292, 15502, 11429, 15353, 11676, 13901, 19070, 13660, 16126, 12870, 15644, 12104, 14346, 11352, 13934, 10909, 13480, 10371, 13409, 11077, 12763, 12216, 13113, 16908, 12512, 15540, 11983, 15240, 12213, 14612, 11099, 13395, 17342, 13254, 15508, 12917, 15769, 11675, 14915, 11756, 14300, 11403, 13234, 17123, 13118, 15464, 12338, 15335, 11977, 14082, 10997, 13796, 12701, 13179, 16659, 12669, 14921, 12360, 14838, 12275, 14691, 12148, 14403, 11937, 15074, 12568, 16008, 12050, 15890, 12232, 14464, 13980, 14155, 18676, 13633, 16282, 12444, 15610, 12061, 15059, 12096, 15521, 11570, 14400, 12541, 13093, 16936, 13600, 16057, 11761, 15348, 11201, 13466, 17564, 13119, 15733, 12296, 15113, 11484, 14389, 10701, 13442, 15626, 12436, 15866, 12263, 14444, 12297, 14264, 11804, 14550, 11703, 14661, 11805, 14843, 9190, 11461, 8405, 14956, 9947, 15436, 11339, 14670, 12901, 10428, 15329, 11993, 15621, 12140, 14708, 12158, 13460, 16512, 12852, 15743, 13605, 12876, 13479, 11197, 13892, 11808, 13784, 12177, 13271, 11977, 12918, 14880, 13119, 15370, 12791, 13759, 12415, 17392, 12468, 15846, 12542, 15188, 12706, 15141, 11265, 14592, 11738, 13932, 11121, 14237, 10840, 14288, 11448, 13910, 10927, 13917, 13810, 12464, 10756, 11999, 14162, 12466, 17573, 13195, 11885, 11292, 16952, 11390, 16011, 11654, 15177, 11144, 13929, 13971, 12167, 18022, 12635, 16576, 11690, 17300, 11456, 16046, 11795, 15584, 11260, 15206, 11148, 13980, 10467, 13190, 18308, 12763, 16320, 12583, 15535, 11391, 14803, 11303, 16508, 11840, 16074, 12036, 12881, 12109, 10020, 14452, 11875, 13806, 11541, 18519, 12599, 17614, 12286, 15597, 11390, 13990, 13762, 12464, 18095, 11733, 15893, 12140, 15357, 11329, 14938, 10712, 14081, 10354, 12547, 12944, 12037, 16982, 11711, 15498, 11331, 14483, 10842, 13459, 14113, 12185, 17750, 12017, 15875, 11512, 15438, 11717, 15108, 10360, 15257, 11278, 16870, 14027, 19835, 14335, 12603, 14189, 12383, 17567, 12289, 17806, 14270, 11513, 14211, 10933, 12958, 13810, 12987, 18158, 12828, 20387, 16653, 20079, 15255, 18602, 14490, 16004, 19975, 15773, 17645, 12273, 16073, 10675, 13282, 18852, 12345, 16465, 12362, 14943, 10768, 15476, 10543, 15031, 10954, 14504, 11242, 10409, 11170, 9253, 13951, 12135, 9563, 13054, 9786, 14284, 10380, 14317, 11359, 16631, 12358, 16506, 12932, 14572, 20004, 12851, 16682, 12428, 15329, 11096, 13625, 13040, 11826, 17593, 12045, 15862, 11542, 14867, 11249, 14710, 11197, 14523, 10474, 13850, 10347, 12489, 10419, 13604, 10653, 14014, 10676, 14030, 10998, 13422, 11461, 13826, 11938, 9577, 11751, 9255, 15036, 10154, 15570, 11578, 17227, 12095, 17519, 11944, 17138, 11606, 16334, 12549, 14749, 15671, 13472, 18887, 11967, 16532, 12348, 12877, 14085, 10251, 15946, 11091, 16529, 11574, 12384, 12146, 10048, 13978, 15474, 12049, 14113, 11963, 12302, 12854, 13602, 12749, 14503, 12079, 12305, 12429, 10297, 13505, 10097, 13790, 10384, 13511, 10791, 14227, 10839, 14189, 10836, 14779, 11261, 14815, 11520, 14693, 11336, 14796, 10982, 13984, 10586, 13852, 10345, 12890, 10758, 15251, 11297, 15740, 11642, 16855, 12211, 15613, 12125, 17159, 11946, 16511, 12297, 14257, 12824, 11889, 13786, 18676, 12799, 18661, 12954, 17730, 12487, 17655, 11626, 17075, 11928, 15220, 17042, 13133, 18702, 12311, 19573, 12806, 17103, 12491, 16286, 12252, 16969, 11524, 17662, 11659, 16881, 11748, 17103, 11938, 14417, 10806, 15682, 11550, 13409, 12458, 12135, 13104, 18831, 12407, 16777, 12057, 15127, 12179, 15858, 11813, 15918, 11808, 15220, 10807, 15656, 10939, 15194, 10772, 14662, 10968, 13939, 10677, 14097, 10590, 13465, 16842, 12858, 17299, 11968, 15713, 12112, 15229, 11637, 14764, 10714, 14540, 10663, 14745, 11107, 14916, 11056, 15736, 11432, 16744, 11275, 17765, 12706, 16330, 16664, 13569, 19620, 13511, 17403, 12217, 16550, 11756, 17266, 10952, 16506, 11787, 18143, 12179, 18671, 12128, 17333, 13015, 17344, 11070, 16535, 11322, 15563, 18344, 13358, 20399, 12034, 16705, 11819, 16131, 11005, 15921, 10610, 15127, 10649, 14968, 10800, 14666, 12996, 13796, 14402, 12600, 18518, 11940, 17016, 11798, 15896, 11353, 15358, 10755, 14857, 10763, 15131, 11039, 15453, 11959, 15094, 10687, 15140, 11232, 12497, 11340, 10558, 13054, 10392, 14460, 10878, 14715, 11391, 16489, 13123, 9944, 14260, 10912, 12608, 11236, 9365, 14215, 12431, 14061, 13541, 20159, 14241, 18692, 13440, 17827, 13557, 18511, 13991, 17603, 12739, 17017, 11455, 16353, 11198, 14003, 19767, 12325, 16672, 11545, 15500, 10670, 13617, 10405, 12050, 10017, 12486, 10222, 12100, 9958, 12796, 10495, 14548, 12148, 9204, 13801, 10592, 9382, 12055, 12044, 13508, 12374, 10167, 14054, 10688, 16669, 12755, 18731, 14590, 19822, 14183, 19852, 14532, 18360, 15510, 20475, 15678, 19532, 13662, 18202, 13129, 16270, 17813, 12766, 19595, 12139, 17180, 10756, 14875, 10388, 12256, 12333, 11585, 15336, 11697, 14794, 11617, 14668, 11444], 'WindowCenter': [4867.0, 4813.0, 4839.0, 4798.0, 4826.0, 4786.0, 4826.0, 4799.0, 4827.0, 4797.0, 4848.0, 4820.0, 4838.0, 4818.0, 4806.0, 4818.0, 4791.0, 4828.0, 4801.0, 4839.0, 4814.0, 4851.0, 4836.0, 4853.0, 4797.0, 4837.0, 4832.0, 4848.0, 4831.0, 4819.0, 4818.0, 4800.0, 4841.0, 4810.0, 4850.0, 4810.0, 4848.0, 4809.0, 4838.0, 4808.0, 4838.0, 4806.0, 4825.0, 4793.0, 4814.0, 4797.0, 4815.0, 4774.0, 4812.0, 4784.0, 4823.0, 4807.0, 4835.0, 4818.0, 4836.0, 4818.0, 4837.0, 4818.0, 4836.0, 4815.0, 4823.0, 4805.0, 4825.0, 4806.0, 4827.0, 4798.0, 4836.0, 4799.0, 4828.0, 4786.0, 4814.0, 4797.0, 4850.0, 4821.0, 4848.0, 4841.0, 4850.0, 4821.0, 4838.0, 4831.0, 4851.0, 4821.0, 4839.0, 4809.0, 4839.0, 4810.0, 4853.0, 4801.0, 4829.0, 4800.0, 4818.0, 4796.0, 4839.0, 4798.0, 4828.0, 4797.0, 4826.0, 4796.0, 4825.0, 4783.0, 4813.0, 4785.0, 4804.0, 4792.0, 4803.0, 4821.0, 4791.0, 4798.0, 4790.0, 4810.0, 4780.0, 4800.0, 4781.0, 4800.0, 4793.0, 4811.0, 4806.0, 4827.0, 4808.0, 4814.0, 4807.0, 4827.0, 4821.0, 4820.0, 4821.0, 4830.0, 4821.0, 4849.0, 4820.0, 4839.0, 4808.0, 4838.0, 4807.0, 4827.0, 4797.0, 4828.0, 4786.0, 4806.0, 4786.0, 4804.0, 4784.0, 4803.0, 4785.0, 4817.0, 4799.0, 4818.0, 4836.0, 4807.0, 4824.0, 4806.0, 4827.0, 4797.0, 4816.0, 4797.0, 4817.0, 4796.0, 4814.0, 4796.0, 4827.0, 4811.0, 4829.0, 4820.0, 4827.0, 4820.0, 4854.0, 4820.0, 4839.0, 4819.0, 4840.0, 4810.0, 4851.0, 4822.0, 4833.0, 4800.0, 4832.0, 4808.0, 4830.0, 4779.0, 4839.0, 4812.0, 4852.0, 4822.0, 4821.0, 4821.0, 4802.0, 4843.0, 4801.0, 4830.0, 4800.0, 4820.0, 4849.0, 4806.0, 4829.0, 4796.0, 4805.0, 4785.0, 4805.0, 4774.0, 4803.0, 4777.0, 4806.0, 4776.0, 4805.0, 4788.0, 4808.0, 4798.0, 4820.0, 4850.0, 4811.0, 4829.0, 4811.0, 4829.0, 4799.0, 4830.0, 4788.0, 4809.0, 4837.0, 4807.0, 4816.0, 4796.0, 4826.0, 4786.0, 4816.0, 4786.0, 4817.0, 4786.0, 4807.0, 4836.0, 4807.0, 4816.0, 4796.0, 4815.0, 4787.0, 4806.0, 4776.0, 4807.0, 4797.0, 4808.0, 4838.0, 4807.0, 4818.0, 4809.0, 4827.0, 4811.0, 4830.0, 4823.0, 4842.0, 4825.0, 4854.0, 4824.0, 4854.0, 4813.0, 4844.0, 4812.0, 4831.0, 4820.0, 4832.0, 4849.0, 4821.0, 4840.0, 4810.0, 4829.0, 4810.0, 4829.0, 4800.0, 4831.0, 4800.0, 4820.0, 4808.0, 4820.0, 4838.0, 4808.0, 4828.0, 4787.0, 4817.0, 4776.0, 4806.0, 4824.0, 4794.0, 4813.0, 4784.0, 4801.0, 4773.0, 4804.0, 4763.0, 4795.0, 4814.0, 4785.0, 4814.0, 4786.0, 4804.0, 4797.0, 4818.0, 4810.0, 4830.0, 4812.0, 4831.0, 4812.0, 4842.0, 4819.0, 4835.0, 4786.0, 4852.0, 4803.0, 4841.0, 4813.0, 4843.0, 4835.0, 4803.0, 4857.0, 4814.0, 4857.0, 4813.0, 4833.0, 4810.0, 4821.0, 4838.0, 4810.0, 4841.0, 4822.0, 4808.0, 4807.0, 4787.0, 4819.0, 4798.0, 4807.0, 4797.0, 4809.0, 4786.0, 4796.0, 4804.0, 4795.0, 4814.0, 4796.0, 4819.0, 4798.0, 4826.0, 4796.0, 4814.0, 4794.0, 4803.0, 4783.0, 4802.0, 4761.0, 4792.0, 4772.0, 4793.0, 4774.0, 4805.0, 4776.0, 4815.0, 4798.0, 4807.0, 4788.0, 4832.0, 4820.0, 4809.0, 4789.0, 4799.0, 4817.0, 4824.0, 4853.0, 4823.0, 4801.0, 4804.0, 4850.0, 4802.0, 4828.0, 4789.0, 4820.0, 4787.0, 4821.0, 4807.0, 4799.0, 4838.0, 4799.0, 4837.0, 4799.0, 4838.0, 4798.0, 4828.0, 4797.0, 4828.0, 4789.0, 4830.0, 4789.0, 4819.0, 4778.0, 4798.0, 4836.0, 4797.0, 4826.0, 4797.0, 4816.0, 4788.0, 4816.0, 4789.0, 4826.0, 4800.0, 4840.0, 4812.0, 4823.0, 4824.0, 4807.0, 4844.0, 4828.0, 4835.0, 4816.0, 4864.0, 4814.0, 4851.0, 4799.0, 4821.0, 4788.0, 4809.0, 4797.0, 4787.0, 4838.0, 4799.0, 4813.0, 4784.0, 4815.0, 4774.0, 4806.0, 4777.0, 4818.0, 4780.0, 4810.0, 4808.0, 4800.0, 4839.0, 4800.0, 4828.0, 4800.0, 4831.0, 4790.0, 4821.0, 4820.0, 4811.0, 4849.0, 4810.0, 4830.0, 4802.0, 4831.0, 4803.0, 4845.0, 4817.0, 4854.0, 4822.0, 4863.0, 4856.0, 4884.0, 4858.0, 4834.0, 4858.0, 4863.0, 4901.0, 4851.0, 4897.0, 4844.0, 4814.0, 4860.0, 4830.0, 4848.0, 4846.0, 4836.0, 4867.0, 4823.0, 4863.0, 4831.0, 4841.0, 4808.0, 4820.0, 4773.0, 4780.0, 4787.0, 4752.0, 4751.0, 4708.0, 4735.0, 4685.0, 4714.0, 4752.0, 4703.0, 4733.0, 4714.0, 4747.0, 4706.0, 4772.0, 4749.0, 4787.0, 4721.0, 4749.0, 4721.0, 4694.0, 4719.0, 4713.0, 4789.0, 4807.0, 4781.0, 4820.0, 4793.0, 4834.0, 4806.0, 4845.0, 4817.0, 4855.0, 4814.0, 4845.0, 4800.0, 4810.0, 4838.0, 4775.0, 4804.0, 4762.0, 4792.0, 4750.0, 4771.0, 4769.0, 4754.0, 4798.0, 4758.0, 4787.0, 4760.0, 4789.0, 4761.0, 4790.0, 4762.0, 4790.0, 4761.0, 4791.0, 4777.0, 4783.0, 4765.0, 4804.0, 4765.0, 4803.0, 4777.0, 4819.0, 4791.0, 4832.0, 4813.0, 4834.0, 4827.0, 4796.0, 4839.0, 4809.0, 4869.0, 4818.0, 4868.0, 4829.0, 4879.0, 4840.0, 4878.0, 4828.0, 4866.0, 4815.0, 4845.0, 4824.0, 4833.0, 4831.0, 4823.0, 4863.0, 4813.0, 4838.0, 4799.0, 4810.0, 4832.0, 4793.0, 4840.0, 4802.0, 4849.0, 4802.0, 4812.0, 4813.0, 4794.0, 4848.0, 4845.0, 4812.0, 4821.0, 4801.0, 4799.0, 4810.0, 4808.0, 4811.0, 4842.0, 4812.0, 4800.0, 4799.0, 4777.0, 4806.0, 4766.0, 4806.0, 4778.0, 4809.0, 4789.0, 4819.0, 4790.0, 4820.0, 4791.0, 4830.0, 4791.0, 4830.0, 4802.0, 4830.0, 4791.0, 4831.0, 4791.0, 4831.0, 4791.0, 4833.0, 4805.0, 4834.0, 4814.0, 4841.0, 4802.0, 4841.0, 4814.0, 4863.0, 4827.0, 4855.0, 4841.0, 4876.0, 4840.0, 4866.0, 4828.0, 4847.0, 4837.0, 4827.0, 4848.0, 4877.0, 4863.0, 4888.0, 4837.0, 4866.0, 4824.0, 4853.0, 4801.0, 4841.0, 4801.0, 4831.0, 4829.0, 4810.0, 4838.0, 4789.0, 4850.0, 4798.0, 4826.0, 4797.0, 4816.0, 4788.0, 4837.0, 4789.0, 4836.0, 4788.0, 4836.0, 4799.0, 4837.0, 4799.0, 4819.0, 4791.0, 4829.0, 4791.0, 4820.0, 4812.0, 4812.0, 4822.0, 4851.0, 4811.0, 4840.0, 4800.0, 4828.0, 4800.0, 4840.0, 4801.0, 4840.0, 4801.0, 4830.0, 4803.0, 4842.0, 4793.0, 4832.0, 4793.0, 4832.0, 4792.0, 4832.0, 4793.0, 4835.0, 4794.0, 4825.0, 4852.0, 4824.0, 4853.0, 4814.0, 4842.0, 4814.0, 4843.0, 4814.0, 4843.0, 4804.0, 4844.0, 4817.0, 4869.0, 4841.0, 4870.0, 4843.0, 4881.0, 4853.0, 4893.0, 4844.0, 4893.0, 4850.0, 4883.0, 4879.0, 4848.0, 4879.0, 4837.0, 4857.0, 4815.0, 4844.0, 4801.0, 4853.0, 4803.0, 4853.0, 4815.0, 4865.0, 4815.0, 4863.0, 4812.0, 4841.0, 4811.0, 4841.0, 4789.0, 4829.0, 4777.0, 4817.0, 4826.0, 4796.0, 4835.0, 4772.0, 4802.0, 4762.0, 4798.0, 4752.0, 4802.0, 4752.0, 4792.0, 4749.0, 4791.0, 4751.0, 4792.0, 4771.0, 4782.0, 4781.0, 4772.0, 4811.0, 4762.0, 4801.0, 4773.0, 4801.0, 4763.0, 4802.0, 4764.0, 4803.0, 4765.0, 4804.0, 4777.0, 4816.0, 4788.0, 4817.0, 4779.0, 4817.0, 4792.0, 4800.0, 4791.0, 4792.0, 4823.0, 4806.0, 4844.0, 4804.0, 4844.0, 4840.0, 4890.0, 4874.0, 4823.0, 4869.0, 4830.0, 4864.0, 4843.0, 4824.0, 4861.0, 4852.0, 4859.0, 4852.0, 4881.0, 4850.0, 4859.0, 4827.0, 4845.0, 4814.0, 4841.0, 4798.0, 4816.0, 4773.0, 4793.0, 4749.0, 4780.0, 4738.0, 4767.0, 4797.0, 4745.0, 4773.0, 4734.0, 4762.0, 4725.0, 4754.0, 4749.0, 4757.0, 4727.0, 4769.0, 4751.0, 4772.0, 4782.0, 4825.0, 4807.0, 4833.0, 4789.0, 4760.0, 4808.0, 4752.0, 4747.0, 4799.0, 4843.0, 4860.0, 4852.0, 4834.0, 4874.0, 4821.0, 4909.0, 4879.0, 4919.0, 4863.0, 4893.0, 4850.0, 4877.0, 4825.0, 4840.0, 4811.0, 4827.0, 4796.0, 4816.0, 4771.0, 4791.0, 4758.0, 4776.0, 4773.0, 4742.0, 4780.0, 4718.0, 4757.0, 4708.0, 4748.0, 4708.0, 4730.0, 4729.0, 4732.0, 4773.0, 4745.0, 4774.0, 4747.0, 4786.0, 4771.0], 'WindowWidth': [10580.0, 10495.0, 10525.0, 10465.0, 10500.0, 10443.0, 10500.0, 10469.0, 10504.0, 10461.0, 10536.0, 10499.0, 10522.0, 10492.0, 10473.0, 10494.0, 10462.0, 10508.0, 10473.0, 10525.0, 10494.0, 10547.0, 10532.0, 10552.0, 10463.0, 10519.0, 10518.0, 10539.0, 10514.0, 10498.0, 10494.0, 10471.0, 10531.0, 10485.0, 10542.0, 10485.0, 10536.0, 10480.0, 10523.0, 10476.0, 10521.0, 10470.0, 10497.0, 10450.0, 10480.0, 10461.0, 10481.0, 10424.0, 10476.0, 10439.0, 10494.0, 10475.0, 10516.0, 10494.0, 10519.0, 10494.0, 10519.0, 10494.0, 10517.0, 10484.0, 10490.0, 10467.0, 10496.0, 10469.0, 10501.0, 10463.0, 10516.0, 10467.0, 10503.0, 10441.0, 10477.0, 10463.0, 10544.0, 10501.0, 10539.0, 10530.0, 10541.0, 10499.0, 10523.0, 10514.0, 10541.0, 10499.0, 10525.0, 10480.0, 10523.0, 10481.0, 10547.0, 10470.0, 10510.0, 10469.0, 10490.0, 10457.0, 10523.0, 10463.0, 10507.0, 10455.0, 10498.0, 10454.0, 10496.0, 10434.0, 10475.0, 10436.0, 10461.0, 10443.0, 10458.0, 10488.0, 10437.0, 10448.0, 10435.0, 10467.0, 10422.0, 10449.0, 10423.0, 10453.0, 10447.0, 10471.0, 10470.0, 10503.0, 10477.0, 10482.0, 10476.0, 10501.0, 10499.0, 10497.0, 10500.0, 10511.0, 10498.0, 10536.0, 10494.0, 10521.0, 10476.0, 10520.0, 10472.0, 10502.0, 10459.0, 10504.0, 10439.0, 10467.0, 10440.0, 10466.0, 10438.0, 10461.0, 10441.0, 10486.0, 10467.0, 10489.0, 10515.0, 10471.0, 10493.0, 10467.0, 10500.0, 10458.0, 10483.0, 10456.0, 10485.0, 10456.0, 10480.0, 10456.0, 10501.0, 10484.0, 10509.0, 10496.0, 10503.0, 10494.0, 10551.0, 10495.0, 10520.0, 10492.0, 10523.0, 10481.0, 10544.0, 10500.0, 10518.0, 10465.0, 10515.0, 10479.0, 10511.0, 10439.0, 10520.0, 10488.0, 10545.0, 10502.0, 10502.0, 10500.0, 10474.0, 10533.0, 10469.0, 10511.0, 10463.0, 10492.0, 10536.0, 10467.0, 10505.0, 10450.0, 10465.0, 10433.0, 10462.0, 10418.0, 10459.0, 10428.0, 10466.0, 10425.0, 10467.0, 10448.0, 10476.0, 10461.0, 10493.0, 10537.0, 10482.0, 10508.0, 10482.0, 10505.0, 10461.0, 10505.0, 10446.0, 10474.0, 10515.0, 10469.0, 10482.0, 10452.0, 10496.0, 10438.0, 10481.0, 10438.0, 10484.0, 10443.0, 10469.0, 10509.0, 10467.0, 10482.0, 10451.0, 10477.0, 10442.0, 10467.0, 10425.0, 10471.0, 10455.0, 10473.0, 10517.0, 10469.0, 10488.0, 10475.0, 10501.0, 10483.0, 10510.0, 10505.0, 10531.0, 10511.0, 10550.0, 10508.0, 10550.0, 10488.0, 10534.0, 10485.0, 10513.0, 10496.0, 10512.0, 10539.0, 10495.0, 10524.0, 10480.0, 10505.0, 10479.0, 10503.0, 10465.0, 10510.0, 10464.0, 10494.0, 10476.0, 10492.0, 10518.0, 10473.0, 10501.0, 10439.0, 10482.0, 10425.0, 10465.0, 10493.0, 10446.0, 10473.0, 10431.0, 10454.0, 10417.0, 10459.0, 10403.0, 10449.0, 10476.0, 10434.0, 10473.0, 10438.0, 10463.0, 10458.0, 10487.0, 10481.0, 10509.0, 10488.0, 10512.0, 10489.0, 10530.0, 10517.0, 10531.0, 10463.0, 10548.0, 10481.0, 10530.0, 10493.0, 10537.0, 10527.0, 10477.0, 10561.0, 10496.0, 10563.0, 10489.0, 10518.0, 10483.0, 10497.0, 10521.0, 10482.0, 10528.0, 10499.0, 10475.0, 10471.0, 10442.0, 10491.0, 10458.0, 10471.0, 10458.0, 10476.0, 10440.0, 10454.0, 10462.0, 10449.0, 10476.0, 10453.0, 10493.0, 10457.0, 10497.0, 10452.0, 10476.0, 10447.0, 10457.0, 10427.0, 10454.0, 10395.0, 10439.0, 10411.0, 10443.0, 10417.0, 10465.0, 10425.0, 10480.0, 10459.0, 10473.0, 10446.0, 10515.0, 10497.0, 10476.0, 10448.0, 10463.0, 10485.0, 10506.0, 10548.0, 10501.0, 10470.0, 10478.0, 10539.0, 10474.0, 10503.0, 10449.0, 10494.0, 10443.0, 10493.0, 10471.0, 10460.0, 10515.0, 10461.0, 10515.0, 10463.0, 10518.0, 10460.0, 10501.0, 10458.0, 10502.0, 10447.0, 10506.0, 10447.0, 10488.0, 10432.0, 10457.0, 10511.0, 10455.0, 10496.0, 10456.0, 10483.0, 10445.0, 10482.0, 10447.0, 10497.0, 10464.0, 10525.0, 10486.0, 10505.0, 10509.0, 10490.0, 10535.0, 10519.0, 10524.0, 10497.0, 10566.0, 10490.0, 10540.0, 10461.0, 10495.0, 10444.0, 10474.0, 10454.0, 10440.0, 10515.0, 10460.0, 10473.0, 10432.0, 10477.0, 10420.0, 10465.0, 10426.0, 10488.0, 10439.0, 10479.0, 10473.0, 10465.0, 10521.0, 10465.0, 10502.0, 10464.0, 10510.0, 10451.0, 10496.0, 10493.0, 10482.0, 10534.0, 10479.0, 10507.0, 10472.0, 10511.0, 10472.0, 10539.0, 10504.0, 10554.0, 10506.0, 10566.0, 10558.0, 10597.0, 10564.0, 10527.0, 10565.0, 10578.0, 10634.0, 10562.0, 10625.0, 10540.0, 10493.0, 10569.0, 10527.0, 10550.0, 10541.0, 10526.0, 10576.0, 10502.0, 10565.0, 10510.0, 10536.0, 10469.0, 10502.0, 10409.0, 10416.0, 10429.0, 10360.0, 10365.0, 10290.0, 10328.0, 10254.0, 10294.0, 10346.0, 10277.0, 10322.0, 10297.0, 10353.0, 10292.0, 10395.0, 10376.0, 10424.0, 10320.0, 10356.0, 10316.0, 10271.0, 10311.0, 10314.0, 10434.0, 10473.0, 10444.0, 10494.0, 10459.0, 10518.0, 10485.0, 10536.0, 10501.0, 10552.0, 10490.0, 10539.0, 10462.0, 10475.0, 10521.0, 10417.0, 10462.0, 10393.0, 10437.0, 10375.0, 10404.0, 10398.0, 10374.0, 10439.0, 10382.0, 10423.0, 10387.0, 10429.0, 10392.0, 10432.0, 10394.0, 10433.0, 10396.0, 10436.0, 10430.0, 10431.0, 10408.0, 10459.0, 10408.0, 10457.0, 10429.0, 10489.0, 10455.0, 10518.0, 10492.0, 10520.0, 10517.0, 10472.0, 10538.0, 10498.0, 10580.0, 10507.0, 10575.0, 10521.0, 10593.0, 10537.0, 10592.0, 10519.0, 10570.0, 10495.0, 10540.0, 10505.0, 10517.0, 10509.0, 10502.0, 10561.0, 10488.0, 10515.0, 10463.0, 10478.0, 10513.0, 10460.0, 10522.0, 10471.0, 10535.0, 10473.0, 10485.0, 10487.0, 10464.0, 10547.0, 10539.0, 10486.0, 10496.0, 10465.0, 10463.0, 10477.0, 10474.0, 10480.0, 10532.0, 10485.0, 10464.0, 10459.0, 10429.0, 10465.0, 10412.0, 10467.0, 10433.0, 10474.0, 10446.0, 10490.0, 10451.0, 10494.0, 10454.0, 10506.0, 10453.0, 10507.0, 10471.0, 10506.0, 10453.0, 10509.0, 10454.0, 10511.0, 10454.0, 10517.0, 10486.0, 10524.0, 10493.0, 10527.0, 10473.0, 10527.0, 10492.0, 10559.0, 10515.0, 10553.0, 10541.0, 10584.0, 10540.0, 10568.0, 10517.0, 10541.0, 10529.0, 10514.0, 10546.0, 10587.0, 10576.0, 10609.0, 10528.0, 10569.0, 10504.0, 10544.0, 10467.0, 10526.0, 10465.0, 10508.0, 10504.0, 10476.0, 10518.0, 10445.0, 10536.0, 10455.0, 10497.0, 10453.0, 10481.0, 10443.0, 10513.0, 10447.0, 10510.0, 10445.0, 10510.0, 10460.0, 10511.0, 10462.0, 10489.0, 10453.0, 10502.0, 10451.0, 10491.0, 10483.0, 10482.0, 10498.0, 10539.0, 10481.0, 10520.0, 10463.0, 10501.0, 10465.0, 10521.0, 10468.0, 10519.0, 10465.0, 10504.0, 10473.0, 10525.0, 10458.0, 10513.0, 10457.0, 10511.0, 10457.0, 10513.0, 10460.0, 10519.0, 10461.0, 10505.0, 10540.0, 10502.0, 10545.0, 10489.0, 10527.0, 10489.0, 10529.0, 10490.0, 10529.0, 10480.0, 10533.0, 10501.0, 10580.0, 10541.0, 10583.0, 10550.0, 10599.0, 10564.0, 10619.0, 10551.0, 10621.0, 10552.0, 10604.0, 10590.0, 10548.0, 10599.0, 10526.0, 10561.0, 10492.0, 10534.0, 10464.0, 10543.0, 10475.0, 10544.0, 10493.0, 10567.0, 10493.0, 10564.0, 10484.0, 10527.0, 10479.0, 10524.0, 10445.0, 10503.0, 10424.0, 10482.0, 10492.0, 10448.0, 10511.0, 10410.0, 10454.0, 10395.0, 10443.0, 10380.0, 10451.0, 10382.0, 10436.0, 10376.0, 10435.0, 10378.0, 10435.0, 10405.0, 10421.0, 10419.0, 10408.0, 10461.0, 10394.0, 10449.0, 10410.0, 10449.0, 10398.0, 10451.0, 10402.0, 10453.0, 10405.0, 10459.0, 10425.0, 10477.0, 10443.0, 10480.0, 10431.0, 10482.0, 10453.0, 10462.0, 10454.0, 10457.0, 10500.0, 10484.0, 10536.0, 10478.0, 10534.0, 10540.0, 10614.0, 10597.0, 10524.0, 10582.0, 10527.0, 10584.0, 10552.0, 10524.0, 10572.0, 10558.0, 10566.0, 10555.0, 10606.0, 10550.0, 10569.0, 10508.0, 10537.0, 10486.0, 10526.0, 10453.0, 10482.0, 10406.0, 10441.0, 10367.0, 10416.0, 10350.0, 10390.0, 10440.0, 10355.0, 10394.0, 10342.0, 10378.0, 10329.0, 10370.0, 10372.0, 10381.0, 10338.0, 10402.0, 10381.0, 10411.0, 10445.0, 10511.0, 10488.0, 10514.0, 10445.0, 10409.0, 10468.0, 10380.0, 10382.0, 10457.0, 10546.0, 10568.0, 10559.0, 10536.0, 10594.0, 10515.0, 10657.0, 10609.0, 10673.0, 10576.0, 10627.0, 10554.0, 10589.0, 10508.0, 10520.0, 10483.0, 10500.0, 10449.0, 10487.0, 10404.0, 10440.0, 10379.0, 10403.0, 10393.0, 10348.0, 10402.0, 10309.0, 10360.0, 10295.0, 10350.0, 10298.0, 10329.0, 10330.0, 10338.0, 10396.0, 10359.0, 10399.0, 10367.0, 10422.0, 10410.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.0035260849598163033</td></tr>
<tr><td colspan=3>aqi</td><td>0.036168918369690016</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.223071788770056</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2767870586896535</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0287429972068962</td></tr>
<tr><td colspan=3>efc</td><td>0.4926</td></tr>
<tr><td colspan=3>fber</td><td>5312.083</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13958254265116696</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>146</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>16.762342135476462</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6427140655500545</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4720166683352574</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.980655201662915</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4754703266519913</td></tr>
<tr><td colspan=3>gcor</td><td>0.0354653</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015011010691523552</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03769518435001373</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.901189264669539</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>20.3076</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>55.9091</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>232.5051</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297310.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>1115.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>418.7485</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3171</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>641.2363</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3963.0684</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4207.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79234.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1319.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5180.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1078.3823</td></tr>
<tr><td colspan=3>tsnr</td><td>31.44991207984276</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>