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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-03_subject-0051_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-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0051/figures/sub-0051_ses-03_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-0051/figures/sub-0051_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-03_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-0051/ses-03/func/sub-0051_ses-03_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>2ab7a62649c6d5fb7e703ad2e2d2b7fd</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:52:15.882500</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.999029, 0.0372372, 0.0235633, -0.0420464, 0.965547, 0.25681]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.101901</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>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4137, -7804, -7254, 618, -102, -145, 36, 104]</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>252.789</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>cf9f35a1-5fb6-4ddb-8b9c-dc4a753b043f||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.6803207397460938, -0.11280731111764908, 0.03560922294855118, 116.3833999633789], [-0.0999046042561531, 2.590491771697998, 0.695387601852417, -98.19359588623047], [0.0632186010479927, -0.6890016198158264, 2.6086716651916504, -36.97489547729492], [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': ['135215.882500', '135216.342500', '135216.802500', '135217.262500', '135217.722500', '135218.182500', '135218.642500', '135219.102500', '135219.562500', '135220.022500', '135220.482500', '135220.942500', '135221.402500', '135221.862500', '135222.322500', '135222.782500', '135223.242500', '135223.702500', '135224.162500', '135224.622500', '135225.082500', '135225.542500', '135226.002500', '135226.462500', '135226.922500', '135227.382500', '135227.842500', '135228.302500', '135228.762500', '135229.222500', '135229.682500', '135230.142500', '135230.602500', '135231.062500', '135231.522500', '135231.982500', '135232.442500', '135232.902500', '135233.362500', '135233.822500', '135234.282500', '135234.742500', '135235.202500', '135235.662500', '135236.122500', '135236.582500', '135237.042500', '135237.502500', '135237.962500', '135238.422500', '135238.882500', '135239.342500', '135239.802500', '135240.262500', '135240.722500', '135241.182500', '135241.642500', '135242.102500', '135242.562500', '135243.022500', '135243.482500', '135243.942500', '135244.402500', '135244.862500', '135245.322500', '135245.782500', '135246.242500', '135246.702500', '135247.162500', '135247.622500', '135248.082500', '135248.542500', '135249.002500', '135249.462500', '135249.922500', '135250.382500', '135250.842500', '135251.302500', '135251.762500', '135252.222500', '135252.682500', '135253.142500', '135253.602500', '135254.062500', '135254.522500', '135254.982500', '135255.442500', '135255.902500', '135256.362500', '135256.822500', '135257.282500', '135257.742500', '135258.202500', '135258.662500', '135259.122500', '135259.582500', '135300.042500', '135300.502500', '135300.962500', '135301.422500', '135301.882500', '135302.342500', '135302.802500', '135303.262500', '135303.722500', '135304.182500', '135304.642500', '135305.102500', '135305.562500', '135306.022500', '135306.482500', '135306.942500', '135307.402500', '135307.862500', '135308.322500', '135308.782500', '135309.242500', '135309.702500', '135310.162500', '135310.622500', '135311.082500', '135311.542500', '135312.002500', '135312.462500', '135312.922500', '135313.382500', '135313.842500', '135314.302500', '135314.762500', '135315.222500', '135315.682500', '135316.142500', '135316.602500', '135317.062500', '135317.522500', '135317.982500', '135318.442500', '135318.902500', '135319.362500', '135319.822500', '135320.282500', '135320.742500', '135321.202500', '135321.662500', '135322.122500', '135322.582500', '135323.042500', '135323.502500', '135323.962500', '135324.422500', '135324.882500', '135325.342500', '135325.802500', '135326.262500', '135326.722500', '135327.182500', '135327.642500', '135328.102500', '135328.562500', '135329.022500', '135329.482500', '135329.942500', '135330.402500', '135330.862500', '135331.322500', '135331.782500', '135332.242500', '135332.702500', '135333.162500', '135333.622500', '135334.082500', '135334.542500', '135335.002500', '135335.462500', '135335.922500', '135336.382500', '135336.842500', '135337.302500', '135337.762500', '135338.222500', '135338.682500', '135339.142500', '135339.602500', '135340.062500', '135340.522500', '135340.982500', '135341.442500', '135341.902500', '135342.362500', '135342.822500', '135343.282500', '135343.742500', '135344.202500', '135344.662500', '135345.122500', '135345.582500', '135346.042500', '135346.502500', '135346.962500', '135347.422500', '135347.882500', '135348.342500', '135348.802500', '135349.262500', '135349.722500', '135350.182500', '135350.642500', '135351.102500', '135351.562500', '135352.022500', '135352.482500', '135352.942500', '135353.402500', '135353.862500', '135354.322500', '135354.782500', '135355.242500', '135355.702500', '135356.162500', '135356.622500', '135357.082500', '135357.542500', '135358.002500', '135358.462500', '135358.922500', '135359.382500', '135359.842500', '135400.302500', '135400.762500', '135401.222500', '135401.682500', '135402.142500', '135402.602500', '135403.062500', '135403.522500', '135403.982500', '135404.442500', '135404.902500', '135405.362500', '135405.822500', '135406.282500', '135406.742500', '135407.202500', '135407.662500', '135408.122500', '135408.582500', '135409.042500', '135409.502500', '135409.962500', '135410.422500', '135410.882500', '135411.342500', '135411.802500', '135412.262500', '135412.722500', '135413.182500', '135413.642500', '135414.102500', '135414.562500', '135415.022500', '135415.482500', '135415.942500', '135416.402500', '135416.862500', '135417.322500', '135417.782500', '135418.242500', '135418.702500', '135419.162500', '135419.622500', '135420.082500', '135420.542500', '135421.002500', '135421.462500', '135421.922500', '135422.382500', '135422.842500', '135423.302500', '135423.762500', '135424.222500', '135424.682500', '135425.142500', '135425.602500', '135426.062500', '135426.522500', '135426.982500', '135427.442500', '135427.902500', '135428.362500', '135428.822500', '135429.282500', '135429.742500', '135430.202500', '135430.662500', '135431.122500', '135431.582500', '135432.042500', '135432.502500', '135432.962500', '135433.422500', '135433.882500', '135434.342500', '135434.802500', '135435.262500', '135435.722500', '135436.182500', '135436.642500', '135437.102500', '135437.562500', '135438.022500', '135438.482500', '135438.942500', '135439.402500', '135439.862500', '135440.322500', '135440.782500', '135441.242500', '135441.702500', '135442.162500', '135442.622500', '135443.082500', '135443.542500', '135444.002500', '135444.462500', '135444.922500', '135445.382500', '135445.842500', '135446.302500', '135446.762500', '135447.222500', '135447.682500', '135448.142500', '135448.602500', '135449.062500', '135449.522500', '135449.982500', '135450.442500', '135450.902500', '135451.362500', '135451.822500', '135452.282500', '135452.742500', '135453.202500', '135453.662500', '135454.122500', '135454.582500', '135455.042500', '135455.502500', '135455.962500', '135456.422500', '135456.882500', '135457.342500', '135457.802500', '135458.262500', '135458.722500', '135459.182500', '135459.642500', '135500.102500', '135500.562500', '135501.022500', '135501.482500', '135501.942500', '135502.402500', '135502.862500', '135503.322500', '135503.782500', '135504.242500', '135504.702500', '135505.162500', '135505.622500', '135506.082500', '135506.542500', '135507.002500', '135507.462500', '135507.922500', '135508.382500', '135508.842500', '135509.302500', '135509.762500', '135510.222500', '135510.682500', '135511.142500', '135511.602500', '135512.062500', '135512.522500', '135512.982500', '135513.442500', '135513.902500', '135514.362500', '135514.822500', '135515.282500', '135515.742500', '135516.202500', '135516.662500', '135517.122500', '135517.582500', '135518.042500', '135518.502500', '135518.962500', '135519.422500', '135519.882500', '135520.342500', '135520.802500', '135521.262500', '135521.722500', '135522.182500', '135522.642500', '135523.102500', '135523.562500', '135524.022500', '135524.482500', '135524.942500', '135525.402500', '135525.862500', '135526.322500', '135526.782500', '135527.242500', '135527.702500', '135528.162500', '135528.622500', '135529.082500', '135529.542500', '135530.002500', '135530.462500', '135530.922500', '135531.382500', '135531.842500', '135532.302500', '135532.762500', '135533.222500', '135533.682500', '135534.142500', '135534.602500', '135535.062500', '135535.522500', '135535.982500', '135536.442500', '135536.902500', '135537.362500', '135537.822500', '135538.282500', '135538.742500', '135539.202500', '135539.662500', '135540.122500', '135540.582500', '135541.042500', '135541.502500', '135541.962500', '135542.422500', '135542.882500', '135543.342500', '135543.802500', '135544.262500', '135544.722500', '135545.182500', '135545.642500', '135546.102500', '135546.562500', '135547.022500', '135547.482500', '135547.942500', '135548.402500', '135548.862500', '135549.322500', '135549.782500', '135550.242500', '135550.702500', '135551.162500', '135551.622500', '135552.082500', '135552.542500', '135553.002500', '135553.462500', '135553.922500', '135554.382500', '135554.842500', '135555.302500', '135555.762500', '135556.222500', '135556.682500', '135557.142500', '135557.602500', '135558.062500', '135558.522500', '135558.982500', '135559.442500', '135559.902500', '135600.362500', '135600.822500', '135601.282500', '135601.742500', '135602.202500', '135602.662500', '135603.122500', '135603.582500', '135604.042500', '135604.502500', '135604.962500', '135605.422500', '135605.882500', '135606.342500', '135606.802500', '135607.262500', '135607.722500', '135608.182500', '135608.642500', '135609.102500', '135609.562500', '135610.022500', '135610.482500', '135610.942500', '135611.402500', '135611.862500', '135612.322500', '135612.782500', '135613.242500', '135613.702500', '135614.162500', '135614.622500', '135615.082500', '135615.542500', '135616.002500', '135616.462500', '135616.922500', '135617.382500', '135617.842500', '135618.302500', '135618.762500', '135619.222500', '135619.682500', '135620.142500', '135620.602500', '135621.062500', '135621.522500', '135621.982500', '135622.442500', '135622.902500', '135623.362500', '135623.822500', '135624.282500', '135624.742500', '135625.202500', '135625.662500', '135626.122500', '135626.582500', '135627.042500', '135627.502500', '135627.962500', '135628.422500', '135628.882500', '135629.342500', '135629.802500', '135630.262500', '135630.722500', '135631.182500', '135631.642500', '135632.102500', '135632.562500', '135633.022500', '135633.482500', '135633.942500', '135634.402500', '135634.862500', '135635.322500', '135635.782500', '135636.242500', '135636.702500', '135637.162500', '135637.622500', '135638.082500', '135638.542500', '135639.002500', '135639.462500', '135639.922500', '135640.382500', '135640.842500', '135641.302500', '135641.762500', '135642.222500', '135642.682500', '135643.142500', '135643.602500', '135644.062500', '135644.522500', '135644.982500', '135645.442500', '135645.902500', '135646.362500', '135646.822500', '135647.282500', '135647.742500', '135648.202500', '135648.662500', '135649.122500', '135649.582500', '135650.042500', '135650.502500', '135650.962500', '135651.422500', '135651.882500', '135652.342500', '135652.802500', '135653.262500', '135653.722500', '135654.182500', '135654.642500', '135655.102500', '135655.562500', '135656.022500', '135656.482500', '135656.942500', '135657.402500', '135657.862500', '135658.322500', '135658.782500', '135659.242500', '135659.702500', '135700.162500', '135700.622500', '135701.082500', '135701.542500', '135702.002500', '135702.462500', '135702.922500', '135703.382500', '135703.842500', '135704.302500', '135704.762500', '135705.222500', '135705.682500', '135706.142500', '135706.602500', '135707.062500', '135707.522500', '135707.982500', '135708.442500', '135708.902500', '135709.362500', '135709.822500', '135710.282500', '135710.742500', '135711.202500', '135711.662500', '135712.122500', '135712.582500', '135713.042500', '135713.502500', '135713.962500', '135714.422500', '135714.882500', '135715.342500', '135715.802500', '135716.262500', '135716.722500', '135717.182500', '135717.642500', '135718.102500', '135718.562500', '135719.022500', '135719.482500', '135719.942500', '135720.402500', '135720.862500', '135721.322500', '135721.782500', '135722.242500', '135722.702500', '135723.162500', '135723.622500', '135724.082500', '135724.542500', '135725.002500', '135725.462500', '135725.922500', '135726.382500', '135726.842500', '135727.302500', '135727.762500', '135728.222500', '135728.682500', '135729.142500', '135729.602500', '135730.062500', '135730.522500', '135730.982500', '135731.442500', '135731.902500', '135732.362500', '135732.822500', '135733.282500', '135733.742500', '135734.202500', '135734.662500', '135735.122500', '135735.582500', '135736.042500', '135736.502500', '135736.962500', '135737.422500', '135737.882500', '135738.342500', '135738.802500', '135739.262500', '135739.722500', '135740.182500', '135740.642500', '135741.102500', '135741.562500', '135742.022500', '135742.482500', '135742.942500', '135743.402500', '135743.862500', '135744.322500', '135744.782500', '135745.242500', '135745.702500', '135746.162500', '135746.622500', '135747.082500', '135747.542500', '135748.002500', '135748.462500', '135748.922500', '135749.382500', '135749.842500', '135750.302500', '135750.762500', '135751.222500', '135751.682500', '135752.142500', '135752.602500', '135753.062500', '135753.522500', '135753.982500', '135754.442500', '135754.902500', '135755.362500', '135755.822500', '135756.282500', '135756.742500', '135757.202500', '135757.662500', '135758.122500', '135758.582500', '135759.042500', '135759.502500', '135759.962500', '135800.422500', '135800.882500', '135801.342500', '135801.802500', '135802.262500', '135802.722500', '135803.182500', '135803.642500', '135804.102500', '135804.562500', '135805.022500', '135805.482500', '135805.942500', '135806.402500', '135806.862500', '135807.322500', '135807.782500', '135808.242500', '135808.702500', '135809.162500', '135809.622500', '135810.082500', '135810.542500', '135811.002500', '135811.462500', '135811.922500', '135812.382500', '135812.842500', '135813.302500', '135813.762500', '135814.222500', '135814.682500', '135815.142500', '135815.602500', '135816.062500', '135816.522500', '135816.982500', '135817.442500', '135817.902500', '135818.362500', '135818.822500', '135819.282500', '135819.742500', '135820.202500', '135820.662500', '135821.122500', '135821.582500', '135822.042500', '135822.502500', '135822.962500', '135823.422500', '135823.882500', '135824.342500', '135824.802500', '135825.262500', '135825.722500', '135826.182500', '135826.642500', '135827.102500', '135827.562500', '135828.022500', '135828.482500', '135828.942500', '135829.402500', '135829.862500', '135830.322500', '135830.782500', '135831.242500', '135831.702500', '135832.162500', '135832.622500', '135833.082500', '135833.542500', '135834.002500', '135834.462500', '135834.922500', '135835.382500', '135835.842500', '135836.302500', '135836.762500', '135837.222500', '135837.682500', '135838.142500', '135838.602500', '135839.062500', '135839.522500', '135839.982500', '135840.442500', '135840.902500', '135841.362500', '135841.822500', '135842.282500', '135842.742500', '135843.202500', '135843.662500', '135844.122500', '135844.582500', '135845.042500', '135845.502500', '135845.962500', '135846.422500', '135846.882500', '135847.342500', '135847.802500', '135848.262500', '135848.722500', '135849.182500', '135849.642500', '135850.102500', '135850.562500', '135851.022500', '135851.482500', '135851.942500', '135852.402500', '135852.862500', '135853.322500', '135853.782500', '135854.242500', '135854.702500', '135855.162500', '135855.622500', '135856.082500', '135856.542500'], 'ContentTime': ['135236.988000', '135236.992000', '135236.996000', '135236.998000', '135237.002000', '135237.004000', '135237.007000', '135237.010000', '135237.012000', '135237.015000', '135237.017000', '135237.020000', '135237.023000', '135237.030000', '135237.032000', '135237.035000', '135237.038000', '135237.040000', '135237.043000', '135237.045000', '135237.048000', '135237.050000', '135237.053000', '135237.056000', '135237.058000', '135237.061000', '135237.063000', '135237.066000', '135237.069000', '135237.071000', '135237.074000', '135237.076000', '135237.079000', '135237.081000', '135237.084000', '135237.087000', '135237.089000', '135237.092000', '135237.094000', '135237.097000', '135237.100000', '135237.102000', '135237.105000', '135256.955000', '135256.958000', '135256.961000', '135256.963000', '135256.966000', '135256.969000', '135256.971000', '135256.974000', '135256.977000', '135256.979000', '135256.982000', '135256.984000', '135257.000000', '135257.003000', '135257.006000', '135257.008000', '135257.011000', '135257.013000', '135257.016000', '135257.018000', '135257.021000', '135257.023000', '135257.026000', '135257.029000', '135257.031000', '135257.034000', '135257.036000', '135257.039000', '135257.041000', '135257.044000', '135257.047000', '135257.049000', '135257.052000', '135257.056000', '135257.059000', '135257.062000', '135257.064000', '135257.067000', '135257.069000', '135257.072000', '135257.074000', '135257.077000', '135257.080000', '135257.082000', '135316.956000', '135316.958000', '135316.961000', '135316.964000', '135316.966000', '135316.969000', '135316.972000', '135316.974000', '135316.977000', '135316.979000', '135316.982000', '135316.985000', '135316.987000', '135316.990000', '135316.992000', '135316.995000', '135316.997000', '135317.001000', '135317.004000', '135317.006000', '135317.009000', '135317.011000', '135317.014000', '135317.016000', '135317.019000', '135317.022000', '135317.024000', '135317.027000', '135317.029000', '135317.032000', '135317.035000', '135317.037000', '135317.040000', '135317.042000', '135317.045000', '135317.048000', '135317.050000', '135317.053000', '135317.056000', '135317.058000', '135317.061000', '135317.063000', '135317.066000', '135336.955000', '135336.959000', '135336.961000', '135336.964000', '135336.967000', '135336.970000', '135336.972000', '135336.975000', '135336.977000', '135336.980000', '135336.983000', '135336.985000', '135336.988000', '135336.990000', '135336.993000', '135336.996000', '135336.998000', '135337.002000', '135337.005000', '135337.007000', '135337.010000', '135337.012000', '135337.015000', '135337.017000', '135337.020000', '135337.023000', '135337.025000', '135337.028000', '135337.030000', '135337.033000', '135337.036000', '135337.038000', '135337.041000', '135337.044000', '135337.046000', '135337.049000', '135337.051000', '135337.054000', '135337.056000', '135337.059000', '135337.062000', '135337.064000', '135337.075000', '135337.077000', '135356.955000', '135356.958000', '135356.961000', '135356.963000', '135356.966000', '135356.969000', '135356.971000', '135356.974000', '135356.976000', '135356.979000', '135356.982000', '135356.985000', '135356.988000', '135356.991000', '135356.994000', '135356.997000', '135357.000000', '135357.003000', '135357.006000', '135357.008000', '135357.011000', '135357.014000', '135357.017000', '135357.020000', '135357.022000', '135357.025000', '135357.027000', '135357.030000', '135357.033000', '135357.035000', '135357.038000', '135357.041000', '135357.043000', '135357.046000', '135357.048000', '135357.051000', '135357.054000', '135357.056000', '135357.059000', '135357.061000', '135357.070000', '135357.073000', '135357.076000', '135416.956000', '135416.958000', '135416.961000', '135416.963000', '135416.966000', '135416.969000', '135416.971000', '135416.974000', '135416.977000', '135416.979000', '135416.982000', '135416.984000', '135416.987000', '135416.990000', '135416.992000', '135416.995000', '135416.997000', '135417.001000', '135417.004000', '135417.006000', '135417.009000', '135417.011000', '135417.014000', '135417.017000', '135417.019000', '135417.022000', '135417.024000', '135417.031000', '135417.033000', '135417.036000', '135417.039000', '135417.041000', '135417.044000', '135417.046000', '135417.049000', '135417.052000', '135417.054000', '135417.057000', '135417.059000', '135417.062000', '135417.065000', '135417.067000', '135417.070000', '135417.073000', '135436.955000', '135436.958000', '135436.961000', '135436.964000', '135436.966000', '135436.969000', '135436.971000', '135436.974000', '135436.976000', '135436.979000', '135436.982000', '135436.984000', '135436.987000', '135436.990000', '135436.992000', '135436.995000', '135436.998000', '135437.001000', '135437.004000', '135437.007000', '135437.009000', '135437.012000', '135437.014000', '135437.017000', '135437.020000', '135437.022000', '135437.034000', '135437.037000', '135437.040000', '135437.042000', '135437.045000', '135437.048000', '135437.051000', '135437.053000', '135437.056000', '135437.058000', '135437.061000', '135437.064000', '135437.066000', '135437.069000', '135437.072000', '135437.074000', '135437.077000', '135456.955000', '135456.958000', '135456.961000', '135456.963000', '135456.966000', '135456.968000', '135456.971000', '135456.974000', '135456.976000', '135456.979000', '135456.981000', '135456.984000', '135456.986000', '135456.989000', '135456.992000', '135456.994000', '135456.997000', '135457.000000', '135457.003000', '135457.006000', '135457.008000', '135457.011000', '135457.013000', '135457.016000', '135457.019000', '135457.021000', '135457.024000', '135457.027000', '135457.029000', '135457.032000', '135457.034000', '135457.037000', '135457.040000', '135457.042000', '135457.045000', '135457.047000', '135457.050000', '135457.053000', '135457.055000', '135457.058000', '135457.060000', '135457.063000', '135457.066000', '135457.068000', '135516.955000', '135516.958000', '135516.961000', '135516.964000', '135516.966000', '135516.969000', '135516.971000', '135516.974000', '135516.976000', '135516.979000', '135516.982000', '135516.984000', '135516.987000', '135516.990000', '135516.992000', '135516.995000', '135516.998000', '135517.001000', '135517.004000', '135517.006000', '135517.009000', '135517.012000', '135517.014000', '135517.017000', '135517.019000', '135517.022000', '135517.024000', '135517.027000', '135517.030000', '135517.032000', '135517.036000', '135517.039000', '135517.041000', '135517.044000', '135517.047000', '135517.049000', '135517.053000', '135517.055000', '135517.058000', '135517.061000', '135517.063000', '135517.066000', '135517.068000', '135536.955000', '135536.958000', '135536.961000', '135536.964000', '135536.966000', '135536.969000', '135536.972000', '135536.974000', '135536.977000', '135536.979000', '135536.982000', '135536.984000', '135536.987000', '135536.990000', '135536.992000', '135536.995000', '135536.998000', '135537.000000', '135537.003000', '135537.006000', '135537.009000', '135537.011000', '135537.014000', '135537.016000', '135537.019000', '135537.022000', '135537.024000', '135537.027000', '135537.030000', '135537.032000', '135537.035000', '135537.038000', '135537.040000', '135537.043000', '135537.046000', '135537.048000', '135537.051000', '135537.053000', '135537.056000', '135537.059000', '135537.061000', '135537.064000', '135537.067000', '135537.069000', '135556.955000', '135556.958000', '135556.961000', '135556.963000', '135556.966000', '135556.969000', '135556.971000', '135556.974000', '135556.977000', '135556.979000', '135556.982000', '135556.985000', '135556.987000', '135556.990000', '135556.992000', '135556.995000', '135556.998000', '135557.001000', '135557.004000', '135557.006000', '135557.009000', '135557.012000', '135557.014000', '135557.017000', '135557.020000', '135557.022000', '135557.025000', '135557.027000', '135557.030000', '135557.033000', '135557.035000', '135557.038000', '135557.052000', '135557.055000', '135557.058000', '135557.061000', '135557.064000', '135557.067000', '135557.069000', '135557.072000', '135557.075000', '135557.077000', '135557.080000', '135616.955000', '135616.958000', '135616.961000', '135616.964000', '135616.967000', '135616.969000', '135616.972000', '135616.974000', '135616.977000', '135616.980000', '135616.982000', '135616.985000', '135616.987000', '135616.990000', '135616.993000', '135616.995000', '135616.998000', '135617.001000', '135617.004000', '135617.007000', '135617.009000', '135617.012000', '135617.015000', '135617.017000', '135617.020000', '135617.022000', '135617.025000', '135617.028000', '135617.030000', '135617.033000', '135617.036000', '135617.038000', '135617.041000', '135617.044000', '135617.046000', '135617.049000', '135617.052000', '135617.054000', '135617.057000', '135617.059000', '135617.062000', '135617.065000', '135617.067000', '135617.070000', '135636.956000', '135636.958000', '135636.961000', '135636.964000', '135636.966000', '135636.969000', '135636.972000', '135636.974000', '135636.977000', '135636.979000', '135636.982000', '135636.985000', '135636.987000', '135636.990000', '135636.993000', '135636.995000', '135636.998000', '135637.001000', '135637.004000', '135637.007000', '135637.009000', '135637.012000', '135637.014000', '135637.017000', '135637.020000', '135637.022000', '135637.025000', '135637.028000', '135637.030000', '135637.033000', '135637.036000', '135637.038000', '135637.041000', '135637.043000', '135637.046000', '135637.049000', '135637.051000', '135637.054000', '135637.056000', '135637.059000', '135637.062000', '135637.065000', '135637.068000', '135656.956000', '135656.958000', '135656.961000', '135656.964000', '135656.967000', '135656.969000', '135656.972000', '135656.974000', '135656.977000', '135656.980000', '135656.982000', '135656.985000', '135656.987000', '135656.990000', '135656.993000', '135656.995000', '135656.998000', '135657.001000', '135657.004000', '135657.007000', '135657.009000', '135657.012000', '135657.014000', '135657.017000', '135657.020000', '135657.022000', '135657.025000', '135657.027000', '135657.030000', '135657.033000', '135657.035000', '135657.038000', '135657.041000', '135657.043000', '135657.046000', '135657.049000', '135657.051000', '135657.054000', '135657.056000', '135657.059000', '135657.062000', '135657.064000', '135657.067000', '135657.070000', '135716.956000', '135716.959000', '135716.961000', '135716.964000', '135716.967000', '135716.969000', '135716.972000', '135716.974000', '135716.977000', '135716.980000', '135716.982000', '135716.985000', '135716.987000', '135716.990000', '135716.993000', '135716.995000', '135716.998000', '135717.002000', '135717.004000', '135717.007000', '135717.009000', '135717.013000', '135717.016000', '135717.019000', '135717.023000', '135717.025000', '135717.028000', '135717.031000', '135717.033000', '135717.036000', '135717.038000', '135717.041000', '135717.044000', '135717.046000', '135717.049000', '135717.051000', '135717.054000', '135717.057000', '135717.059000', '135717.062000', '135717.064000', '135717.067000', '135717.069000', '135736.970000', '135736.973000', '135736.976000', '135736.978000', '135736.981000', '135736.983000', '135736.986000', '135736.989000', '135736.991000', '135736.994000', '135736.996000', '135737.003000', '135737.005000', '135737.008000', '135737.011000', '135737.013000', '135737.016000', '135737.018000', '135737.021000', '135737.024000', '135737.026000', '135737.029000', '135737.032000', '135737.034000', '135737.037000', '135737.040000', '135737.042000', '135737.045000', '135737.048000', '135737.050000', '135737.053000', '135737.056000', '135737.058000', '135737.061000', '135737.064000', '135737.066000', '135737.069000', '135737.071000', '135737.074000', '135737.077000', '135737.079000', '135737.082000', '135737.085000', '135737.087000', '135756.955000', '135756.958000', '135756.961000', '135756.963000', '135756.966000', '135756.969000', '135756.971000', '135756.974000', '135756.977000', '135756.980000', '135756.982000', '135756.985000', '135756.988000', '135756.990000', '135756.993000', '135756.996000', '135756.998000', '135757.002000', '135757.004000', '135757.007000', '135757.010000', '135757.012000', '135757.015000', '135757.017000', '135757.020000', '135757.023000', '135757.025000', '135757.028000', '135757.031000', '135757.033000', '135757.036000', '135757.038000', '135757.041000', '135757.044000', '135757.046000', '135757.049000', '135757.051000', '135757.054000', '135757.057000', '135757.059000', '135757.062000', '135757.065000', '135757.067000', '135816.957000', '135816.960000', '135816.963000', '135816.965000', '135816.968000', '135816.971000', '135816.973000', '135816.976000', '135816.978000', '135816.981000', '135816.984000', '135816.986000', '135816.989000', '135816.992000', '135816.994000', '135816.997000', '135817.000000', '135817.003000', '135817.006000', '135817.008000', '135817.011000', '135817.013000', '135817.016000', '135817.018000', '135817.021000', '135817.024000', '135817.026000', '135817.029000', '135817.031000', '135817.034000', '135817.037000', '135817.039000', '135817.042000', '135817.045000', '135817.047000', '135817.050000', '135817.052000', '135817.055000', '135817.058000', '135817.060000', '135817.063000', '135817.066000', '135817.068000', '135817.071000', '135836.956000', '135836.958000', '135836.961000', '135836.964000', '135836.966000', '135836.969000', '135836.971000', '135836.974000', '135836.977000', '135836.979000', '135836.982000', '135836.984000', '135836.987000', '135836.990000', '135836.992000', '135836.995000', '135836.998000', '135837.001000', '135837.004000', '135837.007000', '135837.009000', '135837.012000', '135837.015000', '135837.017000', '135837.020000', '135837.023000', '135837.026000', '135837.028000', '135837.031000', '135837.033000', '135837.036000', '135837.039000', '135837.041000', '135837.044000', '135837.046000', '135837.049000', '135837.052000', '135837.054000', '135837.057000', '135837.060000', '135837.062000', '135837.065000', '135837.067000', '135856.956000', '135856.958000', '135856.961000', '135856.964000', '135856.966000', '135856.969000', '135856.972000', '135856.974000', '135856.977000', '135856.979000', '135856.982000', '135857.006000', '135857.008000', '135857.011000', '135857.014000', '135857.016000', '135857.026000', '135857.029000', '135857.031000', '135857.034000', '135857.037000', '135857.039000', '135857.042000', '135857.044000', '135857.047000', '135857.050000', '135857.052000', '135857.055000', '135857.058000', '135857.060000', '135857.063000', '135857.065000', '135857.068000', '135857.071000', '135857.073000', '135857.076000', '135857.078000', '135857.081000', '135857.084000', '135857.086000', '135857.089000', '135857.092000', '135857.094000', '135857.097000', '135857.787000', '135857.790000'], 'InstanceCreationTime': ['135236.988000', '135236.992000', '135236.996000', '135236.998000', '135237.002000', '135237.004000', '135237.007000', '135237.010000', '135237.012000', '135237.015000', '135237.017000', '135237.020000', '135237.023000', '135237.030000', '135237.032000', '135237.035000', '135237.038000', '135237.040000', '135237.043000', '135237.045000', '135237.048000', '135237.050000', '135237.053000', '135237.056000', '135237.058000', '135237.061000', '135237.063000', '135237.066000', '135237.069000', '135237.071000', '135237.074000', '135237.076000', '135237.079000', '135237.081000', '135237.084000', '135237.087000', '135237.089000', '135237.092000', '135237.094000', '135237.097000', '135237.100000', '135237.102000', '135237.105000', '135256.955000', '135256.958000', '135256.961000', '135256.963000', '135256.966000', '135256.969000', '135256.971000', '135256.974000', '135256.977000', '135256.979000', '135256.982000', '135256.984000', '135257.000000', '135257.003000', '135257.006000', '135257.008000', '135257.011000', '135257.013000', '135257.016000', '135257.018000', '135257.021000', '135257.023000', '135257.026000', '135257.029000', '135257.031000', '135257.034000', '135257.036000', '135257.039000', '135257.041000', '135257.044000', '135257.047000', '135257.049000', '135257.052000', '135257.056000', '135257.059000', '135257.062000', '135257.064000', '135257.067000', '135257.069000', '135257.072000', '135257.074000', '135257.077000', '135257.080000', '135257.082000', '135316.956000', '135316.958000', '135316.961000', '135316.964000', '135316.966000', '135316.969000', '135316.972000', '135316.974000', '135316.977000', '135316.979000', '135316.982000', '135316.985000', '135316.987000', '135316.990000', '135316.992000', '135316.995000', '135316.997000', '135317.001000', '135317.004000', '135317.006000', '135317.009000', '135317.011000', '135317.014000', '135317.016000', '135317.019000', '135317.022000', '135317.024000', '135317.027000', '135317.029000', '135317.032000', '135317.035000', '135317.037000', '135317.040000', '135317.042000', '135317.045000', '135317.048000', '135317.050000', '135317.053000', '135317.056000', '135317.058000', '135317.061000', '135317.063000', '135317.066000', '135336.955000', '135336.959000', '135336.961000', '135336.964000', '135336.967000', '135336.970000', '135336.972000', '135336.975000', '135336.977000', '135336.980000', '135336.983000', '135336.985000', '135336.988000', '135336.990000', '135336.993000', '135336.996000', '135336.998000', '135337.002000', '135337.005000', '135337.007000', '135337.010000', '135337.012000', '135337.015000', '135337.017000', '135337.020000', '135337.023000', '135337.025000', '135337.028000', '135337.030000', '135337.033000', '135337.036000', '135337.038000', '135337.041000', '135337.044000', '135337.046000', '135337.049000', '135337.051000', '135337.054000', '135337.056000', '135337.059000', '135337.062000', '135337.064000', '135337.075000', '135337.077000', '135356.955000', '135356.958000', '135356.961000', '135356.963000', '135356.966000', '135356.969000', '135356.971000', '135356.974000', '135356.976000', '135356.979000', '135356.982000', '135356.985000', '135356.988000', '135356.991000', '135356.994000', '135356.997000', '135357.000000', '135357.003000', '135357.006000', '135357.008000', '135357.011000', '135357.014000', '135357.017000', '135357.020000', '135357.022000', '135357.025000', '135357.027000', '135357.030000', '135357.033000', '135357.035000', '135357.038000', '135357.041000', '135357.043000', '135357.046000', '135357.048000', '135357.051000', '135357.054000', '135357.056000', '135357.059000', '135357.061000', '135357.070000', '135357.073000', '135357.076000', '135416.956000', '135416.958000', '135416.961000', '135416.963000', '135416.966000', '135416.969000', '135416.971000', '135416.974000', '135416.977000', '135416.979000', '135416.982000', '135416.984000', '135416.987000', '135416.990000', '135416.992000', '135416.995000', '135416.997000', '135417.001000', '135417.004000', '135417.006000', '135417.009000', '135417.011000', '135417.014000', '135417.017000', '135417.019000', '135417.022000', '135417.024000', '135417.031000', '135417.033000', '135417.036000', '135417.039000', '135417.041000', '135417.044000', '135417.046000', '135417.049000', '135417.052000', '135417.054000', '135417.057000', '135417.059000', '135417.062000', '135417.065000', '135417.067000', '135417.070000', '135417.073000', '135436.955000', '135436.958000', '135436.961000', '135436.964000', '135436.966000', '135436.969000', '135436.971000', '135436.974000', '135436.976000', '135436.979000', '135436.982000', '135436.984000', '135436.987000', '135436.990000', '135436.992000', '135436.995000', '135436.998000', '135437.001000', '135437.004000', '135437.007000', '135437.009000', '135437.012000', '135437.014000', '135437.017000', '135437.020000', '135437.022000', '135437.034000', '135437.037000', '135437.040000', '135437.042000', '135437.045000', '135437.048000', '135437.051000', '135437.053000', '135437.056000', '135437.058000', '135437.061000', '135437.064000', '135437.066000', '135437.069000', '135437.072000', '135437.074000', '135437.077000', '135456.955000', '135456.958000', '135456.961000', '135456.963000', '135456.966000', '135456.968000', '135456.971000', '135456.974000', '135456.976000', '135456.979000', '135456.981000', '135456.984000', '135456.986000', '135456.989000', '135456.992000', '135456.994000', '135456.997000', '135457.000000', '135457.003000', '135457.006000', '135457.008000', '135457.011000', '135457.013000', '135457.016000', '135457.019000', '135457.021000', '135457.024000', '135457.027000', '135457.029000', '135457.032000', '135457.034000', '135457.037000', '135457.040000', '135457.042000', '135457.045000', '135457.047000', '135457.050000', '135457.053000', '135457.055000', '135457.058000', '135457.060000', '135457.063000', '135457.066000', '135457.068000', '135516.955000', '135516.958000', '135516.961000', '135516.964000', '135516.966000', '135516.969000', '135516.971000', '135516.974000', '135516.976000', '135516.979000', '135516.982000', '135516.984000', '135516.987000', '135516.990000', '135516.992000', '135516.995000', '135516.998000', '135517.001000', '135517.004000', '135517.006000', '135517.009000', '135517.012000', '135517.014000', '135517.017000', '135517.019000', '135517.022000', '135517.024000', '135517.027000', '135517.030000', '135517.032000', '135517.036000', '135517.039000', '135517.041000', '135517.044000', '135517.047000', '135517.049000', '135517.053000', '135517.055000', '135517.058000', '135517.061000', '135517.063000', '135517.066000', '135517.068000', '135536.955000', '135536.958000', '135536.961000', '135536.964000', '135536.966000', '135536.969000', '135536.972000', '135536.974000', '135536.977000', '135536.979000', '135536.982000', '135536.984000', '135536.987000', '135536.990000', '135536.992000', '135536.995000', '135536.998000', '135537.000000', '135537.003000', '135537.006000', '135537.009000', '135537.011000', '135537.014000', '135537.016000', '135537.019000', '135537.022000', '135537.024000', '135537.027000', '135537.030000', '135537.032000', '135537.035000', '135537.038000', '135537.040000', '135537.043000', '135537.046000', '135537.048000', '135537.051000', '135537.053000', '135537.056000', '135537.059000', '135537.061000', '135537.064000', '135537.067000', '135537.069000', '135556.955000', '135556.958000', '135556.961000', '135556.963000', '135556.966000', '135556.969000', '135556.971000', '135556.974000', '135556.977000', '135556.979000', '135556.982000', '135556.985000', '135556.987000', '135556.990000', '135556.992000', '135556.995000', '135556.998000', '135557.001000', '135557.004000', '135557.006000', '135557.009000', '135557.012000', '135557.014000', '135557.017000', '135557.020000', '135557.022000', '135557.025000', '135557.027000', '135557.030000', '135557.033000', '135557.035000', '135557.038000', '135557.052000', '135557.055000', '135557.058000', '135557.061000', '135557.064000', '135557.067000', '135557.069000', '135557.072000', '135557.075000', '135557.077000', '135557.080000', '135616.955000', '135616.958000', '135616.961000', '135616.964000', '135616.967000', '135616.969000', '135616.972000', '135616.974000', '135616.977000', '135616.980000', '135616.982000', '135616.985000', '135616.987000', '135616.990000', '135616.993000', '135616.995000', '135616.998000', '135617.001000', '135617.004000', '135617.007000', '135617.009000', '135617.012000', '135617.015000', '135617.017000', '135617.020000', '135617.022000', '135617.025000', '135617.028000', '135617.030000', '135617.033000', '135617.036000', '135617.038000', '135617.041000', '135617.044000', '135617.046000', '135617.049000', '135617.052000', '135617.054000', '135617.057000', '135617.059000', '135617.062000', '135617.065000', '135617.067000', '135617.070000', '135636.956000', '135636.958000', '135636.961000', '135636.964000', '135636.966000', '135636.969000', '135636.972000', '135636.974000', '135636.977000', '135636.979000', '135636.982000', '135636.985000', '135636.987000', '135636.990000', '135636.993000', '135636.995000', '135636.998000', '135637.001000', '135637.004000', '135637.007000', '135637.009000', '135637.012000', '135637.014000', '135637.017000', '135637.020000', '135637.022000', '135637.025000', '135637.028000', '135637.030000', '135637.033000', '135637.036000', '135637.038000', '135637.041000', '135637.043000', '135637.046000', '135637.049000', '135637.051000', '135637.054000', '135637.056000', '135637.059000', '135637.062000', '135637.065000', '135637.068000', '135656.956000', '135656.958000', '135656.961000', '135656.964000', '135656.967000', '135656.969000', '135656.972000', '135656.974000', '135656.977000', '135656.980000', '135656.982000', '135656.985000', '135656.987000', '135656.990000', '135656.993000', '135656.995000', '135656.998000', '135657.001000', '135657.004000', '135657.007000', '135657.009000', '135657.012000', '135657.014000', '135657.017000', '135657.020000', '135657.022000', '135657.025000', '135657.027000', '135657.030000', '135657.033000', '135657.035000', '135657.038000', '135657.041000', '135657.043000', '135657.046000', '135657.049000', '135657.051000', '135657.054000', '135657.056000', '135657.059000', '135657.062000', '135657.064000', '135657.067000', '135657.070000', '135716.956000', '135716.959000', '135716.961000', '135716.964000', '135716.967000', '135716.969000', '135716.972000', '135716.974000', '135716.977000', '135716.980000', '135716.982000', '135716.985000', '135716.987000', '135716.990000', '135716.993000', '135716.995000', '135716.998000', '135717.002000', '135717.004000', '135717.007000', '135717.009000', '135717.013000', '135717.016000', '135717.019000', '135717.023000', '135717.025000', '135717.028000', '135717.031000', '135717.033000', '135717.036000', '135717.038000', '135717.041000', '135717.044000', '135717.046000', '135717.049000', '135717.051000', '135717.054000', '135717.057000', '135717.059000', '135717.062000', '135717.064000', '135717.067000', '135717.069000', '135736.970000', '135736.973000', '135736.976000', '135736.978000', '135736.981000', '135736.983000', '135736.986000', '135736.989000', '135736.991000', '135736.994000', '135736.996000', '135737.003000', '135737.005000', '135737.008000', '135737.011000', '135737.013000', '135737.016000', '135737.018000', '135737.021000', '135737.024000', '135737.026000', '135737.029000', '135737.032000', '135737.034000', '135737.037000', '135737.040000', '135737.042000', '135737.045000', '135737.048000', '135737.050000', '135737.053000', '135737.056000', '135737.058000', '135737.061000', '135737.064000', '135737.066000', '135737.069000', '135737.071000', '135737.074000', '135737.077000', '135737.079000', '135737.082000', '135737.085000', '135737.087000', '135756.955000', '135756.958000', '135756.961000', '135756.963000', '135756.966000', '135756.969000', '135756.971000', '135756.974000', '135756.977000', '135756.980000', '135756.982000', '135756.985000', '135756.988000', '135756.990000', '135756.993000', '135756.996000', '135756.998000', '135757.002000', '135757.004000', '135757.007000', '135757.010000', '135757.012000', '135757.015000', '135757.017000', '135757.020000', '135757.023000', '135757.025000', '135757.028000', '135757.031000', '135757.033000', '135757.036000', '135757.038000', '135757.041000', '135757.044000', '135757.046000', '135757.049000', '135757.051000', '135757.054000', '135757.057000', '135757.059000', '135757.062000', '135757.065000', '135757.067000', '135816.957000', '135816.960000', '135816.963000', '135816.965000', '135816.968000', '135816.971000', '135816.973000', '135816.976000', '135816.978000', '135816.981000', '135816.984000', '135816.986000', '135816.989000', '135816.992000', '135816.994000', '135816.997000', '135817.000000', '135817.003000', '135817.006000', '135817.008000', '135817.011000', '135817.013000', '135817.016000', '135817.018000', '135817.021000', '135817.024000', '135817.026000', '135817.029000', '135817.031000', '135817.034000', '135817.037000', '135817.039000', '135817.042000', '135817.045000', '135817.047000', '135817.050000', '135817.052000', '135817.055000', '135817.058000', '135817.060000', '135817.063000', '135817.066000', '135817.068000', '135817.071000', '135836.956000', '135836.958000', '135836.961000', '135836.964000', '135836.966000', '135836.969000', '135836.971000', '135836.974000', '135836.977000', '135836.979000', '135836.982000', '135836.984000', '135836.987000', '135836.990000', '135836.992000', '135836.995000', '135836.998000', '135837.001000', '135837.004000', '135837.007000', '135837.009000', '135837.012000', '135837.015000', '135837.017000', '135837.020000', '135837.023000', '135837.026000', '135837.028000', '135837.031000', '135837.033000', '135837.036000', '135837.039000', '135837.041000', '135837.044000', '135837.046000', '135837.049000', '135837.052000', '135837.054000', '135837.057000', '135837.060000', '135837.062000', '135837.065000', '135837.067000', '135856.956000', '135856.958000', '135856.961000', '135856.964000', '135856.966000', '135856.969000', '135856.972000', '135856.974000', '135856.977000', '135856.979000', '135856.982000', '135857.006000', '135857.008000', '135857.011000', '135857.014000', '135857.016000', '135857.026000', '135857.029000', '135857.031000', '135857.034000', '135857.037000', '135857.039000', '135857.042000', '135857.044000', '135857.047000', '135857.050000', '135857.052000', '135857.055000', '135857.058000', '135857.060000', '135857.063000', '135857.065000', '135857.068000', '135857.071000', '135857.073000', '135857.076000', '135857.078000', '135857.081000', '135857.084000', '135857.086000', '135857.089000', '135857.092000', '135857.094000', '135857.097000', '135857.787000', '135857.790000'], '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': [18551, 14152, 14018, 14438, 11989, 17466, 13949, 15006, 14998, 11494, 17265, 13687, 17881, 14440, 11331, 16607, 13449, 20215, 14029, 13140, 15460, 11126, 17659, 13972, 20523, 14224, 12897, 15577, 11798, 17203, 14026, 15912, 15108, 10812, 17933, 13380, 13886, 16756, 13581, 19619, 14406, 18716, 13718, 12054, 17412, 12866, 18811, 14538, 18052, 14233, 13645, 16014, 13899, 17050, 11933, 17788, 14842, 19670, 14270, 12576, 16545, 13547, 20806, 14590, 13405, 16856, 15671, 19527, 14550, 13088, 16494, 14686, 20403, 15424, 13045, 15464, 13140, 18043, 14260, 16698, 15521, 11937, 16914, 14164, 15141, 15438, 13949, 22546, 15745, 11452, 18788, 14931, 12670, 15770, 13519, 17776, 16494, 13869, 18220, 19130, 12027, 16099, 13003, 11748, 18356, 13986, 11175, 18471, 14027, 12167, 18034, 13909, 13625, 16270, 14104, 14300, 15236, 13776, 15676, 14138, 12583, 17428, 13305, 18226, 13463, 17124, 12490, 15518, 12975, 14822, 13690, 16124, 13881, 15504, 13052, 16431, 14040, 17080, 14013, 16711, 13513, 14202, 13950, 10842, 18473, 13391, 12158, 19040, 15194, 20735, 17259, 13838, 19023, 13625, 15317, 14572, 11695, 18524, 12847, 19192, 13525, 18539, 12927, 17275, 12485, 16967, 12194, 17328, 12420, 13087, 12081, 11050, 15064, 11322, 17628, 12690, 17256, 12479, 17645, 13114, 17180, 12402, 15286, 12946, 15702, 13409, 11727, 15885, 11969, 16208, 12719, 10350, 17554, 13408, 12657, 17504, 12910, 20647, 14813, 20108, 15238, 17516, 15060, 16590, 15855, 13753, 16263, 21735, 14928, 18072, 13355, 15010, 12255, 11361, 16332, 13404, 20033, 13398, 12934, 13907, 12335, 16900, 13378, 17048, 11961, 16497, 12856, 16925, 13256, 17415, 12777, 16962, 12816, 18700, 13233, 11976, 13562, 9923, 16232, 12718, 17851, 13310, 15446, 18103, 13184, 17346, 12986, 16915, 12141, 16475, 12541, 17958, 12746, 12747, 16780, 13448, 19535, 14475, 13527, 18098, 13507, 18435, 13587, 17943, 12695, 18111, 14181, 13833, 14815, 12384, 16328, 11017, 18926, 13828, 19529, 13671, 14025, 15174, 10907, 14735, 12289, 15103, 17187, 14560, 14013, 15841, 12326, 11933, 16323, 20378, 15250, 17683, 13875, 17117, 13592, 17595, 13514, 19367, 12948, 12090, 14084, 11276, 17194, 12532, 15929, 13576, 14834, 14100, 14990, 15259, 13501, 15434, 18243, 14387, 20291, 14385, 19529, 13584, 19203, 13426, 19579, 13842, 17353, 13935, 13013, 13734, 13112, 16942, 12684, 17749, 13186, 17857, 14212, 14479, 16944, 13311, 18774, 14183, 19553, 15045, 14184, 15820, 12763, 17501, 13868, 18738, 15286, 18649, 13534, 17458, 16534, 15099, 13697, 15893, 12596, 17652, 12280, 18212, 13210, 17797, 14107, 18272, 14361, 18303, 14994, 18784, 16265, 16015, 13281, 15868, 13242, 17454, 12772, 19017, 14366, 19341, 14652, 19002, 15139, 17885, 14094, 18497, 14689, 18750, 14959, 17386, 13401, 17126, 14449, 15604, 13511, 15442, 12116, 17251, 14772, 20295, 14308, 16985, 14440, 15965, 15789, 13405, 14815, 13844, 15843, 13746, 16738, 12566, 17101, 14475, 18027, 13571, 17195, 13571, 14591, 12499, 16259, 12917, 18921, 14449, 15275, 13475, 12649, 16046, 18914, 15701, 17534, 14416, 16826, 13033, 16679, 14181, 15757, 14068, 15462, 16334, 14870, 17415, 14669, 17120, 15830, 14110, 16806, 19122, 15858, 18421, 15446, 18293, 15163, 17853, 13904, 17446, 13547, 18589, 15242, 19607, 14103, 12880, 16750, 14364, 19315, 15339, 18085, 14849, 19405, 15081, 15710, 14392, 18427, 13191, 17051, 13188, 15782, 12216, 15934, 12562, 17055, 12653, 17290, 11753, 16789, 14007, 18096, 15162, 18075, 14100, 17315, 14065, 17143, 12492, 17562, 13467, 16122, 18597, 14439, 18330, 14917, 17375, 13571, 16704, 12496, 15965, 16006, 14337, 19436, 14651, 18739, 14465, 18477, 13829, 18189, 14610, 18853, 15042, 18222, 14106, 16894, 20602, 15509, 17474, 13481, 17664, 16910, 15437, 20630, 14524, 18259, 14350, 18767, 15634, 17965, 14623, 18795, 15014, 13936, 17436, 12304, 18639, 15638, 19163, 15277, 17539, 14499, 17860, 13886, 17535, 12211, 17347, 14462, 17314, 14885, 20249, 14609, 15500, 13973, 15699, 16717, 12362, 17403, 10222, 18014, 12043, 19334, 13887, 18259, 12412, 17755, 13023, 20251, 15526, 11909, 13791, 11789, 17851, 14310, 14819, 14829, 15374, 17416, 12316, 16877, 11928, 17739, 11605, 17941, 13307, 18422, 13297, 18316, 13186, 14183, 14623, 12202, 16182, 12375, 17040, 13573, 16502, 11293, 17097, 12946, 15761, 17880, 14094, 19425, 14072, 13335, 14641, 11927, 16794, 11749, 17715, 12880, 17869, 13879, 17687, 13472, 18241, 14424, 15594, 16397, 15320, 14023, 16327, 13354, 15954, 13918, 17237, 13761, 18231, 14325, 17880, 15010, 13433, 16612, 11901, 17913, 14268, 20063, 14916, 19454, 13858, 20734, 15694, 13994, 15851, 12927, 18646, 14451, 14996, 14075, 13859, 15973, 20700, 15325, 20617, 13924, 18189, 14791, 17753, 15106, 17371, 14104, 17761, 14265, 17897, 14505, 18667, 14561, 19101, 13740, 17850, 13979, 20419, 14536, 15622, 14058, 17892, 14269, 20555, 14717, 13271, 14135, 12770, 16284, 12719, 18419, 14711, 20305, 14476, 17959, 17227, 13889, 18403, 21544, 14466, 12690, 11453, 16272, 12566, 12248, 15280, 11906, 14952, 15003, 11077, 17026, 12755, 12627, 16326, 15286, 18922, 14495, 13314, 17663, 14202, 16450, 15112, 10744, 16887, 13158, 20563, 13877, 20110, 13955, 19140, 14189, 11834, 13469, 12354, 15272, 13040, 16211, 12565, 17836, 14415, 18498, 14274, 18754, 14826, 16589, 15773, 14284, 14711, 19505, 15097, 20211, 15652, 15100, 14631, 12050, 17923, 14817, 20232, 15453, 16680, 16002, 18747, 16027, 14666, 16058, 21465, 15474, 19028, 14057, 17187, 20062, 14887, 18498, 14452, 17044, 12511, 16385, 13262, 16694, 14009, 17351, 13740, 18081, 14806, 20770, 15367, 13413, 15692, 12814, 17214, 14943, 16055, 13597, 15360, 16217, 15108, 19977, 15428, 13387, 14646, 13667, 15978, 14862, 17449, 13409, 17896, 14408, 14415, 17662, 12833, 18372, 13338, 14794, 14831, 21395, 16281, 18857, 14281, 19402, 13869, 18823, 14192, 17784, 14053, 16977, 14226, 16642, 12989, 16740, 12318, 17080, 13517, 17089, 13690, 18321, 14413, 20255, 15058, 17546, 14149, 19460, 14636, 18323, 14835, 18340, 14435, 17644, 14096, 17674, 14074, 17835, 14470, 18535, 14310, 18640, 14395, 19594, 15127, 16697, 15415, 17892, 14657, 18868, 15185, 18247, 14523, 17593, 12229, 16787, 14831, 18099, 14199, 15758, 14837, 13809, 16339], 'WindowCenter': [4941.0, 4890.0, 4869.0, 4868.0, 4838.0, 4875.0, 4845.0, 4852.0, 4852.0, 4812.0, 4861.0, 4842.0, 4861.0, 4844.0, 4812.0, 4853.0, 4832.0, 4881.0, 4842.0, 4834.0, 4851.0, 4814.0, 4859.0, 4844.0, 4884.0, 4855.0, 4874.0, 4883.0, 4840.0, 4875.0, 4857.0, 4867.0, 4865.0, 4839.0, 4915.0, 4902.0, 4898.0, 4916.0, 4887.0, 4926.0, 4857.0, 4874.0, 4859.0, 4841.0, 4892.0, 4852.0, 4888.0, 4861.0, 4877.0, 4860.0, 4847.0, 4878.0, 4859.0, 4879.0, 4850.0, 4919.0, 4882.0, 4911.0, 4871.0, 4861.0, 4892.0, 4847.0, 4895.0, 4858.0, 4848.0, 4878.0, 4869.0, 4885.0, 4868.0, 4847.0, 4876.0, 4858.0, 4897.0, 4869.0, 4847.0, 4856.0, 4845.0, 4875.0, 4859.0, 4906.0, 4896.0, 4825.0, 4862.0, 4845.0, 4867.0, 4882.0, 4872.0, 4926.0, 4858.0, 4799.0, 4834.0, 4817.0, 4778.0, 4830.0, 4891.0, 4917.0, 4894.0, 4862.0, 4882.0, 4894.0, 4838.0, 4853.0, 4834.0, 4826.0, 4877.0, 4845.0, 4819.0, 4880.0, 4835.0, 4815.0, 4867.0, 4850.0, 4862.0, 4844.0, 4806.0, 4834.0, 4873.0, 4838.0, 4816.0, 4832.0, 4809.0, 4848.0, 4832.0, 4861.0, 4822.0, 4856.0, 4812.0, 4845.0, 4824.0, 4845.0, 4832.0, 4852.0, 4819.0, 4840.0, 4819.0, 4851.0, 4830.0, 4864.0, 4844.0, 4891.0, 4888.0, 4883.0, 4860.0, 4831.0, 4863.0, 4849.0, 4827.0, 4874.0, 4857.0, 4884.0, 4887.0, 4860.0, 4897.0, 4884.0, 4880.0, 4872.0, 4839.0, 4891.0, 4849.0, 4893.0, 4859.0, 4885.0, 4834.0, 4862.0, 4823.0, 4850.0, 4809.0, 4849.0, 4820.0, 4819.0, 4835.0, 4823.0, 4849.0, 4810.0, 4871.0, 4844.0, 4872.0, 4834.0, 4875.0, 4848.0, 4873.0, 4836.0, 4864.0, 4848.0, 4865.0, 4857.0, 4838.0, 4903.0, 4852.0, 4889.0, 4877.0, 4844.0, 4917.0, 4899.0, 4875.0, 4914.0, 4903.0, 4925.0, 4887.0, 4915.0, 4887.0, 4894.0, 4885.0, 4882.0, 4882.0, 4859.0, 4886.0, 4902.0, 4854.0, 4880.0, 4848.0, 4855.0, 4838.0, 4815.0, 4862.0, 4844.0, 4885.0, 4845.0, 4838.0, 4845.0, 4822.0, 4865.0, 4837.0, 4866.0, 4825.0, 4866.0, 4833.0, 4853.0, 4821.0, 4852.0, 4822.0, 4851.0, 4821.0, 4862.0, 4832.0, 4821.0, 4833.0, 4806.0, 4863.0, 4849.0, 4889.0, 4845.0, 4879.0, 4885.0, 4845.0, 4873.0, 4843.0, 4875.0, 4835.0, 4864.0, 4835.0, 4898.0, 4873.0, 4871.0, 4906.0, 4886.0, 4912.0, 4884.0, 4874.0, 4914.0, 4888.0, 4916.0, 4890.0, 4892.0, 4770.0, 4809.0, 4874.0, 4912.0, 4899.0, 4864.0, 4892.0, 4842.0, 4900.0, 4861.0, 4898.0, 4860.0, 4872.0, 4900.0, 4843.0, 4857.0, 4826.0, 4842.0, 4868.0, 4869.0, 4855.0, 4866.0, 4836.0, 4823.0, 4868.0, 4876.0, 4842.0, 4850.0, 4824.0, 4841.0, 4821.0, 4848.0, 4821.0, 4846.0, 4808.0, 4806.0, 4828.0, 4801.0, 4850.0, 4821.0, 4850.0, 4833.0, 4842.0, 4849.0, 4856.0, 4855.0, 4832.0, 4855.0, 4863.0, 4845.0, 4874.0, 4847.0, 4873.0, 4834.0, 4870.0, 4833.0, 4873.0, 4844.0, 4860.0, 4846.0, 4831.0, 4844.0, 4833.0, 4876.0, 4847.0, 4878.0, 4862.0, 4899.0, 4874.0, 4868.0, 4890.0, 4874.0, 4898.0, 4871.0, 4899.0, 4870.0, 4863.0, 4880.0, 4850.0, 4890.0, 4873.0, 4901.0, 4870.0, 4891.0, 4850.0, 4877.0, 4863.0, 4844.0, 4830.0, 4865.0, 4847.0, 4876.0, 4847.0, 4886.0, 4849.0, 4876.0, 4856.0, 4887.0, 4868.0, 4888.0, 4882.0, 4913.0, 4879.0, 4878.0, 4848.0, 4878.0, 4859.0, 4903.0, 4875.0, 4915.0, 4911.0, 4928.0, 4899.0, 4916.0, 4900.0, 4905.0, 4875.0, 4892.0, 4871.0, 4891.0, 4860.0, 4868.0, 4846.0, 4878.0, 4845.0, 4855.0, 4834.0, 4854.0, 4825.0, 4863.0, 4854.0, 4884.0, 4855.0, 4863.0, 4860.0, 4864.0, 4854.0, 4835.0, 4844.0, 4830.0, 4852.0, 4831.0, 4851.0, 4812.0, 4850.0, 4830.0, 4852.0, 4831.0, 4865.0, 4844.0, 4857.0, 4823.0, 4850.0, 4792.0, 4830.0, 4815.0, 4828.0, 4820.0, 4821.0, 4852.0, 4862.0, 4841.0, 4849.0, 4829.0, 4849.0, 4819.0, 4852.0, 4828.0, 4839.0, 4827.0, 4840.0, 4850.0, 4841.0, 4862.0, 4858.0, 4874.0, 4866.0, 4856.0, 4902.0, 4899.0, 4903.0, 4911.0, 4881.0, 4888.0, 4869.0, 4885.0, 4857.0, 4887.0, 4850.0, 4891.0, 4881.0, 4901.0, 4874.0, 4861.0, 4893.0, 4898.0, 4916.0, 4881.0, 4890.0, 4873.0, 4904.0, 4873.0, 4870.0, 4874.0, 4895.0, 4842.0, 4872.0, 4836.0, 4859.0, 4826.0, 4853.0, 4826.0, 4865.0, 4825.0, 4894.0, 4852.0, 4866.0, 4843.0, 4872.0, 4842.0, 4851.0, 4831.0, 4848.0, 4832.0, 4849.0, 4810.0, 4862.0, 4831.0, 4853.0, 4860.0, 4841.0, 4860.0, 4838.0, 4846.0, 4816.0, 4847.0, 4808.0, 4854.0, 4849.0, 4854.0, 4884.0, 4867.0, 4886.0, 4857.0, 4887.0, 4870.0, 4904.0, 4893.0, 4916.0, 4893.0, 4915.0, 4871.0, 4894.0, 4911.0, 4871.0, 4881.0, 4847.0, 4878.0, 4864.0, 4856.0, 4884.0, 4855.0, 4874.0, 4855.0, 4912.0, 4896.0, 4901.0, 4868.0, 4887.0, 4880.0, 4883.0, 4917.0, 4851.0, 4887.0, 4893.0, 4887.0, 4867.0, 4867.0, 4845.0, 4879.0, 4846.0, 4878.0, 4837.0, 4867.0, 4874.0, 4891.0, 4869.0, 4886.0, 4828.0, 4826.0, 4842.0, 4862.0, 4862.0, 4833.0, 4872.0, 4813.0, 4882.0, 4834.0, 4894.0, 4854.0, 4886.0, 4836.0, 4857.0, 4818.0, 4870.0, 4852.0, 4837.0, 4869.0, 4851.0, 4874.0, 4856.0, 4853.0, 4858.0, 4882.0, 4914.0, 4849.0, 4864.0, 4824.0, 4872.0, 4811.0, 4861.0, 4832.0, 4870.0, 4843.0, 4870.0, 4833.0, 4842.0, 4856.0, 4833.0, 4874.0, 4832.0, 4874.0, 4843.0, 4863.0, 4814.0, 4864.0, 4833.0, 4854.0, 4860.0, 4840.0, 4871.0, 4842.0, 4844.0, 4864.0, 4834.0, 4875.0, 4836.0, 4887.0, 4847.0, 4886.0, 4856.0, 4889.0, 4857.0, 4899.0, 4867.0, 4879.0, 4880.0, 4879.0, 4857.0, 4877.0, 4857.0, 4888.0, 4867.0, 4901.0, 4882.0, 4900.0, 4892.0, 4914.0, 4892.0, 4873.0, 4903.0, 4880.0, 4915.0, 4884.0, 4922.0, 4893.0, 4899.0, 4876.0, 4915.0, 4881.0, 4874.0, 4858.0, 4809.0, 4843.0, 4834.0, 4882.0, 4870.0, 4847.0, 4868.0, 4887.0, 4854.0, 4861.0, 4831.0, 4850.0, 4840.0, 4850.0, 4826.0, 4835.0, 4827.0, 4848.0, 4827.0, 4844.0, 4825.0, 4843.0, 4825.0, 4846.0, 4816.0, 4844.0, 4827.0, 4866.0, 4827.0, 4835.0, 4827.0, 4844.0, 4826.0, 4858.0, 4829.0, 4805.0, 4828.0, 4805.0, 4848.0, 4818.0, 4860.0, 4865.0, 4909.0, 4870.0, 4875.0, 4864.0, 4811.0, 4849.0, 4910.0, 4882.0, 4862.0, 4864.0, 4889.0, 4846.0, 4846.0, 4863.0, 4823.0, 4863.0, 4893.0, 4868.0, 4893.0, 4854.0, 4812.0, 4857.0, 4882.0, 4888.0, 4855.0, 4833.0, 4863.0, 4832.0, 4841.0, 4830.0, 4790.0, 4849.0, 4821.0, 4870.0, 4832.0, 4859.0, 4818.0, 4856.0, 4815.0, 4795.0, 4816.0, 4807.0, 4839.0, 4829.0, 4861.0, 4822.0, 4871.0, 4853.0, 4895.0, 4879.0, 4910.0, 4893.0, 4888.0, 4880.0, 4867.0, 4880.0, 4899.0, 4894.0, 4913.0, 4895.0, 4881.0, 4882.0, 4864.0, 4915.0, 4895.0, 4925.0, 4907.0, 4904.0, 4908.0, 4925.0, 4907.0, 4884.0, 4895.0, 4913.0, 4883.0, 4907.0, 4860.0, 4880.0, 4887.0, 4858.0, 4876.0, 4843.0, 4864.0, 4824.0, 4860.0, 4833.0, 4864.0, 4854.0, 4887.0, 4875.0, 4886.0, 4852.0, 4870.0, 4851.0, 4831.0, 4851.0, 4821.0, 4866.0, 4840.0, 4840.0, 4819.0, 4839.0, 4836.0, 4839.0, 4858.0, 4838.0, 4815.0, 4827.0, 4816.0, 4849.0, 4853.0, 4892.0, 4862.0, 4889.0, 4828.0, 4825.0, 4883.0, 4846.0, 4885.0, 4858.0, 4855.0, 4857.0, 4895.0, 4870.0, 4873.0, 4856.0, 4873.0, 4846.0, 4873.0, 4843.0, 4863.0, 4855.0, 4873.0, 4854.0, 4860.0, 4832.0, 4862.0, 4832.0, 4859.0, 4828.0, 4847.0, 4830.0, 4871.0, 4852.0, 4883.0, 4856.0, 4874.0, 4862.0, 4886.0, 4871.0, 4886.0, 4867.0, 4877.0, 4855.0, 4873.0, 4856.0, 4874.0, 4855.0, 4875.0, 4856.0, 4886.0, 4867.0, 4886.0, 4869.0, 4901.0, 4881.0, 4889.0, 4882.0, 4888.0, 4873.0, 4890.0, 4871.0, 4877.0, 4856.0, 4876.0, 4850.0, 4921.0, 4896.0, 4903.0, 4871.0, 4863.0, 4868.0, 4876.0, 4892.0], 'WindowWidth': [10722.0, 10634.0, 10591.0, 10586.0, 10538.0, 10591.0, 10545.0, 10553.0, 10551.0, 10495.0, 10567.0, 10536.0, 10563.0, 10540.0, 10495.0, 10554.0, 10523.0, 10593.0, 10538.0, 10524.0, 10549.0, 10498.0, 10561.0, 10540.0, 10601.0, 10560.0, 10602.0, 10613.0, 10544.0, 10590.0, 10566.0, 10575.0, 10574.0, 10548.0, 10661.0, 10653.0, 10642.0, 10667.0, 10625.0, 10681.0, 10563.0, 10585.0, 10569.0, 10540.0, 10616.0, 10561.0, 10608.0, 10573.0, 10593.0, 10570.0, 10548.0, 10597.0, 10569.0, 10599.0, 10559.0, 10674.0, 10606.0, 10652.0, 10593.0, 10579.0, 10623.0, 10549.0, 10618.0, 10565.0, 10550.0, 10596.0, 10583.0, 10608.0, 10582.0, 10551.0, 10592.0, 10564.0, 10628.0, 10584.0, 10547.0, 10560.0, 10545.0, 10593.0, 10569.0, 10647.0, 10635.0, 10516.0, 10563.0, 10542.0, 10577.0, 10606.0, 10593.0, 10680.0, 10563.0, 10466.0, 10506.0, 10484.0, 10415.0, 10504.0, 10635.0, 10665.0, 10625.0, 10576.0, 10613.0, 10640.0, 10535.0, 10551.0, 10524.0, 10514.0, 10591.0, 10540.0, 10508.0, 10599.0, 10525.0, 10493.0, 10577.0, 10554.0, 10575.0, 10530.0, 10467.0, 10523.0, 10592.0, 10533.0, 10484.0, 10517.0, 10480.0, 10537.0, 10519.0, 10564.0, 10506.0, 10560.0, 10489.0, 10540.0, 10506.0, 10539.0, 10518.0, 10546.0, 10497.0, 10527.0, 10496.0, 10549.0, 10513.0, 10568.0, 10539.0, 10619.0, 10623.0, 10611.0, 10571.0, 10529.0, 10560.0, 10549.0, 10516.0, 10586.0, 10566.0, 10605.0, 10619.0, 10578.0, 10630.0, 10617.0, 10603.0, 10594.0, 10547.0, 10623.0, 10560.0, 10631.0, 10572.0, 10611.0, 10532.0, 10568.0, 10513.0, 10545.0, 10486.0, 10543.0, 10503.0, 10498.0, 10533.0, 10514.0, 10543.0, 10492.0, 10578.0, 10546.0, 10584.0, 10531.0, 10591.0, 10553.0, 10587.0, 10537.0, 10572.0, 10558.0, 10578.0, 10565.0, 10536.0, 10641.0, 10562.0, 10615.0, 10609.0, 10559.0, 10666.0, 10643.0, 10601.0, 10657.0, 10658.0, 10676.0, 10621.0, 10665.0, 10623.0, 10629.0, 10615.0, 10608.0, 10609.0, 10571.0, 10618.0, 10654.0, 10557.0, 10606.0, 10552.0, 10559.0, 10540.0, 10501.0, 10563.0, 10540.0, 10606.0, 10546.0, 10534.0, 10542.0, 10507.0, 10573.0, 10533.0, 10574.0, 10516.0, 10575.0, 10524.0, 10554.0, 10505.0, 10553.0, 10508.0, 10548.0, 10505.0, 10565.0, 10520.0, 10506.0, 10525.0, 10493.0, 10570.0, 10555.0, 10615.0, 10544.0, 10599.0, 10606.0, 10547.0, 10585.0, 10539.0, 10591.0, 10532.0, 10571.0, 10530.0, 10624.0, 10599.0, 10593.0, 10648.0, 10621.0, 10656.0, 10614.0, 10598.0, 10659.0, 10625.0, 10666.0, 10632.0, 10619.0, 10407.0, 10461.0, 10597.0, 10671.0, 10644.0, 10586.0, 10624.0, 10549.0, 10635.0, 10573.0, 10630.0, 10575.0, 10592.0, 10643.0, 10554.0, 10564.0, 10517.0, 10533.0, 10579.0, 10584.0, 10558.0, 10575.0, 10531.0, 10510.0, 10581.0, 10603.0, 10534.0, 10549.0, 10508.0, 10535.0, 10504.0, 10540.0, 10502.0, 10534.0, 10478.0, 10476.0, 10510.0, 10473.0, 10543.0, 10504.0, 10543.0, 10523.0, 10535.0, 10550.0, 10558.0, 10558.0, 10520.0, 10556.0, 10566.0, 10540.0, 10589.0, 10547.0, 10582.0, 10526.0, 10575.0, 10525.0, 10583.0, 10543.0, 10560.0, 10544.0, 10517.0, 10539.0, 10522.0, 10591.0, 10547.0, 10594.0, 10574.0, 10629.0, 10596.0, 10581.0, 10616.0, 10594.0, 10626.0, 10591.0, 10627.0, 10587.0, 10577.0, 10603.0, 10557.0, 10614.0, 10592.0, 10634.0, 10584.0, 10619.0, 10553.0, 10595.0, 10567.0, 10540.0, 10515.0, 10573.0, 10552.0, 10591.0, 10550.0, 10608.0, 10552.0, 10590.0, 10560.0, 10606.0, 10580.0, 10612.0, 10606.0, 10656.0, 10597.0, 10595.0, 10551.0, 10595.0, 10569.0, 10639.0, 10599.0, 10661.0, 10662.0, 10684.0, 10640.0, 10666.0, 10638.0, 10644.0, 10600.0, 10623.0, 10591.0, 10624.0, 10570.0, 10582.0, 10546.0, 10595.0, 10543.0, 10557.0, 10523.0, 10555.0, 10510.0, 10567.0, 10554.0, 10602.0, 10558.0, 10566.0, 10568.0, 10569.0, 10557.0, 10525.0, 10539.0, 10514.0, 10551.0, 10516.0, 10546.0, 10490.0, 10544.0, 10512.0, 10554.0, 10518.0, 10574.0, 10541.0, 10563.0, 10507.0, 10545.0, 10448.0, 10502.0, 10483.0, 10504.0, 10497.0, 10500.0, 10550.0, 10570.0, 10530.0, 10542.0, 10511.0, 10542.0, 10495.0, 10548.0, 10508.0, 10527.0, 10506.0, 10529.0, 10541.0, 10533.0, 10562.0, 10565.0, 10583.0, 10577.0, 10560.0, 10637.0, 10630.0, 10642.0, 10655.0, 10607.0, 10615.0, 10584.0, 10605.0, 10563.0, 10611.0, 10553.0, 10618.0, 10603.0, 10633.0, 10595.0, 10575.0, 10621.0, 10635.0, 10659.0, 10602.0, 10613.0, 10591.0, 10640.0, 10594.0, 10586.0, 10595.0, 10634.0, 10543.0, 10592.0, 10529.0, 10565.0, 10511.0, 10551.0, 10511.0, 10572.0, 10513.0, 10632.0, 10564.0, 10578.0, 10538.0, 10582.0, 10535.0, 10548.0, 10517.0, 10537.0, 10514.0, 10541.0, 10485.0, 10563.0, 10516.0, 10553.0, 10561.0, 10533.0, 10562.0, 10521.0, 10533.0, 10489.0, 10536.0, 10480.0, 10553.0, 10540.0, 10554.0, 10601.0, 10579.0, 10606.0, 10563.0, 10607.0, 10587.0, 10641.0, 10625.0, 10666.0, 10626.0, 10662.0, 10590.0, 10630.0, 10655.0, 10590.0, 10605.0, 10548.0, 10598.0, 10570.0, 10560.0, 10605.0, 10560.0, 10589.0, 10557.0, 10656.0, 10634.0, 10635.0, 10581.0, 10606.0, 10605.0, 10611.0, 10667.0, 10560.0, 10609.0, 10626.0, 10614.0, 10579.0, 10580.0, 10542.0, 10603.0, 10545.0, 10600.0, 10534.0, 10578.0, 10596.0, 10621.0, 10582.0, 10609.0, 10508.0, 10504.0, 10537.0, 10569.0, 10570.0, 10531.0, 10587.0, 10504.0, 10599.0, 10534.0, 10621.0, 10562.0, 10610.0, 10537.0, 10553.0, 10497.0, 10578.0, 10554.0, 10539.0, 10589.0, 10563.0, 10590.0, 10562.0, 10555.0, 10570.0, 10611.0, 10666.0, 10559.0, 10572.0, 10515.0, 10583.0, 10493.0, 10565.0, 10523.0, 10577.0, 10541.0, 10578.0, 10528.0, 10537.0, 10563.0, 10527.0, 10586.0, 10525.0, 10587.0, 10541.0, 10570.0, 10503.0, 10575.0, 10526.0, 10558.0, 10561.0, 10534.0, 10583.0, 10537.0, 10543.0, 10571.0, 10531.0, 10591.0, 10538.0, 10611.0, 10553.0, 10609.0, 10564.0, 10614.0, 10567.0, 10631.0, 10578.0, 10600.0, 10600.0, 10600.0, 10564.0, 10595.0, 10565.0, 10614.0, 10583.0, 10638.0, 10609.0, 10636.0, 10627.0, 10660.0, 10625.0, 10598.0, 10643.0, 10621.0, 10666.0, 10618.0, 10673.0, 10628.0, 10634.0, 10606.0, 10665.0, 10606.0, 10595.0, 10564.0, 10477.0, 10532.0, 10525.0, 10610.0, 10587.0, 10551.0, 10582.0, 10617.0, 10557.0, 10569.0, 10519.0, 10552.0, 10532.0, 10547.0, 10505.0, 10519.0, 10506.0, 10538.0, 10507.0, 10531.0, 10502.0, 10527.0, 10500.0, 10531.0, 10490.0, 10528.0, 10508.0, 10563.0, 10509.0, 10515.0, 10507.0, 10528.0, 10505.0, 10555.0, 10510.0, 10473.0, 10508.0, 10475.0, 10539.0, 10495.0, 10560.0, 10573.0, 10644.0, 10591.0, 10591.0, 10572.0, 10484.0, 10545.0, 10693.0, 10611.0, 10587.0, 10589.0, 10619.0, 10552.0, 10552.0, 10571.0, 10515.0, 10570.0, 10630.0, 10597.0, 10625.0, 10566.0, 10489.0, 10560.0, 10607.0, 10608.0, 10560.0, 10521.0, 10570.0, 10522.0, 10536.0, 10515.0, 10458.0, 10543.0, 10504.0, 10577.0, 10520.0, 10559.0, 10495.0, 10550.0, 10488.0, 10457.0, 10490.0, 10479.0, 10526.0, 10513.0, 10564.0, 10507.0, 10575.0, 10551.0, 10618.0, 10601.0, 10650.0, 10627.0, 10614.0, 10602.0, 10579.0, 10601.0, 10634.0, 10630.0, 10658.0, 10632.0, 10604.0, 10607.0, 10583.0, 10658.0, 10632.0, 10679.0, 10652.0, 10643.0, 10654.0, 10677.0, 10651.0, 10613.0, 10632.0, 10663.0, 10612.0, 10654.0, 10572.0, 10604.0, 10614.0, 10565.0, 10597.0, 10538.0, 10570.0, 10510.0, 10563.0, 10525.0, 10573.0, 10555.0, 10610.0, 10602.0, 10609.0, 10551.0, 10577.0, 10548.0, 10518.0, 10548.0, 10505.0, 10574.0, 10530.0, 10531.0, 10498.0, 10528.0, 10520.0, 10529.0, 10560.0, 10525.0, 10488.0, 10509.0, 10490.0, 10541.0, 10552.0, 10621.0, 10579.0, 10616.0, 10511.0, 10507.0, 10602.0, 10553.0, 10606.0, 10569.0, 10559.0, 10566.0, 10623.0, 10588.0, 10587.0, 10562.0, 10588.0, 10547.0, 10589.0, 10539.0, 10570.0, 10560.0, 10587.0, 10556.0, 10562.0, 10523.0, 10568.0, 10524.0, 10557.0, 10511.0, 10537.0, 10515.0, 10576.0, 10553.0, 10598.0, 10563.0, 10585.0, 10576.0, 10607.0, 10587.0, 10607.0, 10580.0, 10592.0, 10560.0, 10583.0, 10559.0, 10584.0, 10557.0, 10589.0, 10560.0, 10607.0, 10578.0, 10605.0, 10587.0, 10632.0, 10608.0, 10613.0, 10607.0, 10614.0, 10593.0, 10621.0, 10587.0, 10597.0, 10561.0, 10592.0, 10560.0, 10681.0, 10634.0, 10642.0, 10591.0, 10567.0, 10583.0, 10601.0, 10624.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.002500045871559633</td></tr>
<tr><td colspan=3>aqi</td><td>0.03335005665137615</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.35203232081513</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2508530386452352</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0254931321010325</td></tr>
<tr><td colspan=3>efc</td><td>0.5179</td></tr>
<tr><td colspan=3>fber</td><td>3427.5186</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.16968471875193364</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>204</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>23.394495412844037</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3368309128699596</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.18843458418729</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.638484118911818</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.183574035510769</td></tr>
<tr><td colspan=3>gcor</td><td>0.0234728</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01970791257917881</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03721944987773895</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.178037402852048</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>41.015</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>73.7187</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>272.8473</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>71.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292349.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1266.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>482.9741</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0173</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>624.1227</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3998.5875</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4180.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84195.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1598.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5181.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1000.4638</td></tr>
<tr><td colspan=3>tsnr</td><td>33.393611228093505</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>