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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>12:58:33.602500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999832, 0.0142515, 0.0115182, -0.0144848, 0.999686, 0.0204339]</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-02_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.0828612</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-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4159, -7707, -7339, 608, -15, -107, 24, 70]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>238.201</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>cc468897-1563-41e0-918d-061f30434413||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.68247652053833, -0.03886178880929947, 0.030303185805678368, 113.15691375732422], [-0.038235802203416824, 2.6820852756500244, 0.05561276525259018, -96.34735107421875], [0.030902570113539696, -0.05482269078493118, 2.6992571353912354, -83.59440612792969], [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': ['125833.602500', '125834.062500', '125834.522500', '125834.982500', '125835.442500', '125835.902500', '125836.362500', '125836.822500', '125837.282500', '125837.742500', '125838.202500', '125838.662500', '125839.122500', '125839.582500', '125840.042500', '125840.502500', '125840.962500', '125841.422500', '125841.882500', '125842.342500', '125842.802500', '125843.262500', '125843.722500', '125844.182500', '125844.642500', '125845.102500', '125845.562500', '125846.022500', '125846.482500', '125846.942500', '125847.402500', '125847.862500', '125848.322500', '125848.782500', '125849.242500', '125849.702500', '125850.162500', '125850.622500', '125851.082500', '125851.542500', '125852.002500', '125852.462500', '125852.922500', '125853.382500', '125853.842500', '125854.302500', '125854.762500', '125855.222500', '125855.682500', '125856.142500', '125856.602500', '125857.062500', '125857.522500', '125857.982500', '125858.442500', '125858.902500', '125859.362500', '125859.822500', '125900.282500', '125900.742500', '125901.202500', '125901.662500', '125902.122500', '125902.582500', '125903.042500', '125903.502500', '125903.962500', '125904.422500', '125904.882500', '125905.342500', '125905.802500', '125906.262500', '125906.722500', '125907.182500', '125907.642500', '125908.102500', '125908.562500', '125909.022500', '125909.482500', '125909.942500', '125910.402500', '125910.862500', '125911.322500', '125911.782500', '125912.242500', '125912.702500', '125913.162500', '125913.622500', '125914.082500', '125914.542500', '125915.002500', '125915.462500', '125915.922500', '125916.382500', '125916.842500', '125917.302500', '125917.762500', '125918.222500', '125918.682500', '125919.142500', '125919.602500', '125920.062500', '125920.522500', '125920.982500', '125921.442500', '125921.902500', '125922.362500', '125922.822500', '125923.282500', '125923.742500', '125924.202500', '125924.662500', '125925.122500', '125925.582500', '125926.042500', '125926.502500', '125926.962500', '125927.422500', '125927.882500', '125928.342500', '125928.802500', '125929.262500', '125929.722500', '125930.182500', '125930.642500', '125931.102500', '125931.562500', '125932.022500', '125932.482500', '125932.942500', '125933.402500', '125933.862500', '125934.322500', '125934.782500', '125935.242500', '125935.702500', '125936.162500', '125936.622500', '125937.082500', '125937.542500', '125938.002500', '125938.462500', '125938.922500', '125939.382500', '125939.842500', '125940.302500', '125940.762500', '125941.222500', '125941.682500', '125942.142500', '125942.602500', '125943.062500', '125943.522500', '125943.982500', '125944.442500', '125944.902500', '125945.362500', '125945.822500', '125946.282500', '125946.742500', '125947.202500', '125947.662500', '125948.122500', '125948.582500', '125949.042500', '125949.502500', '125949.962500', '125950.422500', '125950.882500', '125951.342500', '125951.802500', '125952.262500', '125952.722500', '125953.182500', '125953.642500', '125954.102500', '125954.562500', '125955.022500', '125955.482500', '125955.942500', '125956.402500', '125956.862500', '125957.322500', '125957.782500', '125958.242500', '125958.702500', '125959.162500', '125959.622500', '130000.082500', '130000.542500', '130001.002500', '130001.462500', '130001.922500', '130002.382500', '130002.842500', '130003.302500', '130003.762500', '130004.222500', '130004.682500', '130005.142500', '130005.602500', '130006.062500', '130006.522500', '130006.982500', '130007.442500', '130007.902500', '130008.362500', '130008.822500', '130009.282500', '130009.742500', '130010.202500', '130010.662500', '130011.122500', '130011.582500', '130012.042500', '130012.502500', '130012.962500', '130013.422500', '130013.882500', '130014.342500', '130014.802500', '130015.262500', '130015.722500', '130016.182500', '130016.642500', '130017.102500', '130017.562500', '130018.022500', '130018.482500', '130018.942500', '130019.402500', '130019.862500', '130020.322500', '130020.782500', '130021.242500', '130021.702500', '130022.162500', '130022.622500', '130023.082500', '130023.542500', '130024.002500', '130024.462500', '130024.922500', '130025.382500', '130025.842500', '130026.302500', '130026.762500', '130027.222500', '130027.682500', '130028.142500', '130028.602500', '130029.062500', '130029.522500', '130029.982500', '130030.442500', '130030.902500', '130031.362500', '130031.822500', '130032.282500', '130032.742500', '130033.202500', '130033.662500', '130034.122500', '130034.582500', '130035.042500', '130035.502500', '130035.962500', '130036.422500', '130036.882500', '130037.342500', '130037.802500', '130038.262500', '130038.722500', '130039.182500', '130039.642500', '130040.102500', '130040.562500', '130041.022500', '130041.482500', '130041.942500', '130042.402500', '130042.862500', '130043.322500', '130043.782500', '130044.242500', '130044.702500', '130045.162500', '130045.622500', '130046.082500', '130046.542500', '130047.002500', '130047.462500', '130047.922500', '130048.382500', '130048.842500', '130049.302500', '130049.762500', '130050.222500', '130050.682500', '130051.142500', '130051.602500', '130052.062500', '130052.522500', '130052.982500', '130053.442500', '130053.902500', '130054.362500', '130054.822500', '130055.282500', '130055.742500', '130056.202500', '130056.662500', '130057.122500', '130057.582500', '130058.042500', '130058.502500', '130058.962500', '130059.422500', '130059.882500', '130100.342500', '130100.802500', '130101.262500', '130101.722500', '130102.182500', '130102.642500', '130103.102500', '130103.562500', '130104.022500', '130104.482500', '130104.942500', '130105.402500', '130105.862500', '130106.322500', '130106.782500', '130107.242500', '130107.702500', '130108.162500', '130108.622500', '130109.082500', '130109.542500', '130110.002500', '130110.462500', '130110.922500', '130111.382500', '130111.842500', '130112.302500', '130112.762500', '130113.222500', '130113.682500', '130114.142500', '130114.602500', '130115.062500', '130115.522500', '130115.982500', '130116.442500', '130116.902500', '130117.362500', '130117.822500', '130118.282500', '130118.742500', '130119.202500', '130119.662500', '130120.122500', '130120.582500', '130121.042500', '130121.502500', '130121.962500', '130122.422500', '130122.882500', '130123.342500', '130123.802500', '130124.262500', '130124.722500', '130125.182500', '130125.642500', '130126.102500', '130126.562500', '130127.022500', '130127.482500', '130127.942500', '130128.402500', '130128.862500', '130129.322500', '130129.782500', '130130.242500', '130130.702500', '130131.162500', '130131.622500', '130132.082500', '130132.542500', '130133.002500', '130133.462500', '130133.922500', '130134.382500', '130134.842500', '130135.302500', '130135.762500', '130136.222500', '130136.682500', '130137.142500', '130137.602500', '130138.062500', '130138.522500', '130138.982500', '130139.442500', '130139.902500', '130140.362500', '130140.822500', '130141.282500', '130141.742500', '130142.202500', '130142.662500', '130143.122500', '130143.582500', '130144.042500', '130144.502500', '130144.962500', '130145.422500', '130145.882500', '130146.342500', '130146.802500', '130147.262500', '130147.722500', '130148.182500', '130148.642500', '130149.102500', '130149.562500', '130150.022500', '130150.482500', '130150.942500', '130151.402500', '130151.862500', '130152.322500', '130152.782500', '130153.242500', '130153.702500', '130154.162500', '130154.622500', '130155.082500', '130155.542500', '130156.002500', '130156.462500', '130156.922500', '130157.382500', '130157.842500', '130158.302500', '130158.762500', '130159.222500', '130159.682500', '130200.142500', '130200.602500', '130201.062500', '130201.522500', '130201.982500', '130202.442500', '130202.902500', '130203.362500', '130203.822500', '130204.282500', '130204.742500', '130205.202500', '130205.662500', '130206.122500', '130206.582500', '130207.042500', '130207.502500', '130207.962500', '130208.422500', '130208.882500', '130209.342500', '130209.802500', '130210.262500', '130210.722500', '130211.182500', '130211.642500', '130212.102500', '130212.562500', '130213.022500', '130213.482500', '130213.942500', '130214.402500', '130214.862500', '130215.322500', '130215.782500', '130216.242500', '130216.702500', '130217.162500', '130217.622500', '130218.082500', '130218.542500', '130219.002500', '130219.462500', '130219.922500', '130220.382500', '130220.842500', '130221.302500', '130221.762500', '130222.222500', '130222.682500', '130223.142500', '130223.602500', '130224.062500', '130224.522500', '130224.982500', '130225.442500', '130225.902500', '130226.362500', '130226.822500', '130227.282500', '130227.742500', '130228.202500', '130228.662500', '130229.122500', '130229.582500', '130230.042500', '130230.502500', '130230.962500', '130231.422500', '130231.882500', '130232.342500', '130232.802500', '130233.262500', '130233.722500', '130234.182500', '130234.642500', '130235.102500', '130235.562500', '130236.022500', '130236.482500', '130236.942500', '130237.402500', '130237.862500', '130238.322500', '130238.782500', '130239.242500', '130239.702500', '130240.162500', '130240.622500', '130241.082500', '130241.542500', '130242.002500', '130242.462500', '130242.922500', '130243.382500', '130243.842500', '130244.302500', '130244.762500', '130245.222500', '130245.682500', '130246.142500', '130246.602500', '130247.062500', '130247.522500', '130247.982500', '130248.442500', '130248.902500', '130249.362500', '130249.822500', '130250.282500', '130250.742500', '130251.202500', '130251.662500', '130252.122500', '130252.582500', '130253.042500', '130253.502500', '130253.962500', '130254.422500', '130254.882500', '130255.342500', '130255.802500', '130256.262500', '130256.722500', '130257.182500', '130257.642500', '130258.102500', '130258.562500', '130259.022500', '130259.482500', '130259.942500', '130300.402500', '130300.862500', '130301.322500', '130301.782500', '130302.242500', '130302.702500', '130303.162500', '130303.622500', '130304.082500', '130304.542500', '130305.002500', '130305.462500', '130305.922500', '130306.382500', '130306.842500', '130307.302500', '130307.762500', '130308.222500', '130308.682500', '130309.142500', '130309.602500', '130310.062500', '130310.522500', '130310.982500', '130311.442500', '130311.902500', '130312.362500', '130312.822500', '130313.282500', '130313.742500', '130314.202500', '130314.662500', '130315.122500', '130315.582500', '130316.042500', '130316.502500', '130316.962500', '130317.422500', '130317.882500', '130318.342500', '130318.802500', '130319.262500', '130319.722500', '130320.182500', '130320.642500', '130321.102500', '130321.562500', '130322.022500', '130322.482500', '130322.942500', '130323.402500', '130323.862500', '130324.322500', '130324.782500', '130325.242500', '130325.702500', '130326.162500', '130326.622500', '130327.082500', '130327.542500', '130328.002500', '130328.462500', '130328.922500', '130329.382500', '130329.842500', '130330.302500', '130330.762500', '130331.222500', '130331.682500', '130332.142500', '130332.602500', '130333.062500', '130333.522500', '130333.982500', '130334.442500', '130334.902500', '130335.362500', '130335.822500', '130336.282500', '130336.742500', '130337.202500', '130337.662500', '130338.122500', '130338.582500', '130339.042500', '130339.502500', '130339.962500', '130340.422500', '130340.882500', '130341.342500', '130341.802500', '130342.262500', '130342.722500', '130343.182500', '130343.642500', '130344.102500', '130344.562500', '130345.022500', '130345.482500', '130345.942500', '130346.402500', '130346.862500', '130347.322500', '130347.782500', '130348.242500', '130348.702500', '130349.162500', '130349.622500', '130350.082500', '130350.542500', '130351.002500', '130351.462500', '130351.922500', '130352.382500', '130352.842500', '130353.302500', '130353.762500', '130354.222500', '130354.682500', '130355.142500', '130355.602500', '130356.062500', '130356.522500', '130356.982500', '130357.442500', '130357.902500', '130358.362500', '130358.822500', '130359.282500', '130359.742500', '130400.202500', '130400.662500', '130401.122500', '130401.582500', '130402.042500', '130402.502500', '130402.962500', '130403.422500', '130403.882500', '130404.342500', '130404.802500', '130405.262500', '130405.722500', '130406.182500', '130406.642500', '130407.102500', '130407.562500', '130408.022500', '130408.482500', '130408.942500', '130409.402500', '130409.862500', '130410.322500', '130410.782500', '130411.242500', '130411.702500', '130412.162500', '130412.622500', '130413.082500', '130413.542500', '130414.002500', '130414.462500', '130414.922500', '130415.382500', '130415.842500', '130416.302500', '130416.762500', '130417.222500', '130417.682500', '130418.142500', '130418.602500', '130419.062500', '130419.522500', '130419.982500', '130420.442500', '130420.902500', '130421.362500', '130421.822500', '130422.282500', '130422.742500', '130423.202500', '130423.662500', '130424.122500', '130424.582500', '130425.042500', '130425.502500', '130425.962500', '130426.422500', '130426.882500', '130427.342500', '130427.802500', '130428.262500', '130428.722500', '130429.182500', '130429.642500', '130430.102500', '130430.562500', '130431.022500', '130431.482500', '130431.942500', '130432.402500', '130432.862500', '130433.322500', '130433.782500', '130434.242500', '130434.702500', '130435.162500', '130435.622500', '130436.082500', '130436.542500', '130437.002500', '130437.462500', '130437.922500', '130438.382500', '130438.842500', '130439.302500', '130439.762500', '130440.222500', '130440.682500', '130441.142500', '130441.602500', '130442.062500', '130442.522500', '130442.982500', '130443.442500', '130443.902500', '130444.362500', '130444.822500', '130445.282500', '130445.742500', '130446.202500', '130446.662500', '130447.122500', '130447.582500', '130448.042500', '130448.502500', '130448.962500', '130449.422500', '130449.882500', '130450.342500', '130450.802500', '130451.262500', '130451.722500', '130452.182500', '130452.642500', '130453.102500', '130453.562500', '130454.022500', '130454.482500', '130454.942500', '130455.402500', '130455.862500', '130456.322500', '130456.782500', '130457.242500', '130457.702500', '130458.162500', '130458.622500', '130459.082500', '130459.542500', '130500.002500', '130500.462500', '130500.922500', '130501.382500', '130501.842500', '130502.302500', '130502.762500', '130503.222500', '130503.682500', '130504.142500', '130504.602500', '130505.062500', '130505.522500', '130505.982500', '130506.442500', '130506.902500', '130507.362500', '130507.822500', '130508.282500', '130508.742500', '130509.202500', '130509.662500', '130510.122500', '130510.582500', '130511.042500', '130511.502500', '130511.962500', '130512.422500', '130512.882500', '130513.342500', '130513.802500', '130514.262500'], 'ContentTime': ['125853.515000', '125853.518000', '125853.522000', '125853.524000', '125853.527000', '125853.530000', '125853.533000', '125853.536000', '125853.539000', '125853.542000', '125853.545000', '125853.548000', '125853.551000', '125853.554000', '125853.557000', '125853.560000', '125853.563000', '125853.566000', '125853.569000', '125853.572000', '125853.575000', '125853.578000', '125853.581000', '125853.584000', '125853.587000', '125853.590000', '125853.593000', '125853.596000', '125853.599000', '125853.602000', '125853.605000', '125853.608000', '125853.611000', '125853.614000', '125853.617000', '125853.620000', '125853.622000', '125853.625000', '125853.628000', '125853.631000', '125853.634000', '125853.637000', '125913.437000', '125913.440000', '125913.443000', '125913.446000', '125913.449000', '125913.452000', '125913.455000', '125913.458000', '125913.461000', '125913.464000', '125913.467000', '125913.469000', '125913.472000', '125913.475000', '125913.478000', '125913.481000', '125913.484000', '125913.487000', '125913.490000', '125913.493000', '125913.496000', '125913.499000', '125913.502000', '125913.505000', '125913.507000', '125913.511000', '125913.513000', '125913.516000', '125913.519000', '125913.522000', '125913.525000', '125913.528000', '125913.531000', '125913.534000', '125913.537000', '125913.540000', '125913.543000', '125913.546000', '125913.548000', '125913.551000', '125913.554000', '125913.557000', '125913.560000', '125913.563000', '125933.437000', '125933.440000', '125933.443000', '125933.446000', '125933.449000', '125933.452000', '125933.455000', '125933.458000', '125933.461000', '125933.464000', '125933.467000', '125933.470000', '125933.473000', '125933.476000', '125933.478000', '125933.481000', '125933.484000', '125933.487000', '125933.490000', '125933.493000', '125933.496000', '125933.499000', '125933.502000', '125933.505000', '125933.508000', '125933.511000', '125933.527000', '125933.531000', '125933.534000', '125933.537000', '125933.540000', '125933.543000', '125933.546000', '125933.549000', '125933.552000', '125933.555000', '125933.558000', '125933.561000', '125933.563000', '125933.566000', '125933.569000', '125933.573000', '125933.575000', '125953.438000', '125953.441000', '125953.444000', '125953.447000', '125953.450000', '125953.453000', '125953.455000', '125953.458000', '125953.461000', '125953.464000', '125953.467000', '125953.470000', '125953.473000', '125953.476000', '125953.479000', '125953.482000', '125953.485000', '125953.488000', '125953.491000', '125953.494000', '125953.497000', '125953.499000', '125953.502000', '125953.505000', '125953.508000', '125953.511000', '125953.514000', '125953.517000', '125953.520000', '125953.523000', '125953.528000', '125953.531000', '125953.534000', '125953.537000', '125953.540000', '125953.543000', '125953.546000', '125953.549000', '125953.552000', '125953.555000', '125953.558000', '125953.561000', '125953.564000', '125953.567000', '130013.438000', '130013.441000', '130013.444000', '130013.447000', '130013.450000', '130013.453000', '130013.456000', '130013.459000', '130013.462000', '130013.465000', '130013.468000', '130013.471000', '130013.474000', '130013.477000', '130013.481000', '130013.484000', '130013.487000', '130013.490000', '130013.493000', '130013.496000', '130013.499000', '130013.502000', '130013.505000', '130013.508000', '130013.511000', '130013.514000', '130013.517000', '130013.520000', '130013.523000', '130013.525000', '130013.528000', '130013.531000', '130013.534000', '130013.537000', '130013.541000', '130013.544000', '130013.549000', '130013.553000', '130013.556000', '130013.559000', '130013.562000', '130013.565000', '130013.568000', '130033.438000', '130033.441000', '130033.444000', '130033.447000', '130033.450000', '130033.453000', '130033.456000', '130033.459000', '130033.462000', '130033.465000', '130033.468000', '130033.471000', '130033.474000', '130033.477000', '130033.479000', '130033.483000', '130033.486000', '130033.488000', '130033.491000', '130033.494000', '130033.497000', '130033.500000', '130033.505000', '130033.512000', '130033.515000', '130033.518000', '130033.521000', '130033.524000', '130033.527000', '130033.530000', '130033.533000', '130033.536000', '130033.539000', '130033.542000', '130033.545000', '130033.548000', '130033.551000', '130033.554000', '130033.556000', '130033.560000', '130033.562000', '130033.565000', '130033.568000', '130033.571000', '130053.438000', '130053.441000', '130053.444000', '130053.447000', '130053.450000', '130053.453000', '130053.456000', '130053.459000', '130053.462000', '130053.465000', '130053.468000', '130053.471000', '130053.474000', '130053.477000', '130053.480000', '130053.482000', '130053.485000', '130053.488000', '130053.491000', '130053.494000', '130053.497000', '130053.500000', '130053.503000', '130053.506000', '130053.509000', '130053.512000', '130053.515000', '130053.518000', '130053.521000', '130053.524000', '130053.527000', '130053.530000', '130053.533000', '130053.536000', '130053.539000', '130053.542000', '130053.545000', '130053.548000', '130053.551000', '130053.554000', '130053.556000', '130053.560000', '130053.563000', '130113.438000', '130113.441000', '130113.444000', '130113.447000', '130113.450000', '130113.453000', '130113.456000', '130113.459000', '130113.462000', '130113.465000', '130113.468000', '130113.471000', '130113.474000', '130113.477000', '130113.480000', '130113.483000', '130113.486000', '130113.489000', '130113.492000', '130113.495000', '130113.498000', '130113.501000', '130113.504000', '130113.507000', '130113.510000', '130113.513000', '130113.516000', '130113.519000', '130113.522000', '130113.525000', '130113.528000', '130113.531000', '130113.534000', '130113.537000', '130113.540000', '130113.543000', '130113.557000', '130113.560000', '130113.563000', '130113.566000', '130113.569000', '130113.572000', '130113.575000', '130113.578000', '130133.437000', '130133.440000', '130133.443000', '130133.446000', '130133.449000', '130133.452000', '130133.455000', '130133.458000', '130133.461000', '130133.464000', '130133.467000', '130133.470000', '130133.473000', '130133.476000', '130133.479000', '130133.481000', '130133.485000', '130133.487000', '130133.490000', '130133.493000', '130133.500000', '130133.503000', '130133.506000', '130133.509000', '130133.512000', '130133.515000', '130133.518000', '130133.522000', '130133.525000', '130133.528000', '130133.531000', '130133.534000', '130133.537000', '130133.540000', '130133.543000', '130133.546000', '130133.549000', '130133.552000', '130133.555000', '130133.558000', '130133.561000', '130133.564000', '130133.567000', '130153.437000', '130153.440000', '130153.443000', '130153.446000', '130153.449000', '130153.452000', '130153.455000', '130153.458000', '130153.461000', '130153.464000', '130153.467000', '130153.470000', '130153.473000', '130153.476000', '130153.479000', '130153.482000', '130153.485000', '130153.488000', '130153.491000', '130153.494000', '130153.497000', '130153.500000', '130153.503000', '130153.506000', '130153.508000', '130153.512000', '130153.515000', '130153.517000', '130153.520000', '130153.524000', '130153.526000', '130153.529000', '130153.532000', '130153.535000', '130153.538000', '130153.541000', '130153.544000', '130153.547000', '130153.550000', '130153.553000', '130153.556000', '130153.559000', '130153.562000', '130153.565000', '130213.438000', '130213.441000', '130213.444000', '130213.447000', '130213.450000', '130213.453000', '130213.456000', '130213.459000', '130213.462000', '130213.465000', '130213.468000', '130213.471000', '130213.474000', '130213.477000', '130213.479000', '130213.483000', '130213.486000', '130213.489000', '130213.492000', '130213.495000', '130213.498000', '130213.500000', '130213.503000', '130213.506000', '130213.509000', '130213.513000', '130213.516000', '130213.519000', '130213.521000', '130213.524000', '130213.527000', '130213.530000', '130213.533000', '130213.536000', '130213.539000', '130213.542000', '130213.545000', '130213.548000', '130213.551000', '130213.554000', '130213.557000', '130213.560000', '130213.563000', '130233.439000', '130233.442000', '130233.445000', '130233.448000', '130233.460000', '130233.463000', '130233.465000', '130233.468000', '130233.471000', '130233.474000', '130233.477000', '130233.480000', '130233.483000', '130233.486000', '130233.489000', '130233.492000', '130233.495000', '130233.498000', '130233.501000', '130233.504000', '130233.507000', '130233.510000', '130233.513000', '130233.516000', '130233.519000', '130233.522000', '130233.525000', '130233.528000', '130233.531000', '130233.534000', '130233.537000', '130233.540000', '130233.543000', '130233.546000', '130233.549000', '130233.551000', '130233.554000', '130233.557000', '130233.560000', '130233.563000', '130233.566000', '130233.569000', '130233.572000', '130233.575000', '130253.438000', '130253.441000', '130253.444000', '130253.447000', '130253.450000', '130253.453000', '130253.456000', '130253.459000', '130253.462000', '130253.465000', '130253.468000', '130253.471000', '130253.474000', '130253.477000', '130253.480000', '130253.483000', '130253.486000', '130253.489000', '130253.492000', '130253.495000', '130253.498000', '130253.501000', '130253.504000', '130253.507000', '130253.509000', '130253.512000', '130253.515000', '130253.518000', '130253.521000', '130253.524000', '130253.527000', '130253.530000', '130253.533000', '130253.536000', '130253.539000', '130253.542000', '130253.545000', '130253.548000', '130253.551000', '130253.554000', '130253.558000', '130253.561000', '130253.564000', '130313.438000', '130313.441000', '130313.444000', '130313.463000', '130313.466000', '130313.469000', '130313.472000', '130313.482000', '130313.485000', '130313.488000', '130313.491000', '130313.494000', '130313.497000', '130313.500000', '130313.502000', '130313.506000', '130313.509000', '130313.512000', '130313.514000', '130313.518000', '130313.521000', '130313.524000', '130313.527000', '130313.530000', '130313.533000', '130313.536000', '130313.539000', '130313.542000', '130313.545000', '130313.548000', '130313.551000', '130313.554000', '130313.557000', '130313.560000', '130313.563000', '130313.566000', '130313.569000', '130313.572000', '130313.575000', '130313.578000', '130313.581000', '130313.584000', '130313.587000', '130313.590000', '130333.438000', '130333.441000', '130333.444000', '130333.447000', '130333.450000', '130333.453000', '130333.456000', '130333.459000', '130333.462000', '130333.465000', '130333.468000', '130333.471000', '130333.474000', '130333.477000', '130333.480000', '130333.483000', '130333.486000', '130333.489000', '130333.492000', '130333.495000', '130333.498000', '130333.501000', '130333.504000', '130333.507000', '130333.510000', '130333.513000', '130333.516000', '130333.518000', '130333.521000', '130333.524000', '130333.527000', '130333.530000', '130333.533000', '130333.536000', '130333.539000', '130333.542000', '130333.545000', '130333.548000', '130333.551000', '130333.554000', '130333.557000', '130333.560000', '130333.563000', '130353.437000', '130353.440000', '130353.443000', '130353.446000', '130353.449000', '130353.452000', '130353.455000', '130353.458000', '130353.461000', '130353.464000', '130353.467000', '130353.470000', '130353.473000', '130353.476000', '130353.479000', '130353.482000', '130353.485000', '130353.488000', '130353.491000', '130353.494000', '130353.497000', '130353.500000', '130353.503000', '130353.506000', '130353.509000', '130353.512000', '130353.515000', '130353.518000', '130353.520000', '130353.523000', '130353.527000', '130353.529000', '130353.532000', '130353.535000', '130353.538000', '130353.541000', '130353.544000', '130353.547000', '130353.550000', '130353.553000', '130353.556000', '130353.559000', '130353.562000', '130353.565000', '130413.437000', '130413.440000', '130413.443000', '130413.446000', '130413.449000', '130413.452000', '130413.455000', '130413.458000', '130413.461000', '130413.464000', '130413.467000', '130413.470000', '130413.473000', '130413.476000', '130413.479000', '130413.482000', '130413.485000', '130413.488000', '130413.491000', '130413.493000', '130413.497000', '130413.500000', '130413.502000', '130413.505000', '130413.508000', '130413.511000', '130413.514000', '130413.517000', '130413.520000', '130413.523000', '130413.526000', '130413.529000', '130413.532000', '130413.535000', '130413.538000', '130413.541000', '130413.549000', '130413.552000', '130413.555000', '130413.558000', '130413.561000', '130413.564000', '130413.567000', '130433.438000', '130433.442000', '130433.444000', '130433.447000', '130433.450000', '130433.453000', '130433.456000', '130433.459000', '130433.462000', '130433.465000', '130433.468000', '130433.471000', '130433.474000', '130433.477000', '130433.480000', '130433.483000', '130433.486000', '130433.489000', '130433.492000', '130433.495000', '130433.498000', '130433.501000', '130433.504000', '130433.507000', '130433.510000', '130433.513000', '130433.516000', '130433.519000', '130433.522000', '130433.525000', '130433.528000', '130433.530000', '130433.533000', '130433.536000', '130433.539000', '130433.542000', '130433.545000', '130433.548000', '130433.551000', '130433.554000', '130433.557000', '130433.560000', '130433.563000', '130453.438000', '130453.441000', '130453.444000', '130453.447000', '130453.450000', '130453.453000', '130453.456000', '130453.459000', '130453.462000', '130453.465000', '130453.468000', '130453.471000', '130453.474000', '130453.486000', '130453.489000', '130453.492000', '130453.495000', '130453.498000', '130453.501000', '130453.504000', '130453.507000', '130453.510000', '130453.513000', '130453.516000', '130453.519000', '130453.522000', '130453.525000', '130453.528000', '130453.531000', '130453.534000', '130453.537000', '130453.540000', '130453.543000', '130453.546000', '130453.548000', '130453.551000', '130453.554000', '130453.557000', '130453.560000', '130453.563000', '130453.566000', '130453.569000', '130453.572000', '130453.575000', '130513.438000', '130513.441000', '130513.444000', '130513.447000', '130513.450000', '130513.453000', '130513.457000', '130513.460000', '130513.462000', '130513.469000', '130513.473000', '130513.476000', '130513.479000', '130513.482000', '130513.485000', '130513.488000', '130513.491000', '130513.494000', '130513.497000', '130513.500000', '130513.503000', '130513.506000', '130513.509000', '130513.512000', '130513.515000', '130513.518000', '130513.521000', '130513.524000', '130513.527000', '130513.530000', '130513.533000', '130513.536000', '130513.539000', '130513.542000', '130513.545000', '130513.548000', '130513.551000', '130513.554000', '130513.557000', '130513.560000', '130513.563000', '130513.566000', '130513.569000', '130514.878000', '130514.881000', '130514.884000', '130514.887000'], 'InstanceCreationTime': ['125853.515000', '125853.518000', '125853.522000', '125853.524000', '125853.527000', '125853.530000', '125853.533000', '125853.536000', '125853.539000', '125853.542000', '125853.545000', '125853.548000', '125853.551000', '125853.554000', '125853.557000', '125853.560000', '125853.563000', '125853.566000', '125853.569000', '125853.572000', '125853.575000', '125853.578000', '125853.581000', '125853.584000', '125853.587000', '125853.590000', '125853.593000', '125853.596000', '125853.599000', '125853.602000', '125853.605000', '125853.608000', '125853.611000', '125853.614000', '125853.617000', '125853.620000', '125853.622000', '125853.625000', '125853.628000', '125853.631000', '125853.634000', '125853.637000', '125913.437000', '125913.440000', '125913.443000', '125913.446000', '125913.449000', '125913.452000', '125913.455000', '125913.458000', '125913.461000', '125913.464000', '125913.467000', '125913.469000', '125913.472000', '125913.475000', '125913.478000', '125913.481000', '125913.484000', '125913.487000', '125913.490000', '125913.493000', '125913.496000', '125913.499000', '125913.502000', '125913.505000', '125913.507000', '125913.511000', '125913.513000', '125913.516000', '125913.519000', '125913.522000', '125913.525000', '125913.528000', '125913.531000', '125913.534000', '125913.537000', '125913.540000', '125913.543000', '125913.546000', '125913.548000', '125913.551000', '125913.554000', '125913.557000', '125913.560000', '125913.563000', '125933.437000', '125933.440000', '125933.443000', '125933.446000', '125933.449000', '125933.452000', '125933.455000', '125933.458000', '125933.461000', '125933.464000', '125933.467000', '125933.470000', '125933.473000', '125933.476000', '125933.478000', '125933.481000', '125933.484000', '125933.487000', '125933.490000', '125933.493000', '125933.496000', '125933.499000', '125933.502000', '125933.505000', '125933.508000', '125933.511000', '125933.527000', '125933.531000', '125933.534000', '125933.537000', '125933.540000', '125933.543000', '125933.546000', '125933.549000', '125933.552000', '125933.555000', '125933.558000', '125933.561000', '125933.563000', '125933.566000', '125933.569000', '125933.573000', '125933.575000', '125953.438000', '125953.441000', '125953.444000', '125953.447000', '125953.450000', '125953.453000', '125953.455000', '125953.458000', '125953.461000', '125953.464000', '125953.467000', '125953.470000', '125953.473000', '125953.476000', '125953.479000', '125953.482000', '125953.485000', '125953.488000', '125953.491000', '125953.494000', '125953.497000', '125953.499000', '125953.502000', '125953.505000', '125953.508000', '125953.511000', '125953.514000', '125953.517000', '125953.520000', '125953.523000', '125953.528000', '125953.531000', '125953.534000', '125953.537000', '125953.540000', '125953.543000', '125953.546000', '125953.549000', '125953.552000', '125953.555000', '125953.558000', '125953.561000', '125953.564000', '125953.567000', '130013.438000', '130013.441000', '130013.444000', '130013.447000', '130013.450000', '130013.453000', '130013.456000', '130013.459000', '130013.462000', '130013.465000', '130013.468000', '130013.471000', '130013.474000', '130013.477000', '130013.481000', '130013.484000', '130013.487000', '130013.490000', '130013.493000', '130013.496000', '130013.499000', '130013.502000', '130013.505000', '130013.508000', '130013.511000', '130013.514000', '130013.517000', '130013.520000', '130013.523000', '130013.525000', '130013.528000', '130013.531000', '130013.534000', '130013.537000', '130013.541000', '130013.544000', '130013.549000', '130013.553000', '130013.556000', '130013.559000', '130013.562000', '130013.565000', '130013.568000', '130033.438000', '130033.441000', '130033.444000', '130033.447000', '130033.450000', '130033.453000', '130033.456000', '130033.459000', '130033.462000', '130033.465000', '130033.468000', '130033.471000', '130033.474000', '130033.477000', '130033.479000', '130033.483000', '130033.486000', '130033.488000', '130033.491000', '130033.494000', '130033.497000', '130033.500000', '130033.505000', '130033.512000', '130033.515000', '130033.518000', '130033.521000', '130033.524000', '130033.527000', '130033.530000', '130033.533000', '130033.536000', '130033.539000', '130033.542000', '130033.545000', '130033.548000', '130033.551000', '130033.554000', '130033.556000', '130033.560000', '130033.562000', '130033.565000', '130033.568000', '130033.571000', '130053.438000', '130053.441000', '130053.444000', '130053.447000', '130053.450000', '130053.453000', '130053.456000', '130053.459000', '130053.462000', '130053.465000', '130053.468000', '130053.471000', '130053.474000', '130053.477000', '130053.480000', '130053.482000', '130053.485000', '130053.488000', '130053.491000', '130053.494000', '130053.497000', '130053.500000', '130053.503000', '130053.506000', '130053.509000', '130053.512000', '130053.515000', '130053.518000', '130053.521000', '130053.524000', '130053.527000', '130053.530000', '130053.533000', '130053.536000', '130053.539000', '130053.542000', '130053.545000', '130053.548000', '130053.551000', '130053.554000', '130053.556000', '130053.560000', '130053.563000', '130113.438000', '130113.441000', '130113.444000', '130113.447000', '130113.450000', '130113.453000', '130113.456000', '130113.459000', '130113.462000', '130113.465000', '130113.468000', '130113.471000', '130113.474000', '130113.477000', '130113.480000', '130113.483000', '130113.486000', '130113.489000', '130113.492000', '130113.495000', '130113.498000', '130113.501000', '130113.504000', '130113.507000', '130113.510000', '130113.513000', '130113.516000', '130113.519000', '130113.522000', '130113.525000', '130113.528000', '130113.531000', '130113.534000', '130113.537000', '130113.540000', '130113.543000', '130113.557000', '130113.560000', '130113.563000', '130113.566000', '130113.569000', '130113.572000', '130113.575000', '130113.578000', '130133.437000', '130133.440000', '130133.443000', '130133.446000', '130133.449000', '130133.452000', '130133.455000', '130133.458000', '130133.461000', '130133.464000', '130133.467000', '130133.470000', '130133.473000', '130133.476000', '130133.479000', '130133.481000', '130133.485000', '130133.487000', '130133.490000', '130133.493000', '130133.500000', '130133.503000', '130133.506000', '130133.509000', '130133.512000', '130133.515000', '130133.518000', '130133.522000', '130133.525000', '130133.528000', '130133.531000', '130133.534000', '130133.537000', '130133.540000', '130133.543000', '130133.546000', '130133.549000', '130133.552000', '130133.555000', '130133.558000', '130133.561000', '130133.564000', '130133.567000', '130153.437000', '130153.440000', '130153.443000', '130153.446000', '130153.449000', '130153.452000', '130153.455000', '130153.458000', '130153.461000', '130153.464000', '130153.467000', '130153.470000', '130153.473000', '130153.476000', '130153.479000', '130153.482000', '130153.485000', '130153.488000', '130153.491000', '130153.494000', '130153.497000', '130153.500000', '130153.503000', '130153.506000', '130153.508000', '130153.512000', '130153.515000', '130153.517000', '130153.520000', '130153.524000', '130153.526000', '130153.529000', '130153.532000', '130153.535000', '130153.538000', '130153.541000', '130153.544000', '130153.547000', '130153.550000', '130153.553000', '130153.556000', '130153.559000', '130153.562000', '130153.565000', '130213.438000', '130213.441000', '130213.444000', '130213.447000', '130213.450000', '130213.453000', '130213.456000', '130213.459000', '130213.462000', '130213.465000', '130213.468000', '130213.471000', '130213.474000', '130213.477000', '130213.479000', '130213.483000', '130213.486000', '130213.489000', '130213.492000', '130213.495000', '130213.498000', '130213.500000', '130213.503000', '130213.506000', '130213.509000', '130213.513000', '130213.516000', '130213.519000', '130213.521000', '130213.524000', '130213.527000', '130213.530000', '130213.533000', '130213.536000', '130213.539000', '130213.542000', '130213.545000', '130213.548000', '130213.551000', '130213.554000', '130213.557000', '130213.560000', '130213.563000', '130233.439000', '130233.442000', '130233.445000', '130233.448000', '130233.460000', '130233.463000', '130233.465000', '130233.468000', '130233.471000', '130233.474000', '130233.477000', '130233.480000', '130233.483000', '130233.486000', '130233.489000', '130233.492000', '130233.495000', '130233.498000', '130233.501000', '130233.504000', '130233.507000', '130233.510000', '130233.513000', '130233.516000', '130233.519000', '130233.522000', '130233.525000', '130233.528000', '130233.531000', '130233.534000', '130233.537000', '130233.540000', '130233.543000', '130233.546000', '130233.549000', '130233.551000', '130233.554000', '130233.557000', '130233.560000', '130233.563000', '130233.566000', '130233.569000', '130233.572000', '130233.575000', '130253.438000', '130253.441000', '130253.444000', '130253.447000', '130253.450000', '130253.453000', '130253.456000', '130253.459000', '130253.462000', '130253.465000', '130253.468000', '130253.471000', '130253.474000', '130253.477000', '130253.480000', '130253.483000', '130253.486000', '130253.489000', '130253.492000', '130253.495000', '130253.498000', '130253.501000', '130253.504000', '130253.507000', '130253.509000', '130253.512000', '130253.515000', '130253.518000', '130253.521000', '130253.524000', '130253.527000', '130253.530000', '130253.533000', '130253.536000', '130253.539000', '130253.542000', '130253.545000', '130253.548000', '130253.551000', '130253.554000', '130253.558000', '130253.561000', '130253.564000', '130313.438000', '130313.441000', '130313.444000', '130313.463000', '130313.466000', '130313.469000', '130313.472000', '130313.482000', '130313.485000', '130313.488000', '130313.491000', '130313.494000', '130313.497000', '130313.500000', '130313.502000', '130313.506000', '130313.509000', '130313.512000', '130313.514000', '130313.518000', '130313.521000', '130313.524000', '130313.527000', '130313.530000', '130313.533000', '130313.536000', '130313.539000', '130313.542000', '130313.545000', '130313.548000', '130313.551000', '130313.554000', '130313.557000', '130313.560000', '130313.563000', '130313.566000', '130313.569000', '130313.572000', '130313.575000', '130313.578000', '130313.581000', '130313.584000', '130313.587000', '130313.590000', '130333.438000', '130333.441000', '130333.444000', '130333.447000', '130333.450000', '130333.453000', '130333.456000', '130333.459000', '130333.462000', '130333.465000', '130333.468000', '130333.471000', '130333.474000', '130333.477000', '130333.480000', '130333.483000', '130333.486000', '130333.489000', '130333.492000', '130333.495000', '130333.498000', '130333.501000', '130333.504000', '130333.507000', '130333.510000', '130333.513000', '130333.516000', '130333.518000', '130333.521000', '130333.524000', '130333.527000', '130333.530000', '130333.533000', '130333.536000', '130333.539000', '130333.542000', '130333.545000', '130333.548000', '130333.551000', '130333.554000', '130333.557000', '130333.560000', '130333.563000', '130353.437000', '130353.440000', '130353.443000', '130353.446000', '130353.449000', '130353.452000', '130353.455000', '130353.458000', '130353.461000', '130353.464000', '130353.467000', '130353.470000', '130353.473000', '130353.476000', '130353.479000', '130353.482000', '130353.485000', '130353.488000', '130353.491000', '130353.494000', '130353.497000', '130353.500000', '130353.503000', '130353.506000', '130353.509000', '130353.512000', '130353.515000', '130353.518000', '130353.520000', '130353.523000', '130353.527000', '130353.529000', '130353.532000', '130353.535000', '130353.538000', '130353.541000', '130353.544000', '130353.547000', '130353.550000', '130353.553000', '130353.556000', '130353.559000', '130353.562000', '130353.565000', '130413.437000', '130413.440000', '130413.443000', '130413.446000', '130413.449000', '130413.452000', '130413.455000', '130413.458000', '130413.461000', '130413.464000', '130413.467000', '130413.470000', '130413.473000', '130413.476000', '130413.479000', '130413.482000', '130413.485000', '130413.488000', '130413.491000', '130413.493000', '130413.497000', '130413.500000', '130413.502000', '130413.505000', '130413.508000', '130413.511000', '130413.514000', '130413.517000', '130413.520000', '130413.523000', '130413.526000', '130413.529000', '130413.532000', '130413.535000', '130413.538000', '130413.541000', '130413.549000', '130413.552000', '130413.555000', '130413.558000', '130413.561000', '130413.564000', '130413.567000', '130433.438000', '130433.442000', '130433.444000', '130433.447000', '130433.450000', '130433.453000', '130433.456000', '130433.459000', '130433.462000', '130433.465000', '130433.468000', '130433.471000', '130433.474000', '130433.477000', '130433.480000', '130433.483000', '130433.486000', '130433.489000', '130433.492000', '130433.495000', '130433.498000', '130433.501000', '130433.504000', '130433.507000', '130433.510000', '130433.513000', '130433.516000', '130433.519000', '130433.522000', '130433.525000', '130433.528000', '130433.530000', '130433.533000', '130433.536000', '130433.539000', '130433.542000', '130433.545000', '130433.548000', '130433.551000', '130433.554000', '130433.557000', '130433.560000', '130433.563000', '130453.438000', '130453.441000', '130453.444000', '130453.447000', '130453.450000', '130453.453000', '130453.456000', '130453.459000', '130453.462000', '130453.465000', '130453.468000', '130453.471000', '130453.474000', '130453.486000', '130453.489000', '130453.492000', '130453.495000', '130453.498000', '130453.501000', '130453.504000', '130453.507000', '130453.510000', '130453.513000', '130453.516000', '130453.519000', '130453.522000', '130453.525000', '130453.528000', '130453.531000', '130453.534000', '130453.537000', '130453.540000', '130453.543000', '130453.546000', '130453.548000', '130453.551000', '130453.554000', '130453.557000', '130453.560000', '130453.563000', '130453.566000', '130453.569000', '130453.572000', '130453.575000', '130513.438000', '130513.441000', '130513.444000', '130513.447000', '130513.450000', '130513.453000', '130513.457000', '130513.460000', '130513.462000', '130513.469000', '130513.473000', '130513.476000', '130513.479000', '130513.482000', '130513.485000', '130513.488000', '130513.491000', '130513.494000', '130513.497000', '130513.500000', '130513.503000', '130513.506000', '130513.509000', '130513.512000', '130513.515000', '130513.518000', '130513.521000', '130513.524000', '130513.527000', '130513.530000', '130513.533000', '130513.536000', '130513.539000', '130513.542000', '130513.545000', '130513.548000', '130513.551000', '130513.554000', '130513.557000', '130513.560000', '130513.563000', '130513.566000', '130513.569000', '130514.878000', '130514.881000', '130514.884000', '130514.887000'], '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': [12098, 8400, 9549, 12865, 9435, 10438, 9102, 9277, 8812, 8350, 8172, 9298, 8805, 8805, 11176, 8583, 8708, 8413, 8277, 12582, 10549, 16880, 10419, 14120, 8873, 12832, 10822, 13144, 9054, 8840, 8056, 8666, 8788, 9181, 15372, 12212, 9515, 9414, 8449, 9251, 8021, 8748, 8679, 8514, 12648, 9190, 11810, 8628, 11340, 9123, 9880, 7789, 8369, 8008, 9902, 13841, 8746, 9972, 8367, 7492, 8624, 7778, 8556, 7690, 11686, 7718, 10393, 7954, 11679, 8474, 9928, 8337, 9449, 8167, 9133, 8104, 8665, 7791, 8746, 7544, 8895, 7729, 8779, 7839, 8661, 7583, 8703, 7644, 9120, 7945, 9093, 8102, 8831, 8188, 9209, 8340, 8662, 8259, 9919, 8245, 9301, 8870, 9542, 8969, 9433, 11689, 8974, 11878, 9426, 10440, 9702, 12781, 9774, 15532, 9131, 9489, 8572, 9376, 8763, 10724, 8771, 14020, 8581, 14795, 9095, 13582, 11075, 14753, 8818, 11776, 8881, 9961, 8730, 9292, 8446, 8557, 8132, 8650, 8087, 8836, 10489, 9219, 8393, 9664, 8164, 8920, 8719, 9095, 8551, 9396, 8721, 9354, 8731, 9146, 8463, 9272, 8226, 8763, 8221, 9067, 8591, 10154, 8862, 9830, 12699, 9217, 8703, 9371, 9173, 9793, 8592, 9031, 8927, 8477, 8919, 9507, 8580, 9592, 8873, 15542, 10087, 13513, 9155, 11031, 9144, 13394, 9829, 14818, 8650, 10290, 8151, 8014, 8780, 8330, 7413, 9285, 7763, 8814, 12666, 8840, 16037, 8468, 13410, 8602, 12565, 10691, 11332, 8600, 9417, 8394, 9413, 8713, 9546, 8692, 9615, 8640, 9404, 8822, 10186, 8764, 12127, 8452, 9479, 8668, 10193, 8832, 11856, 8512, 9539, 8353, 8641, 8533, 8295, 8031, 9588, 7892, 9431, 8125, 8811, 10475, 8442, 8071, 8401, 8151, 8667, 11497, 8408, 7884, 8850, 7752, 9441, 12758, 9079, 12752, 8724, 9755, 8569, 9913, 8840, 11198, 8613, 9511, 8460, 9126, 8552, 8763, 8401, 9084, 8192, 9087, 8171, 8750, 9299, 8518, 7907, 9034, 7994, 8809, 8317, 8739, 8048, 9139, 8043, 8922, 8471, 8552, 8135, 9181, 8040, 9139, 8222, 8409, 8668, 8588, 7973, 8901, 8257, 10610, 8633, 15331, 9766, 14764, 8797, 9986, 8933, 9609, 8860, 9031, 8458, 8729, 8403, 11566, 8633, 14868, 9354, 13978, 8740, 11794, 8845, 10725, 8734, 8671, 8409, 8576, 8638, 8802, 8925, 9163, 8413, 9332, 8466, 9031, 8681, 8648, 8222, 9620, 7946, 9561, 12548, 9285, 15882, 9013, 12559, 8827, 11318, 9450, 11351, 8463, 9164, 8377, 8927, 8385, 9117, 8443, 8640, 8169, 9160, 8055, 9650, 9961, 9334, 13364, 9230, 12038, 9295, 15419, 10805, 16562, 9101, 13452, 9226, 12489, 10928, 14958, 9102, 11548, 9217, 10037, 8908, 10279, 8977, 9374, 8608, 9452, 8727, 9045, 8624, 9509, 10349, 8557, 9438, 8468, 9021, 13556, 9136, 10998, 8486, 9230, 8572, 9222, 9845, 8628, 7863, 9425, 9934, 8911, 8939, 14093, 9647, 11918, 9134, 10089, 8464, 9151, 8649, 8947, 8460, 8901, 8328, 9147, 8340, 8514, 14830, 9539, 9636, 8908, 8820, 9750, 11519, 16184, 13763, 9782, 9977, 8886, 10007, 8950, 9477, 9008, 10207, 9087, 10189, 9715, 12257, 9143, 10209, 8564, 9578, 7838, 8394, 8541, 9019, 8616, 7555, 8243, 7421, 9792, 7476, 9504, 7734, 9324, 8249, 9155, 8552, 9052, 10953, 9799, 13984, 8804, 12770, 9449, 10867, 8613, 9127, 8635, 7805, 12756, 8665, 14522, 9050, 10751, 9468, 9837, 9632, 7931, 9806, 8099, 9898, 8511, 9996, 8960, 9627, 9900, 9380, 9897, 9344, 9742, 8936, 9558, 9009, 10279, 9301, 12727, 9033, 12989, 9214, 13343, 9337, 13257, 9105, 10567, 9037, 9540, 8991, 9352, 8828, 9278, 8157, 10028, 8163, 9859, 10330, 9654, 14672, 9546, 11923, 9320, 13888, 10517, 14858, 8739, 11415, 8858, 11365, 9434, 11209, 8658, 9269, 8609, 9411, 8808, 8504, 8433, 9701, 8709, 9945, 8850, 9742, 10102, 8825, 10372, 9014, 9953, 9010, 11679, 8936, 9321, 8740, 9427, 8712, 8480, 11069, 9508, 9872, 9895, 8199, 9768, 13534, 9363, 11904, 8570, 9572, 8539, 8350, 11811, 9530, 15755, 9673, 12721, 9535, 13183, 10056, 15452, 8876, 9204, 8621, 8691, 8360, 9983, 11175, 9449, 9716, 8871, 10103, 8712, 9197, 8963, 8599, 8652, 9274, 16268, 11494, 11711, 8553, 9320, 8512, 8396, 13763, 9554, 15295, 9107, 10221, 8617, 8821, 9955, 9670, 12861, 9418, 9923, 8922, 10045, 8786, 8782, 8313, 9498, 8918, 9428, 13022, 9095, 12018, 8719, 9418, 8422, 9063, 8520, 8900, 8160, 8715, 8188, 8465, 8138, 9407, 8981, 9248, 9724, 8737, 9401, 8785, 9795, 8781, 9669, 8901, 9650, 8824, 9734, 8761, 9256, 8488, 9130, 8267, 9884, 8211, 9648, 12251, 9921, 11045, 9747, 8782, 8686, 10775, 8419, 12010, 8473, 8439, 8435, 8598, 8305, 12313, 9637, 8555, 9767, 8228, 9474, 9559, 9027, 9534, 8726, 8465, 8589, 8631, 11393, 9354, 12104, 9120, 9229, 8487, 9688, 8517, 14208, 9135, 9388, 9589, 8352, 9370, 10098, 8819, 9192, 8609, 9223, 8569, 8930, 8572, 10460, 8406, 9075, 8415, 9290, 8695, 10832, 8848, 9289, 8585, 9234, 8436, 9501, 8693, 8697, 11485, 9715, 11710, 9460, 9541, 8988, 8274, 9315, 11211, 9471, 14478, 9560, 11041, 9515, 9920, 8483, 13326, 8399, 8868, 8605, 7956, 8347, 8074, 9728, 8410, 9440, 9663, 9353, 8455, 9846, 8648, 9752, 13063, 9592, 11911, 9572, 11455, 9858, 15253, 10990, 15367, 9305, 12474, 9427, 12076, 10953, 14332, 8966, 12164, 8931, 10893, 9136, 10503, 9843, 9111, 8465, 9236, 8350, 9084, 8609, 9421, 8271, 9242, 8146, 9435, 8118, 9179, 8237, 8446, 8138, 8917, 13063, 10031, 14430, 9928, 9159, 9457, 9057, 9323, 10215, 8807, 10008, 9134, 9467, 12094, 9343, 11950, 9860, 14743, 15370, 10318, 13037, 9203, 8531, 8107, 9093, 8884, 9668, 8236, 9738, 7746, 8600, 8040, 8665, 9239, 8519, 7952, 8770, 7663, 9575, 11736, 8774, 9191, 8401, 8840, 8023, 8958, 10857, 9363, 15437, 9206, 12487, 9091, 12000, 9923, 16063, 10101, 13833, 9255, 12388, 8803, 10740, 8743, 8968, 8394, 8611, 7872, 9896, 7932, 9392, 9953, 8656, 9688, 8406, 8709, 8165], 'WindowCenter': [3973.0, 3928.0, 3934.0, 3944.0, 3920.0, 3930.0, 3920.0, 3920.0, 3920.0, 3911.0, 3922.0, 3918.0, 3908.0, 3919.0, 3930.0, 3909.0, 3909.0, 3908.0, 3909.0, 3939.0, 3929.0, 3960.0, 3929.0, 3938.0, 3905.0, 3926.0, 3917.0, 3927.0, 3904.0, 3905.0, 3895.0, 3895.0, 3905.0, 3906.0, 3949.0, 3928.0, 3917.0, 3919.0, 3908.0, 3919.0, 3908.0, 3907.0, 3908.0, 3906.0, 3938.0, 3906.0, 3928.0, 3907.0, 3916.0, 3905.0, 3904.0, 3883.0, 3893.0, 3883.0, 3905.0, 3925.0, 3891.0, 3891.0, 3881.0, 3868.0, 3877.0, 3879.0, 3878.0, 3868.0, 3898.0, 3866.0, 3887.0, 3866.0, 3896.0, 3875.0, 3887.0, 3876.0, 3886.0, 3877.0, 3888.0, 3879.0, 3891.0, 3881.0, 3893.0, 3881.0, 3892.0, 3893.0, 3893.0, 3894.0, 3905.0, 3894.0, 3894.0, 3883.0, 3903.0, 3894.0, 3894.0, 3893.0, 3894.0, 3894.0, 3903.0, 3894.0, 3906.0, 3896.0, 3917.0, 3908.0, 3919.0, 3907.0, 3917.0, 3918.0, 3920.0, 3940.0, 3920.0, 3939.0, 3920.0, 3918.0, 3920.0, 3940.0, 3919.0, 3950.0, 3919.0, 3919.0, 3908.0, 3906.0, 3908.0, 3929.0, 3908.0, 3950.0, 3906.0, 3938.0, 3905.0, 3937.0, 3928.0, 3936.0, 3905.0, 3925.0, 3904.0, 3905.0, 3906.0, 3906.0, 3906.0, 3907.0, 3896.0, 3905.0, 3896.0, 3906.0, 3915.0, 3906.0, 3906.0, 3916.0, 3905.0, 3906.0, 3906.0, 3906.0, 3906.0, 3906.0, 3906.0, 3905.0, 3906.0, 3907.0, 3906.0, 3917.0, 3906.0, 3907.0, 3908.0, 3908.0, 3908.0, 3944.0, 3919.0, 3932.0, 3952.0, 3943.0, 3921.0, 3931.0, 3931.0, 3932.0, 3923.0, 3934.0, 3923.0, 3922.0, 3922.0, 3921.0, 3910.0, 3919.0, 3908.0, 3951.0, 3916.0, 3937.0, 3905.0, 3914.0, 3905.0, 3926.0, 3915.0, 3936.0, 3906.0, 3917.0, 3894.0, 3895.0, 3904.0, 3893.0, 3881.0, 3904.0, 3882.0, 3906.0, 3926.0, 3893.0, 3935.0, 3893.0, 3922.0, 3893.0, 3911.0, 3903.0, 3912.0, 3892.0, 3892.0, 3892.0, 3904.0, 3905.0, 3903.0, 3905.0, 3916.0, 3905.0, 3904.0, 3906.0, 3916.0, 3906.0, 3926.0, 3895.0, 3905.0, 3894.0, 3915.0, 3907.0, 3926.0, 3904.0, 3904.0, 3893.0, 3894.0, 3904.0, 3894.0, 3894.0, 3917.0, 3894.0, 3905.0, 3896.0, 3906.0, 3917.0, 3906.0, 3895.0, 3895.0, 3895.0, 3906.0, 3926.0, 3895.0, 3895.0, 3904.0, 3893.0, 3906.0, 3927.0, 3907.0, 3935.0, 3906.0, 3905.0, 3905.0, 3916.0, 3906.0, 3917.0, 3905.0, 3906.0, 3893.0, 3904.0, 3906.0, 3904.0, 3894.0, 3905.0, 3893.0, 3893.0, 3894.0, 3893.0, 3903.0, 3905.0, 3893.0, 3903.0, 3882.0, 3893.0, 3894.0, 3893.0, 3893.0, 3904.0, 3893.0, 3904.0, 3894.0, 3905.0, 3895.0, 3906.0, 3895.0, 3907.0, 3907.0, 3906.0, 3908.0, 3906.0, 3896.0, 3907.0, 3894.0, 3916.0, 3906.0, 3948.0, 3904.0, 3935.0, 3905.0, 3905.0, 3906.0, 3906.0, 3906.0, 3907.0, 3907.0, 3905.0, 3905.0, 3927.0, 3907.0, 3938.0, 3906.0, 3936.0, 3905.0, 3926.0, 3905.0, 3914.0, 3892.0, 3894.0, 3893.0, 3894.0, 3904.0, 3905.0, 3904.0, 3904.0, 3894.0, 3905.0, 3895.0, 3905.0, 3895.0, 3905.0, 3895.0, 3916.0, 3894.0, 3905.0, 3926.0, 3906.0, 3947.0, 3906.0, 3925.0, 3904.0, 3915.0, 3904.0, 3914.0, 3894.0, 3904.0, 3893.0, 3893.0, 3893.0, 3893.0, 3894.0, 3905.0, 3892.0, 3904.0, 3894.0, 3916.0, 3915.0, 3907.0, 3936.0, 3905.0, 3925.0, 3906.0, 3935.0, 3916.0, 3946.0, 3894.0, 3923.0, 3893.0, 3912.0, 3903.0, 3934.0, 3892.0, 3911.0, 3892.0, 3900.0, 3893.0, 3902.0, 3892.0, 3903.0, 3893.0, 3904.0, 3917.0, 3919.0, 3909.0, 3919.0, 3930.0, 3919.0, 3919.0, 3907.0, 3909.0, 3939.0, 3907.0, 3917.0, 3895.0, 3904.0, 3895.0, 3894.0, 3903.0, 3894.0, 3882.0, 3903.0, 3903.0, 3905.0, 3905.0, 3937.0, 3904.0, 3925.0, 3906.0, 3916.0, 3894.0, 3905.0, 3905.0, 3906.0, 3894.0, 3905.0, 3893.0, 3905.0, 3893.0, 3905.0, 3935.0, 3904.0, 3903.0, 3905.0, 3906.0, 3918.0, 3941.0, 3951.0, 3939.0, 3906.0, 3904.0, 3903.0, 3904.0, 3905.0, 3904.0, 3905.0, 3903.0, 3903.0, 3904.0, 3903.0, 3914.0, 3893.0, 3901.0, 3880.0, 3888.0, 3869.0, 3879.0, 3878.0, 3877.0, 3879.0, 3867.0, 3878.0, 3865.0, 3890.0, 3868.0, 3891.0, 3880.0, 3903.0, 3892.0, 3903.0, 3891.0, 3906.0, 3914.0, 3905.0, 3925.0, 3892.0, 3912.0, 3892.0, 3900.0, 3891.0, 3892.0, 3881.0, 3880.0, 3912.0, 3880.0, 3922.0, 3891.0, 3900.0, 3890.0, 3891.0, 3903.0, 3880.0, 3904.0, 3894.0, 3917.0, 3907.0, 3918.0, 3919.0, 3920.0, 3918.0, 3920.0, 3920.0, 3921.0, 3919.0, 3920.0, 3920.0, 3920.0, 3919.0, 3919.0, 3941.0, 3919.0, 3940.0, 3919.0, 3939.0, 3918.0, 3939.0, 3906.0, 3917.0, 3907.0, 3917.0, 3908.0, 3918.0, 3908.0, 3919.0, 3906.0, 3919.0, 3907.0, 3931.0, 3929.0, 3920.0, 3951.0, 3920.0, 3929.0, 3920.0, 3940.0, 3930.0, 3951.0, 3908.0, 3928.0, 3907.0, 3927.0, 3907.0, 3916.0, 3905.0, 3905.0, 3895.0, 3905.0, 3906.0, 3907.0, 3896.0, 3917.0, 3906.0, 3918.0, 3908.0, 3919.0, 3929.0, 3920.0, 3930.0, 3918.0, 3918.0, 3919.0, 3929.0, 3907.0, 3908.0, 3906.0, 3906.0, 3907.0, 3907.0, 3929.0, 3918.0, 3918.0, 3918.0, 3907.0, 3919.0, 3938.0, 3919.0, 3929.0, 3906.0, 3917.0, 3906.0, 3907.0, 3928.0, 3907.0, 3947.0, 3906.0, 3925.0, 3906.0, 3926.0, 3906.0, 3937.0, 3905.0, 3904.0, 3893.0, 3905.0, 3895.0, 3917.0, 3927.0, 3918.0, 3917.0, 3906.0, 3917.0, 3908.0, 3907.0, 3906.0, 3906.0, 3894.0, 3906.0, 3948.0, 3915.0, 3926.0, 3893.0, 3902.0, 3893.0, 3894.0, 3925.0, 3904.0, 3935.0, 3894.0, 3904.0, 3893.0, 3893.0, 3905.0, 3905.0, 3925.0, 3903.0, 3904.0, 3905.0, 3905.0, 3906.0, 3895.0, 3893.0, 3905.0, 3893.0, 3905.0, 3925.0, 3905.0, 3926.0, 3894.0, 3904.0, 3893.0, 3893.0, 3893.0, 3891.0, 3892.0, 3892.0, 3892.0, 3894.0, 3893.0, 3905.0, 3893.0, 3905.0, 3906.0, 3906.0, 3904.0, 3906.0, 3916.0, 3906.0, 3905.0, 3906.0, 3905.0, 3906.0, 3906.0, 3907.0, 3906.0, 3905.0, 3917.0, 3905.0, 3918.0, 3907.0, 3917.0, 3928.0, 3918.0, 3928.0, 3918.0, 3905.0, 3905.0, 3928.0, 3896.0, 3927.0, 3896.0, 3895.0, 3895.0, 3895.0, 3895.0, 3926.0, 3906.0, 3894.0, 3917.0, 3895.0, 3918.0, 3917.0, 3907.0, 3919.0, 3906.0, 3906.0, 3906.0, 3907.0, 3929.0, 3908.0, 3928.0, 3907.0, 3905.0, 3906.0, 3907.0, 3905.0, 3936.0, 3907.0, 3905.0, 3905.0, 3895.0, 3908.0, 3917.0, 3905.0, 3905.0, 3905.0, 3905.0, 3907.0, 3907.0, 3910.0, 3918.0, 3896.0, 3906.0, 3894.0, 3905.0, 3894.0, 3914.0, 3906.0, 3905.0, 3894.0, 3905.0, 3893.0, 3906.0, 3906.0, 3906.0, 3929.0, 3918.0, 3928.0, 3918.0, 3919.0, 3907.0, 3906.0, 3919.0, 3930.0, 3919.0, 3938.0, 3907.0, 3914.0, 3906.0, 3904.0, 3895.0, 3925.0, 3893.0, 3893.0, 3894.0, 3881.0, 3893.0, 3882.0, 3906.0, 3895.0, 3916.0, 3916.0, 3918.0, 3907.0, 3920.0, 3909.0, 3922.0, 3941.0, 3919.0, 3929.0, 3919.0, 3927.0, 3918.0, 3949.0, 3918.0, 3948.0, 3906.0, 3925.0, 3905.0, 3925.0, 3916.0, 3936.0, 3905.0, 3925.0, 3895.0, 3914.0, 3905.0, 3915.0, 3905.0, 3904.0, 3894.0, 3904.0, 3894.0, 3893.0, 3895.0, 3905.0, 3893.0, 3903.0, 3882.0, 3892.0, 3881.0, 3903.0, 3893.0, 3893.0, 3895.0, 3907.0, 3940.0, 3920.0, 3949.0, 3916.0, 3918.0, 3916.0, 3918.0, 3933.0, 3944.0, 3932.0, 3933.0, 3921.0, 3921.0, 3940.0, 3921.0, 3930.0, 3920.0, 3951.0, 3953.0, 3918.0, 3940.0, 3917.0, 3895.0, 3895.0, 3905.0, 3894.0, 3906.0, 3895.0, 3905.0, 3883.0, 3894.0, 3894.0, 3893.0, 3892.0, 3893.0, 3881.0, 3892.0, 3880.0, 3903.0, 3913.0, 3893.0, 3903.0, 3893.0, 3893.0, 3882.0, 3893.0, 3915.0, 3903.0, 3934.0, 3903.0, 3913.0, 3894.0, 3913.0, 3905.0, 3934.0, 3903.0, 3923.0, 3891.0, 3911.0, 3892.0, 3902.0, 3892.0, 3891.0, 3892.0, 3892.0, 3882.0, 3904.0, 3893.0, 3907.0, 3905.0, 3906.0, 3916.0, 3894.0, 3907.0, 3907.0], 'WindowWidth': [8876.0, 8804.0, 8806.0, 8818.0, 8779.0, 8792.0, 8777.0, 8779.0, 8779.0, 8768.0, 8785.0, 8776.0, 8759.0, 8778.0, 8792.0, 8762.0, 8762.0, 8760.0, 8762.0, 8804.0, 8789.0, 8834.0, 8788.0, 8800.0, 8752.0, 8781.0, 8770.0, 8783.0, 8747.0, 8750.0, 8735.0, 8736.0, 8752.0, 8753.0, 8816.0, 8785.0, 8770.0, 8775.0, 8759.0, 8777.0, 8760.0, 8757.0, 8759.0, 8755.0, 8799.0, 8756.0, 8785.0, 8756.0, 8766.0, 8751.0, 8749.0, 8718.0, 8730.0, 8716.0, 8748.0, 8779.0, 8724.0, 8723.0, 8709.0, 8689.0, 8700.0, 8704.0, 8703.0, 8687.0, 8729.0, 8683.0, 8713.0, 8684.0, 8723.0, 8693.0, 8711.0, 8696.0, 8710.0, 8700.0, 8717.0, 8707.0, 8724.0, 8711.0, 8731.0, 8713.0, 8730.0, 8731.0, 8733.0, 8734.0, 8749.0, 8733.0, 8734.0, 8717.0, 8744.0, 8734.0, 8734.0, 8731.0, 8733.0, 8732.0, 8745.0, 8734.0, 8755.0, 8740.0, 8770.0, 8760.0, 8775.0, 8758.0, 8773.0, 8774.0, 8781.0, 8807.0, 8781.0, 8803.0, 8778.0, 8773.0, 8778.0, 8804.0, 8776.0, 8820.0, 8775.0, 8776.0, 8759.0, 8755.0, 8760.0, 8789.0, 8759.0, 8819.0, 8754.0, 8800.0, 8752.0, 8798.0, 8785.0, 8796.0, 8753.0, 8779.0, 8748.0, 8751.0, 8754.0, 8754.0, 8755.0, 8757.0, 8741.0, 8753.0, 8741.0, 8755.0, 8766.0, 8755.0, 8754.0, 8768.0, 8753.0, 8755.0, 8754.0, 8754.0, 8752.0, 8754.0, 8754.0, 8753.0, 8755.0, 8755.0, 8756.0, 8771.0, 8754.0, 8758.0, 8761.0, 8759.0, 8759.0, 8819.0, 8777.0, 8800.0, 8826.0, 8821.0, 8787.0, 8797.0, 8798.0, 8799.0, 8789.0, 8805.0, 8788.0, 8785.0, 8784.0, 8781.0, 8766.0, 8777.0, 8759.0, 8823.0, 8767.0, 8795.0, 8751.0, 8761.0, 8751.0, 8779.0, 8766.0, 8794.0, 8753.0, 8771.0, 8737.0, 8738.0, 8750.0, 8730.0, 8713.0, 8747.0, 8716.0, 8753.0, 8780.0, 8733.0, 8792.0, 8730.0, 8769.0, 8729.0, 8753.0, 8745.0, 8755.0, 8727.0, 8727.0, 8730.0, 8745.0, 8748.0, 8746.0, 8750.0, 8766.0, 8750.0, 8749.0, 8754.0, 8766.0, 8751.0, 8779.0, 8735.0, 8749.0, 8735.0, 8764.0, 8758.0, 8780.0, 8747.0, 8748.0, 8732.0, 8735.0, 8748.0, 8735.0, 8736.0, 8768.0, 8735.0, 8750.0, 8740.0, 8757.0, 8768.0, 8754.0, 8736.0, 8737.0, 8736.0, 8751.0, 8780.0, 8738.0, 8736.0, 8747.0, 8731.0, 8754.0, 8782.0, 8756.0, 8792.0, 8752.0, 8749.0, 8750.0, 8767.0, 8753.0, 8768.0, 8751.0, 8753.0, 8731.0, 8748.0, 8752.0, 8749.0, 8735.0, 8750.0, 8731.0, 8730.0, 8734.0, 8732.0, 8746.0, 8750.0, 8730.0, 8744.0, 8715.0, 8730.0, 8733.0, 8732.0, 8731.0, 8747.0, 8732.0, 8747.0, 8736.0, 8750.0, 8736.0, 8755.0, 8737.0, 8756.0, 8755.0, 8756.0, 8760.0, 8754.0, 8741.0, 8755.0, 8735.0, 8765.0, 8752.0, 8815.0, 8749.0, 8794.0, 8751.0, 8749.0, 8752.0, 8752.0, 8754.0, 8756.0, 8755.0, 8752.0, 8752.0, 8784.0, 8757.0, 8800.0, 8752.0, 8796.0, 8750.0, 8778.0, 8749.0, 8763.0, 8730.0, 8734.0, 8732.0, 8733.0, 8748.0, 8750.0, 8748.0, 8749.0, 8734.0, 8750.0, 8736.0, 8751.0, 8736.0, 8751.0, 8737.0, 8768.0, 8735.0, 8752.0, 8780.0, 8753.0, 8810.0, 8752.0, 8778.0, 8748.0, 8762.0, 8748.0, 8761.0, 8734.0, 8747.0, 8731.0, 8730.0, 8732.0, 8730.0, 8733.0, 8750.0, 8730.0, 8750.0, 8736.0, 8767.0, 8764.0, 8756.0, 8795.0, 8751.0, 8776.0, 8755.0, 8793.0, 8764.0, 8808.0, 8732.0, 8769.0, 8731.0, 8753.0, 8744.0, 8786.0, 8727.0, 8752.0, 8727.0, 8737.0, 8731.0, 8740.0, 8729.0, 8744.0, 8731.0, 8746.0, 8771.0, 8775.0, 8763.0, 8776.0, 8793.0, 8777.0, 8778.0, 8757.0, 8762.0, 8802.0, 8755.0, 8770.0, 8735.0, 8747.0, 8737.0, 8733.0, 8745.0, 8733.0, 8713.0, 8744.0, 8744.0, 8748.0, 8749.0, 8796.0, 8747.0, 8779.0, 8752.0, 8765.0, 8734.0, 8750.0, 8749.0, 8752.0, 8734.0, 8751.0, 8731.0, 8748.0, 8734.0, 8750.0, 8792.0, 8747.0, 8745.0, 8749.0, 8751.0, 8774.0, 8810.0, 8825.0, 8803.0, 8752.0, 8746.0, 8745.0, 8747.0, 8749.0, 8747.0, 8750.0, 8746.0, 8746.0, 8746.0, 8745.0, 8757.0, 8730.0, 8737.0, 8708.0, 8714.0, 8691.0, 8703.0, 8701.0, 8699.0, 8703.0, 8685.0, 8702.0, 8680.0, 8719.0, 8687.0, 8724.0, 8709.0, 8744.0, 8727.0, 8744.0, 8726.0, 8753.0, 8760.0, 8749.0, 8774.0, 8727.0, 8753.0, 8727.0, 8735.0, 8723.0, 8725.0, 8709.0, 8708.0, 8752.0, 8707.0, 8766.0, 8722.0, 8733.0, 8721.0, 8722.0, 8742.0, 8709.0, 8747.0, 8732.0, 8770.0, 8756.0, 8775.0, 8775.0, 8779.0, 8775.0, 8779.0, 8778.0, 8782.0, 8778.0, 8778.0, 8778.0, 8777.0, 8777.0, 8776.0, 8807.0, 8776.0, 8804.0, 8773.0, 8803.0, 8775.0, 8803.0, 8755.0, 8771.0, 8756.0, 8770.0, 8759.0, 8771.0, 8760.0, 8776.0, 8755.0, 8776.0, 8757.0, 8796.0, 8789.0, 8779.0, 8822.0, 8778.0, 8789.0, 8778.0, 8806.0, 8791.0, 8821.0, 8759.0, 8785.0, 8754.0, 8782.0, 8757.0, 8766.0, 8749.0, 8750.0, 8736.0, 8750.0, 8754.0, 8755.0, 8741.0, 8769.0, 8754.0, 8772.0, 8760.0, 8778.0, 8790.0, 8778.0, 8792.0, 8773.0, 8774.0, 8776.0, 8789.0, 8756.0, 8758.0, 8752.0, 8753.0, 8757.0, 8756.0, 8788.0, 8773.0, 8772.0, 8773.0, 8757.0, 8775.0, 8801.0, 8778.0, 8788.0, 8755.0, 8769.0, 8753.0, 8756.0, 8787.0, 8756.0, 8812.0, 8753.0, 8777.0, 8752.0, 8778.0, 8754.0, 8796.0, 8750.0, 8747.0, 8732.0, 8751.0, 8738.0, 8769.0, 8783.0, 8771.0, 8770.0, 8755.0, 8770.0, 8758.0, 8755.0, 8753.0, 8753.0, 8735.0, 8752.0, 8812.0, 8764.0, 8780.0, 8731.0, 8741.0, 8731.0, 8733.0, 8778.0, 8747.0, 8791.0, 8732.0, 8746.0, 8732.0, 8730.0, 8749.0, 8750.0, 8775.0, 8744.0, 8749.0, 8749.0, 8750.0, 8753.0, 8735.0, 8733.0, 8751.0, 8731.0, 8750.0, 8777.0, 8750.0, 8778.0, 8733.0, 8745.0, 8729.0, 8730.0, 8730.0, 8725.0, 8727.0, 8727.0, 8728.0, 8733.0, 8730.0, 8749.0, 8732.0, 8750.0, 8752.0, 8752.0, 8748.0, 8754.0, 8766.0, 8752.0, 8751.0, 8753.0, 8749.0, 8753.0, 8752.0, 8755.0, 8752.0, 8751.0, 8769.0, 8752.0, 8771.0, 8757.0, 8772.0, 8787.0, 8772.0, 8784.0, 8772.0, 8750.0, 8752.0, 8785.0, 8741.0, 8784.0, 8741.0, 8735.0, 8737.0, 8736.0, 8737.0, 8780.0, 8752.0, 8734.0, 8768.0, 8737.0, 8772.0, 8771.0, 8757.0, 8774.0, 8755.0, 8755.0, 8754.0, 8758.0, 8790.0, 8760.0, 8785.0, 8757.0, 8749.0, 8753.0, 8755.0, 8751.0, 8794.0, 8754.0, 8749.0, 8751.0, 8737.0, 8758.0, 8770.0, 8753.0, 8753.0, 8750.0, 8750.0, 8756.0, 8757.0, 8765.0, 8772.0, 8739.0, 8752.0, 8734.0, 8748.0, 8733.0, 8761.0, 8750.0, 8750.0, 8732.0, 8749.0, 8731.0, 8752.0, 8752.0, 8753.0, 8787.0, 8772.0, 8786.0, 8772.0, 8775.0, 8757.0, 8754.0, 8776.0, 8790.0, 8775.0, 8797.0, 8754.0, 8761.0, 8752.0, 8746.0, 8736.0, 8776.0, 8731.0, 8729.0, 8731.0, 8710.0, 8730.0, 8715.0, 8751.0, 8736.0, 8767.0, 8768.0, 8772.0, 8756.0, 8776.0, 8760.0, 8784.0, 8806.0, 8774.0, 8786.0, 8773.0, 8781.0, 8771.0, 8815.0, 8771.0, 8814.0, 8752.0, 8775.0, 8750.0, 8776.0, 8767.0, 8794.0, 8749.0, 8775.0, 8734.0, 8760.0, 8750.0, 8762.0, 8748.0, 8746.0, 8732.0, 8746.0, 8732.0, 8731.0, 8735.0, 8748.0, 8730.0, 8743.0, 8714.0, 8727.0, 8712.0, 8743.0, 8732.0, 8731.0, 8736.0, 8755.0, 8807.0, 8780.0, 8818.0, 8768.0, 8772.0, 8766.0, 8774.0, 8802.0, 8819.0, 8799.0, 8801.0, 8781.0, 8782.0, 8805.0, 8780.0, 8791.0, 8779.0, 8824.0, 8830.0, 8773.0, 8804.0, 8771.0, 8736.0, 8736.0, 8749.0, 8732.0, 8751.0, 8734.0, 8749.0, 8717.0, 8733.0, 8733.0, 8729.0, 8728.0, 8729.0, 8710.0, 8728.0, 8709.0, 8744.0, 8757.0, 8731.0, 8743.0, 8729.0, 8728.0, 8713.0, 8731.0, 8762.0, 8744.0, 8788.0, 8745.0, 8755.0, 8731.0, 8755.0, 8749.0, 8788.0, 8742.0, 8769.0, 8725.0, 8751.0, 8726.0, 8740.0, 8727.0, 8725.0, 8726.0, 8728.0, 8714.0, 8746.0, 8731.0, 8755.0, 8751.0, 8751.0, 8766.0, 8736.0, 8755.0, 8755.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.000555183908045977</td></tr>
<tr><td colspan=3>aqi</td><td>0.01861363333333333</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.1023353120023</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2413600372266966</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0124494356271576</td></tr>
<tr><td colspan=3>efc</td><td>0.487</td></tr>
<tr><td colspan=3>fber</td><td>5756.8887</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06977149624233658</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>20</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.2988505747126435</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.538165568424993</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4120672152191087</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8137665692782137</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3886629207776577</td></tr>
<tr><td colspan=3>gcor</td><td>0.0167763</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013552972115576267</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.030299650505185127</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.825909941080843</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>19.4908</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.1676</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>179.522</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298314.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>926.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>340.935</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3175</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>433.7243</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3094.9297</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3319.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78230.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>944.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4030.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>867.5005</td></tr>
<tr><td colspan=3>tsnr</td><td>47.35941897158045</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>