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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-01_subject-0114_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-0114/figures/sub-0114_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0114/figures/sub-0114_ses-01_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-0114/figures/sub-0114_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0114/figures/sub-0114_ses-01_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-0114/ses-01/func/sub-0114_ses-01_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>95aa9096aa22a33ecf91c0e71b7d764b</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:32:8.510000</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.996957, -0.0779288, 0.00213803, 0.0765366, 0.983623, 0.163178]</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.259</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.0941655</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>[4208, -7769, -7207, 324, -169, 7, 104, 99]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>239.66</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>dbd02473-4b88-4cbf-b5f0-0587b1b83e0a||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.6747617721557617, 0.2053421139717102, 0.040012016892433167, 102.51851654052734], [0.2090771645307541, 2.6389899253845215, 0.43879762291908264, -118.26708221435547], [0.005736176390200853, -0.4377943277359009, 2.663804769515991, -40.40339660644531], [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': ['133208.510000', '133208.970000', '133209.430000', '133209.890000', '133210.350000', '133210.810000', '133211.270000', '133211.730000', '133212.190000', '133212.650000', '133213.110000', '133213.570000', '133214.030000', '133214.490000', '133214.950000', '133215.410000', '133215.870000', '133216.330000', '133216.790000', '133217.250000', '133217.710000', '133218.170000', '133218.630000', '133219.090000', '133219.550000', '133220.010000', '133220.470000', '133220.930000', '133221.390000', '133221.850000', '133222.310000', '133222.770000', '133223.230000', '133223.690000', '133224.150000', '133224.610000', '133225.070000', '133225.530000', '133225.990000', '133226.450000', '133226.910000', '133227.370000', '133227.830000', '133228.290000', '133228.750000', '133229.210000', '133229.670000', '133230.130000', '133230.590000', '133231.050000', '133231.510000', '133231.970000', '133232.430000', '133232.890000', '133233.350000', '133233.810000', '133234.270000', '133234.730000', '133235.190000', '133235.650000', '133236.110000', '133236.570000', '133237.030000', '133237.490000', '133237.950000', '133238.410000', '133238.870000', '133239.330000', '133239.790000', '133240.250000', '133240.710000', '133241.170000', '133241.630000', '133242.090000', '133242.550000', '133243.010000', '133243.470000', '133243.930000', '133244.390000', '133244.850000', '133245.310000', '133245.770000', '133246.230000', '133246.690000', '133247.150000', '133247.610000', '133248.070000', '133248.530000', '133248.990000', '133249.450000', '133249.910000', '133250.370000', '133250.830000', '133251.290000', '133251.750000', '133252.210000', '133252.670000', '133253.130000', '133253.590000', '133254.050000', '133254.510000', '133254.970000', '133255.430000', '133255.890000', '133256.350000', '133256.810000', '133257.270000', '133257.730000', '133258.190000', '133258.650000', '133259.110000', '133259.570000', '133300.030000', '133300.490000', '133300.950000', '133301.410000', '133301.870000', '133302.330000', '133302.790000', '133303.250000', '133303.710000', '133304.170000', '133304.630000', '133305.090000', '133305.550000', '133306.010000', '133306.470000', '133306.930000', '133307.390000', '133307.850000', '133308.310000', '133308.770000', '133309.230000', '133309.690000', '133310.150000', '133310.610000', '133311.070000', '133311.530000', '133311.990000', '133312.450000', '133312.910000', '133313.370000', '133313.830000', '133314.290000', '133314.750000', '133315.210000', '133315.670000', '133316.130000', '133316.590000', '133317.050000', '133317.510000', '133317.970000', '133318.430000', '133318.890000', '133319.350000', '133319.810000', '133320.270000', '133320.730000', '133321.190000', '133321.650000', '133322.110000', '133322.570000', '133323.030000', '133323.490000', '133323.950000', '133324.410000', '133324.870000', '133325.330000', '133325.790000', '133326.250000', '133326.710000', '133327.170000', '133327.630000', '133328.090000', '133328.550000', '133329.010000', '133329.470000', '133329.930000', '133330.390000', '133330.850000', '133331.310000', '133331.770000', '133332.230000', '133332.690000', '133333.150000', '133333.610000', '133334.070000', '133334.530000', '133334.990000', '133335.450000', '133335.910000', '133336.370000', '133336.830000', '133337.290000', '133337.750000', '133338.210000', '133338.670000', '133339.130000', '133339.590000', '133340.050000', '133340.510000', '133340.970000', '133341.430000', '133341.890000', '133342.350000', '133342.810000', '133343.270000', '133343.730000', '133344.190000', '133344.650000', '133345.110000', '133345.570000', '133346.030000', '133346.490000', '133346.950000', '133347.410000', '133347.870000', '133348.330000', '133348.790000', '133349.250000', '133349.710000', '133350.170000', '133350.630000', '133351.090000', '133351.550000', '133352.010000', '133352.470000', '133352.930000', '133353.390000', '133353.850000', '133354.310000', '133354.770000', '133355.230000', '133355.690000', '133356.150000', '133356.610000', '133357.070000', '133357.530000', '133357.990000', '133358.450000', '133358.910000', '133359.370000', '133359.830000', '133400.290000', '133400.750000', '133401.210000', '133401.670000', '133402.130000', '133402.590000', '133403.050000', '133403.510000', '133403.970000', '133404.430000', '133404.890000', '133405.350000', '133405.810000', '133406.270000', '133406.730000', '133407.190000', '133407.650000', '133408.110000', '133408.570000', '133409.030000', '133409.490000', '133409.950000', '133410.410000', '133410.870000', '133411.330000', '133411.790000', '133412.250000', '133412.710000', '133413.170000', '133413.630000', '133414.090000', '133414.550000', '133415.010000', '133415.470000', '133415.930000', '133416.390000', '133416.850000', '133417.310000', '133417.770000', '133418.230000', '133418.690000', '133419.150000', '133419.610000', '133420.070000', '133420.530000', '133420.990000', '133421.450000', '133421.910000', '133422.370000', '133422.830000', '133423.290000', '133423.750000', '133424.210000', '133424.670000', '133425.130000', '133425.590000', '133426.050000', '133426.510000', '133426.970000', '133427.430000', '133427.890000', '133428.350000', '133428.810000', '133429.270000', '133429.730000', '133430.190000', '133430.650000', '133431.110000', '133431.570000', '133432.030000', '133432.490000', '133432.950000', '133433.410000', '133433.870000', '133434.330000', '133434.790000', '133435.250000', '133435.710000', '133436.170000', '133436.630000', '133437.090000', '133437.550000', '133438.010000', '133438.470000', '133438.930000', '133439.390000', '133439.850000', '133440.310000', '133440.770000', '133441.230000', '133441.690000', '133442.150000', '133442.610000', '133443.070000', '133443.530000', '133443.990000', '133444.450000', '133444.910000', '133445.370000', '133445.830000', '133446.290000', '133446.750000', '133447.210000', '133447.670000', '133448.130000', '133448.590000', '133449.050000', '133449.510000', '133449.970000', '133450.430000', '133450.890000', '133451.350000', '133451.810000', '133452.270000', '133452.730000', '133453.190000', '133453.650000', '133454.110000', '133454.570000', '133455.030000', '133455.490000', '133455.950000', '133456.410000', '133456.870000', '133457.330000', '133457.790000', '133458.250000', '133458.710000', '133459.170000', '133459.630000', '133500.090000', '133500.550000', '133501.010000', '133501.470000', '133501.930000', '133502.390000', '133502.850000', '133503.310000', '133503.770000', '133504.230000', '133504.690000', '133505.150000', '133505.610000', '133506.070000', '133506.530000', '133506.990000', '133507.450000', '133507.910000', '133508.370000', '133508.830000', '133509.290000', '133509.750000', '133510.210000', '133510.670000', '133511.130000', '133511.590000', '133512.050000', '133512.510000', '133512.970000', '133513.430000', '133513.890000', '133514.350000', '133514.810000', '133515.270000', '133515.730000', '133516.190000', '133516.650000', '133517.110000', '133517.570000', '133518.030000', '133518.490000', '133518.950000', '133519.410000', '133519.870000', '133520.330000', '133520.790000', '133521.250000', '133521.710000', '133522.170000', '133522.630000', '133523.090000', '133523.550000', '133524.010000', '133524.470000', '133524.930000', '133525.390000', '133525.850000', '133526.310000', '133526.770000', '133527.230000', '133527.690000', '133528.150000', '133528.610000', '133529.070000', '133529.530000', '133529.990000', '133530.450000', '133530.910000', '133531.370000', '133531.830000', '133532.290000', '133532.750000', '133533.210000', '133533.670000', '133534.130000', '133534.590000', '133535.050000', '133535.510000', '133535.970000', '133536.430000', '133536.890000', '133537.350000', '133537.810000', '133538.270000', '133538.730000', '133539.190000', '133539.650000', '133540.110000', '133540.570000', '133541.030000', '133541.490000', '133541.950000', '133542.410000', '133542.870000', '133543.330000', '133543.790000', '133544.250000', '133544.710000', '133545.170000', '133545.630000', '133546.090000', '133546.550000', '133547.010000', '133547.470000', '133547.930000', '133548.390000', '133548.850000', '133549.310000', '133549.770000', '133550.230000', '133550.690000', '133551.150000', '133551.610000', '133552.070000', '133552.530000', '133552.990000', '133553.450000', '133553.910000', '133554.370000', '133554.830000', '133555.290000', '133555.750000', '133556.210000', '133556.670000', '133557.130000', '133557.590000', '133558.050000', '133558.510000', '133558.970000', '133559.430000', '133559.890000', '133600.350000', '133600.810000', '133601.270000', '133601.730000', '133602.190000', '133602.650000', '133603.110000', '133603.570000', '133604.030000', '133604.490000', '133604.950000', '133605.410000', '133605.870000', '133606.330000', '133606.790000', '133607.250000', '133607.710000', '133608.170000', '133608.630000', '133609.090000', '133609.550000', '133610.010000', '133610.470000', '133610.930000', '133611.390000', '133611.850000', '133612.310000', '133612.770000', '133613.230000', '133613.690000', '133614.150000', '133614.610000', '133615.070000', '133615.530000', '133615.990000', '133616.450000', '133616.910000', '133617.370000', '133617.830000', '133618.290000', '133618.750000', '133619.210000', '133619.670000', '133620.130000', '133620.590000', '133621.050000', '133621.510000', '133621.970000', '133622.430000', '133622.890000', '133623.350000', '133623.810000', '133624.270000', '133624.730000', '133625.190000', '133625.650000', '133626.110000', '133626.570000', '133627.030000', '133627.490000', '133627.950000', '133628.410000', '133628.870000', '133629.330000', '133629.790000', '133630.250000', '133630.710000', '133631.170000', '133631.630000', '133632.090000', '133632.550000', '133633.010000', '133633.470000', '133633.930000', '133634.390000', '133634.850000', '133635.310000', '133635.770000', '133636.230000', '133636.690000', '133637.150000', '133637.610000', '133638.070000', '133638.530000', '133638.990000', '133639.450000', '133639.910000', '133640.370000', '133640.830000', '133641.290000', '133641.750000', '133642.210000', '133642.670000', '133643.130000', '133643.590000', '133644.050000', '133644.510000', '133644.970000', '133645.430000', '133645.890000', '133646.350000', '133646.810000', '133647.270000', '133647.730000', '133648.190000', '133648.650000', '133649.110000', '133649.570000', '133650.030000', '133650.490000', '133650.950000', '133651.410000', '133651.870000', '133652.330000', '133652.790000', '133653.250000', '133653.710000', '133654.170000', '133654.630000', '133655.090000', '133655.550000', '133656.010000', '133656.470000', '133656.930000', '133657.390000', '133657.850000', '133658.310000', '133658.770000', '133659.230000', '133659.690000', '133700.150000', '133700.610000', '133701.070000', '133701.530000', '133701.990000', '133702.450000', '133702.910000', '133703.370000', '133703.830000', '133704.290000', '133704.750000', '133705.210000', '133705.670000', '133706.130000', '133706.590000', '133707.050000', '133707.510000', '133707.970000', '133708.430000', '133708.890000', '133709.350000', '133709.810000', '133710.270000', '133710.730000', '133711.190000', '133711.650000', '133712.110000', '133712.570000', '133713.030000', '133713.490000', '133713.950000', '133714.410000', '133714.870000', '133715.330000', '133715.790000', '133716.250000', '133716.710000', '133717.170000', '133717.630000', '133718.090000', '133718.550000', '133719.010000', '133719.470000', '133719.930000', '133720.390000', '133720.850000', '133721.310000', '133721.770000', '133722.230000', '133722.690000', '133723.150000', '133723.610000', '133724.070000', '133724.530000', '133724.990000', '133725.450000', '133725.910000', '133726.370000', '133726.830000', '133727.290000', '133727.750000', '133728.210000', '133728.670000', '133729.130000', '133729.590000', '133730.050000', '133730.510000', '133730.970000', '133731.430000', '133731.890000', '133732.350000', '133732.810000', '133733.270000', '133733.730000', '133734.190000', '133734.650000', '133735.110000', '133735.570000', '133736.030000', '133736.490000', '133736.950000', '133737.410000', '133737.870000', '133738.330000', '133738.790000', '133739.250000', '133739.710000', '133740.170000', '133740.630000', '133741.090000', '133741.550000', '133742.010000', '133742.470000', '133742.930000', '133743.390000', '133743.850000', '133744.310000', '133744.770000', '133745.230000', '133745.690000', '133746.150000', '133746.610000', '133747.070000', '133747.530000', '133747.990000', '133748.450000', '133748.910000', '133749.370000', '133749.830000', '133750.290000', '133750.750000', '133751.210000', '133751.670000', '133752.130000', '133752.590000', '133753.050000', '133753.510000', '133753.970000', '133754.430000', '133754.890000', '133755.350000', '133755.810000', '133756.270000', '133756.730000', '133757.190000', '133757.650000', '133758.110000', '133758.570000', '133759.030000', '133759.490000', '133759.950000', '133800.410000', '133800.870000', '133801.330000', '133801.790000', '133802.250000', '133802.710000', '133803.170000', '133803.630000', '133804.090000', '133804.550000', '133805.010000', '133805.470000', '133805.930000', '133806.390000', '133806.850000', '133807.310000', '133807.770000', '133808.230000', '133808.690000', '133809.150000', '133809.610000', '133810.070000', '133810.530000', '133810.990000', '133811.450000', '133811.910000', '133812.370000', '133812.830000', '133813.290000', '133813.750000', '133814.210000', '133814.670000', '133815.130000', '133815.590000', '133816.050000', '133816.510000', '133816.970000', '133817.430000', '133817.890000', '133818.350000', '133818.810000', '133819.270000', '133819.730000', '133820.190000', '133820.650000', '133821.110000', '133821.570000', '133822.030000', '133822.490000', '133822.950000', '133823.410000', '133823.870000', '133824.330000', '133824.790000', '133825.250000', '133825.710000', '133826.170000', '133826.630000', '133827.090000', '133827.550000', '133828.010000', '133828.470000', '133828.930000', '133829.390000', '133829.850000', '133830.310000', '133830.770000', '133831.230000', '133831.690000', '133832.150000', '133832.610000', '133833.070000', '133833.530000', '133833.990000', '133834.450000', '133834.910000', '133835.370000', '133835.830000', '133836.290000', '133836.750000', '133837.210000', '133837.670000', '133838.130000', '133838.590000', '133839.050000', '133839.510000', '133839.970000', '133840.430000', '133840.890000', '133841.350000', '133841.810000', '133842.270000', '133842.730000', '133843.190000', '133843.650000', '133844.110000', '133844.570000', '133845.030000', '133845.490000', '133845.950000', '133846.410000', '133846.870000', '133847.330000', '133847.790000', '133848.250000', '133848.710000', '133849.170000'], 'ContentTime': ['133231.755000', '133231.758000', '133231.760000', '133231.763000', '133231.766000', '133231.768000', '133231.771000', '133231.773000', '133231.776000', '133231.779000', '133231.781000', '133231.784000', '133231.787000', '133231.789000', '133231.792000', '133231.795000', '133231.797000', '133231.800000', '133231.802000', '133231.805000', '133231.808000', '133231.810000', '133231.813000', '133231.815000', '133231.818000', '133231.820000', '133231.829000', '133231.832000', '133231.834000', '133231.837000', '133231.840000', '133231.842000', '133231.845000', '133231.847000', '133231.850000', '133231.853000', '133231.855000', '133231.858000', '133231.860000', '133231.863000', '133231.865000', '133231.868000', '133231.871000', '133231.873000', '133231.876000', '133231.878000', '133231.881000', '133231.884000', '133231.886000', '133251.711000', '133251.714000', '133251.717000', '133251.719000', '133251.722000', '133251.725000', '133251.727000', '133251.730000', '133251.732000', '133251.735000', '133251.741000', '133251.744000', '133251.747000', '133251.749000', '133251.752000', '133251.755000', '133251.757000', '133251.760000', '133251.762000', '133251.765000', '133251.773000', '133251.775000', '133251.778000', '133251.780000', '133251.783000', '133251.786000', '133251.788000', '133251.791000', '133251.794000', '133251.796000', '133251.799000', '133251.801000', '133251.804000', '133251.807000', '133251.809000', '133251.812000', '133251.815000', '133251.817000', '133251.820000', '133251.822000', '133251.825000', '133251.827000', '133251.830000', '133251.832000', '133311.712000', '133311.715000', '133311.718000', '133311.721000', '133311.724000', '133311.726000', '133311.729000', '133311.737000', '133311.740000', '133311.742000', '133311.745000', '133311.748000', '133311.750000', '133311.753000', '133311.756000', '133311.758000', '133311.761000', '133311.763000', '133311.766000', '133311.769000', '133311.781000', '133311.783000', '133311.786000', '133311.789000', '133311.791000', '133311.794000', '133311.797000', '133311.799000', '133311.802000', '133311.804000', '133311.807000', '133311.810000', '133311.812000', '133311.815000', '133311.817000', '133311.820000', '133311.823000', '133311.825000', '133311.828000', '133311.830000', '133311.833000', '133311.836000', '133311.838000', '133331.712000', '133331.715000', '133331.718000', '133331.720000', '133331.723000', '133331.726000', '133331.728000', '133331.731000', '133331.734000', '133331.736000', '133331.739000', '133331.742000', '133331.744000', '133331.747000', '133331.750000', '133331.753000', '133331.756000', '133331.758000', '133331.761000', '133331.764000', '133331.766000', '133331.776000', '133331.779000', '133331.781000', '133331.784000', '133331.786000', '133331.789000', '133331.792000', '133331.794000', '133331.797000', '133331.799000', '133331.802000', '133331.805000', '133331.808000', '133331.810000', '133331.813000', '133331.815000', '133331.818000', '133331.821000', '133331.823000', '133331.826000', '133331.829000', '133331.831000', '133351.713000', '133351.716000', '133351.719000', '133351.721000', '133351.724000', '133351.727000', '133351.729000', '133351.732000', '133351.734000', '133351.737000', '133351.740000', '133351.742000', '133351.745000', '133351.753000', '133351.756000', '133351.758000', '133351.761000', '133351.763000', '133351.766000', '133351.769000', '133351.771000', '133351.774000', '133351.777000', '133351.779000', '133351.782000', '133351.784000', '133351.787000', '133351.790000', '133351.792000', '133351.795000', '133351.797000', '133351.800000', '133351.803000', '133351.805000', '133351.808000', '133351.810000', '133351.813000', '133351.816000', '133351.818000', '133351.821000', '133351.823000', '133351.826000', '133351.829000', '133351.831000', '133411.711000', '133411.714000', '133411.717000', '133411.719000', '133411.722000', '133411.725000', '133411.727000', '133411.730000', '133411.733000', '133411.736000', '133411.738000', '133411.741000', '133411.744000', '133411.763000', '133411.765000', '133411.768000', '133411.771000', '133411.773000', '133411.776000', '133411.778000', '133411.781000', '133411.783000', '133411.786000', '133411.789000', '133411.791000', '133411.794000', '133411.796000', '133411.799000', '133411.801000', '133411.804000', '133411.807000', '133411.809000', '133411.812000', '133411.814000', '133411.817000', '133411.820000', '133411.822000', '133411.825000', '133411.828000', '133411.830000', '133411.833000', '133411.835000', '133411.838000', '133431.711000', '133431.715000', '133431.717000', '133431.720000', '133431.722000', '133431.725000', '133431.728000', '133431.730000', '133431.733000', '133431.736000', '133431.738000', '133431.741000', '133431.743000', '133431.746000', '133431.749000', '133431.751000', '133431.765000', '133431.768000', '133431.770000', '133431.773000', '133431.776000', '133431.778000', '133431.781000', '133431.783000', '133431.786000', '133431.789000', '133431.792000', '133431.794000', '133431.797000', '133431.799000', '133431.802000', '133431.805000', '133431.807000', '133431.810000', '133431.813000', '133431.815000', '133431.818000', '133431.821000', '133431.823000', '133431.826000', '133431.828000', '133431.831000', '133431.834000', '133431.836000', '133451.712000', '133451.715000', '133451.717000', '133451.720000', '133451.723000', '133451.725000', '133451.728000', '133451.731000', '133451.733000', '133451.736000', '133451.739000', '133451.741000', '133451.744000', '133451.746000', '133451.749000', '133451.752000', '133451.754000', '133451.757000', '133451.760000', '133451.763000', '133451.765000', '133451.768000', '133451.771000', '133451.779000', '133451.781000', '133451.784000', '133451.787000', '133451.789000', '133451.792000', '133451.795000', '133451.797000', '133451.800000', '133451.802000', '133451.805000', '133451.808000', '133451.810000', '133451.813000', '133451.817000', '133451.819000', '133451.822000', '133451.825000', '133451.828000', '133451.830000', '133511.711000', '133511.714000', '133511.717000', '133511.719000', '133511.722000', '133511.725000', '133511.727000', '133511.730000', '133511.733000', '133511.735000', '133511.738000', '133511.740000', '133511.743000', '133511.746000', '133511.748000', '133511.751000', '133511.754000', '133511.756000', '133511.759000', '133511.761000', '133511.764000', '133511.767000', '133511.769000', '133511.772000', '133511.774000', '133511.777000', '133511.780000', '133511.782000', '133511.785000', '133511.788000', '133511.790000', '133511.793000', '133511.795000', '133511.798000', '133511.801000', '133511.803000', '133511.806000', '133511.808000', '133511.811000', '133511.814000', '133511.816000', '133511.819000', '133511.821000', '133511.824000', '133531.712000', '133531.715000', '133531.718000', '133531.721000', '133531.723000', '133531.726000', '133531.729000', '133531.731000', '133531.734000', '133531.736000', '133531.739000', '133531.742000', '133531.744000', '133531.747000', '133531.750000', '133531.752000', '133531.755000', '133531.757000', '133531.760000', '133531.763000', '133531.765000', '133531.768000', '133531.771000', '133531.773000', '133531.776000', '133531.778000', '133531.781000', '133531.783000', '133531.786000', '133531.789000', '133531.792000', '133531.794000', '133531.797000', '133531.799000', '133531.802000', '133531.805000', '133531.807000', '133531.810000', '133531.813000', '133531.815000', '133531.818000', '133531.820000', '133531.823000', '133551.712000', '133551.715000', '133551.718000', '133551.721000', '133551.723000', '133551.726000', '133551.729000', '133551.731000', '133551.734000', '133551.736000', '133551.739000', '133551.742000', '133551.744000', '133551.747000', '133551.749000', '133551.752000', '133551.754000', '133551.757000', '133551.760000', '133551.762000', '133551.765000', '133551.768000', '133551.770000', '133551.773000', '133551.775000', '133551.778000', '133551.781000', '133551.783000', '133551.786000', '133551.788000', '133551.791000', '133551.794000', '133551.796000', '133551.799000', '133551.801000', '133551.804000', '133551.807000', '133551.809000', '133551.812000', '133551.814000', '133551.817000', '133551.820000', '133551.822000', '133551.825000', '133611.712000', '133611.715000', '133611.718000', '133611.721000', '133611.723000', '133611.726000', '133611.729000', '133611.731000', '133611.734000', '133611.736000', '133611.739000', '133611.742000', '133611.744000', '133611.747000', '133611.750000', '133611.752000', '133611.755000', '133611.758000', '133611.760000', '133611.763000', '133611.765000', '133611.768000', '133611.771000', '133611.773000', '133611.776000', '133611.778000', '133611.781000', '133611.784000', '133611.786000', '133611.789000', '133611.792000', '133611.794000', '133611.797000', '133611.799000', '133611.802000', '133611.805000', '133611.807000', '133611.810000', '133611.813000', '133611.815000', '133611.818000', '133611.821000', '133611.823000', '133631.731000', '133631.734000', '133631.737000', '133631.740000', '133631.742000', '133631.745000', '133631.757000', '133631.760000', '133631.763000', '133631.765000', '133631.768000', '133631.771000', '133631.773000', '133631.776000', '133631.778000', '133631.781000', '133631.783000', '133631.786000', '133631.789000', '133631.791000', '133631.794000', '133631.797000', '133631.799000', '133631.802000', '133631.805000', '133631.807000', '133631.810000', '133631.813000', '133631.815000', '133631.818000', '133631.821000', '133631.823000', '133631.826000', '133631.828000', '133631.831000', '133631.841000', '133631.843000', '133631.846000', '133631.848000', '133631.851000', '133631.854000', '133631.856000', '133631.859000', '133631.862000', '133651.712000', '133651.714000', '133651.717000', '133651.719000', '133651.722000', '133651.725000', '133651.727000', '133651.730000', '133651.733000', '133651.735000', '133651.738000', '133651.741000', '133651.743000', '133651.746000', '133651.749000', '133651.751000', '133651.754000', '133651.757000', '133651.759000', '133651.762000', '133651.765000', '133651.767000', '133651.770000', '133651.773000', '133651.775000', '133651.778000', '133651.781000', '133651.783000', '133651.786000', '133651.789000', '133651.791000', '133651.794000', '133651.796000', '133651.799000', '133651.802000', '133651.804000', '133651.807000', '133651.809000', '133651.812000', '133651.815000', '133651.817000', '133651.820000', '133651.823000', '133711.711000', '133711.714000', '133711.717000', '133711.720000', '133711.722000', '133711.725000', '133711.728000', '133711.730000', '133711.733000', '133711.736000', '133711.738000', '133711.741000', '133711.743000', '133711.746000', '133711.749000', '133711.751000', '133711.754000', '133711.757000', '133711.759000', '133711.762000', '133711.764000', '133711.767000', '133711.770000', '133711.772000', '133711.775000', '133711.778000', '133711.780000', '133711.783000', '133711.786000', '133711.788000', '133711.791000', '133711.793000', '133711.796000', '133711.799000', '133711.801000', '133711.804000', '133711.806000', '133711.809000', '133711.812000', '133711.815000', '133711.817000', '133711.820000', '133711.822000', '133711.825000', '133731.712000', '133731.714000', '133731.717000', '133731.720000', '133731.722000', '133731.725000', '133731.727000', '133731.730000', '133731.733000', '133731.735000', '133731.738000', '133731.741000', '133731.743000', '133731.746000', '133731.749000', '133731.751000', '133731.754000', '133731.756000', '133731.759000', '133731.762000', '133731.764000', '133731.767000', '133731.794000', '133731.797000', '133731.799000', '133731.811000', '133731.813000', '133731.816000', '133731.819000', '133731.821000', '133731.824000', '133731.826000', '133731.829000', '133731.832000', '133731.834000', '133731.837000', '133731.840000', '133731.842000', '133731.845000', '133731.848000', '133731.850000', '133731.853000', '133731.855000', '133751.713000', '133751.715000', '133751.718000', '133751.721000', '133751.723000', '133751.726000', '133751.729000', '133751.731000', '133751.734000', '133751.737000', '133751.739000', '133751.742000', '133751.745000', '133751.747000', '133751.750000', '133751.752000', '133751.755000', '133751.758000', '133751.760000', '133751.763000', '133751.766000', '133751.768000', '133751.771000', '133751.774000', '133751.776000', '133751.779000', '133751.781000', '133751.784000', '133751.787000', '133751.789000', '133751.792000', '133751.794000', '133751.797000', '133751.800000', '133751.802000', '133751.805000', '133751.808000', '133751.811000', '133751.813000', '133751.817000', '133751.820000', '133751.823000', '133751.825000', '133751.828000', '133811.712000', '133811.715000', '133811.718000', '133811.721000', '133811.723000', '133811.726000', '133811.729000', '133811.731000', '133811.734000', '133811.736000', '133811.739000', '133811.742000', '133811.744000', '133811.747000', '133811.749000', '133811.752000', '133811.755000', '133811.757000', '133811.760000', '133811.763000', '133811.765000', '133811.768000', '133811.770000', '133811.773000', '133811.776000', '133811.778000', '133811.781000', '133811.784000', '133811.786000', '133811.789000', '133811.791000', '133811.794000', '133811.797000', '133811.799000', '133811.802000', '133811.805000', '133811.807000', '133811.810000', '133811.812000', '133811.815000', '133811.817000', '133811.820000', '133811.823000', '133831.712000', '133831.715000', '133831.718000', '133831.721000', '133831.723000', '133831.726000', '133831.729000', '133831.731000', '133831.734000', '133831.736000', '133831.739000', '133831.742000', '133831.744000', '133831.747000', '133831.750000', '133831.753000', '133831.755000', '133831.758000', '133831.761000', '133831.763000', '133831.766000', '133831.769000', '133831.771000', '133831.774000', '133831.776000', '133831.779000', '133831.781000', '133831.784000', '133831.787000', '133831.789000', '133831.792000', '133831.795000', '133831.797000', '133831.800000', '133831.802000', '133831.805000', '133831.808000', '133831.810000', '133831.813000', '133831.816000', '133831.818000', '133831.821000', '133831.823000', '133831.826000', '133850.036000', '133850.039000', '133850.041000', '133850.044000', '133850.047000', '133850.049000', '133850.052000', '133850.055000', '133850.057000', '133850.060000', '133850.063000', '133850.065000', '133850.068000', '133850.071000', '133850.073000', '133850.076000', '133850.079000', '133850.081000', '133850.084000', '133850.087000', '133850.090000', '133850.093000', '133850.096000', '133850.099000', '133850.101000', '133850.104000', '133850.107000', '133850.110000', '133850.112000', '133850.115000', '133850.118000', '133850.121000', '133850.124000', '133850.138000', '133850.141000', '133850.144000', '133850.146000', '133850.149000', '133850.151000', '133850.154000'], 'InstanceCreationTime': ['133231.755000', '133231.758000', '133231.760000', '133231.763000', '133231.766000', '133231.768000', '133231.771000', '133231.773000', '133231.776000', '133231.779000', '133231.781000', '133231.784000', '133231.787000', '133231.789000', '133231.792000', '133231.795000', '133231.797000', '133231.800000', '133231.802000', '133231.805000', '133231.808000', '133231.810000', '133231.813000', '133231.815000', '133231.818000', '133231.820000', '133231.829000', '133231.832000', '133231.834000', '133231.837000', '133231.840000', '133231.842000', '133231.845000', '133231.847000', '133231.850000', '133231.853000', '133231.855000', '133231.858000', '133231.860000', '133231.863000', '133231.865000', '133231.868000', '133231.871000', '133231.873000', '133231.876000', '133231.878000', '133231.881000', '133231.884000', '133231.886000', '133251.711000', '133251.714000', '133251.717000', '133251.719000', '133251.722000', '133251.725000', '133251.727000', '133251.730000', '133251.732000', '133251.735000', '133251.741000', '133251.744000', '133251.747000', '133251.749000', '133251.752000', '133251.755000', '133251.757000', '133251.760000', '133251.762000', '133251.765000', '133251.773000', '133251.775000', '133251.778000', '133251.780000', '133251.783000', '133251.786000', '133251.788000', '133251.791000', '133251.794000', '133251.796000', '133251.799000', '133251.801000', '133251.804000', '133251.807000', '133251.809000', '133251.812000', '133251.815000', '133251.817000', '133251.820000', '133251.822000', '133251.825000', '133251.827000', '133251.830000', '133251.832000', '133311.712000', '133311.715000', '133311.718000', '133311.721000', '133311.724000', '133311.726000', '133311.729000', '133311.737000', '133311.740000', '133311.742000', '133311.745000', '133311.748000', '133311.750000', '133311.753000', '133311.756000', '133311.758000', '133311.761000', '133311.763000', '133311.766000', '133311.769000', '133311.781000', '133311.783000', '133311.786000', '133311.789000', '133311.791000', '133311.794000', '133311.797000', '133311.799000', '133311.802000', '133311.804000', '133311.807000', '133311.810000', '133311.812000', '133311.815000', '133311.817000', '133311.820000', '133311.823000', '133311.825000', '133311.828000', '133311.830000', '133311.833000', '133311.836000', '133311.838000', '133331.712000', '133331.715000', '133331.718000', '133331.720000', '133331.723000', '133331.726000', '133331.728000', '133331.731000', '133331.734000', '133331.736000', '133331.739000', '133331.742000', '133331.744000', '133331.747000', '133331.750000', '133331.753000', '133331.756000', '133331.758000', '133331.761000', '133331.764000', '133331.766000', '133331.776000', '133331.779000', '133331.781000', '133331.784000', '133331.786000', '133331.789000', '133331.792000', '133331.794000', '133331.797000', '133331.799000', '133331.802000', '133331.805000', '133331.808000', '133331.810000', '133331.813000', '133331.815000', '133331.818000', '133331.821000', '133331.823000', '133331.826000', '133331.829000', '133331.831000', '133351.713000', '133351.716000', '133351.719000', '133351.721000', '133351.724000', '133351.727000', '133351.729000', '133351.732000', '133351.734000', '133351.737000', '133351.740000', '133351.742000', '133351.745000', '133351.753000', '133351.756000', '133351.758000', '133351.761000', '133351.763000', '133351.766000', '133351.769000', '133351.771000', '133351.774000', '133351.777000', '133351.779000', '133351.782000', '133351.784000', '133351.787000', '133351.790000', '133351.792000', '133351.795000', '133351.797000', '133351.800000', '133351.803000', '133351.805000', '133351.808000', '133351.810000', '133351.813000', '133351.816000', '133351.818000', '133351.821000', '133351.823000', '133351.826000', '133351.829000', '133351.831000', '133411.711000', '133411.714000', '133411.717000', '133411.719000', '133411.722000', '133411.725000', '133411.727000', '133411.730000', '133411.733000', '133411.736000', '133411.738000', '133411.741000', '133411.744000', '133411.763000', '133411.765000', '133411.768000', '133411.771000', '133411.773000', '133411.776000', '133411.778000', '133411.781000', '133411.783000', '133411.786000', '133411.789000', '133411.791000', '133411.794000', '133411.796000', '133411.799000', '133411.801000', '133411.804000', '133411.807000', '133411.809000', '133411.812000', '133411.814000', '133411.817000', '133411.820000', '133411.822000', '133411.825000', '133411.828000', '133411.830000', '133411.833000', '133411.835000', '133411.838000', '133431.711000', '133431.715000', '133431.717000', '133431.720000', '133431.722000', '133431.725000', '133431.728000', '133431.730000', '133431.733000', '133431.736000', '133431.738000', '133431.741000', '133431.743000', '133431.746000', '133431.749000', '133431.751000', '133431.765000', '133431.768000', '133431.770000', '133431.773000', '133431.776000', '133431.778000', '133431.781000', '133431.783000', '133431.786000', '133431.789000', '133431.792000', '133431.794000', '133431.797000', '133431.799000', '133431.802000', '133431.805000', '133431.807000', '133431.810000', '133431.813000', '133431.815000', '133431.818000', '133431.821000', '133431.823000', '133431.826000', '133431.828000', '133431.831000', '133431.834000', '133431.836000', '133451.712000', '133451.715000', '133451.717000', '133451.720000', '133451.723000', '133451.725000', '133451.728000', '133451.731000', '133451.733000', '133451.736000', '133451.739000', '133451.741000', '133451.744000', '133451.746000', '133451.749000', '133451.752000', '133451.754000', '133451.757000', '133451.760000', '133451.763000', '133451.765000', '133451.768000', '133451.771000', '133451.779000', '133451.781000', '133451.784000', '133451.787000', '133451.789000', '133451.792000', '133451.795000', '133451.797000', '133451.800000', '133451.802000', '133451.805000', '133451.808000', '133451.810000', '133451.813000', '133451.817000', '133451.819000', '133451.822000', '133451.825000', '133451.828000', '133451.830000', '133511.711000', '133511.714000', '133511.717000', '133511.719000', '133511.722000', '133511.725000', '133511.727000', '133511.730000', '133511.733000', '133511.735000', '133511.738000', '133511.740000', '133511.743000', '133511.746000', '133511.748000', '133511.751000', '133511.754000', '133511.756000', '133511.759000', '133511.761000', '133511.764000', '133511.767000', '133511.769000', '133511.772000', '133511.774000', '133511.777000', '133511.780000', '133511.782000', '133511.785000', '133511.788000', '133511.790000', '133511.793000', '133511.795000', '133511.798000', '133511.801000', '133511.803000', '133511.806000', '133511.808000', '133511.811000', '133511.814000', '133511.816000', '133511.819000', '133511.821000', '133511.824000', '133531.712000', '133531.715000', '133531.718000', '133531.721000', '133531.723000', '133531.726000', '133531.729000', '133531.731000', '133531.734000', '133531.736000', '133531.739000', '133531.742000', '133531.744000', '133531.747000', '133531.750000', '133531.752000', '133531.755000', '133531.757000', '133531.760000', '133531.763000', '133531.765000', '133531.768000', '133531.771000', '133531.773000', '133531.776000', '133531.778000', '133531.781000', '133531.783000', '133531.786000', '133531.789000', '133531.792000', '133531.794000', '133531.797000', '133531.799000', '133531.802000', '133531.805000', '133531.807000', '133531.810000', '133531.813000', '133531.815000', '133531.818000', '133531.820000', '133531.823000', '133551.712000', '133551.715000', '133551.718000', '133551.721000', '133551.723000', '133551.726000', '133551.729000', '133551.731000', '133551.734000', '133551.736000', '133551.739000', '133551.742000', '133551.744000', '133551.747000', '133551.749000', '133551.752000', '133551.754000', '133551.757000', '133551.760000', '133551.762000', '133551.765000', '133551.768000', '133551.770000', '133551.773000', '133551.775000', '133551.778000', '133551.781000', '133551.783000', '133551.786000', '133551.788000', '133551.791000', '133551.794000', '133551.796000', '133551.799000', '133551.801000', '133551.804000', '133551.807000', '133551.809000', '133551.812000', '133551.814000', '133551.817000', '133551.820000', '133551.822000', '133551.825000', '133611.712000', '133611.715000', '133611.718000', '133611.721000', '133611.723000', '133611.726000', '133611.729000', '133611.731000', '133611.734000', '133611.736000', '133611.739000', '133611.742000', '133611.744000', '133611.747000', '133611.750000', '133611.752000', '133611.755000', '133611.758000', '133611.760000', '133611.763000', '133611.765000', '133611.768000', '133611.771000', '133611.773000', '133611.776000', '133611.778000', '133611.781000', '133611.784000', '133611.786000', '133611.789000', '133611.792000', '133611.794000', '133611.797000', '133611.799000', '133611.802000', '133611.805000', '133611.807000', '133611.810000', '133611.813000', '133611.815000', '133611.818000', '133611.821000', '133611.823000', '133631.731000', '133631.734000', '133631.737000', '133631.740000', '133631.742000', '133631.745000', '133631.757000', '133631.760000', '133631.763000', '133631.765000', '133631.768000', '133631.771000', '133631.773000', '133631.776000', '133631.778000', '133631.781000', '133631.783000', '133631.786000', '133631.789000', '133631.791000', '133631.794000', '133631.797000', '133631.799000', '133631.802000', '133631.805000', '133631.807000', '133631.810000', '133631.813000', '133631.815000', '133631.818000', '133631.821000', '133631.823000', '133631.826000', '133631.828000', '133631.831000', '133631.841000', '133631.843000', '133631.846000', '133631.848000', '133631.851000', '133631.854000', '133631.856000', '133631.859000', '133631.862000', '133651.712000', '133651.714000', '133651.717000', '133651.719000', '133651.722000', '133651.725000', '133651.727000', '133651.730000', '133651.733000', '133651.735000', '133651.738000', '133651.741000', '133651.743000', '133651.746000', '133651.749000', '133651.751000', '133651.754000', '133651.757000', '133651.759000', '133651.762000', '133651.765000', '133651.767000', '133651.770000', '133651.773000', '133651.775000', '133651.778000', '133651.781000', '133651.783000', '133651.786000', '133651.789000', '133651.791000', '133651.794000', '133651.796000', '133651.799000', '133651.802000', '133651.804000', '133651.807000', '133651.809000', '133651.812000', '133651.815000', '133651.817000', '133651.820000', '133651.823000', '133711.711000', '133711.714000', '133711.717000', '133711.720000', '133711.722000', '133711.725000', '133711.728000', '133711.730000', '133711.733000', '133711.736000', '133711.738000', '133711.741000', '133711.743000', '133711.746000', '133711.749000', '133711.751000', '133711.754000', '133711.757000', '133711.759000', '133711.762000', '133711.764000', '133711.767000', '133711.770000', '133711.772000', '133711.775000', '133711.778000', '133711.780000', '133711.783000', '133711.786000', '133711.788000', '133711.791000', '133711.793000', '133711.796000', '133711.799000', '133711.801000', '133711.804000', '133711.806000', '133711.809000', '133711.812000', '133711.815000', '133711.817000', '133711.820000', '133711.822000', '133711.825000', '133731.712000', '133731.714000', '133731.717000', '133731.720000', '133731.722000', '133731.725000', '133731.727000', '133731.730000', '133731.733000', '133731.735000', '133731.738000', '133731.741000', '133731.743000', '133731.746000', '133731.749000', '133731.751000', '133731.754000', '133731.756000', '133731.759000', '133731.762000', '133731.764000', '133731.767000', '133731.794000', '133731.797000', '133731.799000', '133731.811000', '133731.813000', '133731.816000', '133731.819000', '133731.821000', '133731.824000', '133731.826000', '133731.829000', '133731.832000', '133731.834000', '133731.837000', '133731.840000', '133731.842000', '133731.845000', '133731.848000', '133731.850000', '133731.853000', '133731.855000', '133751.713000', '133751.715000', '133751.718000', '133751.721000', '133751.723000', '133751.726000', '133751.729000', '133751.731000', '133751.734000', '133751.737000', '133751.739000', '133751.742000', '133751.745000', '133751.747000', '133751.750000', '133751.752000', '133751.755000', '133751.758000', '133751.760000', '133751.763000', '133751.766000', '133751.768000', '133751.771000', '133751.774000', '133751.776000', '133751.779000', '133751.781000', '133751.784000', '133751.787000', '133751.789000', '133751.792000', '133751.794000', '133751.797000', '133751.800000', '133751.802000', '133751.805000', '133751.808000', '133751.811000', '133751.813000', '133751.817000', '133751.820000', '133751.823000', '133751.825000', '133751.828000', '133811.712000', '133811.715000', '133811.718000', '133811.721000', '133811.723000', '133811.726000', '133811.729000', '133811.731000', '133811.734000', '133811.736000', '133811.739000', '133811.742000', '133811.744000', '133811.747000', '133811.749000', '133811.752000', '133811.755000', '133811.757000', '133811.760000', '133811.763000', '133811.765000', '133811.768000', '133811.770000', '133811.773000', '133811.776000', '133811.778000', '133811.781000', '133811.784000', '133811.786000', '133811.789000', '133811.791000', '133811.794000', '133811.797000', '133811.799000', '133811.802000', '133811.805000', '133811.807000', '133811.810000', '133811.812000', '133811.815000', '133811.817000', '133811.820000', '133811.823000', '133831.712000', '133831.715000', '133831.718000', '133831.721000', '133831.723000', '133831.726000', '133831.729000', '133831.731000', '133831.734000', '133831.736000', '133831.739000', '133831.742000', '133831.744000', '133831.747000', '133831.750000', '133831.753000', '133831.755000', '133831.758000', '133831.761000', '133831.763000', '133831.766000', '133831.769000', '133831.771000', '133831.774000', '133831.776000', '133831.779000', '133831.781000', '133831.784000', '133831.787000', '133831.789000', '133831.792000', '133831.795000', '133831.797000', '133831.800000', '133831.802000', '133831.805000', '133831.808000', '133831.810000', '133831.813000', '133831.816000', '133831.818000', '133831.821000', '133831.823000', '133831.826000', '133850.036000', '133850.039000', '133850.041000', '133850.044000', '133850.047000', '133850.049000', '133850.052000', '133850.055000', '133850.057000', '133850.060000', '133850.063000', '133850.065000', '133850.068000', '133850.071000', '133850.073000', '133850.076000', '133850.079000', '133850.081000', '133850.084000', '133850.087000', '133850.090000', '133850.093000', '133850.096000', '133850.099000', '133850.101000', '133850.104000', '133850.107000', '133850.110000', '133850.112000', '133850.115000', '133850.118000', '133850.121000', '133850.124000', '133850.138000', '133850.141000', '133850.144000', '133850.146000', '133850.149000', '133850.151000', '133850.154000'], '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': [16322, 12164, 17458, 12255, 13062, 9576, 7934, 11857, 7536, 13420, 8712, 15277, 10298, 15030, 11208, 15313, 12066, 14472, 11263, 13472, 10951, 10604, 11899, 8335, 13742, 8131, 12853, 7939, 13528, 9190, 14296, 10216, 13641, 9945, 11172, 10936, 10262, 11867, 7714, 12037, 8101, 13145, 8957, 14918, 9436, 13928, 9455, 13813, 11517, 11143, 11471, 8257, 13034, 7836, 14364, 11012, 16770, 10132, 13718, 10943, 13570, 11759, 11597, 13087, 8176, 13707, 8536, 14707, 12161, 15090, 10741, 13609, 11056, 9976, 12368, 8372, 13433, 7752, 14213, 9409, 14182, 11098, 10875, 10441, 10780, 17600, 8988, 11943, 10164, 13633, 11422, 8116, 14848, 10546, 13908, 13753, 9922, 17450, 11886, 17611, 13078, 16349, 12336, 15484, 11601, 14878, 11164, 13556, 10965, 14549, 10947, 14256, 11311, 11180, 10756, 13182, 11558, 10791, 12175, 7949, 12685, 7930, 13320, 8424, 13733, 8864, 14000, 8964, 13622, 9890, 11417, 11743, 7887, 12144, 8083, 13711, 9374, 14628, 11951, 10419, 11947, 7955, 13782, 9273, 15227, 10773, 13915, 11314, 11172, 12017, 14166, 13610, 9703, 13493, 7935, 14955, 9968, 13882, 11947, 9370, 12201, 7853, 13989, 9040, 14723, 11235, 14735, 10794, 11865, 10743, 8070, 12198, 7879, 13037, 8145, 14192, 8832, 14352, 10378, 13511, 11548, 9248, 11378, 8282, 13511, 8083, 14360, 9904, 13795, 10644, 9608, 12518, 7867, 14067, 8747, 14512, 9793, 14252, 10468, 11335, 12325, 8643, 13235, 7741, 14060, 9375, 12838, 11520, 8299, 11894, 7957, 14135, 9351, 11603, 11671, 7938, 13789, 9067, 14231, 10770, 12303, 11675, 7392, 13397, 7780, 14923, 10968, 14780, 9860, 10473, 11221, 8073, 14143, 8169, 14513, 9917, 12540, 11394, 10274, 12962, 8244, 14066, 8132, 14769, 10872, 15238, 11104, 7811, 12581, 7658, 14538, 11061, 16036, 13101, 11657, 10771, 7559, 12913, 7836, 14166, 9790, 14407, 11239, 11936, 11307, 9264, 13220, 8590, 15145, 10132, 14346, 11160, 13299, 11835, 8178, 14307, 9942, 10064, 12136, 8764, 10807, 12380, 8443, 14903, 10699, 13377, 11955, 12904, 13260, 8337, 13887, 8169, 14410, 8467, 14430, 10824, 13302, 10118, 10475, 10758, 8410, 13286, 7995, 13911, 9408, 11359, 10579, 9908, 12010, 7515, 13978, 11238, 14183, 11038, 8614, 13940, 8388, 13506, 9343, 14589, 9319, 13532, 9240, 13713, 9646, 14302, 9762, 15578, 10277, 17306, 11585, 16468, 11662, 15124, 12956, 10296, 14061, 10882, 9384, 13270, 8905, 15188, 11396, 13862, 11293, 11799, 12838, 8612, 12725, 8221, 13768, 9473, 14444, 10693, 13808, 9970, 12190, 10121, 10513, 10417, 8715, 11419, 8588, 12516, 7663, 13011, 8501, 13860, 10673, 13753, 11323, 13936, 10956, 11986, 11175, 10841, 11469, 13006, 12096, 7976, 12211, 7452, 13248, 8757, 13551, 8513, 13545, 7958, 13422, 7362, 13253, 7775, 13816, 8388, 14085, 8650, 14501, 8810, 14429, 10348, 15247, 9809, 12816, 10014, 10621, 11315, 9571, 13571, 9748, 13465, 8784, 13426, 8559, 14799, 8754, 14020, 8677, 14650, 10527, 15519, 10076, 14354, 10322, 13836, 10603, 14195, 11987, 9407, 10763, 7974, 12222, 8367, 13380, 8757, 13706, 7809, 14172, 8120, 14320, 10954, 15005, 11240, 11910, 11221, 8415, 12480, 9978, 12960, 8904, 13847, 8568, 14246, 8343, 14334, 8446, 14623, 9305, 14518, 10841, 13820, 10135, 12552, 10253, 11839, 11598, 10824, 12424, 7506, 12852, 7722, 14296, 9551, 14386, 10958, 11145, 11286, 7769, 12495, 7773, 14327, 10747, 12918, 10505, 9199, 12164, 7918, 13877, 10286, 14245, 9198, 14640, 8566, 14863, 11713, 15605, 10228, 13829, 10251, 12044, 10587, 10685, 12570, 11696, 11010, 7434, 11809, 7763, 13773, 8565, 12898, 7375, 13803, 7764, 14219, 11348, 13758, 10583, 10684, 11547, 7996, 13190, 8395, 14363, 9859, 13735, 11237, 9685, 12418, 10668, 13358, 8459, 14111, 9551, 13622, 11447, 8686, 13309, 7782, 14468, 10073, 14169, 11295, 14555, 10779, 11027, 11815, 7924, 12630, 7790, 13832, 7994, 13148, 7866, 13788, 7790, 13898, 9708, 13688, 9252, 13230, 9611, 9386, 10584, 7703, 12963, 8255, 12450, 9950, 7409, 13141, 10290, 13163, 11691, 9657, 12380, 9097, 12301, 13434, 13087, 10227, 14124, 9235, 15060, 10760, 14691, 10856, 14560, 11004, 14198, 11051, 14819, 10943, 14042, 11365, 13936, 11459, 14558, 11143, 14001, 11238, 13125, 8481, 13093, 8311, 12890, 9338, 12895, 9180, 12569, 9926, 12615, 9923, 13646, 10270, 10311, 9033, 7760, 10646, 8074, 12303, 7676, 12466, 7627, 13267, 8465, 13259, 10657, 12368, 11025, 9126, 11331, 7384, 13657, 9063, 13401, 9887, 13863, 10493, 12043, 10722, 10196, 12179, 7661, 12536, 7688, 13806, 7747, 14577, 10642, 14263, 10433, 11555, 10260, 9811, 11845, 8013, 14023, 8755, 14507, 10700, 11295, 11701, 8622, 13038, 8106, 13194, 7720, 13656, 8081, 14200, 8250, 14183, 8543, 14152, 8281, 13979, 8229, 13948, 7684, 14002, 8441, 14011, 9979, 13382, 9015, 10777, 9137, 11586, 10237, 7604, 13518, 9050, 7748, 11178, 8225, 12222, 9130, 12253, 8627, 13390, 9124, 13808, 13322, 16289, 9655, 14383, 9246, 14332, 9794, 14221, 9542, 13909, 9618, 13512, 9056, 13054, 7758, 12998, 8036, 13451, 10582, 13144, 9114, 13107, 8087, 13130, 7599, 13531, 8653, 13444, 8100, 12653, 9466, 10449, 9911, 7731, 11716, 8273, 12342, 7869, 13696, 10279, 13643, 11133, 13600, 10661, 8851, 11122, 7508, 12410, 8203, 13361, 9959, 12438, 10099, 11865, 10659, 9272, 11840, 9021, 12391, 8747, 12502, 8237, 13850, 8100, 13425, 7560, 13947, 7920, 14199, 9990, 13986, 10893, 13461, 9976, 10261, 10873, 8772, 12444, 7625, 13274, 7629, 13397, 9278, 13480, 10163, 13510, 9879, 13631, 10649, 13580, 9968, 13565, 10164, 12813, 10401, 10967, 10278, 10445, 12220, 7659, 12423, 7737, 12854, 9928, 14069, 11355, 8866, 13181, 10015, 8837, 13836, 9104, 15331, 10067, 13380, 12529, 10992, 10702, 8743, 12117, 9397, 7961, 12049, 11587, 12291, 12680, 11578, 11830, 12219, 15714, 13115, 14168, 12306, 14253, 12898, 15442, 12155, 14529, 11861, 14106, 11355, 13869, 11297, 13666, 10554, 13299, 10666, 12820, 10148, 12622, 10146, 12880, 10313, 12868, 9939, 13400, 9795, 13096, 9736, 10327, 9735, 9947, 9986, 9388, 10837, 7735, 11344, 7625, 11934, 7645], 'WindowCenter': [4524.0, 4489.0, 4508.0, 4462.0, 4457.0, 4428.0, 4405.0, 4446.0, 4395.0, 4456.0, 4417.0, 4467.0, 4427.0, 4455.0, 4437.0, 4465.0, 4435.0, 4444.0, 4423.0, 4431.0, 4411.0, 4410.0, 4433.0, 4390.0, 4443.0, 4378.0, 4430.0, 4389.0, 4442.0, 4412.0, 4450.0, 4424.0, 4428.0, 4413.0, 4433.0, 4435.0, 4424.0, 4444.0, 4394.0, 4457.0, 4421.0, 4469.0, 4429.0, 4469.0, 4428.0, 4456.0, 4439.0, 4470.0, 4451.0, 4448.0, 4449.0, 4407.0, 4458.0, 4420.0, 4482.0, 4454.0, 4481.0, 4441.0, 4457.0, 4452.0, 4458.0, 4462.0, 4449.0, 4458.0, 4405.0, 4458.0, 4418.0, 4455.0, 4450.0, 4457.0, 4436.0, 4442.0, 4462.0, 4437.0, 4445.0, 4406.0, 4459.0, 4406.0, 4469.0, 4441.0, 4469.0, 4438.0, 4437.0, 4424.0, 4426.0, 4476.0, 4427.0, 4432.0, 4449.0, 4458.0, 4436.0, 4396.0, 4456.0, 4437.0, 4469.0, 4470.0, 4439.0, 4480.0, 4436.0, 4455.0, 4422.0, 4430.0, 4407.0, 4414.0, 4384.0, 4401.0, 4381.0, 4388.0, 4378.0, 4413.0, 4380.0, 4398.0, 4380.0, 4376.0, 4392.0, 4401.0, 4392.0, 4380.0, 4402.0, 4365.0, 4428.0, 4374.0, 4414.0, 4373.0, 4440.0, 4399.0, 4426.0, 4385.0, 4427.0, 4411.0, 4420.0, 4432.0, 4391.0, 4445.0, 4406.0, 4456.0, 4429.0, 4468.0, 4448.0, 4436.0, 4436.0, 4407.0, 4469.0, 4428.0, 4468.0, 4438.0, 4456.0, 4437.0, 4438.0, 4448.0, 4459.0, 4457.0, 4415.0, 4445.0, 4394.0, 4454.0, 4425.0, 4453.0, 4447.0, 4415.0, 4446.0, 4405.0, 4468.0, 4429.0, 4466.0, 4448.0, 4469.0, 4438.0, 4446.0, 4436.0, 4406.0, 4459.0, 4418.0, 4457.0, 4408.0, 4455.0, 4413.0, 4468.0, 4438.0, 4457.0, 4448.0, 4415.0, 4447.0, 4407.0, 4469.0, 4419.0, 4469.0, 4427.0, 4457.0, 4437.0, 4428.0, 4458.0, 4418.0, 4469.0, 4417.0, 4456.0, 4425.0, 4456.0, 4437.0, 4436.0, 4446.0, 4417.0, 4447.0, 4395.0, 4455.0, 4429.0, 4459.0, 4448.0, 4417.0, 4447.0, 4404.0, 4468.0, 4441.0, 4449.0, 4460.0, 4418.0, 4471.0, 4443.0, 4481.0, 4451.0, 4460.0, 4449.0, 4399.0, 4457.0, 4406.0, 4467.0, 4438.0, 4466.0, 4427.0, 4436.0, 4448.0, 4407.0, 4469.0, 4416.0, 4467.0, 4438.0, 4460.0, 4449.0, 4438.0, 4458.0, 4403.0, 4467.0, 4419.0, 4480.0, 4450.0, 4480.0, 4447.0, 4396.0, 4442.0, 4408.0, 4482.0, 4449.0, 4479.0, 4459.0, 4446.0, 4449.0, 4395.0, 4460.0, 4409.0, 4457.0, 4426.0, 4468.0, 4449.0, 4449.0, 4436.0, 4429.0, 4471.0, 4430.0, 4481.0, 4429.0, 4468.0, 4448.0, 4454.0, 4448.0, 4419.0, 4458.0, 4428.0, 4439.0, 4444.0, 4418.0, 4439.0, 4457.0, 4420.0, 4458.0, 4427.0, 4445.0, 4447.0, 4445.0, 4446.0, 4392.0, 4442.0, 4390.0, 4452.0, 4405.0, 4452.0, 4422.0, 4429.0, 4422.0, 4425.0, 4435.0, 4403.0, 4455.0, 4404.0, 4454.0, 4425.0, 4445.0, 4448.0, 4437.0, 4458.0, 4421.0, 4481.0, 4461.0, 4468.0, 4446.0, 4428.0, 4480.0, 4429.0, 4470.0, 4440.0, 4469.0, 4440.0, 4458.0, 4429.0, 4458.0, 4415.0, 4457.0, 4414.0, 4466.0, 4424.0, 4454.0, 4421.0, 4441.0, 4409.0, 4417.0, 4407.0, 4384.0, 4403.0, 4395.0, 4373.0, 4404.0, 4374.0, 4414.0, 4394.0, 4403.0, 4407.0, 4406.0, 4416.0, 4362.0, 4404.0, 4375.0, 4426.0, 4397.0, 4439.0, 4407.0, 4426.0, 4396.0, 4403.0, 4398.0, 4406.0, 4410.0, 4389.0, 4431.0, 4391.0, 4431.0, 4379.0, 4430.0, 4402.0, 4455.0, 4423.0, 4444.0, 4436.0, 4445.0, 4436.0, 4448.0, 4437.0, 4423.0, 4435.0, 4443.0, 4432.0, 4390.0, 4432.0, 4384.0, 4470.0, 4403.0, 4443.0, 4402.0, 4443.0, 4392.0, 4442.0, 4383.0, 4444.0, 4395.0, 4457.0, 4417.0, 4471.0, 4417.0, 4468.0, 4426.0, 4469.0, 4437.0, 4466.0, 4427.0, 4445.0, 4427.0, 4425.0, 4438.0, 4428.0, 4459.0, 4427.0, 4459.0, 4417.0, 4457.0, 4417.0, 4466.0, 4405.0, 4456.0, 4417.0, 4468.0, 4437.0, 4468.0, 4426.0, 4442.0, 4425.0, 4457.0, 4437.0, 4455.0, 4449.0, 4414.0, 4435.0, 4395.0, 4447.0, 4405.0, 4457.0, 4406.0, 4458.0, 4397.0, 4456.0, 4406.0, 4456.0, 4438.0, 4456.0, 4439.0, 4446.0, 4436.0, 4407.0, 4446.0, 4427.0, 4448.0, 4407.0, 4458.0, 4406.0, 4457.0, 4392.0, 4444.0, 4393.0, 4455.0, 4427.0, 4455.0, 4424.0, 4443.0, 4427.0, 4445.0, 4426.0, 4436.0, 4435.0, 4434.0, 4446.0, 4396.0, 4444.0, 4406.0, 4481.0, 4439.0, 4469.0, 4449.0, 4447.0, 4437.0, 4408.0, 4460.0, 4421.0, 4472.0, 4450.0, 4458.0, 4439.0, 4429.0, 4448.0, 4420.0, 4470.0, 4437.0, 4461.0, 4418.0, 4456.0, 4406.0, 4455.0, 4436.0, 4454.0, 4426.0, 4444.0, 4414.0, 4433.0, 4437.0, 4450.0, 4461.0, 4447.0, 4450.0, 4395.0, 4446.0, 4394.0, 4445.0, 4405.0, 4445.0, 4384.0, 4442.0, 4395.0, 4457.0, 4436.0, 4445.0, 4422.0, 4423.0, 4448.0, 4419.0, 4457.0, 4405.0, 4457.0, 4426.0, 4457.0, 4436.0, 4425.0, 4458.0, 4435.0, 4458.0, 4404.0, 4443.0, 4414.0, 4454.0, 4436.0, 4417.0, 4457.0, 4395.0, 4457.0, 4427.0, 4467.0, 4438.0, 4457.0, 4425.0, 4422.0, 4433.0, 4390.0, 4446.0, 4393.0, 4457.0, 4393.0, 4446.0, 4394.0, 4444.0, 4406.0, 4453.0, 4425.0, 4456.0, 4414.0, 4444.0, 4426.0, 4426.0, 4449.0, 4412.0, 4459.0, 4433.0, 4472.0, 4451.0, 4408.0, 4471.0, 4464.0, 4486.0, 4461.0, 4431.0, 4462.0, 4442.0, 4460.0, 4459.0, 4445.0, 4414.0, 4456.0, 4427.0, 4470.0, 4434.0, 4444.0, 4426.0, 4455.0, 4435.0, 4472.0, 4452.0, 4469.0, 4438.0, 4444.0, 4425.0, 4432.0, 4411.0, 4418.0, 4398.0, 4407.0, 4383.0, 4407.0, 4365.0, 4404.0, 4364.0, 4403.0, 4374.0, 4403.0, 4374.0, 4402.0, 4386.0, 4415.0, 4399.0, 4427.0, 4399.0, 4398.0, 4399.0, 4380.0, 4423.0, 4393.0, 4434.0, 4392.0, 4444.0, 4394.0, 4446.0, 4406.0, 4470.0, 4440.0, 4448.0, 4450.0, 4416.0, 4438.0, 4411.0, 4471.0, 4433.0, 4460.0, 4426.0, 4456.0, 4437.0, 4436.0, 4438.0, 4437.0, 4448.0, 4396.0, 4447.0, 4396.0, 4457.0, 4410.0, 4469.0, 4438.0, 4458.0, 4439.0, 4448.0, 4452.0, 4440.0, 4459.0, 4409.0, 4455.0, 4415.0, 4457.0, 4439.0, 4450.0, 4450.0, 4420.0, 4474.0, 4409.0, 4459.0, 4397.0, 4459.0, 4397.0, 4457.0, 4404.0, 4456.0, 4394.0, 4445.0, 4395.0, 4444.0, 4393.0, 4443.0, 4394.0, 4467.0, 4418.0, 4455.0, 4424.0, 4442.0, 4419.0, 4446.0, 4440.0, 4458.0, 4438.0, 4407.0, 4469.0, 4441.0, 4422.0, 4461.0, 4432.0, 4472.0, 4430.0, 4461.0, 4431.0, 4487.0, 4442.0, 4483.0, 4471.0, 4470.0, 4418.0, 4447.0, 4403.0, 4432.0, 4389.0, 4420.0, 4377.0, 4417.0, 4376.0, 4406.0, 4374.0, 4406.0, 4352.0, 4403.0, 4348.0, 4403.0, 4371.0, 4401.0, 4359.0, 4403.0, 4352.0, 4402.0, 4364.0, 4414.0, 4362.0, 4401.0, 4364.0, 4416.0, 4398.0, 4408.0, 4410.0, 4380.0, 4423.0, 4391.0, 4433.0, 4390.0, 4455.0, 4425.0, 4441.0, 4435.0, 4443.0, 4424.0, 4403.0, 4434.0, 4395.0, 4446.0, 4405.0, 4458.0, 4429.0, 4447.0, 4428.0, 4447.0, 4427.0, 4416.0, 4437.0, 4405.0, 4447.0, 4403.0, 4448.0, 4406.0, 4447.0, 4393.0, 4443.0, 4382.0, 4443.0, 4395.0, 4457.0, 4437.0, 4457.0, 4438.0, 4443.0, 4440.0, 4437.0, 4436.0, 4416.0, 4458.0, 4396.0, 4444.0, 4396.0, 4458.0, 4429.0, 4457.0, 4441.0, 4458.0, 4442.0, 4456.0, 4438.0, 4472.0, 4441.0, 4458.0, 4429.0, 4446.0, 4437.0, 4451.0, 4440.0, 4438.0, 4461.0, 4408.0, 4447.0, 4420.0, 4459.0, 4443.0, 4483.0, 4464.0, 4430.0, 4474.0, 4455.0, 4457.0, 4484.0, 4443.0, 4483.0, 4467.0, 4485.0, 4473.0, 4450.0, 4449.0, 4430.0, 4470.0, 4440.0, 4419.0, 4461.0, 4449.0, 4447.0, 4446.0, 4434.0, 4447.0, 4447.0, 4469.0, 4460.0, 4455.0, 4448.0, 4444.0, 4433.0, 4430.0, 4410.0, 4418.0, 4396.0, 4404.0, 4393.0, 4404.0, 4393.0, 4400.0, 4381.0, 4389.0, 4379.0, 4388.0, 4369.0, 4389.0, 4382.0, 4399.0, 4384.0, 4402.0, 4386.0, 4413.0, 4396.0, 4428.0, 4396.0, 4395.0, 4411.0, 4411.0, 4410.0, 4413.0, 4422.0, 4391.0, 4422.0, 4393.0, 4432.0, 4394.0], 'WindowWidth': [9940.0, 9878.0, 9906.0, 9827.0, 9813.0, 9772.0, 9736.0, 9791.0, 9723.0, 9806.0, 9754.0, 9822.0, 9767.0, 9803.0, 9783.0, 9819.0, 9776.0, 9785.0, 9755.0, 9762.0, 9735.0, 9732.0, 9768.0, 9707.0, 9784.0, 9688.0, 9759.0, 9704.0, 9780.0, 9739.0, 9790.0, 9758.0, 9754.0, 9742.0, 9772.0, 9774.0, 9757.0, 9787.0, 9718.0, 9809.0, 9770.0, 9828.0, 9773.0, 9827.0, 9770.0, 9805.0, 9789.0, 9834.0, 9806.0, 9800.0, 9802.0, 9738.0, 9809.0, 9765.0, 9850.0, 9815.0, 9848.0, 9792.0, 9809.0, 9807.0, 9811.0, 9824.0, 9798.0, 9811.0, 9734.0, 9813.0, 9757.0, 9805.0, 9804.0, 9810.0, 9777.0, 9782.0, 9827.0, 9783.0, 9787.0, 9739.0, 9816.0, 9737.0, 9831.0, 9795.0, 9827.0, 9782.0, 9781.0, 9757.0, 9762.0, 9835.0, 9771.0, 9770.0, 9803.0, 9814.0, 9780.0, 9722.0, 9806.0, 9782.0, 9829.0, 9832.0, 9788.0, 9850.0, 9777.0, 9808.0, 9750.0, 9764.0, 9723.0, 9731.0, 9685.0, 9706.0, 9675.0, 9683.0, 9669.0, 9726.0, 9677.0, 9694.0, 9674.0, 9663.0, 9694.0, 9706.0, 9693.0, 9675.0, 9709.0, 9662.0, 9756.0, 9675.0, 9730.0, 9672.0, 9775.0, 9718.0, 9746.0, 9690.0, 9751.0, 9735.0, 9746.0, 9767.0, 9710.0, 9788.0, 9737.0, 9804.0, 9774.0, 9827.0, 9800.0, 9779.0, 9777.0, 9744.0, 9831.0, 9773.0, 9826.0, 9785.0, 9808.0, 9781.0, 9785.0, 9798.0, 9812.0, 9808.0, 9746.0, 9788.0, 9719.0, 9800.0, 9763.0, 9800.0, 9795.0, 9750.0, 9791.0, 9736.0, 9824.0, 9773.0, 9822.0, 9800.0, 9830.0, 9786.0, 9791.0, 9777.0, 9740.0, 9815.0, 9760.0, 9810.0, 9744.0, 9801.0, 9743.0, 9823.0, 9785.0, 9810.0, 9799.0, 9745.0, 9793.0, 9740.0, 9826.0, 9760.0, 9829.0, 9769.0, 9809.0, 9781.0, 9770.0, 9813.0, 9760.0, 9829.0, 9755.0, 9806.0, 9762.0, 9806.0, 9781.0, 9780.0, 9791.0, 9752.0, 9793.0, 9722.0, 9804.0, 9776.0, 9818.0, 9799.0, 9756.0, 9793.0, 9731.0, 9826.0, 9796.0, 9803.0, 9819.0, 9759.0, 9835.0, 9802.0, 9849.0, 9809.0, 9820.0, 9801.0, 9733.0, 9807.0, 9739.0, 9823.0, 9785.0, 9822.0, 9768.0, 9781.0, 9797.0, 9743.0, 9830.0, 9753.0, 9823.0, 9784.0, 9819.0, 9802.0, 9786.0, 9811.0, 9728.0, 9824.0, 9763.0, 9845.0, 9804.0, 9847.0, 9796.0, 9724.0, 9779.0, 9744.0, 9851.0, 9804.0, 9844.0, 9818.0, 9794.0, 9801.0, 9722.0, 9816.0, 9745.0, 9809.0, 9768.0, 9828.0, 9800.0, 9800.0, 9779.0, 9777.0, 9835.0, 9778.0, 9851.0, 9770.0, 9825.0, 9798.0, 9800.0, 9801.0, 9759.0, 9812.0, 9771.0, 9786.0, 9786.0, 9756.0, 9787.0, 9809.0, 9760.0, 9812.0, 9766.0, 9788.0, 9794.0, 9787.0, 9791.0, 9712.0, 9778.0, 9705.0, 9793.0, 9735.0, 9793.0, 9753.0, 9756.0, 9752.0, 9761.0, 9777.0, 9731.0, 9803.0, 9732.0, 9798.0, 9764.0, 9791.0, 9801.0, 9781.0, 9813.0, 9771.0, 9851.0, 9827.0, 9833.0, 9799.0, 9776.0, 9852.0, 9779.0, 9834.0, 9796.0, 9835.0, 9793.0, 9814.0, 9776.0, 9813.0, 9749.0, 9808.0, 9745.0, 9822.0, 9759.0, 9806.0, 9748.0, 9779.0, 9728.0, 9739.0, 9721.0, 9686.0, 9708.0, 9702.0, 9671.0, 9713.0, 9672.0, 9728.0, 9700.0, 9710.0, 9723.0, 9719.0, 9733.0, 9655.0, 9712.0, 9676.0, 9746.0, 9711.0, 9773.0, 9723.0, 9747.0, 9709.0, 9714.0, 9713.0, 9721.0, 9732.0, 9704.0, 9763.0, 9708.0, 9764.0, 9692.0, 9758.0, 9724.0, 9802.0, 9755.0, 9786.0, 9777.0, 9789.0, 9779.0, 9799.0, 9782.0, 9756.0, 9771.0, 9785.0, 9767.0, 9707.0, 9765.0, 9704.0, 9831.0, 9730.0, 9784.0, 9727.0, 9784.0, 9710.0, 9780.0, 9702.0, 9784.0, 9723.0, 9807.0, 9755.0, 9835.0, 9756.0, 9825.0, 9768.0, 9828.0, 9780.0, 9819.0, 9767.0, 9789.0, 9767.0, 9760.0, 9783.0, 9772.0, 9813.0, 9769.0, 9815.0, 9753.0, 9808.0, 9754.0, 9823.0, 9735.0, 9805.0, 9756.0, 9826.0, 9783.0, 9825.0, 9765.0, 9782.0, 9761.0, 9808.0, 9781.0, 9804.0, 9800.0, 9745.0, 9775.0, 9720.0, 9793.0, 9737.0, 9807.0, 9737.0, 9811.0, 9727.0, 9806.0, 9737.0, 9805.0, 9782.0, 9809.0, 9787.0, 9792.0, 9778.0, 9738.0, 9792.0, 9765.0, 9797.0, 9738.0, 9809.0, 9734.0, 9806.0, 9712.0, 9784.0, 9714.0, 9804.0, 9769.0, 9804.0, 9760.0, 9782.0, 9765.0, 9786.0, 9762.0, 9778.0, 9775.0, 9773.0, 9791.0, 9723.0, 9786.0, 9739.0, 9849.0, 9789.0, 9831.0, 9801.0, 9797.0, 9781.0, 9744.0, 9819.0, 9768.0, 9836.0, 9805.0, 9813.0, 9786.0, 9772.0, 9799.0, 9765.0, 9833.0, 9783.0, 9820.0, 9753.0, 9803.0, 9735.0, 9800.0, 9776.0, 9798.0, 9761.0, 9783.0, 9743.0, 9768.0, 9781.0, 9805.0, 9819.0, 9798.0, 9802.0, 9724.0, 9794.0, 9718.0, 9787.0, 9736.0, 9788.0, 9703.0, 9782.0, 9720.0, 9807.0, 9779.0, 9790.0, 9753.0, 9757.0, 9799.0, 9762.0, 9809.0, 9735.0, 9806.0, 9762.0, 9808.0, 9778.0, 9763.0, 9811.0, 9776.0, 9813.0, 9731.0, 9783.0, 9744.0, 9800.0, 9778.0, 9755.0, 9809.0, 9723.0, 9806.0, 9768.0, 9826.0, 9784.0, 9807.0, 9761.0, 9751.0, 9769.0, 9707.0, 9793.0, 9716.0, 9808.0, 9717.0, 9793.0, 9715.0, 9784.0, 9738.0, 9799.0, 9764.0, 9804.0, 9748.0, 9786.0, 9766.0, 9766.0, 9803.0, 9756.0, 9816.0, 9788.0, 9843.0, 9811.0, 9749.0, 9833.0, 9833.0, 9866.0, 9819.0, 9778.0, 9821.0, 9800.0, 9818.0, 9815.0, 9787.0, 9743.0, 9806.0, 9769.0, 9833.0, 9772.0, 9785.0, 9761.0, 9800.0, 9777.0, 9840.0, 9810.0, 9833.0, 9784.0, 9786.0, 9760.0, 9766.0, 9733.0, 9743.0, 9711.0, 9722.0, 9680.0, 9720.0, 9659.0, 9710.0, 9656.0, 9706.0, 9672.0, 9709.0, 9672.0, 9707.0, 9691.0, 9729.0, 9714.0, 9748.0, 9714.0, 9712.0, 9717.0, 9690.0, 9755.0, 9715.0, 9772.0, 9712.0, 9786.0, 9718.0, 9790.0, 9737.0, 9830.0, 9789.0, 9798.0, 9805.0, 9752.0, 9781.0, 9753.0, 9833.0, 9786.0, 9817.0, 9765.0, 9804.0, 9780.0, 9779.0, 9783.0, 9784.0, 9800.0, 9725.0, 9793.0, 9725.0, 9808.0, 9751.0, 9828.0, 9786.0, 9811.0, 9786.0, 9797.0, 9810.0, 9793.0, 9815.0, 9748.0, 9802.0, 9748.0, 9807.0, 9785.0, 9806.0, 9803.0, 9763.0, 9843.0, 9746.0, 9810.0, 9727.0, 9809.0, 9723.0, 9806.0, 9731.0, 9804.0, 9713.0, 9787.0, 9718.0, 9784.0, 9713.0, 9780.0, 9717.0, 9824.0, 9759.0, 9802.0, 9759.0, 9779.0, 9758.0, 9796.0, 9792.0, 9817.0, 9791.0, 9747.0, 9835.0, 9800.0, 9775.0, 9827.0, 9790.0, 9841.0, 9779.0, 9819.0, 9778.0, 9868.0, 9801.0, 9862.0, 9838.0, 9836.0, 9757.0, 9796.0, 9726.0, 9766.0, 9699.0, 9746.0, 9680.0, 9739.0, 9675.0, 9722.0, 9670.0, 9715.0, 9639.0, 9708.0, 9629.0, 9708.0, 9659.0, 9702.0, 9643.0, 9707.0, 9639.0, 9707.0, 9660.0, 9726.0, 9653.0, 9706.0, 9661.0, 9731.0, 9712.0, 9725.0, 9732.0, 9692.0, 9751.0, 9708.0, 9765.0, 9707.0, 9802.0, 9760.0, 9776.0, 9774.0, 9784.0, 9757.0, 9726.0, 9771.0, 9724.0, 9792.0, 9734.0, 9813.0, 9771.0, 9791.0, 9768.0, 9793.0, 9764.0, 9747.0, 9778.0, 9734.0, 9791.0, 9732.0, 9796.0, 9735.0, 9793.0, 9715.0, 9783.0, 9697.0, 9780.0, 9721.0, 9807.0, 9783.0, 9806.0, 9783.0, 9780.0, 9790.0, 9784.0, 9776.0, 9750.0, 9811.0, 9723.0, 9787.0, 9724.0, 9812.0, 9775.0, 9809.0, 9791.0, 9809.0, 9796.0, 9805.0, 9783.0, 9837.0, 9793.0, 9808.0, 9769.0, 9789.0, 9780.0, 9809.0, 9791.0, 9782.0, 9819.0, 9743.0, 9793.0, 9764.0, 9813.0, 9799.0, 9851.0, 9829.0, 9776.0, 9843.0, 9822.0, 9826.0, 9860.0, 9800.0, 9854.0, 9842.0, 9865.0, 9847.0, 9809.0, 9807.0, 9783.0, 9838.0, 9797.0, 9762.0, 9819.0, 9799.0, 9791.0, 9789.0, 9771.0, 9794.0, 9796.0, 9833.0, 9820.0, 9805.0, 9797.0, 9788.0, 9769.0, 9766.0, 9732.0, 9741.0, 9703.0, 9713.0, 9696.0, 9713.0, 9694.0, 9702.0, 9676.0, 9683.0, 9671.0, 9679.0, 9655.0, 9682.0, 9679.0, 9698.0, 9685.0, 9705.0, 9691.0, 9725.0, 9706.0, 9752.0, 9708.0, 9703.0, 9737.0, 9737.0, 9731.0, 9740.0, 9753.0, 9710.0, 9751.0, 9715.0, 9764.0, 9718.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.0018964638346727898</td></tr>
<tr><td colspan=3>aqi</td><td>0.030014849483352472</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.013857506126485</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2807376848275855</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.030003545068965</td></tr>
<tr><td colspan=3>efc</td><td>0.4895</td></tr>
<tr><td colspan=3>fber</td><td>5837.6904</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.14680746384137655</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>162</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>18.599311136624568</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.414568950622104</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2832862182894873</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6196651193604983</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3407555142163257</td></tr>
<tr><td colspan=3>gcor</td><td>0.0331412</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019270537421107292</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.034700240939855576</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</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.21270924716797</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>24.0177</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.427</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>183.3727</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294448.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>837.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>348.9367</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.4103</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>494.4858</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3630.2261</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3798.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82096.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1446.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4671.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>901.5521</td></tr>
<tr><td colspan=3>tsnr</td><td>38.32543613004964</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>