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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0106_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-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-02_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-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-02_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-0106/ses-03/func/sub-0106_ses-03_task-social_acq-mb8_run-02_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>c20bf4263ee4298918e728d8b55393c0</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>18:55:15.632500</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.998717, -0.0133422, 0.0488426, 0.00435783, 0.983727, 0.179614]</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-02_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.085361</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-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4241, -7815, -7240, 397, -77, -90, 93, 56]</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.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 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.217</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>123cdefd-03d4-4eaa-830a-1fb177e75d2c||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.67948579788208, 0.011691738851368427, 0.13619960844516754, 109.97077178955078], [0.035796139389276505, 2.6392688751220703, 0.48376232385635376, -113.89017486572266], [0.1310412436723709, -0.481892466545105, 2.6528143882751465, -55.20155334472656], [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': ['185515.632500', '185516.092500', '185516.552500', '185517.012500', '185517.472500', '185517.932500', '185518.392500', '185518.852500', '185519.312500', '185519.772500', '185520.232500', '185520.692500', '185521.152500', '185521.612500', '185522.072500', '185522.532500', '185522.992500', '185523.452500', '185523.912500', '185524.372500', '185524.832500', '185525.292500', '185525.752500', '185526.212500', '185526.672500', '185527.132500', '185527.592500', '185528.052500', '185528.512500', '185528.972500', '185529.432500', '185529.892500', '185530.352500', '185530.812500', '185531.272500', '185531.732500', '185532.192500', '185532.652500', '185533.112500', '185533.572500', '185534.032500', '185534.492500', '185534.952500', '185535.412500', '185535.872500', '185536.332500', '185536.792500', '185537.252500', '185537.712500', '185538.172500', '185538.632500', '185539.092500', '185539.552500', '185540.012500', '185540.472500', '185540.932500', '185541.392500', '185541.852500', '185542.312500', '185542.772500', '185543.232500', '185543.692500', '185544.152500', '185544.612500', '185545.072500', '185545.532500', '185545.992500', '185546.452500', '185546.912500', '185547.372500', '185547.832500', '185548.292500', '185548.752500', '185549.212500', '185549.672500', '185550.132500', '185550.592500', '185551.052500', '185551.512500', '185551.972500', '185552.432500', '185552.892500', '185553.352500', '185553.812500', '185554.272500', '185554.732500', '185555.192500', '185555.652500', '185556.112500', '185556.572500', '185557.032500', '185557.492500', '185557.952500', '185558.412500', '185558.872500', '185559.332500', '185559.792500', '185600.252500', '185600.712500', '185601.172500', '185601.632500', '185602.092500', '185602.552500', '185603.012500', '185603.472500', '185603.932500', '185604.392500', '185604.852500', '185605.312500', '185605.772500', '185606.232500', '185606.692500', '185607.152500', '185607.612500', '185608.072500', '185608.532500', '185608.992500', '185609.452500', '185609.912500', '185610.372500', '185610.832500', '185611.292500', '185611.752500', '185612.212500', '185612.672500', '185613.132500', '185613.592500', '185614.052500', '185614.512500', '185614.972500', '185615.432500', '185615.892500', '185616.352500', '185616.812500', '185617.272500', '185617.732500', '185618.192500', '185618.652500', '185619.112500', '185619.572500', '185620.032500', '185620.492500', '185620.952500', '185621.412500', '185621.872500', '185622.332500', '185622.792500', '185623.252500', '185623.712500', '185624.172500', '185624.632500', '185625.092500', '185625.552500', '185626.012500', '185626.472500', '185626.932500', '185627.392500', '185627.852500', '185628.312500', '185628.772500', '185629.232500', '185629.692500', '185630.152500', '185630.612500', '185631.072500', '185631.532500', '185631.992500', '185632.452500', '185632.912500', '185633.372500', '185633.832500', '185634.292500', '185634.752500', '185635.212500', '185635.672500', '185636.132500', '185636.592500', '185637.052500', '185637.512500', '185637.972500', '185638.432500', '185638.892500', '185639.352500', '185639.812500', '185640.272500', '185640.732500', '185641.192500', '185641.652500', '185642.112500', '185642.572500', '185643.032500', '185643.492500', '185643.952500', '185644.412500', '185644.872500', '185645.332500', '185645.792500', '185646.252500', '185646.712500', '185647.172500', '185647.632500', '185648.092500', '185648.552500', '185649.012500', '185649.472500', '185649.932500', '185650.392500', '185650.852500', '185651.312500', '185651.772500', '185652.232500', '185652.692500', '185653.152500', '185653.612500', '185654.072500', '185654.532500', '185654.992500', '185655.452500', '185655.912500', '185656.372500', '185656.832500', '185657.292500', '185657.752500', '185658.212500', '185658.672500', '185659.132500', '185659.592500', '185700.052500', '185700.512500', '185700.972500', '185701.432500', '185701.892500', '185702.352500', '185702.812500', '185703.272500', '185703.732500', '185704.192500', '185704.652500', '185705.112500', '185705.572500', '185706.032500', '185706.492500', '185706.952500', '185707.412500', '185707.872500', '185708.332500', '185708.792500', '185709.252500', '185709.712500', '185710.172500', '185710.632500', '185711.092500', '185711.552500', '185712.012500', '185712.472500', '185712.932500', '185713.392500', '185713.852500', '185714.312500', '185714.772500', '185715.232500', '185715.692500', '185716.152500', '185716.612500', '185717.072500', '185717.532500', '185717.992500', '185718.452500', '185718.912500', '185719.372500', '185719.832500', '185720.292500', '185720.752500', '185721.212500', '185721.672500', '185722.132500', '185722.592500', '185723.052500', '185723.512500', '185723.972500', '185724.432500', '185724.892500', '185725.352500', '185725.812500', '185726.272500', '185726.732500', '185727.192500', '185727.652500', '185728.112500', '185728.572500', '185729.032500', '185729.492500', '185729.952500', '185730.412500', '185730.872500', '185731.332500', '185731.792500', '185732.252500', '185732.712500', '185733.172500', '185733.632500', '185734.092500', '185734.552500', '185735.012500', '185735.472500', '185735.932500', '185736.392500', '185736.852500', '185737.312500', '185737.772500', '185738.232500', '185738.692500', '185739.152500', '185739.612500', '185740.072500', '185740.532500', '185740.992500', '185741.452500', '185741.912500', '185742.372500', '185742.832500', '185743.292500', '185743.752500', '185744.212500', '185744.672500', '185745.132500', '185745.592500', '185746.052500', '185746.512500', '185746.972500', '185747.432500', '185747.892500', '185748.352500', '185748.812500', '185749.272500', '185749.732500', '185750.192500', '185750.652500', '185751.112500', '185751.572500', '185752.032500', '185752.492500', '185752.952500', '185753.412500', '185753.872500', '185754.332500', '185754.792500', '185755.252500', '185755.712500', '185756.172500', '185756.632500', '185757.092500', '185757.552500', '185758.012500', '185758.472500', '185758.932500', '185759.392500', '185759.852500', '185800.312500', '185800.772500', '185801.232500', '185801.692500', '185802.152500', '185802.612500', '185803.072500', '185803.532500', '185803.992500', '185804.452500', '185804.912500', '185805.372500', '185805.832500', '185806.292500', '185806.752500', '185807.212500', '185807.672500', '185808.132500', '185808.592500', '185809.052500', '185809.512500', '185809.972500', '185810.432500', '185810.892500', '185811.352500', '185811.812500', '185812.272500', '185812.732500', '185813.192500', '185813.652500', '185814.112500', '185814.572500', '185815.032500', '185815.492500', '185815.952500', '185816.412500', '185816.872500', '185817.332500', '185817.792500', '185818.252500', '185818.712500', '185819.172500', '185819.632500', '185820.092500', '185820.552500', '185821.012500', '185821.472500', '185821.932500', '185822.392500', '185822.852500', '185823.312500', '185823.772500', '185824.232500', '185824.692500', '185825.152500', '185825.612500', '185826.072500', '185826.532500', '185826.992500', '185827.452500', '185827.912500', '185828.372500', '185828.832500', '185829.292500', '185829.752500', '185830.212500', '185830.672500', '185831.132500', '185831.592500', '185832.052500', '185832.512500', '185832.972500', '185833.432500', '185833.892500', '185834.352500', '185834.812500', '185835.272500', '185835.732500', '185836.192500', '185836.652500', '185837.112500', '185837.572500', '185838.032500', '185838.492500', '185838.952500', '185839.412500', '185839.872500', '185840.332500', '185840.792500', '185841.252500', '185841.712500', '185842.172500', '185842.632500', '185843.092500', '185843.552500', '185844.012500', '185844.472500', '185844.932500', '185845.392500', '185845.852500', '185846.312500', '185846.772500', '185847.232500', '185847.692500', '185848.152500', '185848.612500', '185849.072500', '185849.532500', '185849.992500', '185850.452500', '185850.912500', '185851.372500', '185851.832500', '185852.292500', '185852.752500', '185853.212500', '185853.672500', '185854.132500', '185854.592500', '185855.052500', '185855.512500', '185855.972500', '185856.432500', '185856.892500', '185857.352500', '185857.812500', '185858.272500', '185858.732500', '185859.192500', '185859.652500', '185900.112500', '185900.572500', '185901.032500', '185901.492500', '185901.952500', '185902.412500', '185902.872500', '185903.332500', '185903.792500', '185904.252500', '185904.712500', '185905.172500', '185905.632500', '185906.092500', '185906.552500', '185907.012500', '185907.472500', '185907.932500', '185908.392500', '185908.852500', '185909.312500', '185909.772500', '185910.232500', '185910.692500', '185911.152500', '185911.612500', '185912.072500', '185912.532500', '185912.992500', '185913.452500', '185913.912500', '185914.372500', '185914.832500', '185915.292500', '185915.752500', '185916.212500', '185916.672500', '185917.132500', '185917.592500', '185918.052500', '185918.512500', '185918.972500', '185919.432500', '185919.892500', '185920.352500', '185920.812500', '185921.272500', '185921.732500', '185922.192500', '185922.652500', '185923.112500', '185923.572500', '185924.032500', '185924.492500', '185924.952500', '185925.412500', '185925.872500', '185926.332500', '185926.792500', '185927.252500', '185927.712500', '185928.172500', '185928.632500', '185929.092500', '185929.552500', '185930.012500', '185930.472500', '185930.932500', '185931.392500', '185931.852500', '185932.312500', '185932.772500', '185933.232500', '185933.692500', '185934.152500', '185934.612500', '185935.072500', '185935.532500', '185935.992500', '185936.452500', '185936.912500', '185937.372500', '185937.832500', '185938.292500', '185938.752500', '185939.212500', '185939.672500', '185940.132500', '185940.592500', '185941.052500', '185941.512500', '185941.972500', '185942.432500', '185942.892500', '185943.352500', '185943.812500', '185944.272500', '185944.732500', '185945.192500', '185945.652500', '185946.112500', '185946.572500', '185947.032500', '185947.492500', '185947.952500', '185948.412500', '185948.872500', '185949.332500', '185949.792500', '185950.252500', '185950.712500', '185951.172500', '185951.632500', '185952.092500', '185952.552500', '185953.012500', '185953.472500', '185953.932500', '185954.392500', '185954.852500', '185955.312500', '185955.772500', '185956.232500', '185956.692500', '185957.152500', '185957.612500', '185958.072500', '185958.532500', '185958.992500', '185959.452500', '185959.912500', '190000.372500', '190000.832500', '190001.292500', '190001.752500', '190002.212500', '190002.672500', '190003.132500', '190003.592500', '190004.052500', '190004.512500', '190004.972500', '190005.432500', '190005.892500', '190006.352500', '190006.812500', '190007.272500', '190007.732500', '190008.192500', '190008.652500', '190009.112500', '190009.572500', '190010.032500', '190010.492500', '190010.952500', '190011.412500', '190011.872500', '190012.332500', '190012.792500', '190013.252500', '190013.712500', '190014.172500', '190014.632500', '190015.092500', '190015.552500', '190016.012500', '190016.472500', '190016.932500', '190017.392500', '190017.852500', '190018.312500', '190018.772500', '190019.232500', '190019.692500', '190020.152500', '190020.612500', '190021.072500', '190021.532500', '190021.992500', '190022.452500', '190022.912500', '190023.372500', '190023.832500', '190024.292500', '190024.752500', '190025.212500', '190025.672500', '190026.132500', '190026.592500', '190027.052500', '190027.512500', '190027.972500', '190028.432500', '190028.892500', '190029.352500', '190029.812500', '190030.272500', '190030.732500', '190031.192500', '190031.652500', '190032.112500', '190032.572500', '190033.032500', '190033.492500', '190033.952500', '190034.412500', '190034.872500', '190035.332500', '190035.792500', '190036.252500', '190036.712500', '190037.172500', '190037.632500', '190038.092500', '190038.552500', '190039.012500', '190039.472500', '190039.932500', '190040.392500', '190040.852500', '190041.312500', '190041.772500', '190042.232500', '190042.692500', '190043.152500', '190043.612500', '190044.072500', '190044.532500', '190044.992500', '190045.452500', '190045.912500', '190046.372500', '190046.832500', '190047.292500', '190047.752500', '190048.212500', '190048.672500', '190049.132500', '190049.592500', '190050.052500', '190050.512500', '190050.972500', '190051.432500', '190051.892500', '190052.352500', '190052.812500', '190053.272500', '190053.732500', '190054.192500', '190054.652500', '190055.112500', '190055.572500', '190056.032500', '190056.492500', '190056.952500', '190057.412500', '190057.872500', '190058.332500', '190058.792500', '190059.252500', '190059.712500', '190100.172500', '190100.632500', '190101.092500', '190101.552500', '190102.012500', '190102.472500', '190102.932500', '190103.392500', '190103.852500', '190104.312500', '190104.772500', '190105.232500', '190105.692500', '190106.152500', '190106.612500', '190107.072500', '190107.532500', '190107.992500', '190108.452500', '190108.912500', '190109.372500', '190109.832500', '190110.292500', '190110.752500', '190111.212500', '190111.672500', '190112.132500', '190112.592500', '190113.052500', '190113.512500', '190113.972500', '190114.432500', '190114.892500', '190115.352500', '190115.812500', '190116.272500', '190116.732500', '190117.192500', '190117.652500', '190118.112500', '190118.572500', '190119.032500', '190119.492500', '190119.952500', '190120.412500', '190120.872500', '190121.332500', '190121.792500', '190122.252500', '190122.712500', '190123.172500', '190123.632500', '190124.092500', '190124.552500', '190125.012500', '190125.472500', '190125.932500', '190126.392500', '190126.852500', '190127.312500', '190127.772500', '190128.232500', '190128.692500', '190129.152500', '190129.612500', '190130.072500', '190130.532500', '190130.992500', '190131.452500', '190131.912500', '190132.372500', '190132.832500', '190133.292500', '190133.752500', '190134.212500', '190134.672500', '190135.132500', '190135.592500', '190136.052500', '190136.512500', '190136.972500', '190137.432500', '190137.892500', '190138.352500', '190138.812500', '190139.272500', '190139.732500', '190140.192500', '190140.652500', '190141.112500', '190141.572500', '190142.032500', '190142.492500', '190142.952500', '190143.412500', '190143.872500', '190144.332500', '190144.792500', '190145.252500', '190145.712500', '190146.172500', '190146.632500', '190147.092500', '190147.552500', '190148.012500', '190148.472500', '190148.932500', '190149.392500', '190149.852500', '190150.312500', '190150.772500', '190151.232500', '190151.692500', '190152.152500', '190152.612500', '190153.072500', '190153.532500', '190153.992500', '190154.452500', '190154.912500', '190155.372500', '190155.832500', '190156.292500'], 'ContentTime': ['185535.977000', '185535.980000', '185535.983000', '185535.986000', '185535.988000', '185535.991000', '185535.993000', '185535.996000', '185536.000000', '185536.002000', '185536.005000', '185536.007000', '185536.010000', '185536.013000', '185536.015000', '185536.018000', '185536.022000', '185536.025000', '185536.027000', '185536.030000', '185536.033000', '185536.035000', '185536.038000', '185536.040000', '185536.043000', '185536.045000', '185536.048000', '185536.058000', '185536.061000', '185536.064000', '185536.066000', '185536.069000', '185536.071000', '185536.074000', '185536.076000', '185536.079000', '185536.081000', '185536.084000', '185536.087000', '185536.089000', '185536.092000', '185555.932000', '185555.935000', '185555.938000', '185555.940000', '185555.943000', '185555.945000', '185555.948000', '185555.950000', '185555.953000', '185555.955000', '185555.958000', '185555.960000', '185555.963000', '185555.965000', '185555.968000', '185555.970000', '185555.973000', '185555.975000', '185555.978000', '185555.981000', '185555.983000', '185555.986000', '185555.988000', '185555.991000', '185555.993000', '185555.996000', '185555.998000', '185556.002000', '185556.004000', '185556.007000', '185556.010000', '185556.012000', '185556.015000', '185556.018000', '185556.021000', '185556.023000', '185556.026000', '185556.028000', '185556.031000', '185556.033000', '185556.036000', '185556.039000', '185556.041000', '185615.933000', '185615.935000', '185615.938000', '185615.941000', '185615.943000', '185615.946000', '185615.948000', '185615.951000', '185615.953000', '185615.956000', '185615.958000', '185615.961000', '185615.963000', '185615.966000', '185615.969000', '185615.971000', '185615.974000', '185615.976000', '185615.979000', '185615.982000', '185615.984000', '185615.987000', '185615.989000', '185615.992000', '185615.994000', '185615.997000', '185616.001000', '185616.003000', '185616.006000', '185616.008000', '185616.011000', '185616.014000', '185616.016000', '185616.019000', '185616.021000', '185616.024000', '185616.026000', '185616.029000', '185616.031000', '185616.034000', '185616.036000', '185616.039000', '185616.042000', '185616.054000', '185635.931000', '185635.934000', '185635.937000', '185635.939000', '185635.942000', '185635.945000', '185635.947000', '185635.950000', '185635.952000', '185635.955000', '185635.957000', '185635.960000', '185635.962000', '185635.965000', '185635.967000', '185635.970000', '185635.972000', '185635.975000', '185635.977000', '185635.980000', '185635.982000', '185635.985000', '185635.988000', '185635.990000', '185635.993000', '185635.995000', '185635.998000', '185636.001000', '185636.004000', '185636.007000', '185636.009000', '185636.012000', '185636.014000', '185636.017000', '185636.020000', '185636.022000', '185636.025000', '185636.027000', '185636.030000', '185636.033000', '185636.035000', '185636.038000', '185636.040000', '185655.931000', '185655.934000', '185655.937000', '185655.939000', '185655.942000', '185655.945000', '185655.947000', '185655.950000', '185655.952000', '185655.955000', '185655.957000', '185655.960000', '185655.963000', '185655.965000', '185655.968000', '185655.970000', '185655.973000', '185655.975000', '185655.978000', '185655.980000', '185655.983000', '185655.985000', '185655.988000', '185655.990000', '185655.993000', '185655.996000', '185655.998000', '185656.002000', '185656.004000', '185656.007000', '185656.009000', '185656.012000', '185656.015000', '185656.017000', '185656.020000', '185656.022000', '185656.025000', '185656.027000', '185656.030000', '185656.033000', '185656.035000', '185656.038000', '185656.041000', '185656.043000', '185715.932000', '185715.935000', '185715.938000', '185715.940000', '185715.943000', '185715.945000', '185715.948000', '185715.950000', '185715.953000', '185715.955000', '185715.958000', '185715.961000', '185715.963000', '185715.966000', '185715.968000', '185715.971000', '185715.973000', '185715.976000', '185715.978000', '185715.981000', '185715.983000', '185715.986000', '185715.988000', '185715.991000', '185715.993000', '185715.996000', '185715.999000', '185716.001000', '185716.004000', '185716.006000', '185716.009000', '185716.011000', '185716.014000', '185716.017000', '185716.019000', '185716.022000', '185716.024000', '185716.027000', '185716.029000', '185716.039000', '185716.042000', '185716.044000', '185716.047000', '185735.933000', '185735.935000', '185735.938000', '185735.941000', '185735.943000', '185735.946000', '185735.948000', '185735.951000', '185735.954000', '185735.956000', '185735.959000', '185735.961000', '185735.964000', '185735.966000', '185735.969000', '185735.972000', '185735.974000', '185735.977000', '185735.979000', '185735.982000', '185735.984000', '185735.987000', '185735.989000', '185735.992000', '185735.995000', '185735.997000', '185736.001000', '185736.003000', '185736.006000', '185736.008000', '185736.011000', '185736.013000', '185736.016000', '185736.019000', '185736.021000', '185736.024000', '185736.026000', '185736.029000', '185736.031000', '185736.034000', '185736.036000', '185736.039000', '185736.042000', '185736.044000', '185755.932000', '185755.935000', '185755.938000', '185755.940000', '185755.943000', '185755.945000', '185755.948000', '185755.951000', '185755.953000', '185755.956000', '185755.958000', '185755.961000', '185755.963000', '185755.966000', '185755.969000', '185755.971000', '185755.974000', '185755.976000', '185755.979000', '185755.981000', '185755.984000', '185755.986000', '185755.989000', '185755.992000', '185755.994000', '185755.997000', '185756.000000', '185756.003000', '185756.006000', '185756.008000', '185756.011000', '185756.013000', '185756.016000', '185756.019000', '185756.021000', '185756.024000', '185756.037000', '185756.040000', '185756.042000', '185756.045000', '185756.048000', '185756.051000', '185756.053000', '185815.932000', '185815.935000', '185815.938000', '185815.940000', '185815.943000', '185815.945000', '185815.948000', '185815.951000', '185815.953000', '185815.956000', '185815.958000', '185815.961000', '185815.964000', '185815.966000', '185815.969000', '185815.971000', '185815.974000', '185815.976000', '185815.979000', '185815.982000', '185815.984000', '185815.987000', '185815.989000', '185815.992000', '185815.995000', '185815.997000', '185816.001000', '185816.003000', '185816.006000', '185816.009000', '185816.011000', '185816.014000', '185816.016000', '185816.019000', '185816.022000', '185816.024000', '185816.027000', '185816.029000', '185816.032000', '185816.034000', '185816.037000', '185816.039000', '185816.042000', '185816.045000', '185835.933000', '185835.935000', '185835.938000', '185835.941000', '185835.943000', '185835.946000', '185835.948000', '185835.951000', '185835.954000', '185835.956000', '185835.959000', '185835.961000', '185835.964000', '185835.967000', '185835.969000', '185835.972000', '185835.975000', '185835.977000', '185835.980000', '185835.982000', '185835.985000', '185835.987000', '185835.990000', '185835.993000', '185835.995000', '185835.998000', '185836.001000', '185836.004000', '185836.007000', '185836.009000', '185836.012000', '185836.014000', '185836.017000', '185836.020000', '185836.022000', '185836.025000', '185836.028000', '185836.030000', '185836.033000', '185836.035000', '185836.038000', '185836.041000', '185836.043000', '185855.931000', '185855.934000', '185855.937000', '185855.939000', '185855.942000', '185855.945000', '185855.947000', '185855.950000', '185855.952000', '185855.955000', '185855.958000', '185855.960000', '185855.963000', '185855.965000', '185855.968000', '185855.971000', '185855.973000', '185855.976000', '185855.978000', '185855.981000', '185855.984000', '185856.025000', '185856.028000', '185856.031000', '185856.033000', '185856.036000', '185856.038000', '185856.041000', '185856.043000', '185856.046000', '185856.049000', '185856.051000', '185856.054000', '185856.056000', '185856.059000', '185856.062000', '185856.064000', '185856.067000', '185856.069000', '185856.072000', '185856.074000', '185856.077000', '185856.079000', '185856.082000', '185915.931000', '185915.934000', '185915.937000', '185915.939000', '185915.942000', '185915.944000', '185915.947000', '185915.950000', '185915.952000', '185915.955000', '185915.957000', '185915.960000', '185915.963000', '185915.965000', '185915.968000', '185915.970000', '185915.973000', '185915.976000', '185915.978000', '185915.981000', '185915.983000', '185915.986000', '185915.989000', '185915.991000', '185915.994000', '185915.996000', '185916.000000', '185916.002000', '185916.005000', '185916.008000', '185916.010000', '185916.013000', '185916.015000', '185916.018000', '185916.021000', '185916.023000', '185916.026000', '185916.028000', '185916.031000', '185916.034000', '185916.036000', '185916.039000', '185916.041000', '185935.932000', '185935.935000', '185935.938000', '185935.940000', '185935.943000', '185935.945000', '185935.948000', '185935.951000', '185935.953000', '185935.956000', '185935.958000', '185935.961000', '185935.964000', '185935.966000', '185935.969000', '185935.971000', '185935.974000', '185935.986000', '185935.988000', '185935.991000', '185935.993000', '185935.996000', '185935.998000', '185936.001000', '185936.004000', '185936.006000', '185936.009000', '185936.011000', '185936.014000', '185936.016000', '185936.019000', '185936.022000', '185936.024000', '185936.027000', '185936.029000', '185936.032000', '185936.034000', '185936.037000', '185936.040000', '185936.042000', '185936.045000', '185936.047000', '185936.050000', '185936.052000', '185955.932000', '185955.935000', '185955.938000', '185955.940000', '185955.943000', '185955.945000', '185955.948000', '185955.951000', '185955.953000', '185955.956000', '185955.958000', '185955.961000', '185955.963000', '185955.966000', '185955.969000', '185955.971000', '185955.974000', '185955.976000', '185955.979000', '185955.982000', '185955.984000', '185955.987000', '185955.989000', '185955.992000', '185955.994000', '185955.997000', '185956.001000', '185956.003000', '185956.006000', '185956.008000', '185956.011000', '185956.013000', '185956.016000', '185956.019000', '185956.021000', '185956.024000', '185956.026000', '185956.029000', '185956.032000', '185956.034000', '185956.037000', '185956.039000', '185956.042000', '190015.932000', '190015.935000', '190015.938000', '190015.941000', '190015.944000', '190015.947000', '190015.950000', '190015.952000', '190015.955000', '190015.957000', '190015.960000', '190015.962000', '190015.965000', '190015.968000', '190015.970000', '190015.973000', '190015.976000', '190015.978000', '190015.988000', '190015.991000', '190015.993000', '190015.996000', '190016.000000', '190016.003000', '190016.005000', '190016.008000', '190016.010000', '190016.013000', '190016.016000', '190016.018000', '190016.021000', '190016.023000', '190016.035000', '190016.038000', '190016.041000', '190016.043000', '190016.046000', '190016.048000', '190016.051000', '190016.054000', '190016.056000', '190016.059000', '190016.061000', '190016.064000', '190035.932000', '190035.935000', '190035.938000', '190035.941000', '190035.943000', '190035.946000', '190035.948000', '190035.951000', '190035.953000', '190035.956000', '190035.959000', '190035.961000', '190035.964000', '190035.966000', '190035.969000', '190035.972000', '190035.974000', '190035.977000', '190035.979000', '190035.982000', '190035.985000', '190035.987000', '190035.990000', '190035.992000', '190035.995000', '190035.998000', '190036.001000', '190036.004000', '190036.006000', '190036.009000', '190036.011000', '190036.014000', '190036.017000', '190036.019000', '190036.022000', '190036.024000', '190036.027000', '190036.029000', '190036.032000', '190036.035000', '190036.037000', '190036.040000', '190036.042000', '190055.932000', '190055.935000', '190055.938000', '190055.940000', '190055.943000', '190055.946000', '190055.948000', '190055.951000', '190055.953000', '190055.956000', '190055.959000', '190055.961000', '190055.964000', '190055.966000', '190055.969000', '190055.971000', '190055.974000', '190055.977000', '190055.979000', '190055.982000', '190055.984000', '190055.987000', '190055.989000', '190055.992000', '190055.995000', '190055.997000', '190056.001000', '190056.003000', '190056.006000', '190056.008000', '190056.011000', '190056.014000', '190056.016000', '190056.019000', '190056.021000', '190056.024000', '190056.026000', '190056.029000', '190056.032000', '190056.034000', '190056.037000', '190056.039000', '190056.042000', '190115.931000', '190115.934000', '190115.937000', '190115.939000', '190115.943000', '190115.945000', '190115.948000', '190115.950000', '190115.953000', '190115.955000', '190115.958000', '190115.961000', '190115.963000', '190115.966000', '190115.968000', '190115.971000', '190115.974000', '190115.976000', '190115.989000', '190115.992000', '190115.995000', '190115.997000', '190116.001000', '190116.003000', '190116.006000', '190116.009000', '190116.011000', '190116.014000', '190116.016000', '190116.019000', '190116.022000', '190116.024000', '190116.027000', '190116.030000', '190116.032000', '190116.035000', '190116.037000', '190116.040000', '190116.043000', '190116.045000', '190116.048000', '190116.051000', '190116.053000', '190116.056000', '190135.931000', '190135.934000', '190135.937000', '190135.940000', '190135.942000', '190135.945000', '190135.947000', '190135.950000', '190135.953000', '190135.955000', '190135.958000', '190135.960000', '190135.963000', '190135.966000', '190135.968000', '190135.971000', '190135.973000', '190135.976000', '190135.978000', '190135.983000', '190135.985000', '190135.988000', '190135.991000', '190135.993000', '190135.996000', '190135.998000', '190136.002000', '190136.005000', '190136.007000', '190136.010000', '190136.012000', '190136.015000', '190136.018000', '190136.020000', '190136.023000', '190136.025000', '190136.028000', '190136.031000', '190136.033000', '190136.036000', '190136.039000', '190136.041000', '190136.055000', '190155.932000', '190155.935000', '190155.938000', '190155.941000', '190155.943000', '190155.946000', '190155.948000', '190155.951000', '190155.954000', '190155.956000', '190155.959000', '190155.962000', '190155.964000', '190155.967000', '190155.970000', '190155.972000', '190155.975000', '190155.978000', '190155.980000', '190155.983000', '190155.985000', '190155.988000', '190155.991000', '190155.993000', '190155.996000', '190155.998000', '190156.002000', '190156.004000', '190156.007000', '190156.010000', '190156.012000', '190156.015000', '190156.017000', '190156.020000', '190156.022000', '190156.025000', '190156.028000', '190156.030000', '190156.033000', '190156.035000', '190156.038000', '190156.041000', '190156.043000', '190156.046000', '190158.062000', '190158.065000', '190158.068000', '190158.074000', '190158.077000'], 'InstanceCreationTime': ['185535.977000', '185535.980000', '185535.983000', '185535.986000', '185535.988000', '185535.991000', '185535.993000', '185535.996000', '185536.000000', '185536.002000', '185536.005000', '185536.007000', '185536.010000', '185536.013000', '185536.015000', '185536.018000', '185536.022000', '185536.025000', '185536.027000', '185536.030000', '185536.033000', '185536.035000', '185536.038000', '185536.040000', '185536.043000', '185536.045000', '185536.048000', '185536.058000', '185536.061000', '185536.064000', '185536.066000', '185536.069000', '185536.071000', '185536.074000', '185536.076000', '185536.079000', '185536.081000', '185536.084000', '185536.087000', '185536.089000', '185536.092000', '185555.932000', '185555.935000', '185555.938000', '185555.940000', '185555.943000', '185555.945000', '185555.948000', '185555.950000', '185555.953000', '185555.955000', '185555.958000', '185555.960000', '185555.963000', '185555.965000', '185555.968000', '185555.970000', '185555.973000', '185555.975000', '185555.978000', '185555.981000', '185555.983000', '185555.986000', '185555.988000', '185555.991000', '185555.993000', '185555.996000', '185555.998000', '185556.002000', '185556.004000', '185556.007000', '185556.010000', '185556.012000', '185556.015000', '185556.018000', '185556.021000', '185556.023000', '185556.026000', '185556.028000', '185556.031000', '185556.033000', '185556.036000', '185556.039000', '185556.041000', '185615.933000', '185615.935000', '185615.938000', '185615.941000', '185615.943000', '185615.946000', '185615.948000', '185615.951000', '185615.953000', '185615.956000', '185615.958000', '185615.961000', '185615.963000', '185615.966000', '185615.969000', '185615.971000', '185615.974000', '185615.976000', '185615.979000', '185615.982000', '185615.984000', '185615.987000', '185615.989000', '185615.992000', '185615.994000', '185615.997000', '185616.001000', '185616.003000', '185616.006000', '185616.008000', '185616.011000', '185616.014000', '185616.016000', '185616.019000', '185616.021000', '185616.024000', '185616.026000', '185616.029000', '185616.031000', '185616.034000', '185616.036000', '185616.039000', '185616.042000', '185616.054000', '185635.931000', '185635.934000', '185635.937000', '185635.939000', '185635.942000', '185635.945000', '185635.947000', '185635.950000', '185635.952000', '185635.955000', '185635.957000', '185635.960000', '185635.962000', '185635.965000', '185635.967000', '185635.970000', '185635.972000', '185635.975000', '185635.977000', '185635.980000', '185635.982000', '185635.985000', '185635.988000', '185635.990000', '185635.993000', '185635.995000', '185635.998000', '185636.001000', '185636.004000', '185636.007000', '185636.009000', '185636.012000', '185636.014000', '185636.017000', '185636.020000', '185636.022000', '185636.025000', '185636.027000', '185636.030000', '185636.033000', '185636.035000', '185636.038000', '185636.040000', '185655.931000', '185655.934000', '185655.937000', '185655.939000', '185655.942000', '185655.945000', '185655.947000', '185655.950000', '185655.952000', '185655.955000', '185655.957000', '185655.960000', '185655.963000', '185655.965000', '185655.968000', '185655.970000', '185655.973000', '185655.975000', '185655.978000', '185655.980000', '185655.983000', '185655.985000', '185655.988000', '185655.990000', '185655.993000', '185655.996000', '185655.998000', '185656.002000', '185656.004000', '185656.007000', '185656.009000', '185656.012000', '185656.015000', '185656.017000', '185656.020000', '185656.022000', '185656.025000', '185656.027000', '185656.030000', '185656.033000', '185656.035000', '185656.038000', '185656.041000', '185656.043000', '185715.932000', '185715.935000', '185715.938000', '185715.940000', '185715.943000', '185715.945000', '185715.948000', '185715.950000', '185715.953000', '185715.955000', '185715.958000', '185715.961000', '185715.963000', '185715.966000', '185715.968000', '185715.971000', '185715.973000', '185715.976000', '185715.978000', '185715.981000', '185715.983000', '185715.986000', '185715.988000', '185715.991000', '185715.993000', '185715.996000', '185715.999000', '185716.001000', '185716.004000', '185716.006000', '185716.009000', '185716.011000', '185716.014000', '185716.017000', '185716.019000', '185716.022000', '185716.024000', '185716.027000', '185716.029000', '185716.039000', '185716.042000', '185716.044000', '185716.047000', '185735.933000', '185735.935000', '185735.938000', '185735.941000', '185735.943000', '185735.946000', '185735.948000', '185735.951000', '185735.954000', '185735.956000', '185735.959000', '185735.961000', '185735.964000', '185735.966000', '185735.969000', '185735.972000', '185735.974000', '185735.977000', '185735.979000', '185735.982000', '185735.984000', '185735.987000', '185735.989000', '185735.992000', '185735.995000', '185735.997000', '185736.001000', '185736.003000', '185736.006000', '185736.008000', '185736.011000', '185736.013000', '185736.016000', '185736.019000', '185736.021000', '185736.024000', '185736.026000', '185736.029000', '185736.031000', '185736.034000', '185736.036000', '185736.039000', '185736.042000', '185736.044000', '185755.932000', '185755.935000', '185755.938000', '185755.940000', '185755.943000', '185755.945000', '185755.948000', '185755.951000', '185755.953000', '185755.956000', '185755.958000', '185755.961000', '185755.963000', '185755.966000', '185755.969000', '185755.971000', '185755.974000', '185755.976000', '185755.979000', '185755.981000', '185755.984000', '185755.986000', '185755.989000', '185755.992000', '185755.994000', '185755.997000', '185756.000000', '185756.003000', '185756.006000', '185756.008000', '185756.011000', '185756.013000', '185756.016000', '185756.019000', '185756.021000', '185756.024000', '185756.037000', '185756.040000', '185756.042000', '185756.045000', '185756.048000', '185756.051000', '185756.053000', '185815.932000', '185815.935000', '185815.938000', '185815.940000', '185815.943000', '185815.945000', '185815.948000', '185815.951000', '185815.953000', '185815.956000', '185815.958000', '185815.961000', '185815.964000', '185815.966000', '185815.969000', '185815.971000', '185815.974000', '185815.976000', '185815.979000', '185815.982000', '185815.984000', '185815.987000', '185815.989000', '185815.992000', '185815.995000', '185815.997000', '185816.001000', '185816.003000', '185816.006000', '185816.009000', '185816.011000', '185816.014000', '185816.016000', '185816.019000', '185816.022000', '185816.024000', '185816.027000', '185816.029000', '185816.032000', '185816.034000', '185816.037000', '185816.039000', '185816.042000', '185816.045000', '185835.933000', '185835.935000', '185835.938000', '185835.941000', '185835.943000', '185835.946000', '185835.948000', '185835.951000', '185835.954000', '185835.956000', '185835.959000', '185835.961000', '185835.964000', '185835.967000', '185835.969000', '185835.972000', '185835.975000', '185835.977000', '185835.980000', '185835.982000', '185835.985000', '185835.987000', '185835.990000', '185835.993000', '185835.995000', '185835.998000', '185836.001000', '185836.004000', '185836.007000', '185836.009000', '185836.012000', '185836.014000', '185836.017000', '185836.020000', '185836.022000', '185836.025000', '185836.028000', '185836.030000', '185836.033000', '185836.035000', '185836.038000', '185836.041000', '185836.043000', '185855.931000', '185855.934000', '185855.937000', '185855.939000', '185855.942000', '185855.945000', '185855.947000', '185855.950000', '185855.952000', '185855.955000', '185855.958000', '185855.960000', '185855.963000', '185855.965000', '185855.968000', '185855.971000', '185855.973000', '185855.976000', '185855.978000', '185855.981000', '185855.984000', '185856.025000', '185856.028000', '185856.031000', '185856.033000', '185856.036000', '185856.038000', '185856.041000', '185856.043000', '185856.046000', '185856.049000', '185856.051000', '185856.054000', '185856.056000', '185856.059000', '185856.062000', '185856.064000', '185856.067000', '185856.069000', '185856.072000', '185856.074000', '185856.077000', '185856.079000', '185856.082000', '185915.931000', '185915.934000', '185915.937000', '185915.939000', '185915.942000', '185915.944000', '185915.947000', '185915.950000', '185915.952000', '185915.955000', '185915.957000', '185915.960000', '185915.963000', '185915.965000', '185915.968000', '185915.970000', '185915.973000', '185915.976000', '185915.978000', '185915.981000', '185915.983000', '185915.986000', '185915.989000', '185915.991000', '185915.994000', '185915.996000', '185916.000000', '185916.002000', '185916.005000', '185916.008000', '185916.010000', '185916.013000', '185916.015000', '185916.018000', '185916.021000', '185916.023000', '185916.026000', '185916.028000', '185916.031000', '185916.034000', '185916.036000', '185916.039000', '185916.041000', '185935.932000', '185935.935000', '185935.938000', '185935.940000', '185935.943000', '185935.945000', '185935.948000', '185935.951000', '185935.953000', '185935.956000', '185935.958000', '185935.961000', '185935.964000', '185935.966000', '185935.969000', '185935.971000', '185935.974000', '185935.986000', '185935.988000', '185935.991000', '185935.993000', '185935.996000', '185935.998000', '185936.001000', '185936.004000', '185936.006000', '185936.009000', '185936.011000', '185936.014000', '185936.016000', '185936.019000', '185936.022000', '185936.024000', '185936.027000', '185936.029000', '185936.032000', '185936.034000', '185936.037000', '185936.040000', '185936.042000', '185936.045000', '185936.047000', '185936.050000', '185936.052000', '185955.932000', '185955.935000', '185955.938000', '185955.940000', '185955.943000', '185955.945000', '185955.948000', '185955.951000', '185955.953000', '185955.956000', '185955.958000', '185955.961000', '185955.963000', '185955.966000', '185955.969000', '185955.971000', '185955.974000', '185955.976000', '185955.979000', '185955.982000', '185955.984000', '185955.987000', '185955.989000', '185955.992000', '185955.994000', '185955.997000', '185956.001000', '185956.003000', '185956.006000', '185956.008000', '185956.011000', '185956.013000', '185956.016000', '185956.019000', '185956.021000', '185956.024000', '185956.026000', '185956.029000', '185956.032000', '185956.034000', '185956.037000', '185956.039000', '185956.042000', '190015.932000', '190015.935000', '190015.938000', '190015.941000', '190015.944000', '190015.947000', '190015.950000', '190015.952000', '190015.955000', '190015.957000', '190015.960000', '190015.962000', '190015.965000', '190015.968000', '190015.970000', '190015.973000', '190015.976000', '190015.978000', '190015.988000', '190015.991000', '190015.993000', '190015.996000', '190016.000000', '190016.003000', '190016.005000', '190016.008000', '190016.010000', '190016.013000', '190016.016000', '190016.018000', '190016.021000', '190016.023000', '190016.035000', '190016.038000', '190016.041000', '190016.043000', '190016.046000', '190016.048000', '190016.051000', '190016.054000', '190016.056000', '190016.059000', '190016.061000', '190016.064000', '190035.932000', '190035.935000', '190035.938000', '190035.941000', '190035.943000', '190035.946000', '190035.948000', '190035.951000', '190035.953000', '190035.956000', '190035.959000', '190035.961000', '190035.964000', '190035.966000', '190035.969000', '190035.972000', '190035.974000', '190035.977000', '190035.979000', '190035.982000', '190035.985000', '190035.987000', '190035.990000', '190035.992000', '190035.995000', '190035.998000', '190036.001000', '190036.004000', '190036.006000', '190036.009000', '190036.011000', '190036.014000', '190036.017000', '190036.019000', '190036.022000', '190036.024000', '190036.027000', '190036.029000', '190036.032000', '190036.035000', '190036.037000', '190036.040000', '190036.042000', '190055.932000', '190055.935000', '190055.938000', '190055.940000', '190055.943000', '190055.946000', '190055.948000', '190055.951000', '190055.953000', '190055.956000', '190055.959000', '190055.961000', '190055.964000', '190055.966000', '190055.969000', '190055.971000', '190055.974000', '190055.977000', '190055.979000', '190055.982000', '190055.984000', '190055.987000', '190055.989000', '190055.992000', '190055.995000', '190055.997000', '190056.001000', '190056.003000', '190056.006000', '190056.008000', '190056.011000', '190056.014000', '190056.016000', '190056.019000', '190056.021000', '190056.024000', '190056.026000', '190056.029000', '190056.032000', '190056.034000', '190056.037000', '190056.039000', '190056.042000', '190115.931000', '190115.934000', '190115.937000', '190115.939000', '190115.943000', '190115.945000', '190115.948000', '190115.950000', '190115.953000', '190115.955000', '190115.958000', '190115.961000', '190115.963000', '190115.966000', '190115.968000', '190115.971000', '190115.974000', '190115.976000', '190115.989000', '190115.992000', '190115.995000', '190115.997000', '190116.001000', '190116.003000', '190116.006000', '190116.009000', '190116.011000', '190116.014000', '190116.016000', '190116.019000', '190116.022000', '190116.024000', '190116.027000', '190116.030000', '190116.032000', '190116.035000', '190116.037000', '190116.040000', '190116.043000', '190116.045000', '190116.048000', '190116.051000', '190116.053000', '190116.056000', '190135.931000', '190135.934000', '190135.937000', '190135.940000', '190135.942000', '190135.945000', '190135.947000', '190135.950000', '190135.953000', '190135.955000', '190135.958000', '190135.960000', '190135.963000', '190135.966000', '190135.968000', '190135.971000', '190135.973000', '190135.976000', '190135.978000', '190135.983000', '190135.985000', '190135.988000', '190135.991000', '190135.993000', '190135.996000', '190135.998000', '190136.002000', '190136.005000', '190136.007000', '190136.010000', '190136.012000', '190136.015000', '190136.018000', '190136.020000', '190136.023000', '190136.025000', '190136.028000', '190136.031000', '190136.033000', '190136.036000', '190136.039000', '190136.041000', '190136.055000', '190155.932000', '190155.935000', '190155.938000', '190155.941000', '190155.943000', '190155.946000', '190155.948000', '190155.951000', '190155.954000', '190155.956000', '190155.959000', '190155.962000', '190155.964000', '190155.967000', '190155.970000', '190155.972000', '190155.975000', '190155.978000', '190155.980000', '190155.983000', '190155.985000', '190155.988000', '190155.991000', '190155.993000', '190155.996000', '190155.998000', '190156.002000', '190156.004000', '190156.007000', '190156.010000', '190156.012000', '190156.015000', '190156.017000', '190156.020000', '190156.022000', '190156.025000', '190156.028000', '190156.030000', '190156.033000', '190156.035000', '190156.038000', '190156.041000', '190156.043000', '190156.046000', '190158.062000', '190158.065000', '190158.068000', '190158.074000', '190158.077000'], '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': [9969, 10893, 9226, 10075, 10699, 10209, 9495, 9408, 9588, 9187, 10878, 9584, 10680, 11013, 11240, 9581, 12083, 10152, 13534, 11209, 14026, 10494, 13874, 10663, 13223, 10623, 11743, 10244, 9913, 9482, 10336, 9565, 9346, 9900, 10408, 8383, 10080, 10777, 8731, 9515, 9504, 9363, 9625, 8725, 9074, 9498, 11058, 9397, 10521, 13039, 9000, 9884, 8875, 8571, 8737, 9827, 8961, 10472, 11658, 12882, 8650, 8895, 8485, 9084, 11692, 10327, 11365, 9153, 10098, 8875, 10147, 10349, 8433, 10411, 10444, 11114, 10666, 9796, 11592, 11185, 9635, 11148, 10507, 10036, 12409, 9463, 9980, 9865, 8502, 9991, 10678, 8601, 10371, 9806, 9876, 9827, 9425, 9923, 9434, 9878, 9868, 8365, 9575, 10295, 8130, 9034, 8229, 10078, 8380, 9859, 8679, 9230, 9463, 9965, 9775, 11679, 8273, 10764, 13170, 17086, 10060, 9007, 9671, 12422, 9864, 9568, 10394, 9661, 8997, 9167, 9533, 10475, 7787, 9364, 10724, 9683, 9500, 9745, 8931, 9219, 9678, 10030, 11739, 10126, 8566, 9780, 9408, 10601, 9390, 7866, 9472, 11713, 9772, 12606, 9065, 10347, 9425, 9289, 8306, 8728, 7788, 9264, 10441, 10164, 9900, 7665, 9850, 9180, 9139, 8706, 12361, 9978, 11344, 10504, 10150, 10475, 10940, 9319, 10814, 8791, 12118, 8477, 12165, 10100, 8518, 10054, 8997, 9553, 9157, 10082, 9525, 10959, 8912, 7510, 8281, 8541, 9221, 8787, 9338, 7861, 8744, 8194, 8610, 8058, 9020, 8007, 10894, 8507, 12076, 8461, 12636, 8862, 8186, 8442, 7721, 8827, 8279, 11101, 9854, 13063, 8496, 9222, 8795, 11599, 11951, 12712, 10017, 8609, 9029, 8407, 7945, 9271, 9013, 12514, 9242, 12935, 9806, 12610, 10466, 13643, 13697, 11436, 9714, 9051, 9201, 8473, 9321, 8478, 12088, 8780, 9320, 9023, 11635, 9283, 8435, 8362, 8747, 9625, 9056, 9482, 13090, 9592, 12604, 8870, 10818, 10510, 7775, 8064, 9444, 8768, 9480, 10288, 9739, 9103, 8451, 9579, 8798, 9783, 7885, 8915, 9360, 7741, 9763, 8157, 7790, 9250, 14914, 9812, 12460, 10190, 8838, 10346, 9576, 12142, 10424, 12089, 10653, 11839, 10814, 9110, 9632, 10509, 14608, 11240, 9356, 15592, 11183, 9190, 9534, 9917, 8776, 9189, 11821, 14200, 10258, 9983, 8856, 9752, 9335, 8931, 8539, 9548, 10022, 7828, 9043, 9580, 8037, 10051, 7581, 9696, 9008, 7645, 9620, 8721, 10404, 9690, 12647, 8279, 10788, 10276, 10933, 12115, 13393, 13477, 10182, 8285, 10515, 10041, 11039, 11444, 13126, 7644, 9519, 7771, 9378, 12022, 11667, 12231, 13804, 8626, 10307, 7410, 9819, 7961, 9372, 11623, 12500, 9809, 10626, 10900, 10738, 10849, 13627, 12587, 10151, 13022, 8722, 10394, 7646, 9526, 7957, 9335, 9578, 11114, 13648, 12008, 10409, 7654, 8874, 9407, 9085, 10062, 8169, 9700, 12821, 13859, 8046, 8761, 9108, 9677, 9334, 10101, 10928, 11829, 9311, 8447, 9534, 7845, 9241, 8011, 9707, 7849, 9346, 8542, 10961, 8867, 12936, 10530, 7628, 9371, 8212, 9919, 9222, 11262, 12097, 11763, 9177, 8895, 9781, 9005, 9852, 10236, 12931, 10086, 10173, 7759, 8756, 8045, 9731, 11340, 12687, 10183, 9313, 10113, 10088, 9712, 9568, 9963, 10698, 8921, 8677, 9756, 8768, 10162, 9600, 9702, 7778, 8548, 9914, 7665, 8428, 9342, 9634, 9446, 12882, 11522, 9774, 9764, 8813, 12556, 10354, 8457, 9197, 8519, 10277, 10014, 8461, 9903, 8242, 10163, 10011, 10863, 7900, 9573, 9427, 10292, 8596, 9658, 9788, 10911, 9869, 7450, 9954, 11294, 11749, 11745, 10063, 11711, 7435, 9656, 11577, 11494, 12111, 14393, 11592, 10969, 9790, 10412, 9188, 8610, 11044, 9793, 9448, 10136, 9703, 10581, 10063, 9452, 10551, 10234, 7357, 8831, 7367, 11488, 10369, 11173, 14923, 9109, 8266, 9925, 8928, 10430, 11496, 10893, 11270, 10974, 11377, 10091, 8306, 10175, 8643, 10071, 8965, 10737, 9453, 9515, 9810, 8433, 10025, 10508, 10746, 10093, 9905, 8876, 9947, 8501, 10210, 8474, 9298, 8653, 9291, 8703, 9964, 8561, 9936, 8320, 8915, 8642, 8834, 8795, 9132, 8215, 9607, 8275, 9702, 7393, 9240, 7547, 9449, 10325, 9505, 11349, 11056, 10940, 9765, 10844, 9295, 8113, 9139, 8316, 9150, 8853, 11380, 9907, 11679, 12325, 13486, 10118, 9404, 8361, 9824, 10481, 10121, 10014, 10560, 10437, 9388, 9385, 9546, 8915, 9302, 9314, 9332, 9548, 10905, 9354, 10915, 9476, 12725, 9364, 11066, 9317, 11459, 9738, 9600, 10034, 10617, 9496, 9955, 8955, 10000, 11037, 10042, 10849, 9876, 8340, 9781, 8444, 9927, 11010, 9762, 11219, 11643, 8107, 9756, 8151, 9722, 10841, 9782, 10970, 11925, 10404, 9597, 8448, 8449, 7927, 9546, 9133, 9083, 9136, 7941, 8615, 8600, 7493, 9346, 8334, 7001, 8390, 9047, 13873, 12529, 11115, 10329, 10739, 12516, 12708, 12650, 14420, 13348, 9265, 8951, 8542, 10155, 8895, 10310, 7962, 8950, 9497, 9084, 8037, 9000, 8986, 9986, 11455, 11951, 8396, 9325, 8796, 12665, 9925, 11918, 11499, 12798, 9966, 10703, 9821, 11052, 10287, 12634, 10999, 12532, 9657, 10205, 10076, 9868, 14867, 11698, 8003, 9156, 8530, 9752, 9151, 10172, 10788, 10569, 9432, 7916, 9388, 12239, 9545, 14248, 11326, 8600, 9228, 10601, 15616, 12168, 8994, 9398, 9924, 8310, 9389, 11042, 12934, 11599, 10934, 8786, 8398, 9596, 9924, 8696, 10046, 12683, 9088, 7535, 10210, 9747, 7645, 9131, 9879, 9851, 10393, 13353, 9259, 10702, 9010, 10293, 13727, 11133, 8593, 8223, 9391, 9368, 9882, 9761, 9401, 9194, 8709, 9423, 8332, 10138, 9111, 10138, 11993, 10179, 7677, 9413, 9406, 9650, 12052, 10730, 12331, 9327, 13270, 9586, 10215, 8992, 9698, 12918, 11772, 14482, 13894, 8175, 9951, 8194, 9605, 10957, 11221, 11021, 12737, 8432, 10217, 8163, 9174, 9574, 7912, 9490, 13098, 13522, 8673, 9579, 8476, 9102, 7708, 9223, 12270, 13573, 9355, 8996, 9446, 12570, 10704, 10707, 9734, 10103, 9963, 13993, 9978, 9159, 9583, 10825, 12404, 11055, 15687, 10863, 15598, 13614, 12382, 9414, 8145, 8500, 8087, 9674, 10553, 9874, 11601, 12366, 11218, 11246, 8738, 10118, 8910, 8819, 9803, 11534, 9928, 7948, 9862, 8231, 9799, 11642, 9992], 'WindowCenter': [4379.0, 4372.0, 4347.0, 4346.0, 4330.0, 4319.0, 4317.0, 4308.0, 4318.0, 4317.0, 4329.0, 4317.0, 4328.0, 4316.0, 4316.0, 4294.0, 4313.0, 4302.0, 4322.0, 4301.0, 4321.0, 4290.0, 4308.0, 4287.0, 4295.0, 4276.0, 4283.0, 4273.0, 4274.0, 4263.0, 4286.0, 4277.0, 4277.0, 4289.0, 4299.0, 4269.0, 4314.0, 4313.0, 4294.0, 4303.0, 4304.0, 4317.0, 4317.0, 4296.0, 4306.0, 4308.0, 4328.0, 4307.0, 4319.0, 4366.0, 4310.0, 4307.0, 4297.0, 4310.0, 4310.0, 4320.0, 4297.0, 4304.0, 4318.0, 4328.0, 4296.0, 4293.0, 4271.0, 4280.0, 4298.0, 4291.0, 4313.0, 4280.0, 4291.0, 4268.0, 4290.0, 4303.0, 4270.0, 4290.0, 4288.0, 4290.0, 4290.0, 4267.0, 4290.0, 4290.0, 4265.0, 4276.0, 4275.0, 4264.0, 4272.0, 4250.0, 4249.0, 4251.0, 4241.0, 4264.0, 4275.0, 4243.0, 4275.0, 4275.0, 4275.0, 4274.0, 4266.0, 4276.0, 4276.0, 4278.0, 4277.0, 4270.0, 4293.0, 4303.0, 4284.0, 4293.0, 4284.0, 4281.0, 4259.0, 4278.0, 4270.0, 4281.0, 4294.0, 4305.0, 4306.0, 4302.0, 4260.0, 4277.0, 4289.0, 4322.0, 4269.0, 4268.0, 4281.0, 4312.0, 4279.0, 4279.0, 4280.0, 4295.0, 4282.0, 4281.0, 4291.0, 4291.0, 4261.0, 4281.0, 4291.0, 4282.0, 4292.0, 4281.0, 4270.0, 4281.0, 4281.0, 4292.0, 4301.0, 4291.0, 4283.0, 4293.0, 4293.0, 4302.0, 4294.0, 4273.0, 4294.0, 4312.0, 4293.0, 4313.0, 4281.0, 4292.0, 4294.0, 4295.0, 4285.0, 4298.0, 4285.0, 4309.0, 4330.0, 4332.0, 4322.0, 4304.0, 4321.0, 4321.0, 4334.0, 4324.0, 4354.0, 4320.0, 4344.0, 4333.0, 4308.0, 4319.0, 4317.0, 4294.0, 4303.0, 4297.0, 4327.0, 4287.0, 4315.0, 4292.0, 4271.0, 4292.0, 4295.0, 4293.0, 4283.0, 4292.0, 4279.0, 4302.0, 4280.0, 4260.0, 4284.0, 4295.0, 4305.0, 4296.0, 4322.0, 4299.0, 4309.0, 4299.0, 4297.0, 4299.0, 4309.0, 4300.0, 4330.0, 4312.0, 4342.0, 4312.0, 4342.0, 4326.0, 4314.0, 4312.0, 4289.0, 4337.0, 4312.0, 4357.0, 4334.0, 4354.0, 4312.0, 4323.0, 4313.0, 4343.0, 4357.0, 4368.0, 4335.0, 4300.0, 4312.0, 4302.0, 4302.0, 4322.0, 4323.0, 4342.0, 4324.0, 4353.0, 4335.0, 4354.0, 4333.0, 4353.0, 4353.0, 4314.0, 4304.0, 4292.0, 4292.0, 4284.0, 4295.0, 4284.0, 4327.0, 4284.0, 4295.0, 4294.0, 4316.0, 4295.0, 4284.0, 4295.0, 4296.0, 4292.0, 4283.0, 4306.0, 4339.0, 4294.0, 4324.0, 4281.0, 4291.0, 4301.0, 4259.0, 4257.0, 4290.0, 4280.0, 4292.0, 4305.0, 4304.0, 4293.0, 4284.0, 4304.0, 4293.0, 4319.0, 4288.0, 4310.0, 4321.0, 4288.0, 4332.0, 4324.0, 4315.0, 4335.0, 4375.0, 4323.0, 4342.0, 4321.0, 4311.0, 4332.0, 4310.0, 4345.0, 4337.0, 4345.0, 4333.0, 4331.0, 4320.0, 4297.0, 4308.0, 4308.0, 4337.0, 4317.0, 4297.0, 4337.0, 4315.0, 4283.0, 4293.0, 4293.0, 4295.0, 4297.0, 4326.0, 4324.0, 4293.0, 4292.0, 4269.0, 4280.0, 4280.0, 4280.0, 4282.0, 4291.0, 4290.0, 4259.0, 4281.0, 4293.0, 4283.0, 4306.0, 4289.0, 4318.0, 4308.0, 4288.0, 4319.0, 4310.0, 4332.0, 4322.0, 4352.0, 4310.0, 4331.0, 4322.0, 4331.0, 4341.0, 4341.0, 4339.0, 4317.0, 4297.0, 4318.0, 4308.0, 4317.0, 4330.0, 4338.0, 4286.0, 4307.0, 4287.0, 4307.0, 4326.0, 4315.0, 4326.0, 4336.0, 4284.0, 4306.0, 4275.0, 4306.0, 4286.0, 4296.0, 4327.0, 4327.0, 4304.0, 4317.0, 4317.0, 4303.0, 4316.0, 4324.0, 4326.0, 4306.0, 4326.0, 4284.0, 4305.0, 4286.0, 4306.0, 4286.0, 4308.0, 4308.0, 4316.0, 4338.0, 4329.0, 4334.0, 4303.0, 4308.0, 4308.0, 4308.0, 4319.0, 4298.0, 4320.0, 4351.0, 4350.0, 4296.0, 4308.0, 4320.0, 4332.0, 4319.0, 4331.0, 4330.0, 4328.0, 4308.0, 4296.0, 4318.0, 4287.0, 4321.0, 4299.0, 4320.0, 4311.0, 4318.0, 4321.0, 4329.0, 4321.0, 4351.0, 4332.0, 4301.0, 4322.0, 4311.0, 4332.0, 4320.0, 4328.0, 4328.0, 4330.0, 4307.0, 4307.0, 4320.0, 4307.0, 4319.0, 4319.0, 4340.0, 4318.0, 4317.0, 4288.0, 4309.0, 4288.0, 4319.0, 4329.0, 4339.0, 4318.0, 4307.0, 4317.0, 4316.0, 4293.0, 4306.0, 4305.0, 4316.0, 4295.0, 4296.0, 4333.0, 4312.0, 4333.0, 4335.0, 4333.0, 4302.0, 4323.0, 4333.0, 4302.0, 4311.0, 4321.0, 4321.0, 4321.0, 4328.0, 4319.0, 4307.0, 4308.0, 4284.0, 4314.0, 4318.0, 4286.0, 4306.0, 4296.0, 4317.0, 4305.0, 4283.0, 4305.0, 4284.0, 4317.0, 4306.0, 4328.0, 4298.0, 4317.0, 4319.0, 4319.0, 4307.0, 4319.0, 4319.0, 4317.0, 4320.0, 4290.0, 4333.0, 4341.0, 4341.0, 4341.0, 4320.0, 4330.0, 4277.0, 4307.0, 4316.0, 4328.0, 4328.0, 4338.0, 4314.0, 4314.0, 4304.0, 4304.0, 4293.0, 4283.0, 4314.0, 4303.0, 4293.0, 4305.0, 4306.0, 4330.0, 4334.0, 4319.0, 4316.0, 4305.0, 4275.0, 4309.0, 4302.0, 4330.0, 4317.0, 4318.0, 4338.0, 4299.0, 4286.0, 4318.0, 4306.0, 4330.0, 4339.0, 4341.0, 4328.0, 4326.0, 4325.0, 4315.0, 4294.0, 4328.0, 4295.0, 4315.0, 4294.0, 4314.0, 4304.0, 4302.0, 4302.0, 4282.0, 4304.0, 4303.0, 4314.0, 4304.0, 4303.0, 4293.0, 4303.0, 4282.0, 4303.0, 4283.0, 4306.0, 4294.0, 4305.0, 4293.0, 4305.0, 4282.0, 4304.0, 4284.0, 4295.0, 4294.0, 4293.0, 4295.0, 4304.0, 4295.0, 4307.0, 4296.0, 4317.0, 4275.0, 4308.0, 4287.0, 4318.0, 4317.0, 4318.0, 4329.0, 4329.0, 4341.0, 4346.0, 4355.0, 4333.0, 4298.0, 4310.0, 4298.0, 4322.0, 4324.0, 4354.0, 4347.0, 4346.0, 4321.0, 4310.0, 4296.0, 4285.0, 4284.0, 4304.0, 4304.0, 4293.0, 4289.0, 4303.0, 4305.0, 4295.0, 4295.0, 4306.0, 4294.0, 4295.0, 4294.0, 4282.0, 4293.0, 4303.0, 4283.0, 4317.0, 4282.0, 4298.0, 4269.0, 4290.0, 4268.0, 4287.0, 4276.0, 4265.0, 4276.0, 4276.0, 4265.0, 4275.0, 4265.0, 4276.0, 4284.0, 4277.0, 4287.0, 4276.0, 4266.0, 4287.0, 4268.0, 4291.0, 4300.0, 4292.0, 4301.0, 4313.0, 4273.0, 4293.0, 4272.0, 4305.0, 4302.0, 4303.0, 4303.0, 4314.0, 4305.0, 4307.0, 4284.0, 4286.0, 4287.0, 4320.0, 4307.0, 4311.0, 4308.0, 4287.0, 4298.0, 4299.0, 4306.0, 4323.0, 4301.0, 4282.0, 4287.0, 4297.0, 4361.0, 4352.0, 4329.0, 4330.0, 4328.0, 4340.0, 4338.0, 4327.0, 4335.0, 4322.0, 4280.0, 4281.0, 4281.0, 4301.0, 4281.0, 4303.0, 4269.0, 4294.0, 4303.0, 4306.0, 4284.0, 4306.0, 4295.0, 4317.0, 4328.0, 4338.0, 4313.0, 4320.0, 4308.0, 4351.0, 4330.0, 4341.0, 4329.0, 4342.0, 4318.0, 4331.0, 4321.0, 4330.0, 4319.0, 4330.0, 4317.0, 4329.0, 4306.0, 4307.0, 4294.0, 4296.0, 4323.0, 4314.0, 4271.0, 4292.0, 4283.0, 4304.0, 4293.0, 4303.0, 4302.0, 4302.0, 4321.0, 4287.0, 4297.0, 4314.0, 4293.0, 4337.0, 4317.0, 4284.0, 4284.0, 4306.0, 4336.0, 4314.0, 4270.0, 4281.0, 4280.0, 4283.0, 4294.0, 4304.0, 4326.0, 4317.0, 4317.0, 4272.0, 4284.0, 4293.0, 4292.0, 4298.0, 4305.0, 4326.0, 4285.0, 4261.0, 4292.0, 4283.0, 4272.0, 4280.0, 4291.0, 4292.0, 4292.0, 4300.0, 4268.0, 4289.0, 4279.0, 4290.0, 4322.0, 4313.0, 4281.0, 4269.0, 4279.0, 4293.0, 4302.0, 4292.0, 4291.0, 4292.0, 4293.0, 4306.0, 4307.0, 4330.0, 4318.0, 4330.0, 4351.0, 4332.0, 4299.0, 4322.0, 4320.0, 4333.0, 4352.0, 4342.0, 4342.0, 4321.0, 4340.0, 4318.0, 4319.0, 4308.0, 4319.0, 4336.0, 4328.0, 4348.0, 4336.0, 4296.0, 4315.0, 4295.0, 4317.0, 4315.0, 4326.0, 4328.0, 4363.0, 4308.0, 4329.0, 4309.0, 4319.0, 4331.0, 4309.0, 4333.0, 4352.0, 4352.0, 4298.0, 4319.0, 4297.0, 4309.0, 4288.0, 4309.0, 4331.0, 4353.0, 4325.0, 4311.0, 4334.0, 4341.0, 4321.0, 4320.0, 4325.0, 4320.0, 4310.0, 4352.0, 4320.0, 4308.0, 4308.0, 4330.0, 4329.0, 4319.0, 4336.0, 4306.0, 4333.0, 4324.0, 4311.0, 4281.0, 4269.0, 4281.0, 4271.0, 4292.0, 4303.0, 4304.0, 4312.0, 4313.0, 4303.0, 4302.0, 4269.0, 4291.0, 4279.0, 4278.0, 4289.0, 4312.0, 4291.0, 4281.0, 4303.0, 4282.0, 4303.0, 4312.0, 4302.0], 'WindowWidth': [9669.0, 9645.0, 9601.0, 9594.0, 9565.0, 9544.0, 9539.0, 9527.0, 9543.0, 9540.0, 9558.0, 9539.0, 9556.0, 9535.0, 9534.0, 9499.0, 9524.0, 9507.0, 9535.0, 9505.0, 9531.0, 9486.0, 9506.0, 9477.0, 9485.0, 9459.0, 9467.0, 9452.0, 9455.0, 9439.0, 9477.0, 9464.0, 9467.0, 9485.0, 9500.0, 9458.0, 9527.0, 9526.0, 9503.0, 9511.0, 9515.0, 9538.0, 9537.0, 9507.0, 9522.0, 9524.0, 9552.0, 9524.0, 9540.0, 9618.0, 9531.0, 9520.0, 9507.0, 9531.0, 9532.0, 9545.0, 9506.0, 9511.0, 9540.0, 9553.0, 9507.0, 9498.0, 9462.0, 9471.0, 9492.0, 9488.0, 9522.0, 9471.0, 9491.0, 9448.0, 9483.0, 9509.0, 9456.0, 9483.0, 9476.0, 9485.0, 9483.0, 9447.0, 9487.0, 9483.0, 9441.0, 9456.0, 9456.0, 9435.0, 9448.0, 9411.0, 9406.0, 9413.0, 9402.0, 9438.0, 9452.0, 9407.0, 9455.0, 9457.0, 9455.0, 9454.0, 9444.0, 9458.0, 9462.0, 9463.0, 9462.0, 9459.0, 9495.0, 9507.0, 9487.0, 9496.0, 9482.0, 9471.0, 9437.0, 9462.0, 9455.0, 9472.0, 9495.0, 9516.0, 9517.0, 9500.0, 9439.0, 9457.0, 9472.0, 9525.0, 9448.0, 9448.0, 9472.0, 9515.0, 9466.0, 9466.0, 9469.0, 9499.0, 9476.0, 9473.0, 9487.0, 9487.0, 9445.0, 9474.0, 9488.0, 9477.0, 9489.0, 9474.0, 9457.0, 9473.0, 9475.0, 9489.0, 9501.0, 9485.0, 9479.0, 9494.0, 9493.0, 9506.0, 9496.0, 9467.0, 9497.0, 9518.0, 9492.0, 9520.0, 9473.0, 9491.0, 9495.0, 9499.0, 9486.0, 9510.0, 9490.0, 9527.0, 9559.0, 9563.0, 9549.0, 9530.0, 9545.0, 9546.0, 9572.0, 9560.0, 9597.0, 9545.0, 9587.0, 9567.0, 9523.0, 9538.0, 9534.0, 9496.0, 9507.0, 9507.0, 9545.0, 9491.0, 9524.0, 9489.0, 9460.0, 9490.0, 9498.0, 9495.0, 9478.0, 9490.0, 9467.0, 9502.0, 9473.0, 9444.0, 9482.0, 9501.0, 9516.0, 9504.0, 9550.0, 9514.0, 9529.0, 9515.0, 9508.0, 9513.0, 9526.0, 9517.0, 9556.0, 9535.0, 9577.0, 9535.0, 9574.0, 9563.0, 9540.0, 9536.0, 9499.0, 9579.0, 9536.0, 9608.0, 9569.0, 9597.0, 9535.0, 9553.0, 9540.0, 9580.0, 9606.0, 9625.0, 9575.0, 9516.0, 9536.0, 9521.0, 9519.0, 9551.0, 9552.0, 9577.0, 9555.0, 9595.0, 9572.0, 9599.0, 9570.0, 9593.0, 9595.0, 9526.0, 9511.0, 9493.0, 9492.0, 9486.0, 9501.0, 9484.0, 9549.0, 9485.0, 9502.0, 9499.0, 9531.0, 9503.0, 9486.0, 9502.0, 9503.0, 9490.0, 9480.0, 9518.0, 9569.0, 9496.0, 9544.0, 9478.0, 9487.0, 9502.0, 9443.0, 9438.0, 9487.0, 9475.0, 9491.0, 9514.0, 9513.0, 9497.0, 9486.0, 9513.0, 9496.0, 9542.0, 9496.0, 9532.0, 9546.0, 9497.0, 9564.0, 9561.0, 9550.0, 9578.0, 9629.0, 9551.0, 9576.0, 9547.0, 9534.0, 9563.0, 9529.0, 9583.0, 9576.0, 9587.0, 9565.0, 9560.0, 9541.0, 9504.0, 9523.0, 9521.0, 9560.0, 9533.0, 9503.0, 9559.0, 9525.0, 9479.0, 9494.0, 9495.0, 9502.0, 9507.0, 9545.0, 9536.0, 9496.0, 9488.0, 9454.0, 9470.0, 9471.0, 9473.0, 9478.0, 9490.0, 9487.0, 9444.0, 9475.0, 9495.0, 9483.0, 9519.0, 9502.0, 9540.0, 9527.0, 9500.0, 9543.0, 9531.0, 9564.0, 9551.0, 9591.0, 9534.0, 9562.0, 9548.0, 9559.0, 9573.0, 9572.0, 9568.0, 9536.0, 9509.0, 9538.0, 9524.0, 9534.0, 9557.0, 9565.0, 9494.0, 9522.0, 9494.0, 9523.0, 9545.0, 9529.0, 9546.0, 9558.0, 9484.0, 9516.0, 9474.0, 9519.0, 9492.0, 9503.0, 9550.0, 9546.0, 9514.0, 9533.0, 9536.0, 9508.0, 9531.0, 9537.0, 9544.0, 9516.0, 9544.0, 9484.0, 9515.0, 9491.0, 9521.0, 9493.0, 9523.0, 9524.0, 9530.0, 9564.0, 9551.0, 9569.0, 9525.0, 9521.0, 9524.0, 9526.0, 9542.0, 9515.0, 9547.0, 9592.0, 9586.0, 9510.0, 9528.0, 9550.0, 9570.0, 9548.0, 9566.0, 9559.0, 9553.0, 9525.0, 9507.0, 9537.0, 9496.0, 9550.0, 9519.0, 9546.0, 9535.0, 9543.0, 9549.0, 9556.0, 9550.0, 9590.0, 9566.0, 9522.0, 9553.0, 9535.0, 9565.0, 9545.0, 9553.0, 9551.0, 9559.0, 9522.0, 9526.0, 9544.0, 9524.0, 9543.0, 9544.0, 9572.0, 9538.0, 9536.0, 9500.0, 9528.0, 9498.0, 9544.0, 9554.0, 9569.0, 9538.0, 9523.0, 9535.0, 9535.0, 9497.0, 9519.0, 9516.0, 9533.0, 9500.0, 9506.0, 9568.0, 9540.0, 9569.0, 9577.0, 9571.0, 9525.0, 9555.0, 9567.0, 9527.0, 9536.0, 9548.0, 9546.0, 9546.0, 9547.0, 9539.0, 9519.0, 9522.0, 9480.0, 9524.0, 9536.0, 9489.0, 9520.0, 9505.0, 9535.0, 9517.0, 9484.0, 9516.0, 9487.0, 9535.0, 9519.0, 9553.0, 9512.0, 9537.0, 9542.0, 9542.0, 9525.0, 9542.0, 9540.0, 9533.0, 9547.0, 9506.0, 9569.0, 9576.0, 9573.0, 9577.0, 9546.0, 9558.0, 9483.0, 9522.0, 9531.0, 9550.0, 9553.0, 9564.0, 9527.0, 9526.0, 9511.0, 9511.0, 9496.0, 9481.0, 9526.0, 9511.0, 9497.0, 9514.0, 9519.0, 9557.0, 9574.0, 9544.0, 9532.0, 9517.0, 9478.0, 9530.0, 9525.0, 9557.0, 9535.0, 9532.0, 9559.0, 9509.0, 9490.0, 9540.0, 9521.0, 9561.0, 9574.0, 9580.0, 9558.0, 9552.0, 9549.0, 9534.0, 9508.0, 9557.0, 9506.0, 9535.0, 9503.0, 9530.0, 9515.0, 9509.0, 9508.0, 9482.0, 9512.0, 9512.0, 9527.0, 9513.0, 9511.0, 9498.0, 9511.0, 9482.0, 9513.0, 9486.0, 9521.0, 9501.0, 9517.0, 9499.0, 9518.0, 9480.0, 9516.0, 9488.0, 9504.0, 9503.0, 9501.0, 9506.0, 9516.0, 9505.0, 9523.0, 9508.0, 9537.0, 9477.0, 9527.0, 9497.0, 9542.0, 9537.0, 9540.0, 9556.0, 9556.0, 9576.0, 9596.0, 9608.0, 9571.0, 9516.0, 9531.0, 9511.0, 9553.0, 9562.0, 9600.0, 9594.0, 9590.0, 9541.0, 9517.0, 9495.0, 9483.0, 9482.0, 9511.0, 9511.0, 9493.0, 9482.0, 9506.0, 9513.0, 9502.0, 9501.0, 9519.0, 9498.0, 9501.0, 9498.0, 9478.0, 9495.0, 9508.0, 9481.0, 9536.0, 9478.0, 9491.0, 9453.0, 9486.0, 9452.0, 9478.0, 9461.0, 9442.0, 9459.0, 9459.0, 9444.0, 9458.0, 9444.0, 9461.0, 9469.0, 9465.0, 9477.0, 9462.0, 9449.0, 9478.0, 9454.0, 9489.0, 9502.0, 9493.0, 9503.0, 9523.0, 9470.0, 9497.0, 9469.0, 9513.0, 9506.0, 9508.0, 9510.0, 9526.0, 9514.0, 9517.0, 9486.0, 9488.0, 9492.0, 9545.0, 9521.0, 9530.0, 9521.0, 9491.0, 9506.0, 9509.0, 9534.0, 9552.0, 9518.0, 9494.0, 9490.0, 9504.0, 9606.0, 9592.0, 9557.0, 9562.0, 9553.0, 9573.0, 9567.0, 9552.0, 9557.0, 9534.0, 9474.0, 9477.0, 9475.0, 9504.0, 9479.0, 9509.0, 9458.0, 9500.0, 9515.0, 9521.0, 9490.0, 9521.0, 9504.0, 9538.0, 9553.0, 9568.0, 9542.0, 9549.0, 9528.0, 9589.0, 9561.0, 9575.0, 9556.0, 9574.0, 9540.0, 9561.0, 9546.0, 9559.0, 9539.0, 9558.0, 9537.0, 9555.0, 9518.0, 9520.0, 9498.0, 9503.0, 9533.0, 9525.0, 9463.0, 9493.0, 9482.0, 9515.0, 9495.0, 9511.0, 9505.0, 9507.0, 9550.0, 9495.0, 9507.0, 9523.0, 9495.0, 9561.0, 9533.0, 9483.0, 9481.0, 9514.0, 9558.0, 9524.0, 9454.0, 9474.0, 9469.0, 9482.0, 9498.0, 9509.0, 9542.0, 9531.0, 9532.0, 9462.0, 9482.0, 9491.0, 9491.0, 9508.0, 9513.0, 9543.0, 9484.0, 9444.0, 9485.0, 9474.0, 9464.0, 9472.0, 9487.0, 9492.0, 9489.0, 9494.0, 9449.0, 9482.0, 9472.0, 9487.0, 9533.0, 9524.0, 9477.0, 9458.0, 9471.0, 9496.0, 9506.0, 9493.0, 9492.0, 9493.0, 9501.0, 9523.0, 9526.0, 9563.0, 9542.0, 9563.0, 9592.0, 9565.0, 9520.0, 9554.0, 9549.0, 9568.0, 9593.0, 9577.0, 9579.0, 9548.0, 9572.0, 9539.0, 9544.0, 9527.0, 9543.0, 9563.0, 9551.0, 9580.0, 9562.0, 9507.0, 9533.0, 9506.0, 9537.0, 9534.0, 9549.0, 9554.0, 9611.0, 9533.0, 9559.0, 9531.0, 9545.0, 9564.0, 9532.0, 9571.0, 9595.0, 9593.0, 9514.0, 9541.0, 9511.0, 9532.0, 9500.0, 9527.0, 9559.0, 9590.0, 9555.0, 9529.0, 9569.0, 9573.0, 9547.0, 9542.0, 9557.0, 9540.0, 9526.0, 9588.0, 9544.0, 9522.0, 9523.0, 9558.0, 9553.0, 9540.0, 9558.0, 9516.0, 9549.0, 9537.0, 9516.0, 9477.0, 9459.0, 9475.0, 9463.0, 9493.0, 9507.0, 9511.0, 9520.0, 9521.0, 9509.0, 9505.0, 9457.0, 9488.0, 9471.0, 9467.0, 9484.0, 9520.0, 9491.0, 9480.0, 9510.0, 9481.0, 9512.0, 9521.0, 9507.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.005928909299655568</td></tr>
<tr><td colspan=3>aqi</td><td>0.04803586349024109</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.32592349218387</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1848359511034472</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0507195187586216</td></tr>
<tr><td colspan=3>efc</td><td>0.4667</td></tr>
<tr><td colspan=3>fber</td><td>7092.7954</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1860437891747946</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>230</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>26.40642939150402</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5930354122883017</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4508233961132713</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.913575475989493</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.414707364762141</td></tr>
<tr><td colspan=3>gcor</td><td>0.0144004</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015982327982783318</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.030683692544698715</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9457164504518367</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>33.2154</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.6497</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>157.9466</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300354.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>720.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>312.1733</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1912</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>572.1969</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3486.8705</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3681.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76190.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1230.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4581.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>932.9043</td></tr>
<tr><td colspan=3>tsnr</td><td>28.306466678681318</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>