<?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-0130_ses-04_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0130_ses-04_task-social_acq-mb8_run-06_bold.nii.gz";

    var artifacts = [];
    $('#qcartifacts-group input:checked').each(function() {
        artifacts.push($(this).attr('name'));
    });

    var rating = $('#qcslider').val();
    var payload = {
        'dataset': ds,
        'subject': sub,
        'rating': rating,
        'artifacts': artifacts,
        'time_sec': (Date.now() - timestamp) / 1000,
        'confidence': $('#qcextra-confidence').val(),
        'comments': $('#qcextra-comments').val()
    };

    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
    $('#btn-download').attr('href', URL.createObjectURL(file));
    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
    return payload
};

function toggle_rating() {
    if ($('#qcrating-menu').hasClass('d-none')) {
        $('#qcrating-menu').removeClass('d-none');
        $('#qcrating-toggler').prop('checked', true);
    } else {
        $('#qcrating-menu').addClass('d-none');
        $('#qcrating-toggler').prop('checked', false);
    }
};

$(window).on('load',function(){
    var authorization = $('#btn-post').val()
    if (authorization.includes("secret_token")) {
        $('#btn-post').addClass('d-none');
    };
    timestamp = Date.now();
});

</script>
<style type="text/css">
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  margin-bottom: 8px;
  margin-left: 10%;
  width: 80%;
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
        <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
            About
            </a>
            <ul class="dropdown-menu">
                <li><a class="dropdown-item" href="#errors">Errors</a></li>
                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
            </ul>
        </li>
    </ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-04_subject-0130_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-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-04_subject-0130_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-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-04_subject-0130_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-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-04_subject-0130_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-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>

        </div>
    </div>
    <div id="About" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">About</h1>
        <div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
        </div>
        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p>                    <div class="accordion accordion-flush" id="about-metadata">


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0130/ses-04/func/sub-0130_ses-04_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>5967c46fd3ed586cb7d566584a21c9c4</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>19:28:4.082500</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.997385, 0.00603919, 0.0720166, -0.000696295, 0.997259, -0.0739851]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0890505</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>24</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4231, -7758, -7223, 301, -195, 17, -52, 88]</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>231.202</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7a267198-dac9-48e9-b4b9-4f65741206c1||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.6759114265441895, -0.0018681081710383296, 0.19511836767196655, 108.96206665039062], [-0.016202693805098534, 2.6755733489990234, -0.19910204410552979, -97.02413177490234], [0.19321538507938385, 0.19849662482738495, 2.685570240020752, -85.24185180664062], [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': ['192804.082500', '192804.542500', '192805.002500', '192805.462500', '192805.922500', '192806.382500', '192806.842500', '192807.302500', '192807.762500', '192808.222500', '192808.682500', '192809.142500', '192809.602500', '192810.062500', '192810.522500', '192810.982500', '192811.442500', '192811.902500', '192812.362500', '192812.822500', '192813.282500', '192813.742500', '192814.202500', '192814.662500', '192815.122500', '192815.582500', '192816.042500', '192816.502500', '192816.962500', '192817.422500', '192817.882500', '192818.342500', '192818.802500', '192819.262500', '192819.722500', '192820.182500', '192820.642500', '192821.102500', '192821.562500', '192822.022500', '192822.482500', '192822.942500', '192823.402500', '192823.862500', '192824.322500', '192824.782500', '192825.242500', '192825.702500', '192826.162500', '192826.622500', '192827.082500', '192827.542500', '192828.002500', '192828.462500', '192828.922500', '192829.382500', '192829.842500', '192830.302500', '192830.762500', '192831.222500', '192831.682500', '192832.142500', '192832.602500', '192833.062500', '192833.522500', '192833.982500', '192834.442500', '192834.902500', '192835.362500', '192835.822500', '192836.282500', '192836.742500', '192837.202500', '192837.662500', '192838.122500', '192838.582500', '192839.042500', '192839.502500', '192839.962500', '192840.422500', '192840.882500', '192841.342500', '192841.802500', '192842.262500', '192842.722500', '192843.182500', '192843.642500', '192844.102500', '192844.562500', '192845.022500', '192845.482500', '192845.942500', '192846.402500', '192846.862500', '192847.322500', '192847.782500', '192848.242500', '192848.702500', '192849.162500', '192849.622500', '192850.082500', '192850.542500', '192851.002500', '192851.462500', '192851.922500', '192852.382500', '192852.842500', '192853.302500', '192853.762500', '192854.222500', '192854.682500', '192855.142500', '192855.602500', '192856.062500', '192856.522500', '192856.982500', '192857.442500', '192857.902500', '192858.362500', '192858.822500', '192859.282500', '192859.742500', '192900.202500', '192900.662500', '192901.122500', '192901.582500', '192902.042500', '192902.502500', '192902.962500', '192903.422500', '192903.882500', '192904.342500', '192904.802500', '192905.262500', '192905.722500', '192906.182500', '192906.642500', '192907.102500', '192907.562500', '192908.022500', '192908.482500', '192908.942500', '192909.402500', '192909.862500', '192910.322500', '192910.782500', '192911.242500', '192911.702500', '192912.162500', '192912.622500', '192913.082500', '192913.542500', '192914.002500', '192914.462500', '192914.922500', '192915.382500', '192915.842500', '192916.302500', '192916.762500', '192917.222500', '192917.682500', '192918.142500', '192918.602500', '192919.062500', '192919.522500', '192919.982500', '192920.442500', '192920.902500', '192921.362500', '192921.822500', '192922.282500', '192922.742500', '192923.202500', '192923.662500', '192924.122500', '192924.582500', '192925.042500', '192925.502500', '192925.962500', '192926.422500', '192926.882500', '192927.342500', '192927.802500', '192928.262500', '192928.722500', '192929.182500', '192929.642500', '192930.102500', '192930.562500', '192931.022500', '192931.482500', '192931.942500', '192932.402500', '192932.862500', '192933.322500', '192933.782500', '192934.242500', '192934.702500', '192935.162500', '192935.622500', '192936.082500', '192936.542500', '192937.002500', '192937.462500', '192937.922500', '192938.382500', '192938.842500', '192939.302500', '192939.762500', '192940.222500', '192940.682500', '192941.142500', '192941.602500', '192942.062500', '192942.522500', '192942.982500', '192943.442500', '192943.902500', '192944.362500', '192944.822500', '192945.282500', '192945.742500', '192946.202500', '192946.662500', '192947.122500', '192947.582500', '192948.042500', '192948.502500', '192948.962500', '192949.422500', '192949.882500', '192950.342500', '192950.802500', '192951.262500', '192951.722500', '192952.182500', '192952.642500', '192953.102500', '192953.562500', '192954.022500', '192954.482500', '192954.942500', '192955.402500', '192955.862500', '192956.322500', '192956.782500', '192957.242500', '192957.702500', '192958.162500', '192958.622500', '192959.082500', '192959.542500', '193000.002500', '193000.462500', '193000.922500', '193001.382500', '193001.842500', '193002.302500', '193002.762500', '193003.222500', '193003.682500', '193004.142500', '193004.602500', '193005.062500', '193005.522500', '193005.982500', '193006.442500', '193006.902500', '193007.362500', '193007.822500', '193008.282500', '193008.742500', '193009.202500', '193009.662500', '193010.122500', '193010.582500', '193011.042500', '193011.502500', '193011.962500', '193012.422500', '193012.882500', '193013.342500', '193013.802500', '193014.262500', '193014.722500', '193015.182500', '193015.642500', '193016.102500', '193016.562500', '193017.022500', '193017.482500', '193017.942500', '193018.402500', '193018.862500', '193019.322500', '193019.782500', '193020.242500', '193020.702500', '193021.162500', '193021.622500', '193022.082500', '193022.542500', '193023.002500', '193023.462500', '193023.922500', '193024.382500', '193024.842500', '193025.302500', '193025.762500', '193026.222500', '193026.682500', '193027.142500', '193027.602500', '193028.062500', '193028.522500', '193028.982500', '193029.442500', '193029.902500', '193030.362500', '193030.822500', '193031.282500', '193031.742500', '193032.202500', '193032.662500', '193033.122500', '193033.582500', '193034.042500', '193034.502500', '193034.962500', '193035.422500', '193035.882500', '193036.342500', '193036.802500', '193037.262500', '193037.722500', '193038.182500', '193038.642500', '193039.102500', '193039.562500', '193040.022500', '193040.482500', '193040.942500', '193041.402500', '193041.862500', '193042.322500', '193042.782500', '193043.242500', '193043.702500', '193044.162500', '193044.622500', '193045.082500', '193045.542500', '193046.002500', '193046.462500', '193046.922500', '193047.382500', '193047.842500', '193048.302500', '193048.762500', '193049.222500', '193049.682500', '193050.142500', '193050.602500', '193051.062500', '193051.522500', '193051.982500', '193052.442500', '193052.902500', '193053.362500', '193053.822500', '193054.282500', '193054.742500', '193055.202500', '193055.662500', '193056.122500', '193056.582500', '193057.042500', '193057.502500', '193057.962500', '193058.422500', '193058.882500', '193059.342500', '193059.802500', '193100.262500', '193100.722500', '193101.182500', '193101.642500', '193102.102500', '193102.562500', '193103.022500', '193103.482500', '193103.942500', '193104.402500', '193104.862500', '193105.322500', '193105.782500', '193106.242500', '193106.702500', '193107.162500', '193107.622500', '193108.082500', '193108.542500', '193109.002500', '193109.462500', '193109.922500', '193110.382500', '193110.842500', '193111.302500', '193111.762500', '193112.222500', '193112.682500', '193113.142500', '193113.602500', '193114.062500', '193114.522500', '193114.982500', '193115.442500', '193115.902500', '193116.362500', '193116.822500', '193117.282500', '193117.742500', '193118.202500', '193118.662500', '193119.122500', '193119.582500', '193120.042500', '193120.502500', '193120.962500', '193121.422500', '193121.882500', '193122.342500', '193122.802500', '193123.262500', '193123.722500', '193124.182500', '193124.642500', '193125.102500', '193125.562500', '193126.022500', '193126.482500', '193126.942500', '193127.402500', '193127.862500', '193128.322500', '193128.782500', '193129.242500', '193129.702500', '193130.162500', '193130.622500', '193131.082500', '193131.542500', '193132.002500', '193132.462500', '193132.922500', '193133.382500', '193133.842500', '193134.302500', '193134.762500', '193135.222500', '193135.682500', '193136.142500', '193136.602500', '193137.062500', '193137.522500', '193137.982500', '193138.442500', '193138.902500', '193139.362500', '193139.822500', '193140.282500', '193140.742500', '193141.202500', '193141.662500', '193142.122500', '193142.582500', '193143.042500', '193143.502500', '193143.962500', '193144.422500', '193144.882500', '193145.342500', '193145.802500', '193146.262500', '193146.722500', '193147.182500', '193147.642500', '193148.102500', '193148.562500', '193149.022500', '193149.482500', '193149.942500', '193150.402500', '193150.862500', '193151.322500', '193151.782500', '193152.242500', '193152.702500', '193153.162500', '193153.622500', '193154.082500', '193154.542500', '193155.002500', '193155.462500', '193155.922500', '193156.382500', '193156.842500', '193157.302500', '193157.762500', '193158.222500', '193158.682500', '193159.142500', '193159.602500', '193200.062500', '193200.522500', '193200.982500', '193201.442500', '193201.902500', '193202.362500', '193202.822500', '193203.282500', '193203.742500', '193204.202500', '193204.662500', '193205.122500', '193205.582500', '193206.042500', '193206.502500', '193206.962500', '193207.422500', '193207.882500', '193208.342500', '193208.802500', '193209.262500', '193209.722500', '193210.182500', '193210.642500', '193211.102500', '193211.562500', '193212.022500', '193212.482500', '193212.942500', '193213.402500', '193213.862500', '193214.322500', '193214.782500', '193215.242500', '193215.702500', '193216.162500', '193216.622500', '193217.082500', '193217.542500', '193218.002500', '193218.462500', '193218.922500', '193219.382500', '193219.842500', '193220.302500', '193220.762500', '193221.222500', '193221.682500', '193222.142500', '193222.602500', '193223.062500', '193223.522500', '193223.982500', '193224.442500', '193224.902500', '193225.362500', '193225.822500', '193226.282500', '193226.742500', '193227.202500', '193227.662500', '193228.122500', '193228.582500', '193229.042500', '193229.502500', '193229.962500', '193230.422500', '193230.882500', '193231.342500', '193231.802500', '193232.262500', '193232.722500', '193233.182500', '193233.642500', '193234.102500', '193234.562500', '193235.022500', '193235.482500', '193235.942500', '193236.402500', '193236.862500', '193237.322500', '193237.782500', '193238.242500', '193238.702500', '193239.162500', '193239.622500', '193240.082500', '193240.542500', '193241.002500', '193241.462500', '193241.922500', '193242.382500', '193242.842500', '193243.302500', '193243.762500', '193244.222500', '193244.682500', '193245.142500', '193245.602500', '193246.062500', '193246.522500', '193246.982500', '193247.442500', '193247.902500', '193248.362500', '193248.822500', '193249.282500', '193249.742500', '193250.202500', '193250.662500', '193251.122500', '193251.582500', '193252.042500', '193252.502500', '193252.962500', '193253.422500', '193253.882500', '193254.342500', '193254.802500', '193255.262500', '193255.722500', '193256.182500', '193256.642500', '193257.102500', '193257.562500', '193258.022500', '193258.482500', '193258.942500', '193259.402500', '193259.862500', '193300.322500', '193300.782500', '193301.242500', '193301.702500', '193302.162500', '193302.622500', '193303.082500', '193303.542500', '193304.002500', '193304.462500', '193304.922500', '193305.382500', '193305.842500', '193306.302500', '193306.762500', '193307.222500', '193307.682500', '193308.142500', '193308.602500', '193309.062500', '193309.522500', '193309.982500', '193310.442500', '193310.902500', '193311.362500', '193311.822500', '193312.282500', '193312.742500', '193313.202500', '193313.662500', '193314.122500', '193314.582500', '193315.042500', '193315.502500', '193315.962500', '193316.422500', '193316.882500', '193317.342500', '193317.802500', '193318.262500', '193318.722500', '193319.182500', '193319.642500', '193320.102500', '193320.562500', '193321.022500', '193321.482500', '193321.942500', '193322.402500', '193322.862500', '193323.322500', '193323.782500', '193324.242500', '193324.702500', '193325.162500', '193325.622500', '193326.082500', '193326.542500', '193327.002500', '193327.462500', '193327.922500', '193328.382500', '193328.842500', '193329.302500', '193329.762500', '193330.222500', '193330.682500', '193331.142500', '193331.602500', '193332.062500', '193332.522500', '193332.982500', '193333.442500', '193333.902500', '193334.362500', '193334.822500', '193335.282500', '193335.742500', '193336.202500', '193336.662500', '193337.122500', '193337.582500', '193338.042500', '193338.502500', '193338.962500', '193339.422500', '193339.882500', '193340.342500', '193340.802500', '193341.262500', '193341.722500', '193342.182500', '193342.642500', '193343.102500', '193343.562500', '193344.022500', '193344.482500', '193344.942500', '193345.402500', '193345.862500', '193346.322500', '193346.782500', '193347.242500', '193347.702500', '193348.162500', '193348.622500', '193349.082500', '193349.542500', '193350.002500', '193350.462500', '193350.922500', '193351.382500', '193351.842500', '193352.302500', '193352.762500', '193353.222500', '193353.682500', '193354.142500', '193354.602500', '193355.062500', '193355.522500', '193355.982500', '193356.442500', '193356.902500', '193357.362500', '193357.822500', '193358.282500', '193358.742500', '193359.202500', '193359.662500', '193400.122500', '193400.582500', '193401.042500', '193401.502500', '193401.962500', '193402.422500', '193402.882500', '193403.342500', '193403.802500', '193404.262500', '193404.722500', '193405.182500', '193405.642500', '193406.102500', '193406.562500', '193407.022500', '193407.482500', '193407.942500', '193408.402500', '193408.862500', '193409.322500', '193409.782500', '193410.242500', '193410.702500', '193411.162500', '193411.622500', '193412.082500', '193412.542500', '193413.002500', '193413.462500', '193413.922500', '193414.382500', '193414.842500', '193415.302500', '193415.762500', '193416.222500', '193416.682500', '193417.142500', '193417.602500', '193418.062500', '193418.522500', '193418.982500', '193419.442500', '193419.902500', '193420.362500', '193420.822500', '193421.282500', '193421.742500', '193422.202500', '193422.662500', '193423.122500', '193423.582500', '193424.042500', '193424.502500', '193424.962500', '193425.422500', '193425.882500', '193426.342500', '193426.802500', '193427.262500', '193427.722500', '193428.182500', '193428.642500', '193429.102500', '193429.562500', '193430.022500', '193430.482500', '193430.942500', '193431.402500', '193431.862500', '193432.322500', '193432.782500', '193433.242500', '193433.702500', '193434.162500', '193434.622500', '193435.082500', '193435.542500', '193436.002500', '193436.462500', '193436.922500', '193437.382500', '193437.842500', '193438.302500', '193438.762500', '193439.222500', '193439.682500', '193440.142500', '193440.602500', '193441.062500', '193441.522500', '193441.982500', '193442.442500', '193442.902500', '193443.362500', '193443.822500', '193444.282500', '193444.742500'], 'ContentTime': ['192828.290000', '192828.293000', '192828.296000', '192828.299000', '192828.301000', '192828.304000', '192828.306000', '192828.309000', '192828.312000', '192828.314000', '192828.317000', '192828.320000', '192828.322000', '192828.325000', '192828.328000', '192828.330000', '192828.333000', '192828.335000', '192828.338000', '192828.340000', '192828.343000', '192828.346000', '192828.348000', '192828.351000', '192828.353000', '192828.356000', '192828.358000', '192828.361000', '192828.364000', '192828.366000', '192828.369000', '192828.371000', '192828.374000', '192828.376000', '192828.382000', '192828.384000', '192828.387000', '192828.389000', '192828.392000', '192828.394000', '192828.397000', '192828.400000', '192828.402000', '192828.405000', '192828.407000', '192828.410000', '192828.413000', '192828.415000', '192828.418000', '192828.420000', '192848.256000', '192848.259000', '192848.262000', '192848.264000', '192848.267000', '192848.269000', '192848.272000', '192848.275000', '192848.277000', '192848.280000', '192848.282000', '192848.285000', '192848.287000', '192848.290000', '192848.294000', '192848.297000', '192848.299000', '192848.302000', '192848.305000', '192848.307000', '192848.310000', '192848.312000', '192848.315000', '192848.317000', '192848.320000', '192848.323000', '192848.325000', '192848.328000', '192848.330000', '192848.333000', '192848.335000', '192848.338000', '192848.341000', '192848.343000', '192848.346000', '192848.348000', '192848.351000', '192848.354000', '192848.356000', '192848.359000', '192848.361000', '192848.364000', '192848.366000', '192908.257000', '192908.259000', '192908.262000', '192908.265000', '192908.267000', '192908.279000', '192908.282000', '192908.285000', '192908.287000', '192908.290000', '192908.292000', '192908.295000', '192908.298000', '192908.300000', '192908.303000', '192908.305000', '192908.308000', '192908.311000', '192908.313000', '192908.316000', '192908.318000', '192908.321000', '192908.324000', '192908.326000', '192908.329000', '192908.331000', '192908.334000', '192908.337000', '192908.339000', '192908.342000', '192908.344000', '192908.347000', '192908.349000', '192908.352000', '192908.355000', '192908.357000', '192908.360000', '192908.362000', '192908.375000', '192908.378000', '192908.381000', '192908.383000', '192908.386000', '192908.388000', '192928.256000', '192928.263000', '192928.266000', '192928.269000', '192928.271000', '192928.274000', '192928.277000', '192928.279000', '192928.282000', '192928.284000', '192928.287000', '192928.289000', '192928.292000', '192928.295000', '192928.297000', '192928.300000', '192928.303000', '192928.305000', '192928.308000', '192928.310000', '192928.313000', '192928.316000', '192928.318000', '192928.321000', '192928.323000', '192928.326000', '192928.329000', '192928.331000', '192928.334000', '192928.336000', '192928.339000', '192928.342000', '192928.344000', '192928.347000', '192928.349000', '192928.352000', '192928.354000', '192928.357000', '192928.360000', '192928.362000', '192928.365000', '192928.367000', '192928.370000', '192948.258000', '192948.261000', '192948.263000', '192948.266000', '192948.269000', '192948.271000', '192948.274000', '192948.276000', '192948.279000', '192948.281000', '192948.284000', '192948.287000', '192948.289000', '192948.292000', '192948.294000', '192948.297000', '192948.299000', '192948.302000', '192948.305000', '192948.307000', '192948.310000', '192948.313000', '192948.315000', '192948.318000', '192948.320000', '192948.323000', '192948.326000', '192948.328000', '192948.331000', '192948.333000', '192948.336000', '192948.339000', '192948.341000', '192948.344000', '192948.346000', '192948.349000', '192948.351000', '192948.354000', '192948.357000', '192948.359000', '192948.369000', '192948.372000', '192948.374000', '192948.377000', '193008.255000', '193008.258000', '193008.267000', '193008.270000', '193008.273000', '193008.275000', '193008.278000', '193008.280000', '193008.283000', '193008.286000', '193008.288000', '193008.291000', '193008.293000', '193008.296000', '193008.299000', '193008.301000', '193008.304000', '193008.306000', '193008.309000', '193008.312000', '193008.314000', '193008.317000', '193008.319000', '193008.322000', '193008.324000', '193008.327000', '193008.330000', '193008.332000', '193008.335000', '193008.337000', '193008.340000', '193008.342000', '193008.345000', '193008.348000', '193008.350000', '193008.353000', '193008.355000', '193008.358000', '193008.361000', '193008.363000', '193008.366000', '193008.368000', '193008.371000', '193028.255000', '193028.258000', '193028.261000', '193028.263000', '193028.266000', '193028.268000', '193028.271000', '193028.274000', '193028.276000', '193028.279000', '193028.281000', '193028.284000', '193028.286000', '193028.289000', '193028.292000', '193028.294000', '193028.297000', '193028.299000', '193028.302000', '193028.305000', '193028.307000', '193028.310000', '193028.312000', '193028.315000', '193028.317000', '193028.320000', '193028.323000', '193028.325000', '193028.328000', '193028.330000', '193028.333000', '193028.336000', '193028.338000', '193028.341000', '193028.343000', '193028.346000', '193028.348000', '193028.351000', '193028.354000', '193028.356000', '193028.359000', '193028.362000', '193028.364000', '193028.367000', '193048.271000', '193048.274000', '193048.276000', '193048.279000', '193048.282000', '193048.284000', '193048.287000', '193048.289000', '193048.292000', '193048.295000', '193048.297000', '193048.300000', '193048.302000', '193048.305000', '193048.308000', '193048.310000', '193048.313000', '193048.315000', '193048.318000', '193048.321000', '193048.323000', '193048.326000', '193048.328000', '193048.331000', '193048.334000', '193048.336000', '193048.339000', '193048.342000', '193048.344000', '193048.347000', '193048.349000', '193048.352000', '193048.355000', '193048.357000', '193048.360000', '193048.362000', '193048.365000', '193048.368000', '193048.370000', '193048.373000', '193048.375000', '193048.378000', '193048.381000', '193108.257000', '193108.259000', '193108.262000', '193108.264000', '193108.267000', '193108.270000', '193108.272000', '193108.275000', '193108.277000', '193108.280000', '193108.283000', '193108.285000', '193108.288000', '193108.290000', '193108.293000', '193108.296000', '193108.300000', '193108.303000', '193108.306000', '193108.309000', '193108.311000', '193108.314000', '193108.316000', '193108.319000', '193108.322000', '193108.324000', '193108.327000', '193108.329000', '193108.332000', '193108.335000', '193108.337000', '193108.340000', '193108.342000', '193108.345000', '193108.347000', '193108.360000', '193108.362000', '193108.365000', '193108.367000', '193108.370000', '193108.372000', '193108.375000', '193108.378000', '193128.256000', '193128.259000', '193128.262000', '193128.264000', '193128.267000', '193128.270000', '193128.272000', '193128.275000', '193128.277000', '193128.280000', '193128.283000', '193128.285000', '193128.288000', '193128.291000', '193128.293000', '193128.296000', '193128.299000', '193128.301000', '193128.304000', '193128.306000', '193128.309000', '193128.311000', '193128.314000', '193128.317000', '193128.319000', '193128.322000', '193128.324000', '193128.327000', '193128.330000', '193128.332000', '193128.335000', '193128.338000', '193128.340000', '193128.343000', '193128.345000', '193128.348000', '193128.350000', '193128.353000', '193128.356000', '193128.358000', '193128.361000', '193128.363000', '193128.366000', '193128.368000', '193148.256000', '193148.259000', '193148.262000', '193148.264000', '193148.267000', '193148.269000', '193148.272000', '193148.275000', '193148.277000', '193148.280000', '193148.282000', '193148.285000', '193148.289000', '193148.291000', '193148.294000', '193148.296000', '193148.299000', '193148.302000', '193148.304000', '193148.307000', '193148.310000', '193148.312000', '193148.315000', '193148.318000', '193148.320000', '193148.323000', '193148.325000', '193148.328000', '193148.331000', '193148.333000', '193148.336000', '193148.339000', '193148.341000', '193148.344000', '193148.346000', '193148.349000', '193148.352000', '193148.354000', '193148.357000', '193148.359000', '193148.362000', '193148.365000', '193148.367000', '193208.256000', '193208.259000', '193208.262000', '193208.264000', '193208.267000', '193208.270000', '193208.272000', '193208.275000', '193208.278000', '193208.280000', '193208.283000', '193208.285000', '193208.288000', '193208.291000', '193208.293000', '193208.296000', '193208.298000', '193208.301000', '193208.304000', '193208.306000', '193208.309000', '193208.311000', '193208.314000', '193208.316000', '193208.319000', '193208.322000', '193208.337000', '193208.340000', '193208.342000', '193208.345000', '193208.348000', '193208.350000', '193208.353000', '193208.355000', '193208.358000', '193208.361000', '193208.363000', '193208.366000', '193208.368000', '193208.371000', '193208.374000', '193208.376000', '193208.379000', '193208.381000', '193228.256000', '193228.259000', '193228.261000', '193228.264000', '193228.266000', '193228.269000', '193228.271000', '193228.274000', '193228.277000', '193228.279000', '193228.282000', '193228.284000', '193228.287000', '193228.290000', '193228.292000', '193228.295000', '193228.298000', '193228.300000', '193228.303000', '193228.305000', '193228.308000', '193228.311000', '193228.313000', '193228.316000', '193228.319000', '193228.322000', '193228.325000', '193228.328000', '193228.331000', '193228.333000', '193228.336000', '193228.339000', '193228.342000', '193228.344000', '193228.347000', '193228.350000', '193228.352000', '193228.355000', '193228.357000', '193228.360000', '193228.363000', '193228.365000', '193228.368000', '193248.255000', '193248.258000', '193248.261000', '193248.263000', '193248.266000', '193248.269000', '193248.271000', '193248.274000', '193248.276000', '193248.279000', '193248.282000', '193248.284000', '193248.287000', '193248.289000', '193248.292000', '193248.295000', '193248.297000', '193248.300000', '193248.302000', '193248.305000', '193248.308000', '193248.310000', '193248.313000', '193248.316000', '193248.318000', '193248.321000', '193248.324000', '193248.326000', '193248.329000', '193248.331000', '193248.334000', '193248.337000', '193248.339000', '193248.342000', '193248.344000', '193248.347000', '193248.349000', '193248.352000', '193248.355000', '193248.357000', '193248.360000', '193248.363000', '193248.365000', '193248.368000', '193308.257000', '193308.259000', '193308.262000', '193308.265000', '193308.267000', '193308.270000', '193308.272000', '193308.275000', '193308.278000', '193308.280000', '193308.283000', '193308.286000', '193308.288000', '193308.291000', '193308.294000', '193308.296000', '193308.299000', '193308.302000', '193308.304000', '193308.307000', '193308.310000', '193308.312000', '193308.315000', '193308.318000', '193308.320000', '193308.323000', '193308.326000', '193308.328000', '193308.331000', '193308.333000', '193308.336000', '193308.339000', '193308.341000', '193308.344000', '193308.347000', '193308.349000', '193308.352000', '193308.354000', '193308.357000', '193308.360000', '193308.362000', '193308.365000', '193308.367000', '193328.257000', '193328.259000', '193328.262000', '193328.265000', '193328.267000', '193328.270000', '193328.272000', '193328.275000', '193328.282000', '193328.284000', '193328.287000', '193328.289000', '193328.292000', '193328.295000', '193328.297000', '193328.300000', '193328.302000', '193328.305000', '193328.308000', '193328.310000', '193328.313000', '193328.315000', '193328.318000', '193328.321000', '193328.323000', '193328.326000', '193328.329000', '193328.331000', '193328.334000', '193328.336000', '193328.339000', '193328.342000', '193328.344000', '193328.347000', '193328.349000', '193328.352000', '193328.354000', '193328.357000', '193328.360000', '193328.362000', '193328.365000', '193328.367000', '193328.370000', '193328.373000', '193348.257000', '193348.260000', '193348.262000', '193348.265000', '193348.267000', '193348.270000', '193348.272000', '193348.275000', '193348.278000', '193348.280000', '193348.283000', '193348.286000', '193348.288000', '193348.291000', '193348.293000', '193348.296000', '193348.299000', '193348.301000', '193348.304000', '193348.306000', '193348.309000', '193348.312000', '193348.314000', '193348.317000', '193348.319000', '193348.322000', '193348.324000', '193348.327000', '193348.330000', '193348.332000', '193348.335000', '193348.337000', '193348.340000', '193348.342000', '193348.345000', '193348.348000', '193348.351000', '193348.353000', '193348.356000', '193348.359000', '193348.361000', '193348.364000', '193348.366000', '193408.257000', '193408.260000', '193408.263000', '193408.265000', '193408.268000', '193408.270000', '193408.273000', '193408.276000', '193408.278000', '193408.281000', '193408.283000', '193408.286000', '193408.288000', '193408.291000', '193408.294000', '193408.296000', '193408.299000', '193408.302000', '193408.304000', '193408.307000', '193408.309000', '193408.312000', '193408.315000', '193408.317000', '193408.320000', '193408.322000', '193408.325000', '193408.327000', '193408.330000', '193408.333000', '193408.335000', '193408.338000', '193408.340000', '193408.343000', '193408.346000', '193408.348000', '193408.351000', '193408.353000', '193408.356000', '193408.359000', '193408.361000', '193408.364000', '193408.366000', '193408.369000', '193428.256000', '193428.258000', '193428.261000', '193428.264000', '193428.266000', '193428.269000', '193428.271000', '193428.274000', '193428.277000', '193428.279000', '193428.282000', '193428.285000', '193428.287000', '193428.290000', '193428.292000', '193428.295000', '193428.298000', '193428.300000', '193428.303000', '193428.306000', '193428.308000', '193428.311000', '193428.313000', '193428.316000', '193428.319000', '193428.321000', '193428.324000', '193428.327000', '193428.329000', '193428.332000', '193428.334000', '193428.337000', '193428.340000', '193428.342000', '193428.345000', '193428.347000', '193428.350000', '193428.353000', '193428.355000', '193428.358000', '193428.361000', '193428.363000', '193428.366000', '193446.268000', '193446.270000', '193446.273000', '193446.276000', '193446.278000', '193446.281000', '193446.283000', '193446.286000', '193446.289000', '193446.291000', '193446.294000', '193446.296000', '193446.299000', '193446.302000', '193446.304000', '193446.307000', '193446.309000', '193446.312000', '193446.315000', '193446.317000', '193446.320000', '193446.322000', '193446.325000', '193446.328000', '193446.330000', '193446.333000', '193446.335000', '193446.338000', '193446.341000', '193446.343000', '193446.346000', '193446.348000', '193446.351000', '193446.354000', '193446.356000', '193446.359000', '193446.361000', '193446.364000', '193446.367000', '193446.369000'], 'InstanceCreationTime': ['192828.290000', '192828.293000', '192828.296000', '192828.299000', '192828.301000', '192828.304000', '192828.306000', '192828.309000', '192828.312000', '192828.314000', '192828.317000', '192828.320000', '192828.322000', '192828.325000', '192828.328000', '192828.330000', '192828.333000', '192828.335000', '192828.338000', '192828.340000', '192828.343000', '192828.346000', '192828.348000', '192828.351000', '192828.353000', '192828.356000', '192828.358000', '192828.361000', '192828.364000', '192828.366000', '192828.369000', '192828.371000', '192828.374000', '192828.376000', '192828.382000', '192828.384000', '192828.387000', '192828.389000', '192828.392000', '192828.394000', '192828.397000', '192828.400000', '192828.402000', '192828.405000', '192828.407000', '192828.410000', '192828.413000', '192828.415000', '192828.418000', '192828.420000', '192848.256000', '192848.259000', '192848.262000', '192848.264000', '192848.267000', '192848.269000', '192848.272000', '192848.275000', '192848.277000', '192848.280000', '192848.282000', '192848.285000', '192848.287000', '192848.290000', '192848.294000', '192848.297000', '192848.299000', '192848.302000', '192848.305000', '192848.307000', '192848.310000', '192848.312000', '192848.315000', '192848.317000', '192848.320000', '192848.323000', '192848.325000', '192848.328000', '192848.330000', '192848.333000', '192848.335000', '192848.338000', '192848.341000', '192848.343000', '192848.346000', '192848.348000', '192848.351000', '192848.354000', '192848.356000', '192848.359000', '192848.361000', '192848.364000', '192848.366000', '192908.257000', '192908.259000', '192908.262000', '192908.265000', '192908.267000', '192908.279000', '192908.282000', '192908.285000', '192908.287000', '192908.290000', '192908.292000', '192908.295000', '192908.298000', '192908.300000', '192908.303000', '192908.305000', '192908.308000', '192908.311000', '192908.313000', '192908.316000', '192908.318000', '192908.321000', '192908.324000', '192908.326000', '192908.329000', '192908.331000', '192908.334000', '192908.337000', '192908.339000', '192908.342000', '192908.344000', '192908.347000', '192908.349000', '192908.352000', '192908.355000', '192908.357000', '192908.360000', '192908.362000', '192908.375000', '192908.378000', '192908.381000', '192908.383000', '192908.386000', '192908.388000', '192928.256000', '192928.263000', '192928.266000', '192928.269000', '192928.271000', '192928.274000', '192928.277000', '192928.279000', '192928.282000', '192928.284000', '192928.287000', '192928.289000', '192928.292000', '192928.295000', '192928.297000', '192928.300000', '192928.303000', '192928.305000', '192928.308000', '192928.310000', '192928.313000', '192928.316000', '192928.318000', '192928.321000', '192928.323000', '192928.326000', '192928.329000', '192928.331000', '192928.334000', '192928.336000', '192928.339000', '192928.342000', '192928.344000', '192928.347000', '192928.349000', '192928.352000', '192928.354000', '192928.357000', '192928.360000', '192928.362000', '192928.365000', '192928.367000', '192928.370000', '192948.258000', '192948.261000', '192948.263000', '192948.266000', '192948.269000', '192948.271000', '192948.274000', '192948.276000', '192948.279000', '192948.281000', '192948.284000', '192948.287000', '192948.289000', '192948.292000', '192948.294000', '192948.297000', '192948.299000', '192948.302000', '192948.305000', '192948.307000', '192948.310000', '192948.313000', '192948.315000', '192948.318000', '192948.320000', '192948.323000', '192948.326000', '192948.328000', '192948.331000', '192948.333000', '192948.336000', '192948.339000', '192948.341000', '192948.344000', '192948.346000', '192948.349000', '192948.351000', '192948.354000', '192948.357000', '192948.359000', '192948.369000', '192948.372000', '192948.374000', '192948.377000', '193008.255000', '193008.258000', '193008.267000', '193008.270000', '193008.273000', '193008.275000', '193008.278000', '193008.280000', '193008.283000', '193008.286000', '193008.288000', '193008.291000', '193008.293000', '193008.296000', '193008.299000', '193008.301000', '193008.304000', '193008.306000', '193008.309000', '193008.312000', '193008.314000', '193008.317000', '193008.319000', '193008.322000', '193008.324000', '193008.327000', '193008.330000', '193008.332000', '193008.335000', '193008.337000', '193008.340000', '193008.342000', '193008.345000', '193008.348000', '193008.350000', '193008.353000', '193008.355000', '193008.358000', '193008.361000', '193008.363000', '193008.366000', '193008.368000', '193008.371000', '193028.255000', '193028.258000', '193028.261000', '193028.263000', '193028.266000', '193028.268000', '193028.271000', '193028.274000', '193028.276000', '193028.279000', '193028.281000', '193028.284000', '193028.286000', '193028.289000', '193028.292000', '193028.294000', '193028.297000', '193028.299000', '193028.302000', '193028.305000', '193028.307000', '193028.310000', '193028.312000', '193028.315000', '193028.317000', '193028.320000', '193028.323000', '193028.325000', '193028.328000', '193028.330000', '193028.333000', '193028.336000', '193028.338000', '193028.341000', '193028.343000', '193028.346000', '193028.348000', '193028.351000', '193028.354000', '193028.356000', '193028.359000', '193028.362000', '193028.364000', '193028.367000', '193048.271000', '193048.274000', '193048.276000', '193048.279000', '193048.282000', '193048.284000', '193048.287000', '193048.289000', '193048.292000', '193048.295000', '193048.297000', '193048.300000', '193048.302000', '193048.305000', '193048.308000', '193048.310000', '193048.313000', '193048.315000', '193048.318000', '193048.321000', '193048.323000', '193048.326000', '193048.328000', '193048.331000', '193048.334000', '193048.336000', '193048.339000', '193048.342000', '193048.344000', '193048.347000', '193048.349000', '193048.352000', '193048.355000', '193048.357000', '193048.360000', '193048.362000', '193048.365000', '193048.368000', '193048.370000', '193048.373000', '193048.375000', '193048.378000', '193048.381000', '193108.257000', '193108.259000', '193108.262000', '193108.264000', '193108.267000', '193108.270000', '193108.272000', '193108.275000', '193108.277000', '193108.280000', '193108.283000', '193108.285000', '193108.288000', '193108.290000', '193108.293000', '193108.296000', '193108.300000', '193108.303000', '193108.306000', '193108.309000', '193108.311000', '193108.314000', '193108.316000', '193108.319000', '193108.322000', '193108.324000', '193108.327000', '193108.329000', '193108.332000', '193108.335000', '193108.337000', '193108.340000', '193108.342000', '193108.345000', '193108.347000', '193108.360000', '193108.362000', '193108.365000', '193108.367000', '193108.370000', '193108.372000', '193108.375000', '193108.378000', '193128.256000', '193128.259000', '193128.262000', '193128.264000', '193128.267000', '193128.270000', '193128.272000', '193128.275000', '193128.277000', '193128.280000', '193128.283000', '193128.285000', '193128.288000', '193128.291000', '193128.293000', '193128.296000', '193128.299000', '193128.301000', '193128.304000', '193128.306000', '193128.309000', '193128.311000', '193128.314000', '193128.317000', '193128.319000', '193128.322000', '193128.324000', '193128.327000', '193128.330000', '193128.332000', '193128.335000', '193128.338000', '193128.340000', '193128.343000', '193128.345000', '193128.348000', '193128.350000', '193128.353000', '193128.356000', '193128.358000', '193128.361000', '193128.363000', '193128.366000', '193128.368000', '193148.256000', '193148.259000', '193148.262000', '193148.264000', '193148.267000', '193148.269000', '193148.272000', '193148.275000', '193148.277000', '193148.280000', '193148.282000', '193148.285000', '193148.289000', '193148.291000', '193148.294000', '193148.296000', '193148.299000', '193148.302000', '193148.304000', '193148.307000', '193148.310000', '193148.312000', '193148.315000', '193148.318000', '193148.320000', '193148.323000', '193148.325000', '193148.328000', '193148.331000', '193148.333000', '193148.336000', '193148.339000', '193148.341000', '193148.344000', '193148.346000', '193148.349000', '193148.352000', '193148.354000', '193148.357000', '193148.359000', '193148.362000', '193148.365000', '193148.367000', '193208.256000', '193208.259000', '193208.262000', '193208.264000', '193208.267000', '193208.270000', '193208.272000', '193208.275000', '193208.278000', '193208.280000', '193208.283000', '193208.285000', '193208.288000', '193208.291000', '193208.293000', '193208.296000', '193208.298000', '193208.301000', '193208.304000', '193208.306000', '193208.309000', '193208.311000', '193208.314000', '193208.316000', '193208.319000', '193208.322000', '193208.337000', '193208.340000', '193208.342000', '193208.345000', '193208.348000', '193208.350000', '193208.353000', '193208.355000', '193208.358000', '193208.361000', '193208.363000', '193208.366000', '193208.368000', '193208.371000', '193208.374000', '193208.376000', '193208.379000', '193208.381000', '193228.256000', '193228.259000', '193228.261000', '193228.264000', '193228.266000', '193228.269000', '193228.271000', '193228.274000', '193228.277000', '193228.279000', '193228.282000', '193228.284000', '193228.287000', '193228.290000', '193228.292000', '193228.295000', '193228.298000', '193228.300000', '193228.303000', '193228.305000', '193228.308000', '193228.311000', '193228.313000', '193228.316000', '193228.319000', '193228.322000', '193228.325000', '193228.328000', '193228.331000', '193228.333000', '193228.336000', '193228.339000', '193228.342000', '193228.344000', '193228.347000', '193228.350000', '193228.352000', '193228.355000', '193228.357000', '193228.360000', '193228.363000', '193228.365000', '193228.368000', '193248.255000', '193248.258000', '193248.261000', '193248.263000', '193248.266000', '193248.269000', '193248.271000', '193248.274000', '193248.276000', '193248.279000', '193248.282000', '193248.284000', '193248.287000', '193248.289000', '193248.292000', '193248.295000', '193248.297000', '193248.300000', '193248.302000', '193248.305000', '193248.308000', '193248.310000', '193248.313000', '193248.316000', '193248.318000', '193248.321000', '193248.324000', '193248.326000', '193248.329000', '193248.331000', '193248.334000', '193248.337000', '193248.339000', '193248.342000', '193248.344000', '193248.347000', '193248.349000', '193248.352000', '193248.355000', '193248.357000', '193248.360000', '193248.363000', '193248.365000', '193248.368000', '193308.257000', '193308.259000', '193308.262000', '193308.265000', '193308.267000', '193308.270000', '193308.272000', '193308.275000', '193308.278000', '193308.280000', '193308.283000', '193308.286000', '193308.288000', '193308.291000', '193308.294000', '193308.296000', '193308.299000', '193308.302000', '193308.304000', '193308.307000', '193308.310000', '193308.312000', '193308.315000', '193308.318000', '193308.320000', '193308.323000', '193308.326000', '193308.328000', '193308.331000', '193308.333000', '193308.336000', '193308.339000', '193308.341000', '193308.344000', '193308.347000', '193308.349000', '193308.352000', '193308.354000', '193308.357000', '193308.360000', '193308.362000', '193308.365000', '193308.367000', '193328.257000', '193328.259000', '193328.262000', '193328.265000', '193328.267000', '193328.270000', '193328.272000', '193328.275000', '193328.282000', '193328.284000', '193328.287000', '193328.289000', '193328.292000', '193328.295000', '193328.297000', '193328.300000', '193328.302000', '193328.305000', '193328.308000', '193328.310000', '193328.313000', '193328.315000', '193328.318000', '193328.321000', '193328.323000', '193328.326000', '193328.329000', '193328.331000', '193328.334000', '193328.336000', '193328.339000', '193328.342000', '193328.344000', '193328.347000', '193328.349000', '193328.352000', '193328.354000', '193328.357000', '193328.360000', '193328.362000', '193328.365000', '193328.367000', '193328.370000', '193328.373000', '193348.257000', '193348.260000', '193348.262000', '193348.265000', '193348.267000', '193348.270000', '193348.272000', '193348.275000', '193348.278000', '193348.280000', '193348.283000', '193348.286000', '193348.288000', '193348.291000', '193348.293000', '193348.296000', '193348.299000', '193348.301000', '193348.304000', '193348.306000', '193348.309000', '193348.312000', '193348.314000', '193348.317000', '193348.319000', '193348.322000', '193348.324000', '193348.327000', '193348.330000', '193348.332000', '193348.335000', '193348.337000', '193348.340000', '193348.342000', '193348.345000', '193348.348000', '193348.351000', '193348.353000', '193348.356000', '193348.359000', '193348.361000', '193348.364000', '193348.366000', '193408.257000', '193408.260000', '193408.263000', '193408.265000', '193408.268000', '193408.270000', '193408.273000', '193408.276000', '193408.278000', '193408.281000', '193408.283000', '193408.286000', '193408.288000', '193408.291000', '193408.294000', '193408.296000', '193408.299000', '193408.302000', '193408.304000', '193408.307000', '193408.309000', '193408.312000', '193408.315000', '193408.317000', '193408.320000', '193408.322000', '193408.325000', '193408.327000', '193408.330000', '193408.333000', '193408.335000', '193408.338000', '193408.340000', '193408.343000', '193408.346000', '193408.348000', '193408.351000', '193408.353000', '193408.356000', '193408.359000', '193408.361000', '193408.364000', '193408.366000', '193408.369000', '193428.256000', '193428.258000', '193428.261000', '193428.264000', '193428.266000', '193428.269000', '193428.271000', '193428.274000', '193428.277000', '193428.279000', '193428.282000', '193428.285000', '193428.287000', '193428.290000', '193428.292000', '193428.295000', '193428.298000', '193428.300000', '193428.303000', '193428.306000', '193428.308000', '193428.311000', '193428.313000', '193428.316000', '193428.319000', '193428.321000', '193428.324000', '193428.327000', '193428.329000', '193428.332000', '193428.334000', '193428.337000', '193428.340000', '193428.342000', '193428.345000', '193428.347000', '193428.350000', '193428.353000', '193428.355000', '193428.358000', '193428.361000', '193428.363000', '193428.366000', '193446.268000', '193446.270000', '193446.273000', '193446.276000', '193446.278000', '193446.281000', '193446.283000', '193446.286000', '193446.289000', '193446.291000', '193446.294000', '193446.296000', '193446.299000', '193446.302000', '193446.304000', '193446.307000', '193446.309000', '193446.312000', '193446.315000', '193446.317000', '193446.320000', '193446.322000', '193446.325000', '193446.328000', '193446.330000', '193446.333000', '193446.335000', '193446.338000', '193446.341000', '193446.343000', '193446.346000', '193446.348000', '193446.351000', '193446.354000', '193446.356000', '193446.359000', '193446.361000', '193446.364000', '193446.367000', '193446.369000'], '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': [9862, 7552, 8181, 9040, 8033, 12128, 6898, 10465, 6653, 10588, 7566, 9909, 6642, 7189, 9155, 6814, 12129, 7092, 10250, 6865, 8055, 6764, 7566, 7125, 6586, 11935, 6787, 10042, 6737, 10366, 8446, 10083, 6908, 7110, 10789, 6820, 12283, 7849, 11710, 7153, 9191, 6887, 8049, 10377, 6750, 10949, 6450, 11607, 7468, 10224, 6840, 9498, 7459, 9834, 9414, 6699, 10864, 6508, 11633, 7950, 12284, 6497, 9463, 6918, 7737, 8147, 7775, 12415, 6823, 10774, 6726, 10058, 6825, 9817, 7614, 7790, 6739, 6879, 7019, 6649, 12162, 7297, 11381, 6631, 9521, 6832, 7731, 7923, 7164, 12469, 6839, 10278, 6985, 9966, 7370, 8511, 6816, 6700, 10761, 6766, 11010, 7506, 10834, 6898, 8224, 6496, 7732, 10678, 7128, 11175, 6698, 9852, 6714, 9597, 7307, 8252, 6685, 7170, 6573, 6613, 12092, 7158, 11167, 6477, 9770, 7086, 10969, 7745, 10727, 8730, 6845, 12876, 6779, 11626, 7412, 10171, 6933, 8572, 6978, 6921, 9277, 6673, 10462, 6581, 9970, 6690, 10227, 7624, 9882, 6803, 6938, 10689, 6847, 12253, 7668, 10777, 7320, 9171, 6545, 8095, 7274, 7168, 7755, 6768, 11132, 6553, 11329, 7412, 10886, 6800, 8492, 6801, 7422, 7899, 6955, 11297, 6710, 10314, 6651, 10668, 7450, 9869, 6714, 7081, 6924, 7371, 13119, 7034, 11197, 6504, 10147, 6621, 10337, 6928, 8733, 6742, 7044, 6849, 7391, 10962, 6856, 11162, 6827, 9981, 6702, 10435, 7605, 10771, 6832, 7444, 6872, 7469, 10087, 7906, 12212, 6986, 10469, 6482, 11220, 7074, 10559, 7011, 9411, 6764, 6508, 7878, 10091, 10353, 8201, 9194, 6807, 9064, 6677, 10332, 7940, 13383, 6726, 10545, 6674, 10882, 7569, 10298, 7151, 8762, 7325, 6998, 8655, 7122, 13227, 7609, 10400, 6791, 8511, 6699, 8696, 7534, 8487, 6987, 7140, 7770, 6614, 11216, 6884, 9878, 6897, 6539, 6619, 10147, 7001, 9854, 8049, 12341, 9313, 7653, 8107, 6855, 10069, 6946, 11758, 8158, 12593, 6883, 10764, 7107, 9310, 7648, 10689, 6758, 7037, 7089, 7028, 12328, 7476, 11095, 6915, 10038, 7222, 8800, 7467, 7784, 6775, 7171, 10116, 6635, 10224, 6929, 10170, 7103, 7992, 6529, 7655, 7100, 7549, 9784, 6790, 10336, 6758, 10266, 7268, 11108, 6892, 8878, 6953, 8071, 7628, 9193, 10705, 7014, 10056, 6503, 11938, 7647, 10742, 7141, 8329, 6699, 8718, 7516, 8960, 7071, 6873, 7021, 6963, 10476, 6732, 10707, 6994, 10198, 6948, 8202, 6807, 7492, 7119, 7012, 11504, 6903, 9839, 6854, 10181, 7079, 9679, 6848, 7850, 6788, 7543, 8347, 7433, 11677, 6921, 10079, 6584, 10334, 6732, 10143, 6748, 8259, 6630, 7750, 7413, 7007, 6741, 7120, 10784, 6736, 11269, 7202, 10650, 6979, 6810, 6320, 10344, 8399, 11421, 8967, 11968, 6924, 7424, 7046, 6981, 6813, 7384, 9531, 7747, 10040, 6949, 10064, 6679, 10394, 7364, 11441, 7034, 9906, 6984, 9579, 7687, 10866, 7184, 7360, 8542, 6869, 10809, 6734, 10253, 7017, 9504, 7195, 8385, 7524, 7353, 6755, 7038, 10474, 6917, 10525, 7306, 9634, 6843, 7934, 6970, 7346, 11870, 6842, 10768, 6813, 9587, 7063, 8805, 7583, 8324, 6723, 7190, 6689, 6883, 11519, 7108, 11039, 6856, 9785, 6953, 10874, 7742, 11237, 8626, 7066, 11232, 6952, 11006, 7097, 10774, 6907, 8423, 6890, 7163, 12446, 6964, 10977, 7049, 9396, 6535, 11182, 8825, 7126, 11021, 6700, 8754, 6851, 8740, 6891, 7975, 7019, 6773, 7028, 6952, 9868, 6701, 10195, 6814, 11776, 7042, 8637, 6782, 7120, 10524, 6683, 11109, 6884, 11354, 7326, 8149, 6948, 7160, 10849, 6800, 9887, 6726, 9842, 7798, 10775, 7707, 7343, 10432, 6714, 9418, 6690, 9172, 7033, 7577, 6814, 6975, 9513, 6641, 8929, 6992, 7986, 6986, 7256, 12214, 7000, 10413, 7175, 8778, 6996, 7488, 9246, 6729, 11010, 6762, 9353, 6826, 7848, 6973, 6854, 10849, 6644, 8961, 6882, 10211, 7462, 7295, 6757, 7694, 8022, 7013, 6760, 7614, 10966, 7661, 11217, 7323, 9032, 6937, 9109, 7282, 11675, 6733, 7422, 7315, 7432, 8880, 8187, 9891, 6968, 9715, 6687, 10749, 7034, 11032, 6747, 8984, 6786, 9093, 8066, 8451, 11489, 6989, 10844, 6805, 10796, 7472, 11440, 7100, 8694, 6634, 7715, 8983, 7808, 11807, 6998, 10174, 6759, 9888, 7473, 8836, 6647, 7157, 7860, 6758, 10640, 6766, 10056, 6794, 8869, 6503, 7631, 7289, 7330, 11897, 6876, 10900, 6694, 10506, 6817, 10682, 6655, 7907, 7052, 7331, 12334, 7274, 10856, 6719, 10046, 7046, 9717, 7281, 9460, 6677, 6987, 6783, 7184, 10924, 7243, 11244, 6860, 9974, 6589, 10345, 7109, 10369, 6525, 8113, 6647, 7591, 7084, 7586, 10266, 6957, 10899, 6726, 10889, 6837, 11034, 6872, 8392, 6574, 7845, 7156, 7641, 10511, 7004, 10750, 6931, 10254, 6581, 10449, 6753, 8744, 6549, 7550, 6962, 7331, 11793, 6979, 11331, 6787, 10124, 6674, 9935, 7337, 9647, 6738, 7176, 6711, 7061, 11596, 6900, 10612, 6772, 9391, 6696, 8877, 7369, 9691, 6980, 6996, 7065, 6983, 10240, 6858, 11250, 6952, 10297, 6818, 8009, 6737, 7543, 9652, 7431, 11404, 6938, 9826, 7068, 9422, 7368, 8691, 6603, 7279, 6890, 6676, 10880, 6818, 10003, 6816, 9205, 7189, 8617, 7404, 8071, 6989, 7288, 7425, 6767, 11728, 7089, 11409, 6608, 9682, 6939, 8573, 7239, 10469, 7333, 7123, 11214, 6989, 10426, 6665, 10457, 6760, 9326, 6704, 7308, 6722, 6811, 11935, 7124, 11443, 6704, 9976, 6635, 8777, 7308, 8541, 7354, 6785, 10107, 6855, 10658, 6865, 10535, 6580, 8396, 7012, 6717, 7123, 6926, 11589, 7347, 10380, 6926, 10120, 6681, 10414, 6871, 10786, 6720, 8889, 6726, 7866, 7085, 9654, 10470, 9828, 11037, 7070, 10755, 6728, 11315, 7237, 11572, 6708, 8313, 6689, 6798, 8483, 6929, 11233, 7207, 10417, 6553, 8704, 6694, 7270, 7129, 6988, 10499, 7083, 10560, 6670, 10974, 7134, 10726, 6624, 8473, 6871, 7170, 7308, 7489, 10665, 6818, 10682, 6571, 10945, 6759, 10534, 6902, 7856, 6853, 7005, 9837, 7237, 11334, 7066, 10224, 6742, 10961, 7008, 10095, 6719, 8038, 6707, 6930], 'WindowCenter': [3969.0, 3924.0, 3933.0, 3930.0, 3908.0, 3947.0, 3895.0, 3925.0, 3885.0, 3936.0, 3906.0, 3926.0, 3883.0, 3895.0, 3914.0, 3884.0, 3936.0, 3884.0, 3924.0, 3883.0, 3903.0, 3882.0, 3904.0, 3894.0, 3884.0, 3935.0, 3884.0, 3925.0, 3884.0, 3926.0, 3904.0, 3924.0, 3881.0, 3883.0, 3923.0, 3884.0, 3935.0, 3903.0, 3934.0, 3881.0, 3912.0, 3880.0, 3904.0, 3922.0, 3883.0, 3924.0, 3883.0, 3934.0, 3892.0, 3923.0, 3882.0, 3925.0, 3894.0, 3925.0, 3913.0, 3883.0, 3924.0, 3873.0, 3935.0, 3904.0, 3934.0, 3872.0, 3912.0, 3881.0, 3893.0, 3891.0, 3892.0, 3932.0, 3871.0, 3921.0, 3870.0, 3912.0, 3883.0, 3924.0, 3893.0, 3893.0, 3872.0, 3882.0, 3881.0, 3883.0, 3935.0, 3893.0, 3935.0, 3883.0, 3913.0, 3882.0, 3895.0, 3904.0, 3895.0, 3944.0, 3883.0, 3923.0, 3882.0, 3925.0, 3892.0, 3915.0, 3882.0, 3883.0, 3924.0, 3885.0, 3935.0, 3894.0, 3935.0, 3882.0, 3904.0, 3871.0, 3904.0, 3924.0, 3894.0, 3934.0, 3883.0, 3924.0, 3883.0, 3925.0, 3894.0, 3914.0, 3884.0, 3895.0, 3883.0, 3896.0, 3946.0, 3895.0, 3936.0, 3885.0, 3926.0, 3895.0, 3936.0, 3905.0, 3936.0, 3904.0, 3882.0, 3944.0, 3884.0, 3935.0, 3893.0, 3923.0, 3882.0, 3914.0, 3893.0, 3895.0, 3914.0, 3885.0, 3935.0, 3882.0, 3924.0, 3884.0, 3926.0, 3905.0, 3925.0, 3883.0, 3894.0, 3923.0, 3883.0, 3944.0, 3893.0, 3922.0, 3892.0, 3913.0, 3883.0, 3904.0, 3894.0, 3895.0, 3904.0, 3884.0, 3935.0, 3883.0, 3935.0, 3894.0, 3934.0, 3883.0, 3915.0, 3883.0, 3893.0, 3903.0, 3894.0, 3934.0, 3883.0, 3923.0, 3883.0, 3935.0, 3894.0, 3924.0, 3883.0, 3894.0, 3892.0, 3895.0, 3944.0, 3894.0, 3933.0, 3872.0, 3923.0, 3882.0, 3924.0, 3893.0, 3914.0, 3882.0, 3893.0, 3882.0, 3894.0, 3935.0, 3885.0, 3935.0, 3884.0, 3923.0, 3884.0, 3935.0, 3905.0, 3935.0, 3883.0, 3894.0, 3883.0, 3893.0, 3924.0, 3904.0, 3933.0, 3883.0, 3924.0, 3883.0, 3934.0, 3884.0, 3936.0, 3893.0, 3925.0, 3884.0, 3884.0, 3905.0, 3937.0, 3935.0, 3916.0, 3914.0, 3885.0, 3914.0, 3896.0, 3926.0, 3917.0, 3957.0, 3896.0, 3936.0, 3886.0, 3936.0, 3907.0, 3927.0, 3895.0, 3915.0, 3894.0, 3895.0, 3914.0, 3895.0, 3947.0, 3906.0, 3936.0, 3883.0, 3904.0, 3884.0, 3916.0, 3904.0, 3916.0, 3883.0, 3894.0, 3894.0, 3885.0, 3935.0, 3895.0, 3927.0, 3896.0, 3886.0, 3885.0, 3937.0, 3896.0, 3938.0, 3916.0, 3949.0, 3926.0, 3906.0, 3904.0, 3885.0, 3925.0, 3895.0, 3947.0, 3907.0, 3946.0, 3894.0, 3936.0, 3884.0, 3915.0, 3894.0, 3925.0, 3883.0, 3895.0, 3883.0, 3884.0, 3945.0, 3894.0, 3935.0, 3883.0, 3923.0, 3892.0, 3914.0, 3892.0, 3894.0, 3882.0, 3882.0, 3923.0, 3883.0, 3925.0, 3894.0, 3925.0, 3894.0, 3903.0, 3873.0, 3905.0, 3883.0, 3905.0, 3925.0, 3885.0, 3925.0, 3885.0, 3924.0, 3895.0, 3936.0, 3894.0, 3914.0, 3894.0, 3905.0, 3894.0, 3926.0, 3924.0, 3884.0, 3924.0, 3885.0, 3935.0, 3905.0, 3935.0, 3883.0, 3903.0, 3883.0, 3914.0, 3894.0, 3915.0, 3883.0, 3884.0, 3883.0, 3883.0, 3924.0, 3884.0, 3925.0, 3895.0, 3925.0, 3883.0, 3902.0, 3883.0, 3894.0, 3893.0, 3895.0, 3935.0, 3894.0, 3925.0, 3885.0, 3925.0, 3895.0, 3924.0, 3884.0, 3904.0, 3883.0, 3905.0, 3903.0, 3895.0, 3935.0, 3884.0, 3924.0, 3884.0, 3925.0, 3884.0, 3925.0, 3884.0, 3905.0, 3884.0, 3906.0, 3894.0, 3895.0, 3882.0, 3895.0, 3935.0, 3885.0, 3935.0, 3894.0, 3935.0, 3895.0, 3885.0, 3886.0, 3938.0, 3916.0, 3948.0, 3927.0, 3947.0, 3895.0, 3895.0, 3895.0, 3895.0, 3885.0, 3907.0, 3927.0, 3908.0, 3926.0, 3897.0, 3926.0, 3885.0, 3938.0, 3908.0, 3947.0, 3894.0, 3927.0, 3894.0, 3926.0, 3905.0, 3936.0, 3884.0, 3894.0, 3904.0, 3884.0, 3936.0, 3886.0, 3926.0, 3896.0, 3926.0, 3896.0, 3917.0, 3905.0, 3896.0, 3884.0, 3896.0, 3925.0, 3896.0, 3936.0, 3896.0, 3925.0, 3883.0, 3904.0, 3884.0, 3896.0, 3936.0, 3885.0, 3936.0, 3884.0, 3925.0, 3896.0, 3917.0, 3906.0, 3917.0, 3884.0, 3896.0, 3884.0, 3896.0, 3948.0, 3896.0, 3938.0, 3885.0, 3926.0, 3896.0, 3937.0, 3895.0, 3938.0, 3904.0, 3884.0, 3935.0, 3894.0, 3935.0, 3884.0, 3925.0, 3882.0, 3904.0, 3883.0, 3894.0, 3935.0, 3883.0, 3924.0, 3882.0, 3914.0, 3884.0, 3937.0, 3915.0, 3883.0, 3923.0, 3883.0, 3903.0, 3882.0, 3914.0, 3884.0, 3905.0, 3883.0, 3885.0, 3895.0, 3895.0, 3926.0, 3885.0, 3926.0, 3885.0, 3937.0, 3896.0, 3917.0, 3884.0, 3896.0, 3925.0, 3885.0, 3936.0, 3884.0, 3937.0, 3895.0, 3905.0, 3882.0, 3883.0, 3924.0, 3882.0, 3913.0, 3882.0, 3925.0, 3895.0, 3935.0, 3893.0, 3894.0, 3924.0, 3883.0, 3912.0, 3882.0, 3915.0, 3883.0, 3895.0, 3883.0, 3895.0, 3914.0, 3885.0, 3914.0, 3896.0, 3906.0, 3885.0, 3896.0, 3946.0, 3895.0, 3925.0, 3885.0, 3914.0, 3895.0, 3896.0, 3915.0, 3884.0, 3936.0, 3885.0, 3916.0, 3884.0, 3907.0, 3894.0, 3885.0, 3936.0, 3886.0, 3915.0, 3895.0, 3938.0, 3909.0, 3907.0, 3896.0, 3907.0, 3917.0, 3898.0, 3897.0, 3920.0, 3950.0, 3920.0, 3949.0, 3908.0, 3928.0, 3898.0, 3930.0, 3907.0, 3950.0, 3887.0, 3908.0, 3897.0, 3908.0, 3918.0, 3919.0, 3928.0, 3897.0, 3927.0, 3899.0, 3939.0, 3899.0, 3939.0, 3898.0, 3919.0, 3887.0, 3929.0, 3907.0, 3917.0, 3938.0, 3896.0, 3936.0, 3886.0, 3937.0, 3896.0, 3948.0, 3896.0, 3916.0, 3883.0, 3906.0, 3914.0, 3906.0, 3936.0, 3883.0, 3924.0, 3884.0, 3926.0, 3894.0, 3915.0, 3875.0, 3884.0, 3894.0, 3884.0, 3924.0, 3884.0, 3924.0, 3883.0, 3915.0, 3873.0, 3904.0, 3907.0, 3908.0, 3936.0, 3885.0, 3936.0, 3885.0, 3925.0, 3884.0, 3926.0, 3884.0, 3905.0, 3883.0, 3894.0, 3935.0, 3894.0, 3924.0, 3883.0, 3924.0, 3883.0, 3915.0, 3894.0, 3925.0, 3882.0, 3884.0, 3882.0, 3894.0, 3933.0, 3894.0, 3935.0, 3884.0, 3924.0, 3885.0, 3925.0, 3894.0, 3925.0, 3874.0, 3905.0, 3883.0, 3905.0, 3894.0, 3905.0, 3925.0, 3894.0, 3935.0, 3884.0, 3935.0, 3884.0, 3935.0, 3884.0, 3905.0, 3883.0, 3905.0, 3882.0, 3895.0, 3924.0, 3884.0, 3925.0, 3894.0, 3924.0, 3885.0, 3924.0, 3884.0, 3915.0, 3873.0, 3905.0, 3883.0, 3894.0, 3935.0, 3896.0, 3935.0, 3883.0, 3925.0, 3885.0, 3926.0, 3894.0, 3924.0, 3872.0, 3882.0, 3882.0, 3884.0, 3934.0, 3884.0, 3924.0, 3884.0, 3913.0, 3883.0, 3915.0, 3894.0, 3927.0, 3883.0, 3894.0, 3883.0, 3884.0, 3925.0, 3885.0, 3936.0, 3884.0, 3924.0, 3883.0, 3903.0, 3884.0, 3905.0, 3913.0, 3894.0, 3934.0, 3884.0, 3925.0, 3883.0, 3915.0, 3895.0, 3916.0, 3883.0, 3895.0, 3882.0, 3884.0, 3935.0, 3885.0, 3924.0, 3885.0, 3914.0, 3895.0, 3916.0, 3895.0, 3906.0, 3883.0, 3896.0, 3894.0, 3895.0, 3947.0, 3896.0, 3935.0, 3885.0, 3925.0, 3895.0, 3928.0, 3894.0, 3924.0, 3893.0, 3895.0, 3923.0, 3882.0, 3922.0, 3882.0, 3924.0, 3883.0, 3914.0, 3882.0, 3893.0, 3882.0, 3883.0, 3934.0, 3883.0, 3934.0, 3884.0, 3913.0, 3882.0, 3903.0, 3893.0, 3915.0, 3892.0, 3883.0, 3923.0, 3883.0, 3924.0, 3884.0, 3935.0, 3883.0, 3904.0, 3893.0, 3886.0, 3895.0, 3896.0, 3947.0, 3907.0, 3926.0, 3896.0, 3936.0, 3896.0, 3937.0, 3896.0, 3937.0, 3886.0, 3916.0, 3885.0, 3906.0, 3895.0, 3927.0, 3925.0, 3926.0, 3925.0, 3884.0, 3935.0, 3884.0, 3935.0, 3894.0, 3936.0, 3883.0, 3904.0, 3883.0, 3884.0, 3903.0, 3895.0, 3935.0, 3895.0, 3925.0, 3873.0, 3914.0, 3883.0, 3895.0, 3894.0, 3895.0, 3925.0, 3895.0, 3925.0, 3885.0, 3936.0, 3895.0, 3936.0, 3884.0, 3905.0, 3884.0, 3896.0, 3894.0, 3895.0, 3925.0, 3884.0, 3925.0, 3885.0, 3935.0, 3884.0, 3926.0, 3883.0, 3904.0, 3883.0, 3895.0, 3925.0, 3895.0, 3935.0, 3895.0, 3925.0, 3884.0, 3935.0, 3895.0, 3926.0, 3884.0, 3905.0, 3884.0, 3895.0], 'WindowWidth': [8859.0, 8789.0, 8797.0, 8786.0, 8753.0, 8802.0, 8731.0, 8770.0, 8718.0, 8786.0, 8746.0, 8773.0, 8711.0, 8729.0, 8753.0, 8715.0, 8784.0, 8713.0, 8766.0, 8710.0, 8737.0, 8709.0, 8742.0, 8728.0, 8716.0, 8784.0, 8714.0, 8768.0, 8715.0, 8772.0, 8740.0, 8768.0, 8706.0, 8711.0, 8762.0, 8713.0, 8781.0, 8738.0, 8779.0, 8705.0, 8747.0, 8703.0, 8739.0, 8761.0, 8710.0, 8764.0, 8713.0, 8779.0, 8724.0, 8763.0, 8710.0, 8770.0, 8727.0, 8769.0, 8750.0, 8712.0, 8766.0, 8699.0, 8783.0, 8741.0, 8780.0, 8695.0, 8748.0, 8703.0, 8722.0, 8718.0, 8721.0, 8772.0, 8691.0, 8757.0, 8689.0, 8745.0, 8710.0, 8766.0, 8722.0, 8725.0, 8693.0, 8709.0, 8705.0, 8712.0, 8781.0, 8725.0, 8782.0, 8711.0, 8751.0, 8707.0, 8730.0, 8740.0, 8729.0, 8794.0, 8710.0, 8764.0, 8709.0, 8768.0, 8722.0, 8756.0, 8707.0, 8712.0, 8765.0, 8716.0, 8783.0, 8728.0, 8782.0, 8708.0, 8739.0, 8692.0, 8741.0, 8765.0, 8728.0, 8779.0, 8712.0, 8766.0, 8715.0, 8771.0, 8729.0, 8756.0, 8714.0, 8732.0, 8712.0, 8735.0, 8802.0, 8733.0, 8787.0, 8718.0, 8772.0, 8731.0, 8788.0, 8743.0, 8788.0, 8739.0, 8710.0, 8793.0, 8713.0, 8782.0, 8726.0, 8764.0, 8709.0, 8756.0, 8726.0, 8731.0, 8755.0, 8718.0, 8782.0, 8712.0, 8767.0, 8718.0, 8773.0, 8744.0, 8773.0, 8712.0, 8729.0, 8765.0, 8711.0, 8794.0, 8724.0, 8762.0, 8721.0, 8751.0, 8712.0, 8742.0, 8727.0, 8731.0, 8740.0, 8716.0, 8782.0, 8713.0, 8784.0, 8728.0, 8780.0, 8711.0, 8756.0, 8713.0, 8728.0, 8740.0, 8727.0, 8781.0, 8712.0, 8765.0, 8714.0, 8784.0, 8728.0, 8769.0, 8711.0, 8727.0, 8723.0, 8731.0, 8795.0, 8728.0, 8779.0, 8697.0, 8764.0, 8711.0, 8768.0, 8726.0, 8754.0, 8711.0, 8727.0, 8711.0, 8729.0, 8782.0, 8718.0, 8783.0, 8715.0, 8764.0, 8715.0, 8784.0, 8743.0, 8784.0, 8712.0, 8727.0, 8711.0, 8727.0, 8768.0, 8742.0, 8778.0, 8712.0, 8766.0, 8712.0, 8780.0, 8714.0, 8786.0, 8728.0, 8772.0, 8714.0, 8716.0, 8746.0, 8790.0, 8786.0, 8760.0, 8754.0, 8717.0, 8754.0, 8733.0, 8772.0, 8765.0, 8816.0, 8733.0, 8784.0, 8719.0, 8787.0, 8748.0, 8776.0, 8729.0, 8757.0, 8727.0, 8731.0, 8755.0, 8730.0, 8801.0, 8746.0, 8785.0, 8712.0, 8740.0, 8714.0, 8759.0, 8741.0, 8759.0, 8711.0, 8728.0, 8726.0, 8718.0, 8783.0, 8731.0, 8775.0, 8732.0, 8722.0, 8717.0, 8790.0, 8735.0, 8794.0, 8762.0, 8809.0, 8772.0, 8748.0, 8742.0, 8718.0, 8770.0, 8730.0, 8802.0, 8749.0, 8799.0, 8728.0, 8784.0, 8715.0, 8757.0, 8727.0, 8771.0, 8712.0, 8729.0, 8710.0, 8713.0, 8797.0, 8727.0, 8781.0, 8712.0, 8764.0, 8723.0, 8754.0, 8722.0, 8728.0, 8709.0, 8710.0, 8763.0, 8712.0, 8768.0, 8729.0, 8768.0, 8727.0, 8739.0, 8699.0, 8744.0, 8711.0, 8743.0, 8769.0, 8717.0, 8770.0, 8717.0, 8769.0, 8730.0, 8788.0, 8727.0, 8753.0, 8726.0, 8745.0, 8727.0, 8774.0, 8767.0, 8713.0, 8767.0, 8719.0, 8784.0, 8745.0, 8783.0, 8713.0, 8736.0, 8713.0, 8755.0, 8728.0, 8758.0, 8712.0, 8714.0, 8711.0, 8712.0, 8766.0, 8715.0, 8769.0, 8731.0, 8770.0, 8713.0, 8737.0, 8713.0, 8728.0, 8725.0, 8730.0, 8782.0, 8729.0, 8769.0, 8717.0, 8771.0, 8730.0, 8768.0, 8713.0, 8742.0, 8711.0, 8744.0, 8739.0, 8730.0, 8781.0, 8713.0, 8767.0, 8714.0, 8769.0, 8716.0, 8771.0, 8716.0, 8745.0, 8716.0, 8747.0, 8728.0, 8732.0, 8710.0, 8731.0, 8781.0, 8718.0, 8785.0, 8730.0, 8785.0, 8732.0, 8718.0, 8719.0, 8793.0, 8760.0, 8805.0, 8777.0, 8803.0, 8729.0, 8731.0, 8728.0, 8731.0, 8718.0, 8750.0, 8774.0, 8751.0, 8773.0, 8735.0, 8773.0, 8719.0, 8791.0, 8752.0, 8802.0, 8730.0, 8774.0, 8729.0, 8773.0, 8743.0, 8787.0, 8714.0, 8727.0, 8738.0, 8713.0, 8784.0, 8719.0, 8772.0, 8732.0, 8772.0, 8734.0, 8762.0, 8744.0, 8732.0, 8714.0, 8732.0, 8768.0, 8732.0, 8785.0, 8732.0, 8771.0, 8712.0, 8741.0, 8712.0, 8733.0, 8785.0, 8718.0, 8786.0, 8716.0, 8769.0, 8734.0, 8762.0, 8746.0, 8762.0, 8715.0, 8734.0, 8716.0, 8735.0, 8804.0, 8736.0, 8791.0, 8719.0, 8772.0, 8735.0, 8790.0, 8729.0, 8791.0, 8740.0, 8713.0, 8782.0, 8728.0, 8784.0, 8715.0, 8768.0, 8710.0, 8739.0, 8709.0, 8728.0, 8783.0, 8711.0, 8765.0, 8709.0, 8751.0, 8716.0, 8789.0, 8756.0, 8711.0, 8763.0, 8712.0, 8735.0, 8710.0, 8755.0, 8714.0, 8744.0, 8713.0, 8717.0, 8730.0, 8732.0, 8772.0, 8718.0, 8773.0, 8718.0, 8789.0, 8732.0, 8761.0, 8715.0, 8732.0, 8769.0, 8716.0, 8785.0, 8714.0, 8787.0, 8729.0, 8742.0, 8708.0, 8712.0, 8766.0, 8709.0, 8750.0, 8710.0, 8768.0, 8728.0, 8782.0, 8722.0, 8725.0, 8766.0, 8709.0, 8746.0, 8709.0, 8754.0, 8712.0, 8730.0, 8711.0, 8730.0, 8752.0, 8717.0, 8754.0, 8732.0, 8746.0, 8716.0, 8731.0, 8799.0, 8730.0, 8769.0, 8716.0, 8755.0, 8730.0, 8733.0, 8756.0, 8715.0, 8785.0, 8717.0, 8758.0, 8715.0, 8748.0, 8727.0, 8719.0, 8785.0, 8720.0, 8757.0, 8733.0, 8797.0, 8759.0, 8753.0, 8735.0, 8753.0, 8765.0, 8740.0, 8740.0, 8774.0, 8812.0, 8774.0, 8810.0, 8753.0, 8779.0, 8741.0, 8785.0, 8751.0, 8813.0, 8723.0, 8752.0, 8737.0, 8754.0, 8765.0, 8769.0, 8779.0, 8738.0, 8777.0, 8744.0, 8797.0, 8742.0, 8796.0, 8741.0, 8767.0, 8725.0, 8782.0, 8748.0, 8763.0, 8791.0, 8734.0, 8786.0, 8722.0, 8788.0, 8735.0, 8806.0, 8731.0, 8759.0, 8711.0, 8747.0, 8754.0, 8745.0, 8783.0, 8711.0, 8765.0, 8713.0, 8771.0, 8727.0, 8755.0, 8700.0, 8715.0, 8725.0, 8714.0, 8767.0, 8715.0, 8766.0, 8712.0, 8756.0, 8699.0, 8742.0, 8750.0, 8754.0, 8785.0, 8716.0, 8785.0, 8716.0, 8771.0, 8715.0, 8772.0, 8712.0, 8742.0, 8709.0, 8728.0, 8781.0, 8726.0, 8767.0, 8711.0, 8766.0, 8711.0, 8756.0, 8727.0, 8769.0, 8708.0, 8714.0, 8710.0, 8727.0, 8778.0, 8730.0, 8782.0, 8715.0, 8766.0, 8717.0, 8769.0, 8729.0, 8771.0, 8701.0, 8744.0, 8713.0, 8744.0, 8729.0, 8744.0, 8769.0, 8728.0, 8783.0, 8716.0, 8782.0, 8715.0, 8784.0, 8714.0, 8742.0, 8712.0, 8744.0, 8710.0, 8728.0, 8765.0, 8714.0, 8768.0, 8728.0, 8768.0, 8719.0, 8768.0, 8715.0, 8757.0, 8700.0, 8743.0, 8711.0, 8730.0, 8784.0, 8733.0, 8784.0, 8712.0, 8768.0, 8717.0, 8772.0, 8728.0, 8768.0, 8694.0, 8709.0, 8709.0, 8714.0, 8780.0, 8714.0, 8766.0, 8713.0, 8750.0, 8713.0, 8757.0, 8727.0, 8774.0, 8712.0, 8728.0, 8711.0, 8714.0, 8767.0, 8716.0, 8783.0, 8715.0, 8767.0, 8711.0, 8738.0, 8713.0, 8744.0, 8752.0, 8727.0, 8781.0, 8714.0, 8767.0, 8713.0, 8757.0, 8729.0, 8758.0, 8711.0, 8730.0, 8710.0, 8716.0, 8782.0, 8717.0, 8766.0, 8716.0, 8754.0, 8731.0, 8760.0, 8732.0, 8747.0, 8711.0, 8732.0, 8728.0, 8733.0, 8802.0, 8733.0, 8784.0, 8717.0, 8769.0, 8732.0, 8781.0, 8729.0, 8767.0, 8725.0, 8730.0, 8762.0, 8708.0, 8761.0, 8710.0, 8765.0, 8711.0, 8752.0, 8709.0, 8725.0, 8707.0, 8713.0, 8781.0, 8711.0, 8780.0, 8713.0, 8751.0, 8709.0, 8739.0, 8723.0, 8755.0, 8722.0, 8711.0, 8764.0, 8713.0, 8767.0, 8714.0, 8782.0, 8713.0, 8743.0, 8727.0, 8721.0, 8730.0, 8734.0, 8803.0, 8751.0, 8773.0, 8734.0, 8787.0, 8737.0, 8788.0, 8736.0, 8788.0, 8720.0, 8760.0, 8718.0, 8746.0, 8730.0, 8774.0, 8770.0, 8773.0, 8768.0, 8715.0, 8782.0, 8716.0, 8783.0, 8729.0, 8785.0, 8712.0, 8741.0, 8710.0, 8714.0, 8738.0, 8730.0, 8783.0, 8729.0, 8769.0, 8699.0, 8755.0, 8712.0, 8731.0, 8726.0, 8730.0, 8768.0, 8730.0, 8769.0, 8718.0, 8785.0, 8732.0, 8785.0, 8714.0, 8743.0, 8713.0, 8733.0, 8727.0, 8730.0, 8768.0, 8716.0, 8769.0, 8717.0, 8784.0, 8716.0, 8772.0, 8712.0, 8741.0, 8712.0, 8732.0, 8769.0, 8730.0, 8783.0, 8731.0, 8768.0, 8716.0, 8783.0, 8730.0, 8772.0, 8715.0, 8745.0, 8716.0, 8733.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.0017598847926267281</td></tr>
<tr><td colspan=3>aqi</td><td>0.023678910714285715</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.61004789597459</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2439503745559402</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.008064929711648</td></tr>
<tr><td colspan=3>efc</td><td>0.449</td></tr>
<tr><td colspan=3>fber</td><td>6765.7666</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07908207129391859</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>17</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.9585253456221199</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.484245879369585</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4482813961738774</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.666882209143846</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3375740327910313</td></tr>
<tr><td colspan=3>gcor</td><td>0.00274317</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01803000271320343</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.019759919494390488</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.6291365021139486</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>26.3977</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.2604</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>151.5001</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308693.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>719.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>303.1294</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8508</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>488.478</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3137.8982</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3394.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67851.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>834.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4129.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>935.2018</td></tr>
<tr><td colspan=3>tsnr</td><td>41.18143672076985</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>