<?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-01_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-01_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-01_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-01_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-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0009/figures/sub-0009_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-01_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-01_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-01_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0009/figures/sub-0009_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-01_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-01_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-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0009/figures/sub-0009_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-01_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-01_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-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0009/figures/sub-0009_ses-01_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-01_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-01_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-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0009/figures/sub-0009_ses-01_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-01_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-01_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-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0009/figures/sub-0009_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_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-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0009/figures/sub-0009_ses-01_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-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0009/figures/sub-0009_ses-01_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-01/func/sub-0009_ses-01_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>56f2f0ac40cb144b49c24bcb576ce4d9</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:50:48.480000</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.999975, 0.00641651, 0.00289499, -0.005934, 0.989606, -0.143681]</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.086623</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>[4160, -7726, -7303, 652, -44, -159, 61, 73]</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>237.673</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>54936a71-9ed6-488c-a504-d17c958ef628||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.6828603744506836, -0.015920499339699745, 0.010224448516964912, 115.39981079101562], [-0.01721501350402832, 2.655040979385376, -0.3878839612007141, -75.88947296142578], [0.007767046336084604, 0.3854868710041046, 2.67197322845459, -74.99668884277344], [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': ['125048.480000', '125048.940000', '125049.400000', '125049.860000', '125050.320000', '125050.780000', '125051.240000', '125051.700000', '125052.160000', '125052.620000', '125053.080000', '125053.540000', '125054.000000', '125054.460000', '125054.920000', '125055.380000', '125055.840000', '125056.300000', '125056.760000', '125057.220000', '125057.680000', '125058.140000', '125058.600000', '125059.060000', '125059.520000', '125059.980000', '125100.440000', '125100.900000', '125101.360000', '125101.820000', '125102.280000', '125102.740000', '125103.200000', '125103.660000', '125104.120000', '125104.580000', '125105.040000', '125105.500000', '125105.960000', '125106.420000', '125106.880000', '125107.340000', '125107.800000', '125108.260000', '125108.720000', '125109.180000', '125109.640000', '125110.100000', '125110.560000', '125111.020000', '125111.480000', '125111.940000', '125112.400000', '125112.860000', '125113.320000', '125113.780000', '125114.240000', '125114.700000', '125115.160000', '125115.620000', '125116.080000', '125116.540000', '125117.000000', '125117.460000', '125117.920000', '125118.380000', '125118.840000', '125119.300000', '125119.760000', '125120.220000', '125120.680000', '125121.140000', '125121.600000', '125122.060000', '125122.520000', '125122.980000', '125123.440000', '125123.900000', '125124.360000', '125124.820000', '125125.280000', '125125.740000', '125126.200000', '125126.660000', '125127.120000', '125127.580000', '125128.040000', '125128.500000', '125128.960000', '125129.420000', '125129.880000', '125130.340000', '125130.800000', '125131.260000', '125131.720000', '125132.180000', '125132.640000', '125133.100000', '125133.560000', '125134.020000', '125134.480000', '125134.940000', '125135.400000', '125135.860000', '125136.320000', '125136.780000', '125137.240000', '125137.700000', '125138.160000', '125138.620000', '125139.080000', '125139.540000', '125140.000000', '125140.460000', '125140.920000', '125141.380000', '125141.840000', '125142.300000', '125142.760000', '125143.220000', '125143.680000', '125144.140000', '125144.600000', '125145.060000', '125145.520000', '125145.980000', '125146.440000', '125146.900000', '125147.360000', '125147.820000', '125148.280000', '125148.740000', '125149.200000', '125149.660000', '125150.120000', '125150.580000', '125151.040000', '125151.500000', '125151.960000', '125152.420000', '125152.880000', '125153.340000', '125153.800000', '125154.260000', '125154.720000', '125155.180000', '125155.640000', '125156.100000', '125156.560000', '125157.020000', '125157.480000', '125157.940000', '125158.400000', '125158.860000', '125159.320000', '125159.780000', '125200.240000', '125200.700000', '125201.160000', '125201.620000', '125202.080000', '125202.540000', '125203.000000', '125203.460000', '125203.920000', '125204.380000', '125204.840000', '125205.300000', '125205.760000', '125206.220000', '125206.680000', '125207.140000', '125207.600000', '125208.060000', '125208.520000', '125208.980000', '125209.440000', '125209.900000', '125210.360000', '125210.820000', '125211.280000', '125211.740000', '125212.200000', '125212.660000', '125213.120000', '125213.580000', '125214.040000', '125214.500000', '125214.960000', '125215.420000', '125215.880000', '125216.340000', '125216.800000', '125217.260000', '125217.720000', '125218.180000', '125218.640000', '125219.100000', '125219.560000', '125220.020000', '125220.480000', '125220.940000', '125221.400000', '125221.860000', '125222.320000', '125222.780000', '125223.240000', '125223.700000', '125224.160000', '125224.620000', '125225.080000', '125225.540000', '125226.000000', '125226.460000', '125226.920000', '125227.380000', '125227.840000', '125228.300000', '125228.760000', '125229.220000', '125229.680000', '125230.140000', '125230.600000', '125231.060000', '125231.520000', '125231.980000', '125232.440000', '125232.900000', '125233.360000', '125233.820000', '125234.280000', '125234.740000', '125235.200000', '125235.660000', '125236.120000', '125236.580000', '125237.040000', '125237.500000', '125237.960000', '125238.420000', '125238.880000', '125239.340000', '125239.800000', '125240.260000', '125240.720000', '125241.180000', '125241.640000', '125242.100000', '125242.560000', '125243.020000', '125243.480000', '125243.940000', '125244.400000', '125244.860000', '125245.320000', '125245.780000', '125246.240000', '125246.700000', '125247.160000', '125247.620000', '125248.080000', '125248.540000', '125249.000000', '125249.460000', '125249.920000', '125250.380000', '125250.840000', '125251.300000', '125251.760000', '125252.220000', '125252.680000', '125253.140000', '125253.600000', '125254.060000', '125254.520000', '125254.980000', '125255.440000', '125255.900000', '125256.360000', '125256.820000', '125257.280000', '125257.740000', '125258.200000', '125258.660000', '125259.120000', '125259.580000', '125300.040000', '125300.500000', '125300.960000', '125301.420000', '125301.880000', '125302.340000', '125302.800000', '125303.260000', '125303.720000', '125304.180000', '125304.640000', '125305.100000', '125305.560000', '125306.020000', '125306.480000', '125306.940000', '125307.400000', '125307.860000', '125308.320000', '125308.780000', '125309.240000', '125309.700000', '125310.160000', '125310.620000', '125311.080000', '125311.540000', '125312.000000', '125312.460000', '125312.920000', '125313.380000', '125313.840000', '125314.300000', '125314.760000', '125315.220000', '125315.680000', '125316.140000', '125316.600000', '125317.060000', '125317.520000', '125317.980000', '125318.440000', '125318.900000', '125319.360000', '125319.820000', '125320.280000', '125320.740000', '125321.200000', '125321.660000', '125322.120000', '125322.580000', '125323.040000', '125323.500000', '125323.960000', '125324.420000', '125324.880000', '125325.340000', '125325.800000', '125326.260000', '125326.720000', '125327.180000', '125327.640000', '125328.100000', '125328.560000', '125329.020000', '125329.480000', '125329.940000', '125330.400000', '125330.860000', '125331.320000', '125331.780000', '125332.240000', '125332.700000', '125333.160000', '125333.620000', '125334.080000', '125334.540000', '125335.000000', '125335.460000', '125335.920000', '125336.380000', '125336.840000', '125337.300000', '125337.760000', '125338.220000', '125338.680000', '125339.140000', '125339.600000', '125340.060000', '125340.520000', '125340.980000', '125341.440000', '125341.900000', '125342.360000', '125342.820000', '125343.280000', '125343.740000', '125344.200000', '125344.660000', '125345.120000', '125345.580000', '125346.040000', '125346.500000', '125346.960000', '125347.420000', '125347.880000', '125348.340000', '125348.800000', '125349.260000', '125349.720000', '125350.180000', '125350.640000', '125351.100000', '125351.560000', '125352.020000', '125352.480000', '125352.940000', '125353.400000', '125353.860000', '125354.320000', '125354.780000', '125355.240000', '125355.700000', '125356.160000', '125356.620000', '125357.080000', '125357.540000', '125358.000000', '125358.460000', '125358.920000', '125359.380000', '125359.840000', '125400.300000', '125400.760000', '125401.220000', '125401.680000', '125402.140000', '125402.600000', '125403.060000', '125403.520000', '125403.980000', '125404.440000', '125404.900000', '125405.360000', '125405.820000', '125406.280000', '125406.740000', '125407.200000', '125407.660000', '125408.120000', '125408.580000', '125409.040000', '125409.500000', '125409.960000', '125410.420000', '125410.880000', '125411.340000', '125411.800000', '125412.260000', '125412.720000', '125413.180000', '125413.640000', '125414.100000', '125414.560000', '125415.020000', '125415.480000', '125415.940000', '125416.400000', '125416.860000', '125417.320000', '125417.780000', '125418.240000', '125418.700000', '125419.160000', '125419.620000', '125420.080000', '125420.540000', '125421.000000', '125421.460000', '125421.920000', '125422.380000', '125422.840000', '125423.300000', '125423.760000', '125424.220000', '125424.680000', '125425.140000', '125425.600000', '125426.060000', '125426.520000', '125426.980000', '125427.440000', '125427.900000', '125428.360000', '125428.820000', '125429.280000', '125429.740000', '125430.200000', '125430.660000', '125431.120000', '125431.580000', '125432.040000', '125432.500000', '125432.960000', '125433.420000', '125433.880000', '125434.340000', '125434.800000', '125435.260000', '125435.720000', '125436.180000', '125436.640000', '125437.100000', '125437.560000', '125438.020000', '125438.480000', '125438.940000', '125439.400000', '125439.860000', '125440.320000', '125440.780000', '125441.240000', '125441.700000', '125442.160000', '125442.620000', '125443.080000', '125443.540000', '125444.000000', '125444.460000', '125444.920000', '125445.380000', '125445.840000', '125446.300000', '125446.760000', '125447.220000', '125447.680000', '125448.140000', '125448.600000', '125449.060000', '125449.520000', '125449.980000', '125450.440000', '125450.900000', '125451.360000', '125451.820000', '125452.280000', '125452.740000', '125453.200000', '125453.660000', '125454.120000', '125454.580000', '125455.040000', '125455.500000', '125455.960000', '125456.420000', '125456.880000', '125457.340000', '125457.800000', '125458.260000', '125458.720000', '125459.180000', '125459.640000', '125500.100000', '125500.560000', '125501.020000', '125501.480000', '125501.940000', '125502.400000', '125502.860000', '125503.320000', '125503.780000', '125504.240000', '125504.700000', '125505.160000', '125505.620000', '125506.080000', '125506.540000', '125507.000000', '125507.460000', '125507.920000', '125508.380000', '125508.840000', '125509.300000', '125509.760000', '125510.220000', '125510.680000', '125511.140000', '125511.600000', '125512.060000', '125512.520000', '125512.980000', '125513.440000', '125513.900000', '125514.360000', '125514.820000', '125515.280000', '125515.740000', '125516.200000', '125516.660000', '125517.120000', '125517.580000', '125518.040000', '125518.500000', '125518.960000', '125519.420000', '125519.880000', '125520.340000', '125520.800000', '125521.260000', '125521.720000', '125522.180000', '125522.640000', '125523.100000', '125523.560000', '125524.020000', '125524.480000', '125524.940000', '125525.400000', '125525.860000', '125526.320000', '125526.780000', '125527.240000', '125527.700000', '125528.160000', '125528.620000', '125529.080000', '125529.540000', '125530.000000', '125530.460000', '125530.920000', '125531.380000', '125531.840000', '125532.300000', '125532.760000', '125533.220000', '125533.680000', '125534.140000', '125534.600000', '125535.060000', '125535.520000', '125535.980000', '125536.440000', '125536.900000', '125537.360000', '125537.820000', '125538.280000', '125538.740000', '125539.200000', '125539.660000', '125540.120000', '125540.580000', '125541.040000', '125541.500000', '125541.960000', '125542.420000', '125542.880000', '125543.340000', '125543.800000', '125544.260000', '125544.720000', '125545.180000', '125545.640000', '125546.100000', '125546.560000', '125547.020000', '125547.480000', '125547.940000', '125548.400000', '125548.860000', '125549.320000', '125549.780000', '125550.240000', '125550.700000', '125551.160000', '125551.620000', '125552.080000', '125552.540000', '125553.000000', '125553.460000', '125553.920000', '125554.380000', '125554.840000', '125555.300000', '125555.760000', '125556.220000', '125556.680000', '125557.140000', '125557.600000', '125558.060000', '125558.520000', '125558.980000', '125559.440000', '125559.900000', '125600.360000', '125600.820000', '125601.280000', '125601.740000', '125602.200000', '125602.660000', '125603.120000', '125603.580000', '125604.040000', '125604.500000', '125604.960000', '125605.420000', '125605.880000', '125606.340000', '125606.800000', '125607.260000', '125607.720000', '125608.180000', '125608.640000', '125609.100000', '125609.560000', '125610.020000', '125610.480000', '125610.940000', '125611.400000', '125611.860000', '125612.320000', '125612.780000', '125613.240000', '125613.700000', '125614.160000', '125614.620000', '125615.080000', '125615.540000', '125616.000000', '125616.460000', '125616.920000', '125617.380000', '125617.840000', '125618.300000', '125618.760000', '125619.220000', '125619.680000', '125620.140000', '125620.600000', '125621.060000', '125621.520000', '125621.980000', '125622.440000', '125622.900000', '125623.360000', '125623.820000', '125624.280000', '125624.740000', '125625.200000', '125625.660000', '125626.120000', '125626.580000', '125627.040000', '125627.500000', '125627.960000', '125628.420000', '125628.880000', '125629.340000', '125629.800000', '125630.260000', '125630.720000', '125631.180000', '125631.640000', '125632.100000', '125632.560000', '125633.020000', '125633.480000', '125633.940000', '125634.400000', '125634.860000', '125635.320000', '125635.780000', '125636.240000', '125636.700000', '125637.160000', '125637.620000', '125638.080000', '125638.540000', '125639.000000', '125639.460000', '125639.920000', '125640.380000', '125640.840000', '125641.300000', '125641.760000', '125642.220000', '125642.680000', '125643.140000', '125643.600000', '125644.060000', '125644.520000', '125644.980000', '125645.440000', '125645.900000', '125646.360000', '125646.820000', '125647.280000', '125647.740000', '125648.200000', '125648.660000', '125649.120000', '125649.580000', '125650.040000', '125650.500000', '125650.960000', '125651.420000', '125651.880000', '125652.340000', '125652.800000', '125653.260000', '125653.720000', '125654.180000', '125654.640000', '125655.100000', '125655.560000', '125656.020000', '125656.480000', '125656.940000', '125657.400000', '125657.860000', '125658.320000', '125658.780000', '125659.240000', '125659.700000', '125700.160000', '125700.620000', '125701.080000', '125701.540000', '125702.000000', '125702.460000', '125702.920000', '125703.380000', '125703.840000', '125704.300000', '125704.760000', '125705.220000', '125705.680000', '125706.140000', '125706.600000', '125707.060000', '125707.520000', '125707.980000', '125708.440000', '125708.900000', '125709.360000', '125709.820000', '125710.280000', '125710.740000', '125711.200000', '125711.660000', '125712.120000', '125712.580000', '125713.040000', '125713.500000', '125713.960000', '125714.420000', '125714.880000', '125715.340000', '125715.800000', '125716.260000', '125716.720000', '125717.180000', '125717.640000', '125718.100000', '125718.560000', '125719.020000', '125719.480000', '125719.940000', '125720.400000', '125720.860000', '125721.320000', '125721.780000', '125722.240000', '125722.700000', '125723.160000', '125723.620000', '125724.080000', '125724.540000', '125725.000000', '125725.460000', '125725.920000', '125726.380000', '125726.840000', '125727.300000', '125727.760000', '125728.220000', '125728.680000', '125729.140000'], 'ContentTime': ['125111.959000', '125111.962000', '125111.965000', '125111.968000', '125111.971000', '125111.974000', '125111.976000', '125111.979000', '125111.982000', '125111.985000', '125111.988000', '125111.990000', '125111.993000', '125111.996000', '125112.000000', '125112.003000', '125112.005000', '125112.008000', '125112.011000', '125112.014000', '125112.017000', '125112.019000', '125112.022000', '125112.025000', '125112.028000', '125112.031000', '125112.034000', '125112.036000', '125112.039000', '125112.042000', '125112.045000', '125112.048000', '125112.050000', '125112.053000', '125112.056000', '125112.059000', '125112.061000', '125112.064000', '125112.067000', '125112.073000', '125112.076000', '125112.079000', '125112.082000', '125112.084000', '125112.087000', '125112.090000', '125112.093000', '125112.095000', '125112.098000', '125112.101000', '125131.926000', '125131.929000', '125131.932000', '125131.934000', '125131.937000', '125131.940000', '125131.943000', '125131.946000', '125131.948000', '125131.951000', '125131.954000', '125131.957000', '125131.960000', '125131.963000', '125131.965000', '125131.968000', '125131.971000', '125131.974000', '125131.977000', '125131.979000', '125131.982000', '125131.985000', '125131.988000', '125131.991000', '125131.993000', '125131.996000', '125132.000000', '125132.003000', '125132.006000', '125132.009000', '125132.011000', '125132.014000', '125132.017000', '125132.020000', '125132.028000', '125132.031000', '125132.034000', '125132.037000', '125132.040000', '125132.042000', '125132.045000', '125132.048000', '125132.051000', '125151.926000', '125151.929000', '125151.932000', '125151.934000', '125151.937000', '125151.940000', '125151.943000', '125151.946000', '125151.948000', '125151.951000', '125151.954000', '125151.957000', '125151.960000', '125151.962000', '125151.965000', '125151.968000', '125151.971000', '125151.974000', '125151.976000', '125151.979000', '125151.982000', '125151.985000', '125151.988000', '125151.990000', '125151.993000', '125151.996000', '125152.000000', '125152.003000', '125152.005000', '125152.008000', '125152.016000', '125152.018000', '125152.021000', '125152.034000', '125152.037000', '125152.039000', '125152.042000', '125152.045000', '125152.048000', '125152.050000', '125152.053000', '125152.056000', '125152.059000', '125152.062000', '125211.926000', '125211.929000', '125211.932000', '125211.934000', '125211.937000', '125211.940000', '125211.943000', '125211.946000', '125211.949000', '125211.951000', '125211.954000', '125211.957000', '125211.960000', '125211.963000', '125211.966000', '125211.968000', '125211.971000', '125211.974000', '125211.980000', '125211.983000', '125211.985000', '125211.988000', '125211.991000', '125211.994000', '125211.997000', '125212.000000', '125212.003000', '125212.006000', '125212.009000', '125212.012000', '125212.015000', '125212.017000', '125212.020000', '125212.023000', '125212.026000', '125212.029000', '125212.032000', '125212.034000', '125212.037000', '125212.040000', '125212.043000', '125212.046000', '125212.048000', '125231.927000', '125231.944000', '125231.947000', '125231.950000', '125231.953000', '125231.956000', '125231.958000', '125231.961000', '125231.964000', '125231.967000', '125231.970000', '125231.973000', '125231.975000', '125231.978000', '125231.981000', '125231.984000', '125231.987000', '125231.990000', '125231.992000', '125231.995000', '125231.998000', '125232.002000', '125232.005000', '125232.008000', '125232.010000', '125232.013000', '125232.016000', '125232.019000', '125232.022000', '125232.025000', '125232.028000', '125232.030000', '125232.033000', '125232.036000', '125232.039000', '125232.042000', '125232.045000', '125232.047000', '125232.050000', '125232.053000', '125232.056000', '125232.059000', '125232.061000', '125232.064000', '125251.927000', '125251.930000', '125251.933000', '125251.936000', '125251.938000', '125251.941000', '125251.944000', '125251.947000', '125251.950000', '125251.952000', '125251.955000', '125251.958000', '125251.961000', '125251.964000', '125251.966000', '125251.969000', '125251.972000', '125251.975000', '125251.978000', '125251.981000', '125251.984000', '125251.986000', '125251.989000', '125251.992000', '125251.995000', '125251.998000', '125252.002000', '125252.005000', '125252.007000', '125252.010000', '125252.013000', '125252.016000', '125252.019000', '125252.022000', '125252.024000', '125252.027000', '125252.030000', '125252.033000', '125252.036000', '125252.039000', '125252.044000', '125252.047000', '125252.050000', '125311.926000', '125311.929000', '125311.931000', '125311.934000', '125311.937000', '125311.940000', '125311.943000', '125311.946000', '125311.949000', '125311.951000', '125311.954000', '125311.957000', '125311.960000', '125311.963000', '125311.966000', '125311.968000', '125311.971000', '125311.974000', '125311.977000', '125311.980000', '125311.983000', '125311.985000', '125311.988000', '125311.991000', '125311.994000', '125311.996000', '125312.000000', '125312.003000', '125312.006000', '125312.009000', '125312.012000', '125312.014000', '125312.017000', '125312.020000', '125312.023000', '125312.026000', '125312.029000', '125312.031000', '125312.034000', '125312.037000', '125312.040000', '125312.043000', '125312.045000', '125312.048000', '125331.926000', '125331.929000', '125331.932000', '125331.935000', '125331.937000', '125331.940000', '125331.943000', '125331.946000', '125331.949000', '125331.952000', '125331.955000', '125331.957000', '125331.960000', '125331.963000', '125331.966000', '125331.969000', '125331.972000', '125331.974000', '125331.977000', '125331.980000', '125331.983000', '125331.986000', '125331.989000', '125331.991000', '125331.994000', '125331.997000', '125332.001000', '125332.004000', '125332.024000', '125332.027000', '125332.030000', '125332.033000', '125332.036000', '125332.039000', '125332.042000', '125332.044000', '125332.047000', '125332.050000', '125332.053000', '125332.055000', '125332.058000', '125332.061000', '125332.064000', '125351.926000', '125351.929000', '125351.932000', '125351.935000', '125351.938000', '125351.942000', '125351.945000', '125351.948000', '125351.951000', '125351.954000', '125351.956000', '125351.977000', '125351.980000', '125351.983000', '125351.986000', '125351.989000', '125351.991000', '125351.994000', '125351.997000', '125352.001000', '125352.004000', '125352.007000', '125352.009000', '125352.012000', '125352.015000', '125352.018000', '125352.021000', '125352.023000', '125352.026000', '125352.029000', '125352.032000', '125352.035000', '125352.038000', '125352.040000', '125352.043000', '125352.046000', '125352.049000', '125352.052000', '125352.054000', '125352.057000', '125352.060000', '125352.063000', '125352.066000', '125411.926000', '125411.929000', '125411.932000', '125411.934000', '125411.937000', '125411.940000', '125411.943000', '125411.946000', '125411.948000', '125411.951000', '125411.954000', '125411.957000', '125411.960000', '125411.963000', '125411.966000', '125411.968000', '125411.971000', '125411.974000', '125411.977000', '125411.980000', '125411.982000', '125411.985000', '125411.988000', '125411.991000', '125411.994000', '125411.997000', '125412.000000', '125412.003000', '125412.006000', '125412.009000', '125412.012000', '125412.015000', '125412.017000', '125412.020000', '125412.023000', '125412.026000', '125412.029000', '125412.031000', '125412.034000', '125412.037000', '125412.040000', '125412.043000', '125412.046000', '125412.048000', '125431.926000', '125431.929000', '125431.931000', '125431.934000', '125431.937000', '125431.940000', '125431.943000', '125431.946000', '125431.949000', '125431.952000', '125431.954000', '125431.957000', '125431.960000', '125431.963000', '125431.966000', '125431.972000', '125431.975000', '125431.978000', '125431.981000', '125431.984000', '125431.987000', '125431.989000', '125431.992000', '125431.995000', '125431.998000', '125432.002000', '125432.005000', '125432.008000', '125432.010000', '125432.013000', '125432.016000', '125432.019000', '125432.022000', '125432.025000', '125432.027000', '125432.030000', '125432.033000', '125432.036000', '125432.039000', '125432.042000', '125432.044000', '125432.047000', '125432.050000', '125451.927000', '125451.930000', '125451.933000', '125451.936000', '125451.938000', '125451.941000', '125451.944000', '125451.947000', '125451.950000', '125451.953000', '125451.955000', '125451.958000', '125451.961000', '125451.964000', '125451.967000', '125451.970000', '125451.972000', '125451.975000', '125451.978000', '125451.981000', '125451.984000', '125451.987000', '125451.989000', '125451.992000', '125451.995000', '125451.998000', '125452.002000', '125452.004000', '125452.007000', '125452.010000', '125452.013000', '125452.016000', '125452.019000', '125452.021000', '125452.024000', '125452.027000', '125452.030000', '125452.033000', '125452.035000', '125452.038000', '125452.041000', '125452.044000', '125452.047000', '125452.049000', '125511.927000', '125511.930000', '125511.932000', '125511.935000', '125511.938000', '125511.941000', '125511.944000', '125511.947000', '125511.950000', '125511.952000', '125511.963000', '125511.967000', '125511.972000', '125511.976000', '125511.978000', '125511.981000', '125511.984000', '125511.987000', '125511.990000', '125511.993000', '125511.995000', '125511.998000', '125512.002000', '125512.005000', '125512.008000', '125512.011000', '125512.014000', '125512.016000', '125512.019000', '125512.022000', '125512.025000', '125512.028000', '125512.030000', '125512.033000', '125512.036000', '125512.039000', '125512.042000', '125512.045000', '125512.047000', '125512.050000', '125512.053000', '125512.056000', '125512.059000', '125531.926000', '125531.929000', '125531.931000', '125531.934000', '125531.937000', '125531.940000', '125531.943000', '125531.946000', '125531.949000', '125531.951000', '125531.954000', '125531.957000', '125531.960000', '125531.963000', '125531.966000', '125531.969000', '125531.972000', '125531.974000', '125531.977000', '125531.980000', '125531.983000', '125531.985000', '125531.988000', '125531.991000', '125531.994000', '125531.997000', '125532.001000', '125532.004000', '125532.007000', '125532.009000', '125532.012000', '125532.015000', '125532.018000', '125532.021000', '125532.024000', '125532.026000', '125532.029000', '125532.032000', '125532.035000', '125532.038000', '125532.041000', '125532.043000', '125532.046000', '125532.049000', '125551.926000', '125551.929000', '125551.932000', '125551.936000', '125551.939000', '125551.941000', '125551.944000', '125551.947000', '125551.950000', '125551.953000', '125551.956000', '125551.959000', '125551.961000', '125551.964000', '125551.971000', '125551.973000', '125551.976000', '125551.979000', '125551.982000', '125551.985000', '125551.988000', '125551.991000', '125551.993000', '125551.997000', '125552.002000', '125552.005000', '125552.008000', '125552.011000', '125552.014000', '125552.017000', '125552.020000', '125552.022000', '125552.025000', '125552.028000', '125552.031000', '125552.034000', '125552.037000', '125552.040000', '125552.042000', '125552.045000', '125552.048000', '125552.051000', '125552.054000', '125611.926000', '125611.929000', '125611.931000', '125611.934000', '125611.937000', '125611.940000', '125611.943000', '125611.946000', '125611.949000', '125611.951000', '125611.954000', '125611.957000', '125611.960000', '125611.963000', '125611.966000', '125611.968000', '125611.971000', '125611.974000', '125611.977000', '125611.980000', '125611.983000', '125611.985000', '125611.988000', '125611.991000', '125611.994000', '125611.997000', '125612.001000', '125612.004000', '125612.006000', '125612.009000', '125612.012000', '125612.015000', '125612.018000', '125612.020000', '125612.023000', '125612.026000', '125612.029000', '125612.032000', '125612.034000', '125612.037000', '125612.040000', '125612.043000', '125612.046000', '125612.049000', '125631.926000', '125631.929000', '125631.932000', '125631.935000', '125631.937000', '125631.940000', '125631.943000', '125631.946000', '125631.949000', '125631.952000', '125631.954000', '125631.957000', '125631.960000', '125631.963000', '125631.966000', '125631.969000', '125631.972000', '125631.975000', '125631.977000', '125631.980000', '125631.983000', '125632.000000', '125632.003000', '125632.006000', '125632.009000', '125632.012000', '125632.015000', '125632.017000', '125632.020000', '125632.023000', '125632.026000', '125632.029000', '125632.032000', '125632.036000', '125632.039000', '125632.042000', '125632.045000', '125632.048000', '125632.050000', '125632.053000', '125632.056000', '125632.059000', '125632.062000', '125651.926000', '125651.929000', '125651.932000', '125651.935000', '125651.937000', '125651.940000', '125651.943000', '125651.946000', '125651.949000', '125651.952000', '125651.955000', '125651.958000', '125651.960000', '125651.963000', '125651.966000', '125651.969000', '125651.972000', '125651.975000', '125651.978000', '125651.980000', '125651.983000', '125651.986000', '125651.989000', '125651.992000', '125651.995000', '125651.997000', '125652.001000', '125652.004000', '125652.007000', '125652.010000', '125652.013000', '125652.015000', '125652.018000', '125652.021000', '125652.024000', '125652.028000', '125652.031000', '125652.034000', '125652.037000', '125652.039000', '125652.042000', '125652.045000', '125652.048000', '125652.051000', '125711.927000', '125711.930000', '125711.932000', '125711.935000', '125711.938000', '125711.941000', '125711.944000', '125711.947000', '125711.950000', '125711.953000', '125711.955000', '125711.958000', '125711.961000', '125711.964000', '125711.967000', '125711.969000', '125711.974000', '125711.977000', '125711.979000', '125711.982000', '125711.985000', '125711.988000', '125711.991000', '125711.994000', '125711.997000', '125712.001000', '125712.003000', '125712.006000', '125712.009000', '125712.012000', '125712.015000', '125712.017000', '125712.020000', '125712.023000', '125712.026000', '125712.029000', '125712.032000', '125712.035000', '125712.039000', '125712.042000', '125712.045000', '125712.048000', '125712.051000', '125730.031000', '125730.035000', '125730.038000', '125730.041000', '125730.044000', '125730.047000', '125730.050000', '125730.053000', '125730.056000', '125730.059000', '125730.063000', '125730.066000', '125730.068000', '125730.071000', '125730.074000', '125730.077000', '125730.080000', '125730.083000', '125730.086000', '125730.089000', '125730.092000', '125730.095000', '125730.098000', '125730.101000', '125730.104000', '125730.107000', '125730.110000', '125730.112000', '125730.115000', '125730.118000', '125730.121000', '125730.124000', '125730.127000', '125730.130000', '125730.133000', '125730.135000', '125730.138000', '125730.141000', '125730.144000', '125730.147000'], 'InstanceCreationTime': ['125111.959000', '125111.962000', '125111.965000', '125111.968000', '125111.971000', '125111.974000', '125111.976000', '125111.979000', '125111.982000', '125111.985000', '125111.988000', '125111.990000', '125111.993000', '125111.996000', '125112.000000', '125112.003000', '125112.005000', '125112.008000', '125112.011000', '125112.014000', '125112.017000', '125112.019000', '125112.022000', '125112.025000', '125112.028000', '125112.031000', '125112.034000', '125112.036000', '125112.039000', '125112.042000', '125112.045000', '125112.048000', '125112.050000', '125112.053000', '125112.056000', '125112.059000', '125112.061000', '125112.064000', '125112.067000', '125112.073000', '125112.076000', '125112.079000', '125112.082000', '125112.084000', '125112.087000', '125112.090000', '125112.093000', '125112.095000', '125112.098000', '125112.101000', '125131.926000', '125131.929000', '125131.932000', '125131.934000', '125131.937000', '125131.940000', '125131.943000', '125131.946000', '125131.948000', '125131.951000', '125131.954000', '125131.957000', '125131.960000', '125131.963000', '125131.965000', '125131.968000', '125131.971000', '125131.974000', '125131.977000', '125131.979000', '125131.982000', '125131.985000', '125131.988000', '125131.991000', '125131.993000', '125131.996000', '125132.000000', '125132.003000', '125132.006000', '125132.009000', '125132.011000', '125132.014000', '125132.017000', '125132.020000', '125132.028000', '125132.031000', '125132.034000', '125132.037000', '125132.040000', '125132.042000', '125132.045000', '125132.048000', '125132.051000', '125151.926000', '125151.929000', '125151.932000', '125151.934000', '125151.937000', '125151.940000', '125151.943000', '125151.946000', '125151.948000', '125151.951000', '125151.954000', '125151.957000', '125151.960000', '125151.962000', '125151.965000', '125151.968000', '125151.971000', '125151.974000', '125151.976000', '125151.979000', '125151.982000', '125151.985000', '125151.988000', '125151.990000', '125151.993000', '125151.996000', '125152.000000', '125152.003000', '125152.005000', '125152.008000', '125152.016000', '125152.018000', '125152.021000', '125152.034000', '125152.037000', '125152.039000', '125152.042000', '125152.045000', '125152.048000', '125152.050000', '125152.053000', '125152.056000', '125152.059000', '125152.062000', '125211.926000', '125211.929000', '125211.932000', '125211.934000', '125211.937000', '125211.940000', '125211.943000', '125211.946000', '125211.949000', '125211.951000', '125211.954000', '125211.957000', '125211.960000', '125211.963000', '125211.966000', '125211.968000', '125211.971000', '125211.974000', '125211.980000', '125211.983000', '125211.985000', '125211.988000', '125211.991000', '125211.994000', '125211.997000', '125212.000000', '125212.003000', '125212.006000', '125212.009000', '125212.012000', '125212.015000', '125212.017000', '125212.020000', '125212.023000', '125212.026000', '125212.029000', '125212.032000', '125212.034000', '125212.037000', '125212.040000', '125212.043000', '125212.046000', '125212.048000', '125231.927000', '125231.944000', '125231.947000', '125231.950000', '125231.953000', '125231.956000', '125231.958000', '125231.961000', '125231.964000', '125231.967000', '125231.970000', '125231.973000', '125231.975000', '125231.978000', '125231.981000', '125231.984000', '125231.987000', '125231.990000', '125231.992000', '125231.995000', '125231.998000', '125232.002000', '125232.005000', '125232.008000', '125232.010000', '125232.013000', '125232.016000', '125232.019000', '125232.022000', '125232.025000', '125232.028000', '125232.030000', '125232.033000', '125232.036000', '125232.039000', '125232.042000', '125232.045000', '125232.047000', '125232.050000', '125232.053000', '125232.056000', '125232.059000', '125232.061000', '125232.064000', '125251.927000', '125251.930000', '125251.933000', '125251.936000', '125251.938000', '125251.941000', '125251.944000', '125251.947000', '125251.950000', '125251.952000', '125251.955000', '125251.958000', '125251.961000', '125251.964000', '125251.966000', '125251.969000', '125251.972000', '125251.975000', '125251.978000', '125251.981000', '125251.984000', '125251.986000', '125251.989000', '125251.992000', '125251.995000', '125251.998000', '125252.002000', '125252.005000', '125252.007000', '125252.010000', '125252.013000', '125252.016000', '125252.019000', '125252.022000', '125252.024000', '125252.027000', '125252.030000', '125252.033000', '125252.036000', '125252.039000', '125252.044000', '125252.047000', '125252.050000', '125311.926000', '125311.929000', '125311.931000', '125311.934000', '125311.937000', '125311.940000', '125311.943000', '125311.946000', '125311.949000', '125311.951000', '125311.954000', '125311.957000', '125311.960000', '125311.963000', '125311.966000', '125311.968000', '125311.971000', '125311.974000', '125311.977000', '125311.980000', '125311.983000', '125311.985000', '125311.988000', '125311.991000', '125311.994000', '125311.996000', '125312.000000', '125312.003000', '125312.006000', '125312.009000', '125312.012000', '125312.014000', '125312.017000', '125312.020000', '125312.023000', '125312.026000', '125312.029000', '125312.031000', '125312.034000', '125312.037000', '125312.040000', '125312.043000', '125312.045000', '125312.048000', '125331.926000', '125331.929000', '125331.932000', '125331.935000', '125331.937000', '125331.940000', '125331.943000', '125331.946000', '125331.949000', '125331.952000', '125331.955000', '125331.957000', '125331.960000', '125331.963000', '125331.966000', '125331.969000', '125331.972000', '125331.974000', '125331.977000', '125331.980000', '125331.983000', '125331.986000', '125331.989000', '125331.991000', '125331.994000', '125331.997000', '125332.001000', '125332.004000', '125332.024000', '125332.027000', '125332.030000', '125332.033000', '125332.036000', '125332.039000', '125332.042000', '125332.044000', '125332.047000', '125332.050000', '125332.053000', '125332.055000', '125332.058000', '125332.061000', '125332.064000', '125351.926000', '125351.929000', '125351.932000', '125351.935000', '125351.938000', '125351.942000', '125351.945000', '125351.948000', '125351.951000', '125351.954000', '125351.956000', '125351.977000', '125351.980000', '125351.983000', '125351.986000', '125351.989000', '125351.991000', '125351.994000', '125351.997000', '125352.001000', '125352.004000', '125352.007000', '125352.009000', '125352.012000', '125352.015000', '125352.018000', '125352.021000', '125352.023000', '125352.026000', '125352.029000', '125352.032000', '125352.035000', '125352.038000', '125352.040000', '125352.043000', '125352.046000', '125352.049000', '125352.052000', '125352.054000', '125352.057000', '125352.060000', '125352.063000', '125352.066000', '125411.926000', '125411.929000', '125411.932000', '125411.934000', '125411.937000', '125411.940000', '125411.943000', '125411.946000', '125411.948000', '125411.951000', '125411.954000', '125411.957000', '125411.960000', '125411.963000', '125411.966000', '125411.968000', '125411.971000', '125411.974000', '125411.977000', '125411.980000', '125411.982000', '125411.985000', '125411.988000', '125411.991000', '125411.994000', '125411.997000', '125412.000000', '125412.003000', '125412.006000', '125412.009000', '125412.012000', '125412.015000', '125412.017000', '125412.020000', '125412.023000', '125412.026000', '125412.029000', '125412.031000', '125412.034000', '125412.037000', '125412.040000', '125412.043000', '125412.046000', '125412.048000', '125431.926000', '125431.929000', '125431.931000', '125431.934000', '125431.937000', '125431.940000', '125431.943000', '125431.946000', '125431.949000', '125431.952000', '125431.954000', '125431.957000', '125431.960000', '125431.963000', '125431.966000', '125431.972000', '125431.975000', '125431.978000', '125431.981000', '125431.984000', '125431.987000', '125431.989000', '125431.992000', '125431.995000', '125431.998000', '125432.002000', '125432.005000', '125432.008000', '125432.010000', '125432.013000', '125432.016000', '125432.019000', '125432.022000', '125432.025000', '125432.027000', '125432.030000', '125432.033000', '125432.036000', '125432.039000', '125432.042000', '125432.044000', '125432.047000', '125432.050000', '125451.927000', '125451.930000', '125451.933000', '125451.936000', '125451.938000', '125451.941000', '125451.944000', '125451.947000', '125451.950000', '125451.953000', '125451.955000', '125451.958000', '125451.961000', '125451.964000', '125451.967000', '125451.970000', '125451.972000', '125451.975000', '125451.978000', '125451.981000', '125451.984000', '125451.987000', '125451.989000', '125451.992000', '125451.995000', '125451.998000', '125452.002000', '125452.004000', '125452.007000', '125452.010000', '125452.013000', '125452.016000', '125452.019000', '125452.021000', '125452.024000', '125452.027000', '125452.030000', '125452.033000', '125452.035000', '125452.038000', '125452.041000', '125452.044000', '125452.047000', '125452.049000', '125511.927000', '125511.930000', '125511.932000', '125511.935000', '125511.938000', '125511.941000', '125511.944000', '125511.947000', '125511.950000', '125511.952000', '125511.963000', '125511.967000', '125511.972000', '125511.976000', '125511.978000', '125511.981000', '125511.984000', '125511.987000', '125511.990000', '125511.993000', '125511.995000', '125511.998000', '125512.002000', '125512.005000', '125512.008000', '125512.011000', '125512.014000', '125512.016000', '125512.019000', '125512.022000', '125512.025000', '125512.028000', '125512.030000', '125512.033000', '125512.036000', '125512.039000', '125512.042000', '125512.045000', '125512.047000', '125512.050000', '125512.053000', '125512.056000', '125512.059000', '125531.926000', '125531.929000', '125531.931000', '125531.934000', '125531.937000', '125531.940000', '125531.943000', '125531.946000', '125531.949000', '125531.951000', '125531.954000', '125531.957000', '125531.960000', '125531.963000', '125531.966000', '125531.969000', '125531.972000', '125531.974000', '125531.977000', '125531.980000', '125531.983000', '125531.985000', '125531.988000', '125531.991000', '125531.994000', '125531.997000', '125532.001000', '125532.004000', '125532.007000', '125532.009000', '125532.012000', '125532.015000', '125532.018000', '125532.021000', '125532.024000', '125532.026000', '125532.029000', '125532.032000', '125532.035000', '125532.038000', '125532.041000', '125532.043000', '125532.046000', '125532.049000', '125551.926000', '125551.929000', '125551.932000', '125551.936000', '125551.939000', '125551.941000', '125551.944000', '125551.947000', '125551.950000', '125551.953000', '125551.956000', '125551.959000', '125551.961000', '125551.964000', '125551.971000', '125551.973000', '125551.976000', '125551.979000', '125551.982000', '125551.985000', '125551.988000', '125551.991000', '125551.993000', '125551.997000', '125552.002000', '125552.005000', '125552.008000', '125552.011000', '125552.014000', '125552.017000', '125552.020000', '125552.022000', '125552.025000', '125552.028000', '125552.031000', '125552.034000', '125552.037000', '125552.040000', '125552.042000', '125552.045000', '125552.048000', '125552.051000', '125552.054000', '125611.926000', '125611.929000', '125611.931000', '125611.934000', '125611.937000', '125611.940000', '125611.943000', '125611.946000', '125611.949000', '125611.951000', '125611.954000', '125611.957000', '125611.960000', '125611.963000', '125611.966000', '125611.968000', '125611.971000', '125611.974000', '125611.977000', '125611.980000', '125611.983000', '125611.985000', '125611.988000', '125611.991000', '125611.994000', '125611.997000', '125612.001000', '125612.004000', '125612.006000', '125612.009000', '125612.012000', '125612.015000', '125612.018000', '125612.020000', '125612.023000', '125612.026000', '125612.029000', '125612.032000', '125612.034000', '125612.037000', '125612.040000', '125612.043000', '125612.046000', '125612.049000', '125631.926000', '125631.929000', '125631.932000', '125631.935000', '125631.937000', '125631.940000', '125631.943000', '125631.946000', '125631.949000', '125631.952000', '125631.954000', '125631.957000', '125631.960000', '125631.963000', '125631.966000', '125631.969000', '125631.972000', '125631.975000', '125631.977000', '125631.980000', '125631.983000', '125632.000000', '125632.003000', '125632.006000', '125632.009000', '125632.012000', '125632.015000', '125632.017000', '125632.020000', '125632.023000', '125632.026000', '125632.029000', '125632.032000', '125632.036000', '125632.039000', '125632.042000', '125632.045000', '125632.048000', '125632.050000', '125632.053000', '125632.056000', '125632.059000', '125632.062000', '125651.926000', '125651.929000', '125651.932000', '125651.935000', '125651.937000', '125651.940000', '125651.943000', '125651.946000', '125651.949000', '125651.952000', '125651.955000', '125651.958000', '125651.960000', '125651.963000', '125651.966000', '125651.969000', '125651.972000', '125651.975000', '125651.978000', '125651.980000', '125651.983000', '125651.986000', '125651.989000', '125651.992000', '125651.995000', '125651.997000', '125652.001000', '125652.004000', '125652.007000', '125652.010000', '125652.013000', '125652.015000', '125652.018000', '125652.021000', '125652.024000', '125652.028000', '125652.031000', '125652.034000', '125652.037000', '125652.039000', '125652.042000', '125652.045000', '125652.048000', '125652.051000', '125711.927000', '125711.930000', '125711.932000', '125711.935000', '125711.938000', '125711.941000', '125711.944000', '125711.947000', '125711.950000', '125711.953000', '125711.955000', '125711.958000', '125711.961000', '125711.964000', '125711.967000', '125711.969000', '125711.974000', '125711.977000', '125711.979000', '125711.982000', '125711.985000', '125711.988000', '125711.991000', '125711.994000', '125711.997000', '125712.001000', '125712.003000', '125712.006000', '125712.009000', '125712.012000', '125712.015000', '125712.017000', '125712.020000', '125712.023000', '125712.026000', '125712.029000', '125712.032000', '125712.035000', '125712.039000', '125712.042000', '125712.045000', '125712.048000', '125712.051000', '125730.031000', '125730.035000', '125730.038000', '125730.041000', '125730.044000', '125730.047000', '125730.050000', '125730.053000', '125730.056000', '125730.059000', '125730.063000', '125730.066000', '125730.068000', '125730.071000', '125730.074000', '125730.077000', '125730.080000', '125730.083000', '125730.086000', '125730.089000', '125730.092000', '125730.095000', '125730.098000', '125730.101000', '125730.104000', '125730.107000', '125730.110000', '125730.112000', '125730.115000', '125730.118000', '125730.121000', '125730.124000', '125730.127000', '125730.130000', '125730.133000', '125730.135000', '125730.138000', '125730.141000', '125730.144000', '125730.147000'], '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': [8226, 9184, 7843, 9458, 11564, 9466, 11426, 9059, 10692, 9244, 11649, 8593, 10935, 8491, 10846, 7977, 9415, 7857, 8839, 12866, 8700, 12356, 8048, 10857, 7637, 8816, 7748, 8326, 7832, 8114, 7801, 8389, 7584, 9217, 8026, 9123, 8601, 9623, 7906, 9549, 9116, 9505, 13443, 9015, 14569, 10249, 13345, 8112, 10709, 8182, 8887, 8100, 8540, 8072, 9969, 8229, 9711, 8325, 10376, 8406, 12927, 8614, 12598, 8673, 11993, 9086, 14773, 8413, 14266, 8268, 11789, 8661, 10118, 8608, 9831, 8131, 8504, 7825, 8645, 8118, 9414, 8269, 9894, 7813, 9644, 8498, 9288, 8323, 9592, 8104, 9200, 7817, 9022, 7790, 9163, 7762, 9037, 7611, 8917, 7939, 8802, 10164, 9376, 15107, 8772, 14735, 8847, 11666, 9463, 10738, 15590, 9140, 15685, 8669, 12427, 8220, 11457, 9366, 7737, 8978, 7827, 9305, 8235, 9917, 8423, 11847, 8474, 15667, 8900, 14521, 8004, 9388, 14626, 9661, 15511, 9311, 16270, 9176, 12865, 8643, 11360, 8869, 11093, 8904, 9566, 8759, 10908, 8189, 10333, 8693, 10012, 7555, 9080, 14925, 9113, 13395, 9400, 11673, 7825, 9709, 7877, 8739, 7722, 8802, 7820, 8711, 11571, 8838, 11256, 8040, 10457, 7759, 9713, 7968, 9185, 14047, 8917, 11970, 8472, 11802, 8150, 10550, 7747, 9231, 7726, 9006, 7728, 9406, 7780, 9148, 7984, 9557, 7709, 11123, 8084, 9135, 7934, 9310, 8378, 10263, 8566, 13721, 8498, 11421, 8267, 10092, 7955, 9059, 10177, 9503, 12996, 8810, 10663, 8370, 9992, 7974, 9856, 7852, 9041, 8013, 9001, 8815, 8959, 9832, 7988, 9632, 7898, 9287, 7851, 9150, 9587, 8798, 12404, 8456, 10610, 8252, 10458, 7773, 9009, 10657, 9250, 13894, 9784, 14902, 8661, 13262, 8252, 11971, 8670, 12133, 8403, 10950, 7946, 9039, 16263, 12063, 16378, 9026, 13967, 8708, 10979, 8059, 9260, 14444, 8984, 11579, 8158, 9333, 7878, 8385, 7771, 9303, 7857, 9011, 8547, 8817, 9872, 8584, 9511, 8080, 9883, 7682, 8671, 9769, 8986, 14980, 8578, 11595, 7690, 9746, 8111, 8914, 7974, 9272, 13930, 8614, 11946, 8086, 10621, 7905, 9356, 7829, 9085, 7514, 9427, 7832, 11688, 7766, 15569, 11054, 16127, 9909, 11349, 9199, 12406, 9417, 11709, 8957, 12129, 8550, 11392, 7874, 12819, 7858, 9784, 7533, 9170, 7758, 9265, 13712, 9419, 15244, 9353, 13535, 9159, 12215, 8591, 10440, 8328, 9847, 7834, 9030, 8727, 9260, 10654, 8955, 10797, 8589, 10737, 7865, 9150, 10858, 9285, 15026, 8774, 11653, 7745, 9109, 10155, 9111, 15472, 8590, 11163, 7791, 9278, 7782, 9164, 11410, 8744, 9894, 7794, 8631, 7772, 9112, 7817, 8962, 7909, 8471, 11009, 7924, 9640, 8037, 9625, 7616, 9152, 16091, 8477, 13269, 9129, 11425, 7709, 8681, 9916, 9208, 11604, 8313, 10298, 7799, 9247, 7729, 8639, 7905, 8872, 7914, 8596, 7921, 8381, 8119, 8439, 7740, 11707, 8289, 12252, 8996, 11107, 9039, 13788, 9640, 16098, 9456, 13434, 8435, 11673, 8034, 13372, 7782, 9833, 7673, 9050, 7626, 8902, 7847, 9652, 7694, 9451, 7877, 9242, 7849, 9201, 7874, 9109, 7945, 9088, 10795, 8655, 13006, 9555, 14760, 8690, 11803, 8730, 11823, 8946, 12718, 8249, 11304, 7970, 10111, 8511, 10830, 8309, 11194, 7882, 9281, 7472, 8962, 11420, 8970, 16062, 11368, 15230, 11197, 11877, 11653, 7877, 11632, 9800, 8767, 18263, 10887, 13952, 7652, 9140, 8820, 8879, 11237, 8969, 10262, 8686, 9919, 8937, 9816, 9251, 8012, 9083, 8309, 10894, 9125, 11986, 9099, 14017, 9348, 15128, 9816, 13862, 8678, 12703, 8787, 12983, 9461, 10564, 7871, 8762, 7790, 8954, 7878, 8529, 8328, 8787, 7635, 8711, 7914, 8448, 8899, 8260, 9090, 8392, 10515, 7752, 10078, 7653, 9035, 11341, 9232, 11879, 8808, 12234, 8295, 11137, 8388, 11001, 8332, 9697, 7844, 8729, 8638, 8838, 11706, 8978, 10740, 8769, 10941, 7802, 9708, 7805, 9203, 8063, 9238, 13206, 8981, 13389, 8265, 10380, 7727, 9961, 7684, 9111, 7939, 8082, 7707, 8600, 8718, 8053, 7711, 8042, 8914, 8163, 9467, 8589, 9942, 8351, 13439, 8226, 15774, 8329, 13555, 8113, 11459, 8554, 10666, 8315, 10459, 7654, 8870, 7909, 8268, 7655, 10914, 8139, 11953, 8118, 9693, 7537, 8627, 12653, 8739, 14310, 9941, 13041, 7933, 10224, 8082, 8270, 7640, 8594, 7848, 8853, 8080, 8361, 11184, 8549, 10431, 8294, 9761, 7648, 8794, 9930, 8844, 12480, 8855, 15027, 8682, 13674, 9129, 13975, 7890, 8640, 7747, 8724, 8007, 8854, 8186, 9291, 7639, 9145, 7746, 8246, 7940, 9801, 8456, 12933, 8756, 12683, 8041, 10405, 9095, 9276, 14914, 8799, 16147, 8627, 12513, 8228, 11757, 8025, 8869, 8038, 8666, 7833, 9032, 7764, 8801, 7650, 8655, 7620, 8818, 7571, 8666, 7629, 8775, 14498, 8795, 13073, 8285, 10852, 7892, 10225, 7635, 8733, 8675, 8633, 11330, 8617, 10270, 8684, 8020, 8499, 9445, 8059, 9752, 7899, 9316, 7694, 8738, 7707, 8681, 14250, 8292, 11338, 8151, 9921, 7528, 8830, 13848, 8637, 11282, 8412, 10815, 8336, 9797, 8441, 9446, 8531, 7639, 9473, 8514, 13981, 9365, 7660, 8773, 7649, 8711, 12207, 8479, 15207, 8451, 12530, 8771, 12102, 7551, 8610, 7636, 8438, 16061, 9822, 16850, 11590, 13707, 8933, 12350, 8899, 11897, 8838, 12037, 8901, 13742, 8880, 13179, 8729, 11979, 8649, 11960, 8690, 11100, 8384, 9517, 8660, 9261, 8821, 8395, 8461, 8957, 8583, 10583, 8487, 11180, 8542, 12998, 8490, 12984, 8181, 11102, 8069, 10330, 7900, 11845, 8258, 15936, 10370, 12762, 11509, 8188, 12337, 8598, 11606, 8771, 10518, 8872, 11512, 8469, 11518, 8517, 11319, 8700, 14629, 8532, 13799, 8882, 11240, 9361, 11513, 10034, 14783, 10136, 13123, 8927, 7810, 8940, 8559, 8435, 8477, 8247, 10033, 8793, 12286, 8661, 11368, 8500, 10639, 9007, 13695, 8785, 10478, 8780, 9992, 8667, 9566, 8521, 10382, 8759, 10150, 9035, 11528, 8449, 10601, 8184, 10072, 7767, 11390, 8059, 12491, 8747, 7647, 7966, 7583, 8655, 7892, 7928, 8526, 8728, 8776, 9630, 9050, 12019, 8584, 14720, 10575, 15477, 12093, 13310, 9978, 15368], 'WindowCenter': [4453.0, 4447.0, 4425.0, 4444.0, 4451.0, 4432.0, 4450.0, 4420.0, 4441.0, 4432.0, 4441.0, 4420.0, 4443.0, 4421.0, 4440.0, 4409.0, 4430.0, 4410.0, 4430.0, 4451.0, 4422.0, 4449.0, 4410.0, 4440.0, 4410.0, 4430.0, 4411.0, 4422.0, 4414.0, 4422.0, 4422.0, 4421.0, 4422.0, 4433.0, 4423.0, 4443.0, 4433.0, 4443.0, 4422.0, 4434.0, 4432.0, 4442.0, 4465.0, 4432.0, 4473.0, 4444.0, 4461.0, 4411.0, 4440.0, 4419.0, 4420.0, 4422.0, 4421.0, 4420.0, 4442.0, 4424.0, 4431.0, 4421.0, 4442.0, 4426.0, 4461.0, 4433.0, 4460.0, 4434.0, 4453.0, 4434.0, 4474.0, 4423.0, 4460.0, 4421.0, 4451.0, 4421.0, 4443.0, 4421.0, 4429.0, 4420.0, 4418.0, 4421.0, 4431.0, 4423.0, 4433.0, 4432.0, 4442.0, 4426.0, 4446.0, 4436.0, 4445.0, 4434.0, 4444.0, 4423.0, 4443.0, 4424.0, 4446.0, 4425.0, 4447.0, 4425.0, 4443.0, 4433.0, 4448.0, 4436.0, 4447.0, 4456.0, 4446.0, 4486.0, 4435.0, 4485.0, 4435.0, 4456.0, 4443.0, 4455.0, 4472.0, 4432.0, 4470.0, 4422.0, 4450.0, 4422.0, 4452.0, 4433.0, 4414.0, 4432.0, 4423.0, 4432.0, 4434.0, 4444.0, 4434.0, 4466.0, 4436.0, 4485.0, 4435.0, 4474.0, 4421.0, 4434.0, 4470.0, 4431.0, 4469.0, 4433.0, 4471.0, 4421.0, 4448.0, 4419.0, 4439.0, 4420.0, 4438.0, 4420.0, 4429.0, 4420.0, 4439.0, 4421.0, 4441.0, 4420.0, 4431.0, 4410.0, 4421.0, 4461.0, 4419.0, 4447.0, 4419.0, 4436.0, 4408.0, 4426.0, 4410.0, 4422.0, 4421.0, 4431.0, 4422.0, 4433.0, 4452.0, 4431.0, 4453.0, 4423.0, 4443.0, 4409.0, 4431.0, 4411.0, 4429.0, 4462.0, 4420.0, 4450.0, 4418.0, 4450.0, 4409.0, 4438.0, 4407.0, 4427.0, 4410.0, 4418.0, 4409.0, 4430.0, 4410.0, 4429.0, 4408.0, 4430.0, 4411.0, 4441.0, 4410.0, 4419.0, 4408.0, 4430.0, 4421.0, 4441.0, 4420.0, 4460.0, 4421.0, 4439.0, 4419.0, 4431.0, 4407.0, 4430.0, 4428.0, 4428.0, 4447.0, 4418.0, 4440.0, 4419.0, 4429.0, 4419.0, 4430.0, 4421.0, 4430.0, 4423.0, 4434.0, 4433.0, 4431.0, 4441.0, 4422.0, 4443.0, 4422.0, 4445.0, 4424.0, 4444.0, 4443.0, 4434.0, 4463.0, 4435.0, 4455.0, 4435.0, 4453.0, 4423.0, 4435.0, 4454.0, 4444.0, 4474.0, 4444.0, 4474.0, 4433.0, 4460.0, 4434.0, 4453.0, 4433.0, 4463.0, 4424.0, 4455.0, 4424.0, 4434.0, 4484.0, 4453.0, 4482.0, 4429.0, 4460.0, 4419.0, 4440.0, 4410.0, 4432.0, 4460.0, 4418.0, 4437.0, 4410.0, 4429.0, 4421.0, 4419.0, 4412.0, 4432.0, 4421.0, 4432.0, 4432.0, 4434.0, 4441.0, 4434.0, 4443.0, 4434.0, 4445.0, 4425.0, 4447.0, 4444.0, 4444.0, 4473.0, 4433.0, 4453.0, 4426.0, 4444.0, 4422.0, 4432.0, 4422.0, 4442.0, 4474.0, 4434.0, 4452.0, 4424.0, 4443.0, 4421.0, 4433.0, 4413.0, 4431.0, 4411.0, 4433.0, 4421.0, 4453.0, 4424.0, 4472.0, 4452.0, 4473.0, 4443.0, 4441.0, 4432.0, 4450.0, 4430.0, 4450.0, 4432.0, 4451.0, 4419.0, 4439.0, 4410.0, 4449.0, 4409.0, 4425.0, 4398.0, 4419.0, 4397.0, 4418.0, 4447.0, 4419.0, 4456.0, 4415.0, 4436.0, 4404.0, 4433.0, 4405.0, 4425.0, 4407.0, 4417.0, 4396.0, 4417.0, 4405.0, 4419.0, 4427.0, 4417.0, 4437.0, 4417.0, 4438.0, 4409.0, 4430.0, 4427.0, 4418.0, 4459.0, 4420.0, 4438.0, 4410.0, 4417.0, 4426.0, 4416.0, 4459.0, 4416.0, 4437.0, 4409.0, 4419.0, 4408.0, 4428.0, 4439.0, 4418.0, 4431.0, 4409.0, 4421.0, 4421.0, 4435.0, 4423.0, 4432.0, 4421.0, 4435.0, 4454.0, 4434.0, 4444.0, 4423.0, 4443.0, 4424.0, 4446.0, 4484.0, 4425.0, 4462.0, 4432.0, 4451.0, 4410.0, 4422.0, 4431.0, 4431.0, 4440.0, 4420.0, 4438.0, 4408.0, 4429.0, 4413.0, 4420.0, 4423.0, 4434.0, 4424.0, 4435.0, 4436.0, 4435.0, 4437.0, 4436.0, 4436.0, 4465.0, 4438.0, 4465.0, 4446.0, 4468.0, 4447.0, 4476.0, 4448.0, 4487.0, 4446.0, 4474.0, 4425.0, 4453.0, 4423.0, 4463.0, 4413.0, 4440.0, 4411.0, 4432.0, 4412.0, 4432.0, 4422.0, 4431.0, 4411.0, 4432.0, 4420.0, 4433.0, 4423.0, 4431.0, 4421.0, 4433.0, 4422.0, 4432.0, 4453.0, 4434.0, 4462.0, 4443.0, 4471.0, 4432.0, 4452.0, 4432.0, 4451.0, 4433.0, 4462.0, 4422.0, 4452.0, 4423.0, 4443.0, 4433.0, 4451.0, 4421.0, 4451.0, 4421.0, 4432.0, 4413.0, 4432.0, 4449.0, 4434.0, 4471.0, 4452.0, 4470.0, 4441.0, 4440.0, 4441.0, 4408.0, 4440.0, 4416.0, 4408.0, 4468.0, 4426.0, 4445.0, 4396.0, 4406.0, 4405.0, 4406.0, 4424.0, 4406.0, 4415.0, 4407.0, 4416.0, 4419.0, 4428.0, 4430.0, 4409.0, 4421.0, 4420.0, 4441.0, 4430.0, 4441.0, 4421.0, 4460.0, 4420.0, 4459.0, 4429.0, 4450.0, 4408.0, 4447.0, 4407.0, 4437.0, 4416.0, 4414.0, 4395.0, 4403.0, 4395.0, 4417.0, 4407.0, 4407.0, 4407.0, 4407.0, 4397.0, 4419.0, 4408.0, 4421.0, 4420.0, 4421.0, 4421.0, 4422.0, 4443.0, 4424.0, 4444.0, 4422.0, 4434.0, 4454.0, 4433.0, 4452.0, 4432.0, 4453.0, 4422.0, 4453.0, 4424.0, 4440.0, 4421.0, 4433.0, 4422.0, 4422.0, 4421.0, 4433.0, 4451.0, 4433.0, 4442.0, 4423.0, 4440.0, 4413.0, 4432.0, 4411.0, 4433.0, 4421.0, 4432.0, 4462.0, 4431.0, 4462.0, 4421.0, 4442.0, 4410.0, 4432.0, 4410.0, 4421.0, 4421.0, 4413.0, 4422.0, 4432.0, 4435.0, 4425.0, 4426.0, 4437.0, 4437.0, 4436.0, 4446.0, 4438.0, 4445.0, 4439.0, 4489.0, 4437.0, 4486.0, 4425.0, 4464.0, 4423.0, 4450.0, 4422.0, 4442.0, 4420.0, 4430.0, 4409.0, 4420.0, 4410.0, 4420.0, 4410.0, 4440.0, 4421.0, 4451.0, 4422.0, 4431.0, 4411.0, 4421.0, 4450.0, 4422.0, 4460.0, 4431.0, 4449.0, 4409.0, 4428.0, 4410.0, 4419.0, 4411.0, 4433.0, 4422.0, 4432.0, 4423.0, 4422.0, 4441.0, 4422.0, 4441.0, 4436.0, 4459.0, 4436.0, 4436.0, 4441.0, 4434.0, 4450.0, 4420.0, 4459.0, 4419.0, 4461.0, 4420.0, 4450.0, 4406.0, 4408.0, 4397.0, 4409.0, 4407.0, 4419.0, 4406.0, 4419.0, 4410.0, 4429.0, 4411.0, 4422.0, 4423.0, 4445.0, 4424.0, 4466.0, 4424.0, 4464.0, 4412.0, 4442.0, 4422.0, 4433.0, 4462.0, 4420.0, 4469.0, 4419.0, 4450.0, 4408.0, 4438.0, 4407.0, 4408.0, 4399.0, 4408.0, 4398.0, 4419.0, 4398.0, 4419.0, 4398.0, 4420.0, 4411.0, 4433.0, 4412.0, 4435.0, 4412.0, 4423.0, 4472.0, 4421.0, 4463.0, 4424.0, 4442.0, 4411.0, 4431.0, 4409.0, 4421.0, 4419.0, 4419.0, 4441.0, 4421.0, 4429.0, 4422.0, 4410.0, 4432.0, 4430.0, 4424.0, 4443.0, 4424.0, 4436.0, 4414.0, 4434.0, 4410.0, 4421.0, 4463.0, 4422.0, 4443.0, 4412.0, 4431.0, 4410.0, 4420.0, 4451.0, 4421.0, 4438.0, 4420.0, 4441.0, 4422.0, 4430.0, 4421.0, 4442.0, 4435.0, 4427.0, 4445.0, 4436.0, 4476.0, 4437.0, 4425.0, 4434.0, 4422.0, 4434.0, 4452.0, 4423.0, 4474.0, 4436.0, 4464.0, 4423.0, 4455.0, 4410.0, 4422.0, 4411.0, 4417.0, 4471.0, 4431.0, 4468.0, 4441.0, 4447.0, 4418.0, 4438.0, 4418.0, 4436.0, 4418.0, 4437.0, 4408.0, 4446.0, 4407.0, 4434.0, 4406.0, 4425.0, 4407.0, 4425.0, 4404.0, 4423.0, 4407.0, 4415.0, 4420.0, 4418.0, 4419.0, 4409.0, 4420.0, 4418.0, 4422.0, 4440.0, 4423.0, 4441.0, 4421.0, 4461.0, 4423.0, 4453.0, 4420.0, 4439.0, 4411.0, 4432.0, 4408.0, 4452.0, 4422.0, 4471.0, 4441.0, 4451.0, 4441.0, 4410.0, 4449.0, 4421.0, 4441.0, 4421.0, 4430.0, 4422.0, 4442.0, 4421.0, 4440.0, 4420.0, 4441.0, 4418.0, 4459.0, 4410.0, 4447.0, 4418.0, 4427.0, 4418.0, 4427.0, 4417.0, 4447.0, 4416.0, 4436.0, 4404.0, 4385.0, 4405.0, 4405.0, 4394.0, 4406.0, 4406.0, 4419.0, 4408.0, 4438.0, 4405.0, 4425.0, 4405.0, 4416.0, 4405.0, 4434.0, 4404.0, 4413.0, 4406.0, 4415.0, 4408.0, 4416.0, 4419.0, 4429.0, 4419.0, 4427.0, 4421.0, 4440.0, 4421.0, 4440.0, 4421.0, 4431.0, 4413.0, 4442.0, 4413.0, 4451.0, 4423.0, 4411.0, 4422.0, 4426.0, 4434.0, 4437.0, 4438.0, 4450.0, 4448.0, 4449.0, 4448.0, 4449.0, 4466.0, 4437.0, 4474.0, 4445.0, 4473.0, 4454.0, 4462.0, 4432.0, 4461.0], 'WindowWidth': [9830.0, 9812.0, 9779.0, 9801.0, 9807.0, 9779.0, 9801.0, 9760.0, 9788.0, 9777.0, 9790.0, 9760.0, 9792.0, 9762.0, 9786.0, 9745.0, 9774.0, 9746.0, 9774.0, 9803.0, 9763.0, 9798.0, 9747.0, 9786.0, 9747.0, 9773.0, 9750.0, 9765.0, 9755.0, 9765.0, 9766.0, 9763.0, 9768.0, 9782.0, 9769.0, 9797.0, 9783.0, 9797.0, 9766.0, 9783.0, 9780.0, 9793.0, 9828.0, 9781.0, 9834.0, 9797.0, 9816.0, 9750.0, 9786.0, 9758.0, 9760.0, 9765.0, 9762.0, 9761.0, 9791.0, 9769.0, 9777.0, 9766.0, 9793.0, 9776.0, 9818.0, 9784.0, 9816.0, 9785.0, 9809.0, 9787.0, 9837.0, 9768.0, 9815.0, 9764.0, 9802.0, 9763.0, 9795.0, 9762.0, 9770.0, 9760.0, 9756.0, 9766.0, 9778.0, 9770.0, 9783.0, 9783.0, 9796.0, 9778.0, 9805.0, 9793.0, 9804.0, 9788.0, 9803.0, 9771.0, 9797.0, 9773.0, 9804.0, 9776.0, 9809.0, 9776.0, 9799.0, 9787.0, 9809.0, 9794.0, 9810.0, 9820.0, 9807.0, 9861.0, 9791.0, 9858.0, 9789.0, 9818.0, 9795.0, 9814.0, 9837.0, 9779.0, 9834.0, 9765.0, 9803.0, 9767.0, 9807.0, 9783.0, 9756.0, 9780.0, 9769.0, 9780.0, 9786.0, 9800.0, 9788.0, 9831.0, 9792.0, 9859.0, 9787.0, 9843.0, 9765.0, 9784.0, 9830.0, 9776.0, 9828.0, 9781.0, 9833.0, 9760.0, 9796.0, 9757.0, 9784.0, 9759.0, 9782.0, 9759.0, 9771.0, 9762.0, 9784.0, 9764.0, 9789.0, 9760.0, 9775.0, 9745.0, 9762.0, 9818.0, 9757.0, 9793.0, 9756.0, 9777.0, 9742.0, 9764.0, 9748.0, 9766.0, 9765.0, 9778.0, 9766.0, 9783.0, 9809.0, 9779.0, 9809.0, 9769.0, 9795.0, 9746.0, 9777.0, 9749.0, 9771.0, 9821.0, 9760.0, 9801.0, 9758.0, 9799.0, 9746.0, 9783.0, 9741.0, 9768.0, 9746.0, 9755.0, 9743.0, 9773.0, 9747.0, 9771.0, 9744.0, 9773.0, 9747.0, 9789.0, 9746.0, 9756.0, 9743.0, 9773.0, 9763.0, 9789.0, 9762.0, 9815.0, 9763.0, 9785.0, 9758.0, 9776.0, 9741.0, 9774.0, 9767.0, 9767.0, 9794.0, 9754.0, 9785.0, 9758.0, 9770.0, 9759.0, 9773.0, 9764.0, 9777.0, 9768.0, 9785.0, 9782.0, 9779.0, 9792.0, 9770.0, 9797.0, 9771.0, 9804.0, 9774.0, 9801.0, 9799.0, 9787.0, 9825.0, 9789.0, 9816.0, 9788.0, 9811.0, 9770.0, 9787.0, 9813.0, 9799.0, 9842.0, 9801.0, 9840.0, 9784.0, 9818.0, 9786.0, 9810.0, 9784.0, 9823.0, 9773.0, 9816.0, 9773.0, 9785.0, 9855.0, 9809.0, 9852.0, 9772.0, 9815.0, 9758.0, 9788.0, 9745.0, 9779.0, 9814.0, 9755.0, 9780.0, 9746.0, 9772.0, 9763.0, 9760.0, 9752.0, 9780.0, 9764.0, 9782.0, 9782.0, 9786.0, 9794.0, 9788.0, 9796.0, 9788.0, 9801.0, 9777.0, 9809.0, 9800.0, 9801.0, 9840.0, 9785.0, 9810.0, 9777.0, 9800.0, 9768.0, 9782.0, 9768.0, 9793.0, 9840.0, 9784.0, 9807.0, 9771.0, 9794.0, 9764.0, 9781.0, 9753.0, 9776.0, 9750.0, 9782.0, 9766.0, 9811.0, 9770.0, 9837.0, 9809.0, 9838.0, 9795.0, 9789.0, 9777.0, 9801.0, 9775.0, 9801.0, 9778.0, 9803.0, 9760.0, 9785.0, 9746.0, 9797.0, 9742.0, 9759.0, 9725.0, 9754.0, 9724.0, 9753.0, 9791.0, 9753.0, 9802.0, 9744.0, 9774.0, 9729.0, 9766.0, 9731.0, 9758.0, 9735.0, 9749.0, 9721.0, 9751.0, 9733.0, 9755.0, 9766.0, 9753.0, 9778.0, 9752.0, 9781.0, 9743.0, 9772.0, 9766.0, 9755.0, 9810.0, 9758.0, 9780.0, 9743.0, 9751.0, 9762.0, 9750.0, 9809.0, 9749.0, 9778.0, 9741.0, 9755.0, 9740.0, 9770.0, 9783.0, 9755.0, 9773.0, 9745.0, 9762.0, 9766.0, 9787.0, 9770.0, 9781.0, 9766.0, 9787.0, 9813.0, 9786.0, 9799.0, 9772.0, 9797.0, 9773.0, 9803.0, 9856.0, 9773.0, 9819.0, 9779.0, 9804.0, 9747.0, 9763.0, 9775.0, 9775.0, 9787.0, 9759.0, 9781.0, 9744.0, 9771.0, 9754.0, 9763.0, 9770.0, 9786.0, 9773.0, 9789.0, 9792.0, 9791.0, 9795.0, 9793.0, 9795.0, 9832.0, 9799.0, 9831.0, 9807.0, 9837.0, 9810.0, 9845.0, 9811.0, 9862.0, 9804.0, 9840.0, 9774.0, 9811.0, 9767.0, 9823.0, 9753.0, 9788.0, 9750.0, 9779.0, 9751.0, 9778.0, 9764.0, 9777.0, 9751.0, 9779.0, 9762.0, 9783.0, 9768.0, 9779.0, 9764.0, 9783.0, 9766.0, 9781.0, 9810.0, 9786.0, 9824.0, 9797.0, 9835.0, 9780.0, 9807.0, 9782.0, 9805.0, 9783.0, 9819.0, 9766.0, 9805.0, 9771.0, 9796.0, 9782.0, 9805.0, 9764.0, 9804.0, 9765.0, 9779.0, 9753.0, 9778.0, 9800.0, 9782.0, 9833.0, 9807.0, 9829.0, 9790.0, 9784.0, 9788.0, 9737.0, 9783.0, 9746.0, 9738.0, 9822.0, 9761.0, 9785.0, 9717.0, 9733.0, 9728.0, 9731.0, 9753.0, 9732.0, 9742.0, 9736.0, 9745.0, 9755.0, 9765.0, 9772.0, 9743.0, 9760.0, 9759.0, 9789.0, 9774.0, 9789.0, 9762.0, 9813.0, 9759.0, 9807.0, 9769.0, 9798.0, 9738.0, 9790.0, 9735.0, 9777.0, 9745.0, 9741.0, 9716.0, 9724.0, 9717.0, 9747.0, 9737.0, 9737.0, 9736.0, 9736.0, 9723.0, 9756.0, 9740.0, 9760.0, 9760.0, 9764.0, 9764.0, 9766.0, 9795.0, 9770.0, 9798.0, 9768.0, 9786.0, 9810.0, 9780.0, 9805.0, 9779.0, 9808.0, 9767.0, 9808.0, 9769.0, 9788.0, 9763.0, 9779.0, 9764.0, 9764.0, 9764.0, 9782.0, 9803.0, 9779.0, 9792.0, 9767.0, 9788.0, 9754.0, 9779.0, 9750.0, 9781.0, 9762.0, 9778.0, 9820.0, 9777.0, 9818.0, 9762.0, 9791.0, 9748.0, 9777.0, 9746.0, 9761.0, 9761.0, 9752.0, 9767.0, 9780.0, 9788.0, 9774.0, 9777.0, 9795.0, 9793.0, 9792.0, 9804.0, 9796.0, 9803.0, 9801.0, 9867.0, 9795.0, 9857.0, 9773.0, 9827.0, 9767.0, 9802.0, 9763.0, 9791.0, 9760.0, 9772.0, 9742.0, 9756.0, 9747.0, 9760.0, 9747.0, 9787.0, 9763.0, 9803.0, 9765.0, 9775.0, 9750.0, 9764.0, 9802.0, 9763.0, 9813.0, 9775.0, 9796.0, 9743.0, 9768.0, 9745.0, 9758.0, 9749.0, 9780.0, 9767.0, 9780.0, 9767.0, 9768.0, 9787.0, 9762.0, 9789.0, 9793.0, 9827.0, 9795.0, 9791.0, 9791.0, 9782.0, 9799.0, 9757.0, 9811.0, 9755.0, 9814.0, 9758.0, 9800.0, 9734.0, 9739.0, 9721.0, 9740.0, 9736.0, 9753.0, 9734.0, 9755.0, 9743.0, 9769.0, 9751.0, 9767.0, 9770.0, 9800.0, 9771.0, 9827.0, 9771.0, 9822.0, 9750.0, 9792.0, 9762.0, 9778.0, 9818.0, 9757.0, 9825.0, 9756.0, 9798.0, 9740.0, 9778.0, 9735.0, 9737.0, 9725.0, 9738.0, 9724.0, 9753.0, 9724.0, 9753.0, 9724.0, 9757.0, 9748.0, 9779.0, 9752.0, 9785.0, 9752.0, 9767.0, 9833.0, 9763.0, 9819.0, 9767.0, 9792.0, 9746.0, 9775.0, 9742.0, 9758.0, 9755.0, 9755.0, 9787.0, 9761.0, 9769.0, 9762.0, 9746.0, 9779.0, 9775.0, 9772.0, 9795.0, 9771.0, 9787.0, 9756.0, 9783.0, 9748.0, 9763.0, 9821.0, 9763.0, 9793.0, 9750.0, 9774.0, 9744.0, 9759.0, 9801.0, 9760.0, 9780.0, 9760.0, 9786.0, 9763.0, 9771.0, 9763.0, 9794.0, 9786.0, 9777.0, 9801.0, 9791.0, 9844.0, 9791.0, 9773.0, 9784.0, 9767.0, 9785.0, 9807.0, 9768.0, 9839.0, 9789.0, 9825.0, 9769.0, 9812.0, 9746.0, 9764.0, 9746.0, 9753.0, 9831.0, 9774.0, 9826.0, 9786.0, 9791.0, 9752.0, 9779.0, 9751.0, 9774.0, 9751.0, 9775.0, 9736.0, 9785.0, 9734.0, 9767.0, 9733.0, 9754.0, 9734.0, 9755.0, 9728.0, 9752.0, 9734.0, 9744.0, 9757.0, 9751.0, 9756.0, 9741.0, 9759.0, 9754.0, 9764.0, 9784.0, 9766.0, 9788.0, 9763.0, 9814.0, 9766.0, 9803.0, 9759.0, 9782.0, 9748.0, 9775.0, 9741.0, 9802.0, 9762.0, 9830.0, 9791.0, 9802.0, 9787.0, 9744.0, 9797.0, 9761.0, 9786.0, 9761.0, 9772.0, 9762.0, 9789.0, 9762.0, 9784.0, 9760.0, 9787.0, 9754.0, 9807.0, 9742.0, 9788.0, 9751.0, 9760.0, 9750.0, 9762.0, 9750.0, 9787.0, 9745.0, 9769.0, 9724.0, 9701.0, 9727.0, 9727.0, 9713.0, 9731.0, 9731.0, 9752.0, 9737.0, 9774.0, 9729.0, 9753.0, 9730.0, 9742.0, 9729.0, 9765.0, 9725.0, 9735.0, 9730.0, 9741.0, 9736.0, 9744.0, 9753.0, 9766.0, 9755.0, 9765.0, 9759.0, 9783.0, 9760.0, 9785.0, 9761.0, 9774.0, 9750.0, 9789.0, 9751.0, 9801.0, 9765.0, 9747.0, 9764.0, 9775.0, 9785.0, 9795.0, 9797.0, 9816.0, 9809.0, 9813.0, 9808.0, 9812.0, 9829.0, 9790.0, 9841.0, 9800.0, 9837.0, 9810.0, 9819.0, 9776.0, 9815.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.00022149425287356318</td></tr>
<tr><td colspan=3>aqi</td><td>0.018378049885057472</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.47918071681239</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3219260732105866</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.993249763613349</td></tr>
<tr><td colspan=3>efc</td><td>0.4815</td></tr>
<tr><td colspan=3>fber</td><td>8094.6514</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.05428036927898689</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>5</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.5747126436781609</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.478498822238199</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.397884942829968</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7142819352864755</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3233295885981526</td></tr>
<tr><td colspan=3>gcor</td><td>0.0158976</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00798641238361597</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03922237083315849</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.9414876657137947</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>14.1912</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.2743</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>194.9865</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298171.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>1027.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>385.1696</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5892</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>498.9043</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3633.0303</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3859.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78373.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1212.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4713.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>979.0657</td></tr>
<tr><td colspan=3>tsnr</td><td>47.84534455859102</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>