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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0105_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-0105/figures/sub-0105_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0105/figures/sub-0105_ses-01_task-social_acq-mb8_run-01_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-0105/figures/sub-0105_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0105/figures/sub-0105_ses-01_task-social_acq-mb8_run-01_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-0105/ses-01/func/sub-0105_ses-01_task-social_acq-mb8_run-01_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>72f2937f5553289664e73d85b2f7bfcc</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:53:32.790000</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.999247, -0.00475115, 0.0385139, 0.00470886, 0.999988, 0.00118865]</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-01_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.126362</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4214, -7778, -7261, 213, -166, -118, -44, 54]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>283.487</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f30e366b-ac72-4c5a-a3c5-fe1bf31ddbd8||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.680906057357788, 0.01263353694230318, 0.10400142520666122, 109.97582244873047], [0.012746994383633137, 2.6828951835632324, 0.002717273775488138, -91.49797058105469], [0.1033298522233963, -0.0031890596728771925, 2.6979949474334717, -69.73649597167969], [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': ['185332.790000', '185333.250000', '185333.710000', '185334.170000', '185334.630000', '185335.090000', '185335.550000', '185336.010000', '185336.470000', '185336.930000', '185337.390000', '185337.850000', '185338.310000', '185338.770000', '185339.230000', '185339.690000', '185340.150000', '185340.610000', '185341.070000', '185341.530000', '185341.990000', '185342.450000', '185342.910000', '185343.370000', '185343.830000', '185344.290000', '185344.750000', '185345.210000', '185345.670000', '185346.130000', '185346.590000', '185347.050000', '185347.510000', '185347.970000', '185348.430000', '185348.890000', '185349.350000', '185349.810000', '185350.270000', '185350.730000', '185351.190000', '185351.650000', '185352.110000', '185352.570000', '185353.030000', '185353.490000', '185353.950000', '185354.410000', '185354.870000', '185355.330000', '185355.790000', '185356.250000', '185356.710000', '185357.170000', '185357.630000', '185358.090000', '185358.550000', '185359.010000', '185359.470000', '185359.930000', '185400.390000', '185400.850000', '185401.310000', '185401.770000', '185402.230000', '185402.690000', '185403.150000', '185403.610000', '185404.070000', '185404.530000', '185404.990000', '185405.450000', '185405.910000', '185406.370000', '185406.830000', '185407.290000', '185407.750000', '185408.210000', '185408.670000', '185409.130000', '185409.590000', '185410.050000', '185410.510000', '185410.970000', '185411.430000', '185411.890000', '185412.350000', '185412.810000', '185413.270000', '185413.730000', '185414.190000', '185414.650000', '185415.110000', '185415.570000', '185416.030000', '185416.490000', '185416.950000', '185417.410000', '185417.870000', '185418.330000', '185418.790000', '185419.250000', '185419.710000', '185420.170000', '185420.630000', '185421.090000', '185421.550000', '185422.010000', '185422.470000', '185422.930000', '185423.390000', '185423.850000', '185424.310000', '185424.770000', '185425.230000', '185425.690000', '185426.150000', '185426.610000', '185427.070000', '185427.530000', '185427.990000', '185428.450000', '185428.910000', '185429.370000', '185429.830000', '185430.290000', '185430.750000', '185431.210000', '185431.670000', '185432.130000', '185432.590000', '185433.050000', '185433.510000', '185433.970000', '185434.430000', '185434.890000', '185435.350000', '185435.810000', '185436.270000', '185436.730000', '185437.190000', '185437.650000', '185438.110000', '185438.570000', '185439.030000', '185439.490000', '185439.950000', '185440.410000', '185440.870000', '185441.330000', '185441.790000', '185442.250000', '185442.710000', '185443.170000', '185443.630000', '185444.090000', '185444.550000', '185445.010000', '185445.470000', '185445.930000', '185446.390000', '185446.850000', '185447.310000', '185447.770000', '185448.230000', '185448.690000', '185449.150000', '185449.610000', '185450.070000', '185450.530000', '185450.990000', '185451.450000', '185451.910000', '185452.370000', '185452.830000', '185453.290000', '185453.750000', '185454.210000', '185454.670000', '185455.130000', '185455.590000', '185456.050000', '185456.510000', '185456.970000', '185457.430000', '185457.890000', '185458.350000', '185458.810000', '185459.270000', '185459.730000', '185500.190000', '185500.650000', '185501.110000', '185501.570000', '185502.030000', '185502.490000', '185502.950000', '185503.410000', '185503.870000', '185504.330000', '185504.790000', '185505.250000', '185505.710000', '185506.170000', '185506.630000', '185507.090000', '185507.550000', '185508.010000', '185508.470000', '185508.930000', '185509.390000', '185509.850000', '185510.310000', '185510.770000', '185511.230000', '185511.690000', '185512.150000', '185512.610000', '185513.070000', '185513.530000', '185513.990000', '185514.450000', '185514.910000', '185515.370000', '185515.830000', '185516.290000', '185516.750000', '185517.210000', '185517.670000', '185518.130000', '185518.590000', '185519.050000', '185519.510000', '185519.970000', '185520.430000', '185520.890000', '185521.350000', '185521.810000', '185522.270000', '185522.730000', '185523.190000', '185523.650000', '185524.110000', '185524.570000', '185525.030000', '185525.490000', '185525.950000', '185526.410000', '185526.870000', '185527.330000', '185527.790000', '185528.250000', '185528.710000', '185529.170000', '185529.630000', '185530.090000', '185530.550000', '185531.010000', '185531.470000', '185531.930000', '185532.390000', '185532.850000', '185533.310000', '185533.770000', '185534.230000', '185534.690000', '185535.150000', '185535.610000', '185536.070000', '185536.530000', '185536.990000', '185537.450000', '185537.910000', '185538.370000', '185538.830000', '185539.290000', '185539.750000', '185540.210000', '185540.670000', '185541.130000', '185541.590000', '185542.050000', '185542.510000', '185542.970000', '185543.430000', '185543.890000', '185544.350000', '185544.810000', '185545.270000', '185545.730000', '185546.190000', '185546.650000', '185547.110000', '185547.570000', '185548.030000', '185548.490000', '185548.950000', '185549.410000', '185549.870000', '185550.330000', '185550.790000', '185551.250000', '185551.710000', '185552.170000', '185552.630000', '185553.090000', '185553.550000', '185554.010000', '185554.470000', '185554.930000', '185555.390000', '185555.850000', '185556.310000', '185556.770000', '185557.230000', '185557.690000', '185558.150000', '185558.610000', '185559.070000', '185559.530000', '185559.990000', '185600.450000', '185600.910000', '185601.370000', '185601.830000', '185602.290000', '185602.750000', '185603.210000', '185603.670000', '185604.130000', '185604.590000', '185605.050000', '185605.510000', '185605.970000', '185606.430000', '185606.890000', '185607.350000', '185607.810000', '185608.270000', '185608.730000', '185609.190000', '185609.650000', '185610.110000', '185610.570000', '185611.030000', '185611.490000', '185611.950000', '185612.410000', '185612.870000', '185613.330000', '185613.790000', '185614.250000', '185614.710000', '185615.170000', '185615.630000', '185616.090000', '185616.550000', '185617.010000', '185617.470000', '185617.930000', '185618.390000', '185618.850000', '185619.310000', '185619.770000', '185620.230000', '185620.690000', '185621.150000', '185621.610000', '185622.070000', '185622.530000', '185622.990000', '185623.450000', '185623.910000', '185624.370000', '185624.830000', '185625.290000', '185625.750000', '185626.210000', '185626.670000', '185627.130000', '185627.590000', '185628.050000', '185628.510000', '185628.970000', '185629.430000', '185629.890000', '185630.350000', '185630.810000', '185631.270000', '185631.730000', '185632.190000', '185632.650000', '185633.110000', '185633.570000', '185634.030000', '185634.490000', '185634.950000', '185635.410000', '185635.870000', '185636.330000', '185636.790000', '185637.250000', '185637.710000', '185638.170000', '185638.630000', '185639.090000', '185639.550000', '185640.010000', '185640.470000', '185640.930000', '185641.390000', '185641.850000', '185642.310000', '185642.770000', '185643.230000', '185643.690000', '185644.150000', '185644.610000', '185645.070000', '185645.530000', '185645.990000', '185646.450000', '185646.910000', '185647.370000', '185647.830000', '185648.290000', '185648.750000', '185649.210000', '185649.670000', '185650.130000', '185650.590000', '185651.050000', '185651.510000', '185651.970000', '185652.430000', '185652.890000', '185653.350000', '185653.810000', '185654.270000', '185654.730000', '185655.190000', '185655.650000', '185656.110000', '185656.570000', '185657.030000', '185657.490000', '185657.950000', '185658.410000', '185658.870000', '185659.330000', '185659.790000', '185700.250000', '185700.710000', '185701.170000', '185701.630000', '185702.090000', '185702.550000', '185703.010000', '185703.470000', '185703.930000', '185704.390000', '185704.850000', '185705.310000', '185705.770000', '185706.230000', '185706.690000', '185707.150000', '185707.610000', '185708.070000', '185708.530000', '185708.990000', '185709.450000', '185709.910000', '185710.370000', '185710.830000', '185711.290000', '185711.750000', '185712.210000', '185712.670000', '185713.130000', '185713.590000', '185714.050000', '185714.510000', '185714.970000', '185715.430000', '185715.890000', '185716.350000', '185716.810000', '185717.270000', '185717.730000', '185718.190000', '185718.650000', '185719.110000', '185719.570000', '185720.030000', '185720.490000', '185720.950000', '185721.410000', '185721.870000', '185722.330000', '185722.790000', '185723.250000', '185723.710000', '185724.170000', '185724.630000', '185725.090000', '185725.550000', '185726.010000', '185726.470000', '185726.930000', '185727.390000', '185727.850000', '185728.310000', '185728.770000', '185729.230000', '185729.690000', '185730.150000', '185730.610000', '185731.070000', '185731.530000', '185731.990000', '185732.450000', '185732.910000', '185733.370000', '185733.830000', '185734.290000', '185734.750000', '185735.210000', '185735.670000', '185736.130000', '185736.590000', '185737.050000', '185737.510000', '185737.970000', '185738.430000', '185738.890000', '185739.350000', '185739.810000', '185740.270000', '185740.730000', '185741.190000', '185741.650000', '185742.110000', '185742.570000', '185743.030000', '185743.490000', '185743.950000', '185744.410000', '185744.870000', '185745.330000', '185745.790000', '185746.250000', '185746.710000', '185747.170000', '185747.630000', '185748.090000', '185748.550000', '185749.010000', '185749.470000', '185749.930000', '185750.390000', '185750.850000', '185751.310000', '185751.770000', '185752.230000', '185752.690000', '185753.150000', '185753.610000', '185754.070000', '185754.530000', '185754.990000', '185755.450000', '185755.910000', '185756.370000', '185756.830000', '185757.290000', '185757.750000', '185758.210000', '185758.670000', '185759.130000', '185759.590000', '185800.050000', '185800.510000', '185800.970000', '185801.430000', '185801.890000', '185802.350000', '185802.810000', '185803.270000', '185803.730000', '185804.190000', '185804.650000', '185805.110000', '185805.570000', '185806.030000', '185806.490000', '185806.950000', '185807.410000', '185807.870000', '185808.330000', '185808.790000', '185809.250000', '185809.710000', '185810.170000', '185810.630000', '185811.090000', '185811.550000', '185812.010000', '185812.470000', '185812.930000', '185813.390000', '185813.850000', '185814.310000', '185814.770000', '185815.230000', '185815.690000', '185816.150000', '185816.610000', '185817.070000', '185817.530000', '185817.990000', '185818.450000', '185818.910000', '185819.370000', '185819.830000', '185820.290000', '185820.750000', '185821.210000', '185821.670000', '185822.130000', '185822.590000', '185823.050000', '185823.510000', '185823.970000', '185824.430000', '185824.890000', '185825.350000', '185825.810000', '185826.270000', '185826.730000', '185827.190000', '185827.650000', '185828.110000', '185828.570000', '185829.030000', '185829.490000', '185829.950000', '185830.410000', '185830.870000', '185831.330000', '185831.790000', '185832.250000', '185832.710000', '185833.170000', '185833.630000', '185834.090000', '185834.550000', '185835.010000', '185835.470000', '185835.930000', '185836.390000', '185836.850000', '185837.310000', '185837.770000', '185838.230000', '185838.690000', '185839.150000', '185839.610000', '185840.070000', '185840.530000', '185840.990000', '185841.450000', '185841.910000', '185842.370000', '185842.830000', '185843.290000', '185843.750000', '185844.210000', '185844.670000', '185845.130000', '185845.590000', '185846.050000', '185846.510000', '185846.970000', '185847.430000', '185847.890000', '185848.350000', '185848.810000', '185849.270000', '185849.730000', '185850.190000', '185850.650000', '185851.110000', '185851.570000', '185852.030000', '185852.490000', '185852.950000', '185853.410000', '185853.870000', '185854.330000', '185854.790000', '185855.250000', '185855.710000', '185856.170000', '185856.630000', '185857.090000', '185857.550000', '185858.010000', '185858.470000', '185858.930000', '185859.390000', '185859.850000', '185900.310000', '185900.770000', '185901.230000', '185901.690000', '185902.150000', '185902.610000', '185903.070000', '185903.530000', '185903.990000', '185904.450000', '185904.910000', '185905.370000', '185905.830000', '185906.290000', '185906.750000', '185907.210000', '185907.670000', '185908.130000', '185908.590000', '185909.050000', '185909.510000', '185909.970000', '185910.430000', '185910.890000', '185911.350000', '185911.810000', '185912.270000', '185912.730000', '185913.190000', '185913.650000', '185914.110000', '185914.570000', '185915.030000', '185915.490000', '185915.950000', '185916.410000', '185916.870000', '185917.330000', '185917.790000', '185918.250000', '185918.710000', '185919.170000', '185919.630000', '185920.090000', '185920.550000', '185921.010000', '185921.470000', '185921.930000', '185922.390000', '185922.850000', '185923.310000', '185923.770000', '185924.230000', '185924.690000', '185925.150000', '185925.610000', '185926.070000', '185926.530000', '185926.990000', '185927.450000', '185927.910000', '185928.370000', '185928.830000', '185929.290000', '185929.750000', '185930.210000', '185930.670000', '185931.130000', '185931.590000', '185932.050000', '185932.510000', '185932.970000', '185933.430000', '185933.890000', '185934.350000', '185934.810000', '185935.270000', '185935.730000', '185936.190000', '185936.650000', '185937.110000', '185937.570000', '185938.030000', '185938.490000', '185938.950000', '185939.410000', '185939.870000', '185940.330000', '185940.790000', '185941.250000', '185941.710000', '185942.170000', '185942.630000', '185943.090000', '185943.550000', '185944.010000', '185944.470000', '185944.930000', '185945.390000', '185945.850000', '185946.310000', '185946.770000', '185947.230000', '185947.690000', '185948.150000', '185948.610000', '185949.070000', '185949.530000', '185949.990000', '185950.450000', '185950.910000', '185951.370000', '185951.830000', '185952.290000', '185952.750000', '185953.210000', '185953.670000', '185954.130000', '185954.590000', '185955.050000', '185955.510000', '185955.970000', '185956.430000', '185956.890000', '185957.350000', '185957.810000', '185958.270000', '185958.730000', '185959.190000', '185959.650000', '190000.110000', '190000.570000', '190001.030000', '190001.490000', '190001.950000', '190002.410000', '190002.870000', '190003.330000', '190003.790000', '190004.250000', '190004.710000', '190005.170000', '190005.630000', '190006.090000', '190006.550000', '190007.010000', '190007.470000', '190007.930000', '190008.390000', '190008.850000', '190009.310000', '190009.770000', '190010.230000', '190010.690000', '190011.150000', '190011.610000', '190012.070000', '190012.530000', '190012.990000', '190013.450000'], 'ContentTime': ['185353.143000', '185353.146000', '185353.149000', '185353.152000', '185353.154000', '185353.157000', '185353.159000', '185353.162000', '185353.165000', '185353.168000', '185353.170000', '185353.173000', '185353.175000', '185353.178000', '185353.186000', '185353.189000', '185353.192000', '185353.194000', '185353.197000', '185353.199000', '185353.202000', '185353.205000', '185353.207000', '185353.210000', '185353.212000', '185353.222000', '185353.225000', '185353.228000', '185353.230000', '185353.233000', '185353.235000', '185353.238000', '185353.241000', '185353.243000', '185353.246000', '185353.248000', '185353.251000', '185353.254000', '185353.256000', '185353.259000', '185353.261000', '185413.115000', '185413.118000', '185413.120000', '185413.123000', '185413.125000', '185413.128000', '185413.131000', '185413.133000', '185413.136000', '185413.138000', '185413.141000', '185413.144000', '185413.146000', '185413.149000', '185413.152000', '185413.154000', '185413.157000', '185413.159000', '185413.162000', '185413.164000', '185413.167000', '185413.170000', '185413.172000', '185413.175000', '185413.177000', '185413.180000', '185413.182000', '185413.185000', '185413.188000', '185413.190000', '185413.193000', '185413.196000', '185413.198000', '185413.201000', '185413.203000', '185413.206000', '185413.209000', '185413.211000', '185413.214000', '185413.217000', '185413.219000', '185413.222000', '185413.224000', '185433.114000', '185433.117000', '185433.120000', '185433.123000', '185433.125000', '185433.128000', '185433.130000', '185433.133000', '185433.136000', '185433.138000', '185433.141000', '185433.143000', '185433.146000', '185433.149000', '185433.161000', '185433.163000', '185433.166000', '185433.168000', '185433.171000', '185433.174000', '185433.176000', '185433.179000', '185433.181000', '185433.184000', '185433.187000', '185433.189000', '185433.192000', '185433.194000', '185433.197000', '185433.200000', '185433.202000', '185433.205000', '185433.208000', '185433.210000', '185433.213000', '185433.215000', '185433.218000', '185433.221000', '185433.223000', '185433.226000', '185433.228000', '185433.231000', '185433.234000', '185433.236000', '185453.113000', '185453.117000', '185453.119000', '185453.122000', '185453.125000', '185453.127000', '185453.130000', '185453.133000', '185453.135000', '185453.138000', '185453.140000', '185453.143000', '185453.146000', '185453.149000', '185453.151000', '185453.154000', '185453.157000', '185453.160000', '185453.162000', '185453.165000', '185453.167000', '185453.170000', '185453.173000', '185453.175000', '185453.178000', '185453.181000', '185453.183000', '185453.186000', '185453.189000', '185453.197000', '185453.200000', '185453.203000', '185453.206000', '185453.209000', '185453.211000', '185453.214000', '185453.217000', '185453.219000', '185453.222000', '185453.224000', '185453.227000', '185453.230000', '185453.232000', '185513.114000', '185513.117000', '185513.120000', '185513.122000', '185513.125000', '185513.128000', '185513.130000', '185513.133000', '185513.135000', '185513.138000', '185513.140000', '185513.143000', '185513.146000', '185513.148000', '185513.151000', '185513.153000', '185513.156000', '185513.159000', '185513.161000', '185513.164000', '185513.166000', '185513.169000', '185513.171000', '185513.174000', '185513.177000', '185513.179000', '185513.182000', '185513.185000', '185513.187000', '185513.190000', '185513.192000', '185513.195000', '185513.198000', '185513.200000', '185513.203000', '185513.205000', '185513.208000', '185513.211000', '185513.213000', '185513.216000', '185513.218000', '185513.221000', '185513.223000', '185513.226000', '185533.115000', '185533.117000', '185533.120000', '185533.123000', '185533.125000', '185533.128000', '185533.131000', '185533.133000', '185533.136000', '185533.138000', '185533.141000', '185533.144000', '185533.146000', '185533.149000', '185533.151000', '185533.154000', '185533.157000', '185533.159000', '185533.162000', '185533.165000', '185533.167000', '185533.170000', '185533.172000', '185533.175000', '185533.178000', '185533.180000', '185533.183000', '185533.186000', '185533.188000', '185533.191000', '185533.194000', '185533.196000', '185533.199000', '185533.202000', '185533.204000', '185533.207000', '185533.210000', '185533.213000', '185533.215000', '185533.218000', '185533.221000', '185533.223000', '185533.226000', '185553.114000', '185553.117000', '185553.120000', '185553.123000', '185553.125000', '185553.128000', '185553.130000', '185553.133000', '185553.136000', '185553.138000', '185553.141000', '185553.144000', '185553.146000', '185553.149000', '185553.151000', '185553.154000', '185553.157000', '185553.159000', '185553.162000', '185553.165000', '185553.167000', '185553.170000', '185553.172000', '185553.175000', '185553.178000', '185553.180000', '185553.183000', '185553.186000', '185553.188000', '185553.191000', '185553.194000', '185553.196000', '185553.199000', '185553.201000', '185553.204000', '185553.207000', '185553.209000', '185553.212000', '185553.214000', '185553.217000', '185553.220000', '185553.222000', '185553.225000', '185553.227000', '185613.114000', '185613.118000', '185613.120000', '185613.123000', '185613.125000', '185613.128000', '185613.131000', '185613.133000', '185613.136000', '185613.149000', '185613.151000', '185613.154000', '185613.156000', '185613.159000', '185613.162000', '185613.164000', '185613.167000', '185613.170000', '185613.172000', '185613.175000', '185613.177000', '185613.180000', '185613.183000', '185613.185000', '185613.188000', '185613.191000', '185613.194000', '185613.196000', '185613.200000', '185613.203000', '185613.205000', '185613.208000', '185613.211000', '185613.213000', '185613.216000', '185613.218000', '185613.237000', '185613.239000', '185613.242000', '185613.246000', '185613.248000', '185613.251000', '185613.253000', '185633.115000', '185633.117000', '185633.121000', '185633.123000', '185633.126000', '185633.128000', '185633.131000', '185633.134000', '185633.136000', '185633.139000', '185633.142000', '185633.145000', '185633.147000', '185633.150000', '185633.152000', '185633.155000', '185633.157000', '185633.160000', '185633.163000', '185633.165000', '185633.168000', '185633.170000', '185633.174000', '185633.176000', '185633.179000', '185633.181000', '185633.184000', '185633.187000', '185633.189000', '185633.192000', '185633.195000', '185633.197000', '185633.200000', '185633.202000', '185633.205000', '185633.208000', '185633.210000', '185633.213000', '185633.216000', '185633.218000', '185633.221000', '185633.223000', '185633.226000', '185633.229000', '185653.115000', '185653.117000', '185653.120000', '185653.123000', '185653.126000', '185653.128000', '185653.131000', '185653.133000', '185653.136000', '185653.138000', '185653.141000', '185653.144000', '185653.146000', '185653.149000', '185653.151000', '185653.154000', '185653.157000', '185653.159000', '185653.162000', '185653.164000', '185653.167000', '185653.170000', '185653.172000', '185653.175000', '185653.178000', '185653.180000', '185653.183000', '185653.185000', '185653.188000', '185653.191000', '185653.193000', '185653.196000', '185653.199000', '185653.201000', '185653.204000', '185653.206000', '185653.209000', '185653.212000', '185653.214000', '185653.217000', '185653.220000', '185653.223000', '185653.226000', '185713.114000', '185713.117000', '185713.119000', '185713.122000', '185713.124000', '185713.127000', '185713.130000', '185713.132000', '185713.135000', '185713.138000', '185713.140000', '185713.143000', '185713.145000', '185713.148000', '185713.151000', '185713.153000', '185713.156000', '185713.159000', '185713.161000', '185713.164000', '185713.166000', '185713.169000', '185713.172000', '185713.174000', '185713.177000', '185713.179000', '185713.182000', '185713.184000', '185713.187000', '185713.190000', '185713.192000', '185713.195000', '185713.198000', '185713.200000', '185713.203000', '185713.205000', '185713.208000', '185713.211000', '185713.213000', '185713.216000', '185713.218000', '185713.221000', '185713.224000', '185713.226000', '185733.114000', '185733.117000', '185733.120000', '185733.123000', '185733.125000', '185733.128000', '185733.130000', '185733.133000', '185733.136000', '185733.138000', '185733.141000', '185733.144000', '185733.146000', '185733.149000', '185733.151000', '185733.154000', '185733.157000', '185733.159000', '185733.162000', '185733.165000', '185733.167000', '185733.170000', '185733.172000', '185733.175000', '185733.178000', '185733.180000', '185733.183000', '185733.193000', '185733.195000', '185733.198000', '185733.200000', '185733.203000', '185733.206000', '185733.210000', '185733.227000', '185733.230000', '185733.232000', '185733.235000', '185733.238000', '185733.240000', '185733.243000', '185733.246000', '185733.248000', '185753.114000', '185753.117000', '185753.120000', '185753.122000', '185753.125000', '185753.128000', '185753.130000', '185753.133000', '185753.136000', '185753.138000', '185753.141000', '185753.143000', '185753.146000', '185753.149000', '185753.151000', '185753.154000', '185753.157000', '185753.159000', '185753.162000', '185753.165000', '185753.167000', '185753.170000', '185753.172000', '185753.175000', '185753.178000', '185753.180000', '185753.183000', '185753.186000', '185753.188000', '185753.191000', '185753.194000', '185753.196000', '185753.199000', '185753.202000', '185753.204000', '185753.207000', '185753.209000', '185753.212000', '185753.215000', '185753.217000', '185753.220000', '185753.222000', '185753.225000', '185753.228000', '185813.115000', '185813.117000', '185813.120000', '185813.123000', '185813.126000', '185813.128000', '185813.131000', '185813.133000', '185813.136000', '185813.139000', '185813.141000', '185813.144000', '185813.146000', '185813.149000', '185813.152000', '185813.154000', '185813.157000', '185813.159000', '185813.162000', '185813.165000', '185813.167000', '185813.170000', '185813.173000', '185813.175000', '185813.178000', '185813.180000', '185813.183000', '185813.186000', '185813.188000', '185813.191000', '185813.194000', '185813.196000', '185813.199000', '185813.201000', '185813.204000', '185813.207000', '185813.209000', '185813.212000', '185813.215000', '185813.217000', '185813.220000', '185813.223000', '185813.225000', '185833.114000', '185833.117000', '185833.120000', '185833.123000', '185833.125000', '185833.128000', '185833.131000', '185833.133000', '185833.136000', '185833.139000', '185833.141000', '185833.144000', '185833.147000', '185833.149000', '185833.152000', '185833.155000', '185833.157000', '185833.160000', '185833.163000', '185833.165000', '185833.168000', '185833.171000', '185833.173000', '185833.176000', '185833.179000', '185833.181000', '185833.184000', '185833.187000', '185833.189000', '185833.192000', '185833.194000', '185833.197000', '185833.200000', '185833.202000', '185833.205000', '185833.208000', '185833.210000', '185833.213000', '185833.215000', '185833.218000', '185833.221000', '185833.223000', '185833.226000', '185833.229000', '185853.114000', '185853.118000', '185853.120000', '185853.123000', '185853.125000', '185853.128000', '185853.131000', '185853.133000', '185853.136000', '185853.139000', '185853.141000', '185853.144000', '185853.147000', '185853.149000', '185853.152000', '185853.154000', '185853.157000', '185853.160000', '185853.162000', '185853.165000', '185853.167000', '185853.170000', '185853.173000', '185853.175000', '185853.178000', '185853.181000', '185853.183000', '185853.186000', '185853.188000', '185853.191000', '185853.194000', '185853.197000', '185853.199000', '185853.202000', '185853.204000', '185853.207000', '185853.210000', '185853.213000', '185853.215000', '185853.218000', '185853.220000', '185853.223000', '185853.226000', '185913.115000', '185913.131000', '185913.134000', '185913.136000', '185913.139000', '185913.141000', '185913.144000', '185913.147000', '185913.149000', '185913.152000', '185913.155000', '185913.157000', '185913.160000', '185913.163000', '185913.165000', '185913.168000', '185913.171000', '185913.173000', '185913.176000', '185913.179000', '185913.181000', '185913.184000', '185913.186000', '185913.189000', '185913.192000', '185913.194000', '185913.197000', '185913.199000', '185913.202000', '185913.205000', '185913.207000', '185913.210000', '185913.213000', '185913.215000', '185913.218000', '185913.220000', '185913.223000', '185913.225000', '185913.228000', '185913.231000', '185913.233000', '185913.236000', '185913.239000', '185913.241000', '185933.114000', '185933.116000', '185933.119000', '185933.122000', '185933.124000', '185933.127000', '185933.130000', '185933.132000', '185933.135000', '185933.138000', '185933.140000', '185933.143000', '185933.146000', '185933.148000', '185933.151000', '185933.153000', '185933.156000', '185933.159000', '185933.161000', '185933.164000', '185933.166000', '185933.169000', '185933.172000', '185933.174000', '185933.177000', '185933.180000', '185933.182000', '185933.185000', '185933.187000', '185933.190000', '185933.193000', '185933.195000', '185933.198000', '185933.201000', '185933.203000', '185933.206000', '185933.209000', '185933.211000', '185933.214000', '185933.216000', '185933.219000', '185933.222000', '185933.224000', '185953.115000', '185953.118000', '185953.121000', '185953.124000', '185953.128000', '185953.130000', '185953.133000', '185953.136000', '185953.138000', '185953.141000', '185953.144000', '185953.147000', '185953.149000', '185953.156000', '185953.158000', '185953.161000', '185953.163000', '185953.166000', '185953.169000', '185953.171000', '185953.174000', '185953.177000', '185953.180000', '185953.182000', '185953.185000', '185953.187000', '185953.190000', '185953.193000', '185953.195000', '185953.198000', '185953.201000', '185953.203000', '185953.206000', '185953.209000', '185953.211000', '185953.214000', '185953.217000', '185953.219000', '185953.222000', '185953.225000', '185953.227000', '185953.230000', '185953.232000', '185953.235000', '190013.115000', '190013.117000', '190013.120000', '190013.123000', '190013.125000', '190013.128000', '190013.131000', '190013.133000', '190013.136000', '190013.138000', '190013.141000', '190013.144000', '190013.146000', '190013.149000', '190013.152000', '190013.154000', '190013.157000', '190013.159000', '190013.162000', '190013.165000', '190013.167000', '190013.170000', '190013.173000', '190013.175000', '190013.178000', '190013.180000', '190013.183000', '190013.186000', '190013.189000', '190013.191000', '190013.194000', '190013.196000', '190013.199000', '190013.202000', '190013.204000', '190013.207000', '190013.210000', '190013.212000', '190013.215000', '190013.218000', '190013.220000', '190013.223000', '190013.226000', '190015.151000', '190015.154000', '190015.157000', '190015.160000', '190015.162000'], 'InstanceCreationTime': ['185353.143000', '185353.146000', '185353.149000', '185353.152000', '185353.154000', '185353.157000', '185353.159000', '185353.162000', '185353.165000', '185353.168000', '185353.170000', '185353.173000', '185353.175000', '185353.178000', '185353.186000', '185353.189000', '185353.192000', '185353.194000', '185353.197000', '185353.199000', '185353.202000', '185353.205000', '185353.207000', '185353.210000', '185353.212000', '185353.222000', '185353.225000', '185353.228000', '185353.230000', '185353.233000', '185353.235000', '185353.238000', '185353.241000', '185353.243000', '185353.246000', '185353.248000', '185353.251000', '185353.254000', '185353.256000', '185353.259000', '185353.261000', '185413.115000', '185413.118000', '185413.120000', '185413.123000', '185413.125000', '185413.128000', '185413.131000', '185413.133000', '185413.136000', '185413.138000', '185413.141000', '185413.144000', '185413.146000', '185413.149000', '185413.152000', '185413.154000', '185413.157000', '185413.159000', '185413.162000', '185413.164000', '185413.167000', '185413.170000', '185413.172000', '185413.175000', '185413.177000', '185413.180000', '185413.182000', '185413.185000', '185413.188000', '185413.190000', '185413.193000', '185413.196000', '185413.198000', '185413.201000', '185413.203000', '185413.206000', '185413.209000', '185413.211000', '185413.214000', '185413.217000', '185413.219000', '185413.222000', '185413.224000', '185433.114000', '185433.117000', '185433.120000', '185433.123000', '185433.125000', '185433.128000', '185433.130000', '185433.133000', '185433.136000', '185433.138000', '185433.141000', '185433.143000', '185433.146000', '185433.149000', '185433.161000', '185433.163000', '185433.166000', '185433.168000', '185433.171000', '185433.174000', '185433.176000', '185433.179000', '185433.181000', '185433.184000', '185433.187000', '185433.189000', '185433.192000', '185433.194000', '185433.197000', '185433.200000', '185433.202000', '185433.205000', '185433.208000', '185433.210000', '185433.213000', '185433.215000', '185433.218000', '185433.221000', '185433.223000', '185433.226000', '185433.228000', '185433.231000', '185433.234000', '185433.236000', '185453.113000', '185453.117000', '185453.119000', '185453.122000', '185453.125000', '185453.127000', '185453.130000', '185453.133000', '185453.135000', '185453.138000', '185453.140000', '185453.143000', '185453.146000', '185453.149000', '185453.151000', '185453.154000', '185453.157000', '185453.160000', '185453.162000', '185453.165000', '185453.167000', '185453.170000', '185453.173000', '185453.175000', '185453.178000', '185453.181000', '185453.183000', '185453.186000', '185453.189000', '185453.197000', '185453.200000', '185453.203000', '185453.206000', '185453.209000', '185453.211000', '185453.214000', '185453.217000', '185453.219000', '185453.222000', '185453.224000', '185453.227000', '185453.230000', '185453.232000', '185513.114000', '185513.117000', '185513.120000', '185513.122000', '185513.125000', '185513.128000', '185513.130000', '185513.133000', '185513.135000', '185513.138000', '185513.140000', '185513.143000', '185513.146000', '185513.148000', '185513.151000', '185513.153000', '185513.156000', '185513.159000', '185513.161000', '185513.164000', '185513.166000', '185513.169000', '185513.171000', '185513.174000', '185513.177000', '185513.179000', '185513.182000', '185513.185000', '185513.187000', '185513.190000', '185513.192000', '185513.195000', '185513.198000', '185513.200000', '185513.203000', '185513.205000', '185513.208000', '185513.211000', '185513.213000', '185513.216000', '185513.218000', '185513.221000', '185513.223000', '185513.226000', '185533.115000', '185533.117000', '185533.120000', '185533.123000', '185533.125000', '185533.128000', '185533.131000', '185533.133000', '185533.136000', '185533.138000', '185533.141000', '185533.144000', '185533.146000', '185533.149000', '185533.151000', '185533.154000', '185533.157000', '185533.159000', '185533.162000', '185533.165000', '185533.167000', '185533.170000', '185533.172000', '185533.175000', '185533.178000', '185533.180000', '185533.183000', '185533.186000', '185533.188000', '185533.191000', '185533.194000', '185533.196000', '185533.199000', '185533.202000', '185533.204000', '185533.207000', '185533.210000', '185533.213000', '185533.215000', '185533.218000', '185533.221000', '185533.223000', '185533.226000', '185553.114000', '185553.117000', '185553.120000', '185553.123000', '185553.125000', '185553.128000', '185553.130000', '185553.133000', '185553.136000', '185553.138000', '185553.141000', '185553.144000', '185553.146000', '185553.149000', '185553.151000', '185553.154000', '185553.157000', '185553.159000', '185553.162000', '185553.165000', '185553.167000', '185553.170000', '185553.172000', '185553.175000', '185553.178000', '185553.180000', '185553.183000', '185553.186000', '185553.188000', '185553.191000', '185553.194000', '185553.196000', '185553.199000', '185553.201000', '185553.204000', '185553.207000', '185553.209000', '185553.212000', '185553.214000', '185553.217000', '185553.220000', '185553.222000', '185553.225000', '185553.227000', '185613.114000', '185613.118000', '185613.120000', '185613.123000', '185613.125000', '185613.128000', '185613.131000', '185613.133000', '185613.136000', '185613.149000', '185613.151000', '185613.154000', '185613.156000', '185613.159000', '185613.162000', '185613.164000', '185613.167000', '185613.170000', '185613.172000', '185613.175000', '185613.177000', '185613.180000', '185613.183000', '185613.185000', '185613.188000', '185613.191000', '185613.194000', '185613.196000', '185613.200000', '185613.203000', '185613.205000', '185613.208000', '185613.211000', '185613.213000', '185613.216000', '185613.218000', '185613.237000', '185613.239000', '185613.242000', '185613.246000', '185613.248000', '185613.251000', '185613.253000', '185633.115000', '185633.117000', '185633.121000', '185633.123000', '185633.126000', '185633.128000', '185633.131000', '185633.134000', '185633.136000', '185633.139000', '185633.142000', '185633.145000', '185633.147000', '185633.150000', '185633.152000', '185633.155000', '185633.157000', '185633.160000', '185633.163000', '185633.165000', '185633.168000', '185633.170000', '185633.174000', '185633.176000', '185633.179000', '185633.181000', '185633.184000', '185633.187000', '185633.189000', '185633.192000', '185633.195000', '185633.197000', '185633.200000', '185633.202000', '185633.205000', '185633.208000', '185633.210000', '185633.213000', '185633.216000', '185633.218000', '185633.221000', '185633.223000', '185633.226000', '185633.229000', '185653.115000', '185653.117000', '185653.120000', '185653.123000', '185653.126000', '185653.128000', '185653.131000', '185653.133000', '185653.136000', '185653.138000', '185653.141000', '185653.144000', '185653.146000', '185653.149000', '185653.151000', '185653.154000', '185653.157000', '185653.159000', '185653.162000', '185653.164000', '185653.167000', '185653.170000', '185653.172000', '185653.175000', '185653.178000', '185653.180000', '185653.183000', '185653.185000', '185653.188000', '185653.191000', '185653.193000', '185653.196000', '185653.199000', '185653.201000', '185653.204000', '185653.206000', '185653.209000', '185653.212000', '185653.214000', '185653.217000', '185653.220000', '185653.223000', '185653.226000', '185713.114000', '185713.117000', '185713.119000', '185713.122000', '185713.124000', '185713.127000', '185713.130000', '185713.132000', '185713.135000', '185713.138000', '185713.140000', '185713.143000', '185713.145000', '185713.148000', '185713.151000', '185713.153000', '185713.156000', '185713.159000', '185713.161000', '185713.164000', '185713.166000', '185713.169000', '185713.172000', '185713.174000', '185713.177000', '185713.179000', '185713.182000', '185713.184000', '185713.187000', '185713.190000', '185713.192000', '185713.195000', '185713.198000', '185713.200000', '185713.203000', '185713.205000', '185713.208000', '185713.211000', '185713.213000', '185713.216000', '185713.218000', '185713.221000', '185713.224000', '185713.226000', '185733.114000', '185733.117000', '185733.120000', '185733.123000', '185733.125000', '185733.128000', '185733.130000', '185733.133000', '185733.136000', '185733.138000', '185733.141000', '185733.144000', '185733.146000', '185733.149000', '185733.151000', '185733.154000', '185733.157000', '185733.159000', '185733.162000', '185733.165000', '185733.167000', '185733.170000', '185733.172000', '185733.175000', '185733.178000', '185733.180000', '185733.183000', '185733.193000', '185733.195000', '185733.198000', '185733.200000', '185733.203000', '185733.206000', '185733.210000', '185733.227000', '185733.230000', '185733.232000', '185733.235000', '185733.238000', '185733.240000', '185733.243000', '185733.246000', '185733.248000', '185753.114000', '185753.117000', '185753.120000', '185753.122000', '185753.125000', '185753.128000', '185753.130000', '185753.133000', '185753.136000', '185753.138000', '185753.141000', '185753.143000', '185753.146000', '185753.149000', '185753.151000', '185753.154000', '185753.157000', '185753.159000', '185753.162000', '185753.165000', '185753.167000', '185753.170000', '185753.172000', '185753.175000', '185753.178000', '185753.180000', '185753.183000', '185753.186000', '185753.188000', '185753.191000', '185753.194000', '185753.196000', '185753.199000', '185753.202000', '185753.204000', '185753.207000', '185753.209000', '185753.212000', '185753.215000', '185753.217000', '185753.220000', '185753.222000', '185753.225000', '185753.228000', '185813.115000', '185813.117000', '185813.120000', '185813.123000', '185813.126000', '185813.128000', '185813.131000', '185813.133000', '185813.136000', '185813.139000', '185813.141000', '185813.144000', '185813.146000', '185813.149000', '185813.152000', '185813.154000', '185813.157000', '185813.159000', '185813.162000', '185813.165000', '185813.167000', '185813.170000', '185813.173000', '185813.175000', '185813.178000', '185813.180000', '185813.183000', '185813.186000', '185813.188000', '185813.191000', '185813.194000', '185813.196000', '185813.199000', '185813.201000', '185813.204000', '185813.207000', '185813.209000', '185813.212000', '185813.215000', '185813.217000', '185813.220000', '185813.223000', '185813.225000', '185833.114000', '185833.117000', '185833.120000', '185833.123000', '185833.125000', '185833.128000', '185833.131000', '185833.133000', '185833.136000', '185833.139000', '185833.141000', '185833.144000', '185833.147000', '185833.149000', '185833.152000', '185833.155000', '185833.157000', '185833.160000', '185833.163000', '185833.165000', '185833.168000', '185833.171000', '185833.173000', '185833.176000', '185833.179000', '185833.181000', '185833.184000', '185833.187000', '185833.189000', '185833.192000', '185833.194000', '185833.197000', '185833.200000', '185833.202000', '185833.205000', '185833.208000', '185833.210000', '185833.213000', '185833.215000', '185833.218000', '185833.221000', '185833.223000', '185833.226000', '185833.229000', '185853.114000', '185853.118000', '185853.120000', '185853.123000', '185853.125000', '185853.128000', '185853.131000', '185853.133000', '185853.136000', '185853.139000', '185853.141000', '185853.144000', '185853.147000', '185853.149000', '185853.152000', '185853.154000', '185853.157000', '185853.160000', '185853.162000', '185853.165000', '185853.167000', '185853.170000', '185853.173000', '185853.175000', '185853.178000', '185853.181000', '185853.183000', '185853.186000', '185853.188000', '185853.191000', '185853.194000', '185853.197000', '185853.199000', '185853.202000', '185853.204000', '185853.207000', '185853.210000', '185853.213000', '185853.215000', '185853.218000', '185853.220000', '185853.223000', '185853.226000', '185913.115000', '185913.131000', '185913.134000', '185913.136000', '185913.139000', '185913.141000', '185913.144000', '185913.147000', '185913.149000', '185913.152000', '185913.155000', '185913.157000', '185913.160000', '185913.163000', '185913.165000', '185913.168000', '185913.171000', '185913.173000', '185913.176000', '185913.179000', '185913.181000', '185913.184000', '185913.186000', '185913.189000', '185913.192000', '185913.194000', '185913.197000', '185913.199000', '185913.202000', '185913.205000', '185913.207000', '185913.210000', '185913.213000', '185913.215000', '185913.218000', '185913.220000', '185913.223000', '185913.225000', '185913.228000', '185913.231000', '185913.233000', '185913.236000', '185913.239000', '185913.241000', '185933.114000', '185933.116000', '185933.119000', '185933.122000', '185933.124000', '185933.127000', '185933.130000', '185933.132000', '185933.135000', '185933.138000', '185933.140000', '185933.143000', '185933.146000', '185933.148000', '185933.151000', '185933.153000', '185933.156000', '185933.159000', '185933.161000', '185933.164000', '185933.166000', '185933.169000', '185933.172000', '185933.174000', '185933.177000', '185933.180000', '185933.182000', '185933.185000', '185933.187000', '185933.190000', '185933.193000', '185933.195000', '185933.198000', '185933.201000', '185933.203000', '185933.206000', '185933.209000', '185933.211000', '185933.214000', '185933.216000', '185933.219000', '185933.222000', '185933.224000', '185953.115000', '185953.118000', '185953.121000', '185953.124000', '185953.128000', '185953.130000', '185953.133000', '185953.136000', '185953.138000', '185953.141000', '185953.144000', '185953.147000', '185953.149000', '185953.156000', '185953.158000', '185953.161000', '185953.163000', '185953.166000', '185953.169000', '185953.171000', '185953.174000', '185953.177000', '185953.180000', '185953.182000', '185953.185000', '185953.187000', '185953.190000', '185953.193000', '185953.195000', '185953.198000', '185953.201000', '185953.203000', '185953.206000', '185953.209000', '185953.211000', '185953.214000', '185953.217000', '185953.219000', '185953.222000', '185953.225000', '185953.227000', '185953.230000', '185953.232000', '185953.235000', '190013.115000', '190013.117000', '190013.120000', '190013.123000', '190013.125000', '190013.128000', '190013.131000', '190013.133000', '190013.136000', '190013.138000', '190013.141000', '190013.144000', '190013.146000', '190013.149000', '190013.152000', '190013.154000', '190013.157000', '190013.159000', '190013.162000', '190013.165000', '190013.167000', '190013.170000', '190013.173000', '190013.175000', '190013.178000', '190013.180000', '190013.183000', '190013.186000', '190013.189000', '190013.191000', '190013.194000', '190013.196000', '190013.199000', '190013.202000', '190013.204000', '190013.207000', '190013.210000', '190013.212000', '190013.215000', '190013.218000', '190013.220000', '190013.223000', '190013.226000', '190015.151000', '190015.154000', '190015.157000', '190015.160000', '190015.162000'], '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': [18664, 11990, 16454, 10848, 15563, 9740, 15433, 9492, 16203, 9430, 17559, 10278, 16999, 9559, 16107, 9420, 16204, 9255, 16183, 10563, 15508, 11696, 13936, 15792, 12579, 18283, 12641, 15425, 10353, 14632, 10017, 14273, 10425, 14713, 9844, 16254, 9876, 15275, 10327, 17167, 10922, 15662, 10104, 15677, 11233, 17698, 11734, 17819, 12120, 17293, 11830, 11789, 12827, 9111, 14532, 9551, 12444, 9951, 16488, 9262, 17225, 13573, 18187, 14705, 17376, 13873, 11748, 17494, 11721, 13637, 12221, 17385, 13059, 11910, 18894, 15172, 18518, 13506, 18117, 12161, 17243, 12760, 17385, 10071, 15483, 9415, 14222, 9669, 13864, 10028, 13948, 10143, 13380, 9646, 13648, 9629, 15344, 10453, 17746, 11311, 14802, 11150, 14499, 11675, 18646, 12623, 17984, 13776, 14697, 15239, 12231, 15258, 11608, 14978, 10994, 16544, 10281, 16562, 9346, 15192, 9373, 15838, 11547, 18723, 11370, 16424, 10875, 16437, 10880, 17225, 10796, 17570, 9843, 15562, 10068, 15592, 10763, 14709, 10476, 9304, 13364, 9265, 16954, 10118, 17775, 10197, 16988, 9612, 15692, 13335, 15450, 18088, 15466, 16710, 11274, 15561, 11161, 16052, 11379, 15477, 10447, 14597, 9609, 13256, 9460, 13046, 9761, 14544, 9606, 14616, 9714, 14421, 11085, 13848, 17081, 12760, 18750, 11247, 17541, 11291, 16155, 10415, 15187, 9486, 14360, 10841, 12747, 14705, 11391, 9773, 11215, 8907, 14336, 9418, 9563, 13091, 10613, 18777, 11673, 17666, 12915, 16168, 15109, 17612, 16301, 17801, 14563, 18543, 14271, 17928, 14595, 16621, 15762, 14818, 15789, 11183, 18207, 11138, 15600, 10736, 14220, 8710, 16249, 16745, 17802, 13068, 11847, 18136, 11067, 16049, 9830, 14769, 9707, 14752, 9920, 12306, 16037, 10695, 17391, 10930, 16038, 10591, 14743, 10217, 12415, 9879, 12393, 10259, 13123, 10452, 12922, 10115, 15120, 9829, 17276, 10144, 16868, 11327, 16878, 11119, 15840, 11306, 13476, 11869, 13568, 8370, 13165, 11521, 18028, 10304, 10843, 17103, 13338, 11824, 16777, 19479, 12536, 20328, 13643, 18139, 13559, 18544, 13864, 18461, 13370, 17593, 13571, 15711, 14075, 14375, 13314, 11370, 14602, 11261, 12956, 10372, 8519, 12091, 13271, 17678, 16232, 18418, 13392, 19921, 11800, 17673, 10646, 15451, 9369, 13143, 10372, 12705, 10958, 11892, 12689, 11035, 16612, 10268, 15300, 10156, 14193, 9707, 14809, 9846, 15868, 10181, 15857, 9389, 14714, 11146, 13147, 19570, 11768, 19730, 12384, 15968, 10198, 14065, 10239, 13878, 9770, 16015, 10166, 17578, 9544, 14812, 9624, 12717, 17476, 10693, 20025, 11925, 16936, 10355, 14307, 9081, 12897, 9360, 14277, 8360, 9228, 8522, 7355, 13150, 15735, 17155, 16180, 14122, 18337, 14318, 19922, 18261, 15844, 15234, 11380, 20256, 16678, 13570, 19153, 13318, 18040, 11777, 8370, 15862, 10774, 16806, 11792, 15811, 10949, 13499, 14009, 12167, 18600, 11824, 16791, 10354, 13535, 9408, 12762, 9713, 14806, 9115, 8918, 10871, 9237, 12052, 8907, 11949, 14894, 10697, 16812, 11684, 17841, 12697, 18112, 14044, 16849, 18269, 14172, 18076, 13039, 13275, 14559, 9208, 15704, 12129, 9351, 16889, 11022, 11537, 13102, 13541, 15561, 17241, 13358, 21262, 13671, 17924, 12976, 15460, 9761, 12086, 10900, 14021, 11855, 9993, 16166, 11768, 14378, 11109, 15815, 10699, 16907, 9739, 14363, 9171, 14280, 9027, 13946, 9101, 13377, 9385, 15031, 8887, 13495, 8715, 12569, 9512, 13969, 9242, 15790, 9476, 13959, 12118, 13159, 17645, 11668, 19732, 12209, 19009, 11720, 16817, 11091, 17908, 11452, 15328, 11041, 9910, 15084, 10079, 13437, 9694, 9526, 16142, 11150, 18362, 12108, 18416, 11951, 17430, 12221, 18249, 13142, 18590, 13291, 17979, 11973, 15194, 10746, 12920, 12863, 10742, 12046, 11150, 9661, 11514, 9346, 12347, 9118, 12937, 9623, 12766, 9563, 12265, 9492, 12542, 9595, 12065, 12629, 11751, 12179, 12632, 12425, 11874, 14079, 12177, 13480, 12142, 16956, 11494, 20193, 12260, 19058, 11866, 16679, 11153, 14417, 10323, 13175, 11611, 9386, 18429, 11758, 9474, 16011, 11644, 18280, 12496, 17905, 12138, 17016, 11135, 15047, 15071, 20013, 17545, 19273, 13925, 14541, 15336, 14510, 17807, 12886, 18525, 12292, 17780, 11315, 15442, 9480, 13243, 8883, 12441, 9321, 11881, 9899, 11997, 9014, 11705, 9492, 11673, 9164, 12133, 9733, 12290, 10116, 11300, 12882, 10119, 15928, 10291, 14447, 9934, 14610, 9518, 15495, 10564, 16517, 9739, 11014, 12335, 9468, 14566, 11094, 11264, 14020, 9701, 18701, 11070, 16889, 11796, 20740, 16027, 18039, 18366, 15215, 19441, 13319, 19419, 13944, 18691, 15801, 15129, 18955, 12541, 18291, 11064, 14840, 10482, 12702, 9627, 11896, 9076, 11675, 9814, 12543, 9477, 11386, 10087, 13766, 10256, 13965, 9714, 12965, 17049, 11143, 19115, 12447, 17170, 13563, 16170, 15467, 14432, 15937, 11708, 18902, 11652, 17729, 11623, 16581, 10815, 15072, 9321, 13682, 9419, 14389, 11360, 13635, 9791, 13218, 13286, 11702, 19981, 11271, 16725, 10524, 13942, 9109, 13751, 9145, 15433, 10501, 13275, 11348, 9704, 15074, 10197, 18377, 10672, 17984, 10666, 17354, 10211, 16096, 11744, 17779, 12275, 17414, 11815, 15693, 11998, 14729, 10813, 13394, 11033, 12669, 12279, 11450, 16201, 10923, 18012, 10856, 16847, 10829, 16812, 10848, 15553, 9900, 13061, 9119, 13150, 9588, 12447, 9950, 13182, 9719, 12323, 9715, 11543, 13011, 10560, 14598, 11929, 11163, 12594, 9907, 14261, 10263, 19795, 11696, 19341, 11320, 17285, 17709, 14763, 21534, 13967, 19808, 13637, 19697, 15194, 19528, 15349, 19001, 14241, 18285, 13486, 17430, 12606, 16198, 11313, 15425, 10488, 15414, 10741, 15772, 9788, 14635, 10185, 15127, 10303, 14972, 9993, 13656, 9705, 10118, 9398, 8853, 12485, 8865, 11085, 11136, 10361, 15196, 10847, 16622, 11076, 16045, 12088, 14522, 12544, 18507, 11977, 19518, 12283, 17991, 11356, 15898, 10608, 14886, 10137, 14941, 9979, 14741, 9502, 13858, 9155, 15529, 9434, 15868, 9402, 14831, 9646, 15448, 9947, 16623, 10868, 14294, 13093, 13387, 18352, 11656, 19671, 13133, 15803, 11287, 15885, 11442, 19321, 11391, 19739, 12557, 17322, 10761, 12592, 11559, 8849, 14776, 11049, 8772, 18331, 12752, 15182, 16752, 15817, 18703, 17780, 16327, 17394, 15958, 16134, 16425, 11502, 15760, 9132, 15007, 9395, 15179, 9697, 11874, 8774, 17796, 11195], 'WindowCenter': [4581.0, 4526.0, 4551.0, 4500.0, 4542.0, 4493.0, 4529.0, 4489.0, 4538.0, 4477.0, 4537.0, 4486.0, 4536.0, 4487.0, 4527.0, 4477.0, 4539.0, 4477.0, 4539.0, 4487.0, 4529.0, 4497.0, 4518.0, 4515.0, 4496.0, 4535.0, 4505.0, 4525.0, 4486.0, 4525.0, 4487.0, 4527.0, 4500.0, 4539.0, 4502.0, 4551.0, 4502.0, 4541.0, 4513.0, 4561.0, 4524.0, 4552.0, 4513.0, 4552.0, 4525.0, 4564.0, 4525.0, 4565.0, 4535.0, 4566.0, 4524.0, 4523.0, 4535.0, 4495.0, 4555.0, 4505.0, 4536.0, 4513.0, 4565.0, 4517.0, 4565.0, 4546.0, 4563.0, 4542.0, 4551.0, 4569.0, 4551.0, 4580.0, 4562.0, 4545.0, 4535.0, 4564.0, 4534.0, 4524.0, 4564.0, 4542.0, 4563.0, 4530.0, 4540.0, 4506.0, 4537.0, 4504.0, 4525.0, 4486.0, 4525.0, 4476.0, 4526.0, 4486.0, 4527.0, 4497.0, 4528.0, 4500.0, 4530.0, 4502.0, 4541.0, 4500.0, 4551.0, 4523.0, 4576.0, 4536.0, 4554.0, 4526.0, 4553.0, 4534.0, 4563.0, 4534.0, 4563.0, 4543.0, 4541.0, 4542.0, 4519.0, 4541.0, 4508.0, 4539.0, 4497.0, 4550.0, 4498.0, 4540.0, 4487.0, 4539.0, 4487.0, 4540.0, 4518.0, 4547.0, 4505.0, 4534.0, 4494.0, 4536.0, 4495.0, 4535.0, 4495.0, 4547.0, 4487.0, 4536.0, 4485.0, 4535.0, 4497.0, 4537.0, 4508.0, 4490.0, 4541.0, 4501.0, 4561.0, 4511.0, 4562.0, 4501.0, 4550.0, 4487.0, 4540.0, 4528.0, 4538.0, 4548.0, 4528.0, 4535.0, 4495.0, 4537.0, 4507.0, 4537.0, 4506.0, 4537.0, 4508.0, 4539.0, 4489.0, 4528.0, 4487.0, 4528.0, 4498.0, 4540.0, 4501.0, 4552.0, 4501.0, 4552.0, 4520.0, 4542.0, 4550.0, 4531.0, 4561.0, 4510.0, 4549.0, 4509.0, 4539.0, 4497.0, 4528.0, 4486.0, 4528.0, 4508.0, 4545.0, 4541.0, 4495.0, 4463.0, 4471.0, 4450.0, 4514.0, 4489.0, 4503.0, 4546.0, 4538.0, 4589.0, 4536.0, 4577.0, 4533.0, 4554.0, 4542.0, 4554.0, 4528.0, 4539.0, 4513.0, 4524.0, 4500.0, 4523.0, 4499.0, 4508.0, 4497.0, 4487.0, 4496.0, 4465.0, 4506.0, 4466.0, 4485.0, 4482.0, 4501.0, 4449.0, 4509.0, 4520.0, 4521.0, 4502.0, 4492.0, 4534.0, 4496.0, 4525.0, 4485.0, 4525.0, 4475.0, 4527.0, 4486.0, 4508.0, 4536.0, 4497.0, 4535.0, 4496.0, 4526.0, 4486.0, 4524.0, 4497.0, 4517.0, 4499.0, 4520.0, 4512.0, 4532.0, 4513.0, 4534.0, 4513.0, 4555.0, 4514.0, 4565.0, 4514.0, 4553.0, 4512.0, 4551.0, 4510.0, 4542.0, 4509.0, 4532.0, 4537.0, 4546.0, 4480.0, 4545.0, 4523.0, 4551.0, 4485.0, 4495.0, 4549.0, 4544.0, 4534.0, 4578.0, 4574.0, 4534.0, 4564.0, 4533.0, 4552.0, 4531.0, 4549.0, 4516.0, 4534.0, 4501.0, 4523.0, 4489.0, 4511.0, 4497.0, 4500.0, 4489.0, 4479.0, 4498.0, 4479.0, 4487.0, 4485.0, 4461.0, 4503.0, 4513.0, 4534.0, 4522.0, 4548.0, 4517.0, 4547.0, 4506.0, 4533.0, 4483.0, 4513.0, 4461.0, 4503.0, 4482.0, 4503.0, 4493.0, 4504.0, 4514.0, 4495.0, 4535.0, 4485.0, 4535.0, 4498.0, 4526.0, 4499.0, 4538.0, 4500.0, 4549.0, 4499.0, 4550.0, 4488.0, 4530.0, 4497.0, 4517.0, 4548.0, 4506.0, 4548.0, 4507.0, 4537.0, 4486.0, 4526.0, 4498.0, 4527.0, 4500.0, 4551.0, 4502.0, 4560.0, 4501.0, 4542.0, 4488.0, 4531.0, 4550.0, 4511.0, 4561.0, 4521.0, 4550.0, 4513.0, 4556.0, 4492.0, 4520.0, 4478.0, 4517.0, 4469.0, 4475.0, 4468.0, 4460.0, 4531.0, 4556.0, 4564.0, 4556.0, 4545.0, 4567.0, 4570.0, 4590.0, 4580.0, 4554.0, 4543.0, 4495.0, 4549.0, 4540.0, 4516.0, 4546.0, 4516.0, 4535.0, 4495.0, 4454.0, 4524.0, 4482.0, 4525.0, 4492.0, 4524.0, 4482.0, 4502.0, 4511.0, 4492.0, 4520.0, 4490.0, 4522.0, 4470.0, 4502.0, 4462.0, 4503.0, 4486.0, 4538.0, 4477.0, 4478.0, 4509.0, 4502.0, 4535.0, 4504.0, 4547.0, 4553.0, 4515.0, 4554.0, 4522.0, 4562.0, 4520.0, 4551.0, 4518.0, 4538.0, 4538.0, 4532.0, 4540.0, 4508.0, 4493.0, 4501.0, 4448.0, 4498.0, 4477.0, 4446.0, 4511.0, 4471.0, 4483.0, 4505.0, 4505.0, 4528.0, 4525.0, 4493.0, 4522.0, 4490.0, 4509.0, 4491.0, 4510.0, 4458.0, 4462.0, 4455.0, 4484.0, 4478.0, 4471.0, 4520.0, 4504.0, 4512.0, 4482.0, 4510.0, 4471.0, 4511.0, 4462.0, 4503.0, 4461.0, 4501.0, 4460.0, 4502.0, 4464.0, 4504.0, 4473.0, 4514.0, 4463.0, 4514.0, 4465.0, 4508.0, 4476.0, 4529.0, 4478.0, 4539.0, 4489.0, 4530.0, 4508.0, 4531.0, 4549.0, 4499.0, 4547.0, 4506.0, 4538.0, 4496.0, 4537.0, 4497.0, 4551.0, 4522.0, 4528.0, 4484.0, 4461.0, 4502.0, 4474.0, 4505.0, 4476.0, 4475.0, 4527.0, 4509.0, 4574.0, 4535.0, 4560.0, 4520.0, 4538.0, 4495.0, 4525.0, 4492.0, 4522.0, 4488.0, 4509.0, 4464.0, 4498.0, 4453.0, 4475.0, 4474.0, 4455.0, 4465.0, 4466.0, 4446.0, 4477.0, 4448.0, 4490.0, 4461.0, 4502.0, 4475.0, 4504.0, 4476.0, 4507.0, 4485.0, 4519.0, 4488.0, 4509.0, 4518.0, 4510.0, 4518.0, 4518.0, 4519.0, 4509.0, 4530.0, 4520.0, 4530.0, 4520.0, 4550.0, 4511.0, 4560.0, 4521.0, 4551.0, 4511.0, 4550.0, 4523.0, 4557.0, 4513.0, 4521.0, 4499.0, 4465.0, 4536.0, 4496.0, 4478.0, 4542.0, 4524.0, 4564.0, 4535.0, 4578.0, 4537.0, 4581.0, 4514.0, 4529.0, 4528.0, 4540.0, 4538.0, 4537.0, 4505.0, 4504.0, 4514.0, 4502.0, 4511.0, 4477.0, 4509.0, 4465.0, 4495.0, 4454.0, 4484.0, 4433.0, 4463.0, 4421.0, 4464.0, 4433.0, 4463.0, 4445.0, 4466.0, 4446.0, 4477.0, 4458.0, 4481.0, 4461.0, 4505.0, 4475.0, 4507.0, 4487.0, 4499.0, 4517.0, 4490.0, 4538.0, 4490.0, 4530.0, 4489.0, 4545.0, 4503.0, 4543.0, 4501.0, 4539.0, 4478.0, 4510.0, 4533.0, 4502.0, 4541.0, 4523.0, 4513.0, 4559.0, 4532.0, 4604.0, 4564.0, 4580.0, 4539.0, 4576.0, 4554.0, 4554.0, 4553.0, 4539.0, 4553.0, 4517.0, 4550.0, 4505.0, 4525.0, 4512.0, 4513.0, 4522.0, 4490.0, 4509.0, 4480.0, 4500.0, 4472.0, 4492.0, 4474.0, 4493.0, 4475.0, 4506.0, 4486.0, 4519.0, 4514.0, 4534.0, 4527.0, 4544.0, 4514.0, 4555.0, 4503.0, 4545.0, 4564.0, 4536.0, 4577.0, 4531.0, 4552.0, 4530.0, 4551.0, 4539.0, 4529.0, 4538.0, 4508.0, 4548.0, 4507.0, 4538.0, 4496.0, 4536.0, 4495.0, 4526.0, 4476.0, 4516.0, 4475.0, 4516.0, 4494.0, 4515.0, 4474.0, 4505.0, 4503.0, 4495.0, 4547.0, 4497.0, 4528.0, 4487.0, 4518.0, 4507.0, 4533.0, 4503.0, 4540.0, 4500.0, 4517.0, 4523.0, 4501.0, 4553.0, 4514.0, 4563.0, 4514.0, 4565.0, 4513.0, 4552.0, 4499.0, 4539.0, 4505.0, 4538.0, 4505.0, 4536.0, 4494.0, 4526.0, 4493.0, 4514.0, 4484.0, 4504.0, 4483.0, 4504.0, 4491.0, 4493.0, 4522.0, 4482.0, 4522.0, 4483.0, 4522.0, 4482.0, 4522.0, 4484.0, 4524.0, 4474.0, 4503.0, 4463.0, 4503.0, 4475.0, 4516.0, 4487.0, 4528.0, 4488.0, 4519.0, 4489.0, 4520.0, 4528.0, 4512.0, 4553.0, 4532.0, 4524.0, 4530.0, 4502.0, 4530.0, 4502.0, 4573.0, 4536.0, 4580.0, 4527.0, 4567.0, 4554.0, 4554.0, 4571.0, 4533.0, 4550.0, 4519.0, 4548.0, 4513.0, 4522.0, 4500.0, 4511.0, 4486.0, 4498.0, 4463.0, 4483.0, 4462.0, 4480.0, 4441.0, 4471.0, 4441.0, 4470.0, 4440.0, 4470.0, 4429.0, 4469.0, 4439.0, 4471.0, 4431.0, 4472.0, 4444.0, 4476.0, 4447.0, 4454.0, 4446.0, 4445.0, 4489.0, 4461.0, 4493.0, 4493.0, 4498.0, 4540.0, 4511.0, 4550.0, 4511.0, 4551.0, 4521.0, 4528.0, 4520.0, 4546.0, 4508.0, 4546.0, 4508.0, 4536.0, 4498.0, 4527.0, 4487.0, 4525.0, 4487.0, 4525.0, 4486.0, 4526.0, 4488.0, 4519.0, 4479.0, 4539.0, 4490.0, 4541.0, 4489.0, 4540.0, 4491.0, 4542.0, 4501.0, 4552.0, 4510.0, 4542.0, 4531.0, 4542.0, 4560.0, 4523.0, 4562.0, 4532.0, 4551.0, 4513.0, 4550.0, 4521.0, 4560.0, 4523.0, 4575.0, 4547.0, 4568.0, 4515.0, 4522.0, 4511.0, 4481.0, 4543.0, 4512.0, 4471.0, 4554.0, 4548.0, 4554.0, 4570.0, 4568.0, 4593.0, 4567.0, 4541.0, 4527.0, 4514.0, 4513.0, 4514.0, 4483.0, 4502.0, 4461.0, 4500.0, 4449.0, 4501.0, 4461.0, 4506.0, 4452.0, 4521.0, 4482.0], 'WindowWidth': [10038.0, 9946.0, 9975.0, 9897.0, 9960.0, 9892.0, 9935.0, 9878.0, 9945.0, 9858.0, 9943.0, 9871.0, 9941.0, 9873.0, 9929.0, 9859.0, 9949.0, 9860.0, 9948.0, 9874.0, 9935.0, 9886.0, 9916.0, 9910.0, 9883.0, 9938.0, 9895.0, 9925.0, 9872.0, 9927.0, 9875.0, 9931.0, 9897.0, 9950.0, 9903.0, 9970.0, 9905.0, 9958.0, 9921.0, 9986.0, 9937.0, 9974.0, 9921.0, 9976.0, 9940.0, 9993.0, 9937.0, 9996.0, 9951.0, 9996.0, 9935.0, 9931.0, 9953.0, 9898.0, 9982.0, 9911.0, 9955.0, 9920.0, 9996.0, 9935.0, 9996.0, 9970.0, 9996.0, 9956.0, 9969.0, 10009.0, 9986.0, 10025.0, 10004.0, 9967.0, 9952.0, 9992.0, 9949.0, 9937.0, 9997.0, 9958.0, 9995.0, 9937.0, 9957.0, 9895.0, 9946.0, 9892.0, 9927.0, 9869.0, 9926.0, 9859.0, 9928.0, 9875.0, 9932.0, 9892.0, 9935.0, 9898.0, 9941.0, 9904.0, 9958.0, 9901.0, 9970.0, 9936.0, 10015.0, 9960.0, 9981.0, 9944.0, 9978.0, 9953.0, 9992.0, 9951.0, 9992.0, 9964.0, 9956.0, 9962.0, 9922.0, 9957.0, 9904.0, 9951.0, 9890.0, 9969.0, 9892.0, 9956.0, 9876.0, 9953.0, 9878.0, 9958.0, 9923.0, 9963.0, 9899.0, 9941.0, 9884.0, 9942.0, 9886.0, 9941.0, 9884.0, 9959.0, 9877.0, 9942.0, 9871.0, 9939.0, 9890.0, 9946.0, 9908.0, 9885.0, 9958.0, 9903.0, 9986.0, 9916.0, 9990.0, 9901.0, 9972.0, 9878.0, 9956.0, 9934.0, 9950.0, 9964.0, 9933.0, 9941.0, 9886.0, 9946.0, 9903.0, 9948.0, 9904.0, 9946.0, 9908.0, 9950.0, 9881.0, 9935.0, 9877.0, 9936.0, 9896.0, 9956.0, 9903.0, 9976.0, 9904.0, 9977.0, 9928.0, 9961.0, 9971.0, 9943.0, 9987.0, 9913.0, 9967.0, 9908.0, 9952.0, 9889.0, 9937.0, 9875.0, 9937.0, 9905.0, 9969.0, 9956.0, 9881.0, 9828.0, 9835.0, 9804.0, 9902.0, 9878.0, 9907.0, 9971.0, 9964.0, 10038.0, 9958.0, 10020.0, 9946.0, 9978.0, 9958.0, 9981.0, 9931.0, 9950.0, 9901.0, 9922.0, 9877.0, 9919.0, 9872.0, 9889.0, 9869.0, 9856.0, 9868.0, 9823.0, 9885.0, 9825.0, 9851.0, 9859.0, 9886.0, 9807.0, 9893.0, 9908.0, 9912.0, 9886.0, 9874.0, 9939.0, 9885.0, 9925.0, 9867.0, 9924.0, 9856.0, 9929.0, 9872.0, 9905.0, 9943.0, 9887.0, 9940.0, 9883.0, 9926.0, 9873.0, 9924.0, 9888.0, 9916.0, 9895.0, 9925.0, 9917.0, 9947.0, 9922.0, 9952.0, 9923.0, 9980.0, 9924.0, 9997.0, 9921.0, 9977.0, 9915.0, 9973.0, 9910.0, 9958.0, 9906.0, 9945.0, 9959.0, 9973.0, 9873.0, 9969.0, 9935.0, 9969.0, 9869.0, 9879.0, 9965.0, 9965.0, 9951.0, 10023.0, 10011.0, 9951.0, 9997.0, 9945.0, 9976.0, 9940.0, 9966.0, 9912.0, 9938.0, 9881.0, 9920.0, 9861.0, 9895.0, 9871.0, 9879.0, 9862.0, 9847.0, 9875.0, 9850.0, 9859.0, 9869.0, 9831.0, 9894.0, 9904.0, 9939.0, 9917.0, 9964.0, 9917.0, 9961.0, 9898.0, 9934.0, 9861.0, 9903.0, 9830.0, 9891.0, 9862.0, 9893.0, 9877.0, 9896.0, 9909.0, 9885.0, 9938.0, 9871.0, 9939.0, 9892.0, 9931.0, 9897.0, 9948.0, 9901.0, 9967.0, 9896.0, 9968.0, 9879.0, 9940.0, 9888.0, 9919.0, 9963.0, 9901.0, 9964.0, 9903.0, 9945.0, 9874.0, 9928.0, 9892.0, 9931.0, 9897.0, 9968.0, 9902.0, 9983.0, 9901.0, 9960.0, 9881.0, 9942.0, 9967.0, 9914.0, 9986.0, 9926.0, 9968.0, 9920.0, 9983.0, 9887.0, 9921.0, 9857.0, 9912.0, 9847.0, 9850.0, 9845.0, 9841.0, 9939.0, 9984.0, 9991.0, 9985.0, 9966.0, 10003.0, 10011.0, 10042.0, 10033.0, 9978.0, 9960.0, 9881.0, 9972.0, 9957.0, 9913.0, 9956.0, 9910.0, 9939.0, 9882.0, 9823.0, 9921.0, 9857.0, 9926.0, 9871.0, 9920.0, 9857.0, 9887.0, 9896.0, 9873.0, 9914.0, 9868.0, 9915.0, 9842.0, 9886.0, 9834.0, 9888.0, 9872.0, 9946.0, 9860.0, 9864.0, 9910.0, 9904.0, 9958.0, 9914.0, 9977.0, 9978.0, 9926.0, 9979.0, 9933.0, 9990.0, 9925.0, 9972.0, 9914.0, 9945.0, 9944.0, 9940.0, 9951.0, 9899.0, 9870.0, 9878.0, 9801.0, 9871.0, 9840.0, 9796.0, 9894.0, 9839.0, 9856.0, 9890.0, 9892.0, 9930.0, 9921.0, 9873.0, 9921.0, 9862.0, 9892.0, 9868.0, 9895.0, 9815.0, 9812.0, 9809.0, 9847.0, 9845.0, 9841.0, 9909.0, 9890.0, 9903.0, 9857.0, 9895.0, 9839.0, 9898.0, 9831.0, 9887.0, 9827.0, 9883.0, 9826.0, 9887.0, 9836.0, 9893.0, 9848.0, 9905.0, 9836.0, 9907.0, 9840.0, 9904.0, 9857.0, 9934.0, 9862.0, 9948.0, 9879.0, 9938.0, 9902.0, 9941.0, 9962.0, 9890.0, 9957.0, 9898.0, 9947.0, 9883.0, 9942.0, 9886.0, 9971.0, 9927.0, 9932.0, 9861.0, 9824.0, 9883.0, 9845.0, 9894.0, 9854.0, 9851.0, 9928.0, 9905.0, 10012.0, 9953.0, 9984.0, 9922.0, 9946.0, 9879.0, 9924.0, 9868.0, 9914.0, 9855.0, 9890.0, 9819.0, 9874.0, 9803.0, 9836.0, 9833.0, 9807.0, 9821.0, 9824.0, 9798.0, 9844.0, 9805.0, 9867.0, 9828.0, 9889.0, 9853.0, 9894.0, 9858.0, 9903.0, 9869.0, 9921.0, 9875.0, 9907.0, 9917.0, 9909.0, 9917.0, 9920.0, 9919.0, 9909.0, 9935.0, 9925.0, 9937.0, 9925.0, 9964.0, 9912.0, 9980.0, 9926.0, 9968.0, 9911.0, 9967.0, 9931.0, 9988.0, 9919.0, 9924.0, 9887.0, 9834.0, 9938.0, 9876.0, 9858.0, 9957.0, 9932.0, 9991.0, 9952.0, 10021.0, 9956.0, 10028.0, 9918.0, 9936.0, 9931.0, 9957.0, 9945.0, 9945.0, 9895.0, 9890.0, 9905.0, 9880.0, 9898.0, 9838.0, 9892.0, 9820.0, 9866.0, 9801.0, 9844.0, 9771.0, 9816.0, 9757.0, 9819.0, 9775.0, 9818.0, 9792.0, 9824.0, 9798.0, 9843.0, 9818.0, 9855.0, 9829.0, 9893.0, 9852.0, 9901.0, 9872.0, 9892.0, 9914.0, 9880.0, 9945.0, 9881.0, 9934.0, 9879.0, 9964.0, 9903.0, 9958.0, 9897.0, 9946.0, 9860.0, 9907.0, 9943.0, 9899.0, 9951.0, 9933.0, 9918.0, 9992.0, 9961.0, 10068.0, 10012.0, 10025.0, 9965.0, 10017.0, 9983.0, 9977.0, 9979.0, 9947.0, 9979.0, 9914.0, 9965.0, 9889.0, 9923.0, 9897.0, 9900.0, 9915.0, 9863.0, 9895.0, 9851.0, 9880.0, 9844.0, 9872.0, 9852.0, 9875.0, 9854.0, 9899.0, 9873.0, 9920.0, 9925.0, 9952.0, 9946.0, 9965.0, 9925.0, 9984.0, 9908.0, 9968.0, 9993.0, 9960.0, 10021.0, 9942.0, 9974.0, 9934.0, 9969.0, 9948.0, 9935.0, 9947.0, 9903.0, 9962.0, 9902.0, 9947.0, 9886.0, 9943.0, 9882.0, 9927.0, 9856.0, 9913.0, 9855.0, 9913.0, 9878.0, 9909.0, 9850.0, 9894.0, 9890.0, 9881.0, 9958.0, 9886.0, 9929.0, 9871.0, 9916.0, 9917.0, 9944.0, 9905.0, 9951.0, 9895.0, 9912.0, 9932.0, 9900.0, 9976.0, 9925.0, 9992.0, 9923.0, 9995.0, 9919.0, 9973.0, 9895.0, 9952.0, 9894.0, 9950.0, 9894.0, 9941.0, 9876.0, 9925.0, 9874.0, 9906.0, 9864.0, 9892.0, 9861.0, 9892.0, 9871.0, 9876.0, 9913.0, 9858.0, 9916.0, 9860.0, 9915.0, 9860.0, 9916.0, 9864.0, 9919.0, 9850.0, 9890.0, 9836.0, 9891.0, 9855.0, 9913.0, 9874.0, 9933.0, 9880.0, 9923.0, 9880.0, 9926.0, 9935.0, 9918.0, 9975.0, 9947.0, 9936.0, 9942.0, 9900.0, 9936.0, 9900.0, 10002.0, 9956.0, 10027.0, 9943.0, 10003.0, 9975.0, 9979.0, 10003.0, 9944.0, 9969.0, 9920.0, 9963.0, 9901.0, 9919.0, 9877.0, 9899.0, 9851.0, 9875.0, 9814.0, 9848.0, 9811.0, 9838.0, 9782.0, 9824.0, 9780.0, 9822.0, 9778.0, 9822.0, 9763.0, 9818.0, 9778.0, 9824.0, 9769.0, 9825.0, 9791.0, 9837.0, 9800.0, 9805.0, 9799.0, 9797.0, 9863.0, 9832.0, 9877.0, 9878.0, 9890.0, 9951.0, 9916.0, 9966.0, 9911.0, 9967.0, 9926.0, 9932.0, 9921.0, 9953.0, 9902.0, 9957.0, 9901.0, 9943.0, 9887.0, 9928.0, 9873.0, 9922.0, 9871.0, 9923.0, 9870.0, 9926.0, 9875.0, 9918.0, 9866.0, 9948.0, 9883.0, 9954.0, 9881.0, 9952.0, 9884.0, 9958.0, 9898.0, 9971.0, 9911.0, 9958.0, 9940.0, 9957.0, 9981.0, 9931.0, 9986.0, 9944.0, 9968.0, 9919.0, 9968.0, 9928.0, 9982.0, 9934.0, 10008.0, 9973.0, 10002.0, 9920.0, 9925.0, 9909.0, 9868.0, 9958.0, 9912.0, 9856.0, 9974.0, 9973.0, 9976.0, 10009.0, 10001.0, 10052.0, 9999.0, 9955.0, 9928.0, 9904.0, 9900.0, 9902.0, 9857.0, 9885.0, 9827.0, 9881.0, 9807.0, 9882.0, 9826.0, 9899.0, 9814.0, 9911.0, 9855.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.0032779587155963297</td></tr>
<tr><td colspan=3>aqi</td><td>0.034495345871559634</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.71038936163029</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.305561869965559</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0459832410562575</td></tr>
<tr><td colspan=3>efc</td><td>0.4978</td></tr>
<tr><td colspan=3>fber</td><td>4908.5864</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11999147069625976</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>120</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>13.761467889908257</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.731945955737878</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.652535936758615</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.0390093820898247</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5042925483651945</td></tr>
<tr><td colspan=3>gcor</td><td>0.0241294</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01046682894229889</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03835957497358322</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.918973882517481</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>20.2108</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.4748</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>200.6613</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292485.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>922.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>372.5482</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5891</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>568.5016</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3630.4396</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3843.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84059.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1264.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4753.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>980.608</td></tr>
<tr><td colspan=3>tsnr</td><td>32.224808564409614</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>