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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-04_subject-0079_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-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-06_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-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-06_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-0079/ses-04/func/sub-0079_ses-04_task-social_acq-mb8_run-06_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>88905f9391a3dae5c70e00955a5d808f</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>13:17:7.870000</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.99958, 0.0289634, 0.000597829, -0.0289684, 0.999148, 0.0293822]</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-06_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.101043</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4158, -7753, -7273, 484, 22, -95, 31, 54]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 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>253.769</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b0d7728e-36b6-46b8-9ded-5f0ae4633fb1||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.6818008422851562, -0.07772020995616913, -0.0006849534693174064, 115.65560913085938], [-0.07770664244890213, 2.6806421279907227, 0.07934527099132538, -92.53898620605469], [0.0016039317706599832, -0.07883016020059586, 2.698833703994751, -68.0265121459961], [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': ['131707.870000', '131708.330000', '131708.790000', '131709.250000', '131709.710000', '131710.170000', '131710.630000', '131711.090000', '131711.550000', '131712.010000', '131712.470000', '131712.930000', '131713.390000', '131713.850000', '131714.310000', '131714.770000', '131715.230000', '131715.690000', '131716.150000', '131716.610000', '131717.070000', '131717.530000', '131717.990000', '131718.450000', '131718.910000', '131719.370000', '131719.830000', '131720.290000', '131720.750000', '131721.210000', '131721.670000', '131722.130000', '131722.590000', '131723.050000', '131723.510000', '131723.970000', '131724.430000', '131724.890000', '131725.350000', '131725.810000', '131726.270000', '131726.730000', '131727.190000', '131727.650000', '131728.110000', '131728.570000', '131729.030000', '131729.490000', '131729.950000', '131730.410000', '131730.870000', '131731.330000', '131731.790000', '131732.250000', '131732.710000', '131733.170000', '131733.630000', '131734.090000', '131734.550000', '131735.010000', '131735.470000', '131735.930000', '131736.390000', '131736.850000', '131737.310000', '131737.770000', '131738.230000', '131738.690000', '131739.150000', '131739.610000', '131740.070000', '131740.530000', '131740.990000', '131741.450000', '131741.910000', '131742.370000', '131742.830000', '131743.290000', '131743.750000', '131744.210000', '131744.670000', '131745.130000', '131745.590000', '131746.050000', '131746.510000', '131746.970000', '131747.430000', '131747.890000', '131748.350000', '131748.810000', '131749.270000', '131749.730000', '131750.190000', '131750.650000', '131751.110000', '131751.570000', '131752.030000', '131752.490000', '131752.950000', '131753.410000', '131753.870000', '131754.330000', '131754.790000', '131755.250000', '131755.710000', '131756.170000', '131756.630000', '131757.090000', '131757.550000', '131758.010000', '131758.470000', '131758.930000', '131759.390000', '131759.850000', '131800.310000', '131800.770000', '131801.230000', '131801.690000', '131802.150000', '131802.610000', '131803.070000', '131803.530000', '131803.990000', '131804.450000', '131804.910000', '131805.370000', '131805.830000', '131806.290000', '131806.750000', '131807.210000', '131807.670000', '131808.130000', '131808.590000', '131809.050000', '131809.510000', '131809.970000', '131810.430000', '131810.890000', '131811.350000', '131811.810000', '131812.270000', '131812.730000', '131813.190000', '131813.650000', '131814.110000', '131814.570000', '131815.030000', '131815.490000', '131815.950000', '131816.410000', '131816.870000', '131817.330000', '131817.790000', '131818.250000', '131818.710000', '131819.170000', '131819.630000', '131820.090000', '131820.550000', '131821.010000', '131821.470000', '131821.930000', '131822.390000', '131822.850000', '131823.310000', '131823.770000', '131824.230000', '131824.690000', '131825.150000', '131825.610000', '131826.070000', '131826.530000', '131826.990000', '131827.450000', '131827.910000', '131828.370000', '131828.830000', '131829.290000', '131829.750000', '131830.210000', '131830.670000', '131831.130000', '131831.590000', '131832.050000', '131832.510000', '131832.970000', '131833.430000', '131833.890000', '131834.350000', '131834.810000', '131835.270000', '131835.730000', '131836.190000', '131836.650000', '131837.110000', '131837.570000', '131838.030000', '131838.490000', '131838.950000', '131839.410000', '131839.870000', '131840.330000', '131840.790000', '131841.250000', '131841.710000', '131842.170000', '131842.630000', '131843.090000', '131843.550000', '131844.010000', '131844.470000', '131844.930000', '131845.390000', '131845.850000', '131846.310000', '131846.770000', '131847.230000', '131847.690000', '131848.150000', '131848.610000', '131849.070000', '131849.530000', '131849.990000', '131850.450000', '131850.910000', '131851.370000', '131851.830000', '131852.290000', '131852.750000', '131853.210000', '131853.670000', '131854.130000', '131854.590000', '131855.050000', '131855.510000', '131855.970000', '131856.430000', '131856.890000', '131857.350000', '131857.810000', '131858.270000', '131858.730000', '131859.190000', '131859.650000', '131900.110000', '131900.570000', '131901.030000', '131901.490000', '131901.950000', '131902.410000', '131902.870000', '131903.330000', '131903.790000', '131904.250000', '131904.710000', '131905.170000', '131905.630000', '131906.090000', '131906.550000', '131907.010000', '131907.470000', '131907.930000', '131908.390000', '131908.850000', '131909.310000', '131909.770000', '131910.230000', '131910.690000', '131911.150000', '131911.610000', '131912.070000', '131912.530000', '131912.990000', '131913.450000', '131913.910000', '131914.370000', '131914.830000', '131915.290000', '131915.750000', '131916.210000', '131916.670000', '131917.130000', '131917.590000', '131918.050000', '131918.510000', '131918.970000', '131919.430000', '131919.890000', '131920.350000', '131920.810000', '131921.270000', '131921.730000', '131922.190000', '131922.650000', '131923.110000', '131923.570000', '131924.030000', '131924.490000', '131924.950000', '131925.410000', '131925.870000', '131926.330000', '131926.790000', '131927.250000', '131927.710000', '131928.170000', '131928.630000', '131929.090000', '131929.550000', '131930.010000', '131930.470000', '131930.930000', '131931.390000', '131931.850000', '131932.310000', '131932.770000', '131933.230000', '131933.690000', '131934.150000', '131934.610000', '131935.070000', '131935.530000', '131935.990000', '131936.450000', '131936.910000', '131937.370000', '131937.830000', '131938.290000', '131938.750000', '131939.210000', '131939.670000', '131940.130000', '131940.590000', '131941.050000', '131941.510000', '131941.970000', '131942.430000', '131942.890000', '131943.350000', '131943.810000', '131944.270000', '131944.730000', '131945.190000', '131945.650000', '131946.110000', '131946.570000', '131947.030000', '131947.490000', '131947.950000', '131948.410000', '131948.870000', '131949.330000', '131949.790000', '131950.250000', '131950.710000', '131951.170000', '131951.630000', '131952.090000', '131952.550000', '131953.010000', '131953.470000', '131953.930000', '131954.390000', '131954.850000', '131955.310000', '131955.770000', '131956.230000', '131956.690000', '131957.150000', '131957.610000', '131958.070000', '131958.530000', '131958.990000', '131959.450000', '131959.910000', '132000.370000', '132000.830000', '132001.290000', '132001.750000', '132002.210000', '132002.670000', '132003.130000', '132003.590000', '132004.050000', '132004.510000', '132004.970000', '132005.430000', '132005.890000', '132006.350000', '132006.810000', '132007.270000', '132007.730000', '132008.190000', '132008.650000', '132009.110000', '132009.570000', '132010.030000', '132010.490000', '132010.950000', '132011.410000', '132011.870000', '132012.330000', '132012.790000', '132013.250000', '132013.710000', '132014.170000', '132014.630000', '132015.090000', '132015.550000', '132016.010000', '132016.470000', '132016.930000', '132017.390000', '132017.850000', '132018.310000', '132018.770000', '132019.230000', '132019.690000', '132020.150000', '132020.610000', '132021.070000', '132021.530000', '132021.990000', '132022.450000', '132022.910000', '132023.370000', '132023.830000', '132024.290000', '132024.750000', '132025.210000', '132025.670000', '132026.130000', '132026.590000', '132027.050000', '132027.510000', '132027.970000', '132028.430000', '132028.890000', '132029.350000', '132029.810000', '132030.270000', '132030.730000', '132031.190000', '132031.650000', '132032.110000', '132032.570000', '132033.030000', '132033.490000', '132033.950000', '132034.410000', '132034.870000', '132035.330000', '132035.790000', '132036.250000', '132036.710000', '132037.170000', '132037.630000', '132038.090000', '132038.550000', '132039.010000', '132039.470000', '132039.930000', '132040.390000', '132040.850000', '132041.310000', '132041.770000', '132042.230000', '132042.690000', '132043.150000', '132043.610000', '132044.070000', '132044.530000', '132044.990000', '132045.450000', '132045.910000', '132046.370000', '132046.830000', '132047.290000', '132047.750000', '132048.210000', '132048.670000', '132049.130000', '132049.590000', '132050.050000', '132050.510000', '132050.970000', '132051.430000', '132051.890000', '132052.350000', '132052.810000', '132053.270000', '132053.730000', '132054.190000', '132054.650000', '132055.110000', '132055.570000', '132056.030000', '132056.490000', '132056.950000', '132057.410000', '132057.870000', '132058.330000', '132058.790000', '132059.250000', '132059.710000', '132100.170000', '132100.630000', '132101.090000', '132101.550000', '132102.010000', '132102.470000', '132102.930000', '132103.390000', '132103.850000', '132104.310000', '132104.770000', '132105.230000', '132105.690000', '132106.150000', '132106.610000', '132107.070000', '132107.530000', '132107.990000', '132108.450000', '132108.910000', '132109.370000', '132109.830000', '132110.290000', '132110.750000', '132111.210000', '132111.670000', '132112.130000', '132112.590000', '132113.050000', '132113.510000', '132113.970000', '132114.430000', '132114.890000', '132115.350000', '132115.810000', '132116.270000', '132116.730000', '132117.190000', '132117.650000', '132118.110000', '132118.570000', '132119.030000', '132119.490000', '132119.950000', '132120.410000', '132120.870000', '132121.330000', '132121.790000', '132122.250000', '132122.710000', '132123.170000', '132123.630000', '132124.090000', '132124.550000', '132125.010000', '132125.470000', '132125.930000', '132126.390000', '132126.850000', '132127.310000', '132127.770000', '132128.230000', '132128.690000', '132129.150000', '132129.610000', '132130.070000', '132130.530000', '132130.990000', '132131.450000', '132131.910000', '132132.370000', '132132.830000', '132133.290000', '132133.750000', '132134.210000', '132134.670000', '132135.130000', '132135.590000', '132136.050000', '132136.510000', '132136.970000', '132137.430000', '132137.890000', '132138.350000', '132138.810000', '132139.270000', '132139.730000', '132140.190000', '132140.650000', '132141.110000', '132141.570000', '132142.030000', '132142.490000', '132142.950000', '132143.410000', '132143.870000', '132144.330000', '132144.790000', '132145.250000', '132145.710000', '132146.170000', '132146.630000', '132147.090000', '132147.550000', '132148.010000', '132148.470000', '132148.930000', '132149.390000', '132149.850000', '132150.310000', '132150.770000', '132151.230000', '132151.690000', '132152.150000', '132152.610000', '132153.070000', '132153.530000', '132153.990000', '132154.450000', '132154.910000', '132155.370000', '132155.830000', '132156.290000', '132156.750000', '132157.210000', '132157.670000', '132158.130000', '132158.590000', '132159.050000', '132159.510000', '132159.970000', '132200.430000', '132200.890000', '132201.350000', '132201.810000', '132202.270000', '132202.730000', '132203.190000', '132203.650000', '132204.110000', '132204.570000', '132205.030000', '132205.490000', '132205.950000', '132206.410000', '132206.870000', '132207.330000', '132207.790000', '132208.250000', '132208.710000', '132209.170000', '132209.630000', '132210.090000', '132210.550000', '132211.010000', '132211.470000', '132211.930000', '132212.390000', '132212.850000', '132213.310000', '132213.770000', '132214.230000', '132214.690000', '132215.150000', '132215.610000', '132216.070000', '132216.530000', '132216.990000', '132217.450000', '132217.910000', '132218.370000', '132218.830000', '132219.290000', '132219.750000', '132220.210000', '132220.670000', '132221.130000', '132221.590000', '132222.050000', '132222.510000', '132222.970000', '132223.430000', '132223.890000', '132224.350000', '132224.810000', '132225.270000', '132225.730000', '132226.190000', '132226.650000', '132227.110000', '132227.570000', '132228.030000', '132228.490000', '132228.950000', '132229.410000', '132229.870000', '132230.330000', '132230.790000', '132231.250000', '132231.710000', '132232.170000', '132232.630000', '132233.090000', '132233.550000', '132234.010000', '132234.470000', '132234.930000', '132235.390000', '132235.850000', '132236.310000', '132236.770000', '132237.230000', '132237.690000', '132238.150000', '132238.610000', '132239.070000', '132239.530000', '132239.990000', '132240.450000', '132240.910000', '132241.370000', '132241.830000', '132242.290000', '132242.750000', '132243.210000', '132243.670000', '132244.130000', '132244.590000', '132245.050000', '132245.510000', '132245.970000', '132246.430000', '132246.890000', '132247.350000', '132247.810000', '132248.270000', '132248.730000', '132249.190000', '132249.650000', '132250.110000', '132250.570000', '132251.030000', '132251.490000', '132251.950000', '132252.410000', '132252.870000', '132253.330000', '132253.790000', '132254.250000', '132254.710000', '132255.170000', '132255.630000', '132256.090000', '132256.550000', '132257.010000', '132257.470000', '132257.930000', '132258.390000', '132258.850000', '132259.310000', '132259.770000', '132300.230000', '132300.690000', '132301.150000', '132301.610000', '132302.070000', '132302.530000', '132302.990000', '132303.450000', '132303.910000', '132304.370000', '132304.830000', '132305.290000', '132305.750000', '132306.210000', '132306.670000', '132307.130000', '132307.590000', '132308.050000', '132308.510000', '132308.970000', '132309.430000', '132309.890000', '132310.350000', '132310.810000', '132311.270000', '132311.730000', '132312.190000', '132312.650000', '132313.110000', '132313.570000', '132314.030000', '132314.490000', '132314.950000', '132315.410000', '132315.870000', '132316.330000', '132316.790000', '132317.250000', '132317.710000', '132318.170000', '132318.630000', '132319.090000', '132319.550000', '132320.010000', '132320.470000', '132320.930000', '132321.390000', '132321.850000', '132322.310000', '132322.770000', '132323.230000', '132323.690000', '132324.150000', '132324.610000', '132325.070000', '132325.530000', '132325.990000', '132326.450000', '132326.910000', '132327.370000', '132327.830000', '132328.290000', '132328.750000', '132329.210000', '132329.670000', '132330.130000', '132330.590000', '132331.050000', '132331.510000', '132331.970000', '132332.430000', '132332.890000', '132333.350000', '132333.810000', '132334.270000', '132334.730000', '132335.190000', '132335.650000', '132336.110000', '132336.570000', '132337.030000', '132337.490000', '132337.950000', '132338.410000', '132338.870000', '132339.330000', '132339.790000', '132340.250000', '132340.710000', '132341.170000', '132341.630000', '132342.090000', '132342.550000', '132343.010000', '132343.470000', '132343.930000', '132344.390000', '132344.850000', '132345.310000', '132345.770000', '132346.230000', '132346.690000', '132347.150000', '132347.610000', '132348.070000', '132348.530000'], 'ContentTime': ['131727.653000', '131727.656000', '131727.659000', '131727.662000', '131727.665000', '131727.667000', '131727.670000', '131727.674000', '131727.677000', '131727.679000', '131727.682000', '131727.684000', '131727.687000', '131727.690000', '131727.692000', '131727.695000', '131727.697000', '131727.700000', '131727.703000', '131727.705000', '131727.708000', '131727.711000', '131727.713000', '131727.716000', '131727.719000', '131727.721000', '131727.724000', '131727.727000', '131727.729000', '131727.743000', '131727.745000', '131727.748000', '131727.750000', '131727.753000', '131727.756000', '131727.758000', '131727.761000', '131727.763000', '131727.766000', '131727.769000', '131727.771000', '131747.609000', '131747.612000', '131747.615000', '131747.618000', '131747.620000', '131747.623000', '131747.626000', '131747.628000', '131747.631000', '131747.633000', '131747.636000', '131747.639000', '131747.641000', '131747.644000', '131747.647000', '131747.649000', '131747.652000', '131747.655000', '131747.657000', '131747.660000', '131747.662000', '131747.665000', '131747.668000', '131747.670000', '131747.673000', '131747.675000', '131747.678000', '131747.681000', '131747.683000', '131747.686000', '131747.689000', '131747.691000', '131747.694000', '131747.697000', '131747.699000', '131747.702000', '131747.704000', '131747.707000', '131747.710000', '131747.712000', '131747.715000', '131747.717000', '131747.720000', '131807.609000', '131807.612000', '131807.615000', '131807.618000', '131807.620000', '131807.623000', '131807.625000', '131807.628000', '131807.631000', '131807.635000', '131807.638000', '131807.640000', '131807.643000', '131807.645000', '131807.648000', '131807.651000', '131807.654000', '131807.656000', '131807.659000', '131807.662000', '131807.664000', '131807.667000', '131807.669000', '131807.672000', '131807.675000', '131807.677000', '131807.680000', '131807.683000', '131807.685000', '131807.688000', '131807.691000', '131807.693000', '131807.696000', '131807.699000', '131807.701000', '131807.704000', '131807.707000', '131807.710000', '131807.712000', '131807.715000', '131807.726000', '131807.728000', '131807.731000', '131827.609000', '131827.612000', '131827.615000', '131827.617000', '131827.620000', '131827.623000', '131827.625000', '131827.628000', '131827.630000', '131827.633000', '131827.636000', '131827.638000', '131827.641000', '131827.643000', '131827.646000', '131827.649000', '131827.652000', '131827.654000', '131827.657000', '131827.660000', '131827.671000', '131827.673000', '131827.676000', '131827.679000', '131827.681000', '131827.684000', '131827.686000', '131827.689000', '131827.692000', '131827.694000', '131827.697000', '131827.700000', '131827.703000', '131827.705000', '131827.708000', '131827.711000', '131827.713000', '131827.716000', '131827.718000', '131827.721000', '131827.724000', '131827.726000', '131827.729000', '131827.732000', '131847.609000', '131847.612000', '131847.615000', '131847.618000', '131847.620000', '131847.623000', '131847.626000', '131847.628000', '131847.631000', '131847.634000', '131847.636000', '131847.639000', '131847.641000', '131847.644000', '131847.647000', '131847.649000', '131847.652000', '131847.655000', '131847.657000', '131847.660000', '131847.662000', '131847.665000', '131847.668000', '131847.670000', '131847.673000', '131847.676000', '131847.698000', '131847.700000', '131847.703000', '131847.706000', '131847.708000', '131847.711000', '131847.714000', '131847.716000', '131847.719000', '131847.722000', '131847.724000', '131847.727000', '131847.730000', '131847.732000', '131847.735000', '131847.738000', '131847.740000', '131847.743000', '131907.610000', '131907.613000', '131907.616000', '131907.618000', '131907.622000', '131907.624000', '131907.627000', '131907.629000', '131907.632000', '131907.635000', '131907.637000', '131907.640000', '131907.643000', '131907.646000', '131907.648000', '131907.651000', '131907.654000', '131907.656000', '131907.659000', '131907.662000', '131907.664000', '131907.667000', '131907.669000', '131907.672000', '131907.675000', '131907.677000', '131907.680000', '131907.682000', '131907.685000', '131907.688000', '131907.690000', '131907.693000', '131907.696000', '131907.698000', '131907.701000', '131907.703000', '131907.706000', '131907.709000', '131907.711000', '131907.714000', '131907.717000', '131907.719000', '131907.722000', '131927.611000', '131927.614000', '131927.616000', '131927.619000', '131927.621000', '131927.624000', '131927.627000', '131927.629000', '131927.632000', '131927.635000', '131927.637000', '131927.640000', '131927.642000', '131927.645000', '131927.648000', '131927.650000', '131927.653000', '131927.655000', '131927.658000', '131927.661000', '131927.663000', '131927.666000', '131927.669000', '131927.671000', '131927.675000', '131927.677000', '131927.680000', '131927.683000', '131927.685000', '131927.688000', '131927.691000', '131927.693000', '131927.696000', '131927.699000', '131927.701000', '131927.704000', '131927.706000', '131927.709000', '131927.712000', '131927.714000', '131927.717000', '131927.720000', '131927.722000', '131947.611000', '131947.613000', '131947.616000', '131947.619000', '131947.622000', '131947.624000', '131947.627000', '131947.629000', '131947.632000', '131947.635000', '131947.638000', '131947.640000', '131947.643000', '131947.646000', '131947.648000', '131947.651000', '131947.654000', '131947.656000', '131947.659000', '131947.661000', '131947.664000', '131947.667000', '131947.669000', '131947.672000', '131947.675000', '131947.677000', '131947.680000', '131947.682000', '131947.685000', '131947.688000', '131947.690000', '131947.693000', '131947.696000', '131947.699000', '131947.701000', '131947.704000', '131947.706000', '131947.709000', '131947.712000', '131947.714000', '131947.717000', '131947.720000', '131947.722000', '131947.725000', '132007.609000', '132007.612000', '132007.615000', '132007.618000', '132007.620000', '132007.623000', '132007.626000', '132007.628000', '132007.631000', '132007.634000', '132007.636000', '132007.639000', '132007.641000', '132007.644000', '132007.647000', '132007.649000', '132007.652000', '132007.655000', '132007.658000', '132007.660000', '132007.663000', '132007.665000', '132007.668000', '132007.671000', '132007.674000', '132007.676000', '132007.679000', '132007.682000', '132007.684000', '132007.687000', '132007.690000', '132007.692000', '132007.695000', '132007.697000', '132007.700000', '132007.703000', '132007.705000', '132007.708000', '132007.711000', '132007.713000', '132007.716000', '132007.719000', '132007.721000', '132027.610000', '132027.612000', '132027.615000', '132027.618000', '132027.621000', '132027.623000', '132027.626000', '132027.629000', '132027.631000', '132027.634000', '132027.637000', '132027.639000', '132027.642000', '132027.645000', '132027.647000', '132027.650000', '132027.653000', '132027.655000', '132027.658000', '132027.660000', '132027.663000', '132027.666000', '132027.698000', '132027.701000', '132027.703000', '132027.706000', '132027.709000', '132027.711000', '132027.714000', '132027.717000', '132027.719000', '132027.722000', '132027.725000', '132027.727000', '132027.736000', '132027.739000', '132027.741000', '132027.744000', '132027.747000', '132027.749000', '132027.752000', '132027.755000', '132027.757000', '132027.760000', '132047.610000', '132047.613000', '132047.615000', '132047.618000', '132047.621000', '132047.623000', '132047.626000', '132047.629000', '132047.631000', '132047.634000', '132047.636000', '132047.639000', '132047.642000', '132047.645000', '132047.647000', '132047.650000', '132047.652000', '132047.655000', '132047.658000', '132047.660000', '132047.663000', '132047.666000', '132047.668000', '132047.671000', '132047.674000', '132047.676000', '132047.679000', '132047.682000', '132047.684000', '132047.687000', '132047.690000', '132047.692000', '132047.695000', '132047.698000', '132047.700000', '132047.703000', '132047.706000', '132047.708000', '132047.712000', '132047.717000', '132047.720000', '132047.722000', '132047.725000', '132107.609000', '132107.612000', '132107.616000', '132107.618000', '132107.621000', '132107.624000', '132107.627000', '132107.629000', '132107.632000', '132107.634000', '132107.637000', '132107.640000', '132107.642000', '132107.645000', '132107.648000', '132107.650000', '132107.653000', '132107.656000', '132107.658000', '132107.661000', '132107.664000', '132107.666000', '132107.669000', '132107.672000', '132107.674000', '132107.677000', '132107.680000', '132107.682000', '132107.685000', '132107.688000', '132107.690000', '132107.693000', '132107.696000', '132107.698000', '132107.701000', '132107.704000', '132107.706000', '132107.709000', '132107.712000', '132107.714000', '132107.717000', '132107.719000', '132107.722000', '132107.725000', '132127.611000', '132127.613000', '132127.616000', '132127.619000', '132127.621000', '132127.624000', '132127.627000', '132127.629000', '132127.632000', '132127.635000', '132127.637000', '132127.640000', '132127.643000', '132127.645000', '132127.648000', '132127.651000', '132127.653000', '132127.656000', '132127.659000', '132127.661000', '132127.664000', '132127.667000', '132127.669000', '132127.672000', '132127.675000', '132127.678000', '132127.681000', '132127.684000', '132127.687000', '132127.689000', '132127.692000', '132127.695000', '132127.698000', '132127.700000', '132127.703000', '132127.706000', '132127.708000', '132127.711000', '132127.713000', '132127.716000', '132127.719000', '132127.721000', '132127.724000', '132147.610000', '132147.613000', '132147.616000', '132147.618000', '132147.621000', '132147.624000', '132147.626000', '132147.629000', '132147.632000', '132147.634000', '132147.637000', '132147.640000', '132147.642000', '132147.645000', '132147.648000', '132147.650000', '132147.653000', '132147.656000', '132147.658000', '132147.661000', '132147.663000', '132147.666000', '132147.669000', '132147.671000', '132147.674000', '132147.677000', '132147.679000', '132147.682000', '132147.685000', '132147.687000', '132147.690000', '132147.693000', '132147.695000', '132147.698000', '132147.701000', '132147.703000', '132147.706000', '132147.709000', '132147.711000', '132147.714000', '132147.717000', '132147.720000', '132147.722000', '132147.725000', '132207.610000', '132207.613000', '132207.616000', '132207.638000', '132207.640000', '132207.643000', '132207.645000', '132207.648000', '132207.651000', '132207.653000', '132207.656000', '132207.658000', '132207.661000', '132207.664000', '132207.666000', '132207.669000', '132207.672000', '132207.674000', '132207.677000', '132207.680000', '132207.682000', '132207.685000', '132207.688000', '132207.690000', '132207.693000', '132207.696000', '132207.698000', '132207.701000', '132207.704000', '132207.707000', '132207.709000', '132207.712000', '132207.715000', '132207.717000', '132207.720000', '132207.723000', '132207.725000', '132207.728000', '132207.731000', '132207.733000', '132207.736000', '132207.739000', '132207.742000', '132227.609000', '132227.612000', '132227.615000', '132227.617000', '132227.620000', '132227.623000', '132227.626000', '132227.628000', '132227.631000', '132227.634000', '132227.636000', '132227.639000', '132227.642000', '132227.644000', '132227.647000', '132227.650000', '132227.652000', '132227.655000', '132227.658000', '132227.660000', '132227.663000', '132227.666000', '132227.668000', '132227.671000', '132227.674000', '132227.676000', '132227.679000', '132227.682000', '132227.684000', '132227.687000', '132227.690000', '132227.692000', '132227.695000', '132227.698000', '132227.700000', '132227.703000', '132227.706000', '132227.708000', '132227.711000', '132227.714000', '132227.716000', '132227.719000', '132227.722000', '132227.724000', '132247.610000', '132247.612000', '132247.615000', '132247.618000', '132247.621000', '132247.623000', '132247.626000', '132247.629000', '132247.631000', '132247.634000', '132247.637000', '132247.639000', '132247.642000', '132247.644000', '132247.647000', '132247.650000', '132247.652000', '132247.655000', '132247.658000', '132247.662000', '132247.665000', '132247.667000', '132247.670000', '132247.673000', '132247.675000', '132247.678000', '132247.681000', '132247.683000', '132247.686000', '132247.689000', '132247.691000', '132247.694000', '132247.697000', '132247.699000', '132247.702000', '132247.704000', '132247.707000', '132247.710000', '132247.712000', '132247.715000', '132247.717000', '132247.720000', '132247.723000', '132307.609000', '132307.612000', '132307.615000', '132307.618000', '132307.620000', '132307.623000', '132307.626000', '132307.628000', '132307.631000', '132307.633000', '132307.636000', '132307.639000', '132307.641000', '132307.644000', '132307.647000', '132307.649000', '132307.652000', '132307.655000', '132307.657000', '132307.660000', '132307.663000', '132307.665000', '132307.668000', '132307.674000', '132307.676000', '132307.679000', '132307.681000', '132307.684000', '132307.687000', '132307.689000', '132307.692000', '132307.695000', '132307.697000', '132307.700000', '132307.703000', '132307.705000', '132307.708000', '132307.710000', '132307.713000', '132307.716000', '132307.718000', '132307.721000', '132307.723000', '132307.726000', '132327.610000', '132327.613000', '132327.615000', '132327.618000', '132327.620000', '132327.623000', '132327.626000', '132327.628000', '132327.631000', '132327.634000', '132327.637000', '132327.639000', '132327.642000', '132327.644000', '132327.673000', '132327.675000', '132327.678000', '132327.681000', '132327.683000', '132327.686000', '132327.688000', '132327.691000', '132327.694000', '132327.696000', '132327.699000', '132327.702000', '132327.704000', '132327.707000', '132327.710000', '132327.713000', '132327.715000', '132327.718000', '132327.720000', '132327.723000', '132327.726000', '132327.728000', '132327.731000', '132327.734000', '132327.736000', '132327.739000', '132327.742000', '132327.744000', '132327.747000', '132347.610000', '132347.613000', '132347.616000', '132347.619000', '132347.621000', '132347.624000', '132347.626000', '132347.629000', '132347.632000', '132347.634000', '132347.637000', '132347.640000', '132347.642000', '132347.645000', '132347.648000', '132347.651000', '132347.653000', '132347.656000', '132347.659000', '132347.661000', '132347.664000', '132347.666000', '132347.669000', '132347.672000', '132347.674000', '132347.677000', '132347.680000', '132347.682000', '132347.685000', '132347.688000', '132347.690000', '132347.693000', '132347.696000', '132347.698000', '132347.701000', '132347.704000', '132347.706000', '132347.709000', '132347.711000', '132347.714000', '132347.717000', '132347.719000', '132347.722000', '132347.725000', '132349.805000', '132349.808000', '132349.811000', '132349.813000', '132349.816000'], 'InstanceCreationTime': ['131727.653000', '131727.656000', '131727.659000', '131727.662000', '131727.665000', '131727.667000', '131727.670000', '131727.674000', '131727.677000', '131727.679000', '131727.682000', '131727.684000', '131727.687000', '131727.690000', '131727.692000', '131727.695000', '131727.697000', '131727.700000', '131727.703000', '131727.705000', '131727.708000', '131727.711000', '131727.713000', '131727.716000', '131727.719000', '131727.721000', '131727.724000', '131727.727000', '131727.729000', '131727.743000', '131727.745000', '131727.748000', '131727.750000', '131727.753000', '131727.756000', '131727.758000', '131727.761000', '131727.763000', '131727.766000', '131727.769000', '131727.771000', '131747.609000', '131747.612000', '131747.615000', '131747.618000', '131747.620000', '131747.623000', '131747.626000', '131747.628000', '131747.631000', '131747.633000', '131747.636000', '131747.639000', '131747.641000', '131747.644000', '131747.647000', '131747.649000', '131747.652000', '131747.655000', '131747.657000', '131747.660000', '131747.662000', '131747.665000', '131747.668000', '131747.670000', '131747.673000', '131747.675000', '131747.678000', '131747.681000', '131747.683000', '131747.686000', '131747.689000', '131747.691000', '131747.694000', '131747.697000', '131747.699000', '131747.702000', '131747.704000', '131747.707000', '131747.710000', '131747.712000', '131747.715000', '131747.717000', '131747.720000', '131807.609000', '131807.612000', '131807.615000', '131807.618000', '131807.620000', '131807.623000', '131807.625000', '131807.628000', '131807.631000', '131807.635000', '131807.638000', '131807.640000', '131807.643000', '131807.645000', '131807.648000', '131807.651000', '131807.654000', '131807.656000', '131807.659000', '131807.662000', '131807.664000', '131807.667000', '131807.669000', '131807.672000', '131807.675000', '131807.677000', '131807.680000', '131807.683000', '131807.685000', '131807.688000', '131807.691000', '131807.693000', '131807.696000', '131807.699000', '131807.701000', '131807.704000', '131807.707000', '131807.710000', '131807.712000', '131807.715000', '131807.726000', '131807.728000', '131807.731000', '131827.609000', '131827.612000', '131827.615000', '131827.617000', '131827.620000', '131827.623000', '131827.625000', '131827.628000', '131827.630000', '131827.633000', '131827.636000', '131827.638000', '131827.641000', '131827.643000', '131827.646000', '131827.649000', '131827.652000', '131827.654000', '131827.657000', '131827.660000', '131827.671000', '131827.673000', '131827.676000', '131827.679000', '131827.681000', '131827.684000', '131827.686000', '131827.689000', '131827.692000', '131827.694000', '131827.697000', '131827.700000', '131827.703000', '131827.705000', '131827.708000', '131827.711000', '131827.713000', '131827.716000', '131827.718000', '131827.721000', '131827.724000', '131827.726000', '131827.729000', '131827.732000', '131847.609000', '131847.612000', '131847.615000', '131847.618000', '131847.620000', '131847.623000', '131847.626000', '131847.628000', '131847.631000', '131847.634000', '131847.636000', '131847.639000', '131847.641000', '131847.644000', '131847.647000', '131847.649000', '131847.652000', '131847.655000', '131847.657000', '131847.660000', '131847.662000', '131847.665000', '131847.668000', '131847.670000', '131847.673000', '131847.676000', '131847.698000', '131847.700000', '131847.703000', '131847.706000', '131847.708000', '131847.711000', '131847.714000', '131847.716000', '131847.719000', '131847.722000', '131847.724000', '131847.727000', '131847.730000', '131847.732000', '131847.735000', '131847.738000', '131847.740000', '131847.743000', '131907.610000', '131907.613000', '131907.616000', '131907.618000', '131907.622000', '131907.624000', '131907.627000', '131907.629000', '131907.632000', '131907.635000', '131907.637000', '131907.640000', '131907.643000', '131907.646000', '131907.648000', '131907.651000', '131907.654000', '131907.656000', '131907.659000', '131907.662000', '131907.664000', '131907.667000', '131907.669000', '131907.672000', '131907.675000', '131907.677000', '131907.680000', '131907.682000', '131907.685000', '131907.688000', '131907.690000', '131907.693000', '131907.696000', '131907.698000', '131907.701000', '131907.703000', '131907.706000', '131907.709000', '131907.711000', '131907.714000', '131907.717000', '131907.719000', '131907.722000', '131927.611000', '131927.614000', '131927.616000', '131927.619000', '131927.621000', '131927.624000', '131927.627000', '131927.629000', '131927.632000', '131927.635000', '131927.637000', '131927.640000', '131927.642000', '131927.645000', '131927.648000', '131927.650000', '131927.653000', '131927.655000', '131927.658000', '131927.661000', '131927.663000', '131927.666000', '131927.669000', '131927.671000', '131927.675000', '131927.677000', '131927.680000', '131927.683000', '131927.685000', '131927.688000', '131927.691000', '131927.693000', '131927.696000', '131927.699000', '131927.701000', '131927.704000', '131927.706000', '131927.709000', '131927.712000', '131927.714000', '131927.717000', '131927.720000', '131927.722000', '131947.611000', '131947.613000', '131947.616000', '131947.619000', '131947.622000', '131947.624000', '131947.627000', '131947.629000', '131947.632000', '131947.635000', '131947.638000', '131947.640000', '131947.643000', '131947.646000', '131947.648000', '131947.651000', '131947.654000', '131947.656000', '131947.659000', '131947.661000', '131947.664000', '131947.667000', '131947.669000', '131947.672000', '131947.675000', '131947.677000', '131947.680000', '131947.682000', '131947.685000', '131947.688000', '131947.690000', '131947.693000', '131947.696000', '131947.699000', '131947.701000', '131947.704000', '131947.706000', '131947.709000', '131947.712000', '131947.714000', '131947.717000', '131947.720000', '131947.722000', '131947.725000', '132007.609000', '132007.612000', '132007.615000', '132007.618000', '132007.620000', '132007.623000', '132007.626000', '132007.628000', '132007.631000', '132007.634000', '132007.636000', '132007.639000', '132007.641000', '132007.644000', '132007.647000', '132007.649000', '132007.652000', '132007.655000', '132007.658000', '132007.660000', '132007.663000', '132007.665000', '132007.668000', '132007.671000', '132007.674000', '132007.676000', '132007.679000', '132007.682000', '132007.684000', '132007.687000', '132007.690000', '132007.692000', '132007.695000', '132007.697000', '132007.700000', '132007.703000', '132007.705000', '132007.708000', '132007.711000', '132007.713000', '132007.716000', '132007.719000', '132007.721000', '132027.610000', '132027.612000', '132027.615000', '132027.618000', '132027.621000', '132027.623000', '132027.626000', '132027.629000', '132027.631000', '132027.634000', '132027.637000', '132027.639000', '132027.642000', '132027.645000', '132027.647000', '132027.650000', '132027.653000', '132027.655000', '132027.658000', '132027.660000', '132027.663000', '132027.666000', '132027.698000', '132027.701000', '132027.703000', '132027.706000', '132027.709000', '132027.711000', '132027.714000', '132027.717000', '132027.719000', '132027.722000', '132027.725000', '132027.727000', '132027.736000', '132027.739000', '132027.741000', '132027.744000', '132027.747000', '132027.749000', '132027.752000', '132027.755000', '132027.757000', '132027.760000', '132047.610000', '132047.613000', '132047.615000', '132047.618000', '132047.621000', '132047.623000', '132047.626000', '132047.629000', '132047.631000', '132047.634000', '132047.636000', '132047.639000', '132047.642000', '132047.645000', '132047.647000', '132047.650000', '132047.652000', '132047.655000', '132047.658000', '132047.660000', '132047.663000', '132047.666000', '132047.668000', '132047.671000', '132047.674000', '132047.676000', '132047.679000', '132047.682000', '132047.684000', '132047.687000', '132047.690000', '132047.692000', '132047.695000', '132047.698000', '132047.700000', '132047.703000', '132047.706000', '132047.708000', '132047.712000', '132047.717000', '132047.720000', '132047.722000', '132047.725000', '132107.609000', '132107.612000', '132107.616000', '132107.618000', '132107.621000', '132107.624000', '132107.627000', '132107.629000', '132107.632000', '132107.634000', '132107.637000', '132107.640000', '132107.642000', '132107.645000', '132107.648000', '132107.650000', '132107.653000', '132107.656000', '132107.658000', '132107.661000', '132107.664000', '132107.666000', '132107.669000', '132107.672000', '132107.674000', '132107.677000', '132107.680000', '132107.682000', '132107.685000', '132107.688000', '132107.690000', '132107.693000', '132107.696000', '132107.698000', '132107.701000', '132107.704000', '132107.706000', '132107.709000', '132107.712000', '132107.714000', '132107.717000', '132107.719000', '132107.722000', '132107.725000', '132127.611000', '132127.613000', '132127.616000', '132127.619000', '132127.621000', '132127.624000', '132127.627000', '132127.629000', '132127.632000', '132127.635000', '132127.637000', '132127.640000', '132127.643000', '132127.645000', '132127.648000', '132127.651000', '132127.653000', '132127.656000', '132127.659000', '132127.661000', '132127.664000', '132127.667000', '132127.669000', '132127.672000', '132127.675000', '132127.678000', '132127.681000', '132127.684000', '132127.687000', '132127.689000', '132127.692000', '132127.695000', '132127.698000', '132127.700000', '132127.703000', '132127.706000', '132127.708000', '132127.711000', '132127.713000', '132127.716000', '132127.719000', '132127.721000', '132127.724000', '132147.610000', '132147.613000', '132147.616000', '132147.618000', '132147.621000', '132147.624000', '132147.626000', '132147.629000', '132147.632000', '132147.634000', '132147.637000', '132147.640000', '132147.642000', '132147.645000', '132147.648000', '132147.650000', '132147.653000', '132147.656000', '132147.658000', '132147.661000', '132147.663000', '132147.666000', '132147.669000', '132147.671000', '132147.674000', '132147.677000', '132147.679000', '132147.682000', '132147.685000', '132147.687000', '132147.690000', '132147.693000', '132147.695000', '132147.698000', '132147.701000', '132147.703000', '132147.706000', '132147.709000', '132147.711000', '132147.714000', '132147.717000', '132147.720000', '132147.722000', '132147.725000', '132207.610000', '132207.613000', '132207.616000', '132207.638000', '132207.640000', '132207.643000', '132207.645000', '132207.648000', '132207.651000', '132207.653000', '132207.656000', '132207.658000', '132207.661000', '132207.664000', '132207.666000', '132207.669000', '132207.672000', '132207.674000', '132207.677000', '132207.680000', '132207.682000', '132207.685000', '132207.688000', '132207.690000', '132207.693000', '132207.696000', '132207.698000', '132207.701000', '132207.704000', '132207.707000', '132207.709000', '132207.712000', '132207.715000', '132207.717000', '132207.720000', '132207.723000', '132207.725000', '132207.728000', '132207.731000', '132207.733000', '132207.736000', '132207.739000', '132207.742000', '132227.609000', '132227.612000', '132227.615000', '132227.617000', '132227.620000', '132227.623000', '132227.626000', '132227.628000', '132227.631000', '132227.634000', '132227.636000', '132227.639000', '132227.642000', '132227.644000', '132227.647000', '132227.650000', '132227.652000', '132227.655000', '132227.658000', '132227.660000', '132227.663000', '132227.666000', '132227.668000', '132227.671000', '132227.674000', '132227.676000', '132227.679000', '132227.682000', '132227.684000', '132227.687000', '132227.690000', '132227.692000', '132227.695000', '132227.698000', '132227.700000', '132227.703000', '132227.706000', '132227.708000', '132227.711000', '132227.714000', '132227.716000', '132227.719000', '132227.722000', '132227.724000', '132247.610000', '132247.612000', '132247.615000', '132247.618000', '132247.621000', '132247.623000', '132247.626000', '132247.629000', '132247.631000', '132247.634000', '132247.637000', '132247.639000', '132247.642000', '132247.644000', '132247.647000', '132247.650000', '132247.652000', '132247.655000', '132247.658000', '132247.662000', '132247.665000', '132247.667000', '132247.670000', '132247.673000', '132247.675000', '132247.678000', '132247.681000', '132247.683000', '132247.686000', '132247.689000', '132247.691000', '132247.694000', '132247.697000', '132247.699000', '132247.702000', '132247.704000', '132247.707000', '132247.710000', '132247.712000', '132247.715000', '132247.717000', '132247.720000', '132247.723000', '132307.609000', '132307.612000', '132307.615000', '132307.618000', '132307.620000', '132307.623000', '132307.626000', '132307.628000', '132307.631000', '132307.633000', '132307.636000', '132307.639000', '132307.641000', '132307.644000', '132307.647000', '132307.649000', '132307.652000', '132307.655000', '132307.657000', '132307.660000', '132307.663000', '132307.665000', '132307.668000', '132307.674000', '132307.676000', '132307.679000', '132307.681000', '132307.684000', '132307.687000', '132307.689000', '132307.692000', '132307.695000', '132307.697000', '132307.700000', '132307.703000', '132307.705000', '132307.708000', '132307.710000', '132307.713000', '132307.716000', '132307.718000', '132307.721000', '132307.723000', '132307.726000', '132327.610000', '132327.613000', '132327.615000', '132327.618000', '132327.620000', '132327.623000', '132327.626000', '132327.628000', '132327.631000', '132327.634000', '132327.637000', '132327.639000', '132327.642000', '132327.644000', '132327.673000', '132327.675000', '132327.678000', '132327.681000', '132327.683000', '132327.686000', '132327.688000', '132327.691000', '132327.694000', '132327.696000', '132327.699000', '132327.702000', '132327.704000', '132327.707000', '132327.710000', '132327.713000', '132327.715000', '132327.718000', '132327.720000', '132327.723000', '132327.726000', '132327.728000', '132327.731000', '132327.734000', '132327.736000', '132327.739000', '132327.742000', '132327.744000', '132327.747000', '132347.610000', '132347.613000', '132347.616000', '132347.619000', '132347.621000', '132347.624000', '132347.626000', '132347.629000', '132347.632000', '132347.634000', '132347.637000', '132347.640000', '132347.642000', '132347.645000', '132347.648000', '132347.651000', '132347.653000', '132347.656000', '132347.659000', '132347.661000', '132347.664000', '132347.666000', '132347.669000', '132347.672000', '132347.674000', '132347.677000', '132347.680000', '132347.682000', '132347.685000', '132347.688000', '132347.690000', '132347.693000', '132347.696000', '132347.698000', '132347.701000', '132347.704000', '132347.706000', '132347.709000', '132347.711000', '132347.714000', '132347.717000', '132347.719000', '132347.722000', '132347.725000', '132349.805000', '132349.808000', '132349.811000', '132349.813000', '132349.816000'], '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': [12474, 7614, 7838, 7733, 8072, 7280, 8225, 7076, 9217, 7282, 9629, 8160, 12774, 8242, 7359, 7677, 7484, 7481, 7623, 9441, 7004, 11111, 7163, 11063, 7762, 11352, 9772, 14748, 10226, 13577, 7308, 7079, 11184, 8107, 12828, 9859, 8222, 7963, 11370, 7462, 12732, 8297, 9013, 8497, 6858, 9420, 6757, 9617, 7307, 9334, 7806, 10850, 6885, 9590, 6982, 9769, 8033, 9894, 7935, 11086, 6766, 8762, 6848, 8093, 7294, 8220, 6888, 8483, 7016, 8311, 7087, 7736, 10637, 7528, 9431, 8006, 7115, 7219, 7036, 7551, 7313, 8509, 7119, 9699, 6754, 8954, 6762, 7168, 11481, 10142, 11084, 11311, 6867, 8254, 6772, 8254, 7120, 8800, 6942, 11321, 6798, 8807, 6898, 8517, 7141, 9174, 7230, 14210, 7032, 9763, 6894, 9701, 7669, 9648, 8703, 12545, 6823, 10165, 7177, 10024, 7881, 9019, 8260, 6885, 7345, 7161, 7554, 8677, 7989, 7119, 8108, 6812, 8764, 7088, 10009, 7458, 7501, 11413, 7391, 10221, 7508, 14302, 9447, 16633, 11930, 11211, 8891, 7253, 7897, 9887, 7541, 13692, 9202, 11744, 9090, 7065, 8249, 7148, 7632, 7167, 9983, 7481, 12041, 6738, 9687, 7074, 9479, 6970, 10200, 8703, 14799, 6933, 10967, 7595, 9408, 10772, 12681, 10632, 7433, 9202, 7720, 16563, 10462, 16471, 14202, 13150, 8805, 12927, 8530, 13731, 9811, 10509, 7555, 6968, 7771, 7070, 7632, 7863, 7855, 7240, 8280, 7138, 8415, 8297, 7715, 10565, 8954, 7003, 7924, 7378, 7890, 7368, 7768, 7640, 8629, 6856, 8688, 6891, 8074, 8689, 8964, 8312, 8350, 12385, 7467, 15012, 7416, 12854, 9640, 10185, 7308, 7537, 7763, 8374, 7932, 7099, 9313, 6785, 8597, 6799, 8654, 7971, 8764, 7082, 7684, 7172, 7652, 6981, 8181, 7317, 11493, 7166, 10169, 7163, 9823, 8084, 10796, 8631, 14050, 6946, 10604, 6954, 10156, 8586, 11294, 8070, 10453, 7371, 11343, 6862, 10678, 8776, 11429, 7656, 9863, 7046, 9328, 6907, 9428, 8092, 10607, 7087, 9535, 7307, 9307, 7412, 9438, 8037, 15468, 7248, 13643, 6971, 10172, 6988, 10112, 8655, 10302, 6971, 7651, 7479, 7236, 7548, 7504, 11081, 6802, 10171, 6875, 10042, 8551, 15547, 11815, 14153, 8300, 18371, 9942, 13494, 11278, 14719, 11208, 10844, 7950, 7193, 10104, 7955, 9609, 7895, 6877, 9800, 8208, 14360, 8486, 14005, 7734, 11747, 8087, 11785, 9667, 12026, 7615, 10802, 7719, 10104, 7392, 9878, 8188, 10907, 7550, 9923, 7295, 10335, 7436, 10234, 8055, 10140, 7064, 10662, 7116, 10464, 7265, 9986, 8624, 11906, 7421, 10059, 7299, 12670, 8357, 12795, 9896, 15619, 7142, 11190, 6983, 7661, 7239, 7519, 7385, 7806, 7273, 8321, 6985, 8722, 6999, 8911, 7705, 11099, 6731, 9925, 6946, 7346, 13740, 8706, 6895, 13229, 8885, 15346, 7864, 7157, 8632, 16099, 12552, 14988, 11017, 7367, 7916, 7565, 7726, 8022, 8721, 7198, 8293, 7060, 8311, 7244, 8214, 7317, 9859, 6822, 9200, 7342, 9129, 7613, 9893, 8003, 12870, 7888, 10039, 7640, 10489, 7637, 11349, 9183, 12952, 7445, 8860, 7480, 9312, 7362, 10409, 8643, 7169, 7567, 7251, 7986, 7154, 8587, 7242, 12183, 7324, 10313, 7344, 10054, 7400, 10461, 7665, 9820, 7091, 7645, 7260, 7682, 7565, 7972, 7130, 8085, 7054, 7900, 7286, 8545, 6968, 10381, 6783, 9049, 6970, 7917, 10745, 7587, 13451, 7605, 13635, 7407, 9791, 7290, 9016, 6935, 9202, 7305, 8654, 7239, 8463, 6966, 9019, 7180, 10003, 7186, 9037, 7446, 7820, 7646, 7344, 12042, 12593, 7395, 7806, 7075, 7422, 8184, 7224, 10359, 8194, 7452, 7682, 7107, 7420, 9114, 7491, 8905, 8015, 7386, 7546, 7275, 7874, 8912, 7745, 7121, 7508, 7257, 7348, 8446, 8126, 7195, 8539, 7164, 8266, 6968, 7404, 7377, 8195, 7125, 8406, 6688, 8155, 7108, 8073, 7049, 7833, 7161, 8546, 7116, 7844, 6973, 7732, 7578, 9881, 6981, 8629, 6971, 8184, 6815, 7703, 7344, 11791, 6941, 9141, 7164, 8845, 6983, 9096, 7961, 12526, 7462, 11133, 9274, 7974, 8378, 7541, 8294, 8308, 8302, 13451, 8329, 14075, 7613, 11868, 7747, 10013, 7360, 14487, 6983, 9897, 7265, 9054, 7811, 7016, 8493, 6812, 8759, 6859, 8646, 7576, 12527, 7372, 10960, 7236, 10233, 7318, 11164, 8724, 14715, 7024, 10543, 7400, 9203, 7243, 9886, 7969, 14366, 7232, 10269, 7335, 10345, 7697, 10819, 9764, 7908, 7744, 6970, 7771, 7120, 7977, 6939, 9301, 7071, 9046, 7376, 8873, 7653, 9948, 7593, 13436, 6917, 10872, 7569, 10626, 9621, 13871, 8820, 6873, 7465, 7277, 7938, 7069, 10030, 6764, 9088, 7349, 8699, 7297, 9199, 7823, 8340, 7651, 7059, 7993, 7133, 7983, 6979, 11601, 7651, 12515, 6939, 8884, 7099, 7334, 8459, 7101, 7842, 6767, 8029, 8424, 7593, 12321, 13899, 7563, 8429, 7074, 8183, 6866, 7461, 7252, 11740, 6790, 9398, 6747, 8598, 6775, 9024, 8087, 15108, 7151, 11271, 6820, 10515, 8240, 12389, 9434, 15846, 7043, 7052, 7199, 7122, 7503, 7407, 8804, 6681, 9112, 6954, 11022, 8978, 13570, 9188, 9456, 7477, 14833, 7955, 15626, 12087, 12683, 8478, 7914, 7371, 7057, 7365, 7274, 10634, 6747, 10246, 6704, 9204, 6815, 9065, 7200, 12903, 8125, 10289, 7183, 9279, 7002, 8983, 7680, 8451, 8223, 6933, 7929, 6797, 8075, 6926, 8999, 7772, 10693, 7034, 7983, 6976, 7422, 9165, 6826, 11907, 6902, 10179, 6953, 9835, 7351, 12641, 8610, 14374, 6789, 10706, 6871, 8942, 7104, 9152, 7293, 9729, 6887, 9883, 6809, 10257, 7691, 10055, 9041, 12457, 6729, 11087, 6865, 10168, 8735, 11909, 9674, 9447, 7427, 8214, 7115, 9094, 7986, 7374, 7676, 6820, 8060, 7025, 7307, 7203, 7793, 6848, 8995, 6707, 9218, 6989, 9131, 7381, 13267, 8563, 11102, 7084, 11298, 7493, 11058, 8473, 11014, 9291, 9743, 7279, 9612, 7153, 10393, 8298, 10615, 9923, 8073, 7342, 8473, 7309, 10381, 8772, 9001, 7828, 7141, 7496, 9785, 7322, 13049, 9485, 14370, 7309, 11222, 6822, 10637, 7504, 9976, 7426, 14283, 7342, 11401, 6703, 8517, 7058, 9460, 7843, 10135, 9049, 9244, 7308, 8825, 7186], 'WindowCenter': [4309.0, 4303.0, 4268.0, 4235.0, 4229.0, 4193.0, 4199.0, 4178.0, 4193.0, 4161.0, 4190.0, 4171.0, 4223.0, 4184.0, 4176.0, 4159.0, 4148.0, 4135.0, 4121.0, 4140.0, 4110.0, 4174.0, 4133.0, 4183.0, 4172.0, 4212.0, 4202.0, 4218.0, 4175.0, 4204.0, 4145.0, 4134.0, 4185.0, 4158.0, 4209.0, 4191.0, 4158.0, 4159.0, 4199.0, 4146.0, 4196.0, 4143.0, 4165.0, 4211.0, 4151.0, 4179.0, 4138.0, 4178.0, 4148.0, 4165.0, 4146.0, 4188.0, 4137.0, 4166.0, 4135.0, 4176.0, 4157.0, 4177.0, 4157.0, 4186.0, 4136.0, 4155.0, 4124.0, 4145.0, 4135.0, 4157.0, 4135.0, 4154.0, 4136.0, 4156.0, 4133.0, 4146.0, 4177.0, 4146.0, 4169.0, 4145.0, 4137.0, 4146.0, 4135.0, 4147.0, 4146.0, 4169.0, 4150.0, 4178.0, 4138.0, 4168.0, 4138.0, 4148.0, 4186.0, 4179.0, 4188.0, 4188.0, 4126.0, 4156.0, 4125.0, 4157.0, 4135.0, 4181.0, 4149.0, 4187.0, 4137.0, 4165.0, 4136.0, 4167.0, 4149.0, 4167.0, 4148.0, 4208.0, 4136.0, 4166.0, 4136.0, 4166.0, 4146.0, 4167.0, 4157.0, 4196.0, 4126.0, 4175.0, 4136.0, 4177.0, 4157.0, 4168.0, 4157.0, 4136.0, 4146.0, 4136.0, 4147.0, 4157.0, 4154.0, 4137.0, 4145.0, 4135.0, 4168.0, 4158.0, 4201.0, 4159.0, 4158.0, 4213.0, 4161.0, 4190.0, 4161.0, 4220.0, 4190.0, 4242.0, 4215.0, 4201.0, 4167.0, 4145.0, 4155.0, 4176.0, 4157.0, 4209.0, 4167.0, 4199.0, 4168.0, 4148.0, 4157.0, 4135.0, 4146.0, 4136.0, 4177.0, 4148.0, 4198.0, 4138.0, 4177.0, 4137.0, 4177.0, 4136.0, 4176.0, 4170.0, 4220.0, 4147.0, 4200.0, 4159.0, 4178.0, 4187.0, 4207.0, 4187.0, 4147.0, 4165.0, 4146.0, 4228.0, 4189.0, 4232.0, 4208.0, 4196.0, 4155.0, 4184.0, 4155.0, 4204.0, 4176.0, 4176.0, 4144.0, 4123.0, 4133.0, 4133.0, 4144.0, 4156.0, 4159.0, 4146.0, 4156.0, 4135.0, 4156.0, 4155.0, 4147.0, 4177.0, 4168.0, 4136.0, 4156.0, 4146.0, 4156.0, 4147.0, 4158.0, 4160.0, 4167.0, 4137.0, 4167.0, 4138.0, 4159.0, 4168.0, 4169.0, 4158.0, 4157.0, 4198.0, 4135.0, 4218.0, 4135.0, 4196.0, 4178.0, 4177.0, 4147.0, 4144.0, 4146.0, 4156.0, 4158.0, 4149.0, 4178.0, 4138.0, 4168.0, 4137.0, 4169.0, 4158.0, 4169.0, 4138.0, 4146.0, 4137.0, 4147.0, 4148.0, 4158.0, 4149.0, 4199.0, 4148.0, 4177.0, 4148.0, 4178.0, 4159.0, 4188.0, 4169.0, 4209.0, 4136.0, 4175.0, 4136.0, 4177.0, 4167.0, 4188.0, 4157.0, 4187.0, 4147.0, 4187.0, 4138.0, 4189.0, 4167.0, 4199.0, 4147.0, 4177.0, 4135.0, 4165.0, 4149.0, 4178.0, 4160.0, 4188.0, 4149.0, 4168.0, 4148.0, 4166.0, 4162.0, 4167.0, 4161.0, 4232.0, 4149.0, 4209.0, 4137.0, 4176.0, 4138.0, 4177.0, 4169.0, 4178.0, 4137.0, 4147.0, 4149.0, 4150.0, 4160.0, 4148.0, 4202.0, 4140.0, 4179.0, 4138.0, 4179.0, 4170.0, 4230.0, 4201.0, 4220.0, 4158.0, 4239.0, 4165.0, 4197.0, 4185.0, 4205.0, 4188.0, 4175.0, 4157.0, 4135.0, 4178.0, 4158.0, 4166.0, 4157.0, 4124.0, 4177.0, 4157.0, 4220.0, 4159.0, 4207.0, 4146.0, 4185.0, 4147.0, 4186.0, 4168.0, 4185.0, 4145.0, 4175.0, 4135.0, 4164.0, 4135.0, 4164.0, 4157.0, 4175.0, 4146.0, 4164.0, 4148.0, 4175.0, 4136.0, 4177.0, 4159.0, 4178.0, 4138.0, 4178.0, 4138.0, 4187.0, 4149.0, 4177.0, 4182.0, 4199.0, 4149.0, 4179.0, 4147.0, 4209.0, 4169.0, 4199.0, 4177.0, 4218.0, 4137.0, 4187.0, 4137.0, 4145.0, 4134.0, 4136.0, 4147.0, 4159.0, 4149.0, 4158.0, 4148.0, 4169.0, 4150.0, 4170.0, 4159.0, 4202.0, 4138.0, 4179.0, 4149.0, 4162.0, 4223.0, 4172.0, 4152.0, 4212.0, 4182.0, 4232.0, 4170.0, 4149.0, 4170.0, 4232.0, 4213.0, 4223.0, 4188.0, 4137.0, 4159.0, 4146.0, 4146.0, 4147.0, 4158.0, 4125.0, 4147.0, 4136.0, 4157.0, 4136.0, 4158.0, 4148.0, 4179.0, 4128.0, 4169.0, 4149.0, 4168.0, 4150.0, 4178.0, 4160.0, 4210.0, 4148.0, 4167.0, 4147.0, 4177.0, 4148.0, 4188.0, 4170.0, 4197.0, 4137.0, 4156.0, 4137.0, 4168.0, 4148.0, 4177.0, 4160.0, 4136.0, 4147.0, 4135.0, 4146.0, 4138.0, 4157.0, 4149.0, 4199.0, 4147.0, 4177.0, 4147.0, 4179.0, 4149.0, 4179.0, 4147.0, 4166.0, 4126.0, 4145.0, 4136.0, 4146.0, 4146.0, 4147.0, 4136.0, 4157.0, 4137.0, 4157.0, 4148.0, 4167.0, 4140.0, 4180.0, 4139.0, 4168.0, 4137.0, 4159.0, 4190.0, 4146.0, 4210.0, 4146.0, 4207.0, 4135.0, 4164.0, 4136.0, 4156.0, 4137.0, 4168.0, 4147.0, 4156.0, 4148.0, 4157.0, 4147.0, 4170.0, 4149.0, 4191.0, 4138.0, 4168.0, 4136.0, 4146.0, 4146.0, 4136.0, 4198.0, 4199.0, 4135.0, 4146.0, 4135.0, 4136.0, 4158.0, 4147.0, 4179.0, 4158.0, 4135.0, 4146.0, 4133.0, 4146.0, 4167.0, 4147.0, 4167.0, 4146.0, 4136.0, 4146.0, 4135.0, 4158.0, 4167.0, 4148.0, 4136.0, 4146.0, 4135.0, 4147.0, 4158.0, 4157.0, 4137.0, 4156.0, 4136.0, 4158.0, 4136.0, 4150.0, 4146.0, 4157.0, 4135.0, 4155.0, 4125.0, 4156.0, 4137.0, 4157.0, 4137.0, 4158.0, 4150.0, 4168.0, 4147.0, 4158.0, 4137.0, 4158.0, 4148.0, 4181.0, 4136.0, 4156.0, 4151.0, 4156.0, 4139.0, 4147.0, 4135.0, 4200.0, 4135.0, 4155.0, 4135.0, 4154.0, 4137.0, 4166.0, 4146.0, 4209.0, 4162.0, 4200.0, 4177.0, 4158.0, 4170.0, 4160.0, 4170.0, 4170.0, 4158.0, 4223.0, 4159.0, 4209.0, 4147.0, 4186.0, 4146.0, 4178.0, 4135.0, 4206.0, 4136.0, 4178.0, 4146.0, 4165.0, 4159.0, 4150.0, 4166.0, 4138.0, 4169.0, 4153.0, 4181.0, 4161.0, 4214.0, 4149.0, 4189.0, 4148.0, 4178.0, 4149.0, 4190.0, 4158.0, 4220.0, 4137.0, 4176.0, 4146.0, 4165.0, 4137.0, 4175.0, 4146.0, 4208.0, 4136.0, 4176.0, 4147.0, 4176.0, 4147.0, 4202.0, 4193.0, 4157.0, 4116.0, 4138.0, 4164.0, 4131.0, 4136.0, 4104.0, 4158.0, 4114.0, 4146.0, 4126.0, 4134.0, 4123.0, 4154.0, 4122.0, 4137.0, 4122.0, 4186.0, 4147.0, 4176.0, 4208.0, 4221.0, 4156.0, 4123.0, 4146.0, 4134.0, 4144.0, 4135.0, 4181.0, 4137.0, 4169.0, 4148.0, 4156.0, 4137.0, 4167.0, 4147.0, 4158.0, 4146.0, 4136.0, 4148.0, 4139.0, 4160.0, 4150.0, 4201.0, 4193.0, 4226.0, 4140.0, 4157.0, 4137.0, 4137.0, 4174.0, 4139.0, 4159.0, 4139.0, 4160.0, 4158.0, 4148.0, 4199.0, 4211.0, 4148.0, 4157.0, 4136.0, 4157.0, 4137.0, 4146.0, 4146.0, 4188.0, 4127.0, 4168.0, 4138.0, 4157.0, 4139.0, 4167.0, 4160.0, 4220.0, 4150.0, 4188.0, 4137.0, 4177.0, 4158.0, 4212.0, 4181.0, 4232.0, 4136.0, 4149.0, 4149.0, 4137.0, 4148.0, 4151.0, 4183.0, 4151.0, 4169.0, 4137.0, 4178.0, 4168.0, 4212.0, 4169.0, 4168.0, 4148.0, 4208.0, 4147.0, 4218.0, 4199.0, 4198.0, 4157.0, 4146.0, 4135.0, 4135.0, 4135.0, 4136.0, 4190.0, 4126.0, 4174.0, 4126.0, 4153.0, 4125.0, 4155.0, 4136.0, 4199.0, 4146.0, 4166.0, 4136.0, 4155.0, 4136.0, 4157.0, 4146.0, 4157.0, 4158.0, 4137.0, 4145.0, 4126.0, 4148.0, 4140.0, 4169.0, 4151.0, 4205.0, 4153.0, 4173.0, 4150.0, 4138.0, 4181.0, 4140.0, 4199.0, 4150.0, 4177.0, 4139.0, 4178.0, 4149.0, 4199.0, 4158.0, 4209.0, 4126.0, 4166.0, 4126.0, 4153.0, 4136.0, 4155.0, 4136.0, 4165.0, 4137.0, 4166.0, 4125.0, 4178.0, 4149.0, 4179.0, 4170.0, 4198.0, 4127.0, 4176.0, 4128.0, 4178.0, 4158.0, 4200.0, 4169.0, 4167.0, 4146.0, 4157.0, 4138.0, 4167.0, 4147.0, 4137.0, 4147.0, 4138.0, 4148.0, 4138.0, 4149.0, 4149.0, 4161.0, 4138.0, 4169.0, 4139.0, 4168.0, 4150.0, 4168.0, 4150.0, 4214.0, 4171.0, 4189.0, 4150.0, 4189.0, 4148.0, 4189.0, 4159.0, 4189.0, 4181.0, 4179.0, 4150.0, 4179.0, 4150.0, 4189.0, 4170.0, 4191.0, 4180.0, 4158.0, 4148.0, 4158.0, 4149.0, 4179.0, 4159.0, 4169.0, 4147.0, 4138.0, 4138.0, 4168.0, 4149.0, 4197.0, 4169.0, 4209.0, 4137.0, 4188.0, 4127.0, 4177.0, 4147.0, 4178.0, 4137.0, 4209.0, 4137.0, 4187.0, 4138.0, 4157.0, 4138.0, 4169.0, 4161.0, 4180.0, 4172.0, 4169.0, 4150.0, 4172.0, 4167.0], 'WindowWidth': [9560.0, 9574.0, 9495.0, 9422.0, 9402.0, 9340.0, 9339.0, 9306.0, 9313.0, 9269.0, 9303.0, 9280.0, 9353.0, 9303.0, 9295.0, 9256.0, 9242.0, 9214.0, 9185.0, 9208.0, 9172.0, 9262.0, 9212.0, 9279.0, 9282.0, 9338.0, 9322.0, 9337.0, 9273.0, 9312.0, 9235.0, 9220.0, 9288.0, 9256.0, 9323.0, 9303.0, 9254.0, 9257.0, 9310.0, 9237.0, 9302.0, 9225.0, 9260.0, 9352.0, 9253.0, 9285.0, 9226.0, 9280.0, 9239.0, 9258.0, 9235.0, 9294.0, 9224.0, 9258.0, 9218.0, 9273.0, 9250.0, 9275.0, 9251.0, 9284.0, 9220.0, 9243.0, 9202.0, 9231.0, 9217.0, 9249.0, 9217.0, 9241.0, 9221.0, 9245.0, 9214.0, 9232.0, 9275.0, 9234.0, 9268.0, 9231.0, 9223.0, 9233.0, 9219.0, 9236.0, 9234.0, 9270.0, 9245.0, 9281.0, 9228.0, 9267.0, 9225.0, 9240.0, 9290.0, 9281.0, 9291.0, 9292.0, 9206.0, 9245.0, 9205.0, 9250.0, 9220.0, 9288.0, 9243.0, 9290.0, 9223.0, 9256.0, 9222.0, 9263.0, 9244.0, 9262.0, 9239.0, 9319.0, 9218.0, 9258.0, 9218.0, 9260.0, 9234.0, 9261.0, 9250.0, 9300.0, 9205.0, 9269.0, 9221.0, 9276.0, 9250.0, 9266.0, 9250.0, 9220.0, 9232.0, 9219.0, 9236.0, 9249.0, 9244.0, 9221.0, 9230.0, 9217.0, 9268.0, 9262.0, 9324.0, 9260.0, 9256.0, 9337.0, 9262.0, 9301.0, 9265.0, 9340.0, 9300.0, 9372.0, 9344.0, 9315.0, 9265.0, 9232.0, 9245.0, 9276.0, 9252.0, 9323.0, 9263.0, 9309.0, 9270.0, 9242.0, 9251.0, 9221.0, 9236.0, 9221.0, 9277.0, 9241.0, 9308.0, 9226.0, 9275.0, 9223.0, 9276.0, 9220.0, 9273.0, 9271.0, 9340.0, 9238.0, 9317.0, 9261.0, 9280.0, 9291.0, 9321.0, 9293.0, 9240.0, 9261.0, 9235.0, 9351.0, 9298.0, 9361.0, 9321.0, 9298.0, 9243.0, 9282.0, 9242.0, 9309.0, 9274.0, 9273.0, 9226.0, 9199.0, 9211.0, 9211.0, 9230.0, 9246.0, 9256.0, 9235.0, 9248.0, 9221.0, 9248.0, 9246.0, 9237.0, 9277.0, 9266.0, 9222.0, 9246.0, 9232.0, 9247.0, 9240.0, 9253.0, 9258.0, 9266.0, 9226.0, 9265.0, 9225.0, 9257.0, 9268.0, 9271.0, 9253.0, 9250.0, 9306.0, 9217.0, 9334.0, 9217.0, 9299.0, 9280.0, 9274.0, 9235.0, 9230.0, 9234.0, 9248.0, 9251.0, 9245.0, 9282.0, 9227.0, 9266.0, 9226.0, 9269.0, 9253.0, 9272.0, 9224.0, 9235.0, 9222.0, 9236.0, 9241.0, 9253.0, 9244.0, 9310.0, 9240.0, 9276.0, 9240.0, 9279.0, 9258.0, 9293.0, 9269.0, 9321.0, 9221.0, 9272.0, 9222.0, 9275.0, 9265.0, 9292.0, 9250.0, 9290.0, 9236.0, 9288.0, 9226.0, 9293.0, 9265.0, 9308.0, 9236.0, 9275.0, 9220.0, 9257.0, 9242.0, 9278.0, 9258.0, 9291.0, 9241.0, 9263.0, 9240.0, 9264.0, 9267.0, 9265.0, 9262.0, 9360.0, 9241.0, 9321.0, 9222.0, 9274.0, 9228.0, 9275.0, 9272.0, 9281.0, 9223.0, 9237.0, 9241.0, 9247.0, 9258.0, 9241.0, 9319.0, 9232.0, 9282.0, 9227.0, 9282.0, 9273.0, 9356.0, 9313.0, 9336.0, 9251.0, 9363.0, 9256.0, 9301.0, 9282.0, 9310.0, 9292.0, 9270.0, 9252.0, 9220.0, 9281.0, 9256.0, 9262.0, 9249.0, 9204.0, 9276.0, 9248.0, 9336.0, 9253.0, 9319.0, 9234.0, 9285.0, 9236.0, 9284.0, 9264.0, 9284.0, 9230.0, 9267.0, 9216.0, 9251.0, 9216.0, 9254.0, 9249.0, 9271.0, 9231.0, 9253.0, 9239.0, 9270.0, 9220.0, 9275.0, 9255.0, 9278.0, 9225.0, 9279.0, 9227.0, 9290.0, 9243.0, 9274.0, 9294.0, 9309.0, 9241.0, 9280.0, 9238.0, 9322.0, 9270.0, 9309.0, 9277.0, 9333.0, 9224.0, 9288.0, 9223.0, 9230.0, 9217.0, 9219.0, 9236.0, 9257.0, 9242.0, 9252.0, 9242.0, 9268.0, 9247.0, 9272.0, 9256.0, 9315.0, 9228.0, 9283.0, 9244.0, 9263.0, 9348.0, 9274.0, 9252.0, 9332.0, 9292.0, 9362.0, 9273.0, 9243.0, 9272.0, 9358.0, 9335.0, 9345.0, 9291.0, 9221.0, 9252.0, 9230.0, 9232.0, 9234.0, 9251.0, 9203.0, 9233.0, 9218.0, 9247.0, 9218.0, 9251.0, 9237.0, 9280.0, 9210.0, 9265.0, 9239.0, 9261.0, 9242.0, 9278.0, 9257.0, 9324.0, 9237.0, 9261.0, 9233.0, 9274.0, 9239.0, 9290.0, 9271.0, 9302.0, 9220.0, 9244.0, 9220.0, 9264.0, 9238.0, 9275.0, 9255.0, 9218.0, 9233.0, 9217.0, 9232.0, 9224.0, 9250.0, 9241.0, 9307.0, 9237.0, 9275.0, 9236.0, 9279.0, 9240.0, 9282.0, 9235.0, 9259.0, 9204.0, 9229.0, 9219.0, 9234.0, 9233.0, 9236.0, 9218.0, 9249.0, 9224.0, 9250.0, 9241.0, 9263.0, 9231.0, 9283.0, 9230.0, 9265.0, 9224.0, 9255.0, 9297.0, 9235.0, 9323.0, 9233.0, 9314.0, 9216.0, 9252.0, 9219.0, 9247.0, 9224.0, 9265.0, 9236.0, 9247.0, 9238.0, 9247.0, 9239.0, 9271.0, 9243.0, 9301.0, 9227.0, 9264.0, 9221.0, 9233.0, 9235.0, 9220.0, 9304.0, 9309.0, 9217.0, 9232.0, 9216.0, 9219.0, 9252.0, 9236.0, 9281.0, 9252.0, 9219.0, 9232.0, 9213.0, 9233.0, 9263.0, 9235.0, 9263.0, 9233.0, 9220.0, 9232.0, 9216.0, 9252.0, 9263.0, 9239.0, 9220.0, 9232.0, 9218.0, 9238.0, 9251.0, 9250.0, 9225.0, 9247.0, 9222.0, 9251.0, 9221.0, 9244.0, 9234.0, 9248.0, 9217.0, 9245.0, 9207.0, 9247.0, 9224.0, 9251.0, 9226.0, 9255.0, 9246.0, 9266.0, 9238.0, 9250.0, 9224.0, 9252.0, 9239.0, 9289.0, 9221.0, 9248.0, 9250.0, 9248.0, 9230.0, 9235.0, 9217.0, 9312.0, 9218.0, 9243.0, 9217.0, 9240.0, 9223.0, 9261.0, 9236.0, 9323.0, 9268.0, 9314.0, 9281.0, 9257.0, 9277.0, 9262.0, 9273.0, 9272.0, 9254.0, 9350.0, 9255.0, 9322.0, 9236.0, 9289.0, 9236.0, 9278.0, 9220.0, 9315.0, 9224.0, 9279.0, 9238.0, 9259.0, 9257.0, 9247.0, 9263.0, 9230.0, 9269.0, 9258.0, 9290.0, 9264.0, 9338.0, 9245.0, 9295.0, 9239.0, 9279.0, 9241.0, 9298.0, 9253.0, 9340.0, 9224.0, 9274.0, 9234.0, 9257.0, 9222.0, 9269.0, 9234.0, 9319.0, 9219.0, 9275.0, 9234.0, 9271.0, 9236.0, 9322.0, 9310.0, 9249.0, 9176.0, 9225.0, 9267.0, 9215.0, 9211.0, 9161.0, 9242.0, 9176.0, 9222.0, 9195.0, 9203.0, 9187.0, 9229.0, 9188.0, 9182.0, 9195.0, 9286.0, 9236.0, 9272.0, 9341.0, 9342.0, 9245.0, 9197.0, 9233.0, 9215.0, 9228.0, 9218.0, 9286.0, 9223.0, 9266.0, 9238.0, 9245.0, 9221.0, 9262.0, 9235.0, 9251.0, 9232.0, 9220.0, 9237.0, 9227.0, 9256.0, 9244.0, 9316.0, 9328.0, 9360.0, 9229.0, 9246.0, 9220.0, 9220.0, 9282.0, 9229.0, 9253.0, 9229.0, 9255.0, 9251.0, 9236.0, 9307.0, 9330.0, 9238.0, 9247.0, 9221.0, 9247.0, 9222.0, 9232.0, 9235.0, 9292.0, 9210.0, 9263.0, 9226.0, 9248.0, 9228.0, 9262.0, 9258.0, 9339.0, 9243.0, 9291.0, 9223.0, 9275.0, 9253.0, 9333.0, 9288.0, 9358.0, 9220.0, 9242.0, 9241.0, 9223.0, 9241.0, 9247.0, 9292.0, 9249.0, 9269.0, 9221.0, 9276.0, 9264.0, 9330.0, 9266.0, 9264.0, 9236.0, 9318.0, 9234.0, 9330.0, 9307.0, 9302.0, 9246.0, 9232.0, 9216.0, 9216.0, 9214.0, 9218.0, 9296.0, 9206.0, 9268.0, 9206.0, 9237.0, 9205.0, 9241.0, 9218.0, 9307.0, 9232.0, 9257.0, 9218.0, 9242.0, 9217.0, 9246.0, 9230.0, 9248.0, 9251.0, 9221.0, 9229.0, 9205.0, 9238.0, 9231.0, 9266.0, 9247.0, 9326.0, 9252.0, 9279.0, 9245.0, 9222.0, 9288.0, 9228.0, 9308.0, 9243.0, 9274.0, 9226.0, 9277.0, 9240.0, 9305.0, 9250.0, 9320.0, 9204.0, 9255.0, 9203.0, 9237.0, 9219.0, 9240.0, 9219.0, 9257.0, 9219.0, 9256.0, 9204.0, 9276.0, 9240.0, 9279.0, 9268.0, 9303.0, 9208.0, 9271.0, 9210.0, 9277.0, 9252.0, 9310.0, 9265.0, 9260.0, 9232.0, 9246.0, 9223.0, 9261.0, 9234.0, 9223.0, 9235.0, 9224.0, 9235.0, 9223.0, 9239.0, 9241.0, 9260.0, 9226.0, 9267.0, 9227.0, 9263.0, 9246.0, 9265.0, 9244.0, 9334.0, 9271.0, 9294.0, 9243.0, 9292.0, 9236.0, 9292.0, 9255.0, 9293.0, 9287.0, 9279.0, 9241.0, 9280.0, 9242.0, 9295.0, 9270.0, 9299.0, 9284.0, 9251.0, 9237.0, 9250.0, 9240.0, 9279.0, 9253.0, 9266.0, 9232.0, 9222.0, 9221.0, 9263.0, 9238.0, 9303.0, 9265.0, 9319.0, 9221.0, 9288.0, 9207.0, 9273.0, 9236.0, 9275.0, 9220.0, 9320.0, 9221.0, 9289.0, 9223.0, 9245.0, 9223.0, 9264.0, 9257.0, 9282.0, 9275.0, 9267.0, 9242.0, 9272.0, 9280.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.005352053056516724</td></tr>
<tr><td colspan=3>aqi</td><td>0.022030351326412914</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.67447480885679</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.250450700704388</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0906738443187063</td></tr>
<tr><td colspan=3>efc</td><td>0.5229</td></tr>
<tr><td colspan=3>fber</td><td>3147.4563</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1265608174068448</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>110</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.687427912341407</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4007586916179777</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2915682180920287</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6059301196879665</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3047777370739384</td></tr>
<tr><td colspan=3>gcor</td><td>0.00833953</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018282253295183182</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03251896798610687</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>867</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.051066185108825</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>14.3409</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>59.9163</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>253.9575</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>62.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293322.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1277.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>451.3654</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6971</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>549.5195</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3367.6492</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3481.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83222.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1353.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4476.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>859.2748</td></tr>
<tr><td colspan=3>tsnr</td><td>35.510877042252105</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>