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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0080/ses-03/func/sub-0080_ses-03_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>3d4aec06685fcd07d2ec7a44ff8831da</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>17:42:49.172500</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.999335, 0.0364668, -0.000549187, -0.0364693, 0.99932, -0.00549606]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.102815</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4167, -7755, -7174, 495, -62, -153, 55, 40]</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.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</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>261.321</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f5854a38-0963-4789-ae4a-d96e27752dfd||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.6811420917510986, -0.09784433245658875, -0.0009406524477526546, 117.04199981689453], [-0.09783770143985748, 2.6811015605926514, -0.01488356664776802, -85.79085540771484], [-0.0014734285650774837, 0.014745526947081089, 2.6999588012695312, -20.94136619567871], [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': ['174249.172500', '174249.632500', '174250.092500', '174250.552500', '174251.012500', '174251.472500', '174251.932500', '174252.392500', '174252.852500', '174253.312500', '174253.772500', '174254.232500', '174254.692500', '174255.152500', '174255.612500', '174256.072500', '174256.532500', '174256.992500', '174257.452500', '174257.912500', '174258.372500', '174258.832500', '174259.292500', '174259.752500', '174300.212500', '174300.672500', '174301.132500', '174301.592500', '174302.052500', '174302.512500', '174302.972500', '174303.432500', '174303.892500', '174304.352500', '174304.812500', '174305.272500', '174305.732500', '174306.192500', '174306.652500', '174307.112500', '174307.572500', '174308.032500', '174308.492500', '174308.952500', '174309.412500', '174309.872500', '174310.332500', '174310.792500', '174311.252500', '174311.712500', '174312.172500', '174312.632500', '174313.092500', '174313.552500', '174314.012500', '174314.472500', '174314.932500', '174315.392500', '174315.852500', '174316.312500', '174316.772500', '174317.232500', '174317.692500', '174318.152500', '174318.612500', '174319.072500', '174319.532500', '174319.992500', '174320.452500', '174320.912500', '174321.372500', '174321.832500', '174322.292500', '174322.752500', '174323.212500', '174323.672500', '174324.132500', '174324.592500', '174325.052500', '174325.512500', '174325.972500', '174326.432500', '174326.892500', '174327.352500', '174327.812500', '174328.272500', '174328.732500', '174329.192500', '174329.652500', '174330.112500', '174330.572500', '174331.032500', '174331.492500', '174331.952500', '174332.412500', '174332.872500', '174333.332500', '174333.792500', '174334.252500', '174334.712500', '174335.172500', '174335.632500', '174336.092500', '174336.552500', '174337.012500', '174337.472500', '174337.932500', '174338.392500', '174338.852500', '174339.312500', '174339.772500', '174340.232500', '174340.692500', '174341.152500', '174341.612500', '174342.072500', '174342.532500', '174342.992500', '174343.452500', '174343.912500', '174344.372500', '174344.832500', '174345.292500', '174345.752500', '174346.212500', '174346.672500', '174347.132500', '174347.592500', '174348.052500', '174348.512500', '174348.972500', '174349.432500', '174349.892500', '174350.352500', '174350.812500', '174351.272500', '174351.732500', '174352.192500', '174352.652500', '174353.112500', '174353.572500', '174354.032500', '174354.492500', '174354.952500', '174355.412500', '174355.872500', '174356.332500', '174356.792500', '174357.252500', '174357.712500', '174358.172500', '174358.632500', '174359.092500', '174359.552500', '174400.012500', '174400.472500', '174400.932500', '174401.392500', '174401.852500', '174402.312500', '174402.772500', '174403.232500', '174403.692500', '174404.152500', '174404.612500', '174405.072500', '174405.532500', '174405.992500', '174406.452500', '174406.912500', '174407.372500', '174407.832500', '174408.292500', '174408.752500', '174409.212500', '174409.672500', '174410.132500', '174410.592500', '174411.052500', '174411.512500', '174411.972500', '174412.432500', '174412.892500', '174413.352500', '174413.812500', '174414.272500', '174414.732500', '174415.192500', '174415.652500', '174416.112500', '174416.572500', '174417.032500', '174417.492500', '174417.952500', '174418.412500', '174418.872500', '174419.332500', '174419.792500', '174420.252500', '174420.712500', '174421.172500', '174421.632500', '174422.092500', '174422.552500', '174423.012500', '174423.472500', '174423.932500', '174424.392500', '174424.852500', '174425.312500', '174425.772500', '174426.232500', '174426.692500', '174427.152500', '174427.612500', '174428.072500', '174428.532500', '174428.992500', '174429.452500', '174429.912500', '174430.372500', '174430.832500', '174431.292500', '174431.752500', '174432.212500', '174432.672500', '174433.132500', '174433.592500', '174434.052500', '174434.512500', '174434.972500', '174435.432500', '174435.892500', '174436.352500', '174436.812500', '174437.272500', '174437.732500', '174438.192500', '174438.652500', '174439.112500', '174439.572500', '174440.032500', '174440.492500', '174440.952500', '174441.412500', '174441.872500', '174442.332500', '174442.792500', '174443.252500', '174443.712500', '174444.172500', '174444.632500', '174445.092500', '174445.552500', '174446.012500', '174446.472500', '174446.932500', '174447.392500', '174447.852500', '174448.312500', '174448.772500', '174449.232500', '174449.692500', '174450.152500', '174450.612500', '174451.072500', '174451.532500', '174451.992500', '174452.452500', '174452.912500', '174453.372500', '174453.832500', '174454.292500', '174454.752500', '174455.212500', '174455.672500', '174456.132500', '174456.592500', '174457.052500', '174457.512500', '174457.972500', '174458.432500', '174458.892500', '174459.352500', '174459.812500', '174500.272500', '174500.732500', '174501.192500', '174501.652500', '174502.112500', '174502.572500', '174503.032500', '174503.492500', '174503.952500', '174504.412500', '174504.872500', '174505.332500', '174505.792500', '174506.252500', '174506.712500', '174507.172500', '174507.632500', '174508.092500', '174508.552500', '174509.012500', '174509.472500', '174509.932500', '174510.392500', '174510.852500', '174511.312500', '174511.772500', '174512.232500', '174512.692500', '174513.152500', '174513.612500', '174514.072500', '174514.532500', '174514.992500', '174515.452500', '174515.912500', '174516.372500', '174516.832500', '174517.292500', '174517.752500', '174518.212500', '174518.672500', '174519.132500', '174519.592500', '174520.052500', '174520.512500', '174520.972500', '174521.432500', '174521.892500', '174522.352500', '174522.812500', '174523.272500', '174523.732500', '174524.192500', '174524.652500', '174525.112500', '174525.572500', '174526.032500', '174526.492500', '174526.952500', '174527.412500', '174527.872500', '174528.332500', '174528.792500', '174529.252500', '174529.712500', '174530.172500', '174530.632500', '174531.092500', '174531.552500', '174532.012500', '174532.472500', '174532.932500', '174533.392500', '174533.852500', '174534.312500', '174534.772500', '174535.232500', '174535.692500', '174536.152500', '174536.612500', '174537.072500', '174537.532500', '174537.992500', '174538.452500', '174538.912500', '174539.372500', '174539.832500', '174540.292500', '174540.752500', '174541.212500', '174541.672500', '174542.132500', '174542.592500', '174543.052500', '174543.512500', '174543.972500', '174544.432500', '174544.892500', '174545.352500', '174545.812500', '174546.272500', '174546.732500', '174547.192500', '174547.652500', '174548.112500', '174548.572500', '174549.032500', '174549.492500', '174549.952500', '174550.412500', '174550.872500', '174551.332500', '174551.792500', '174552.252500', '174552.712500', '174553.172500', '174553.632500', '174554.092500', '174554.552500', '174555.012500', '174555.472500', '174555.932500', '174556.392500', '174556.852500', '174557.312500', '174557.772500', '174558.232500', '174558.692500', '174559.152500', '174559.612500', '174600.072500', '174600.532500', '174600.992500', '174601.452500', '174601.912500', '174602.372500', '174602.832500', '174603.292500', '174603.752500', '174604.212500', '174604.672500', '174605.132500', '174605.592500', '174606.052500', '174606.512500', '174606.972500', '174607.432500', '174607.892500', '174608.352500', '174608.812500', '174609.272500', '174609.732500', '174610.192500', '174610.652500', '174611.112500', '174611.572500', '174612.032500', '174612.492500', '174612.952500', '174613.412500', '174613.872500', '174614.332500', '174614.792500', '174615.252500', '174615.712500', '174616.172500', '174616.632500', '174617.092500', '174617.552500', '174618.012500', '174618.472500', '174618.932500', '174619.392500', '174619.852500', '174620.312500', '174620.772500', '174621.232500', '174621.692500', '174622.152500', '174622.612500', '174623.072500', '174623.532500', '174623.992500', '174624.452500', '174624.912500', '174625.372500', '174625.832500', '174626.292500', '174626.752500', '174627.212500', '174627.672500', '174628.132500', '174628.592500', '174629.052500', '174629.512500', '174629.972500', '174630.432500', '174630.892500', '174631.352500', '174631.812500', '174632.272500', '174632.732500', '174633.192500', '174633.652500', '174634.112500', '174634.572500', '174635.032500', '174635.492500', '174635.952500', '174636.412500', '174636.872500', '174637.332500', '174637.792500', '174638.252500', '174638.712500', '174639.172500', '174639.632500', '174640.092500', '174640.552500', '174641.012500', '174641.472500', '174641.932500', '174642.392500', '174642.852500', '174643.312500', '174643.772500', '174644.232500', '174644.692500', '174645.152500', '174645.612500', '174646.072500', '174646.532500', '174646.992500', '174647.452500', '174647.912500', '174648.372500', '174648.832500', '174649.292500', '174649.752500', '174650.212500', '174650.672500', '174651.132500', '174651.592500', '174652.052500', '174652.512500', '174652.972500', '174653.432500', '174653.892500', '174654.352500', '174654.812500', '174655.272500', '174655.732500', '174656.192500', '174656.652500', '174657.112500', '174657.572500', '174658.032500', '174658.492500', '174658.952500', '174659.412500', '174659.872500', '174700.332500', '174700.792500', '174701.252500', '174701.712500', '174702.172500', '174702.632500', '174703.092500', '174703.552500', '174704.012500', '174704.472500', '174704.932500', '174705.392500', '174705.852500', '174706.312500', '174706.772500', '174707.232500', '174707.692500', '174708.152500', '174708.612500', '174709.072500', '174709.532500', '174709.992500', '174710.452500', '174710.912500', '174711.372500', '174711.832500', '174712.292500', '174712.752500', '174713.212500', '174713.672500', '174714.132500', '174714.592500', '174715.052500', '174715.512500', '174715.972500', '174716.432500', '174716.892500', '174717.352500', '174717.812500', '174718.272500', '174718.732500', '174719.192500', '174719.652500', '174720.112500', '174720.572500', '174721.032500', '174721.492500', '174721.952500', '174722.412500', '174722.872500', '174723.332500', '174723.792500', '174724.252500', '174724.712500', '174725.172500', '174725.632500', '174726.092500', '174726.552500', '174727.012500', '174727.472500', '174727.932500', '174728.392500', '174728.852500', '174729.312500', '174729.772500', '174730.232500', '174730.692500', '174731.152500', '174731.612500', '174732.072500', '174732.532500', '174732.992500', '174733.452500', '174733.912500', '174734.372500', '174734.832500', '174735.292500', '174735.752500', '174736.212500', '174736.672500', '174737.132500', '174737.592500', '174738.052500', '174738.512500', '174738.972500', '174739.432500', '174739.892500', '174740.352500', '174740.812500', '174741.272500', '174741.732500', '174742.192500', '174742.652500', '174743.112500', '174743.572500', '174744.032500', '174744.492500', '174744.952500', '174745.412500', '174745.872500', '174746.332500', '174746.792500', '174747.252500', '174747.712500', '174748.172500', '174748.632500', '174749.092500', '174749.552500', '174750.012500', '174750.472500', '174750.932500', '174751.392500', '174751.852500', '174752.312500', '174752.772500', '174753.232500', '174753.692500', '174754.152500', '174754.612500', '174755.072500', '174755.532500', '174755.992500', '174756.452500', '174756.912500', '174757.372500', '174757.832500', '174758.292500', '174758.752500', '174759.212500', '174759.672500', '174800.132500', '174800.592500', '174801.052500', '174801.512500', '174801.972500', '174802.432500', '174802.892500', '174803.352500', '174803.812500', '174804.272500', '174804.732500', '174805.192500', '174805.652500', '174806.112500', '174806.572500', '174807.032500', '174807.492500', '174807.952500', '174808.412500', '174808.872500', '174809.332500', '174809.792500', '174810.252500', '174810.712500', '174811.172500', '174811.632500', '174812.092500', '174812.552500', '174813.012500', '174813.472500', '174813.932500', '174814.392500', '174814.852500', '174815.312500', '174815.772500', '174816.232500', '174816.692500', '174817.152500', '174817.612500', '174818.072500', '174818.532500', '174818.992500', '174819.452500', '174819.912500', '174820.372500', '174820.832500', '174821.292500', '174821.752500', '174822.212500', '174822.672500', '174823.132500', '174823.592500', '174824.052500', '174824.512500', '174824.972500', '174825.432500', '174825.892500', '174826.352500', '174826.812500', '174827.272500', '174827.732500', '174828.192500', '174828.652500', '174829.112500', '174829.572500', '174830.032500', '174830.492500', '174830.952500', '174831.412500', '174831.872500', '174832.332500', '174832.792500', '174833.252500', '174833.712500', '174834.172500', '174834.632500', '174835.092500', '174835.552500', '174836.012500', '174836.472500', '174836.932500', '174837.392500', '174837.852500', '174838.312500', '174838.772500', '174839.232500', '174839.692500', '174840.152500', '174840.612500', '174841.072500', '174841.532500', '174841.992500', '174842.452500', '174842.912500', '174843.372500', '174843.832500', '174844.292500', '174844.752500', '174845.212500', '174845.672500', '174846.132500', '174846.592500', '174847.052500', '174847.512500', '174847.972500', '174848.432500', '174848.892500', '174849.352500', '174849.812500', '174850.272500', '174850.732500', '174851.192500', '174851.652500', '174852.112500', '174852.572500', '174853.032500', '174853.492500', '174853.952500', '174854.412500', '174854.872500', '174855.332500', '174855.792500', '174856.252500', '174856.712500', '174857.172500', '174857.632500', '174858.092500', '174858.552500', '174859.012500', '174859.472500', '174859.932500', '174900.392500', '174900.852500', '174901.312500', '174901.772500', '174902.232500', '174902.692500', '174903.152500', '174903.612500', '174904.072500', '174904.532500', '174904.992500', '174905.452500', '174905.912500', '174906.372500', '174906.832500', '174907.292500', '174907.752500', '174908.212500', '174908.672500', '174909.132500', '174909.592500', '174910.052500', '174910.512500', '174910.972500', '174911.432500', '174911.892500', '174912.352500', '174912.812500', '174913.272500', '174913.732500', '174914.192500', '174914.652500', '174915.112500', '174915.572500', '174916.032500', '174916.492500', '174916.952500', '174917.412500', '174917.872500', '174918.332500', '174918.792500', '174919.252500', '174919.712500', '174920.172500', '174920.632500', '174921.092500', '174921.552500', '174922.012500', '174922.472500', '174922.932500', '174923.392500', '174923.852500', '174924.312500', '174924.772500', '174925.232500', '174925.692500', '174926.152500', '174926.612500', '174927.072500', '174927.532500', '174927.992500', '174928.452500', '174928.912500', '174929.372500', '174929.832500'], 'ContentTime': ['174306.611000', '174306.615000', '174306.617000', '174306.620000', '174306.623000', '174306.625000', '174306.628000', '174306.630000', '174306.633000', '174306.636000', '174306.639000', '174306.642000', '174306.645000', '174306.648000', '174306.663000', '174306.666000', '174306.669000', '174306.671000', '174306.674000', '174306.677000', '174306.679000', '174306.691000', '174306.693000', '174306.696000', '174306.698000', '174306.701000', '174306.704000', '174306.706000', '174306.709000', '174306.711000', '174306.714000', '174306.716000', '174306.719000', '174306.722000', '174326.549000', '174326.551000', '174326.554000', '174326.557000', '174326.559000', '174326.562000', '174326.564000', '174326.567000', '174326.570000', '174326.580000', '174326.583000', '174326.585000', '174326.588000', '174326.590000', '174326.593000', '174326.595000', '174326.598000', '174326.601000', '174326.603000', '174326.606000', '174326.608000', '174326.611000', '174326.614000', '174326.616000', '174326.619000', '174326.622000', '174326.624000', '174326.627000', '174326.629000', '174326.632000', '174326.635000', '174326.637000', '174326.640000', '174326.642000', '174326.645000', '174326.648000', '174326.650000', '174326.653000', '174326.655000', '174326.658000', '174326.661000', '174326.663000', '174326.666000', '174326.669000', '174346.548000', '174346.551000', '174346.554000', '174346.556000', '174346.559000', '174346.562000', '174346.564000', '174346.567000', '174346.569000', '174346.572000', '174346.575000', '174346.577000', '174346.580000', '174346.582000', '174346.585000', '174346.588000', '174346.590000', '174346.593000', '174346.595000', '174346.598000', '174346.601000', '174346.603000', '174346.606000', '174346.608000', '174346.611000', '174346.614000', '174346.616000', '174346.619000', '174346.621000', '174346.624000', '174346.636000', '174346.638000', '174346.641000', '174346.644000', '174346.646000', '174346.649000', '174346.652000', '174346.654000', '174346.657000', '174346.659000', '174346.662000', '174346.665000', '174346.667000', '174406.548000', '174406.551000', '174406.554000', '174406.557000', '174406.559000', '174406.562000', '174406.564000', '174406.567000', '174406.570000', '174406.572000', '174406.575000', '174406.577000', '174406.580000', '174406.583000', '174406.585000', '174406.588000', '174406.590000', '174406.593000', '174406.596000', '174406.598000', '174406.601000', '174406.604000', '174406.606000', '174406.609000', '174406.611000', '174406.614000', '174406.617000', '174406.619000', '174406.622000', '174406.625000', '174406.627000', '174406.630000', '174406.633000', '174406.635000', '174406.638000', '174406.640000', '174406.643000', '174406.646000', '174406.648000', '174406.651000', '174406.653000', '174406.656000', '174406.658000', '174406.661000', '174426.549000', '174426.551000', '174426.554000', '174426.557000', '174426.559000', '174426.562000', '174426.565000', '174426.567000', '174426.570000', '174426.572000', '174426.575000', '174426.578000', '174426.580000', '174426.583000', '174426.585000', '174426.588000', '174426.591000', '174426.593000', '174426.596000', '174426.599000', '174426.601000', '174426.604000', '174426.606000', '174426.609000', '174426.612000', '174426.614000', '174426.617000', '174426.619000', '174426.622000', '174426.625000', '174426.627000', '174426.630000', '174426.633000', '174426.635000', '174426.638000', '174426.641000', '174426.643000', '174426.646000', '174426.648000', '174426.651000', '174426.654000', '174426.656000', '174426.668000', '174446.548000', '174446.551000', '174446.554000', '174446.557000', '174446.559000', '174446.562000', '174446.564000', '174446.567000', '174446.570000', '174446.572000', '174446.575000', '174446.578000', '174446.580000', '174446.583000', '174446.585000', '174446.588000', '174446.590000', '174446.593000', '174446.596000', '174446.598000', '174446.601000', '174446.603000', '174446.606000', '174446.609000', '174446.611000', '174446.614000', '174446.616000', '174446.619000', '174446.622000', '174446.624000', '174446.627000', '174446.629000', '174446.632000', '174446.641000', '174446.643000', '174446.646000', '174446.649000', '174446.651000', '174446.654000', '174446.656000', '174446.659000', '174446.662000', '174446.664000', '174446.667000', '174506.548000', '174506.551000', '174506.554000', '174506.557000', '174506.559000', '174506.562000', '174506.565000', '174506.567000', '174506.570000', '174506.572000', '174506.575000', '174506.578000', '174506.580000', '174506.583000', '174506.586000', '174506.588000', '174506.591000', '174506.593000', '174506.596000', '174506.599000', '174506.601000', '174506.604000', '174506.606000', '174506.609000', '174506.612000', '174506.614000', '174506.617000', '174506.620000', '174506.623000', '174506.625000', '174506.628000', '174506.630000', '174506.633000', '174506.636000', '174506.638000', '174506.641000', '174506.644000', '174506.646000', '174506.649000', '174506.651000', '174506.654000', '174506.657000', '174506.659000', '174526.548000', '174526.550000', '174526.553000', '174526.556000', '174526.558000', '174526.561000', '174526.564000', '174526.566000', '174526.569000', '174526.571000', '174526.574000', '174526.576000', '174526.579000', '174526.582000', '174526.584000', '174526.587000', '174526.589000', '174526.592000', '174526.595000', '174526.597000', '174526.600000', '174526.603000', '174526.605000', '174526.608000', '174526.611000', '174526.613000', '174526.616000', '174526.618000', '174526.621000', '174526.624000', '174526.626000', '174526.629000', '174526.631000', '174526.634000', '174526.636000', '174526.639000', '174526.642000', '174526.644000', '174526.647000', '174526.649000', '174526.652000', '174526.655000', '174526.657000', '174546.548000', '174546.551000', '174546.554000', '174546.557000', '174546.559000', '174546.562000', '174546.564000', '174546.567000', '174546.569000', '174546.572000', '174546.575000', '174546.577000', '174546.580000', '174546.582000', '174546.585000', '174546.588000', '174546.590000', '174546.593000', '174546.596000', '174546.598000', '174546.601000', '174546.603000', '174546.606000', '174546.608000', '174546.611000', '174546.614000', '174546.616000', '174546.619000', '174546.622000', '174546.624000', '174546.627000', '174546.629000', '174546.632000', '174546.634000', '174546.637000', '174546.640000', '174546.642000', '174546.645000', '174546.647000', '174546.650000', '174546.652000', '174546.655000', '174546.658000', '174546.660000', '174606.549000', '174606.551000', '174606.554000', '174606.557000', '174606.559000', '174606.562000', '174606.565000', '174606.567000', '174606.570000', '174606.573000', '174606.575000', '174606.578000', '174606.581000', '174606.583000', '174606.586000', '174606.589000', '174606.591000', '174606.594000', '174606.597000', '174606.599000', '174606.602000', '174606.604000', '174606.607000', '174606.609000', '174606.612000', '174606.615000', '174606.617000', '174606.620000', '174606.622000', '174606.625000', '174606.628000', '174606.630000', '174606.633000', '174606.635000', '174606.638000', '174606.641000', '174606.643000', '174606.646000', '174606.648000', '174606.651000', '174606.653000', '174606.656000', '174606.659000', '174626.549000', '174626.551000', '174626.554000', '174626.557000', '174626.559000', '174626.562000', '174626.564000', '174626.567000', '174626.569000', '174626.572000', '174626.575000', '174626.577000', '174626.580000', '174626.582000', '174626.585000', '174626.588000', '174626.590000', '174626.593000', '174626.595000', '174626.598000', '174626.601000', '174626.603000', '174626.606000', '174626.608000', '174626.611000', '174626.613000', '174626.616000', '174626.619000', '174626.622000', '174626.624000', '174626.627000', '174626.629000', '174626.632000', '174626.635000', '174626.637000', '174626.640000', '174626.642000', '174626.645000', '174626.648000', '174626.650000', '174626.653000', '174626.655000', '174626.658000', '174626.661000', '174646.549000', '174646.551000', '174646.554000', '174646.557000', '174646.559000', '174646.562000', '174646.564000', '174646.567000', '174646.570000', '174646.572000', '174646.575000', '174646.577000', '174646.580000', '174646.582000', '174646.585000', '174646.588000', '174646.590000', '174646.593000', '174646.595000', '174646.598000', '174646.601000', '174646.603000', '174646.606000', '174646.608000', '174646.611000', '174646.613000', '174646.616000', '174646.619000', '174646.621000', '174646.624000', '174646.626000', '174646.629000', '174646.632000', '174646.634000', '174646.637000', '174646.639000', '174646.642000', '174646.645000', '174646.647000', '174646.650000', '174646.652000', '174646.655000', '174646.658000', '174646.660000', '174706.549000', '174706.552000', '174706.554000', '174706.557000', '174706.560000', '174706.562000', '174706.565000', '174706.567000', '174706.570000', '174706.573000', '174706.575000', '174706.602000', '174706.605000', '174706.607000', '174706.610000', '174706.612000', '174706.615000', '174706.618000', '174706.621000', '174706.623000', '174706.626000', '174706.629000', '174706.631000', '174706.634000', '174706.636000', '174706.639000', '174706.642000', '174706.644000', '174706.647000', '174706.649000', '174706.652000', '174706.655000', '174706.657000', '174706.660000', '174706.663000', '174706.666000', '174706.668000', '174706.671000', '174706.673000', '174706.676000', '174706.679000', '174706.681000', '174706.684000', '174726.549000', '174726.551000', '174726.554000', '174726.557000', '174726.559000', '174726.563000', '174726.566000', '174726.569000', '174726.571000', '174726.574000', '174726.577000', '174726.579000', '174726.582000', '174726.585000', '174726.587000', '174726.590000', '174726.593000', '174726.595000', '174726.598000', '174726.600000', '174726.603000', '174726.605000', '174726.608000', '174726.611000', '174726.613000', '174726.616000', '174726.619000', '174726.622000', '174726.624000', '174726.627000', '174726.629000', '174726.632000', '174726.635000', '174726.637000', '174726.640000', '174726.643000', '174726.645000', '174726.648000', '174726.650000', '174726.653000', '174726.656000', '174726.658000', '174726.661000', '174726.664000', '174746.547000', '174746.550000', '174746.553000', '174746.555000', '174746.558000', '174746.561000', '174746.563000', '174746.566000', '174746.569000', '174746.571000', '174746.574000', '174746.577000', '174746.579000', '174746.582000', '174746.584000', '174746.587000', '174746.589000', '174746.592000', '174746.595000', '174746.597000', '174746.600000', '174746.603000', '174746.605000', '174746.608000', '174746.610000', '174746.613000', '174746.616000', '174746.618000', '174746.621000', '174746.624000', '174746.626000', '174746.629000', '174746.631000', '174746.634000', '174746.637000', '174746.639000', '174746.642000', '174746.644000', '174746.647000', '174746.650000', '174746.652000', '174746.655000', '174746.658000', '174806.548000', '174806.551000', '174806.554000', '174806.556000', '174806.559000', '174806.562000', '174806.564000', '174806.567000', '174806.569000', '174806.572000', '174806.575000', '174806.577000', '174806.580000', '174806.582000', '174806.585000', '174806.588000', '174806.590000', '174806.593000', '174806.595000', '174806.598000', '174806.600000', '174806.603000', '174806.606000', '174806.608000', '174806.611000', '174806.614000', '174806.616000', '174806.619000', '174806.622000', '174806.624000', '174806.627000', '174806.629000', '174806.632000', '174806.635000', '174806.637000', '174806.640000', '174806.643000', '174806.645000', '174806.648000', '174806.651000', '174806.653000', '174806.656000', '174806.658000', '174826.549000', '174826.552000', '174826.554000', '174826.557000', '174826.559000', '174826.562000', '174826.565000', '174826.567000', '174826.570000', '174826.573000', '174826.575000', '174826.578000', '174826.580000', '174826.583000', '174826.586000', '174826.588000', '174826.591000', '174826.593000', '174826.596000', '174826.598000', '174826.601000', '174826.604000', '174826.607000', '174826.609000', '174826.612000', '174826.615000', '174826.617000', '174826.620000', '174826.622000', '174826.625000', '174826.628000', '174826.630000', '174826.633000', '174826.635000', '174826.638000', '174826.641000', '174826.643000', '174826.659000', '174826.662000', '174826.665000', '174826.667000', '174826.670000', '174826.673000', '174826.675000', '174846.548000', '174846.551000', '174846.554000', '174846.557000', '174846.559000', '174846.562000', '174846.565000', '174846.567000', '174846.570000', '174846.573000', '174846.575000', '174846.579000', '174846.582000', '174846.585000', '174846.587000', '174846.590000', '174846.592000', '174846.595000', '174846.598000', '174846.600000', '174846.604000', '174846.607000', '174846.609000', '174846.612000', '174846.615000', '174846.617000', '174846.620000', '174846.622000', '174846.625000', '174846.628000', '174846.630000', '174846.633000', '174846.636000', '174846.638000', '174846.641000', '174846.643000', '174846.646000', '174846.649000', '174846.651000', '174846.654000', '174846.657000', '174846.659000', '174846.662000', '174906.549000', '174906.551000', '174906.554000', '174906.557000', '174906.559000', '174906.562000', '174906.565000', '174906.567000', '174906.570000', '174906.572000', '174906.575000', '174906.578000', '174906.580000', '174906.583000', '174906.585000', '174906.588000', '174906.591000', '174906.593000', '174906.596000', '174906.598000', '174906.601000', '174906.604000', '174906.606000', '174906.609000', '174906.612000', '174906.614000', '174906.617000', '174906.620000', '174906.622000', '174906.625000', '174906.628000', '174906.630000', '174906.633000', '174906.635000', '174906.638000', '174906.641000', '174906.643000', '174906.646000', '174906.648000', '174906.651000', '174906.654000', '174906.656000', '174906.659000', '174906.661000', '174926.550000', '174926.553000', '174926.555000', '174926.558000', '174926.561000', '174926.563000', '174926.566000', '174926.568000', '174926.571000', '174926.574000', '174926.576000', '174926.579000', '174926.582000', '174926.584000', '174926.587000', '174926.589000', '174926.592000', '174926.595000', '174926.597000', '174926.600000', '174926.603000', '174926.606000', '174926.609000', '174926.611000', '174926.614000', '174926.616000', '174926.619000', '174926.622000', '174926.624000', '174926.627000', '174926.630000', '174926.632000', '174926.635000', '174926.637000', '174926.640000', '174926.643000', '174926.645000', '174926.648000', '174926.650000', '174926.653000', '174926.655000', '174926.658000', '174926.661000', '174931.655000', '174931.657000', '174931.660000', '174931.663000', '174931.665000', '174931.668000', '174931.671000', '174931.673000', '174931.676000', '174931.678000', '174931.681000', '174931.684000'], 'InstanceCreationTime': ['174306.611000', '174306.615000', '174306.617000', '174306.620000', '174306.623000', '174306.625000', '174306.628000', '174306.630000', '174306.633000', '174306.636000', '174306.639000', '174306.642000', '174306.645000', '174306.648000', '174306.663000', '174306.666000', '174306.669000', '174306.671000', '174306.674000', '174306.677000', '174306.679000', '174306.691000', '174306.693000', '174306.696000', '174306.698000', '174306.701000', '174306.704000', '174306.706000', '174306.709000', '174306.711000', '174306.714000', '174306.716000', '174306.719000', '174306.722000', '174326.549000', '174326.551000', '174326.554000', '174326.557000', '174326.559000', '174326.562000', '174326.564000', '174326.567000', '174326.570000', '174326.580000', '174326.583000', '174326.585000', '174326.588000', '174326.590000', '174326.593000', '174326.595000', '174326.598000', '174326.601000', '174326.603000', '174326.606000', '174326.608000', '174326.611000', '174326.614000', '174326.616000', '174326.619000', '174326.622000', '174326.624000', '174326.627000', '174326.629000', '174326.632000', '174326.635000', '174326.637000', '174326.640000', '174326.642000', '174326.645000', '174326.648000', '174326.650000', '174326.653000', '174326.655000', '174326.658000', '174326.661000', '174326.663000', '174326.666000', '174326.669000', '174346.548000', '174346.551000', '174346.554000', '174346.556000', '174346.559000', '174346.562000', '174346.564000', '174346.567000', '174346.569000', '174346.572000', '174346.575000', '174346.577000', '174346.580000', '174346.582000', '174346.585000', '174346.588000', '174346.590000', '174346.593000', '174346.595000', '174346.598000', '174346.601000', '174346.603000', '174346.606000', '174346.608000', '174346.611000', '174346.614000', '174346.616000', '174346.619000', '174346.621000', '174346.624000', '174346.636000', '174346.638000', '174346.641000', '174346.644000', '174346.646000', '174346.649000', '174346.652000', '174346.654000', '174346.657000', '174346.659000', '174346.662000', '174346.665000', '174346.667000', '174406.548000', '174406.551000', '174406.554000', '174406.557000', '174406.559000', '174406.562000', '174406.564000', '174406.567000', '174406.570000', '174406.572000', '174406.575000', '174406.577000', '174406.580000', '174406.583000', '174406.585000', '174406.588000', '174406.590000', '174406.593000', '174406.596000', '174406.598000', '174406.601000', '174406.604000', '174406.606000', '174406.609000', '174406.611000', '174406.614000', '174406.617000', '174406.619000', '174406.622000', '174406.625000', '174406.627000', '174406.630000', '174406.633000', '174406.635000', '174406.638000', '174406.640000', '174406.643000', '174406.646000', '174406.648000', '174406.651000', '174406.653000', '174406.656000', '174406.658000', '174406.661000', '174426.549000', '174426.551000', '174426.554000', '174426.557000', '174426.559000', '174426.562000', '174426.565000', '174426.567000', '174426.570000', '174426.572000', '174426.575000', '174426.578000', '174426.580000', '174426.583000', '174426.585000', '174426.588000', '174426.591000', '174426.593000', '174426.596000', '174426.599000', '174426.601000', '174426.604000', '174426.606000', '174426.609000', '174426.612000', '174426.614000', '174426.617000', '174426.619000', '174426.622000', '174426.625000', '174426.627000', '174426.630000', '174426.633000', '174426.635000', '174426.638000', '174426.641000', '174426.643000', '174426.646000', '174426.648000', '174426.651000', '174426.654000', '174426.656000', '174426.668000', '174446.548000', '174446.551000', '174446.554000', '174446.557000', '174446.559000', '174446.562000', '174446.564000', '174446.567000', '174446.570000', '174446.572000', '174446.575000', '174446.578000', '174446.580000', '174446.583000', '174446.585000', '174446.588000', '174446.590000', '174446.593000', '174446.596000', '174446.598000', '174446.601000', '174446.603000', '174446.606000', '174446.609000', '174446.611000', '174446.614000', '174446.616000', '174446.619000', '174446.622000', '174446.624000', '174446.627000', '174446.629000', '174446.632000', '174446.641000', '174446.643000', '174446.646000', '174446.649000', '174446.651000', '174446.654000', '174446.656000', '174446.659000', '174446.662000', '174446.664000', '174446.667000', '174506.548000', '174506.551000', '174506.554000', '174506.557000', '174506.559000', '174506.562000', '174506.565000', '174506.567000', '174506.570000', '174506.572000', '174506.575000', '174506.578000', '174506.580000', '174506.583000', '174506.586000', '174506.588000', '174506.591000', '174506.593000', '174506.596000', '174506.599000', '174506.601000', '174506.604000', '174506.606000', '174506.609000', '174506.612000', '174506.614000', '174506.617000', '174506.620000', '174506.623000', '174506.625000', '174506.628000', '174506.630000', '174506.633000', '174506.636000', '174506.638000', '174506.641000', '174506.644000', '174506.646000', '174506.649000', '174506.651000', '174506.654000', '174506.657000', '174506.659000', '174526.548000', '174526.550000', '174526.553000', '174526.556000', '174526.558000', '174526.561000', '174526.564000', '174526.566000', '174526.569000', '174526.571000', '174526.574000', '174526.576000', '174526.579000', '174526.582000', '174526.584000', '174526.587000', '174526.589000', '174526.592000', '174526.595000', '174526.597000', '174526.600000', '174526.603000', '174526.605000', '174526.608000', '174526.611000', '174526.613000', '174526.616000', '174526.618000', '174526.621000', '174526.624000', '174526.626000', '174526.629000', '174526.631000', '174526.634000', '174526.636000', '174526.639000', '174526.642000', '174526.644000', '174526.647000', '174526.649000', '174526.652000', '174526.655000', '174526.657000', '174546.548000', '174546.551000', '174546.554000', '174546.557000', '174546.559000', '174546.562000', '174546.564000', '174546.567000', '174546.569000', '174546.572000', '174546.575000', '174546.577000', '174546.580000', '174546.582000', '174546.585000', '174546.588000', '174546.590000', '174546.593000', '174546.596000', '174546.598000', '174546.601000', '174546.603000', '174546.606000', '174546.608000', '174546.611000', '174546.614000', '174546.616000', '174546.619000', '174546.622000', '174546.624000', '174546.627000', '174546.629000', '174546.632000', '174546.634000', '174546.637000', '174546.640000', '174546.642000', '174546.645000', '174546.647000', '174546.650000', '174546.652000', '174546.655000', '174546.658000', '174546.660000', '174606.549000', '174606.551000', '174606.554000', '174606.557000', '174606.559000', '174606.562000', '174606.565000', '174606.567000', '174606.570000', '174606.573000', '174606.575000', '174606.578000', '174606.581000', '174606.583000', '174606.586000', '174606.589000', '174606.591000', '174606.594000', '174606.597000', '174606.599000', '174606.602000', '174606.604000', '174606.607000', '174606.609000', '174606.612000', '174606.615000', '174606.617000', '174606.620000', '174606.622000', '174606.625000', '174606.628000', '174606.630000', '174606.633000', '174606.635000', '174606.638000', '174606.641000', '174606.643000', '174606.646000', '174606.648000', '174606.651000', '174606.653000', '174606.656000', '174606.659000', '174626.549000', '174626.551000', '174626.554000', '174626.557000', '174626.559000', '174626.562000', '174626.564000', '174626.567000', '174626.569000', '174626.572000', '174626.575000', '174626.577000', '174626.580000', '174626.582000', '174626.585000', '174626.588000', '174626.590000', '174626.593000', '174626.595000', '174626.598000', '174626.601000', '174626.603000', '174626.606000', '174626.608000', '174626.611000', '174626.613000', '174626.616000', '174626.619000', '174626.622000', '174626.624000', '174626.627000', '174626.629000', '174626.632000', '174626.635000', '174626.637000', '174626.640000', '174626.642000', '174626.645000', '174626.648000', '174626.650000', '174626.653000', '174626.655000', '174626.658000', '174626.661000', '174646.549000', '174646.551000', '174646.554000', '174646.557000', '174646.559000', '174646.562000', '174646.564000', '174646.567000', '174646.570000', '174646.572000', '174646.575000', '174646.577000', '174646.580000', '174646.582000', '174646.585000', '174646.588000', '174646.590000', '174646.593000', '174646.595000', '174646.598000', '174646.601000', '174646.603000', '174646.606000', '174646.608000', '174646.611000', '174646.613000', '174646.616000', '174646.619000', '174646.621000', '174646.624000', '174646.626000', '174646.629000', '174646.632000', '174646.634000', '174646.637000', '174646.639000', '174646.642000', '174646.645000', '174646.647000', '174646.650000', '174646.652000', '174646.655000', '174646.658000', '174646.660000', '174706.549000', '174706.552000', '174706.554000', '174706.557000', '174706.560000', '174706.562000', '174706.565000', '174706.567000', '174706.570000', '174706.573000', '174706.575000', '174706.602000', '174706.605000', '174706.607000', '174706.610000', '174706.612000', '174706.615000', '174706.618000', '174706.621000', '174706.623000', '174706.626000', '174706.629000', '174706.631000', '174706.634000', '174706.636000', '174706.639000', '174706.642000', '174706.644000', '174706.647000', '174706.649000', '174706.652000', '174706.655000', '174706.657000', '174706.660000', '174706.663000', '174706.666000', '174706.668000', '174706.671000', '174706.673000', '174706.676000', '174706.679000', '174706.681000', '174706.684000', '174726.549000', '174726.551000', '174726.554000', '174726.557000', '174726.559000', '174726.563000', '174726.566000', '174726.569000', '174726.571000', '174726.574000', '174726.577000', '174726.579000', '174726.582000', '174726.585000', '174726.587000', '174726.590000', '174726.593000', '174726.595000', '174726.598000', '174726.600000', '174726.603000', '174726.605000', '174726.608000', '174726.611000', '174726.613000', '174726.616000', '174726.619000', '174726.622000', '174726.624000', '174726.627000', '174726.629000', '174726.632000', '174726.635000', '174726.637000', '174726.640000', '174726.643000', '174726.645000', '174726.648000', '174726.650000', '174726.653000', '174726.656000', '174726.658000', '174726.661000', '174726.664000', '174746.547000', '174746.550000', '174746.553000', '174746.555000', '174746.558000', '174746.561000', '174746.563000', '174746.566000', '174746.569000', '174746.571000', '174746.574000', '174746.577000', '174746.579000', '174746.582000', '174746.584000', '174746.587000', '174746.589000', '174746.592000', '174746.595000', '174746.597000', '174746.600000', '174746.603000', '174746.605000', '174746.608000', '174746.610000', '174746.613000', '174746.616000', '174746.618000', '174746.621000', '174746.624000', '174746.626000', '174746.629000', '174746.631000', '174746.634000', '174746.637000', '174746.639000', '174746.642000', '174746.644000', '174746.647000', '174746.650000', '174746.652000', '174746.655000', '174746.658000', '174806.548000', '174806.551000', '174806.554000', '174806.556000', '174806.559000', '174806.562000', '174806.564000', '174806.567000', '174806.569000', '174806.572000', '174806.575000', '174806.577000', '174806.580000', '174806.582000', '174806.585000', '174806.588000', '174806.590000', '174806.593000', '174806.595000', '174806.598000', '174806.600000', '174806.603000', '174806.606000', '174806.608000', '174806.611000', '174806.614000', '174806.616000', '174806.619000', '174806.622000', '174806.624000', '174806.627000', '174806.629000', '174806.632000', '174806.635000', '174806.637000', '174806.640000', '174806.643000', '174806.645000', '174806.648000', '174806.651000', '174806.653000', '174806.656000', '174806.658000', '174826.549000', '174826.552000', '174826.554000', '174826.557000', '174826.559000', '174826.562000', '174826.565000', '174826.567000', '174826.570000', '174826.573000', '174826.575000', '174826.578000', '174826.580000', '174826.583000', '174826.586000', '174826.588000', '174826.591000', '174826.593000', '174826.596000', '174826.598000', '174826.601000', '174826.604000', '174826.607000', '174826.609000', '174826.612000', '174826.615000', '174826.617000', '174826.620000', '174826.622000', '174826.625000', '174826.628000', '174826.630000', '174826.633000', '174826.635000', '174826.638000', '174826.641000', '174826.643000', '174826.659000', '174826.662000', '174826.665000', '174826.667000', '174826.670000', '174826.673000', '174826.675000', '174846.548000', '174846.551000', '174846.554000', '174846.557000', '174846.559000', '174846.562000', '174846.565000', '174846.567000', '174846.570000', '174846.573000', '174846.575000', '174846.579000', '174846.582000', '174846.585000', '174846.587000', '174846.590000', '174846.592000', '174846.595000', '174846.598000', '174846.600000', '174846.604000', '174846.607000', '174846.609000', '174846.612000', '174846.615000', '174846.617000', '174846.620000', '174846.622000', '174846.625000', '174846.628000', '174846.630000', '174846.633000', '174846.636000', '174846.638000', '174846.641000', '174846.643000', '174846.646000', '174846.649000', '174846.651000', '174846.654000', '174846.657000', '174846.659000', '174846.662000', '174906.549000', '174906.551000', '174906.554000', '174906.557000', '174906.559000', '174906.562000', '174906.565000', '174906.567000', '174906.570000', '174906.572000', '174906.575000', '174906.578000', '174906.580000', '174906.583000', '174906.585000', '174906.588000', '174906.591000', '174906.593000', '174906.596000', '174906.598000', '174906.601000', '174906.604000', '174906.606000', '174906.609000', '174906.612000', '174906.614000', '174906.617000', '174906.620000', '174906.622000', '174906.625000', '174906.628000', '174906.630000', '174906.633000', '174906.635000', '174906.638000', '174906.641000', '174906.643000', '174906.646000', '174906.648000', '174906.651000', '174906.654000', '174906.656000', '174906.659000', '174906.661000', '174926.550000', '174926.553000', '174926.555000', '174926.558000', '174926.561000', '174926.563000', '174926.566000', '174926.568000', '174926.571000', '174926.574000', '174926.576000', '174926.579000', '174926.582000', '174926.584000', '174926.587000', '174926.589000', '174926.592000', '174926.595000', '174926.597000', '174926.600000', '174926.603000', '174926.606000', '174926.609000', '174926.611000', '174926.614000', '174926.616000', '174926.619000', '174926.622000', '174926.624000', '174926.627000', '174926.630000', '174926.632000', '174926.635000', '174926.637000', '174926.640000', '174926.643000', '174926.645000', '174926.648000', '174926.650000', '174926.653000', '174926.655000', '174926.658000', '174926.661000', '174931.655000', '174931.657000', '174931.660000', '174931.663000', '174931.665000', '174931.668000', '174931.671000', '174931.673000', '174931.676000', '174931.678000', '174931.681000', '174931.684000'], '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': [11884, 17078, 11367, 15258, 10812, 12041, 14869, 11252, 14380, 9281, 11809, 13105, 11346, 13653, 10679, 11288, 17028, 11655, 12950, 8659, 11552, 12994, 11130, 11844, 8638, 11172, 13194, 10694, 11313, 8085, 11164, 8162, 11009, 12732, 8655, 11371, 14610, 11042, 11967, 8257, 11384, 14396, 11102, 11701, 10239, 10755, 8655, 11208, 16203, 10721, 12497, 11861, 11801, 15208, 10918, 12174, 9730, 11498, 14236, 9189, 11834, 14924, 11638, 12149, 10154, 11481, 10158, 11162, 13008, 10350, 11815, 15292, 12207, 12380, 10848, 11561, 10521, 11075, 8958, 10081, 10650, 10633, 9076, 9618, 8626, 9457, 10282, 14303, 17740, 11945, 15790, 10800, 11955, 14347, 12155, 13347, 11410, 12008, 11024, 11412, 11387, 11524, 14480, 11627, 12081, 15488, 12156, 14793, 11745, 11835, 11793, 11304, 10200, 11942, 12764, 11319, 11660, 8677, 11445, 11629, 10485, 11377, 12214, 11529, 11229, 10361, 11770, 7750, 11245, 11238, 10183, 11804, 10150, 10913, 12597, 10017, 11010, 9803, 11319, 14155, 10015, 11492, 9537, 11884, 12731, 9830, 10516, 8111, 8485, 11112, 7029, 12965, 16862, 13502, 13447, 17375, 10450, 12886, 10296, 11627, 17631, 12017, 12664, 17295, 11899, 12981, 10345, 11907, 13029, 12974, 11478, 9755, 11858, 12031, 11475, 11947, 11091, 12460, 12902, 9699, 13033, 16551, 11987, 12114, 16130, 12734, 11299, 10928, 11846, 10807, 11099, 11520, 8842, 12265, 11795, 11357, 9763, 11128, 8883, 10872, 11783, 9539, 11782, 12230, 10047, 11664, 12735, 10082, 12704, 9256, 7829, 11344, 8789, 10192, 10898, 14414, 16629, 11651, 12241, 12926, 12033, 13099, 12106, 12328, 15109, 12714, 11631, 13640, 11419, 11627, 9994, 12340, 12455, 11144, 12472, 10445, 11731, 15592, 11498, 11595, 13289, 11370, 11563, 8292, 11626, 11004, 11911, 11522, 8681, 10963, 10906, 10625, 11116, 11985, 10238, 11078, 10630, 10096, 11333, 9045, 11617, 7124, 10625, 11433, 8629, 11144, 11520, 9585, 11602, 10858, 10468, 11344, 9314, 10920, 10933, 10221, 11895, 11870, 10693, 11992, 9444, 11416, 14409, 9182, 10951, 13235, 10053, 11532, 12284, 10931, 11610, 9009, 11769, 10674, 10657, 11489, 8980, 11658, 13193, 11476, 11947, 10899, 10977, 12036, 9015, 12017, 8630, 9606, 10207, 12911, 16949, 10695, 12868, 15441, 12134, 13453, 10031, 11250, 12855, 11019, 11439, 9754, 11801, 12044, 9556, 11035, 9384, 11050, 11274, 10395, 11413, 8904, 11436, 7259, 10815, 11146, 8948, 11111, 13277, 9406, 11631, 9290, 11481, 7994, 9849, 7969, 7168, 11230, 7854, 12055, 10659, 15100, 17372, 11612, 11728, 14683, 10543, 12658, 11117, 12089, 15073, 11613, 12489, 11027, 11825, 14790, 12211, 11763, 16111, 10380, 11600, 9986, 11632, 11138, 11979, 11387, 13196, 11058, 11814, 12020, 10545, 11197, 8009, 12041, 10967, 7052, 12993, 11025, 14963, 17942, 13446, 12819, 12570, 12757, 11933, 12908, 11581, 15601, 11786, 12099, 10754, 11815, 15203, 11093, 12174, 11494, 11247, 16563, 11548, 12098, 11819, 11075, 14222, 10956, 10734, 10979, 11550, 10590, 12027, 11350, 10406, 11752, 7982, 11492, 10246, 11921, 11452, 9414, 11229, 10547, 10861, 11528, 9958, 10612, 10576, 11630, 12062, 9993, 12286, 8899, 7109, 9600, 9356, 7131, 12880, 17825, 11526, 12229, 16490, 9926, 12600, 9297, 11461, 12541, 10350, 11041, 7776, 11091, 7301, 9781, 9376, 10725, 8788, 15031, 16536, 12096, 12975, 11344, 7437, 12212, 16041, 9976, 12187, 15352, 11473, 12526, 10133, 11068, 8786, 11161, 10839, 9750, 11248, 10596, 12090, 8001, 7169, 9709, 8206, 10699, 7703, 13605, 15222, 10173, 13928, 9123, 11410, 14560, 12212, 11673, 16192, 7997, 11270, 7714, 10566, 11728, 7340, 11158, 7763, 10880, 9689, 11320, 9313, 11245, 14907, 9576, 11357, 13342, 9390, 11420, 13789, 8368, 11154, 11666, 9150, 11346, 7287, 10613, 11773, 8760, 8105, 8536, 11296, 9926, 9452, 11393, 11617, 9479, 11334, 8329, 11066, 10356, 9602, 11629, 10521, 10728, 11772, 8924, 11972, 8615, 10478, 11684, 8475, 10936, 12594, 9874, 10956, 12014, 9664, 11786, 7447, 11000, 7430, 12718, 9417, 7501, 12519, 9683, 14983, 16497, 11148, 12881, 15015, 12480, 13073, 16363, 11648, 12483, 10157, 12269, 12437, 10490, 12706, 9917, 12277, 7979, 12305, 9545, 7194, 10510, 10410, 15485, 16385, 12259, 11284, 13046, 12014, 11489, 15092, 11403, 11485, 11281, 11836, 9410, 11357, 10977, 11944, 10376, 12904, 11621, 15798, 11755, 12855, 10867, 11573, 12166, 12055, 11487, 13993, 10884, 10871, 10202, 11679, 13064, 10900, 9381, 10428, 7661, 11790, 9727, 6962, 11658, 11046, 11874, 9764, 11828, 15183, 12042, 12024, 15839, 10148, 12153, 9583, 11671, 11576, 10995, 11483, 9933, 11875, 16264, 10523, 11767, 9307, 11470, 12288, 11913, 11433, 14035, 10245, 11607, 9698, 11565, 8781, 11262, 11287, 9571, 11941, 13320, 9800, 11228, 8189, 10979, 11988, 9224, 11766, 14035, 9743, 11349, 10100, 11296, 13639, 9449, 10906, 12395, 10611, 11461, 9700, 11774, 9999, 10707, 13729, 9843, 12984, 12044, 9022, 11422, 8885, 12275, 14987, 11187, 15278, 12451, 8485, 12400, 17567, 11263, 12252, 15030, 11083, 12710, 12636, 12170, 12034, 10515, 12244, 10279, 12458, 13832, 10722, 11608, 11944, 11864, 13525, 12021, 11220, 10815, 12637, 12017, 9746, 9135, 7051, 10973, 9506, 16223, 17398, 12557, 11899, 13681, 11617, 11623, 12302, 11497, 9071, 11758, 11006, 12484, 12030, 12930, 12102, 12295, 10901, 11709, 7857, 11976, 11937, 11054, 11609, 11584, 11823, 11461, 10078, 12125, 10235, 12332, 8012, 11875, 11968, 10311, 11996, 12689, 11028, 12470, 10808, 12811, 13882, 11487, 12756, 7786, 10543, 10873, 10337, 9863, 8871, 12471, 9972, 13624, 16067, 12857, 12831, 9554, 13420, 11927, 12839, 15386, 13340, 13006, 11491, 12735, 15034, 12113, 12102, 13282, 12776, 13019, 12972, 11929, 12608, 12202, 12496, 12642, 12558, 14576, 11981, 12274, 11151, 11712, 12066, 9666, 11978, 11561, 10139, 12275, 9125, 11061, 7007, 10910, 6701, 10896, 11732, 8589, 11297, 12178, 9876, 11496, 10076, 11112, 12565, 8336, 11690, 10112, 11049, 12488, 8846, 11497, 9915, 11274, 11955, 9157, 11958, 12598, 11392, 8196, 11317, 10904, 6935, 11877, 6876, 11725, 12616, 7007, 13448, 11738, 16220, 18187, 13483, 12793, 15238, 10637, 12513, 10349, 12650, 15614], 'WindowCenter': [4417.0, 4422.0, 4379.0, 4383.0, 4353.0, 4364.0, 4369.0, 4339.0, 4371.0, 4320.0, 4338.0, 4345.0, 4335.0, 4346.0, 4324.0, 4323.0, 4353.0, 4323.0, 4345.0, 4292.0, 4334.0, 4332.0, 4322.0, 4333.0, 4291.0, 4322.0, 4356.0, 4323.0, 4324.0, 4293.0, 4333.0, 4293.0, 4337.0, 4356.0, 4306.0, 4348.0, 4356.0, 4335.0, 4346.0, 4294.0, 4337.0, 4355.0, 4338.0, 4346.0, 4326.0, 4336.0, 4307.0, 4339.0, 4368.0, 4339.0, 4350.0, 4336.0, 4337.0, 4355.0, 4326.0, 4335.0, 4303.0, 4323.0, 4344.0, 4290.0, 4321.0, 4343.0, 4322.0, 4335.0, 4311.0, 4322.0, 4299.0, 4319.0, 4331.0, 4299.0, 4321.0, 4340.0, 4319.0, 4321.0, 4311.0, 4321.0, 4323.0, 4336.0, 4303.0, 4311.0, 4325.0, 4336.0, 4317.0, 4330.0, 4316.0, 4330.0, 4340.0, 4370.0, 4380.0, 4348.0, 4370.0, 4326.0, 4338.0, 4357.0, 4346.0, 4344.0, 4323.0, 4333.0, 4311.0, 4323.0, 4320.0, 4311.0, 4330.0, 4321.0, 4334.0, 4340.0, 4307.0, 4325.0, 4306.0, 4304.0, 4317.0, 4309.0, 4284.0, 4307.0, 4317.0, 4307.0, 4307.0, 4275.0, 4307.0, 4306.0, 4296.0, 4318.0, 4316.0, 4320.0, 4309.0, 4298.0, 4321.0, 4268.0, 4322.0, 4322.0, 4312.0, 4333.0, 4313.0, 4323.0, 4346.0, 4316.0, 4326.0, 4313.0, 4337.0, 4356.0, 4317.0, 4336.0, 4317.0, 4346.0, 4359.0, 4340.0, 4349.0, 4320.0, 4333.0, 4376.0, 4328.0, 4386.0, 4397.0, 4361.0, 4360.0, 4381.0, 4328.0, 4348.0, 4314.0, 4334.0, 4365.0, 4321.0, 4332.0, 4340.0, 4321.0, 4320.0, 4287.0, 4306.0, 4318.0, 4316.0, 4306.0, 4285.0, 4306.0, 4317.0, 4317.0, 4318.0, 4308.0, 4329.0, 4345.0, 4325.0, 4369.0, 4379.0, 4333.0, 4322.0, 4338.0, 4315.0, 4295.0, 4294.0, 4305.0, 4295.0, 4305.0, 4318.0, 4288.0, 4320.0, 4320.0, 4322.0, 4300.0, 4321.0, 4302.0, 4324.0, 4336.0, 4303.0, 4335.0, 4334.0, 4313.0, 4338.0, 4344.0, 4323.0, 4345.0, 4303.0, 4282.0, 4333.0, 4316.0, 4338.0, 4351.0, 4383.0, 4383.0, 4337.0, 4337.0, 4334.0, 4333.0, 4334.0, 4321.0, 4331.0, 4342.0, 4329.0, 4320.0, 4330.0, 4319.0, 4320.0, 4298.0, 4332.0, 4332.0, 4334.0, 4334.0, 4312.0, 4321.0, 4338.0, 4308.0, 4308.0, 4318.0, 4308.0, 4308.0, 4276.0, 4320.0, 4311.0, 4317.0, 4308.0, 4277.0, 4311.0, 4309.0, 4310.0, 4320.0, 4321.0, 4311.0, 4322.0, 4311.0, 4324.0, 4337.0, 4303.0, 4334.0, 4273.0, 4324.0, 4334.0, 4303.0, 4334.0, 4334.0, 4315.0, 4347.0, 4337.0, 4337.0, 4336.0, 4318.0, 4339.0, 4325.0, 4325.0, 4337.0, 4335.0, 4336.0, 4348.0, 4315.0, 4336.0, 4354.0, 4304.0, 4325.0, 4332.0, 4312.0, 4335.0, 4332.0, 4323.0, 4334.0, 4302.0, 4334.0, 4312.0, 4324.0, 4324.0, 4291.0, 4322.0, 4332.0, 4321.0, 4333.0, 4335.0, 4336.0, 4346.0, 4317.0, 4344.0, 4305.0, 4316.0, 4338.0, 4358.0, 4379.0, 4327.0, 4347.0, 4353.0, 4332.0, 4331.0, 4313.0, 4337.0, 4330.0, 4309.0, 4320.0, 4299.0, 4320.0, 4331.0, 4302.0, 4311.0, 4303.0, 4333.0, 4321.0, 4323.0, 4336.0, 4303.0, 4335.0, 4283.0, 4335.0, 4334.0, 4316.0, 4337.0, 4345.0, 4316.0, 4349.0, 4318.0, 4360.0, 4320.0, 4350.0, 4320.0, 4299.0, 4361.0, 4334.0, 4374.0, 4353.0, 4385.0, 4399.0, 4353.0, 4338.0, 4345.0, 4325.0, 4348.0, 4325.0, 4333.0, 4342.0, 4322.0, 4332.0, 4311.0, 4321.0, 4329.0, 4307.0, 4308.0, 4326.0, 4285.0, 4295.0, 4272.0, 4295.0, 4293.0, 4293.0, 4305.0, 4316.0, 4308.0, 4307.0, 4318.0, 4310.0, 4321.0, 4292.0, 4347.0, 4349.0, 4301.0, 4359.0, 4337.0, 4370.0, 4369.0, 4336.0, 4332.0, 4319.0, 4332.0, 4322.0, 4329.0, 4321.0, 4327.0, 4307.0, 4308.0, 4295.0, 4305.0, 4324.0, 4295.0, 4307.0, 4295.0, 4294.0, 4313.0, 4280.0, 4281.0, 4278.0, 4267.0, 4287.0, 4267.0, 4269.0, 4267.0, 4277.0, 4267.0, 4288.0, 4277.0, 4268.0, 4290.0, 4249.0, 4292.0, 4281.0, 4304.0, 4304.0, 4273.0, 4295.0, 4297.0, 4295.0, 4308.0, 4286.0, 4309.0, 4309.0, 4331.0, 4344.0, 4314.0, 4344.0, 4319.0, 4311.0, 4343.0, 4356.0, 4315.0, 4386.0, 4393.0, 4335.0, 4335.0, 4353.0, 4313.0, 4334.0, 4301.0, 4334.0, 4346.0, 4326.0, 4337.0, 4293.0, 4336.0, 4282.0, 4325.0, 4315.0, 4336.0, 4330.0, 4381.0, 4381.0, 4348.0, 4345.0, 4324.0, 4282.0, 4348.0, 4368.0, 4302.0, 4323.0, 4343.0, 4321.0, 4321.0, 4311.0, 4311.0, 4292.0, 4322.0, 4324.0, 4317.0, 4324.0, 4327.0, 4346.0, 4309.0, 4288.0, 4328.0, 4334.0, 4366.0, 4337.0, 4398.0, 4385.0, 4331.0, 4360.0, 4305.0, 4325.0, 4344.0, 4322.0, 4322.0, 4341.0, 4280.0, 4311.0, 4268.0, 4310.0, 4332.0, 4284.0, 4333.0, 4282.0, 4335.0, 4326.0, 4348.0, 4329.0, 4363.0, 4371.0, 4328.0, 4337.0, 4348.0, 4315.0, 4335.0, 4343.0, 4292.0, 4323.0, 4322.0, 4304.0, 4325.0, 4283.0, 4324.0, 4334.0, 4305.0, 4295.0, 4318.0, 4350.0, 4327.0, 4328.0, 4349.0, 4336.0, 4327.0, 4338.0, 4306.0, 4337.0, 4327.0, 4327.0, 4350.0, 4327.0, 4337.0, 4338.0, 4306.0, 4347.0, 4306.0, 4337.0, 4349.0, 4294.0, 4325.0, 4346.0, 4312.0, 4324.0, 4334.0, 4302.0, 4333.0, 4285.0, 4352.0, 4299.0, 4373.0, 4330.0, 4311.0, 4371.0, 4341.0, 4384.0, 4385.0, 4338.0, 4338.0, 4358.0, 4335.0, 4346.0, 4354.0, 4322.0, 4320.0, 4309.0, 4331.0, 4332.0, 4311.0, 4331.0, 4301.0, 4321.0, 4293.0, 4348.0, 4315.0, 4287.0, 4338.0, 4351.0, 4384.0, 4385.0, 4337.0, 4325.0, 4334.0, 4334.0, 4335.0, 4343.0, 4321.0, 4323.0, 4321.0, 4321.0, 4302.0, 4324.0, 4335.0, 4336.0, 4327.0, 4348.0, 4338.0, 4369.0, 4335.0, 4334.0, 4313.0, 4322.0, 4319.0, 4318.0, 4308.0, 4328.0, 4297.0, 4297.0, 4298.0, 4319.0, 4318.0, 4312.0, 4289.0, 4310.0, 4281.0, 4344.0, 4328.0, 4298.0, 4362.0, 4363.0, 4363.0, 4341.0, 4362.0, 4371.0, 4350.0, 4349.0, 4357.0, 4325.0, 4336.0, 4314.0, 4336.0, 4336.0, 4334.0, 4336.0, 4314.0, 4336.0, 4354.0, 4313.0, 4323.0, 4301.0, 4323.0, 4332.0, 4332.0, 4335.0, 4343.0, 4313.0, 4322.0, 4302.0, 4323.0, 4291.0, 4334.0, 4326.0, 4304.0, 4346.0, 4345.0, 4314.0, 4325.0, 4294.0, 4325.0, 4347.0, 4315.0, 4336.0, 4356.0, 4316.0, 4324.0, 4325.0, 4337.0, 4345.0, 4304.0, 4325.0, 4333.0, 4326.0, 4337.0, 4304.0, 4335.0, 4314.0, 4325.0, 4318.0, 4327.0, 4344.0, 4334.0, 4304.0, 4347.0, 4333.0, 4388.0, 4395.0, 4348.0, 4368.0, 4347.0, 4319.0, 4360.0, 4381.0, 4313.0, 4322.0, 4342.0, 4309.0, 4331.0, 4319.0, 4320.0, 4320.0, 4310.0, 4320.0, 4297.0, 4320.0, 4329.0, 4309.0, 4310.0, 4320.0, 4321.0, 4331.0, 4332.0, 4313.0, 4310.0, 4332.0, 4334.0, 4301.0, 4305.0, 4285.0, 4337.0, 4340.0, 4393.0, 4370.0, 4336.0, 4323.0, 4332.0, 4311.0, 4311.0, 4320.0, 4323.0, 4289.0, 4320.0, 4299.0, 4319.0, 4322.0, 4320.0, 4318.0, 4320.0, 4311.0, 4322.0, 4280.0, 4319.0, 4320.0, 4321.0, 4320.0, 4321.0, 4332.0, 4321.0, 4312.0, 4332.0, 4312.0, 4334.0, 4282.0, 4335.0, 4333.0, 4324.0, 4335.0, 4333.0, 4326.0, 4337.0, 4324.0, 4333.0, 4332.0, 4348.0, 4346.0, 4297.0, 4325.0, 4334.0, 4323.0, 4325.0, 4317.0, 4359.0, 4340.0, 4371.0, 4359.0, 4335.0, 4322.0, 4291.0, 4348.0, 4334.0, 4346.0, 4355.0, 4332.0, 4330.0, 4308.0, 4330.0, 4329.0, 4319.0, 4307.0, 4329.0, 4317.0, 4328.0, 4328.0, 4320.0, 4320.0, 4332.0, 4329.0, 4331.0, 4332.0, 4330.0, 4309.0, 4309.0, 4296.0, 4307.0, 4307.0, 4276.0, 4307.0, 4306.0, 4298.0, 4320.0, 4288.0, 4309.0, 4271.0, 4337.0, 4274.0, 4337.0, 4335.0, 4305.0, 4338.0, 4336.0, 4317.0, 4335.0, 4326.0, 4337.0, 4347.0, 4308.0, 4350.0, 4327.0, 4337.0, 4348.0, 4317.0, 4338.0, 4316.0, 4338.0, 4350.0, 4318.0, 4348.0, 4349.0, 4336.0, 4306.0, 4337.0, 4352.0, 4302.0, 4361.0, 4290.0, 4380.0, 4390.0, 4318.0, 4374.0, 4351.0, 4383.0, 4371.0, 4322.0, 4323.0, 4333.0, 4310.0, 4334.0, 4298.0, 4318.0, 4328.0], 'WindowWidth': [9728.0, 9726.0, 9656.0, 9653.0, 9608.0, 9627.0, 9626.0, 9582.0, 9633.0, 9558.0, 9580.0, 9586.0, 9570.0, 9588.0, 9554.0, 9554.0, 9595.0, 9550.0, 9586.0, 9508.0, 9567.0, 9561.0, 9549.0, 9566.0, 9505.0, 9549.0, 9603.0, 9551.0, 9554.0, 9511.0, 9566.0, 9513.0, 9575.0, 9606.0, 9535.0, 9594.0, 9602.0, 9571.0, 9593.0, 9516.0, 9576.0, 9598.0, 9582.0, 9588.0, 9563.0, 9576.0, 9538.0, 9583.0, 9622.0, 9582.0, 9599.0, 9574.0, 9574.0, 9598.0, 9557.0, 9574.0, 9524.0, 9551.0, 9582.0, 9500.0, 9545.0, 9577.0, 9544.0, 9568.0, 9529.0, 9547.0, 9513.0, 9540.0, 9558.0, 9510.0, 9543.0, 9571.0, 9539.0, 9544.0, 9530.0, 9543.0, 9550.0, 9578.0, 9526.0, 9533.0, 9557.0, 9576.0, 9552.0, 9573.0, 9551.0, 9574.0, 9587.0, 9630.0, 9646.0, 9594.0, 9633.0, 9561.0, 9582.0, 9606.0, 9589.0, 9584.0, 9550.0, 9563.0, 9532.0, 9551.0, 9541.0, 9530.0, 9555.0, 9542.0, 9568.0, 9568.0, 9520.0, 9540.0, 9512.0, 9509.0, 9530.0, 9523.0, 9484.0, 9519.0, 9536.0, 9516.0, 9518.0, 9472.0, 9518.0, 9517.0, 9503.0, 9536.0, 9531.0, 9540.0, 9527.0, 9510.0, 9546.0, 9471.0, 9548.0, 9548.0, 9535.0, 9565.0, 9536.0, 9551.0, 9588.0, 9546.0, 9560.0, 9539.0, 9576.0, 9599.0, 9548.0, 9575.0, 9548.0, 9589.0, 9608.0, 9588.0, 9600.0, 9562.0, 9585.0, 9648.0, 9590.0, 9663.0, 9686.0, 9619.0, 9613.0, 9649.0, 9566.0, 9593.0, 9541.0, 9567.0, 9613.0, 9543.0, 9560.0, 9572.0, 9545.0, 9543.0, 9489.0, 9515.0, 9534.0, 9530.0, 9516.0, 9483.0, 9516.0, 9534.0, 9535.0, 9536.0, 9523.0, 9556.0, 9586.0, 9561.0, 9631.0, 9646.0, 9568.0, 9547.0, 9567.0, 9525.0, 9498.0, 9493.0, 9512.0, 9499.0, 9514.0, 9538.0, 9497.0, 9540.0, 9542.0, 9548.0, 9514.0, 9545.0, 9521.0, 9553.0, 9573.0, 9523.0, 9566.0, 9570.0, 9536.0, 9579.0, 9584.0, 9553.0, 9583.0, 9525.0, 9493.0, 9564.0, 9550.0, 9581.0, 9602.0, 9652.0, 9653.0, 9578.0, 9576.0, 9567.0, 9563.0, 9567.0, 9542.0, 9558.0, 9574.0, 9551.0, 9540.0, 9553.0, 9536.0, 9542.0, 9509.0, 9559.0, 9561.0, 9569.0, 9567.0, 9533.0, 9545.0, 9564.0, 9520.0, 9523.0, 9532.0, 9518.0, 9521.0, 9476.0, 9541.0, 9532.0, 9534.0, 9523.0, 9480.0, 9530.0, 9526.0, 9527.0, 9542.0, 9545.0, 9530.0, 9548.0, 9532.0, 9556.0, 9579.0, 9527.0, 9567.0, 9486.0, 9555.0, 9571.0, 9524.0, 9569.0, 9569.0, 9544.0, 9592.0, 9576.0, 9578.0, 9575.0, 9554.0, 9585.0, 9559.0, 9559.0, 9579.0, 9571.0, 9574.0, 9597.0, 9546.0, 9574.0, 9597.0, 9527.0, 9559.0, 9563.0, 9536.0, 9570.0, 9561.0, 9550.0, 9569.0, 9522.0, 9566.0, 9535.0, 9553.0, 9556.0, 9503.0, 9547.0, 9562.0, 9543.0, 9564.0, 9575.0, 9578.0, 9593.0, 9550.0, 9584.0, 9534.0, 9548.0, 9581.0, 9611.0, 9646.0, 9564.0, 9591.0, 9596.0, 9563.0, 9561.0, 9539.0, 9577.0, 9557.0, 9525.0, 9544.0, 9511.0, 9543.0, 9559.0, 9521.0, 9531.0, 9524.0, 9566.0, 9548.0, 9551.0, 9574.0, 9526.0, 9571.0, 9499.0, 9573.0, 9571.0, 9548.0, 9578.0, 9588.0, 9547.0, 9600.0, 9555.0, 9616.0, 9564.0, 9605.0, 9561.0, 9534.0, 9620.0, 9589.0, 9642.0, 9611.0, 9659.0, 9689.0, 9608.0, 9581.0, 9584.0, 9559.0, 9595.0, 9559.0, 9566.0, 9577.0, 9546.0, 9565.0, 9530.0, 9543.0, 9555.0, 9517.0, 9520.0, 9545.0, 9484.0, 9499.0, 9462.0, 9496.0, 9492.0, 9492.0, 9512.0, 9528.0, 9523.0, 9518.0, 9535.0, 9528.0, 9544.0, 9509.0, 9591.0, 9598.0, 9536.0, 9608.0, 9576.0, 9627.0, 9634.0, 9574.0, 9559.0, 9537.0, 9558.0, 9546.0, 9552.0, 9543.0, 9548.0, 9518.0, 9522.0, 9498.0, 9511.0, 9537.0, 9497.0, 9523.0, 9498.0, 9494.0, 9519.0, 9467.0, 9473.0, 9461.0, 9447.0, 9474.0, 9445.0, 9453.0, 9445.0, 9459.0, 9446.0, 9474.0, 9460.0, 9449.0, 9481.0, 9427.0, 9489.0, 9475.0, 9506.0, 9510.0, 9466.0, 9498.0, 9503.0, 9498.0, 9520.0, 9489.0, 9522.0, 9525.0, 9560.0, 9585.0, 9541.0, 9583.0, 9558.0, 9556.0, 9597.0, 9623.0, 9566.0, 9661.0, 9670.0, 9572.0, 9567.0, 9592.0, 9536.0, 9568.0, 9518.0, 9567.0, 9586.0, 9559.0, 9577.0, 9513.0, 9573.0, 9496.0, 9559.0, 9545.0, 9575.0, 9576.0, 9647.0, 9647.0, 9594.0, 9586.0, 9553.0, 9495.0, 9591.0, 9625.0, 9520.0, 9549.0, 9579.0, 9542.0, 9544.0, 9528.0, 9530.0, 9509.0, 9549.0, 9556.0, 9548.0, 9553.0, 9562.0, 9586.0, 9543.0, 9513.0, 9566.0, 9589.0, 9632.0, 9599.0, 9682.0, 9658.0, 9574.0, 9612.0, 9526.0, 9554.0, 9583.0, 9545.0, 9546.0, 9574.0, 9486.0, 9529.0, 9469.0, 9527.0, 9562.0, 9504.0, 9565.0, 9498.0, 9571.0, 9561.0, 9596.0, 9573.0, 9622.0, 9635.0, 9566.0, 9576.0, 9596.0, 9546.0, 9569.0, 9579.0, 9508.0, 9553.0, 9549.0, 9526.0, 9559.0, 9497.0, 9553.0, 9568.0, 9530.0, 9519.0, 9556.0, 9601.0, 9564.0, 9566.0, 9598.0, 9575.0, 9565.0, 9585.0, 9536.0, 9578.0, 9562.0, 9563.0, 9603.0, 9563.0, 9576.0, 9581.0, 9533.0, 9591.0, 9534.0, 9576.0, 9597.0, 9516.0, 9558.0, 9590.0, 9536.0, 9553.0, 9568.0, 9521.0, 9565.0, 9504.0, 9606.0, 9534.0, 9637.0, 9575.0, 9552.0, 9632.0, 9592.0, 9655.0, 9665.0, 9581.0, 9576.0, 9609.0, 9569.0, 9584.0, 9596.0, 9547.0, 9544.0, 9526.0, 9560.0, 9564.0, 9532.0, 9559.0, 9516.0, 9543.0, 9511.0, 9593.0, 9546.0, 9510.0, 9583.0, 9603.0, 9657.0, 9667.0, 9580.0, 9557.0, 9568.0, 9567.0, 9571.0, 9581.0, 9545.0, 9551.0, 9544.0, 9544.0, 9521.0, 9551.0, 9572.0, 9574.0, 9565.0, 9594.0, 9578.0, 9628.0, 9570.0, 9567.0, 9537.0, 9546.0, 9539.0, 9533.0, 9522.0, 9549.0, 9504.0, 9507.0, 9505.0, 9537.0, 9538.0, 9533.0, 9500.0, 9528.0, 9493.0, 9583.0, 9570.0, 9530.0, 9621.0, 9624.0, 9623.0, 9590.0, 9619.0, 9633.0, 9599.0, 9598.0, 9605.0, 9556.0, 9575.0, 9541.0, 9571.0, 9572.0, 9569.0, 9576.0, 9539.0, 9570.0, 9595.0, 9536.0, 9551.0, 9518.0, 9551.0, 9563.0, 9561.0, 9572.0, 9580.0, 9537.0, 9547.0, 9521.0, 9549.0, 9506.0, 9566.0, 9559.0, 9527.0, 9586.0, 9587.0, 9541.0, 9557.0, 9514.0, 9557.0, 9592.0, 9543.0, 9572.0, 9603.0, 9546.0, 9554.0, 9557.0, 9575.0, 9586.0, 9525.0, 9558.0, 9565.0, 9557.0, 9575.0, 9525.0, 9567.0, 9539.0, 9557.0, 9531.0, 9564.0, 9580.0, 9564.0, 9528.0, 9589.0, 9585.0, 9669.0, 9672.0, 9595.0, 9622.0, 9589.0, 9556.0, 9614.0, 9651.0, 9538.0, 9547.0, 9574.0, 9522.0, 9555.0, 9540.0, 9539.0, 9542.0, 9526.0, 9541.0, 9505.0, 9540.0, 9551.0, 9525.0, 9527.0, 9540.0, 9545.0, 9559.0, 9562.0, 9536.0, 9526.0, 9559.0, 9563.0, 9516.0, 9528.0, 9504.0, 9579.0, 9589.0, 9668.0, 9633.0, 9570.0, 9547.0, 9558.0, 9527.0, 9531.0, 9539.0, 9547.0, 9497.0, 9540.0, 9510.0, 9537.0, 9544.0, 9538.0, 9536.0, 9540.0, 9528.0, 9545.0, 9487.0, 9538.0, 9541.0, 9544.0, 9540.0, 9543.0, 9562.0, 9545.0, 9534.0, 9563.0, 9533.0, 9566.0, 9496.0, 9569.0, 9566.0, 9552.0, 9570.0, 9565.0, 9558.0, 9576.0, 9551.0, 9565.0, 9562.0, 9593.0, 9587.0, 9527.0, 9558.0, 9570.0, 9552.0, 9560.0, 9552.0, 9612.0, 9588.0, 9631.0, 9613.0, 9566.0, 9544.0, 9500.0, 9590.0, 9567.0, 9587.0, 9602.0, 9560.0, 9555.0, 9521.0, 9555.0, 9554.0, 9536.0, 9518.0, 9550.0, 9530.0, 9549.0, 9550.0, 9544.0, 9542.0, 9560.0, 9553.0, 9556.0, 9561.0, 9554.0, 9520.0, 9525.0, 9500.0, 9515.0, 9517.0, 9473.0, 9517.0, 9516.0, 9507.0, 9539.0, 9493.0, 9524.0, 9479.0, 9575.0, 9488.0, 9575.0, 9573.0, 9529.0, 9576.0, 9572.0, 9545.0, 9569.0, 9559.0, 9577.0, 9591.0, 9541.0, 9599.0, 9562.0, 9576.0, 9592.0, 9549.0, 9581.0, 9545.0, 9575.0, 9601.0, 9553.0, 9592.0, 9593.0, 9572.0, 9533.0, 9577.0, 9606.0, 9541.0, 9615.0, 9518.0, 9659.0, 9669.0, 9572.0, 9638.0, 9601.0, 9656.0, 9638.0, 9547.0, 9546.0, 9562.0, 9528.0, 9567.0, 9509.0, 9533.0, 9547.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.002737548906789413</td></tr>
<tr><td colspan=3>aqi</td><td>0.03710316915995397</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.03823249579493</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2267143166820285</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0304463473732708</td></tr>
<tr><td colspan=3>efc</td><td>0.4724</td></tr>
<tr><td colspan=3>fber</td><td>6978.4858</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1546254505310447</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>194</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>22.32451093210587</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4724778212837593</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3552523983918614</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7270366622551068</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3351444032043105</td></tr>
<tr><td colspan=3>gcor</td><td>0.0213253</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00494837062433362</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.033537961542606354</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.083691761372496</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>26.6957</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.9588</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>174.2235</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300580.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>801.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>346.8514</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8401</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>514.8153</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3544.9375</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3730.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75964.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1317.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4592.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>913.3832</td></tr>
<tr><td colspan=3>tsnr</td><td>33.40416937554255</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>