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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-01_subject-0080_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-0080/figures/sub-0080_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0080/figures/sub-0080_ses-01_task-social_acq-mb8_run-05_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-0080/figures/sub-0080_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-01_task-social_acq-mb8_run-05_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-0080/ses-01/func/sub-0080_ses-01_task-social_acq-mb8_run-05_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>a7da96137b30e2847bb43172142f702b</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>11:18:0.797500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.989829, -0.0344856, 0.138019, 0.0286858, 0.998629, 0.0437932]</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-05_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.0893289</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4193, -7762, -7262, 593, -37, -285, 59, 17]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>249.225</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>921111d6-d4d1-40e9-882d-b8a1c880cda2||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6556389331817627, 0.07696196436882019, 0.3762173652648926, 104.00782012939453], [0.09252243489027023, 2.6792478561401367, 0.10634917765855789, -94.47172546386719], [0.37029433250427246, -0.11749391257762909, 2.6715445518493652, -76.29450988769531], [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': ['111800.797500', '111801.257500', '111801.717500', '111802.177500', '111802.637500', '111803.097500', '111803.557500', '111804.017500', '111804.477500', '111804.937500', '111805.397500', '111805.857500', '111806.317500', '111806.777500', '111807.237500', '111807.697500', '111808.157500', '111808.617500', '111809.077500', '111809.537500', '111809.997500', '111810.457500', '111810.917500', '111811.377500', '111811.837500', '111812.297500', '111812.757500', '111813.217500', '111813.677500', '111814.137500', '111814.597500', '111815.057500', '111815.517500', '111815.977500', '111816.437500', '111816.897500', '111817.357500', '111817.817500', '111818.277500', '111818.737500', '111819.197500', '111819.657500', '111820.117500', '111820.577500', '111821.037500', '111821.497500', '111821.957500', '111822.417500', '111822.877500', '111823.337500', '111823.797500', '111824.257500', '111824.717500', '111825.177500', '111825.637500', '111826.097500', '111826.557500', '111827.017500', '111827.477500', '111827.937500', '111828.397500', '111828.857500', '111829.317500', '111829.777500', '111830.237500', '111830.697500', '111831.157500', '111831.617500', '111832.077500', '111832.537500', '111832.997500', '111833.457500', '111833.917500', '111834.377500', '111834.837500', '111835.297500', '111835.757500', '111836.217500', '111836.677500', '111837.137500', '111837.597500', '111838.057500', '111838.517500', '111838.977500', '111839.437500', '111839.897500', '111840.357500', '111840.817500', '111841.277500', '111841.737500', '111842.197500', '111842.657500', '111843.117500', '111843.577500', '111844.037500', '111844.497500', '111844.957500', '111845.417500', '111845.877500', '111846.337500', '111846.797500', '111847.257500', '111847.717500', '111848.177500', '111848.637500', '111849.097500', '111849.557500', '111850.017500', '111850.477500', '111850.937500', '111851.397500', '111851.857500', '111852.317500', '111852.777500', '111853.237500', '111853.697500', '111854.157500', '111854.617500', '111855.077500', '111855.537500', '111855.997500', '111856.457500', '111856.917500', '111857.377500', '111857.837500', '111858.297500', '111858.757500', '111859.217500', '111859.677500', '111900.137500', '111900.597500', '111901.057500', '111901.517500', '111901.977500', '111902.437500', '111902.897500', '111903.357500', '111903.817500', '111904.277500', '111904.737500', '111905.197500', '111905.657500', '111906.117500', '111906.577500', '111907.037500', '111907.497500', '111907.957500', '111908.417500', '111908.877500', '111909.337500', '111909.797500', '111910.257500', '111910.717500', '111911.177500', '111911.637500', '111912.097500', '111912.557500', '111913.017500', '111913.477500', '111913.937500', '111914.397500', '111914.857500', '111915.317500', '111915.777500', '111916.237500', '111916.697500', '111917.157500', '111917.617500', '111918.077500', '111918.537500', '111918.997500', '111919.457500', '111919.917500', '111920.377500', '111920.837500', '111921.297500', '111921.757500', '111922.217500', '111922.677500', '111923.137500', '111923.597500', '111924.057500', '111924.517500', '111924.977500', '111925.437500', '111925.897500', '111926.357500', '111926.817500', '111927.277500', '111927.737500', '111928.197500', '111928.657500', '111929.117500', '111929.577500', '111930.037500', '111930.497500', '111930.957500', '111931.417500', '111931.877500', '111932.337500', '111932.797500', '111933.257500', '111933.717500', '111934.177500', '111934.637500', '111935.097500', '111935.557500', '111936.017500', '111936.477500', '111936.937500', '111937.397500', '111937.857500', '111938.317500', '111938.777500', '111939.237500', '111939.697500', '111940.157500', '111940.617500', '111941.077500', '111941.537500', '111941.997500', '111942.457500', '111942.917500', '111943.377500', '111943.837500', '111944.297500', '111944.757500', '111945.217500', '111945.677500', '111946.137500', '111946.597500', '111947.057500', '111947.517500', '111947.977500', '111948.437500', '111948.897500', '111949.357500', '111949.817500', '111950.277500', '111950.737500', '111951.197500', '111951.657500', '111952.117500', '111952.577500', '111953.037500', '111953.497500', '111953.957500', '111954.417500', '111954.877500', '111955.337500', '111955.797500', '111956.257500', '111956.717500', '111957.177500', '111957.637500', '111958.097500', '111958.557500', '111959.017500', '111959.477500', '111959.937500', '112000.397500', '112000.857500', '112001.317500', '112001.777500', '112002.237500', '112002.697500', '112003.157500', '112003.617500', '112004.077500', '112004.537500', '112004.997500', '112005.457500', '112005.917500', '112006.377500', '112006.837500', '112007.297500', '112007.757500', '112008.217500', '112008.677500', '112009.137500', '112009.597500', '112010.057500', '112010.517500', '112010.977500', '112011.437500', '112011.897500', '112012.357500', '112012.817500', '112013.277500', '112013.737500', '112014.197500', '112014.657500', '112015.117500', '112015.577500', '112016.037500', '112016.497500', '112016.957500', '112017.417500', '112017.877500', '112018.337500', '112018.797500', '112019.257500', '112019.717500', '112020.177500', '112020.637500', '112021.097500', '112021.557500', '112022.017500', '112022.477500', '112022.937500', '112023.397500', '112023.857500', '112024.317500', '112024.777500', '112025.237500', '112025.697500', '112026.157500', '112026.617500', '112027.077500', '112027.537500', '112027.997500', '112028.457500', '112028.917500', '112029.377500', '112029.837500', '112030.297500', '112030.757500', '112031.217500', '112031.677500', '112032.137500', '112032.597500', '112033.057500', '112033.517500', '112033.977500', '112034.437500', '112034.897500', '112035.357500', '112035.817500', '112036.277500', '112036.737500', '112037.197500', '112037.657500', '112038.117500', '112038.577500', '112039.037500', '112039.497500', '112039.957500', '112040.417500', '112040.877500', '112041.337500', '112041.797500', '112042.257500', '112042.717500', '112043.177500', '112043.637500', '112044.097500', '112044.557500', '112045.017500', '112045.477500', '112045.937500', '112046.397500', '112046.857500', '112047.317500', '112047.777500', '112048.237500', '112048.697500', '112049.157500', '112049.617500', '112050.077500', '112050.537500', '112050.997500', '112051.457500', '112051.917500', '112052.377500', '112052.837500', '112053.297500', '112053.757500', '112054.217500', '112054.677500', '112055.137500', '112055.597500', '112056.057500', '112056.517500', '112056.977500', '112057.437500', '112057.897500', '112058.357500', '112058.817500', '112059.277500', '112059.737500', '112100.197500', '112100.657500', '112101.117500', '112101.577500', '112102.037500', '112102.497500', '112102.957500', '112103.417500', '112103.877500', '112104.337500', '112104.797500', '112105.257500', '112105.717500', '112106.177500', '112106.637500', '112107.097500', '112107.557500', '112108.017500', '112108.477500', '112108.937500', '112109.397500', '112109.857500', '112110.317500', '112110.777500', '112111.237500', '112111.697500', '112112.157500', '112112.617500', '112113.077500', '112113.537500', '112113.997500', '112114.457500', '112114.917500', '112115.377500', '112115.837500', '112116.297500', '112116.757500', '112117.217500', '112117.677500', '112118.137500', '112118.597500', '112119.057500', '112119.517500', '112119.977500', '112120.437500', '112120.897500', '112121.357500', '112121.817500', '112122.277500', '112122.737500', '112123.197500', '112123.657500', '112124.117500', '112124.577500', '112125.037500', '112125.497500', '112125.957500', '112126.417500', '112126.877500', '112127.337500', '112127.797500', '112128.257500', '112128.717500', '112129.177500', '112129.637500', '112130.097500', '112130.557500', '112131.017500', '112131.477500', '112131.937500', '112132.397500', '112132.857500', '112133.317500', '112133.777500', '112134.237500', '112134.697500', '112135.157500', '112135.617500', '112136.077500', '112136.537500', '112136.997500', '112137.457500', '112137.917500', '112138.377500', '112138.837500', '112139.297500', '112139.757500', '112140.217500', '112140.677500', '112141.137500', '112141.597500', '112142.057500', '112142.517500', '112142.977500', '112143.437500', '112143.897500', '112144.357500', '112144.817500', '112145.277500', '112145.737500', '112146.197500', '112146.657500', '112147.117500', '112147.577500', '112148.037500', '112148.497500', '112148.957500', '112149.417500', '112149.877500', '112150.337500', '112150.797500', '112151.257500', '112151.717500', '112152.177500', '112152.637500', '112153.097500', '112153.557500', '112154.017500', '112154.477500', '112154.937500', '112155.397500', '112155.857500', '112156.317500', '112156.777500', '112157.237500', '112157.697500', '112158.157500', '112158.617500', '112159.077500', '112159.537500', '112159.997500', '112200.457500', '112200.917500', '112201.377500', '112201.837500', '112202.297500', '112202.757500', '112203.217500', '112203.677500', '112204.137500', '112204.597500', '112205.057500', '112205.517500', '112205.977500', '112206.437500', '112206.897500', '112207.357500', '112207.817500', '112208.277500', '112208.737500', '112209.197500', '112209.657500', '112210.117500', '112210.577500', '112211.037500', '112211.497500', '112211.957500', '112212.417500', '112212.877500', '112213.337500', '112213.797500', '112214.257500', '112214.717500', '112215.177500', '112215.637500', '112216.097500', '112216.557500', '112217.017500', '112217.477500', '112217.937500', '112218.397500', '112218.857500', '112219.317500', '112219.777500', '112220.237500', '112220.697500', '112221.157500', '112221.617500', '112222.077500', '112222.537500', '112222.997500', '112223.457500', '112223.917500', '112224.377500', '112224.837500', '112225.297500', '112225.757500', '112226.217500', '112226.677500', '112227.137500', '112227.597500', '112228.057500', '112228.517500', '112228.977500', '112229.437500', '112229.897500', '112230.357500', '112230.817500', '112231.277500', '112231.737500', '112232.197500', '112232.657500', '112233.117500', '112233.577500', '112234.037500', '112234.497500', '112234.957500', '112235.417500', '112235.877500', '112236.337500', '112236.797500', '112237.257500', '112237.717500', '112238.177500', '112238.637500', '112239.097500', '112239.557500', '112240.017500', '112240.477500', '112240.937500', '112241.397500', '112241.857500', '112242.317500', '112242.777500', '112243.237500', '112243.697500', '112244.157500', '112244.617500', '112245.077500', '112245.537500', '112245.997500', '112246.457500', '112246.917500', '112247.377500', '112247.837500', '112248.297500', '112248.757500', '112249.217500', '112249.677500', '112250.137500', '112250.597500', '112251.057500', '112251.517500', '112251.977500', '112252.437500', '112252.897500', '112253.357500', '112253.817500', '112254.277500', '112254.737500', '112255.197500', '112255.657500', '112256.117500', '112256.577500', '112257.037500', '112257.497500', '112257.957500', '112258.417500', '112258.877500', '112259.337500', '112259.797500', '112300.257500', '112300.717500', '112301.177500', '112301.637500', '112302.097500', '112302.557500', '112303.017500', '112303.477500', '112303.937500', '112304.397500', '112304.857500', '112305.317500', '112305.777500', '112306.237500', '112306.697500', '112307.157500', '112307.617500', '112308.077500', '112308.537500', '112308.997500', '112309.457500', '112309.917500', '112310.377500', '112310.837500', '112311.297500', '112311.757500', '112312.217500', '112312.677500', '112313.137500', '112313.597500', '112314.057500', '112314.517500', '112314.977500', '112315.437500', '112315.897500', '112316.357500', '112316.817500', '112317.277500', '112317.737500', '112318.197500', '112318.657500', '112319.117500', '112319.577500', '112320.037500', '112320.497500', '112320.957500', '112321.417500', '112321.877500', '112322.337500', '112322.797500', '112323.257500', '112323.717500', '112324.177500', '112324.637500', '112325.097500', '112325.557500', '112326.017500', '112326.477500', '112326.937500', '112327.397500', '112327.857500', '112328.317500', '112328.777500', '112329.237500', '112329.697500', '112330.157500', '112330.617500', '112331.077500', '112331.537500', '112331.997500', '112332.457500', '112332.917500', '112333.377500', '112333.837500', '112334.297500', '112334.757500', '112335.217500', '112335.677500', '112336.137500', '112336.597500', '112337.057500', '112337.517500', '112337.977500', '112338.437500', '112338.897500', '112339.357500', '112339.817500', '112340.277500', '112340.737500', '112341.197500', '112341.657500', '112342.117500', '112342.577500', '112343.037500', '112343.497500', '112343.957500', '112344.417500', '112344.877500', '112345.337500', '112345.797500', '112346.257500', '112346.717500', '112347.177500', '112347.637500', '112348.097500', '112348.557500', '112349.017500', '112349.477500', '112349.937500', '112350.397500', '112350.857500', '112351.317500', '112351.777500', '112352.237500', '112352.697500', '112353.157500', '112353.617500', '112354.077500', '112354.537500', '112354.997500', '112355.457500', '112355.917500', '112356.377500', '112356.837500', '112357.297500', '112357.757500', '112358.217500', '112358.677500', '112359.137500', '112359.597500', '112400.057500', '112400.517500', '112400.977500', '112401.437500', '112401.897500', '112402.357500', '112402.817500', '112403.277500', '112403.737500', '112404.197500', '112404.657500', '112405.117500', '112405.577500', '112406.037500', '112406.497500', '112406.957500', '112407.417500', '112407.877500', '112408.337500', '112408.797500', '112409.257500', '112409.717500', '112410.177500', '112410.637500', '112411.097500', '112411.557500', '112412.017500', '112412.477500', '112412.937500', '112413.397500', '112413.857500', '112414.317500', '112414.777500', '112415.237500', '112415.697500', '112416.157500', '112416.617500', '112417.077500', '112417.537500', '112417.997500', '112418.457500', '112418.917500', '112419.377500', '112419.837500', '112420.297500', '112420.757500', '112421.217500', '112421.677500', '112422.137500', '112422.597500', '112423.057500', '112423.517500', '112423.977500', '112424.437500', '112424.897500', '112425.357500', '112425.817500', '112426.277500', '112426.737500', '112427.197500', '112427.657500', '112428.117500', '112428.577500', '112429.037500', '112429.497500', '112429.957500', '112430.417500', '112430.877500', '112431.337500', '112431.797500', '112432.257500', '112432.717500', '112433.177500', '112433.637500', '112434.097500', '112434.557500', '112435.017500', '112435.477500', '112435.937500', '112436.397500', '112436.857500', '112437.317500', '112437.777500', '112438.237500', '112438.697500', '112439.157500', '112439.617500', '112440.077500', '112440.537500', '112440.997500', '112441.457500'], 'ContentTime': ['111816.429000', '111816.432000', '111816.435000', '111816.438000', '111816.440000', '111816.443000', '111816.445000', '111816.448000', '111816.451000', '111816.453000', '111816.456000', '111816.458000', '111816.461000', '111816.464000', '111816.466000', '111816.472000', '111816.475000', '111816.478000', '111816.480000', '111816.483000', '111816.485000', '111816.488000', '111816.490000', '111816.493000', '111816.495000', '111816.498000', '111816.501000', '111816.503000', '111816.506000', '111816.508000', '111816.511000', '111816.513000', '111836.390000', '111836.393000', '111836.396000', '111836.399000', '111836.401000', '111836.404000', '111836.407000', '111836.409000', '111836.412000', '111836.414000', '111836.417000', '111836.420000', '111836.422000', '111836.425000', '111836.428000', '111836.430000', '111836.433000', '111836.435000', '111836.438000', '111836.440000', '111836.443000', '111836.446000', '111836.448000', '111836.451000', '111836.454000', '111836.456000', '111836.459000', '111836.461000', '111836.464000', '111836.467000', '111836.469000', '111836.472000', '111836.475000', '111836.477000', '111836.480000', '111836.482000', '111836.485000', '111836.488000', '111836.490000', '111836.494000', '111836.496000', '111836.499000', '111836.502000', '111856.391000', '111856.394000', '111856.397000', '111856.399000', '111856.402000', '111856.404000', '111856.407000', '111856.410000', '111856.423000', '111856.426000', '111856.428000', '111856.431000', '111856.433000', '111856.436000', '111856.439000', '111856.441000', '111856.444000', '111856.446000', '111856.449000', '111856.452000', '111856.454000', '111856.457000', '111856.459000', '111856.462000', '111856.465000', '111856.467000', '111856.470000', '111856.473000', '111856.475000', '111856.478000', '111856.480000', '111856.483000', '111856.486000', '111856.488000', '111856.491000', '111856.493000', '111856.496000', '111856.499000', '111856.507000', '111856.510000', '111856.512000', '111856.515000', '111856.517000', '111856.520000', '111916.392000', '111916.395000', '111916.397000', '111916.400000', '111916.403000', '111916.405000', '111916.408000', '111916.411000', '111916.413000', '111916.416000', '111916.419000', '111916.421000', '111916.424000', '111916.426000', '111916.429000', '111916.431000', '111916.434000', '111916.437000', '111916.439000', '111916.442000', '111916.445000', '111916.448000', '111916.450000', '111916.453000', '111916.455000', '111916.458000', '111916.461000', '111916.463000', '111916.466000', '111916.468000', '111916.471000', '111916.473000', '111916.476000', '111916.479000', '111916.481000', '111916.484000', '111916.487000', '111916.489000', '111916.492000', '111916.494000', '111916.497000', '111916.500000', '111916.502000', '111936.391000', '111936.394000', '111936.397000', '111936.400000', '111936.402000', '111936.405000', '111936.408000', '111936.410000', '111936.413000', '111936.416000', '111936.418000', '111936.421000', '111936.423000', '111936.426000', '111936.429000', '111936.431000', '111936.434000', '111936.437000', '111936.439000', '111936.442000', '111936.445000', '111936.447000', '111936.457000', '111936.459000', '111936.462000', '111936.465000', '111936.468000', '111936.471000', '111936.473000', '111936.476000', '111936.479000', '111936.481000', '111936.484000', '111936.486000', '111936.489000', '111936.492000', '111936.494000', '111936.497000', '111936.500000', '111936.502000', '111936.505000', '111936.508000', '111936.510000', '111936.513000', '111956.391000', '111956.394000', '111956.397000', '111956.399000', '111956.402000', '111956.405000', '111956.407000', '111956.410000', '111956.413000', '111956.415000', '111956.418000', '111956.421000', '111956.423000', '111956.426000', '111956.428000', '111956.431000', '111956.434000', '111956.436000', '111956.439000', '111956.441000', '111956.444000', '111956.447000', '111956.449000', '111956.452000', '111956.454000', '111956.457000', '111956.459000', '111956.462000', '111956.464000', '111956.467000', '111956.470000', '111956.472000', '111956.475000', '111956.478000', '111956.480000', '111956.483000', '111956.486000', '111956.488000', '111956.491000', '111956.494000', '111956.496000', '111956.499000', '111956.501000', '112016.391000', '112016.394000', '112016.397000', '112016.400000', '112016.402000', '112016.405000', '112016.408000', '112016.410000', '112016.413000', '112016.416000', '112016.418000', '112016.421000', '112016.423000', '112016.426000', '112016.429000', '112016.431000', '112016.434000', '112016.437000', '112016.439000', '112016.442000', '112016.444000', '112016.447000', '112016.450000', '112016.452000', '112016.455000', '112016.458000', '112016.460000', '112016.463000', '112016.466000', '112016.468000', '112016.471000', '112016.473000', '112016.476000', '112016.479000', '112016.481000', '112016.484000', '112016.487000', '112016.489000', '112016.492000', '112016.494000', '112016.497000', '112016.500000', '112016.502000', '112036.390000', '112036.393000', '112036.396000', '112036.398000', '112036.401000', '112036.416000', '112036.418000', '112036.421000', '112036.424000', '112036.426000', '112036.429000', '112036.431000', '112036.434000', '112036.437000', '112036.439000', '112036.442000', '112036.445000', '112036.447000', '112036.450000', '112036.453000', '112036.455000', '112036.458000', '112036.460000', '112036.463000', '112036.466000', '112036.468000', '112036.471000', '112036.474000', '112036.476000', '112036.479000', '112036.482000', '112036.484000', '112036.487000', '112036.490000', '112036.492000', '112036.495000', '112036.498000', '112036.500000', '112036.503000', '112036.506000', '112036.508000', '112036.511000', '112036.514000', '112036.516000', '112056.391000', '112056.395000', '112056.397000', '112056.400000', '112056.403000', '112056.405000', '112056.408000', '112056.411000', '112056.414000', '112056.416000', '112056.419000', '112056.421000', '112056.425000', '112056.428000', '112056.431000', '112056.433000', '112056.436000', '112056.439000', '112056.441000', '112056.444000', '112056.447000', '112056.449000', '112056.452000', '112056.454000', '112056.457000', '112056.460000', '112056.462000', '112056.465000', '112056.468000', '112056.470000', '112056.473000', '112056.476000', '112056.479000', '112056.482000', '112056.484000', '112056.487000', '112056.490000', '112056.492000', '112056.495000', '112056.497000', '112056.500000', '112056.503000', '112056.505000', '112056.508000', '112116.392000', '112116.394000', '112116.397000', '112116.400000', '112116.402000', '112116.405000', '112116.408000', '112116.410000', '112116.413000', '112116.416000', '112116.418000', '112116.421000', '112116.423000', '112116.426000', '112116.429000', '112116.431000', '112116.434000', '112116.437000', '112116.439000', '112116.442000', '112116.445000', '112116.447000', '112116.450000', '112116.452000', '112116.455000', '112116.458000', '112116.460000', '112116.463000', '112116.466000', '112116.468000', '112116.471000', '112116.474000', '112116.476000', '112116.479000', '112116.481000', '112116.484000', '112116.487000', '112116.489000', '112116.492000', '112116.495000', '112116.497000', '112116.500000', '112116.502000', '112136.392000', '112136.395000', '112136.397000', '112136.400000', '112136.403000', '112136.405000', '112136.408000', '112136.411000', '112136.413000', '112136.416000', '112136.418000', '112136.421000', '112136.424000', '112136.427000', '112136.429000', '112136.432000', '112136.435000', '112136.437000', '112136.440000', '112136.443000', '112136.445000', '112136.448000', '112136.450000', '112136.453000', '112136.456000', '112136.458000', '112136.461000', '112136.464000', '112136.466000', '112136.469000', '112136.472000', '112136.474000', '112136.477000', '112136.480000', '112136.482000', '112136.485000', '112136.487000', '112136.490000', '112136.493000', '112136.496000', '112136.498000', '112136.501000', '112136.503000', '112156.391000', '112156.394000', '112156.397000', '112156.400000', '112156.402000', '112156.405000', '112156.408000', '112156.410000', '112156.413000', '112156.416000', '112156.418000', '112156.421000', '112156.423000', '112156.426000', '112156.429000', '112156.431000', '112156.434000', '112156.437000', '112156.439000', '112156.442000', '112156.445000', '112156.447000', '112156.450000', '112156.453000', '112156.455000', '112156.458000', '112156.460000', '112156.463000', '112156.466000', '112156.468000', '112156.482000', '112156.485000', '112156.487000', '112156.490000', '112156.493000', '112156.495000', '112156.498000', '112156.500000', '112156.503000', '112156.506000', '112156.508000', '112156.511000', '112156.514000', '112156.516000', '112216.391000', '112216.394000', '112216.397000', '112216.400000', '112216.403000', '112216.405000', '112216.408000', '112216.410000', '112216.413000', '112216.416000', '112216.418000', '112216.421000', '112216.424000', '112216.426000', '112216.429000', '112216.431000', '112216.434000', '112216.437000', '112216.439000', '112216.442000', '112216.445000', '112216.447000', '112216.450000', '112216.453000', '112216.455000', '112216.458000', '112216.462000', '112216.464000', '112216.467000', '112216.470000', '112216.472000', '112216.475000', '112216.478000', '112216.480000', '112216.483000', '112216.486000', '112216.488000', '112216.492000', '112216.495000', '112216.498000', '112216.500000', '112216.503000', '112216.506000', '112236.391000', '112236.394000', '112236.397000', '112236.400000', '112236.402000', '112236.405000', '112236.408000', '112236.410000', '112236.413000', '112236.416000', '112236.418000', '112236.421000', '112236.424000', '112236.426000', '112236.429000', '112236.432000', '112236.434000', '112236.437000', '112236.439000', '112236.442000', '112236.445000', '112236.447000', '112236.450000', '112236.452000', '112236.455000', '112236.458000', '112236.460000', '112236.463000', '112236.466000', '112236.468000', '112236.471000', '112236.474000', '112236.476000', '112236.479000', '112236.482000', '112236.484000', '112236.487000', '112236.490000', '112236.492000', '112236.495000', '112236.497000', '112236.500000', '112236.503000', '112236.505000', '112256.390000', '112256.393000', '112256.396000', '112256.399000', '112256.402000', '112256.404000', '112256.407000', '112256.410000', '112256.412000', '112256.415000', '112256.418000', '112256.420000', '112256.423000', '112256.426000', '112256.428000', '112256.431000', '112256.434000', '112256.437000', '112256.439000', '112256.442000', '112256.445000', '112256.447000', '112256.450000', '112256.453000', '112256.455000', '112256.458000', '112256.460000', '112256.463000', '112256.466000', '112256.468000', '112256.471000', '112256.473000', '112256.476000', '112256.479000', '112256.481000', '112256.484000', '112256.486000', '112256.489000', '112256.491000', '112256.494000', '112256.497000', '112256.499000', '112256.502000', '112316.392000', '112316.395000', '112316.397000', '112316.400000', '112316.403000', '112316.406000', '112316.409000', '112316.411000', '112316.414000', '112316.417000', '112316.419000', '112316.422000', '112316.424000', '112316.427000', '112316.430000', '112316.432000', '112316.435000', '112316.438000', '112316.440000', '112316.443000', '112316.446000', '112316.448000', '112316.451000', '112316.453000', '112316.456000', '112316.459000', '112316.461000', '112316.464000', '112316.467000', '112316.469000', '112316.472000', '112316.475000', '112316.477000', '112316.480000', '112316.482000', '112316.485000', '112316.488000', '112316.490000', '112316.493000', '112316.495000', '112316.498000', '112316.501000', '112316.503000', '112316.506000', '112336.392000', '112336.395000', '112336.397000', '112336.400000', '112336.403000', '112336.405000', '112336.408000', '112336.411000', '112336.413000', '112336.416000', '112336.419000', '112336.421000', '112336.424000', '112336.427000', '112336.429000', '112336.432000', '112336.435000', '112336.437000', '112336.440000', '112336.443000', '112336.445000', '112336.448000', '112336.451000', '112336.453000', '112336.456000', '112336.458000', '112336.461000', '112336.464000', '112336.467000', '112336.469000', '112336.472000', '112336.474000', '112336.477000', '112336.480000', '112336.482000', '112336.485000', '112336.488000', '112336.490000', '112336.493000', '112336.495000', '112336.498000', '112336.501000', '112336.504000', '112356.391000', '112356.394000', '112356.397000', '112356.400000', '112356.403000', '112356.406000', '112356.408000', '112356.411000', '112356.414000', '112356.416000', '112356.419000', '112356.422000', '112356.424000', '112356.427000', '112356.430000', '112356.432000', '112356.435000', '112356.438000', '112356.440000', '112356.443000', '112356.447000', '112356.450000', '112356.453000', '112356.455000', '112356.458000', '112356.461000', '112356.463000', '112356.466000', '112356.469000', '112356.473000', '112356.475000', '112356.478000', '112356.481000', '112356.483000', '112356.486000', '112356.489000', '112356.492000', '112356.494000', '112356.497000', '112356.500000', '112356.502000', '112356.505000', '112356.507000', '112356.510000', '112416.391000', '112416.395000', '112416.397000', '112416.400000', '112416.402000', '112416.405000', '112416.408000', '112416.410000', '112416.413000', '112416.416000', '112416.418000', '112416.421000', '112416.424000', '112416.426000', '112416.429000', '112416.432000', '112416.434000', '112416.441000', '112416.444000', '112416.447000', '112416.450000', '112416.453000', '112416.455000', '112416.458000', '112416.461000', '112416.463000', '112416.466000', '112416.469000', '112416.471000', '112416.474000', '112416.476000', '112416.479000', '112416.482000', '112416.484000', '112416.487000', '112416.490000', '112416.493000', '112416.496000', '112416.498000', '112416.501000', '112416.503000', '112416.506000', '112416.509000', '112436.391000', '112436.394000', '112436.397000', '112436.400000', '112436.403000', '112436.405000', '112436.408000', '112436.411000', '112436.414000', '112436.416000', '112436.419000', '112436.422000', '112436.424000', '112436.427000', '112436.430000', '112436.432000', '112436.435000', '112436.438000', '112436.440000', '112436.443000', '112436.446000', '112436.448000', '112436.451000', '112436.454000', '112436.456000', '112436.459000', '112436.462000', '112436.464000', '112436.467000', '112436.469000', '112436.472000', '112436.475000', '112436.477000', '112436.480000', '112436.482000', '112436.485000', '112436.488000', '112436.490000', '112436.493000', '112436.496000', '112436.498000', '112436.501000', '112436.503000', '112436.506000', '112442.703000', '112442.706000', '112442.709000', '112442.711000', '112442.714000', '112442.717000', '112442.720000', '112442.722000', '112442.725000', '112442.728000', '112442.731000', '112442.733000', '112442.736000', '112442.739000'], 'InstanceCreationTime': ['111816.429000', '111816.432000', '111816.435000', '111816.438000', '111816.440000', '111816.443000', '111816.445000', '111816.448000', '111816.451000', '111816.453000', '111816.456000', '111816.458000', '111816.461000', '111816.464000', '111816.466000', '111816.472000', '111816.475000', '111816.478000', '111816.480000', '111816.483000', '111816.485000', '111816.488000', '111816.490000', '111816.493000', '111816.495000', '111816.498000', '111816.501000', '111816.503000', '111816.506000', '111816.508000', '111816.511000', '111816.513000', '111836.390000', '111836.393000', '111836.396000', '111836.399000', '111836.401000', '111836.404000', '111836.407000', '111836.409000', '111836.412000', '111836.414000', '111836.417000', '111836.420000', '111836.422000', '111836.425000', '111836.428000', '111836.430000', '111836.433000', '111836.435000', '111836.438000', '111836.440000', '111836.443000', '111836.446000', '111836.448000', '111836.451000', '111836.454000', '111836.456000', '111836.459000', '111836.461000', '111836.464000', '111836.467000', '111836.469000', '111836.472000', '111836.475000', '111836.477000', '111836.480000', '111836.482000', '111836.485000', '111836.488000', '111836.490000', '111836.494000', '111836.496000', '111836.499000', '111836.502000', '111856.391000', '111856.394000', '111856.397000', '111856.399000', '111856.402000', '111856.404000', '111856.407000', '111856.410000', '111856.423000', '111856.426000', '111856.428000', '111856.431000', '111856.433000', '111856.436000', '111856.439000', '111856.441000', '111856.444000', '111856.446000', '111856.449000', '111856.452000', '111856.454000', '111856.457000', '111856.459000', '111856.462000', '111856.465000', '111856.467000', '111856.470000', '111856.473000', '111856.475000', '111856.478000', '111856.480000', '111856.483000', '111856.486000', '111856.488000', '111856.491000', '111856.493000', '111856.496000', '111856.499000', '111856.507000', '111856.510000', '111856.512000', '111856.515000', '111856.517000', '111856.520000', '111916.392000', '111916.395000', '111916.397000', '111916.400000', '111916.403000', '111916.405000', '111916.408000', '111916.411000', '111916.413000', '111916.416000', '111916.419000', '111916.421000', '111916.424000', '111916.426000', '111916.429000', '111916.431000', '111916.434000', '111916.437000', '111916.439000', '111916.442000', '111916.445000', '111916.448000', '111916.450000', '111916.453000', '111916.455000', '111916.458000', '111916.461000', '111916.463000', '111916.466000', '111916.468000', '111916.471000', '111916.473000', '111916.476000', '111916.479000', '111916.481000', '111916.484000', '111916.487000', '111916.489000', '111916.492000', '111916.494000', '111916.497000', '111916.500000', '111916.502000', '111936.391000', '111936.394000', '111936.397000', '111936.400000', '111936.402000', '111936.405000', '111936.408000', '111936.410000', '111936.413000', '111936.416000', '111936.418000', '111936.421000', '111936.423000', '111936.426000', '111936.429000', '111936.431000', '111936.434000', '111936.437000', '111936.439000', '111936.442000', '111936.445000', '111936.447000', '111936.457000', '111936.459000', '111936.462000', '111936.465000', '111936.468000', '111936.471000', '111936.473000', '111936.476000', '111936.479000', '111936.481000', '111936.484000', '111936.486000', '111936.489000', '111936.492000', '111936.494000', '111936.497000', '111936.500000', '111936.502000', '111936.505000', '111936.508000', '111936.510000', '111936.513000', '111956.391000', '111956.394000', '111956.397000', '111956.399000', '111956.402000', '111956.405000', '111956.407000', '111956.410000', '111956.413000', '111956.415000', '111956.418000', '111956.421000', '111956.423000', '111956.426000', '111956.428000', '111956.431000', '111956.434000', '111956.436000', '111956.439000', '111956.441000', '111956.444000', '111956.447000', '111956.449000', '111956.452000', '111956.454000', '111956.457000', '111956.459000', '111956.462000', '111956.464000', '111956.467000', '111956.470000', '111956.472000', '111956.475000', '111956.478000', '111956.480000', '111956.483000', '111956.486000', '111956.488000', '111956.491000', '111956.494000', '111956.496000', '111956.499000', '111956.501000', '112016.391000', '112016.394000', '112016.397000', '112016.400000', '112016.402000', '112016.405000', '112016.408000', '112016.410000', '112016.413000', '112016.416000', '112016.418000', '112016.421000', '112016.423000', '112016.426000', '112016.429000', '112016.431000', '112016.434000', '112016.437000', '112016.439000', '112016.442000', '112016.444000', '112016.447000', '112016.450000', '112016.452000', '112016.455000', '112016.458000', '112016.460000', '112016.463000', '112016.466000', '112016.468000', '112016.471000', '112016.473000', '112016.476000', '112016.479000', '112016.481000', '112016.484000', '112016.487000', '112016.489000', '112016.492000', '112016.494000', '112016.497000', '112016.500000', '112016.502000', '112036.390000', '112036.393000', '112036.396000', '112036.398000', '112036.401000', '112036.416000', '112036.418000', '112036.421000', '112036.424000', '112036.426000', '112036.429000', '112036.431000', '112036.434000', '112036.437000', '112036.439000', '112036.442000', '112036.445000', '112036.447000', '112036.450000', '112036.453000', '112036.455000', '112036.458000', '112036.460000', '112036.463000', '112036.466000', '112036.468000', '112036.471000', '112036.474000', '112036.476000', '112036.479000', '112036.482000', '112036.484000', '112036.487000', '112036.490000', '112036.492000', '112036.495000', '112036.498000', '112036.500000', '112036.503000', '112036.506000', '112036.508000', '112036.511000', '112036.514000', '112036.516000', '112056.391000', '112056.395000', '112056.397000', '112056.400000', '112056.403000', '112056.405000', '112056.408000', '112056.411000', '112056.414000', '112056.416000', '112056.419000', '112056.421000', '112056.425000', '112056.428000', '112056.431000', '112056.433000', '112056.436000', '112056.439000', '112056.441000', '112056.444000', '112056.447000', '112056.449000', '112056.452000', '112056.454000', '112056.457000', '112056.460000', '112056.462000', '112056.465000', '112056.468000', '112056.470000', '112056.473000', '112056.476000', '112056.479000', '112056.482000', '112056.484000', '112056.487000', '112056.490000', '112056.492000', '112056.495000', '112056.497000', '112056.500000', '112056.503000', '112056.505000', '112056.508000', '112116.392000', '112116.394000', '112116.397000', '112116.400000', '112116.402000', '112116.405000', '112116.408000', '112116.410000', '112116.413000', '112116.416000', '112116.418000', '112116.421000', '112116.423000', '112116.426000', '112116.429000', '112116.431000', '112116.434000', '112116.437000', '112116.439000', '112116.442000', '112116.445000', '112116.447000', '112116.450000', '112116.452000', '112116.455000', '112116.458000', '112116.460000', '112116.463000', '112116.466000', '112116.468000', '112116.471000', '112116.474000', '112116.476000', '112116.479000', '112116.481000', '112116.484000', '112116.487000', '112116.489000', '112116.492000', '112116.495000', '112116.497000', '112116.500000', '112116.502000', '112136.392000', '112136.395000', '112136.397000', '112136.400000', '112136.403000', '112136.405000', '112136.408000', '112136.411000', '112136.413000', '112136.416000', '112136.418000', '112136.421000', '112136.424000', '112136.427000', '112136.429000', '112136.432000', '112136.435000', '112136.437000', '112136.440000', '112136.443000', '112136.445000', '112136.448000', '112136.450000', '112136.453000', '112136.456000', '112136.458000', '112136.461000', '112136.464000', '112136.466000', '112136.469000', '112136.472000', '112136.474000', '112136.477000', '112136.480000', '112136.482000', '112136.485000', '112136.487000', '112136.490000', '112136.493000', '112136.496000', '112136.498000', '112136.501000', '112136.503000', '112156.391000', '112156.394000', '112156.397000', '112156.400000', '112156.402000', '112156.405000', '112156.408000', '112156.410000', '112156.413000', '112156.416000', '112156.418000', '112156.421000', '112156.423000', '112156.426000', '112156.429000', '112156.431000', '112156.434000', '112156.437000', '112156.439000', '112156.442000', '112156.445000', '112156.447000', '112156.450000', '112156.453000', '112156.455000', '112156.458000', '112156.460000', '112156.463000', '112156.466000', '112156.468000', '112156.482000', '112156.485000', '112156.487000', '112156.490000', '112156.493000', '112156.495000', '112156.498000', '112156.500000', '112156.503000', '112156.506000', '112156.508000', '112156.511000', '112156.514000', '112156.516000', '112216.391000', '112216.394000', '112216.397000', '112216.400000', '112216.403000', '112216.405000', '112216.408000', '112216.410000', '112216.413000', '112216.416000', '112216.418000', '112216.421000', '112216.424000', '112216.426000', '112216.429000', '112216.431000', '112216.434000', '112216.437000', '112216.439000', '112216.442000', '112216.445000', '112216.447000', '112216.450000', '112216.453000', '112216.455000', '112216.458000', '112216.462000', '112216.464000', '112216.467000', '112216.470000', '112216.472000', '112216.475000', '112216.478000', '112216.480000', '112216.483000', '112216.486000', '112216.488000', '112216.492000', '112216.495000', '112216.498000', '112216.500000', '112216.503000', '112216.506000', '112236.391000', '112236.394000', '112236.397000', '112236.400000', '112236.402000', '112236.405000', '112236.408000', '112236.410000', '112236.413000', '112236.416000', '112236.418000', '112236.421000', '112236.424000', '112236.426000', '112236.429000', '112236.432000', '112236.434000', '112236.437000', '112236.439000', '112236.442000', '112236.445000', '112236.447000', '112236.450000', '112236.452000', '112236.455000', '112236.458000', '112236.460000', '112236.463000', '112236.466000', '112236.468000', '112236.471000', '112236.474000', '112236.476000', '112236.479000', '112236.482000', '112236.484000', '112236.487000', '112236.490000', '112236.492000', '112236.495000', '112236.497000', '112236.500000', '112236.503000', '112236.505000', '112256.390000', '112256.393000', '112256.396000', '112256.399000', '112256.402000', '112256.404000', '112256.407000', '112256.410000', '112256.412000', '112256.415000', '112256.418000', '112256.420000', '112256.423000', '112256.426000', '112256.428000', '112256.431000', '112256.434000', '112256.437000', '112256.439000', '112256.442000', '112256.445000', '112256.447000', '112256.450000', '112256.453000', '112256.455000', '112256.458000', '112256.460000', '112256.463000', '112256.466000', '112256.468000', '112256.471000', '112256.473000', '112256.476000', '112256.479000', '112256.481000', '112256.484000', '112256.486000', '112256.489000', '112256.491000', '112256.494000', '112256.497000', '112256.499000', '112256.502000', '112316.392000', '112316.395000', '112316.397000', '112316.400000', '112316.403000', '112316.406000', '112316.409000', '112316.411000', '112316.414000', '112316.417000', '112316.419000', '112316.422000', '112316.424000', '112316.427000', '112316.430000', '112316.432000', '112316.435000', '112316.438000', '112316.440000', '112316.443000', '112316.446000', '112316.448000', '112316.451000', '112316.453000', '112316.456000', '112316.459000', '112316.461000', '112316.464000', '112316.467000', '112316.469000', '112316.472000', '112316.475000', '112316.477000', '112316.480000', '112316.482000', '112316.485000', '112316.488000', '112316.490000', '112316.493000', '112316.495000', '112316.498000', '112316.501000', '112316.503000', '112316.506000', '112336.392000', '112336.395000', '112336.397000', '112336.400000', '112336.403000', '112336.405000', '112336.408000', '112336.411000', '112336.413000', '112336.416000', '112336.419000', '112336.421000', '112336.424000', '112336.427000', '112336.429000', '112336.432000', '112336.435000', '112336.437000', '112336.440000', '112336.443000', '112336.445000', '112336.448000', '112336.451000', '112336.453000', '112336.456000', '112336.458000', '112336.461000', '112336.464000', '112336.467000', '112336.469000', '112336.472000', '112336.474000', '112336.477000', '112336.480000', '112336.482000', '112336.485000', '112336.488000', '112336.490000', '112336.493000', '112336.495000', '112336.498000', '112336.501000', '112336.504000', '112356.391000', '112356.394000', '112356.397000', '112356.400000', '112356.403000', '112356.406000', '112356.408000', '112356.411000', '112356.414000', '112356.416000', '112356.419000', '112356.422000', '112356.424000', '112356.427000', '112356.430000', '112356.432000', '112356.435000', '112356.438000', '112356.440000', '112356.443000', '112356.447000', '112356.450000', '112356.453000', '112356.455000', '112356.458000', '112356.461000', '112356.463000', '112356.466000', '112356.469000', '112356.473000', '112356.475000', '112356.478000', '112356.481000', '112356.483000', '112356.486000', '112356.489000', '112356.492000', '112356.494000', '112356.497000', '112356.500000', '112356.502000', '112356.505000', '112356.507000', '112356.510000', '112416.391000', '112416.395000', '112416.397000', '112416.400000', '112416.402000', '112416.405000', '112416.408000', '112416.410000', '112416.413000', '112416.416000', '112416.418000', '112416.421000', '112416.424000', '112416.426000', '112416.429000', '112416.432000', '112416.434000', '112416.441000', '112416.444000', '112416.447000', '112416.450000', '112416.453000', '112416.455000', '112416.458000', '112416.461000', '112416.463000', '112416.466000', '112416.469000', '112416.471000', '112416.474000', '112416.476000', '112416.479000', '112416.482000', '112416.484000', '112416.487000', '112416.490000', '112416.493000', '112416.496000', '112416.498000', '112416.501000', '112416.503000', '112416.506000', '112416.509000', '112436.391000', '112436.394000', '112436.397000', '112436.400000', '112436.403000', '112436.405000', '112436.408000', '112436.411000', '112436.414000', '112436.416000', '112436.419000', '112436.422000', '112436.424000', '112436.427000', '112436.430000', '112436.432000', '112436.435000', '112436.438000', '112436.440000', '112436.443000', '112436.446000', '112436.448000', '112436.451000', '112436.454000', '112436.456000', '112436.459000', '112436.462000', '112436.464000', '112436.467000', '112436.469000', '112436.472000', '112436.475000', '112436.477000', '112436.480000', '112436.482000', '112436.485000', '112436.488000', '112436.490000', '112436.493000', '112436.496000', '112436.498000', '112436.501000', '112436.503000', '112436.506000', '112442.703000', '112442.706000', '112442.709000', '112442.711000', '112442.714000', '112442.717000', '112442.720000', '112442.722000', '112442.725000', '112442.728000', '112442.731000', '112442.733000', '112442.736000', '112442.739000'], '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': [9079, 13493, 7482, 10276, 7259, 8751, 13856, 7855, 12759, 8123, 8498, 14102, 7999, 12447, 7417, 11365, 12531, 8369, 13937, 7533, 13516, 7620, 11280, 7520, 10560, 10046, 8892, 13686, 7476, 10899, 8071, 8052, 8163, 7826, 7507, 7307, 7414, 11354, 13355, 8489, 13009, 7765, 10116, 7309, 11408, 9645, 14540, 8478, 13562, 7884, 11680, 16566, 12680, 16062, 15518, 17924, 12399, 7404, 10625, 7502, 12533, 18938, 11823, 14950, 9608, 13376, 8932, 10370, 7908, 9537, 7914, 10843, 13852, 12002, 16955, 11185, 15275, 8935, 14139, 9200, 11461, 7787, 11153, 14652, 10742, 13461, 9350, 12227, 7091, 11521, 11152, 10204, 8984, 7529, 7030, 7551, 7307, 8945, 12203, 8178, 11870, 7413, 9032, 12777, 7525, 10718, 9999, 7890, 12181, 7392, 8942, 7703, 8366, 12009, 8416, 11926, 7422, 8042, 7625, 7259, 11994, 9122, 14041, 10038, 9584, 14455, 7910, 12004, 9908, 10393, 8021, 9172, 7423, 13545, 9023, 16970, 9183, 7728, 9497, 7404, 12808, 8280, 13852, 9764, 13786, 8607, 9569, 8377, 10208, 7176, 7859, 7194, 9215, 7336, 7380, 7371, 7222, 11393, 13211, 9095, 12663, 7798, 11121, 7391, 11638, 7375, 11836, 14691, 10055, 12637, 8460, 8118, 13049, 7735, 11691, 7318, 7332, 13212, 7597, 13399, 8161, 12152, 7605, 12649, 14709, 10106, 14047, 8327, 8317, 10118, 7824, 7599, 8553, 7386, 9897, 13951, 9868, 11449, 14673, 9322, 12041, 7774, 11497, 7635, 12525, 14399, 10177, 13232, 13021, 8085, 12678, 7837, 9774, 14664, 7921, 11681, 7454, 9389, 12993, 7932, 12931, 7435, 10817, 7362, 10468, 13789, 7886, 11984, 13618, 8596, 12951, 7693, 11928, 7605, 11567, 7812, 10038, 11104, 13739, 11534, 14887, 10321, 14664, 8964, 11598, 8962, 12096, 9394, 13956, 16192, 12225, 13987, 11444, 10172, 14081, 8558, 9949, 7566, 10551, 12791, 8154, 9951, 7473, 8827, 7476, 9734, 7203, 9375, 12859, 7266, 9799, 13198, 7824, 11762, 8737, 7245, 7993, 7128, 8527, 8895, 14567, 11879, 9599, 14122, 8304, 9706, 15848, 8716, 13119, 7396, 9987, 8176, 9100, 13918, 7703, 11910, 7865, 10102, 13641, 7752, 11667, 7288, 9297, 13638, 7443, 11354, 7278, 11327, 7488, 10045, 13717, 7400, 11038, 13547, 7883, 12135, 7169, 8050, 7294, 8518, 12464, 7372, 11767, 12088, 7807, 12125, 7632, 10124, 11269, 7674, 11073, 7640, 12536, 7918, 9378, 13875, 7263, 11543, 7474, 9755, 7420, 9493, 13714, 8617, 10323, 14934, 7771, 12856, 7577, 12115, 8262, 13059, 9242, 11042, 15905, 9556, 13659, 9148, 9018, 8650, 6945, 11329, 8654, 16186, 16193, 12468, 14878, 8848, 15764, 15664, 13477, 15091, 10596, 14997, 10201, 10196, 8517, 11991, 10991, 10975, 11439, 10034, 9818, 10684, 8426, 10069, 8292, 9794, 11153, 9293, 13370, 10072, 7300, 11574, 7116, 7432, 8019, 11883, 14407, 9737, 13694, 16771, 10303, 13741, 9074, 11929, 8419, 9560, 9219, 7274, 10578, 13778, 8651, 11377, 14412, 8334, 11356, 13480, 9492, 13241, 7954, 9907, 7328, 7117, 9060, 7315, 7202, 7819, 12255, 14887, 9726, 14371, 8309, 12289, 7645, 11341, 12238, 13391, 8567, 11797, 10190, 14764, 15349, 16963, 12078, 14999, 16347, 13180, 8597, 11461, 11329, 10531, 13732, 7993, 10263, 7269, 9292, 10268, 8221, 6879, 9177, 7418, 7113, 8057, 6929, 9161, 8269, 11227, 8977, 13862, 10407, 10692, 9936, 8045, 10372, 8411, 13265, 9791, 14791, 9230, 11034, 8502, 9219, 7680, 9386, 8934, 10332, 8202, 10066, 7015, 9948, 11240, 9424, 12226, 8979, 10544, 7721, 12699, 8685, 12555, 13659, 8701, 14600, 7058, 12017, 7110, 7601, 7669, 7333, 12179, 10837, 8506, 9848, 7287, 8607, 7046, 11624, 7069, 11246, 14141, 9044, 13145, 7008, 11482, 10102, 8449, 13422, 7917, 11009, 8760, 8299, 12458, 7493, 10543, 6901, 9250, 13575, 10070, 7021, 7179, 7103, 7027, 7164, 12584, 13328, 8486, 13386, 7155, 9597, 6893, 8685, 9141, 10477, 10008, 14715, 10995, 14996, 10710, 16240, 12828, 13115, 17800, 10368, 15617, 10165, 14803, 12138, 9849, 14739, 8313, 10219, 7253, 7080, 7365, 10272, 7297, 8207, 13364, 7374, 10283, 12415, 8254, 11863, 7215, 8892, 7565, 7455, 7649, 10551, 7337, 11952, 14401, 9029, 12490, 8885, 9589, 14491, 7993, 12956, 7580, 12730, 7231, 12071, 16044, 9814, 13960, 7682, 10192, 9238, 8990, 9156, 9142, 14640, 8792, 13626, 13394, 8991, 14138, 9446, 12691, 8538, 11939, 7897, 10046, 8690, 7648, 7414, 8545, 8880, 12359, 11031, 15719, 13113, 14507, 13892, 15950, 10485, 9821, 9152, 10202, 8789, 7060, 8992, 13693, 7855, 10053, 13438, 8768, 13148, 8264, 10490, 8447, 9523, 13779, 8159, 12841, 7208, 10052, 9291, 8169, 12605, 7273, 12443, 7775, 7222, 7443, 6899, 9111, 7719, 14311, 14985, 11877, 15211, 9704, 11149, 14978, 8977, 13852, 8105, 11977, 7827, 9468, 7053, 8168, 7794, 8105, 8364, 12566, 8002, 8822, 14328, 8354, 13236, 16010, 9833, 14004, 8079, 9092, 9110, 8632, 13829, 8106, 12704, 8318, 9098, 14559, 8478, 8942, 7670, 10446, 7072, 12923, 7168, 14112, 7272, 10783, 8570, 11177, 9295, 10478, 10015, 15797, 9549, 15504, 11553, 11202, 14974, 10401, 14224, 8437, 7928, 7032, 7590, 6913, 6988, 7520, 7130, 8361, 7126, 12144, 8456, 13497, 8473, 13300, 16410, 11689, 15606, 9399, 14319, 15110, 9888, 15913, 9192, 11392, 7234, 10053, 7376, 10307, 6936, 8751, 13489, 7888, 9553, 13948, 8508, 12430, 7880, 10129, 7769, 11561, 14056, 8996, 12475, 9458, 8421, 12681, 8103, 10452, 7211, 10142, 6907, 9703, 13759, 8346, 10213, 13278, 9469, 12688, 7425, 11360, 7285, 10888, 8020, 10524, 7200, 7032, 8695, 7455, 13935, 10961, 13826, 16523, 10802, 14274, 8769, 11474, 14983, 10517, 12038, 8691, 12270, 13479, 12171, 17021, 10351, 12981, 8782, 12127, 16554, 13540, 18024, 10374, 13780, 9818, 10313, 9341, 12590, 7496, 12388, 13865, 10352, 13046, 10451, 12728, 15691, 11321, 14029, 8234, 8724, 7122, 9428, 7901, 7047, 10233, 7186, 10864, 14582, 9478, 11817, 14286, 11259, 14286, 9688, 12020, 8335, 8288, 7750, 8912, 9856, 10797, 10289, 12270, 12797, 11171, 14443, 9091, 11382, 14874, 8655, 11634, 14178, 9464], 'WindowCenter': [4455.0, 4502.0, 4408.0, 4447.0, 4406.0, 4427.0, 4486.0, 4415.0, 4466.0, 4403.0, 4413.0, 4473.0, 4414.0, 4463.0, 4393.0, 4453.0, 4462.0, 4413.0, 4485.0, 4403.0, 4473.0, 4402.0, 4442.0, 4404.0, 4444.0, 4432.0, 4422.0, 4463.0, 4392.0, 4455.0, 4416.0, 4416.0, 4415.0, 4418.0, 4417.0, 4417.0, 4419.0, 4495.0, 4490.0, 4451.0, 4489.0, 4430.0, 4471.0, 4432.0, 4481.0, 4505.0, 4514.0, 4430.0, 4461.0, 4441.0, 4443.0, 4482.0, 4466.0, 4486.0, 4474.0, 4507.0, 4465.0, 4393.0, 4442.0, 4402.0, 4463.0, 4491.0, 4441.0, 4500.0, 4464.0, 4490.0, 4425.0, 4443.0, 4414.0, 4432.0, 4400.0, 4456.0, 4463.0, 4456.0, 4485.0, 4444.0, 4461.0, 4411.0, 4460.0, 4399.0, 4428.0, 4376.0, 4416.0, 4446.0, 4415.0, 4436.0, 4398.0, 4438.0, 4369.0, 4455.0, 4442.0, 4433.0, 4411.0, 4391.0, 4382.0, 4404.0, 4408.0, 4429.0, 4457.0, 4405.0, 4446.0, 4382.0, 4412.0, 4452.0, 4392.0, 4423.0, 4411.0, 4393.0, 4441.0, 4381.0, 4402.0, 4381.0, 4405.0, 4470.0, 4432.0, 4483.0, 4422.0, 4444.0, 4433.0, 4409.0, 4481.0, 4441.0, 4494.0, 4439.0, 4427.0, 4466.0, 4393.0, 4459.0, 4424.0, 4423.0, 4381.0, 4397.0, 4369.0, 4453.0, 4413.0, 4469.0, 4413.0, 4409.0, 4450.0, 4409.0, 4453.0, 4402.0, 4473.0, 4433.0, 4479.0, 4412.0, 4424.0, 4416.0, 4448.0, 4394.0, 4402.0, 4382.0, 4423.0, 4404.0, 4420.0, 4421.0, 4423.0, 4498.0, 4506.0, 4453.0, 4479.0, 4421.0, 4469.0, 4421.0, 4470.0, 4410.0, 4471.0, 4489.0, 4449.0, 4469.0, 4417.0, 4432.0, 4490.0, 4419.0, 4468.0, 4405.0, 4409.0, 4487.0, 4433.0, 4503.0, 4415.0, 4505.0, 4433.0, 4504.0, 4486.0, 4447.0, 4476.0, 4415.0, 4414.0, 4434.0, 4404.0, 4405.0, 4427.0, 4408.0, 4450.0, 4490.0, 4437.0, 4468.0, 4490.0, 4438.0, 4467.0, 4418.0, 4467.0, 4418.0, 4480.0, 4487.0, 4436.0, 4465.0, 4452.0, 4404.0, 4467.0, 4393.0, 4434.0, 4472.0, 4402.0, 4441.0, 4380.0, 4422.0, 4462.0, 4403.0, 4463.0, 4394.0, 4443.0, 4394.0, 4446.0, 4464.0, 4403.0, 4455.0, 4462.0, 4402.0, 4450.0, 4391.0, 4465.0, 4402.0, 4451.0, 4406.0, 4447.0, 4469.0, 4477.0, 4459.0, 4490.0, 4450.0, 4489.0, 4428.0, 4458.0, 4454.0, 4468.0, 4422.0, 4476.0, 4484.0, 4441.0, 4462.0, 4429.0, 4408.0, 4448.0, 4387.0, 4406.0, 4375.0, 4415.0, 4435.0, 4376.0, 4406.0, 4380.0, 4422.0, 4390.0, 4421.0, 4380.0, 4422.0, 4452.0, 4381.0, 4423.0, 4462.0, 4392.0, 4440.0, 4416.0, 4395.0, 4402.0, 4382.0, 4443.0, 4427.0, 4492.0, 4472.0, 4508.0, 4544.0, 4458.0, 4453.0, 4497.0, 4416.0, 4464.0, 4395.0, 4421.0, 4403.0, 4413.0, 4461.0, 4392.0, 4453.0, 4391.0, 4432.0, 4461.0, 4391.0, 4430.0, 4381.0, 4423.0, 4465.0, 4392.0, 4441.0, 4393.0, 4444.0, 4392.0, 4423.0, 4461.0, 4380.0, 4431.0, 4451.0, 4391.0, 4440.0, 4382.0, 4392.0, 4391.0, 4413.0, 4452.0, 4382.0, 4443.0, 4440.0, 4394.0, 4467.0, 4404.0, 4435.0, 4444.0, 4394.0, 4443.0, 4405.0, 4466.0, 4403.0, 4425.0, 4478.0, 4405.0, 4455.0, 4395.0, 4437.0, 4394.0, 4436.0, 4477.0, 4414.0, 4436.0, 4487.0, 4407.0, 4476.0, 4419.0, 4468.0, 4428.0, 4491.0, 4423.0, 4443.0, 4473.0, 4426.0, 4487.0, 4424.0, 4426.0, 4425.0, 4410.0, 4457.0, 4426.0, 4512.0, 4499.0, 4456.0, 4477.0, 4413.0, 4487.0, 4485.0, 4463.0, 4470.0, 4429.0, 4460.0, 4397.0, 4383.0, 4361.0, 4404.0, 4390.0, 4393.0, 4406.0, 4383.0, 4384.0, 4391.0, 4349.0, 4370.0, 4360.0, 4394.0, 4416.0, 4397.0, 4448.0, 4421.0, 4381.0, 4454.0, 4395.0, 4397.0, 4418.0, 4471.0, 4478.0, 4414.0, 4454.0, 4472.0, 4423.0, 4450.0, 4402.0, 4431.0, 4401.0, 4424.0, 4427.0, 4398.0, 4450.0, 4480.0, 4406.0, 4446.0, 4465.0, 4393.0, 4435.0, 4467.0, 4425.0, 4467.0, 4407.0, 4434.0, 4395.0, 4408.0, 4453.0, 4410.0, 4397.0, 4410.0, 4461.0, 4468.0, 4416.0, 4468.0, 4395.0, 4447.0, 4400.0, 4447.0, 4444.0, 4453.0, 4418.0, 4446.0, 4436.0, 4487.0, 4490.0, 4502.0, 4435.0, 4452.0, 4472.0, 4438.0, 4387.0, 4427.0, 4416.0, 4418.0, 4437.0, 4377.0, 4405.0, 4367.0, 4412.0, 4432.0, 4429.0, 4411.0, 4438.0, 4419.0, 4394.0, 4405.0, 4395.0, 4425.0, 4417.0, 4458.0, 4428.0, 4477.0, 4446.0, 4445.0, 4437.0, 4405.0, 4422.0, 4390.0, 4451.0, 4420.0, 4474.0, 4412.0, 4422.0, 4404.0, 4411.0, 4380.0, 4409.0, 4400.0, 4420.0, 4400.0, 4422.0, 4382.0, 4433.0, 4431.0, 4424.0, 4466.0, 4426.0, 4446.0, 4418.0, 4477.0, 4428.0, 4467.0, 4487.0, 4437.0, 4483.0, 4405.0, 4477.0, 4418.0, 4442.0, 4433.0, 4436.0, 4508.0, 4485.0, 4442.0, 4449.0, 4421.0, 4441.0, 4410.0, 4460.0, 4397.0, 4459.0, 4477.0, 4426.0, 4465.0, 4384.0, 4445.0, 4433.0, 4403.0, 4463.0, 4392.0, 4433.0, 4400.0, 4401.0, 4453.0, 4381.0, 4433.0, 4395.0, 4438.0, 4479.0, 4450.0, 4398.0, 4396.0, 4409.0, 4421.0, 4439.0, 4495.0, 4492.0, 4430.0, 4478.0, 4398.0, 4453.0, 4411.0, 4431.0, 4439.0, 4461.0, 4463.0, 4512.0, 4473.0, 4514.0, 4476.0, 4516.0, 4468.0, 4469.0, 4507.0, 4447.0, 4487.0, 4447.0, 4488.0, 4456.0, 4424.0, 4475.0, 4414.0, 4421.0, 4382.0, 4382.0, 4396.0, 4447.0, 4395.0, 4417.0, 4466.0, 4395.0, 4436.0, 4464.0, 4416.0, 4467.0, 4407.0, 4428.0, 4419.0, 4408.0, 4434.0, 4474.0, 4435.0, 4498.0, 4504.0, 4439.0, 4494.0, 4441.0, 4451.0, 4490.0, 4431.0, 4478.0, 4408.0, 4478.0, 4407.0, 4470.0, 4500.0, 4437.0, 4489.0, 4407.0, 4435.0, 4425.0, 4438.0, 4437.0, 4451.0, 4502.0, 4442.0, 4489.0, 4476.0, 4425.0, 4473.0, 4435.0, 4465.0, 4414.0, 4455.0, 4403.0, 4436.0, 4414.0, 4405.0, 4404.0, 4436.0, 4440.0, 4477.0, 4461.0, 4488.0, 4468.0, 4465.0, 4466.0, 4486.0, 4433.0, 4422.0, 4423.0, 4431.0, 4402.0, 4370.0, 4412.0, 4462.0, 4379.0, 4409.0, 4438.0, 4388.0, 4438.0, 4388.0, 4419.0, 4400.0, 4409.0, 4460.0, 4389.0, 4450.0, 4381.0, 4424.0, 4425.0, 4416.0, 4466.0, 4395.0, 4465.0, 4407.0, 4395.0, 4396.0, 4412.0, 4428.0, 4409.0, 4502.0, 4489.0, 4457.0, 4491.0, 4423.0, 4445.0, 4471.0, 4399.0, 4460.0, 4388.0, 4449.0, 4392.0, 4410.0, 4395.0, 4417.0, 4418.0, 4417.0, 4417.0, 4466.0, 4403.0, 4414.0, 4464.0, 4402.0, 4465.0, 4485.0, 4423.0, 4479.0, 4418.0, 4414.0, 4412.0, 4402.0, 4463.0, 4403.0, 4454.0, 4403.0, 4415.0, 4476.0, 4404.0, 4411.0, 4392.0, 4431.0, 4394.0, 4465.0, 4395.0, 4475.0, 4409.0, 4470.0, 4442.0, 4472.0, 4453.0, 4461.0, 4449.0, 4503.0, 4427.0, 4478.0, 4444.0, 4445.0, 4476.0, 4435.0, 4476.0, 4419.0, 4406.0, 4386.0, 4396.0, 4397.0, 4396.0, 4405.0, 4398.0, 4418.0, 4415.0, 4486.0, 4459.0, 4507.0, 4433.0, 4492.0, 4499.0, 4458.0, 4490.0, 4425.0, 4476.0, 4475.0, 4435.0, 4486.0, 4413.0, 4445.0, 4395.0, 4436.0, 4406.0, 4447.0, 4394.0, 4415.0, 4463.0, 4392.0, 4410.0, 4461.0, 4399.0, 4450.0, 4391.0, 4431.0, 4392.0, 4453.0, 4462.0, 4400.0, 4442.0, 4409.0, 4401.0, 4464.0, 4389.0, 4431.0, 4382.0, 4431.0, 4382.0, 4423.0, 4463.0, 4402.0, 4423.0, 4464.0, 4424.0, 4464.0, 4395.0, 4468.0, 4422.0, 4461.0, 4421.0, 4448.0, 4397.0, 4400.0, 4419.0, 4398.0, 4481.0, 4449.0, 4481.0, 4490.0, 4446.0, 4465.0, 4403.0, 4432.0, 4460.0, 4421.0, 4428.0, 4391.0, 4429.0, 4426.0, 4415.0, 4445.0, 4382.0, 4411.0, 4358.0, 4415.0, 4443.0, 4421.0, 4451.0, 4381.0, 4420.0, 4393.0, 4404.0, 4396.0, 4438.0, 4378.0, 4439.0, 4451.0, 4409.0, 4438.0, 4419.0, 4453.0, 4470.0, 4419.0, 4460.0, 4391.0, 4399.0, 4370.0, 4424.0, 4418.0, 4394.0, 4435.0, 4386.0, 4460.0, 4477.0, 4424.0, 4458.0, 4464.0, 4433.0, 4464.0, 4424.0, 4443.0, 4404.0, 4403.0, 4407.0, 4426.0, 4438.0, 4447.0, 4448.0, 4470.0, 4467.0, 4435.0, 4466.0, 4402.0, 4433.0, 4462.0, 4390.0, 4431.0, 4451.0, 4399.0], 'WindowWidth': [9828.0, 9882.0, 9750.0, 9800.0, 9744.0, 9772.0, 9850.0, 9753.0, 9821.0, 9731.0, 9745.0, 9826.0, 9749.0, 9813.0, 9718.0, 9798.0, 9809.0, 9743.0, 9846.0, 9734.0, 9826.0, 9728.0, 9782.0, 9734.0, 9789.0, 9770.0, 9755.0, 9811.0, 9716.0, 9806.0, 9756.0, 9752.0, 9751.0, 9760.0, 9760.0, 9759.0, 9767.0, 9879.0, 9863.0, 9811.0, 9858.0, 9780.0, 9839.0, 9787.0, 9852.0, 9912.0, 9901.0, 9779.0, 9805.0, 9798.0, 9780.0, 9831.0, 9818.0, 9853.0, 9827.0, 9881.0, 9818.0, 9716.0, 9781.0, 9730.0, 9814.0, 9849.0, 9778.0, 9877.0, 9833.0, 9862.0, 9764.0, 9785.0, 9747.0, 9768.0, 9721.0, 9806.0, 9809.0, 9802.0, 9841.0, 9782.0, 9804.0, 9734.0, 9801.0, 9712.0, 9750.0, 9678.0, 9730.0, 9771.0, 9728.0, 9760.0, 9710.0, 9764.0, 9676.0, 9799.0, 9777.0, 9768.0, 9736.0, 9708.0, 9699.0, 9732.0, 9744.0, 9770.0, 9803.0, 9732.0, 9787.0, 9696.0, 9734.0, 9786.0, 9706.0, 9749.0, 9728.0, 9709.0, 9771.0, 9690.0, 9719.0, 9689.0, 9731.0, 9829.0, 9782.0, 9856.0, 9771.0, 9805.0, 9786.0, 9747.0, 9847.0, 9791.0, 9869.0, 9780.0, 9762.0, 9813.0, 9708.0, 9806.0, 9750.0, 9749.0, 9687.0, 9703.0, 9671.0, 9786.0, 9738.0, 9808.0, 9739.0, 9747.0, 9805.0, 9750.0, 9795.0, 9724.0, 9824.0, 9769.0, 9841.0, 9741.0, 9760.0, 9754.0, 9798.0, 9721.0, 9726.0, 9699.0, 9758.0, 9737.0, 9768.0, 9770.0, 9775.0, 9885.0, 9894.0, 9814.0, 9843.0, 9769.0, 9829.0, 9770.0, 9833.0, 9751.0, 9835.0, 9858.0, 9800.0, 9830.0, 9754.0, 9786.0, 9861.0, 9762.0, 9826.0, 9736.0, 9749.0, 9852.0, 9789.0, 9885.0, 9750.0, 9893.0, 9790.0, 9888.0, 9849.0, 9798.0, 9834.0, 9748.0, 9745.0, 9772.0, 9734.0, 9738.0, 9771.0, 9746.0, 9807.0, 9861.0, 9781.0, 9825.0, 9859.0, 9785.0, 9822.0, 9758.0, 9824.0, 9760.0, 9845.0, 9853.0, 9777.0, 9816.0, 9792.0, 9731.0, 9821.0, 9714.0, 9771.0, 9819.0, 9725.0, 9775.0, 9691.0, 9752.0, 9807.0, 9729.0, 9810.0, 9720.0, 9782.0, 9721.0, 9792.0, 9812.0, 9729.0, 9802.0, 9804.0, 9724.0, 9785.0, 9708.0, 9818.0, 9728.0, 9793.0, 9740.0, 9798.0, 9828.0, 9835.0, 9814.0, 9864.0, 9804.0, 9858.0, 9773.0, 9813.0, 9817.0, 9826.0, 9756.0, 9834.0, 9846.0, 9777.0, 9810.0, 9756.0, 9726.0, 9779.0, 9694.0, 9720.0, 9677.0, 9729.0, 9756.0, 9680.0, 9718.0, 9694.0, 9754.0, 9707.0, 9748.0, 9693.0, 9751.0, 9791.0, 9694.0, 9752.0, 9805.0, 9712.0, 9772.0, 9752.0, 9721.0, 9724.0, 9697.0, 9804.0, 9769.0, 9868.0, 9839.0, 9918.0, 9962.0, 9834.0, 9814.0, 9864.0, 9751.0, 9811.0, 9719.0, 9747.0, 9727.0, 9742.0, 9804.0, 9711.0, 9793.0, 9705.0, 9762.0, 9801.0, 9704.0, 9757.0, 9692.0, 9754.0, 9814.0, 9711.0, 9776.0, 9714.0, 9785.0, 9711.0, 9753.0, 9801.0, 9687.0, 9759.0, 9787.0, 9704.0, 9771.0, 9694.0, 9709.0, 9708.0, 9741.0, 9790.0, 9698.0, 9780.0, 9770.0, 9716.0, 9819.0, 9730.0, 9771.0, 9782.0, 9715.0, 9782.0, 9733.0, 9816.0, 9725.0, 9758.0, 9837.0, 9736.0, 9802.0, 9721.0, 9778.0, 9718.0, 9778.0, 9834.0, 9743.0, 9774.0, 9849.0, 9739.0, 9831.0, 9761.0, 9826.0, 9771.0, 9862.0, 9756.0, 9780.0, 9822.0, 9761.0, 9851.0, 9761.0, 9768.0, 9764.0, 9756.0, 9810.0, 9766.0, 9894.0, 9870.0, 9802.0, 9838.0, 9743.0, 9855.0, 9846.0, 9814.0, 9817.0, 9759.0, 9800.0, 9704.0, 9676.0, 9643.0, 9704.0, 9680.0, 9687.0, 9709.0, 9674.0, 9677.0, 9682.0, 9622.0, 9650.0, 9640.0, 9695.0, 9730.0, 9705.0, 9779.0, 9748.0, 9694.0, 9797.0, 9723.0, 9727.0, 9756.0, 9829.0, 9835.0, 9739.0, 9793.0, 9814.0, 9749.0, 9780.0, 9719.0, 9757.0, 9720.0, 9754.0, 9766.0, 9726.0, 9799.0, 9840.0, 9731.0, 9781.0, 9809.0, 9706.0, 9766.0, 9816.0, 9755.0, 9821.0, 9738.0, 9770.0, 9719.0, 9745.0, 9812.0, 9748.0, 9726.0, 9745.0, 9814.0, 9817.0, 9744.0, 9816.0, 9715.0, 9789.0, 9730.0, 9788.0, 9782.0, 9793.0, 9753.0, 9788.0, 9775.0, 9847.0, 9858.0, 9886.0, 9765.0, 9788.0, 9816.0, 9763.0, 9695.0, 9747.0, 9730.0, 9735.0, 9761.0, 9679.0, 9714.0, 9667.0, 9736.0, 9765.0, 9774.0, 9755.0, 9787.0, 9762.0, 9718.0, 9732.0, 9721.0, 9757.0, 9749.0, 9809.0, 9769.0, 9831.0, 9789.0, 9788.0, 9778.0, 9736.0, 9751.0, 9703.0, 9786.0, 9743.0, 9824.0, 9736.0, 9746.0, 9727.0, 9732.0, 9690.0, 9727.0, 9717.0, 9742.0, 9717.0, 9750.0, 9697.0, 9767.0, 9762.0, 9758.0, 9818.0, 9764.0, 9791.0, 9761.0, 9839.0, 9773.0, 9823.0, 9856.0, 9785.0, 9842.0, 9740.0, 9839.0, 9766.0, 9804.0, 9790.0, 9802.0, 9900.0, 9861.0, 9797.0, 9803.0, 9767.0, 9793.0, 9752.0, 9816.0, 9730.0, 9815.0, 9835.0, 9765.0, 9816.0, 9703.0, 9786.0, 9767.0, 9727.0, 9808.0, 9710.0, 9766.0, 9717.0, 9720.0, 9795.0, 9696.0, 9764.0, 9723.0, 9785.0, 9843.0, 9803.0, 9730.0, 9727.0, 9750.0, 9772.0, 9812.0, 9876.0, 9862.0, 9778.0, 9838.0, 9730.0, 9811.0, 9755.0, 9780.0, 9788.0, 9819.0, 9828.0, 9895.0, 9845.0, 9903.0, 9852.0, 9907.0, 9823.0, 9828.0, 9879.0, 9795.0, 9853.0, 9796.0, 9857.0, 9804.0, 9757.0, 9830.0, 9745.0, 9748.0, 9699.0, 9698.0, 9723.0, 9792.0, 9721.0, 9753.0, 9817.0, 9721.0, 9776.0, 9812.0, 9751.0, 9823.0, 9741.0, 9770.0, 9761.0, 9747.0, 9793.0, 9847.0, 9797.0, 9883.0, 9887.0, 9789.0, 9873.0, 9796.0, 9808.0, 9859.0, 9781.0, 9840.0, 9744.0, 9837.0, 9742.0, 9833.0, 9873.0, 9780.0, 9856.0, 9742.0, 9775.0, 9761.0, 9786.0, 9785.0, 9812.0, 9882.0, 9800.0, 9855.0, 9835.0, 9760.0, 9825.0, 9776.0, 9815.0, 9746.0, 9805.0, 9728.0, 9781.0, 9747.0, 9737.0, 9736.0, 9785.0, 9794.0, 9838.0, 9822.0, 9854.0, 9821.0, 9810.0, 9818.0, 9848.0, 9770.0, 9751.0, 9755.0, 9764.0, 9724.0, 9678.0, 9735.0, 9804.0, 9685.0, 9723.0, 9762.0, 9692.0, 9759.0, 9697.0, 9742.0, 9718.0, 9728.0, 9799.0, 9704.0, 9786.0, 9695.0, 9758.0, 9763.0, 9752.0, 9820.0, 9724.0, 9815.0, 9742.0, 9722.0, 9724.0, 9757.0, 9770.0, 9746.0, 9879.0, 9857.0, 9808.0, 9862.0, 9756.0, 9786.0, 9815.0, 9717.0, 9802.0, 9701.0, 9788.0, 9712.0, 9731.0, 9722.0, 9756.0, 9759.0, 9757.0, 9754.0, 9820.0, 9729.0, 9742.0, 9813.0, 9726.0, 9814.0, 9842.0, 9756.0, 9845.0, 9757.0, 9746.0, 9739.0, 9726.0, 9809.0, 9729.0, 9799.0, 9729.0, 9746.0, 9830.0, 9732.0, 9736.0, 9711.0, 9762.0, 9718.0, 9812.0, 9723.0, 9827.0, 9748.0, 9834.0, 9801.0, 9838.0, 9814.0, 9821.0, 9803.0, 9880.0, 9762.0, 9837.0, 9782.0, 9784.0, 9833.0, 9773.0, 9832.0, 9757.0, 9735.0, 9711.0, 9722.0, 9726.0, 9724.0, 9734.0, 9730.0, 9755.0, 9766.0, 9862.0, 9832.0, 9894.0, 9785.0, 9863.0, 9872.0, 9812.0, 9858.0, 9762.0, 9833.0, 9828.0, 9773.0, 9846.0, 9741.0, 9789.0, 9721.0, 9778.0, 9741.0, 9798.0, 9722.0, 9747.0, 9808.0, 9710.0, 9731.0, 9804.0, 9716.0, 9787.0, 9709.0, 9762.0, 9714.0, 9797.0, 9807.0, 9719.0, 9775.0, 9727.0, 9720.0, 9811.0, 9705.0, 9762.0, 9699.0, 9763.0, 9699.0, 9755.0, 9810.0, 9725.0, 9756.0, 9811.0, 9758.0, 9810.0, 9720.0, 9830.0, 9775.0, 9818.0, 9766.0, 9795.0, 9728.0, 9736.0, 9755.0, 9728.0, 9847.0, 9796.0, 9848.0, 9858.0, 9789.0, 9813.0, 9726.0, 9760.0, 9795.0, 9743.0, 9749.0, 9704.0, 9750.0, 9739.0, 9722.0, 9764.0, 9673.0, 9709.0, 9635.0, 9726.0, 9763.0, 9727.0, 9774.0, 9674.0, 9728.0, 9695.0, 9712.0, 9706.0, 9764.0, 9685.0, 9765.0, 9788.0, 9727.0, 9764.0, 9741.0, 9793.0, 9811.0, 9738.0, 9798.0, 9705.0, 9712.0, 9677.0, 9759.0, 9757.0, 9721.0, 9774.0, 9711.0, 9814.0, 9833.0, 9757.0, 9809.0, 9810.0, 9765.0, 9809.0, 9755.0, 9780.0, 9729.0, 9726.0, 9739.0, 9763.0, 9781.0, 9794.0, 9796.0, 9829.0, 9818.0, 9770.0, 9814.0, 9721.0, 9763.0, 9802.0, 9701.0, 9757.0, 9785.0, 9711.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.0015066399082568807</td></tr>
<tr><td colspan=3>aqi</td><td>0.06167228658256881</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.945548104661285</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1514731174397235</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9792740267853038</td></tr>
<tr><td colspan=3>efc</td><td>0.4903</td></tr>
<tr><td colspan=3>fber</td><td>5560.0737</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.2008772586966781</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>293</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>33.60091743119266</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6235141446805597</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4784275772733184</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8635815680905314</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5285332886778287</td></tr>
<tr><td colspan=3>gcor</td><td>0.0157034</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010714617557823658</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04292568564414978</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.213989934645882</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>15.9063</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.723</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>206.4873</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298690.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>925.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>363.7013</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7394</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>532.5948</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3655.8845</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3857.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77854.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1455.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4701.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>915.2787</td></tr>
<tr><td colspan=3>tsnr</td><td>26.437553636031225</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>