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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>11:13:16.842500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999072, -0.0239215, 0.0358115, 0.0205787, 0.995641, 0.0909652]</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-03_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.0969932</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4155, -7760, -7264, 540, -88, -250, -23, 15]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>246.974</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c1a69601-f593-427a-bdbc-a3d794b40fa4||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6804378032684326, 0.05521111935377121, 0.1021447703242302, 105.10557556152344], [0.06417951732873917, 2.6712331771850586, 0.2433883100748062, -102.5382080078125], [0.09607954323291779, -0.24405288696289062, 2.6870670318603516, -66.02936553955078], [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': ['111316.842500', '111317.302500', '111317.762500', '111318.222500', '111318.682500', '111319.142500', '111319.602500', '111320.062500', '111320.522500', '111320.982500', '111321.442500', '111321.902500', '111322.362500', '111322.822500', '111323.282500', '111323.742500', '111324.202500', '111324.662500', '111325.122500', '111325.582500', '111326.042500', '111326.502500', '111326.962500', '111327.422500', '111327.882500', '111328.342500', '111328.802500', '111329.262500', '111329.722500', '111330.182500', '111330.642500', '111331.102500', '111331.562500', '111332.022500', '111332.482500', '111332.942500', '111333.402500', '111333.862500', '111334.322500', '111334.782500', '111335.242500', '111335.702500', '111336.162500', '111336.622500', '111337.082500', '111337.542500', '111338.002500', '111338.462500', '111338.922500', '111339.382500', '111339.842500', '111340.302500', '111340.762500', '111341.222500', '111341.682500', '111342.142500', '111342.602500', '111343.062500', '111343.522500', '111343.982500', '111344.442500', '111344.902500', '111345.362500', '111345.822500', '111346.282500', '111346.742500', '111347.202500', '111347.662500', '111348.122500', '111348.582500', '111349.042500', '111349.502500', '111349.962500', '111350.422500', '111350.882500', '111351.342500', '111351.802500', '111352.262500', '111352.722500', '111353.182500', '111353.642500', '111354.102500', '111354.562500', '111355.022500', '111355.482500', '111355.942500', '111356.402500', '111356.862500', '111357.322500', '111357.782500', '111358.242500', '111358.702500', '111359.162500', '111359.622500', '111400.082500', '111400.542500', '111401.002500', '111401.462500', '111401.922500', '111402.382500', '111402.842500', '111403.302500', '111403.762500', '111404.222500', '111404.682500', '111405.142500', '111405.602500', '111406.062500', '111406.522500', '111406.982500', '111407.442500', '111407.902500', '111408.362500', '111408.822500', '111409.282500', '111409.742500', '111410.202500', '111410.662500', '111411.122500', '111411.582500', '111412.042500', '111412.502500', '111412.962500', '111413.422500', '111413.882500', '111414.342500', '111414.802500', '111415.262500', '111415.722500', '111416.182500', '111416.642500', '111417.102500', '111417.562500', '111418.022500', '111418.482500', '111418.942500', '111419.402500', '111419.862500', '111420.322500', '111420.782500', '111421.242500', '111421.702500', '111422.162500', '111422.622500', '111423.082500', '111423.542500', '111424.002500', '111424.462500', '111424.922500', '111425.382500', '111425.842500', '111426.302500', '111426.762500', '111427.222500', '111427.682500', '111428.142500', '111428.602500', '111429.062500', '111429.522500', '111429.982500', '111430.442500', '111430.902500', '111431.362500', '111431.822500', '111432.282500', '111432.742500', '111433.202500', '111433.662500', '111434.122500', '111434.582500', '111435.042500', '111435.502500', '111435.962500', '111436.422500', '111436.882500', '111437.342500', '111437.802500', '111438.262500', '111438.722500', '111439.182500', '111439.642500', '111440.102500', '111440.562500', '111441.022500', '111441.482500', '111441.942500', '111442.402500', '111442.862500', '111443.322500', '111443.782500', '111444.242500', '111444.702500', '111445.162500', '111445.622500', '111446.082500', '111446.542500', '111447.002500', '111447.462500', '111447.922500', '111448.382500', '111448.842500', '111449.302500', '111449.762500', '111450.222500', '111450.682500', '111451.142500', '111451.602500', '111452.062500', '111452.522500', '111452.982500', '111453.442500', '111453.902500', '111454.362500', '111454.822500', '111455.282500', '111455.742500', '111456.202500', '111456.662500', '111457.122500', '111457.582500', '111458.042500', '111458.502500', '111458.962500', '111459.422500', '111459.882500', '111500.342500', '111500.802500', '111501.262500', '111501.722500', '111502.182500', '111502.642500', '111503.102500', '111503.562500', '111504.022500', '111504.482500', '111504.942500', '111505.402500', '111505.862500', '111506.322500', '111506.782500', '111507.242500', '111507.702500', '111508.162500', '111508.622500', '111509.082500', '111509.542500', '111510.002500', '111510.462500', '111510.922500', '111511.382500', '111511.842500', '111512.302500', '111512.762500', '111513.222500', '111513.682500', '111514.142500', '111514.602500', '111515.062500', '111515.522500', '111515.982500', '111516.442500', '111516.902500', '111517.362500', '111517.822500', '111518.282500', '111518.742500', '111519.202500', '111519.662500', '111520.122500', '111520.582500', '111521.042500', '111521.502500', '111521.962500', '111522.422500', '111522.882500', '111523.342500', '111523.802500', '111524.262500', '111524.722500', '111525.182500', '111525.642500', '111526.102500', '111526.562500', '111527.022500', '111527.482500', '111527.942500', '111528.402500', '111528.862500', '111529.322500', '111529.782500', '111530.242500', '111530.702500', '111531.162500', '111531.622500', '111532.082500', '111532.542500', '111533.002500', '111533.462500', '111533.922500', '111534.382500', '111534.842500', '111535.302500', '111535.762500', '111536.222500', '111536.682500', '111537.142500', '111537.602500', '111538.062500', '111538.522500', '111538.982500', '111539.442500', '111539.902500', '111540.362500', '111540.822500', '111541.282500', '111541.742500', '111542.202500', '111542.662500', '111543.122500', '111543.582500', '111544.042500', '111544.502500', '111544.962500', '111545.422500', '111545.882500', '111546.342500', '111546.802500', '111547.262500', '111547.722500', '111548.182500', '111548.642500', '111549.102500', '111549.562500', '111550.022500', '111550.482500', '111550.942500', '111551.402500', '111551.862500', '111552.322500', '111552.782500', '111553.242500', '111553.702500', '111554.162500', '111554.622500', '111555.082500', '111555.542500', '111556.002500', '111556.462500', '111556.922500', '111557.382500', '111557.842500', '111558.302500', '111558.762500', '111559.222500', '111559.682500', '111600.142500', '111600.602500', '111601.062500', '111601.522500', '111601.982500', '111602.442500', '111602.902500', '111603.362500', '111603.822500', '111604.282500', '111604.742500', '111605.202500', '111605.662500', '111606.122500', '111606.582500', '111607.042500', '111607.502500', '111607.962500', '111608.422500', '111608.882500', '111609.342500', '111609.802500', '111610.262500', '111610.722500', '111611.182500', '111611.642500', '111612.102500', '111612.562500', '111613.022500', '111613.482500', '111613.942500', '111614.402500', '111614.862500', '111615.322500', '111615.782500', '111616.242500', '111616.702500', '111617.162500', '111617.622500', '111618.082500', '111618.542500', '111619.002500', '111619.462500', '111619.922500', '111620.382500', '111620.842500', '111621.302500', '111621.762500', '111622.222500', '111622.682500', '111623.142500', '111623.602500', '111624.062500', '111624.522500', '111624.982500', '111625.442500', '111625.902500', '111626.362500', '111626.822500', '111627.282500', '111627.742500', '111628.202500', '111628.662500', '111629.122500', '111629.582500', '111630.042500', '111630.502500', '111630.962500', '111631.422500', '111631.882500', '111632.342500', '111632.802500', '111633.262500', '111633.722500', '111634.182500', '111634.642500', '111635.102500', '111635.562500', '111636.022500', '111636.482500', '111636.942500', '111637.402500', '111637.862500', '111638.322500', '111638.782500', '111639.242500', '111639.702500', '111640.162500', '111640.622500', '111641.082500', '111641.542500', '111642.002500', '111642.462500', '111642.922500', '111643.382500', '111643.842500', '111644.302500', '111644.762500', '111645.222500', '111645.682500', '111646.142500', '111646.602500', '111647.062500', '111647.522500', '111647.982500', '111648.442500', '111648.902500', '111649.362500', '111649.822500', '111650.282500', '111650.742500', '111651.202500', '111651.662500', '111652.122500', '111652.582500', '111653.042500', '111653.502500', '111653.962500', '111654.422500', '111654.882500', '111655.342500', '111655.802500', '111656.262500', '111656.722500', '111657.182500', '111657.642500', '111658.102500', '111658.562500', '111659.022500', '111659.482500', '111659.942500', '111700.402500', '111700.862500', '111701.322500', '111701.782500', '111702.242500', '111702.702500', '111703.162500', '111703.622500', '111704.082500', '111704.542500', '111705.002500', '111705.462500', '111705.922500', '111706.382500', '111706.842500', '111707.302500', '111707.762500', '111708.222500', '111708.682500', '111709.142500', '111709.602500', '111710.062500', '111710.522500', '111710.982500', '111711.442500', '111711.902500', '111712.362500', '111712.822500', '111713.282500', '111713.742500', '111714.202500', '111714.662500', '111715.122500', '111715.582500', '111716.042500', '111716.502500', '111716.962500', '111717.422500', '111717.882500', '111718.342500', '111718.802500', '111719.262500', '111719.722500', '111720.182500', '111720.642500', '111721.102500', '111721.562500', '111722.022500', '111722.482500', '111722.942500', '111723.402500', '111723.862500', '111724.322500', '111724.782500', '111725.242500', '111725.702500', '111726.162500', '111726.622500', '111727.082500', '111727.542500', '111728.002500', '111728.462500', '111728.922500', '111729.382500', '111729.842500', '111730.302500', '111730.762500', '111731.222500', '111731.682500', '111732.142500', '111732.602500', '111733.062500', '111733.522500', '111733.982500', '111734.442500', '111734.902500', '111735.362500', '111735.822500', '111736.282500', '111736.742500', '111737.202500', '111737.662500', '111738.122500', '111738.582500', '111739.042500', '111739.502500', '111739.962500', '111740.422500', '111740.882500', '111741.342500', '111741.802500', '111742.262500', '111742.722500', '111743.182500', '111743.642500', '111744.102500', '111744.562500', '111745.022500', '111745.482500', '111745.942500', '111746.402500', '111746.862500', '111747.322500', '111747.782500', '111748.242500', '111748.702500', '111749.162500', '111749.622500', '111750.082500', '111750.542500', '111751.002500', '111751.462500', '111751.922500', '111752.382500', '111752.842500', '111753.302500', '111753.762500', '111754.222500', '111754.682500', '111755.142500', '111755.602500', '111756.062500', '111756.522500', '111756.982500', '111757.442500', '111757.902500', '111758.362500', '111758.822500', '111759.282500', '111759.742500', '111800.202500', '111800.662500', '111801.122500', '111801.582500', '111802.042500', '111802.502500', '111802.962500', '111803.422500', '111803.882500', '111804.342500', '111804.802500', '111805.262500', '111805.722500', '111806.182500', '111806.642500', '111807.102500', '111807.562500', '111808.022500', '111808.482500', '111808.942500', '111809.402500', '111809.862500', '111810.322500', '111810.782500', '111811.242500', '111811.702500', '111812.162500', '111812.622500', '111813.082500', '111813.542500', '111814.002500', '111814.462500', '111814.922500', '111815.382500', '111815.842500', '111816.302500', '111816.762500', '111817.222500', '111817.682500', '111818.142500', '111818.602500', '111819.062500', '111819.522500', '111819.982500', '111820.442500', '111820.902500', '111821.362500', '111821.822500', '111822.282500', '111822.742500', '111823.202500', '111823.662500', '111824.122500', '111824.582500', '111825.042500', '111825.502500', '111825.962500', '111826.422500', '111826.882500', '111827.342500', '111827.802500', '111828.262500', '111828.722500', '111829.182500', '111829.642500', '111830.102500', '111830.562500', '111831.022500', '111831.482500', '111831.942500', '111832.402500', '111832.862500', '111833.322500', '111833.782500', '111834.242500', '111834.702500', '111835.162500', '111835.622500', '111836.082500', '111836.542500', '111837.002500', '111837.462500', '111837.922500', '111838.382500', '111838.842500', '111839.302500', '111839.762500', '111840.222500', '111840.682500', '111841.142500', '111841.602500', '111842.062500', '111842.522500', '111842.982500', '111843.442500', '111843.902500', '111844.362500', '111844.822500', '111845.282500', '111845.742500', '111846.202500', '111846.662500', '111847.122500', '111847.582500', '111848.042500', '111848.502500', '111848.962500', '111849.422500', '111849.882500', '111850.342500', '111850.802500', '111851.262500', '111851.722500', '111852.182500', '111852.642500', '111853.102500', '111853.562500', '111854.022500', '111854.482500', '111854.942500', '111855.402500', '111855.862500', '111856.322500', '111856.782500', '111857.242500', '111857.702500', '111858.162500', '111858.622500', '111859.082500', '111859.542500', '111900.002500', '111900.462500', '111900.922500', '111901.382500', '111901.842500', '111902.302500', '111902.762500', '111903.222500', '111903.682500', '111904.142500', '111904.602500', '111905.062500', '111905.522500', '111905.982500', '111906.442500', '111906.902500', '111907.362500', '111907.822500', '111908.282500', '111908.742500', '111909.202500', '111909.662500', '111910.122500', '111910.582500', '111911.042500', '111911.502500', '111911.962500', '111912.422500', '111912.882500', '111913.342500', '111913.802500', '111914.262500', '111914.722500', '111915.182500', '111915.642500', '111916.102500', '111916.562500', '111917.022500', '111917.482500', '111917.942500', '111918.402500', '111918.862500', '111919.322500', '111919.782500', '111920.242500', '111920.702500', '111921.162500', '111921.622500', '111922.082500', '111922.542500', '111923.002500', '111923.462500', '111923.922500', '111924.382500', '111924.842500', '111925.302500', '111925.762500', '111926.222500', '111926.682500', '111927.142500', '111927.602500', '111928.062500', '111928.522500', '111928.982500', '111929.442500', '111929.902500', '111930.362500', '111930.822500', '111931.282500', '111931.742500', '111932.202500', '111932.662500', '111933.122500', '111933.582500', '111934.042500', '111934.502500', '111934.962500', '111935.422500', '111935.882500', '111936.342500', '111936.802500', '111937.262500', '111937.722500', '111938.182500', '111938.642500', '111939.102500', '111939.562500', '111940.022500', '111940.482500', '111940.942500', '111941.402500', '111941.862500', '111942.322500', '111942.782500', '111943.242500', '111943.702500', '111944.162500', '111944.622500', '111945.082500', '111945.542500', '111946.002500', '111946.462500', '111946.922500', '111947.382500', '111947.842500', '111948.302500', '111948.762500', '111949.222500', '111949.682500', '111950.142500', '111950.602500', '111951.062500', '111951.522500', '111951.982500', '111952.442500', '111952.902500', '111953.362500', '111953.822500', '111954.282500', '111954.742500', '111955.202500', '111955.662500', '111956.122500', '111956.582500', '111957.042500', '111957.502500'], 'ContentTime': ['111333.449000', '111333.452000', '111333.454000', '111333.457000', '111333.460000', '111333.462000', '111333.465000', '111333.467000', '111333.470000', '111333.472000', '111333.475000', '111333.477000', '111333.480000', '111333.482000', '111333.485000', '111333.488000', '111333.490000', '111333.493000', '111333.495000', '111333.498000', '111333.500000', '111333.503000', '111333.505000', '111333.508000', '111333.510000', '111333.513000', '111333.516000', '111333.518000', '111333.521000', '111333.530000', '111333.532000', '111333.535000', '111333.538000', '111353.419000', '111353.425000', '111353.428000', '111353.430000', '111353.433000', '111353.436000', '111353.438000', '111353.441000', '111353.443000', '111353.446000', '111353.449000', '111353.451000', '111353.454000', '111353.457000', '111353.460000', '111353.462000', '111353.465000', '111353.468000', '111353.471000', '111353.473000', '111353.476000', '111353.479000', '111353.482000', '111353.484000', '111353.487000', '111353.490000', '111353.492000', '111353.495000', '111353.498000', '111353.500000', '111353.503000', '111353.506000', '111353.508000', '111353.511000', '111353.513000', '111353.516000', '111353.518000', '111353.521000', '111353.524000', '111353.526000', '111353.529000', '111353.532000', '111353.535000', '111353.537000', '111413.418000', '111413.421000', '111413.424000', '111413.426000', '111413.429000', '111413.431000', '111413.434000', '111413.437000', '111413.439000', '111413.442000', '111413.444000', '111413.447000', '111413.449000', '111413.452000', '111413.454000', '111413.457000', '111413.459000', '111413.462000', '111413.465000', '111413.467000', '111413.470000', '111413.482000', '111413.485000', '111413.488000', '111413.490000', '111413.493000', '111413.495000', '111413.502000', '111413.505000', '111413.507000', '111413.510000', '111413.512000', '111413.515000', '111413.517000', '111413.520000', '111413.523000', '111413.525000', '111413.528000', '111413.530000', '111413.533000', '111413.535000', '111413.538000', '111413.541000', '111433.418000', '111433.421000', '111433.424000', '111433.426000', '111433.429000', '111433.431000', '111433.434000', '111433.437000', '111433.439000', '111433.442000', '111433.444000', '111433.447000', '111433.449000', '111433.453000', '111433.455000', '111433.458000', '111433.461000', '111433.463000', '111433.466000', '111433.468000', '111433.471000', '111433.474000', '111433.476000', '111433.479000', '111433.481000', '111433.484000', '111433.486000', '111433.489000', '111433.492000', '111433.494000', '111433.497000', '111433.499000', '111433.502000', '111433.505000', '111433.507000', '111433.510000', '111433.513000', '111433.515000', '111433.518000', '111433.520000', '111433.523000', '111433.525000', '111433.528000', '111453.419000', '111453.421000', '111453.424000', '111453.427000', '111453.429000', '111453.432000', '111453.434000', '111453.437000', '111453.439000', '111453.442000', '111453.444000', '111453.447000', '111453.450000', '111453.452000', '111453.455000', '111453.457000', '111453.460000', '111453.462000', '111453.465000', '111453.468000', '111453.470000', '111453.473000', '111453.475000', '111453.478000', '111453.480000', '111453.483000', '111453.486000', '111453.488000', '111453.491000', '111453.493000', '111453.496000', '111453.498000', '111453.501000', '111453.503000', '111453.506000', '111453.509000', '111453.511000', '111453.514000', '111453.517000', '111453.519000', '111453.522000', '111453.524000', '111453.527000', '111453.529000', '111513.419000', '111513.421000', '111513.424000', '111513.427000', '111513.429000', '111513.432000', '111513.435000', '111513.437000', '111513.440000', '111513.442000', '111513.445000', '111513.447000', '111513.450000', '111513.452000', '111513.455000', '111513.458000', '111513.460000', '111513.463000', '111513.465000', '111513.468000', '111513.471000', '111513.473000', '111513.476000', '111513.479000', '111513.481000', '111513.484000', '111513.486000', '111513.489000', '111513.491000', '111513.494000', '111513.497000', '111513.499000', '111513.502000', '111513.504000', '111513.507000', '111513.509000', '111513.512000', '111513.515000', '111513.517000', '111513.520000', '111513.522000', '111513.525000', '111513.528000', '111533.418000', '111533.421000', '111533.424000', '111533.427000', '111533.429000', '111533.432000', '111533.434000', '111533.437000', '111533.440000', '111533.442000', '111533.445000', '111533.447000', '111533.450000', '111533.452000', '111533.455000', '111533.457000', '111533.460000', '111533.462000', '111533.465000', '111533.468000', '111533.470000', '111533.473000', '111533.475000', '111533.478000', '111533.480000', '111533.483000', '111533.486000', '111533.488000', '111533.491000', '111533.493000', '111533.496000', '111533.498000', '111533.501000', '111533.504000', '111533.506000', '111533.509000', '111533.511000', '111533.514000', '111533.516000', '111533.519000', '111533.521000', '111533.524000', '111533.527000', '111533.529000', '111553.419000', '111553.421000', '111553.424000', '111553.427000', '111553.429000', '111553.432000', '111553.434000', '111553.437000', '111553.440000', '111553.443000', '111553.446000', '111553.449000', '111553.452000', '111553.454000', '111553.457000', '111553.459000', '111553.462000', '111553.480000', '111553.483000', '111553.485000', '111553.488000', '111553.491000', '111553.494000', '111553.497000', '111553.500000', '111553.502000', '111553.505000', '111553.508000', '111553.510000', '111553.513000', '111553.515000', '111553.518000', '111553.521000', '111553.523000', '111553.526000', '111553.528000', '111553.531000', '111553.534000', '111553.536000', '111553.539000', '111553.541000', '111553.544000', '111553.547000', '111613.419000', '111613.421000', '111613.424000', '111613.427000', '111613.429000', '111613.432000', '111613.434000', '111613.437000', '111613.439000', '111613.442000', '111613.444000', '111613.447000', '111613.450000', '111613.452000', '111613.455000', '111613.457000', '111613.460000', '111613.463000', '111613.465000', '111613.468000', '111613.470000', '111613.473000', '111613.476000', '111613.478000', '111613.481000', '111613.483000', '111613.486000', '111613.489000', '111613.491000', '111613.494000', '111613.496000', '111613.499000', '111613.501000', '111613.504000', '111613.507000', '111613.509000', '111613.512000', '111613.514000', '111613.517000', '111613.520000', '111613.522000', '111613.525000', '111613.527000', '111613.530000', '111633.419000', '111633.422000', '111633.424000', '111633.427000', '111633.429000', '111633.432000', '111633.435000', '111633.438000', '111633.440000', '111633.443000', '111633.445000', '111633.448000', '111633.450000', '111633.453000', '111633.456000', '111633.458000', '111633.461000', '111633.463000', '111633.466000', '111633.469000', '111633.471000', '111633.474000', '111633.477000', '111633.479000', '111633.482000', '111633.485000', '111633.487000', '111633.490000', '111633.492000', '111633.495000', '111633.498000', '111633.500000', '111633.503000', '111633.505000', '111633.508000', '111633.511000', '111633.513000', '111633.516000', '111633.518000', '111633.521000', '111633.524000', '111633.526000', '111633.529000', '111653.419000', '111653.421000', '111653.424000', '111653.426000', '111653.429000', '111653.432000', '111653.434000', '111653.437000', '111653.439000', '111653.442000', '111653.444000', '111653.447000', '111653.450000', '111653.452000', '111653.455000', '111653.457000', '111653.460000', '111653.462000', '111653.465000', '111653.468000', '111653.470000', '111653.473000', '111653.475000', '111653.478000', '111653.480000', '111653.483000', '111653.486000', '111653.488000', '111653.491000', '111653.493000', '111653.496000', '111653.498000', '111653.501000', '111653.504000', '111653.506000', '111653.509000', '111653.511000', '111653.514000', '111653.516000', '111653.519000', '111653.521000', '111653.524000', '111653.527000', '111653.529000', '111713.419000', '111713.422000', '111713.424000', '111713.427000', '111713.429000', '111713.432000', '111713.434000', '111713.437000', '111713.440000', '111713.442000', '111713.445000', '111713.447000', '111713.450000', '111713.453000', '111713.455000', '111713.458000', '111713.460000', '111713.463000', '111713.465000', '111713.468000', '111713.471000', '111713.473000', '111713.476000', '111713.478000', '111713.481000', '111713.483000', '111713.486000', '111713.489000', '111713.491000', '111713.494000', '111713.496000', '111713.499000', '111713.502000', '111713.505000', '111713.507000', '111713.510000', '111713.512000', '111713.515000', '111713.517000', '111713.520000', '111713.523000', '111713.525000', '111713.540000', '111733.418000', '111733.421000', '111733.424000', '111733.426000', '111733.429000', '111733.431000', '111733.434000', '111733.437000', '111733.439000', '111733.442000', '111733.444000', '111733.447000', '111733.450000', '111733.452000', '111733.455000', '111733.457000', '111733.460000', '111733.462000', '111733.465000', '111733.468000', '111733.470000', '111733.473000', '111733.475000', '111733.478000', '111733.480000', '111733.483000', '111733.486000', '111733.488000', '111733.491000', '111733.493000', '111733.496000', '111733.498000', '111733.501000', '111733.504000', '111733.506000', '111733.509000', '111733.511000', '111733.514000', '111733.517000', '111733.519000', '111733.522000', '111733.524000', '111733.527000', '111733.529000', '111753.419000', '111753.421000', '111753.424000', '111753.427000', '111753.429000', '111753.432000', '111753.434000', '111753.437000', '111753.440000', '111753.442000', '111753.445000', '111753.447000', '111753.450000', '111753.453000', '111753.455000', '111753.458000', '111753.460000', '111753.463000', '111753.465000', '111753.468000', '111753.471000', '111753.473000', '111753.476000', '111753.478000', '111753.481000', '111753.483000', '111753.486000', '111753.489000', '111753.491000', '111753.494000', '111753.497000', '111753.499000', '111753.502000', '111753.504000', '111753.507000', '111753.510000', '111753.513000', '111753.516000', '111753.519000', '111753.521000', '111753.524000', '111753.527000', '111753.529000', '111813.419000', '111813.421000', '111813.424000', '111813.426000', '111813.429000', '111813.432000', '111813.434000', '111813.437000', '111813.439000', '111813.442000', '111813.444000', '111813.447000', '111813.450000', '111813.452000', '111813.455000', '111813.458000', '111813.460000', '111813.463000', '111813.465000', '111813.468000', '111813.470000', '111813.473000', '111813.476000', '111813.478000', '111813.481000', '111813.484000', '111813.486000', '111813.489000', '111813.491000', '111813.494000', '111813.497000', '111813.499000', '111813.502000', '111813.504000', '111813.507000', '111813.510000', '111813.512000', '111813.515000', '111813.517000', '111813.520000', '111813.522000', '111813.525000', '111813.528000', '111813.530000', '111833.418000', '111833.421000', '111833.424000', '111833.427000', '111833.429000', '111833.432000', '111833.434000', '111833.437000', '111833.440000', '111833.442000', '111833.445000', '111833.447000', '111833.450000', '111833.452000', '111833.455000', '111833.458000', '111833.460000', '111833.463000', '111833.465000', '111833.468000', '111833.471000', '111833.473000', '111833.476000', '111833.478000', '111833.481000', '111833.483000', '111833.486000', '111833.489000', '111833.491000', '111833.494000', '111833.496000', '111833.499000', '111833.502000', '111833.504000', '111833.507000', '111833.510000', '111833.512000', '111833.515000', '111833.517000', '111833.520000', '111833.523000', '111833.525000', '111833.528000', '111853.419000', '111853.421000', '111853.424000', '111853.427000', '111853.429000', '111853.432000', '111853.434000', '111853.437000', '111853.440000', '111853.452000', '111853.455000', '111853.457000', '111853.460000', '111853.462000', '111853.465000', '111853.468000', '111853.470000', '111853.473000', '111853.475000', '111853.478000', '111853.480000', '111853.483000', '111853.486000', '111853.488000', '111853.491000', '111853.493000', '111853.496000', '111853.498000', '111853.501000', '111853.504000', '111853.506000', '111853.509000', '111853.511000', '111853.514000', '111853.517000', '111853.519000', '111853.522000', '111853.524000', '111853.527000', '111853.529000', '111853.532000', '111853.535000', '111853.537000', '111853.540000', '111913.419000', '111913.422000', '111913.424000', '111913.427000', '111913.430000', '111913.432000', '111913.435000', '111913.437000', '111913.440000', '111913.443000', '111913.445000', '111913.448000', '111913.450000', '111913.453000', '111913.456000', '111913.458000', '111913.461000', '111913.463000', '111913.466000', '111913.469000', '111913.471000', '111913.474000', '111913.476000', '111913.479000', '111913.482000', '111913.484000', '111913.487000', '111913.489000', '111913.492000', '111913.494000', '111913.497000', '111913.500000', '111913.502000', '111913.505000', '111913.507000', '111913.510000', '111913.513000', '111913.515000', '111913.518000', '111913.520000', '111913.523000', '111913.526000', '111913.530000', '111933.419000', '111933.422000', '111933.424000', '111933.427000', '111933.429000', '111933.432000', '111933.435000', '111933.437000', '111933.440000', '111933.442000', '111933.445000', '111933.448000', '111933.450000', '111933.453000', '111933.455000', '111933.458000', '111933.461000', '111933.463000', '111933.466000', '111933.468000', '111933.471000', '111933.473000', '111933.476000', '111933.479000', '111933.481000', '111933.484000', '111933.486000', '111933.489000', '111933.492000', '111933.494000', '111933.497000', '111933.499000', '111933.502000', '111933.505000', '111933.507000', '111933.510000', '111933.512000', '111933.515000', '111933.518000', '111933.520000', '111933.523000', '111933.525000', '111933.528000', '111933.531000', '111953.419000', '111953.421000', '111953.424000', '111953.427000', '111953.429000', '111953.432000', '111953.435000', '111953.437000', '111953.440000', '111953.442000', '111953.445000', '111953.447000', '111953.450000', '111953.453000', '111953.455000', '111953.458000', '111953.460000', '111953.463000', '111953.465000', '111953.468000', '111953.471000', '111953.473000', '111953.476000', '111953.478000', '111953.481000', '111953.483000', '111953.486000', '111953.489000', '111953.491000', '111953.494000', '111953.497000', '111953.499000', '111953.502000', '111953.504000', '111953.507000', '111953.509000', '111953.512000', '111953.515000', '111953.517000', '111953.520000', '111953.522000', '111953.525000', '111953.528000', '111959.074000', '111959.077000', '111959.080000', '111959.083000', '111959.086000', '111959.089000', '111959.091000', '111959.094000', '111959.097000', '111959.099000', '111959.102000', '111959.104000', '111959.107000'], 'InstanceCreationTime': ['111333.449000', '111333.452000', '111333.454000', '111333.457000', '111333.460000', '111333.462000', '111333.465000', '111333.467000', '111333.470000', '111333.472000', '111333.475000', '111333.477000', '111333.480000', '111333.482000', '111333.485000', '111333.488000', '111333.490000', '111333.493000', '111333.495000', '111333.498000', '111333.500000', '111333.503000', '111333.505000', '111333.508000', '111333.510000', '111333.513000', '111333.516000', '111333.518000', '111333.521000', '111333.530000', '111333.532000', '111333.535000', '111333.538000', '111353.419000', '111353.425000', '111353.428000', '111353.430000', '111353.433000', '111353.436000', '111353.438000', '111353.441000', '111353.443000', '111353.446000', '111353.449000', '111353.451000', '111353.454000', '111353.457000', '111353.460000', '111353.462000', '111353.465000', '111353.468000', '111353.471000', '111353.473000', '111353.476000', '111353.479000', '111353.482000', '111353.484000', '111353.487000', '111353.490000', '111353.492000', '111353.495000', '111353.498000', '111353.500000', '111353.503000', '111353.506000', '111353.508000', '111353.511000', '111353.513000', '111353.516000', '111353.518000', '111353.521000', '111353.524000', '111353.526000', '111353.529000', '111353.532000', '111353.535000', '111353.537000', '111413.418000', '111413.421000', '111413.424000', '111413.426000', '111413.429000', '111413.431000', '111413.434000', '111413.437000', '111413.439000', '111413.442000', '111413.444000', '111413.447000', '111413.449000', '111413.452000', '111413.454000', '111413.457000', '111413.459000', '111413.462000', '111413.465000', '111413.467000', '111413.470000', '111413.482000', '111413.485000', '111413.488000', '111413.490000', '111413.493000', '111413.495000', '111413.502000', '111413.505000', '111413.507000', '111413.510000', '111413.512000', '111413.515000', '111413.517000', '111413.520000', '111413.523000', '111413.525000', '111413.528000', '111413.530000', '111413.533000', '111413.535000', '111413.538000', '111413.541000', '111433.418000', '111433.421000', '111433.424000', '111433.426000', '111433.429000', '111433.431000', '111433.434000', '111433.437000', '111433.439000', '111433.442000', '111433.444000', '111433.447000', '111433.449000', '111433.453000', '111433.455000', '111433.458000', '111433.461000', '111433.463000', '111433.466000', '111433.468000', '111433.471000', '111433.474000', '111433.476000', '111433.479000', '111433.481000', '111433.484000', '111433.486000', '111433.489000', '111433.492000', '111433.494000', '111433.497000', '111433.499000', '111433.502000', '111433.505000', '111433.507000', '111433.510000', '111433.513000', '111433.515000', '111433.518000', '111433.520000', '111433.523000', '111433.525000', '111433.528000', '111453.419000', '111453.421000', '111453.424000', '111453.427000', '111453.429000', '111453.432000', '111453.434000', '111453.437000', '111453.439000', '111453.442000', '111453.444000', '111453.447000', '111453.450000', '111453.452000', '111453.455000', '111453.457000', '111453.460000', '111453.462000', '111453.465000', '111453.468000', '111453.470000', '111453.473000', '111453.475000', '111453.478000', '111453.480000', '111453.483000', '111453.486000', '111453.488000', '111453.491000', '111453.493000', '111453.496000', '111453.498000', '111453.501000', '111453.503000', '111453.506000', '111453.509000', '111453.511000', '111453.514000', '111453.517000', '111453.519000', '111453.522000', '111453.524000', '111453.527000', '111453.529000', '111513.419000', '111513.421000', '111513.424000', '111513.427000', '111513.429000', '111513.432000', '111513.435000', '111513.437000', '111513.440000', '111513.442000', '111513.445000', '111513.447000', '111513.450000', '111513.452000', '111513.455000', '111513.458000', '111513.460000', '111513.463000', '111513.465000', '111513.468000', '111513.471000', '111513.473000', '111513.476000', '111513.479000', '111513.481000', '111513.484000', '111513.486000', '111513.489000', '111513.491000', '111513.494000', '111513.497000', '111513.499000', '111513.502000', '111513.504000', '111513.507000', '111513.509000', '111513.512000', '111513.515000', '111513.517000', '111513.520000', '111513.522000', '111513.525000', '111513.528000', '111533.418000', '111533.421000', '111533.424000', '111533.427000', '111533.429000', '111533.432000', '111533.434000', '111533.437000', '111533.440000', '111533.442000', '111533.445000', '111533.447000', '111533.450000', '111533.452000', '111533.455000', '111533.457000', '111533.460000', '111533.462000', '111533.465000', '111533.468000', '111533.470000', '111533.473000', '111533.475000', '111533.478000', '111533.480000', '111533.483000', '111533.486000', '111533.488000', '111533.491000', '111533.493000', '111533.496000', '111533.498000', '111533.501000', '111533.504000', '111533.506000', '111533.509000', '111533.511000', '111533.514000', '111533.516000', '111533.519000', '111533.521000', '111533.524000', '111533.527000', '111533.529000', '111553.419000', '111553.421000', '111553.424000', '111553.427000', '111553.429000', '111553.432000', '111553.434000', '111553.437000', '111553.440000', '111553.443000', '111553.446000', '111553.449000', '111553.452000', '111553.454000', '111553.457000', '111553.459000', '111553.462000', '111553.480000', '111553.483000', '111553.485000', '111553.488000', '111553.491000', '111553.494000', '111553.497000', '111553.500000', '111553.502000', '111553.505000', '111553.508000', '111553.510000', '111553.513000', '111553.515000', '111553.518000', '111553.521000', '111553.523000', '111553.526000', '111553.528000', '111553.531000', '111553.534000', '111553.536000', '111553.539000', '111553.541000', '111553.544000', '111553.547000', '111613.419000', '111613.421000', '111613.424000', '111613.427000', '111613.429000', '111613.432000', '111613.434000', '111613.437000', '111613.439000', '111613.442000', '111613.444000', '111613.447000', '111613.450000', '111613.452000', '111613.455000', '111613.457000', '111613.460000', '111613.463000', '111613.465000', '111613.468000', '111613.470000', '111613.473000', '111613.476000', '111613.478000', '111613.481000', '111613.483000', '111613.486000', '111613.489000', '111613.491000', '111613.494000', '111613.496000', '111613.499000', '111613.501000', '111613.504000', '111613.507000', '111613.509000', '111613.512000', '111613.514000', '111613.517000', '111613.520000', '111613.522000', '111613.525000', '111613.527000', '111613.530000', '111633.419000', '111633.422000', '111633.424000', '111633.427000', '111633.429000', '111633.432000', '111633.435000', '111633.438000', '111633.440000', '111633.443000', '111633.445000', '111633.448000', '111633.450000', '111633.453000', '111633.456000', '111633.458000', '111633.461000', '111633.463000', '111633.466000', '111633.469000', '111633.471000', '111633.474000', '111633.477000', '111633.479000', '111633.482000', '111633.485000', '111633.487000', '111633.490000', '111633.492000', '111633.495000', '111633.498000', '111633.500000', '111633.503000', '111633.505000', '111633.508000', '111633.511000', '111633.513000', '111633.516000', '111633.518000', '111633.521000', '111633.524000', '111633.526000', '111633.529000', '111653.419000', '111653.421000', '111653.424000', '111653.426000', '111653.429000', '111653.432000', '111653.434000', '111653.437000', '111653.439000', '111653.442000', '111653.444000', '111653.447000', '111653.450000', '111653.452000', '111653.455000', '111653.457000', '111653.460000', '111653.462000', '111653.465000', '111653.468000', '111653.470000', '111653.473000', '111653.475000', '111653.478000', '111653.480000', '111653.483000', '111653.486000', '111653.488000', '111653.491000', '111653.493000', '111653.496000', '111653.498000', '111653.501000', '111653.504000', '111653.506000', '111653.509000', '111653.511000', '111653.514000', '111653.516000', '111653.519000', '111653.521000', '111653.524000', '111653.527000', '111653.529000', '111713.419000', '111713.422000', '111713.424000', '111713.427000', '111713.429000', '111713.432000', '111713.434000', '111713.437000', '111713.440000', '111713.442000', '111713.445000', '111713.447000', '111713.450000', '111713.453000', '111713.455000', '111713.458000', '111713.460000', '111713.463000', '111713.465000', '111713.468000', '111713.471000', '111713.473000', '111713.476000', '111713.478000', '111713.481000', '111713.483000', '111713.486000', '111713.489000', '111713.491000', '111713.494000', '111713.496000', '111713.499000', '111713.502000', '111713.505000', '111713.507000', '111713.510000', '111713.512000', '111713.515000', '111713.517000', '111713.520000', '111713.523000', '111713.525000', '111713.540000', '111733.418000', '111733.421000', '111733.424000', '111733.426000', '111733.429000', '111733.431000', '111733.434000', '111733.437000', '111733.439000', '111733.442000', '111733.444000', '111733.447000', '111733.450000', '111733.452000', '111733.455000', '111733.457000', '111733.460000', '111733.462000', '111733.465000', '111733.468000', '111733.470000', '111733.473000', '111733.475000', '111733.478000', '111733.480000', '111733.483000', '111733.486000', '111733.488000', '111733.491000', '111733.493000', '111733.496000', '111733.498000', '111733.501000', '111733.504000', '111733.506000', '111733.509000', '111733.511000', '111733.514000', '111733.517000', '111733.519000', '111733.522000', '111733.524000', '111733.527000', '111733.529000', '111753.419000', '111753.421000', '111753.424000', '111753.427000', '111753.429000', '111753.432000', '111753.434000', '111753.437000', '111753.440000', '111753.442000', '111753.445000', '111753.447000', '111753.450000', '111753.453000', '111753.455000', '111753.458000', '111753.460000', '111753.463000', '111753.465000', '111753.468000', '111753.471000', '111753.473000', '111753.476000', '111753.478000', '111753.481000', '111753.483000', '111753.486000', '111753.489000', '111753.491000', '111753.494000', '111753.497000', '111753.499000', '111753.502000', '111753.504000', '111753.507000', '111753.510000', '111753.513000', '111753.516000', '111753.519000', '111753.521000', '111753.524000', '111753.527000', '111753.529000', '111813.419000', '111813.421000', '111813.424000', '111813.426000', '111813.429000', '111813.432000', '111813.434000', '111813.437000', '111813.439000', '111813.442000', '111813.444000', '111813.447000', '111813.450000', '111813.452000', '111813.455000', '111813.458000', '111813.460000', '111813.463000', '111813.465000', '111813.468000', '111813.470000', '111813.473000', '111813.476000', '111813.478000', '111813.481000', '111813.484000', '111813.486000', '111813.489000', '111813.491000', '111813.494000', '111813.497000', '111813.499000', '111813.502000', '111813.504000', '111813.507000', '111813.510000', '111813.512000', '111813.515000', '111813.517000', '111813.520000', '111813.522000', '111813.525000', '111813.528000', '111813.530000', '111833.418000', '111833.421000', '111833.424000', '111833.427000', '111833.429000', '111833.432000', '111833.434000', '111833.437000', '111833.440000', '111833.442000', '111833.445000', '111833.447000', '111833.450000', '111833.452000', '111833.455000', '111833.458000', '111833.460000', '111833.463000', '111833.465000', '111833.468000', '111833.471000', '111833.473000', '111833.476000', '111833.478000', '111833.481000', '111833.483000', '111833.486000', '111833.489000', '111833.491000', '111833.494000', '111833.496000', '111833.499000', '111833.502000', '111833.504000', '111833.507000', '111833.510000', '111833.512000', '111833.515000', '111833.517000', '111833.520000', '111833.523000', '111833.525000', '111833.528000', '111853.419000', '111853.421000', '111853.424000', '111853.427000', '111853.429000', '111853.432000', '111853.434000', '111853.437000', '111853.440000', '111853.452000', '111853.455000', '111853.457000', '111853.460000', '111853.462000', '111853.465000', '111853.468000', '111853.470000', '111853.473000', '111853.475000', '111853.478000', '111853.480000', '111853.483000', '111853.486000', '111853.488000', '111853.491000', '111853.493000', '111853.496000', '111853.498000', '111853.501000', '111853.504000', '111853.506000', '111853.509000', '111853.511000', '111853.514000', '111853.517000', '111853.519000', '111853.522000', '111853.524000', '111853.527000', '111853.529000', '111853.532000', '111853.535000', '111853.537000', '111853.540000', '111913.419000', '111913.422000', '111913.424000', '111913.427000', '111913.430000', '111913.432000', '111913.435000', '111913.437000', '111913.440000', '111913.443000', '111913.445000', '111913.448000', '111913.450000', '111913.453000', '111913.456000', '111913.458000', '111913.461000', '111913.463000', '111913.466000', '111913.469000', '111913.471000', '111913.474000', '111913.476000', '111913.479000', '111913.482000', '111913.484000', '111913.487000', '111913.489000', '111913.492000', '111913.494000', '111913.497000', '111913.500000', '111913.502000', '111913.505000', '111913.507000', '111913.510000', '111913.513000', '111913.515000', '111913.518000', '111913.520000', '111913.523000', '111913.526000', '111913.530000', '111933.419000', '111933.422000', '111933.424000', '111933.427000', '111933.429000', '111933.432000', '111933.435000', '111933.437000', '111933.440000', '111933.442000', '111933.445000', '111933.448000', '111933.450000', '111933.453000', '111933.455000', '111933.458000', '111933.461000', '111933.463000', '111933.466000', '111933.468000', '111933.471000', '111933.473000', '111933.476000', '111933.479000', '111933.481000', '111933.484000', '111933.486000', '111933.489000', '111933.492000', '111933.494000', '111933.497000', '111933.499000', '111933.502000', '111933.505000', '111933.507000', '111933.510000', '111933.512000', '111933.515000', '111933.518000', '111933.520000', '111933.523000', '111933.525000', '111933.528000', '111933.531000', '111953.419000', '111953.421000', '111953.424000', '111953.427000', '111953.429000', '111953.432000', '111953.435000', '111953.437000', '111953.440000', '111953.442000', '111953.445000', '111953.447000', '111953.450000', '111953.453000', '111953.455000', '111953.458000', '111953.460000', '111953.463000', '111953.465000', '111953.468000', '111953.471000', '111953.473000', '111953.476000', '111953.478000', '111953.481000', '111953.483000', '111953.486000', '111953.489000', '111953.491000', '111953.494000', '111953.497000', '111953.499000', '111953.502000', '111953.504000', '111953.507000', '111953.509000', '111953.512000', '111953.515000', '111953.517000', '111953.520000', '111953.522000', '111953.525000', '111953.528000', '111959.074000', '111959.077000', '111959.080000', '111959.083000', '111959.086000', '111959.089000', '111959.091000', '111959.094000', '111959.097000', '111959.099000', '111959.102000', '111959.104000', '111959.107000'], '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': [14979, 10687, 16486, 11561, 10702, 10413, 8136, 13187, 8732, 14586, 9514, 15005, 9226, 14031, 9799, 14793, 9954, 10705, 10608, 7736, 12605, 8661, 12525, 9100, 9649, 12345, 7644, 13924, 9969, 14746, 10938, 13309, 12153, 10305, 13703, 8170, 14707, 9784, 15919, 11372, 12384, 11492, 7706, 12647, 8671, 12946, 9112, 7233, 11243, 7488, 7418, 12606, 7877, 9018, 12408, 8540, 14196, 10506, 10408, 13602, 9639, 15947, 12462, 12994, 14692, 10527, 10513, 10900, 9427, 13049, 9641, 10362, 11189, 8711, 14901, 9697, 9778, 8755, 7590, 13199, 9718, 11171, 10679, 7769, 13556, 8672, 9261, 12174, 8554, 15461, 11109, 9920, 11167, 7932, 14736, 10111, 15432, 11424, 12237, 10899, 8064, 12992, 8989, 14881, 10603, 13433, 11461, 8734, 14178, 9732, 14470, 10457, 11856, 12193, 9286, 14389, 9320, 11281, 9853, 9222, 13821, 8713, 12476, 9041, 7162, 13413, 9407, 10319, 12330, 8739, 12854, 10263, 9247, 14843, 9986, 15259, 11150, 13781, 9617, 7642, 14444, 10059, 11551, 11501, 7861, 14100, 10157, 12260, 11295, 11892, 12333, 10320, 13446, 8276, 14057, 10039, 14284, 10682, 11992, 10046, 8415, 11659, 7759, 7837, 11777, 8168, 9089, 13221, 8745, 12705, 10285, 9275, 14440, 10333, 15328, 12373, 9030, 12162, 8039, 12320, 10016, 8225, 13146, 8873, 12825, 9940, 8146, 12148, 7871, 9439, 9990, 8384, 13802, 9568, 14649, 10345, 9112, 9149, 7470, 11385, 8896, 8468, 12358, 8990, 14386, 10165, 10430, 10531, 8669, 13516, 9791, 13860, 9733, 12683, 7663, 12133, 7876, 12442, 8498, 12997, 9538, 13517, 9161, 12383, 8446, 10174, 9590, 9557, 10101, 9155, 12073, 7866, 11820, 8505, 7832, 13538, 9721, 9196, 12899, 8955, 13309, 10653, 9454, 14749, 10526, 16207, 12671, 15170, 10799, 7442, 13744, 9520, 12378, 10029, 8964, 13205, 8091, 10002, 8229, 7826, 12854, 9020, 14128, 10505, 8043, 12234, 8562, 11469, 10520, 8914, 15291, 10825, 11962, 10757, 10489, 14492, 11547, 15184, 12359, 16380, 11590, 16158, 8941, 10915, 8712, 7571, 12592, 8865, 10775, 9497, 7748, 13737, 9773, 12232, 10533, 14700, 10378, 13804, 9774, 11579, 10786, 8427, 13209, 8175, 12971, 9383, 14097, 10363, 10246, 9287, 7181, 12620, 8905, 12359, 10209, 7890, 13547, 9600, 11841, 9939, 9527, 13378, 9428, 14971, 10105, 12936, 10485, 11746, 12152, 11485, 14278, 9679, 13481, 8303, 11600, 8939, 9917, 10216, 8650, 13739, 9818, 15037, 11006, 9485, 10867, 8174, 12222, 9581, 9115, 12120, 8241, 13872, 9611, 8752, 11245, 8147, 9344, 8720, 7267, 13623, 8669, 14443, 10306, 14900, 10193, 13149, 9951, 13255, 9575, 15370, 9893, 10339, 8719, 8796, 9820, 8700, 12625, 9244, 13643, 8448, 9218, 9429, 7742, 13541, 10196, 10889, 9248, 9182, 12363, 8485, 14433, 10577, 15772, 11298, 12980, 8828, 9371, 9850, 8461, 12767, 8881, 13969, 9882, 11123, 8299, 7918, 12156, 8793, 13109, 10311, 7626, 12516, 8562, 11487, 9965, 8654, 13163, 8891, 14256, 10198, 15898, 10578, 8967, 9950, 7903, 13951, 9539, 15033, 10898, 11328, 8502, 7234, 11582, 7784, 14010, 9842, 9662, 9240, 7362, 13273, 9643, 12016, 10606, 8237, 13526, 8430, 11762, 9633, 10088, 12497, 7699, 13428, 8595, 14251, 9807, 14888, 10209, 13508, 9850, 13775, 10090, 13109, 10085, 10055, 9436, 7348, 11879, 8011, 13410, 9751, 11605, 10242, 9179, 11373, 7949, 13310, 9473, 15124, 10835, 11413, 9285, 9472, 11705, 9134, 13839, 9855, 14402, 10408, 13244, 9026, 12067, 9390, 10191, 9935, 9893, 13182, 8848, 13721, 9103, 13795, 10156, 12665, 9440, 10042, 14078, 11429, 13863, 7498, 7383, 7441, 7835, 7330, 9819, 7803, 8321, 13083, 9567, 14539, 11066, 10011, 9909, 8176, 13675, 10268, 15406, 8265, 7275, 9376, 7839, 12522, 8113, 11035, 8863, 7330, 10833, 7778, 13286, 9527, 14444, 10436, 10956, 9740, 8274, 11782, 7962, 12398, 8054, 13348, 8803, 12353, 7687, 7867, 8768, 7141, 12191, 8249, 11448, 9443, 7238, 12463, 8414, 14070, 10199, 14281, 10373, 14435, 10375, 11811, 9298, 8819, 11352, 8041, 12471, 8233, 13078, 8880, 13342, 9227, 12367, 8871, 7586, 10268, 7291, 13391, 9276, 14337, 10118, 13331, 9727, 13481, 9852, 14052, 9875, 13497, 8917, 9540, 9329, 7969, 11910, 8013, 13703, 7871, 9433, 8380, 7919, 12357, 8771, 14047, 9382, 13731, 9433, 13907, 10116, 12864, 9661, 11530, 10652, 7342, 12832, 8669, 14425, 10308, 12299, 10569, 8504, 12211, 7555, 13698, 9034, 13949, 9989, 13953, 9963, 15440, 9808, 10789, 9431, 7205, 12007, 7589, 11368, 9329, 9645, 9439, 8425, 12015, 9250, 14467, 9731, 10933, 9559, 9020, 12342, 9076, 13947, 8824, 13439, 9227, 12210, 9043, 10319, 9752, 7245, 11494, 7404, 12546, 8717, 13387, 9279, 13577, 8921, 11762, 9589, 11019, 10366, 9415, 12540, 7602, 13293, 9757, 14635, 10715, 15840, 11114, 13452, 9571, 7428, 12960, 8970, 14737, 10310, 15971, 12248, 16328, 9782, 11146, 8722, 8923, 10340, 9587, 12899, 8369, 12691, 7588, 11853, 7819, 10839, 9850, 11006, 10753, 8277, 11906, 8437, 12875, 9289, 13460, 9384, 13191, 8079, 13126, 8736, 13331, 9568, 15425, 10300, 13922, 8405, 10488, 8278, 10215, 9426, 10241, 10702, 7689, 12364, 8279, 12599, 8367, 9527, 8681, 7335, 12716, 8164, 9121, 9355, 9076, 15378, 10284, 9052, 12254, 8642, 14080, 9048, 13923, 9022, 12492, 8267, 12415, 9328, 11141, 9691, 7671, 12075, 7345, 10344, 8672, 8907, 12603, 8745, 14298, 9765, 14099, 10314, 13312, 9770, 13040, 10502, 9622, 11438, 7648, 13585, 8623, 14061, 9909, 14663, 10787, 12564, 9363, 10255, 9213, 10053, 10035, 9439, 11357, 7601, 11984, 7646, 13175, 9332, 10728, 10056, 8565, 11842, 7548, 13181, 9367, 14463, 10428, 14323, 10679, 10636, 10080, 9310, 12098, 8902, 13018, 9094, 13702, 8782, 11367, 8608, 9086, 11571, 8339, 14203, 10012, 15462, 11062, 14095, 9997, 13145, 10048, 11052, 13430, 8591, 13023, 8071, 11722, 9217, 9438, 9481, 7982, 11983, 8431, 14564, 9528, 12854, 9415, 10681, 9329, 10414, 11471, 8456, 12703, 8074, 13553, 9374, 13032, 9689, 9573, 10711, 7544, 13363, 8944, 13676, 9908, 8769, 9847, 7272, 12726, 8816, 14913], 'WindowCenter': [4517.0, 4472.0, 4497.0, 4456.0, 4443.0, 4443.0, 4400.0, 4452.0, 4409.0, 4461.0, 4419.0, 4460.0, 4408.0, 4448.0, 4418.0, 4447.0, 4417.0, 4427.0, 4428.0, 4398.0, 4448.0, 4423.0, 4464.0, 4434.0, 4444.0, 4478.0, 4425.0, 4485.0, 4457.0, 4485.0, 4455.0, 4475.0, 4466.0, 4443.0, 4462.0, 4421.0, 4461.0, 4432.0, 4469.0, 4441.0, 4449.0, 4439.0, 4399.0, 4476.0, 4436.0, 4474.0, 4444.0, 4411.0, 4437.0, 4398.0, 4399.0, 4449.0, 4411.0, 4419.0, 4461.0, 4422.0, 4472.0, 4454.0, 4455.0, 4474.0, 4444.0, 4484.0, 4464.0, 4449.0, 4459.0, 4430.0, 4427.0, 4426.0, 4418.0, 4446.0, 4415.0, 4415.0, 4439.0, 4408.0, 4458.0, 4419.0, 4429.0, 4418.0, 4400.0, 4460.0, 4431.0, 4451.0, 4443.0, 4425.0, 4475.0, 4435.0, 4445.0, 4476.0, 4437.0, 4497.0, 4468.0, 4457.0, 4467.0, 4427.0, 4487.0, 4457.0, 4485.0, 4455.0, 4464.0, 4454.0, 4423.0, 4463.0, 4433.0, 4473.0, 4453.0, 4463.0, 4454.0, 4423.0, 4474.0, 4444.0, 4471.0, 4443.0, 4452.0, 4453.0, 4430.0, 4473.0, 4432.0, 4440.0, 4431.0, 4432.0, 4486.0, 4436.0, 4488.0, 4435.0, 4413.0, 4484.0, 4447.0, 4456.0, 4490.0, 4449.0, 4488.0, 4468.0, 4448.0, 4499.0, 4457.0, 4499.0, 4469.0, 4500.0, 4445.0, 4424.0, 4484.0, 4446.0, 4465.0, 4465.0, 4425.0, 4484.0, 4455.0, 4463.0, 4453.0, 4452.0, 4453.0, 4430.0, 4462.0, 4410.0, 4459.0, 4429.0, 4459.0, 4441.0, 4454.0, 4442.0, 4425.0, 4463.0, 4411.0, 4412.0, 4461.0, 4423.0, 4432.0, 4475.0, 4435.0, 4462.0, 4456.0, 4443.0, 4475.0, 4443.0, 4473.0, 4464.0, 4432.0, 4448.0, 4409.0, 4448.0, 4417.0, 4394.0, 4436.0, 4406.0, 4434.0, 4427.0, 4407.0, 4447.0, 4406.0, 4416.0, 4416.0, 4406.0, 4456.0, 4418.0, 4459.0, 4430.0, 4406.0, 4417.0, 4399.0, 4450.0, 4419.0, 4408.0, 4461.0, 4432.0, 4472.0, 4442.0, 4441.0, 4452.0, 4420.0, 4462.0, 4430.0, 4462.0, 4418.0, 4448.0, 4384.0, 4434.0, 4394.0, 4433.0, 4405.0, 4445.0, 4417.0, 4446.0, 4418.0, 4447.0, 4409.0, 4428.0, 4430.0, 4429.0, 4455.0, 4444.0, 4463.0, 4423.0, 4477.0, 4446.0, 4424.0, 4483.0, 4456.0, 4447.0, 4488.0, 4446.0, 4488.0, 4456.0, 4457.0, 4488.0, 4469.0, 4498.0, 4465.0, 4473.0, 4454.0, 4413.0, 4473.0, 4441.0, 4461.0, 4442.0, 4432.0, 4473.0, 4422.0, 4442.0, 4422.0, 4413.0, 4474.0, 4444.0, 4486.0, 4466.0, 4450.0, 4477.0, 4448.0, 4479.0, 4468.0, 4448.0, 4500.0, 4484.0, 4479.0, 4468.0, 4455.0, 4478.0, 4452.0, 4474.0, 4450.0, 4472.0, 4428.0, 4457.0, 4407.0, 4425.0, 4404.0, 4395.0, 4447.0, 4419.0, 4439.0, 4417.0, 4397.0, 4459.0, 4430.0, 4451.0, 4452.0, 4470.0, 4429.0, 4447.0, 4417.0, 4438.0, 4428.0, 4408.0, 4449.0, 4408.0, 4447.0, 4417.0, 4457.0, 4429.0, 4427.0, 4419.0, 4399.0, 4460.0, 4432.0, 4462.0, 4454.0, 4425.0, 4486.0, 4459.0, 4476.0, 4456.0, 4444.0, 4475.0, 4444.0, 4485.0, 4455.0, 4462.0, 4441.0, 4450.0, 4451.0, 4439.0, 4460.0, 4416.0, 4448.0, 4397.0, 4435.0, 4406.0, 4415.0, 4427.0, 4406.0, 4458.0, 4428.0, 4458.0, 4439.0, 4430.0, 4438.0, 4410.0, 4448.0, 4419.0, 4406.0, 4438.0, 4409.0, 4461.0, 4429.0, 4408.0, 4439.0, 4421.0, 4430.0, 4421.0, 4401.0, 4471.0, 4422.0, 4473.0, 4445.0, 4472.0, 4442.0, 4459.0, 4429.0, 4447.0, 4418.0, 4456.0, 4416.0, 4415.0, 4406.0, 4394.0, 4416.0, 4406.0, 4447.0, 4417.0, 4458.0, 4408.0, 4428.0, 4418.0, 4409.0, 4460.0, 4442.0, 4453.0, 4432.0, 4431.0, 4451.0, 4420.0, 4462.0, 4430.0, 4461.0, 4440.0, 4448.0, 4407.0, 4413.0, 4416.0, 4395.0, 4446.0, 4406.0, 4446.0, 4427.0, 4438.0, 4408.0, 4407.0, 4445.0, 4418.0, 4457.0, 4438.0, 4413.0, 4449.0, 4418.0, 4437.0, 4418.0, 4407.0, 4446.0, 4407.0, 4447.0, 4428.0, 4469.0, 4429.0, 4407.0, 4416.0, 4396.0, 4445.0, 4416.0, 4458.0, 4427.0, 4437.0, 4407.0, 4387.0, 4435.0, 4398.0, 4457.0, 4429.0, 4429.0, 4419.0, 4400.0, 4458.0, 4431.0, 4450.0, 4441.0, 4409.0, 4462.0, 4424.0, 4451.0, 4433.0, 4440.0, 4460.0, 4409.0, 4461.0, 4421.0, 4461.0, 4430.0, 4461.0, 4430.0, 4449.0, 4428.0, 4448.0, 4427.0, 4435.0, 4417.0, 4413.0, 4416.0, 4396.0, 4448.0, 4410.0, 4459.0, 4431.0, 4450.0, 4441.0, 4431.0, 4450.0, 4425.0, 4460.0, 4431.0, 4471.0, 4453.0, 4451.0, 4431.0, 4430.0, 4449.0, 4419.0, 4460.0, 4418.0, 4460.0, 4428.0, 4446.0, 4407.0, 4434.0, 4416.0, 4415.0, 4417.0, 4416.0, 4447.0, 4406.0, 4457.0, 4418.0, 4457.0, 4428.0, 4461.0, 4432.0, 4428.0, 4447.0, 4436.0, 4458.0, 4398.0, 4398.0, 4399.0, 4409.0, 4397.0, 4427.0, 4395.0, 4395.0, 4435.0, 4415.0, 4458.0, 4425.0, 4402.0, 4413.0, 4393.0, 4445.0, 4415.0, 4443.0, 4378.0, 4369.0, 4400.0, 4385.0, 4419.0, 4394.0, 4424.0, 4402.0, 4382.0, 4423.0, 4383.0, 4444.0, 4418.0, 4456.0, 4426.0, 4425.0, 4405.0, 4393.0, 4422.0, 4381.0, 4433.0, 4395.0, 4447.0, 4406.0, 4446.0, 4398.0, 4407.0, 4419.0, 4400.0, 4461.0, 4421.0, 4451.0, 4443.0, 4413.0, 4461.0, 4422.0, 4461.0, 4441.0, 4459.0, 4430.0, 4458.0, 4429.0, 4437.0, 4418.0, 4406.0, 4426.0, 4397.0, 4436.0, 4396.0, 4446.0, 4405.0, 4460.0, 4427.0, 4446.0, 4405.0, 4396.0, 4426.0, 4396.0, 4458.0, 4419.0, 4459.0, 4430.0, 4459.0, 4430.0, 4447.0, 4429.0, 4448.0, 4429.0, 4458.0, 4432.0, 4417.0, 4418.0, 4397.0, 4448.0, 4409.0, 4471.0, 4422.0, 4432.0, 4423.0, 4423.0, 4474.0, 4432.0, 4475.0, 4434.0, 4473.0, 4433.0, 4462.0, 4443.0, 4462.0, 4431.0, 4440.0, 4440.0, 4397.0, 4448.0, 4420.0, 4470.0, 4443.0, 4451.0, 4442.0, 4420.0, 4452.0, 4412.0, 4460.0, 4419.0, 4458.0, 4418.0, 4448.0, 4428.0, 4457.0, 4418.0, 4427.0, 4416.0, 4411.0, 4450.0, 4397.0, 4435.0, 4417.0, 4416.0, 4417.0, 4396.0, 4448.0, 4430.0, 4471.0, 4431.0, 4438.0, 4417.0, 4407.0, 4447.0, 4418.0, 4459.0, 4419.0, 4459.0, 4418.0, 4448.0, 4420.0, 4427.0, 4431.0, 4400.0, 4452.0, 4412.0, 4462.0, 4423.0, 4472.0, 4434.0, 4473.0, 4432.0, 4463.0, 4433.0, 4441.0, 4443.0, 4432.0, 4463.0, 4413.0, 4472.0, 4431.0, 4471.0, 4442.0, 4471.0, 4440.0, 4447.0, 4418.0, 4399.0, 4448.0, 4418.0, 4458.0, 4428.0, 4459.0, 4439.0, 4467.0, 4417.0, 4426.0, 4405.0, 4405.0, 4415.0, 4405.0, 4447.0, 4407.0, 4448.0, 4398.0, 4437.0, 4398.0, 4437.0, 4430.0, 4439.0, 4440.0, 4410.0, 4439.0, 4408.0, 4448.0, 4407.0, 4448.0, 4406.0, 4437.0, 4396.0, 4435.0, 4406.0, 4435.0, 4416.0, 4456.0, 4416.0, 4446.0, 4396.0, 4424.0, 4396.0, 4414.0, 4416.0, 4416.0, 4416.0, 4399.0, 4448.0, 4421.0, 4463.0, 4408.0, 4415.0, 4404.0, 4386.0, 4448.0, 4411.0, 4429.0, 4431.0, 4421.0, 4471.0, 4440.0, 4431.0, 4462.0, 4409.0, 4460.0, 4409.0, 4447.0, 4405.0, 4437.0, 4406.0, 4435.0, 4417.0, 4438.0, 4429.0, 4397.0, 4446.0, 4398.0, 4427.0, 4421.0, 4421.0, 4464.0, 4423.0, 4473.0, 4444.0, 4471.0, 4442.0, 4448.0, 4432.0, 4451.0, 4431.0, 4418.0, 4438.0, 4397.0, 4447.0, 4394.0, 4446.0, 4417.0, 4445.0, 4425.0, 4434.0, 4405.0, 4414.0, 4405.0, 4414.0, 4416.0, 4405.0, 4427.0, 4386.0, 4437.0, 4396.0, 4447.0, 4431.0, 4440.0, 4443.0, 4422.0, 4465.0, 4416.0, 4463.0, 4434.0, 4473.0, 4455.0, 4474.0, 4443.0, 4453.0, 4442.0, 4431.0, 4451.0, 4420.0, 4451.0, 4420.0, 4460.0, 4420.0, 4450.0, 4418.0, 4419.0, 4439.0, 4410.0, 4462.0, 4431.0, 4471.0, 4452.0, 4470.0, 4429.0, 4448.0, 4417.0, 4427.0, 4448.0, 4406.0, 4446.0, 4397.0, 4436.0, 4416.0, 4403.0, 4413.0, 4395.0, 4436.0, 4407.0, 4457.0, 4416.0, 4447.0, 4416.0, 4426.0, 4417.0, 4428.0, 4438.0, 4407.0, 4447.0, 4408.0, 4446.0, 4418.0, 4447.0, 4429.0, 4417.0, 4428.0, 4399.0, 4459.0, 4419.0, 4460.0, 4444.0, 4434.0, 4441.0, 4412.0, 4461.0, 4434.0, 4483.0], 'WindowWidth': [9925.0, 9852.0, 9878.0, 9817.0, 9794.0, 9790.0, 9730.0, 9801.0, 9740.0, 9812.0, 9751.0, 9812.0, 9734.0, 9790.0, 9748.0, 9786.0, 9746.0, 9757.0, 9763.0, 9723.0, 9790.0, 9765.0, 9823.0, 9782.0, 9796.0, 9847.0, 9774.0, 9855.0, 9819.0, 9854.0, 9814.0, 9838.0, 9828.0, 9792.0, 9819.0, 9761.0, 9816.0, 9774.0, 9824.0, 9785.0, 9793.0, 9781.0, 9728.0, 9844.0, 9791.0, 9842.0, 9802.0, 9751.0, 9777.0, 9726.0, 9729.0, 9794.0, 9747.0, 9755.0, 9814.0, 9765.0, 9833.0, 9812.0, 9813.0, 9842.0, 9797.0, 9856.0, 9826.0, 9795.0, 9814.0, 9770.0, 9760.0, 9757.0, 9750.0, 9785.0, 9743.0, 9742.0, 9779.0, 9734.0, 9806.0, 9751.0, 9767.0, 9750.0, 9730.0, 9810.0, 9773.0, 9800.0, 9791.0, 9771.0, 9841.0, 9788.0, 9799.0, 9844.0, 9793.0, 9872.0, 9836.0, 9820.0, 9833.0, 9778.0, 9858.0, 9817.0, 9855.0, 9813.0, 9823.0, 9809.0, 9768.0, 9821.0, 9781.0, 9833.0, 9809.0, 9821.0, 9810.0, 9767.0, 9840.0, 9796.0, 9831.0, 9793.0, 9802.0, 9807.0, 9773.0, 9836.0, 9775.0, 9785.0, 9775.0, 9776.0, 9859.0, 9790.0, 9867.0, 9786.0, 9756.0, 9854.0, 9807.0, 9819.0, 9871.0, 9815.0, 9866.0, 9838.0, 9809.0, 9882.0, 9818.0, 9885.0, 9839.0, 9884.0, 9801.0, 9770.0, 9852.0, 9802.0, 9828.0, 9827.0, 9774.0, 9852.0, 9812.0, 9820.0, 9808.0, 9803.0, 9805.0, 9768.0, 9816.0, 9744.0, 9810.0, 9768.0, 9808.0, 9786.0, 9809.0, 9790.0, 9774.0, 9823.0, 9750.0, 9751.0, 9816.0, 9769.0, 9780.0, 9842.0, 9788.0, 9822.0, 9818.0, 9798.0, 9846.0, 9795.0, 9843.0, 9828.0, 9779.0, 9795.0, 9743.0, 9794.0, 9748.0, 9714.0, 9772.0, 9732.0, 9769.0, 9763.0, 9735.0, 9790.0, 9736.0, 9747.0, 9746.0, 9731.0, 9801.0, 9750.0, 9811.0, 9772.0, 9732.0, 9747.0, 9731.0, 9800.0, 9755.0, 9739.0, 9814.0, 9779.0, 9832.0, 9791.0, 9790.0, 9805.0, 9760.0, 9820.0, 9770.0, 9822.0, 9751.0, 9791.0, 9701.0, 9766.0, 9713.0, 9764.0, 9729.0, 9781.0, 9748.0, 9787.0, 9752.0, 9791.0, 9744.0, 9768.0, 9774.0, 9771.0, 9819.0, 9800.0, 9824.0, 9770.0, 9851.0, 9808.0, 9775.0, 9853.0, 9818.0, 9808.0, 9865.0, 9806.0, 9862.0, 9818.0, 9821.0, 9868.0, 9842.0, 9886.0, 9831.0, 9837.0, 9812.0, 9755.0, 9837.0, 9791.0, 9816.0, 9791.0, 9777.0, 9837.0, 9765.0, 9791.0, 9766.0, 9754.0, 9840.0, 9800.0, 9857.0, 9830.0, 9820.0, 9849.0, 9812.0, 9854.0, 9839.0, 9810.0, 9884.0, 9868.0, 9853.0, 9836.0, 9815.0, 9854.0, 9806.0, 9844.0, 9797.0, 9837.0, 9764.0, 9808.0, 9733.0, 9755.0, 9726.0, 9717.0, 9791.0, 9756.0, 9781.0, 9747.0, 9722.0, 9807.0, 9771.0, 9801.0, 9807.0, 9828.0, 9768.0, 9790.0, 9749.0, 9779.0, 9765.0, 9736.0, 9794.0, 9738.0, 9789.0, 9749.0, 9800.0, 9766.0, 9761.0, 9754.0, 9730.0, 9811.0, 9778.0, 9818.0, 9810.0, 9770.0, 9857.0, 9828.0, 9846.0, 9817.0, 9797.0, 9842.0, 9797.0, 9858.0, 9812.0, 9819.0, 9788.0, 9799.0, 9802.0, 9780.0, 9815.0, 9744.0, 9793.0, 9720.0, 9770.0, 9731.0, 9742.0, 9760.0, 9732.0, 9805.0, 9766.0, 9810.0, 9780.0, 9772.0, 9778.0, 9742.0, 9793.0, 9754.0, 9733.0, 9779.0, 9743.0, 9816.0, 9769.0, 9738.0, 9781.0, 9763.0, 9772.0, 9760.0, 9733.0, 9829.0, 9764.0, 9836.0, 9800.0, 9836.0, 9791.0, 9810.0, 9767.0, 9789.0, 9751.0, 9801.0, 9743.0, 9740.0, 9729.0, 9711.0, 9743.0, 9732.0, 9788.0, 9749.0, 9804.0, 9739.0, 9765.0, 9754.0, 9743.0, 9812.0, 9791.0, 9807.0, 9778.0, 9773.0, 9802.0, 9758.0, 9818.0, 9771.0, 9820.0, 9784.0, 9794.0, 9735.0, 9740.0, 9743.0, 9715.0, 9787.0, 9730.0, 9789.0, 9762.0, 9780.0, 9740.0, 9737.0, 9786.0, 9754.0, 9806.0, 9782.0, 9753.0, 9797.0, 9753.0, 9777.0, 9751.0, 9732.0, 9787.0, 9733.0, 9790.0, 9764.0, 9824.0, 9770.0, 9733.0, 9744.0, 9718.0, 9782.0, 9744.0, 9810.0, 9763.0, 9776.0, 9733.0, 9709.0, 9771.0, 9723.0, 9802.0, 9768.0, 9767.0, 9755.0, 9732.0, 9808.0, 9774.0, 9798.0, 9787.0, 9741.0, 9817.0, 9770.0, 9800.0, 9781.0, 9786.0, 9813.0, 9744.0, 9815.0, 9760.0, 9816.0, 9771.0, 9820.0, 9770.0, 9796.0, 9763.0, 9789.0, 9760.0, 9768.0, 9747.0, 9739.0, 9745.0, 9720.0, 9792.0, 9744.0, 9808.0, 9775.0, 9799.0, 9790.0, 9772.0, 9800.0, 9773.0, 9812.0, 9774.0, 9831.0, 9808.0, 9802.0, 9775.0, 9773.0, 9795.0, 9755.0, 9812.0, 9750.0, 9817.0, 9764.0, 9790.0, 9734.0, 9768.0, 9744.0, 9742.0, 9747.0, 9743.0, 9787.0, 9733.0, 9805.0, 9753.0, 9804.0, 9767.0, 9820.0, 9775.0, 9766.0, 9792.0, 9773.0, 9806.0, 9726.0, 9726.0, 9731.0, 9741.0, 9722.0, 9760.0, 9713.0, 9714.0, 9770.0, 9743.0, 9811.0, 9758.0, 9720.0, 9738.0, 9708.0, 9789.0, 9744.0, 9780.0, 9681.0, 9671.0, 9715.0, 9701.0, 9738.0, 9713.0, 9752.0, 9722.0, 9693.0, 9749.0, 9697.0, 9779.0, 9752.0, 9800.0, 9760.0, 9753.0, 9726.0, 9706.0, 9745.0, 9691.0, 9761.0, 9713.0, 9788.0, 9731.0, 9786.0, 9724.0, 9736.0, 9754.0, 9732.0, 9814.0, 9762.0, 9802.0, 9793.0, 9756.0, 9817.0, 9766.0, 9815.0, 9788.0, 9810.0, 9772.0, 9808.0, 9767.0, 9776.0, 9750.0, 9731.0, 9759.0, 9721.0, 9773.0, 9719.0, 9785.0, 9732.0, 9816.0, 9768.0, 9788.0, 9732.0, 9718.0, 9759.0, 9720.0, 9806.0, 9755.0, 9812.0, 9771.0, 9810.0, 9769.0, 9790.0, 9767.0, 9792.0, 9766.0, 9807.0, 9777.0, 9748.0, 9750.0, 9722.0, 9793.0, 9744.0, 9829.0, 9766.0, 9778.0, 9769.0, 9769.0, 9838.0, 9780.0, 9841.0, 9784.0, 9835.0, 9781.0, 9816.0, 9792.0, 9818.0, 9775.0, 9784.0, 9785.0, 9723.0, 9793.0, 9758.0, 9826.0, 9791.0, 9802.0, 9792.0, 9758.0, 9804.0, 9750.0, 9811.0, 9755.0, 9806.0, 9750.0, 9791.0, 9766.0, 9806.0, 9751.0, 9761.0, 9747.0, 9749.0, 9799.0, 9726.0, 9770.0, 9749.0, 9744.0, 9748.0, 9720.0, 9795.0, 9772.0, 9830.0, 9774.0, 9777.0, 9748.0, 9733.0, 9789.0, 9749.0, 9809.0, 9755.0, 9808.0, 9752.0, 9791.0, 9756.0, 9763.0, 9773.0, 9730.0, 9802.0, 9751.0, 9817.0, 9766.0, 9832.0, 9784.0, 9833.0, 9779.0, 9819.0, 9781.0, 9789.0, 9794.0, 9777.0, 9819.0, 9752.0, 9832.0, 9777.0, 9827.0, 9789.0, 9830.0, 9785.0, 9790.0, 9752.0, 9727.0, 9792.0, 9751.0, 9808.0, 9765.0, 9814.0, 9782.0, 9817.0, 9748.0, 9757.0, 9729.0, 9728.0, 9740.0, 9728.0, 9789.0, 9735.0, 9789.0, 9725.0, 9775.0, 9724.0, 9776.0, 9773.0, 9781.0, 9785.0, 9743.0, 9780.0, 9737.0, 9791.0, 9732.0, 9792.0, 9731.0, 9775.0, 9718.0, 9771.0, 9730.0, 9768.0, 9744.0, 9802.0, 9745.0, 9785.0, 9717.0, 9754.0, 9717.0, 9740.0, 9746.0, 9743.0, 9743.0, 9725.0, 9793.0, 9766.0, 9822.0, 9740.0, 9745.0, 9728.0, 9705.0, 9791.0, 9746.0, 9769.0, 9774.0, 9759.0, 9831.0, 9784.0, 9775.0, 9820.0, 9741.0, 9812.0, 9738.0, 9790.0, 9728.0, 9773.0, 9732.0, 9769.0, 9748.0, 9775.0, 9766.0, 9721.0, 9787.0, 9727.0, 9764.0, 9761.0, 9761.0, 9823.0, 9767.0, 9834.0, 9795.0, 9830.0, 9790.0, 9793.0, 9776.0, 9799.0, 9773.0, 9749.0, 9777.0, 9720.0, 9785.0, 9712.0, 9785.0, 9745.0, 9786.0, 9753.0, 9766.0, 9727.0, 9737.0, 9726.0, 9738.0, 9743.0, 9725.0, 9759.0, 9703.0, 9774.0, 9721.0, 9789.0, 9772.0, 9784.0, 9794.0, 9764.0, 9825.0, 9760.0, 9820.0, 9783.0, 9833.0, 9814.0, 9839.0, 9794.0, 9809.0, 9791.0, 9774.0, 9799.0, 9756.0, 9801.0, 9757.0, 9813.0, 9756.0, 9796.0, 9754.0, 9753.0, 9782.0, 9743.0, 9818.0, 9775.0, 9833.0, 9805.0, 9829.0, 9770.0, 9793.0, 9750.0, 9760.0, 9795.0, 9732.0, 9790.0, 9722.0, 9772.0, 9745.0, 9725.0, 9738.0, 9714.0, 9772.0, 9734.0, 9803.0, 9748.0, 9790.0, 9748.0, 9759.0, 9748.0, 9762.0, 9778.0, 9733.0, 9790.0, 9738.0, 9787.0, 9750.0, 9788.0, 9767.0, 9749.0, 9764.0, 9727.0, 9808.0, 9758.0, 9813.0, 9796.0, 9785.0, 9789.0, 9751.0, 9815.0, 9784.0, 9848.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.00457947247706422</td></tr>
<tr><td colspan=3>aqi</td><td>0.039905618119266045</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.70442895204363</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3140559560390377</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0557533616991974</td></tr>
<tr><td colspan=3>efc</td><td>0.4848</td></tr>
<tr><td colspan=3>fber</td><td>6363.8042</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1047181574614144</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>60</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.8807339449541285</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.508829436600869</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.403144124522761</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.777433115599016</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.345911069680831</td></tr>
<tr><td colspan=3>gcor</td><td>0.00992937</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01690124161541462</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03559451922774315</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.969216039451687</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>21.3229</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.9309</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>178.4967</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295312.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>831.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>328.5114</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6916</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>532.1347</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3596.3285</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3808.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81232.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1243.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4663.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>959.3775</td></tr>
<tr><td colspan=3>tsnr</td><td>33.385517329734284</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>