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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-04_subject-0128_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-0128/figures/sub-0128_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0128/figures/sub-0128_ses-04_task-social_acq-mb8_run-03_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-0128/figures/sub-0128_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-04_task-social_acq-mb8_run-03_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-0128/ses-04/func/sub-0128_ses-04_task-social_acq-mb8_run-03_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>43e5f4f5726b493184ebbd0d3ccda573</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>18:27:57.007500</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.998515, 0.00735957, 0.053972, -0.0181264, 0.979255, 0.20182]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_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.0912852</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4248, -7806, -7188, 431, -110, 75, 131, 51]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 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>226.906</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d5a3bf19-b9e5-427d-aae0-f1efa0cdd7ca||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.678943634033203, -0.0486319400370121, 0.13869091868400574, 111.45306396484375], [-0.019745193421840668, 2.6272690296173096, 0.5467473268508911, -114.78438568115234], [0.14480286836624146, -0.541469156742096, 2.6404225826263428, -39.27787399291992], [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': ['182757.007500', '182757.467500', '182757.927500', '182758.387500', '182758.847500', '182759.307500', '182759.767500', '182800.227500', '182800.687500', '182801.147500', '182801.607500', '182802.067500', '182802.527500', '182802.987500', '182803.447500', '182803.907500', '182804.367500', '182804.827500', '182805.287500', '182805.747500', '182806.207500', '182806.667500', '182807.127500', '182807.587500', '182808.047500', '182808.507500', '182808.967500', '182809.427500', '182809.887500', '182810.347500', '182810.807500', '182811.267500', '182811.727500', '182812.187500', '182812.647500', '182813.107500', '182813.567500', '182814.027500', '182814.487500', '182814.947500', '182815.407500', '182815.867500', '182816.327500', '182816.787500', '182817.247500', '182817.707500', '182818.167500', '182818.627500', '182819.087500', '182819.547500', '182820.007500', '182820.467500', '182820.927500', '182821.387500', '182821.847500', '182822.307500', '182822.767500', '182823.227500', '182823.687500', '182824.147500', '182824.607500', '182825.067500', '182825.527500', '182825.987500', '182826.447500', '182826.907500', '182827.367500', '182827.827500', '182828.287500', '182828.747500', '182829.207500', '182829.667500', '182830.127500', '182830.587500', '182831.047500', '182831.507500', '182831.967500', '182832.427500', '182832.887500', '182833.347500', '182833.807500', '182834.267500', '182834.727500', '182835.187500', '182835.647500', '182836.107500', '182836.567500', '182837.027500', '182837.487500', '182837.947500', '182838.407500', '182838.867500', '182839.327500', '182839.787500', '182840.247500', '182840.707500', '182841.167500', '182841.627500', '182842.087500', '182842.547500', '182843.007500', '182843.467500', '182843.927500', '182844.387500', '182844.847500', '182845.307500', '182845.767500', '182846.227500', '182846.687500', '182847.147500', '182847.607500', '182848.067500', '182848.527500', '182848.987500', '182849.447500', '182849.907500', '182850.367500', '182850.827500', '182851.287500', '182851.747500', '182852.207500', '182852.667500', '182853.127500', '182853.587500', '182854.047500', '182854.507500', '182854.967500', '182855.427500', '182855.887500', '182856.347500', '182856.807500', '182857.267500', '182857.727500', '182858.187500', '182858.647500', '182859.107500', '182859.567500', '182900.027500', '182900.487500', '182900.947500', '182901.407500', '182901.867500', '182902.327500', '182902.787500', '182903.247500', '182903.707500', '182904.167500', '182904.627500', '182905.087500', '182905.547500', '182906.007500', '182906.467500', '182906.927500', '182907.387500', '182907.847500', '182908.307500', '182908.767500', '182909.227500', '182909.687500', '182910.147500', '182910.607500', '182911.067500', '182911.527500', '182911.987500', '182912.447500', '182912.907500', '182913.367500', '182913.827500', '182914.287500', '182914.747500', '182915.207500', '182915.667500', '182916.127500', '182916.587500', '182917.047500', '182917.507500', '182917.967500', '182918.427500', '182918.887500', '182919.347500', '182919.807500', '182920.267500', '182920.727500', '182921.187500', '182921.647500', '182922.107500', '182922.567500', '182923.027500', '182923.487500', '182923.947500', '182924.407500', '182924.867500', '182925.327500', '182925.787500', '182926.247500', '182926.707500', '182927.167500', '182927.627500', '182928.087500', '182928.547500', '182929.007500', '182929.467500', '182929.927500', '182930.387500', '182930.847500', '182931.307500', '182931.767500', '182932.227500', '182932.687500', '182933.147500', '182933.607500', '182934.067500', '182934.527500', '182934.987500', '182935.447500', '182935.907500', '182936.367500', '182936.827500', '182937.287500', '182937.747500', '182938.207500', '182938.667500', '182939.127500', '182939.587500', '182940.047500', '182940.507500', '182940.967500', '182941.427500', '182941.887500', '182942.347500', '182942.807500', '182943.267500', '182943.727500', '182944.187500', '182944.647500', '182945.107500', '182945.567500', '182946.027500', '182946.487500', '182946.947500', '182947.407500', '182947.867500', '182948.327500', '182948.787500', '182949.247500', '182949.707500', '182950.167500', '182950.627500', '182951.087500', '182951.547500', '182952.007500', '182952.467500', '182952.927500', '182953.387500', '182953.847500', '182954.307500', '182954.767500', '182955.227500', '182955.687500', '182956.147500', '182956.607500', '182957.067500', '182957.527500', '182957.987500', '182958.447500', '182958.907500', '182959.367500', '182959.827500', '183000.287500', '183000.747500', '183001.207500', '183001.667500', '183002.127500', '183002.587500', '183003.047500', '183003.507500', '183003.967500', '183004.427500', '183004.887500', '183005.347500', '183005.807500', '183006.267500', '183006.727500', '183007.187500', '183007.647500', '183008.107500', '183008.567500', '183009.027500', '183009.487500', '183009.947500', '183010.407500', '183010.867500', '183011.327500', '183011.787500', '183012.247500', '183012.707500', '183013.167500', '183013.627500', '183014.087500', '183014.547500', '183015.007500', '183015.467500', '183015.927500', '183016.387500', '183016.847500', '183017.307500', '183017.767500', '183018.227500', '183018.687500', '183019.147500', '183019.607500', '183020.067500', '183020.527500', '183020.987500', '183021.447500', '183021.907500', '183022.367500', '183022.827500', '183023.287500', '183023.747500', '183024.207500', '183024.667500', '183025.127500', '183025.587500', '183026.047500', '183026.507500', '183026.967500', '183027.427500', '183027.887500', '183028.347500', '183028.807500', '183029.267500', '183029.727500', '183030.187500', '183030.647500', '183031.107500', '183031.567500', '183032.027500', '183032.487500', '183032.947500', '183033.407500', '183033.867500', '183034.327500', '183034.787500', '183035.247500', '183035.707500', '183036.167500', '183036.627500', '183037.087500', '183037.547500', '183038.007500', '183038.467500', '183038.927500', '183039.387500', '183039.847500', '183040.307500', '183040.767500', '183041.227500', '183041.687500', '183042.147500', '183042.607500', '183043.067500', '183043.527500', '183043.987500', '183044.447500', '183044.907500', '183045.367500', '183045.827500', '183046.287500', '183046.747500', '183047.207500', '183047.667500', '183048.127500', '183048.587500', '183049.047500', '183049.507500', '183049.967500', '183050.427500', '183050.887500', '183051.347500', '183051.807500', '183052.267500', '183052.727500', '183053.187500', '183053.647500', '183054.107500', '183054.567500', '183055.027500', '183055.487500', '183055.947500', '183056.407500', '183056.867500', '183057.327500', '183057.787500', '183058.247500', '183058.707500', '183059.167500', '183059.627500', '183100.087500', '183100.547500', '183101.007500', '183101.467500', '183101.927500', '183102.387500', '183102.847500', '183103.307500', '183103.767500', '183104.227500', '183104.687500', '183105.147500', '183105.607500', '183106.067500', '183106.527500', '183106.987500', '183107.447500', '183107.907500', '183108.367500', '183108.827500', '183109.287500', '183109.747500', '183110.207500', '183110.667500', '183111.127500', '183111.587500', '183112.047500', '183112.507500', '183112.967500', '183113.427500', '183113.887500', '183114.347500', '183114.807500', '183115.267500', '183115.727500', '183116.187500', '183116.647500', '183117.107500', '183117.567500', '183118.027500', '183118.487500', '183118.947500', '183119.407500', '183119.867500', '183120.327500', '183120.787500', '183121.247500', '183121.707500', '183122.167500', '183122.627500', '183123.087500', '183123.547500', '183124.007500', '183124.467500', '183124.927500', '183125.387500', '183125.847500', '183126.307500', '183126.767500', '183127.227500', '183127.687500', '183128.147500', '183128.607500', '183129.067500', '183129.527500', '183129.987500', '183130.447500', '183130.907500', '183131.367500', '183131.827500', '183132.287500', '183132.747500', '183133.207500', '183133.667500', '183134.127500', '183134.587500', '183135.047500', '183135.507500', '183135.967500', '183136.427500', '183136.887500', '183137.347500', '183137.807500', '183138.267500', '183138.727500', '183139.187500', '183139.647500', '183140.107500', '183140.567500', '183141.027500', '183141.487500', '183141.947500', '183142.407500', '183142.867500', '183143.327500', '183143.787500', '183144.247500', '183144.707500', '183145.167500', '183145.627500', '183146.087500', '183146.547500', '183147.007500', '183147.467500', '183147.927500', '183148.387500', '183148.847500', '183149.307500', '183149.767500', '183150.227500', '183150.687500', '183151.147500', '183151.607500', '183152.067500', '183152.527500', '183152.987500', '183153.447500', '183153.907500', '183154.367500', '183154.827500', '183155.287500', '183155.747500', '183156.207500', '183156.667500', '183157.127500', '183157.587500', '183158.047500', '183158.507500', '183158.967500', '183159.427500', '183159.887500', '183200.347500', '183200.807500', '183201.267500', '183201.727500', '183202.187500', '183202.647500', '183203.107500', '183203.567500', '183204.027500', '183204.487500', '183204.947500', '183205.407500', '183205.867500', '183206.327500', '183206.787500', '183207.247500', '183207.707500', '183208.167500', '183208.627500', '183209.087500', '183209.547500', '183210.007500', '183210.467500', '183210.927500', '183211.387500', '183211.847500', '183212.307500', '183212.767500', '183213.227500', '183213.687500', '183214.147500', '183214.607500', '183215.067500', '183215.527500', '183215.987500', '183216.447500', '183216.907500', '183217.367500', '183217.827500', '183218.287500', '183218.747500', '183219.207500', '183219.667500', '183220.127500', '183220.587500', '183221.047500', '183221.507500', '183221.967500', '183222.427500', '183222.887500', '183223.347500', '183223.807500', '183224.267500', '183224.727500', '183225.187500', '183225.647500', '183226.107500', '183226.567500', '183227.027500', '183227.487500', '183227.947500', '183228.407500', '183228.867500', '183229.327500', '183229.787500', '183230.247500', '183230.707500', '183231.167500', '183231.627500', '183232.087500', '183232.547500', '183233.007500', '183233.467500', '183233.927500', '183234.387500', '183234.847500', '183235.307500', '183235.767500', '183236.227500', '183236.687500', '183237.147500', '183237.607500', '183238.067500', '183238.527500', '183238.987500', '183239.447500', '183239.907500', '183240.367500', '183240.827500', '183241.287500', '183241.747500', '183242.207500', '183242.667500', '183243.127500', '183243.587500', '183244.047500', '183244.507500', '183244.967500', '183245.427500', '183245.887500', '183246.347500', '183246.807500', '183247.267500', '183247.727500', '183248.187500', '183248.647500', '183249.107500', '183249.567500', '183250.027500', '183250.487500', '183250.947500', '183251.407500', '183251.867500', '183252.327500', '183252.787500', '183253.247500', '183253.707500', '183254.167500', '183254.627500', '183255.087500', '183255.547500', '183256.007500', '183256.467500', '183256.927500', '183257.387500', '183257.847500', '183258.307500', '183258.767500', '183259.227500', '183259.687500', '183300.147500', '183300.607500', '183301.067500', '183301.527500', '183301.987500', '183302.447500', '183302.907500', '183303.367500', '183303.827500', '183304.287500', '183304.747500', '183305.207500', '183305.667500', '183306.127500', '183306.587500', '183307.047500', '183307.507500', '183307.967500', '183308.427500', '183308.887500', '183309.347500', '183309.807500', '183310.267500', '183310.727500', '183311.187500', '183311.647500', '183312.107500', '183312.567500', '183313.027500', '183313.487500', '183313.947500', '183314.407500', '183314.867500', '183315.327500', '183315.787500', '183316.247500', '183316.707500', '183317.167500', '183317.627500', '183318.087500', '183318.547500', '183319.007500', '183319.467500', '183319.927500', '183320.387500', '183320.847500', '183321.307500', '183321.767500', '183322.227500', '183322.687500', '183323.147500', '183323.607500', '183324.067500', '183324.527500', '183324.987500', '183325.447500', '183325.907500', '183326.367500', '183326.827500', '183327.287500', '183327.747500', '183328.207500', '183328.667500', '183329.127500', '183329.587500', '183330.047500', '183330.507500', '183330.967500', '183331.427500', '183331.887500', '183332.347500', '183332.807500', '183333.267500', '183333.727500', '183334.187500', '183334.647500', '183335.107500', '183335.567500', '183336.027500', '183336.487500', '183336.947500', '183337.407500', '183337.867500', '183338.327500', '183338.787500', '183339.247500', '183339.707500', '183340.167500', '183340.627500', '183341.087500', '183341.547500', '183342.007500', '183342.467500', '183342.927500', '183343.387500', '183343.847500', '183344.307500', '183344.767500', '183345.227500', '183345.687500', '183346.147500', '183346.607500', '183347.067500', '183347.527500', '183347.987500', '183348.447500', '183348.907500', '183349.367500', '183349.827500', '183350.287500', '183350.747500', '183351.207500', '183351.667500', '183352.127500', '183352.587500', '183353.047500', '183353.507500', '183353.967500', '183354.427500', '183354.887500', '183355.347500', '183355.807500', '183356.267500', '183356.727500', '183357.187500', '183357.647500', '183358.107500', '183358.567500', '183359.027500', '183359.487500', '183359.947500', '183400.407500', '183400.867500', '183401.327500', '183401.787500', '183402.247500', '183402.707500', '183403.167500', '183403.627500', '183404.087500', '183404.547500', '183405.007500', '183405.467500', '183405.927500', '183406.387500', '183406.847500', '183407.307500', '183407.767500', '183408.227500', '183408.687500', '183409.147500', '183409.607500', '183410.067500', '183410.527500', '183410.987500', '183411.447500', '183411.907500', '183412.367500', '183412.827500', '183413.287500', '183413.747500', '183414.207500', '183414.667500', '183415.127500', '183415.587500', '183416.047500', '183416.507500', '183416.967500', '183417.427500', '183417.887500', '183418.347500', '183418.807500', '183419.267500', '183419.727500', '183420.187500', '183420.647500', '183421.107500', '183421.567500', '183422.027500', '183422.487500', '183422.947500', '183423.407500', '183423.867500', '183424.327500', '183424.787500', '183425.247500', '183425.707500', '183426.167500', '183426.627500', '183427.087500', '183427.547500', '183428.007500', '183428.467500', '183428.927500', '183429.387500', '183429.847500', '183430.307500', '183430.767500', '183431.227500', '183431.687500', '183432.147500', '183432.607500', '183433.067500', '183433.527500', '183433.987500', '183434.447500', '183434.907500', '183435.367500', '183435.827500', '183436.287500', '183436.747500', '183437.207500', '183437.667500'], 'ContentTime': ['182819.937000', '182819.940000', '182819.942000', '182819.945000', '182819.948000', '182819.950000', '182819.953000', '182819.955000', '182819.958000', '182819.960000', '182819.963000', '182819.965000', '182819.968000', '182819.970000', '182819.973000', '182819.975000', '182819.978000', '182819.981000', '182819.983000', '182819.986000', '182819.988000', '182819.991000', '182819.993000', '182819.996000', '182819.998000', '182820.001000', '182820.004000', '182820.006000', '182820.009000', '182820.011000', '182820.014000', '182820.017000', '182820.019000', '182820.022000', '182820.024000', '182820.027000', '182820.029000', '182820.032000', '182820.034000', '182820.037000', '182820.045000', '182820.047000', '182820.050000', '182820.053000', '182820.055000', '182820.058000', '182820.060000', '182820.063000', '182839.915000', '182839.918000', '182839.921000', '182839.923000', '182839.926000', '182839.928000', '182839.931000', '182839.934000', '182839.936000', '182839.939000', '182839.941000', '182839.944000', '182839.946000', '182839.949000', '182839.952000', '182839.954000', '182839.957000', '182839.959000', '182839.962000', '182839.964000', '182839.967000', '182839.970000', '182839.972000', '182839.975000', '182839.977000', '182839.980000', '182839.982000', '182839.985000', '182839.989000', '182839.991000', '182839.994000', '182839.997000', '182840.000000', '182840.003000', '182840.005000', '182840.008000', '182840.011000', '182840.013000', '182840.016000', '182840.018000', '182840.021000', '182840.023000', '182840.033000', '182859.915000', '182859.917000', '182859.920000', '182859.922000', '182859.925000', '182859.927000', '182859.930000', '182859.933000', '182859.935000', '182859.938000', '182859.940000', '182859.943000', '182859.945000', '182859.948000', '182859.951000', '182859.953000', '182859.956000', '182859.959000', '182859.961000', '182859.964000', '182859.966000', '182859.969000', '182859.972000', '182859.974000', '182859.977000', '182859.979000', '182859.982000', '182859.984000', '182859.987000', '182859.990000', '182859.992000', '182859.995000', '182859.997000', '182900.001000', '182900.004000', '182900.015000', '182900.018000', '182900.020000', '182900.023000', '182900.025000', '182900.028000', '182900.031000', '182900.033000', '182900.036000', '182919.914000', '182919.917000', '182919.920000', '182919.922000', '182919.925000', '182919.928000', '182919.930000', '182919.933000', '182919.936000', '182919.938000', '182919.941000', '182919.943000', '182919.946000', '182919.949000', '182919.951000', '182919.954000', '182919.956000', '182919.959000', '182919.962000', '182919.964000', '182919.967000', '182919.970000', '182919.972000', '182919.975000', '182919.977000', '182919.980000', '182919.982000', '182919.985000', '182919.987000', '182919.990000', '182919.993000', '182919.995000', '182919.998000', '182920.001000', '182920.004000', '182920.006000', '182920.009000', '182920.012000', '182920.014000', '182920.017000', '182920.019000', '182920.022000', '182920.024000', '182939.914000', '182939.917000', '182939.920000', '182939.922000', '182939.925000', '182939.928000', '182939.930000', '182939.933000', '182939.935000', '182939.938000', '182939.940000', '182939.943000', '182939.945000', '182939.948000', '182939.951000', '182939.953000', '182939.956000', '182939.958000', '182939.961000', '182939.964000', '182939.966000', '182939.969000', '182939.971000', '182939.974000', '182939.976000', '182939.979000', '182939.982000', '182939.984000', '182939.987000', '182939.989000', '182939.992000', '182939.994000', '182939.997000', '182940.000000', '182940.003000', '182940.006000', '182940.008000', '182940.011000', '182940.013000', '182940.016000', '182940.019000', '182940.021000', '182940.024000', '182940.026000', '182959.914000', '182959.917000', '182959.920000', '182959.922000', '182959.925000', '182959.928000', '182959.930000', '182959.933000', '182959.935000', '182959.938000', '182959.940000', '182959.943000', '182959.946000', '182959.948000', '182959.951000', '182959.953000', '182959.956000', '182959.959000', '182959.961000', '182959.964000', '182959.967000', '182959.969000', '182959.972000', '182959.975000', '182959.977000', '182959.980000', '182959.982000', '182959.985000', '182959.988000', '182959.990000', '182959.993000', '182959.995000', '182959.998000', '183000.002000', '183000.004000', '183000.007000', '183000.009000', '183000.012000', '183000.015000', '183000.017000', '183000.020000', '183000.022000', '183000.026000', '183019.914000', '183019.917000', '183019.920000', '183019.922000', '183019.925000', '183019.927000', '183019.930000', '183019.933000', '183019.935000', '183019.938000', '183019.940000', '183019.943000', '183019.945000', '183019.948000', '183019.951000', '183019.953000', '183019.956000', '183019.959000', '183019.961000', '183019.964000', '183019.966000', '183019.969000', '183019.972000', '183019.974000', '183019.977000', '183019.979000', '183019.982000', '183019.985000', '183019.987000', '183019.990000', '183019.992000', '183019.995000', '183019.998000', '183020.001000', '183020.004000', '183020.006000', '183020.009000', '183020.012000', '183020.014000', '183020.017000', '183020.019000', '183020.022000', '183020.024000', '183020.027000', '183039.915000', '183039.918000', '183039.921000', '183039.923000', '183039.926000', '183039.928000', '183039.931000', '183039.934000', '183039.936000', '183039.939000', '183039.941000', '183039.944000', '183039.946000', '183039.949000', '183039.952000', '183039.959000', '183039.973000', '183039.976000', '183039.978000', '183039.981000', '183039.983000', '183039.986000', '183039.988000', '183039.991000', '183039.994000', '183039.996000', '183039.999000', '183040.002000', '183040.004000', '183040.007000', '183040.010000', '183040.012000', '183040.015000', '183040.017000', '183040.020000', '183040.023000', '183040.025000', '183040.028000', '183040.030000', '183040.033000', '183040.036000', '183040.038000', '183040.041000', '183059.916000', '183059.919000', '183059.921000', '183059.924000', '183059.926000', '183059.929000', '183059.931000', '183059.934000', '183059.937000', '183059.939000', '183059.942000', '183059.944000', '183059.947000', '183059.950000', '183059.952000', '183059.955000', '183059.957000', '183059.960000', '183059.963000', '183059.965000', '183059.968000', '183059.970000', '183059.973000', '183059.976000', '183059.978000', '183059.981000', '183059.983000', '183059.986000', '183059.989000', '183059.991000', '183059.994000', '183059.996000', '183100.000000', '183100.003000', '183100.005000', '183100.008000', '183100.011000', '183100.013000', '183100.016000', '183100.018000', '183100.021000', '183100.024000', '183100.026000', '183100.029000', '183119.914000', '183119.917000', '183119.920000', '183119.922000', '183119.925000', '183119.928000', '183119.930000', '183119.933000', '183119.935000', '183119.938000', '183119.941000', '183119.943000', '183119.946000', '183119.948000', '183119.951000', '183119.954000', '183119.956000', '183119.959000', '183119.961000', '183119.964000', '183119.966000', '183119.969000', '183119.972000', '183119.974000', '183119.977000', '183119.979000', '183119.982000', '183119.984000', '183119.987000', '183119.990000', '183119.992000', '183119.995000', '183119.997000', '183120.001000', '183120.004000', '183120.006000', '183120.009000', '183120.012000', '183120.015000', '183120.018000', '183120.021000', '183120.023000', '183120.026000', '183139.914000', '183139.917000', '183139.920000', '183139.922000', '183139.925000', '183139.928000', '183139.930000', '183139.933000', '183139.935000', '183139.938000', '183139.940000', '183139.943000', '183139.945000', '183139.948000', '183139.951000', '183139.953000', '183139.956000', '183139.958000', '183139.961000', '183139.964000', '183139.966000', '183139.969000', '183139.971000', '183139.974000', '183139.977000', '183139.979000', '183139.982000', '183139.984000', '183139.987000', '183139.989000', '183139.992000', '183139.995000', '183139.997000', '183140.001000', '183140.003000', '183140.006000', '183140.008000', '183140.011000', '183140.014000', '183140.016000', '183140.019000', '183140.021000', '183140.024000', '183140.027000', '183159.914000', '183159.917000', '183159.920000', '183159.922000', '183159.925000', '183159.928000', '183159.930000', '183159.933000', '183159.935000', '183159.938000', '183159.941000', '183159.943000', '183159.946000', '183159.949000', '183159.951000', '183159.954000', '183159.956000', '183159.959000', '183159.962000', '183159.964000', '183159.967000', '183159.969000', '183159.972000', '183159.974000', '183159.977000', '183159.980000', '183159.982000', '183159.985000', '183159.987000', '183159.990000', '183159.993000', '183159.995000', '183159.998000', '183200.001000', '183200.004000', '183200.007000', '183200.009000', '183200.012000', '183200.014000', '183200.017000', '183200.020000', '183200.047000', '183200.050000', '183219.914000', '183219.917000', '183219.920000', '183219.923000', '183219.925000', '183219.928000', '183219.930000', '183219.933000', '183219.936000', '183219.938000', '183219.941000', '183219.943000', '183219.946000', '183219.949000', '183219.951000', '183219.954000', '183219.957000', '183219.959000', '183219.962000', '183219.964000', '183219.967000', '183219.970000', '183219.972000', '183219.975000', '183219.977000', '183219.980000', '183219.983000', '183219.985000', '183219.988000', '183219.990000', '183219.993000', '183219.995000', '183219.998000', '183220.002000', '183220.004000', '183220.007000', '183220.009000', '183220.012000', '183220.015000', '183220.017000', '183220.020000', '183220.022000', '183220.025000', '183220.028000', '183239.914000', '183239.917000', '183239.920000', '183239.923000', '183239.925000', '183239.928000', '183239.930000', '183239.933000', '183239.935000', '183239.938000', '183239.941000', '183239.943000', '183239.946000', '183239.948000', '183239.951000', '183239.954000', '183239.956000', '183239.959000', '183239.961000', '183239.964000', '183239.966000', '183239.969000', '183239.971000', '183239.974000', '183239.977000', '183239.979000', '183239.982000', '183239.984000', '183239.987000', '183239.989000', '183239.992000', '183239.995000', '183239.997000', '183240.001000', '183240.003000', '183240.006000', '183240.008000', '183240.011000', '183240.013000', '183240.016000', '183240.019000', '183240.021000', '183240.024000', '183259.915000', '183259.918000', '183259.921000', '183259.923000', '183259.926000', '183259.929000', '183259.931000', '183259.934000', '183259.937000', '183259.939000', '183259.942000', '183259.944000', '183259.947000', '183259.950000', '183259.952000', '183259.955000', '183259.958000', '183259.960000', '183259.963000', '183259.965000', '183259.968000', '183259.971000', '183259.973000', '183259.976000', '183259.978000', '183259.981000', '183259.984000', '183259.986000', '183259.989000', '183259.992000', '183259.994000', '183259.997000', '183259.999000', '183300.002000', '183300.005000', '183300.007000', '183300.010000', '183300.012000', '183300.015000', '183300.018000', '183300.020000', '183300.023000', '183300.026000', '183300.028000', '183319.915000', '183319.918000', '183319.921000', '183319.924000', '183319.926000', '183319.929000', '183319.931000', '183319.934000', '183319.945000', '183319.947000', '183319.950000', '183319.953000', '183319.955000', '183319.958000', '183319.960000', '183319.963000', '183319.966000', '183319.968000', '183319.971000', '183319.973000', '183319.976000', '183319.979000', '183319.981000', '183319.984000', '183319.986000', '183319.989000', '183319.992000', '183319.994000', '183319.997000', '183320.000000', '183320.003000', '183320.005000', '183320.008000', '183320.011000', '183320.013000', '183320.016000', '183320.018000', '183320.021000', '183320.024000', '183320.026000', '183320.029000', '183320.031000', '183320.034000', '183339.914000', '183339.917000', '183339.920000', '183339.923000', '183339.925000', '183339.928000', '183339.930000', '183339.933000', '183339.935000', '183339.938000', '183339.941000', '183339.943000', '183339.946000', '183339.948000', '183339.951000', '183339.954000', '183339.956000', '183339.959000', '183339.962000', '183339.964000', '183339.967000', '183339.969000', '183339.972000', '183339.991000', '183339.993000', '183339.996000', '183340.000000', '183340.002000', '183340.005000', '183340.007000', '183340.010000', '183340.013000', '183340.015000', '183340.018000', '183340.020000', '183340.023000', '183340.025000', '183340.028000', '183340.031000', '183340.033000', '183340.036000', '183340.038000', '183340.041000', '183340.044000', '183359.914000', '183359.917000', '183359.920000', '183359.922000', '183359.925000', '183359.928000', '183359.930000', '183359.933000', '183359.936000', '183359.938000', '183359.941000', '183359.943000', '183359.946000', '183359.949000', '183359.951000', '183359.954000', '183359.957000', '183359.959000', '183359.962000', '183359.964000', '183359.967000', '183359.970000', '183359.972000', '183359.975000', '183359.977000', '183359.980000', '183359.983000', '183359.985000', '183359.988000', '183359.990000', '183359.993000', '183359.995000', '183359.998000', '183400.002000', '183400.004000', '183400.007000', '183400.009000', '183400.012000', '183400.015000', '183400.017000', '183400.020000', '183400.022000', '183400.025000', '183419.914000', '183419.917000', '183419.920000', '183419.923000', '183419.925000', '183419.928000', '183419.930000', '183419.933000', '183419.936000', '183419.938000', '183419.941000', '183419.943000', '183419.946000', '183419.949000', '183419.951000', '183419.954000', '183419.956000', '183419.959000', '183419.961000', '183419.964000', '183419.966000', '183419.969000', '183419.972000', '183419.974000', '183419.977000', '183419.979000', '183419.982000', '183419.984000', '183419.987000', '183419.990000', '183419.992000', '183419.995000', '183419.997000', '183420.001000', '183420.003000', '183420.006000', '183420.009000', '183420.011000', '183420.014000', '183420.016000', '183420.019000', '183420.021000', '183420.024000', '183438.747000', '183438.750000', '183438.753000', '183438.756000', '183438.758000', '183438.761000', '183438.764000', '183438.766000', '183438.769000', '183438.772000', '183438.774000', '183438.777000', '183438.779000', '183438.782000', '183438.785000', '183438.788000', '183438.791000', '183438.793000', '183438.797000', '183438.801000', '183438.804000', '183438.807000', '183438.810000', '183438.812000', '183438.815000', '183438.818000', '183438.824000', '183438.827000', '183438.831000', '183438.835000', '183438.839000', '183438.844000', '183438.847000', '183438.850000', '183438.853000', '183438.856000', '183438.859000', '183438.862000', '183438.865000', '183438.867000', '183438.871000', '183438.874000'], 'InstanceCreationTime': ['182819.937000', '182819.940000', '182819.942000', '182819.945000', '182819.948000', '182819.950000', '182819.953000', '182819.955000', '182819.958000', '182819.960000', '182819.963000', '182819.965000', '182819.968000', '182819.970000', '182819.973000', '182819.975000', '182819.978000', '182819.981000', '182819.983000', '182819.986000', '182819.988000', '182819.991000', '182819.993000', '182819.996000', '182819.998000', '182820.001000', '182820.004000', '182820.006000', '182820.009000', '182820.011000', '182820.014000', '182820.017000', '182820.019000', '182820.022000', '182820.024000', '182820.027000', '182820.029000', '182820.032000', '182820.034000', '182820.037000', '182820.045000', '182820.047000', '182820.050000', '182820.053000', '182820.055000', '182820.058000', '182820.060000', '182820.063000', '182839.915000', '182839.918000', '182839.921000', '182839.923000', '182839.926000', '182839.928000', '182839.931000', '182839.934000', '182839.936000', '182839.939000', '182839.941000', '182839.944000', '182839.946000', '182839.949000', '182839.952000', '182839.954000', '182839.957000', '182839.959000', '182839.962000', '182839.964000', '182839.967000', '182839.970000', '182839.972000', '182839.975000', '182839.977000', '182839.980000', '182839.982000', '182839.985000', '182839.989000', '182839.991000', '182839.994000', '182839.997000', '182840.000000', '182840.003000', '182840.005000', '182840.008000', '182840.011000', '182840.013000', '182840.016000', '182840.018000', '182840.021000', '182840.023000', '182840.033000', '182859.915000', '182859.917000', '182859.920000', '182859.922000', '182859.925000', '182859.927000', '182859.930000', '182859.933000', '182859.935000', '182859.938000', '182859.940000', '182859.943000', '182859.945000', '182859.948000', '182859.951000', '182859.953000', '182859.956000', '182859.959000', '182859.961000', '182859.964000', '182859.966000', '182859.969000', '182859.972000', '182859.974000', '182859.977000', '182859.979000', '182859.982000', '182859.984000', '182859.987000', '182859.990000', '182859.992000', '182859.995000', '182859.997000', '182900.001000', '182900.004000', '182900.015000', '182900.018000', '182900.020000', '182900.023000', '182900.025000', '182900.028000', '182900.031000', '182900.033000', '182900.036000', '182919.914000', '182919.917000', '182919.920000', '182919.922000', '182919.925000', '182919.928000', '182919.930000', '182919.933000', '182919.936000', '182919.938000', '182919.941000', '182919.943000', '182919.946000', '182919.949000', '182919.951000', '182919.954000', '182919.956000', '182919.959000', '182919.962000', '182919.964000', '182919.967000', '182919.970000', '182919.972000', '182919.975000', '182919.977000', '182919.980000', '182919.982000', '182919.985000', '182919.987000', '182919.990000', '182919.993000', '182919.995000', '182919.998000', '182920.001000', '182920.004000', '182920.006000', '182920.009000', '182920.012000', '182920.014000', '182920.017000', '182920.019000', '182920.022000', '182920.024000', '182939.914000', '182939.917000', '182939.920000', '182939.922000', '182939.925000', '182939.928000', '182939.930000', '182939.933000', '182939.935000', '182939.938000', '182939.940000', '182939.943000', '182939.945000', '182939.948000', '182939.951000', '182939.953000', '182939.956000', '182939.958000', '182939.961000', '182939.964000', '182939.966000', '182939.969000', '182939.971000', '182939.974000', '182939.976000', '182939.979000', '182939.982000', '182939.984000', '182939.987000', '182939.989000', '182939.992000', '182939.994000', '182939.997000', '182940.000000', '182940.003000', '182940.006000', '182940.008000', '182940.011000', '182940.013000', '182940.016000', '182940.019000', '182940.021000', '182940.024000', '182940.026000', '182959.914000', '182959.917000', '182959.920000', '182959.922000', '182959.925000', '182959.928000', '182959.930000', '182959.933000', '182959.935000', '182959.938000', '182959.940000', '182959.943000', '182959.946000', '182959.948000', '182959.951000', '182959.953000', '182959.956000', '182959.959000', '182959.961000', '182959.964000', '182959.967000', '182959.969000', '182959.972000', '182959.975000', '182959.977000', '182959.980000', '182959.982000', '182959.985000', '182959.988000', '182959.990000', '182959.993000', '182959.995000', '182959.998000', '183000.002000', '183000.004000', '183000.007000', '183000.009000', '183000.012000', '183000.015000', '183000.017000', '183000.020000', '183000.022000', '183000.026000', '183019.914000', '183019.917000', '183019.920000', '183019.922000', '183019.925000', '183019.927000', '183019.930000', '183019.933000', '183019.935000', '183019.938000', '183019.940000', '183019.943000', '183019.945000', '183019.948000', '183019.951000', '183019.953000', '183019.956000', '183019.959000', '183019.961000', '183019.964000', '183019.966000', '183019.969000', '183019.972000', '183019.974000', '183019.977000', '183019.979000', '183019.982000', '183019.985000', '183019.987000', '183019.990000', '183019.992000', '183019.995000', '183019.998000', '183020.001000', '183020.004000', '183020.006000', '183020.009000', '183020.012000', '183020.014000', '183020.017000', '183020.019000', '183020.022000', '183020.024000', '183020.027000', '183039.915000', '183039.918000', '183039.921000', '183039.923000', '183039.926000', '183039.928000', '183039.931000', '183039.934000', '183039.936000', '183039.939000', '183039.941000', '183039.944000', '183039.946000', '183039.949000', '183039.952000', '183039.959000', '183039.973000', '183039.976000', '183039.978000', '183039.981000', '183039.983000', '183039.986000', '183039.988000', '183039.991000', '183039.994000', '183039.996000', '183039.999000', '183040.002000', '183040.004000', '183040.007000', '183040.010000', '183040.012000', '183040.015000', '183040.017000', '183040.020000', '183040.023000', '183040.025000', '183040.028000', '183040.030000', '183040.033000', '183040.036000', '183040.038000', '183040.041000', '183059.916000', '183059.919000', '183059.921000', '183059.924000', '183059.926000', '183059.929000', '183059.931000', '183059.934000', '183059.937000', '183059.939000', '183059.942000', '183059.944000', '183059.947000', '183059.950000', '183059.952000', '183059.955000', '183059.957000', '183059.960000', '183059.963000', '183059.965000', '183059.968000', '183059.970000', '183059.973000', '183059.976000', '183059.978000', '183059.981000', '183059.983000', '183059.986000', '183059.989000', '183059.991000', '183059.994000', '183059.996000', '183100.000000', '183100.003000', '183100.005000', '183100.008000', '183100.011000', '183100.013000', '183100.016000', '183100.018000', '183100.021000', '183100.024000', '183100.026000', '183100.029000', '183119.914000', '183119.917000', '183119.920000', '183119.922000', '183119.925000', '183119.928000', '183119.930000', '183119.933000', '183119.935000', '183119.938000', '183119.941000', '183119.943000', '183119.946000', '183119.948000', '183119.951000', '183119.954000', '183119.956000', '183119.959000', '183119.961000', '183119.964000', '183119.966000', '183119.969000', '183119.972000', '183119.974000', '183119.977000', '183119.979000', '183119.982000', '183119.984000', '183119.987000', '183119.990000', '183119.992000', '183119.995000', '183119.997000', '183120.001000', '183120.004000', '183120.006000', '183120.009000', '183120.012000', '183120.015000', '183120.018000', '183120.021000', '183120.023000', '183120.026000', '183139.914000', '183139.917000', '183139.920000', '183139.922000', '183139.925000', '183139.928000', '183139.930000', '183139.933000', '183139.935000', '183139.938000', '183139.940000', '183139.943000', '183139.945000', '183139.948000', '183139.951000', '183139.953000', '183139.956000', '183139.958000', '183139.961000', '183139.964000', '183139.966000', '183139.969000', '183139.971000', '183139.974000', '183139.977000', '183139.979000', '183139.982000', '183139.984000', '183139.987000', '183139.989000', '183139.992000', '183139.995000', '183139.997000', '183140.001000', '183140.003000', '183140.006000', '183140.008000', '183140.011000', '183140.014000', '183140.016000', '183140.019000', '183140.021000', '183140.024000', '183140.027000', '183159.914000', '183159.917000', '183159.920000', '183159.922000', '183159.925000', '183159.928000', '183159.930000', '183159.933000', '183159.935000', '183159.938000', '183159.941000', '183159.943000', '183159.946000', '183159.949000', '183159.951000', '183159.954000', '183159.956000', '183159.959000', '183159.962000', '183159.964000', '183159.967000', '183159.969000', '183159.972000', '183159.974000', '183159.977000', '183159.980000', '183159.982000', '183159.985000', '183159.987000', '183159.990000', '183159.993000', '183159.995000', '183159.998000', '183200.001000', '183200.004000', '183200.007000', '183200.009000', '183200.012000', '183200.014000', '183200.017000', '183200.020000', '183200.047000', '183200.050000', '183219.914000', '183219.917000', '183219.920000', '183219.923000', '183219.925000', '183219.928000', '183219.930000', '183219.933000', '183219.936000', '183219.938000', '183219.941000', '183219.943000', '183219.946000', '183219.949000', '183219.951000', '183219.954000', '183219.957000', '183219.959000', '183219.962000', '183219.964000', '183219.967000', '183219.970000', '183219.972000', '183219.975000', '183219.977000', '183219.980000', '183219.983000', '183219.985000', '183219.988000', '183219.990000', '183219.993000', '183219.995000', '183219.998000', '183220.002000', '183220.004000', '183220.007000', '183220.009000', '183220.012000', '183220.015000', '183220.017000', '183220.020000', '183220.022000', '183220.025000', '183220.028000', '183239.914000', '183239.917000', '183239.920000', '183239.923000', '183239.925000', '183239.928000', '183239.930000', '183239.933000', '183239.935000', '183239.938000', '183239.941000', '183239.943000', '183239.946000', '183239.948000', '183239.951000', '183239.954000', '183239.956000', '183239.959000', '183239.961000', '183239.964000', '183239.966000', '183239.969000', '183239.971000', '183239.974000', '183239.977000', '183239.979000', '183239.982000', '183239.984000', '183239.987000', '183239.989000', '183239.992000', '183239.995000', '183239.997000', '183240.001000', '183240.003000', '183240.006000', '183240.008000', '183240.011000', '183240.013000', '183240.016000', '183240.019000', '183240.021000', '183240.024000', '183259.915000', '183259.918000', '183259.921000', '183259.923000', '183259.926000', '183259.929000', '183259.931000', '183259.934000', '183259.937000', '183259.939000', '183259.942000', '183259.944000', '183259.947000', '183259.950000', '183259.952000', '183259.955000', '183259.958000', '183259.960000', '183259.963000', '183259.965000', '183259.968000', '183259.971000', '183259.973000', '183259.976000', '183259.978000', '183259.981000', '183259.984000', '183259.986000', '183259.989000', '183259.992000', '183259.994000', '183259.997000', '183259.999000', '183300.002000', '183300.005000', '183300.007000', '183300.010000', '183300.012000', '183300.015000', '183300.018000', '183300.020000', '183300.023000', '183300.026000', '183300.028000', '183319.915000', '183319.918000', '183319.921000', '183319.924000', '183319.926000', '183319.929000', '183319.931000', '183319.934000', '183319.945000', '183319.947000', '183319.950000', '183319.953000', '183319.955000', '183319.958000', '183319.960000', '183319.963000', '183319.966000', '183319.968000', '183319.971000', '183319.973000', '183319.976000', '183319.979000', '183319.981000', '183319.984000', '183319.986000', '183319.989000', '183319.992000', '183319.994000', '183319.997000', '183320.000000', '183320.003000', '183320.005000', '183320.008000', '183320.011000', '183320.013000', '183320.016000', '183320.018000', '183320.021000', '183320.024000', '183320.026000', '183320.029000', '183320.031000', '183320.034000', '183339.914000', '183339.917000', '183339.920000', '183339.923000', '183339.925000', '183339.928000', '183339.930000', '183339.933000', '183339.935000', '183339.938000', '183339.941000', '183339.943000', '183339.946000', '183339.948000', '183339.951000', '183339.954000', '183339.956000', '183339.959000', '183339.962000', '183339.964000', '183339.967000', '183339.969000', '183339.972000', '183339.991000', '183339.993000', '183339.996000', '183340.000000', '183340.002000', '183340.005000', '183340.007000', '183340.010000', '183340.013000', '183340.015000', '183340.018000', '183340.020000', '183340.023000', '183340.025000', '183340.028000', '183340.031000', '183340.033000', '183340.036000', '183340.038000', '183340.041000', '183340.044000', '183359.914000', '183359.917000', '183359.920000', '183359.922000', '183359.925000', '183359.928000', '183359.930000', '183359.933000', '183359.936000', '183359.938000', '183359.941000', '183359.943000', '183359.946000', '183359.949000', '183359.951000', '183359.954000', '183359.957000', '183359.959000', '183359.962000', '183359.964000', '183359.967000', '183359.970000', '183359.972000', '183359.975000', '183359.977000', '183359.980000', '183359.983000', '183359.985000', '183359.988000', '183359.990000', '183359.993000', '183359.995000', '183359.998000', '183400.002000', '183400.004000', '183400.007000', '183400.009000', '183400.012000', '183400.015000', '183400.017000', '183400.020000', '183400.022000', '183400.025000', '183419.914000', '183419.917000', '183419.920000', '183419.923000', '183419.925000', '183419.928000', '183419.930000', '183419.933000', '183419.936000', '183419.938000', '183419.941000', '183419.943000', '183419.946000', '183419.949000', '183419.951000', '183419.954000', '183419.956000', '183419.959000', '183419.961000', '183419.964000', '183419.966000', '183419.969000', '183419.972000', '183419.974000', '183419.977000', '183419.979000', '183419.982000', '183419.984000', '183419.987000', '183419.990000', '183419.992000', '183419.995000', '183419.997000', '183420.001000', '183420.003000', '183420.006000', '183420.009000', '183420.011000', '183420.014000', '183420.016000', '183420.019000', '183420.021000', '183420.024000', '183438.747000', '183438.750000', '183438.753000', '183438.756000', '183438.758000', '183438.761000', '183438.764000', '183438.766000', '183438.769000', '183438.772000', '183438.774000', '183438.777000', '183438.779000', '183438.782000', '183438.785000', '183438.788000', '183438.791000', '183438.793000', '183438.797000', '183438.801000', '183438.804000', '183438.807000', '183438.810000', '183438.812000', '183438.815000', '183438.818000', '183438.824000', '183438.827000', '183438.831000', '183438.835000', '183438.839000', '183438.844000', '183438.847000', '183438.850000', '183438.853000', '183438.856000', '183438.859000', '183438.862000', '183438.865000', '183438.867000', '183438.871000', '183438.874000'], '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': [8357, 8421, 8377, 11892, 8447, 9406, 8489, 8112, 8609, 8173, 8551, 8459, 8236, 8175, 8090, 7917, 8091, 8557, 8294, 8965, 7886, 10321, 8267, 8374, 9378, 8720, 9694, 12137, 10651, 14817, 11162, 12693, 8586, 9791, 8682, 8687, 8632, 8601, 8526, 10824, 7412, 7780, 7832, 8667, 8741, 10645, 8529, 10028, 8519, 7711, 8295, 8412, 12056, 8720, 9087, 8505, 8140, 8056, 8007, 8018, 8244, 8545, 8028, 8134, 8447, 9412, 8373, 8871, 8722, 7672, 8581, 7819, 8449, 8438, 8565, 8559, 9999, 8432, 8066, 8611, 8304, 8563, 8152, 7991, 7827, 7859, 8403, 7961, 7495, 7537, 7532, 7634, 8304, 10580, 8452, 8767, 8562, 7583, 8314, 7863, 8153, 8154, 8460, 8415, 10096, 8451, 8647, 8708, 7830, 8490, 7965, 8413, 8075, 8103, 7836, 7732, 8069, 8099, 7685, 8114, 8179, 8204, 8843, 8139, 8581, 8931, 8380, 10281, 8498, 8875, 8584, 8288, 8093, 8144, 7981, 7837, 7710, 8616, 8505, 8360, 8904, 8480, 8803, 8594, 8277, 8177, 8280, 8336, 8808, 8443, 8277, 8560, 8269, 8541, 8125, 8752, 8342, 8876, 9740, 8591, 7871, 8292, 8483, 14117, 8295, 11900, 8481, 10288, 8792, 7991, 8614, 7790, 8312, 8178, 8662, 7905, 8632, 8676, 8420, 9610, 8544, 8469, 8511, 7913, 7607, 8163, 8503, 9583, 8389, 8406, 10025, 8479, 8862, 8404, 13521, 9731, 9979, 8363, 7674, 8217, 8123, 9871, 8347, 8944, 8328, 7498, 8514, 7681, 8624, 7930, 8384, 8849, 8562, 9456, 8675, 8880, 8786, 8324, 8457, 8016, 8079, 7733, 8162, 7786, 7974, 7802, 7939, 8320, 9976, 8235, 9637, 8490, 8309, 8378, 8022, 8363, 7702, 8400, 8110, 8783, 8140, 8668, 8037, 7723, 7919, 7467, 8573, 9640, 8474, 8773, 8524, 7704, 8571, 8213, 8544, 7919, 8318, 7925, 8128, 7635, 7853, 8361, 9210, 8128, 9516, 8427, 7958, 8461, 7879, 8406, 7950, 8343, 8235, 8275, 8085, 8421, 8038, 8478, 8423, 8162, 8352, 9761, 8665, 7611, 8593, 7853, 8476, 7810, 8453, 8029, 7626, 8291, 9849, 8400, 9162, 8576, 7849, 8627, 7872, 8373, 7856, 8403, 8301, 8285, 9176, 8125, 8339, 8112, 8506, 10265, 8290, 9910, 8663, 7582, 8757, 7737, 8597, 7918, 8212, 8001, 8360, 8160, 8421, 8213, 8208, 8196, 8643, 8301, 7368, 8304, 7830, 8575, 9190, 8587, 9144, 8559, 8319, 8444, 8344, 8657, 8063, 8015, 7977, 8380, 8623, 8534, 8323, 8609, 8360, 7862, 8301, 10403, 8700, 9052, 8397, 8869, 8653, 8961, 8539, 8186, 8422, 7937, 8279, 7780, 7692, 8610, 9630, 8502, 8840, 8814, 8105, 8606, 7665, 8521, 8530, 8561, 8534, 8768, 7835, 8500, 7755, 8003, 8442, 11451, 8237, 9410, 8703, 8512, 8637, 8003, 8461, 7778, 7974, 7738, 8187, 7814, 8335, 8449, 8740, 8434, 9723, 8520, 7930, 7635, 7360, 8600, 10549, 8577, 9668, 8559, 8346, 8570, 7919, 8668, 7879, 8732, 8440, 8555, 10935, 8504, 10700, 8615, 7976, 7807, 8548, 7618, 8266, 8340, 14039, 8310, 11871, 8658, 10788, 8398, 8628, 8728, 8500, 8669, 8301, 8769, 8161, 8623, 7473, 7279, 7719, 8469, 8259, 8581, 10701, 8812, 9093, 8813, 8013, 8671, 8275, 11965, 8613, 12605, 10025, 9272, 8635, 8145, 8817, 8666, 8810, 8134, 8522, 7749, 8530, 7786, 8543, 8230, 8305, 8314, 8387, 8092, 7748, 8013, 8646, 8451, 8886, 12766, 8471, 12990, 8877, 8511, 8252, 8277, 8526, 8048, 8373, 8236, 8000, 8158, 8407, 8070, 8450, 8462, 8378, 8449, 8208, 9716, 8729, 9193, 8511, 8013, 8207, 8352, 10958, 8273, 12198, 9234, 10656, 8250, 7634, 8584, 8844, 8267, 8709, 8648, 7955, 8494, 8179, 8373, 8353, 7881, 7861, 8150, 8077, 8117, 8089, 8041, 8495, 8467, 9578, 8665, 8754, 8545, 8824, 8473, 8829, 8331, 8840, 8656, 8097, 8603, 8535, 8409, 8540, 8434, 9094, 8475, 8445, 8255, 8423, 8673, 8050, 8561, 8656, 8728, 8836, 8548, 8864, 8368, 8791, 8439, 7396, 7732, 8151, 8678, 8507, 8823, 8289, 9514, 8350, 9366, 8707, 8430, 8606, 8507, 8089, 8402, 10984, 7812, 7424, 7585, 8126, 8385, 8478, 8929, 8818, 8485, 7421, 7988, 8576, 9571, 8446, 12380, 9069, 8952, 8356, 7768, 8216, 7688, 7802, 7797, 8133, 8023, 8416, 8615, 8450, 9189, 8616, 9839, 8726, 8854, 8637, 9002, 8538, 8503, 8450, 8485, 8192, 8322, 8361, 7855, 8531, 7969, 8592, 8541, 8503, 8526, 8249, 8560, 8648, 8351, 8395, 8380, 8044, 8276, 7962, 8293, 8412, 8549, 8494, 8307, 8466, 8749, 8291, 7480, 7760, 7440, 7454, 7460, 7775, 8397, 8120, 8092, 8066, 8496, 8527, 8434, 8646, 8226, 8787, 8339, 8070, 8234, 7789, 8232, 7599, 7824, 7509, 7887, 8198, 7547, 8302, 8459, 8339, 7626, 8074, 7339, 8307, 7836, 8566, 9471, 8615, 8140, 8530, 7285, 7576, 7567, 7567, 7562, 7631, 7975, 9302, 7219, 7591, 7815, 7775, 7583, 7743, 8380, 9911, 12751, 11099, 14475, 11527, 9057, 7903, 8244, 7897, 8393, 8142, 11099, 8184, 7838, 7728, 7945, 7953, 7838, 8178, 8442, 8262, 8371, 7613, 7710, 7502, 7968, 8761, 8170, 8802, 7862, 8333, 10105, 8473, 9630, 8548, 9031, 8487, 8509, 8076, 8207, 8284, 8083, 8513, 7818, 7332, 7351, 8606, 10399, 8923, 10360, 8442, 9809, 8623, 10008, 8410, 11448, 8713, 10052, 8259, 7896, 7905, 7915, 8217, 7695, 7532, 8441, 8147, 8429, 8731, 8649, 8235, 7660, 8162, 7699, 8112, 8372, 8087, 8562, 8404, 8900, 8636, 8189, 8534, 8435, 8034, 8091, 8323, 7712, 7429, 7618, 7332, 7606, 7861, 8811, 7257, 7537, 7907, 8386, 9405, 8512, 10995, 9417, 10551, 14071, 9601, 12454, 8268, 9065, 8363, 8439, 8240, 8028, 8326, 8203, 8453, 8242, 8660, 8223, 8059, 8169, 7554, 8238, 7758, 8331, 9471, 8316, 9467, 8615, 7576, 8308, 8043, 8516, 8377, 7605, 8538, 9363, 8276, 8332, 8575, 7905, 8554, 8279, 8566, 8463, 8294, 7953, 8240, 9704, 8205, 7619, 7947, 8800, 8595, 8721, 10341, 15275, 8472, 10316, 8810, 8373, 9957, 8427, 10628, 8269, 10790, 8630, 8818, 8678], 'WindowCenter': [4150.0, 4134.0, 4122.0, 4152.0, 4117.0, 4116.0, 4105.0, 4093.0, 4104.0, 4102.0, 4104.0, 4103.0, 4104.0, 4105.0, 4107.0, 4116.0, 4116.0, 4117.0, 4119.0, 4129.0, 4120.0, 4139.0, 4132.0, 4131.0, 4143.0, 4131.0, 4141.0, 4148.0, 4128.0, 4147.0, 4127.0, 4134.0, 4104.0, 4113.0, 4104.0, 4102.0, 4104.0, 4102.0, 4103.0, 4113.0, 4083.0, 4093.0, 4104.0, 4117.0, 4128.0, 4126.0, 4117.0, 4116.0, 4104.0, 4093.0, 4094.0, 4105.0, 4124.0, 4092.0, 4101.0, 4091.0, 4080.0, 4080.0, 4081.0, 4080.0, 4091.0, 4091.0, 4090.0, 4090.0, 4102.0, 4099.0, 4104.0, 4102.0, 4103.0, 4092.0, 4103.0, 4093.0, 4093.0, 4103.0, 4103.0, 4103.0, 4113.0, 4093.0, 4092.0, 4104.0, 4100.0, 4103.0, 4093.0, 4093.0, 4094.0, 4093.0, 4105.0, 4093.0, 4092.0, 4093.0, 4093.0, 4093.0, 4106.0, 4126.0, 4106.0, 4104.0, 4105.0, 4094.0, 4103.0, 4094.0, 4092.0, 4094.0, 4092.0, 4103.0, 4113.0, 4104.0, 4102.0, 4104.0, 4092.0, 4104.0, 4093.0, 4092.0, 4092.0, 4081.0, 4093.0, 4081.0, 4093.0, 4093.0, 4094.0, 4094.0, 4104.0, 4105.0, 4126.0, 4117.0, 4129.0, 4117.0, 4116.0, 4127.0, 4117.0, 4115.0, 4117.0, 4118.0, 4105.0, 4106.0, 4105.0, 4096.0, 4094.0, 4105.0, 4105.0, 4116.0, 4116.0, 4117.0, 4115.0, 4115.0, 4106.0, 4105.0, 4106.0, 4105.0, 4116.0, 4106.0, 4106.0, 4115.0, 4104.0, 4117.0, 4106.0, 4118.0, 4117.0, 4117.0, 4125.0, 4105.0, 4104.0, 4104.0, 4116.0, 4145.0, 4104.0, 4122.0, 4093.0, 4111.0, 4089.0, 4090.0, 4101.0, 4081.0, 4092.0, 4091.0, 4101.0, 4092.0, 4115.0, 4103.0, 4116.0, 4126.0, 4117.0, 4105.0, 4116.0, 4106.0, 4105.0, 4118.0, 4118.0, 4127.0, 4117.0, 4117.0, 4139.0, 4119.0, 4128.0, 4119.0, 4160.0, 4117.0, 4115.0, 4103.0, 4095.0, 4093.0, 4105.0, 4115.0, 4102.0, 4103.0, 4103.0, 4081.0, 4103.0, 4092.0, 4114.0, 4104.0, 4117.0, 4115.0, 4117.0, 4114.0, 4117.0, 4116.0, 4104.0, 4104.0, 4094.0, 4095.0, 4093.0, 4092.0, 4093.0, 4094.0, 4093.0, 4106.0, 4106.0, 4106.0, 4115.0, 4104.0, 4114.0, 4104.0, 4103.0, 4104.0, 4092.0, 4093.0, 4092.0, 4093.0, 4092.0, 4103.0, 4094.0, 4105.0, 4105.0, 4094.0, 4106.0, 4092.0, 4104.0, 4113.0, 4104.0, 4105.0, 4105.0, 4094.0, 4105.0, 4104.0, 4104.0, 4105.0, 4116.0, 4108.0, 4106.0, 4107.0, 4105.0, 4116.0, 4115.0, 4108.0, 4115.0, 4105.0, 4104.0, 4105.0, 4103.0, 4104.0, 4105.0, 4104.0, 4104.0, 4104.0, 4093.0, 4104.0, 4104.0, 4106.0, 4106.0, 4105.0, 4106.0, 4116.0, 4105.0, 4095.0, 4104.0, 4105.0, 4105.0, 4106.0, 4102.0, 4104.0, 4094.0, 4103.0, 4112.0, 4105.0, 4114.0, 4106.0, 4092.0, 4104.0, 4092.0, 4106.0, 4105.0, 4116.0, 4118.0, 4117.0, 4129.0, 4106.0, 4118.0, 4105.0, 4118.0, 4126.0, 4118.0, 4127.0, 4105.0, 4094.0, 4106.0, 4095.0, 4115.0, 4105.0, 4117.0, 4105.0, 4104.0, 4104.0, 4103.0, 4105.0, 4104.0, 4106.0, 4105.0, 4105.0, 4083.0, 4105.0, 4092.0, 4105.0, 4113.0, 4116.0, 4116.0, 4105.0, 4094.0, 4094.0, 4103.0, 4103.0, 4092.0, 4094.0, 4093.0, 4103.0, 4104.0, 4105.0, 4102.0, 4115.0, 4116.0, 4104.0, 4107.0, 4124.0, 4104.0, 4104.0, 4104.0, 4104.0, 4104.0, 4103.0, 4102.0, 4103.0, 4093.0, 4093.0, 4091.0, 4092.0, 4080.0, 4103.0, 4113.0, 4104.0, 4104.0, 4104.0, 4093.0, 4103.0, 4092.0, 4116.0, 4114.0, 4118.0, 4117.0, 4116.0, 4094.0, 4105.0, 4094.0, 4094.0, 4105.0, 4137.0, 4105.0, 4104.0, 4103.0, 4103.0, 4103.0, 4092.0, 4104.0, 4094.0, 4091.0, 4094.0, 4092.0, 4094.0, 4104.0, 4116.0, 4116.0, 4106.0, 4115.0, 4106.0, 4105.0, 4107.0, 4094.0, 4115.0, 4125.0, 4115.0, 4116.0, 4105.0, 4105.0, 4104.0, 4095.0, 4104.0, 4103.0, 4116.0, 4105.0, 4115.0, 4125.0, 4117.0, 4124.0, 4105.0, 4093.0, 4095.0, 4104.0, 4093.0, 4090.0, 4093.0, 4134.0, 4093.0, 4120.0, 4092.0, 4109.0, 4091.0, 4090.0, 4090.0, 4090.0, 4091.0, 4091.0, 4091.0, 4092.0, 4103.0, 4080.0, 4094.0, 4094.0, 4116.0, 4116.0, 4116.0, 4127.0, 4117.0, 4116.0, 4116.0, 4093.0, 4102.0, 4104.0, 4124.0, 4104.0, 4123.0, 4102.0, 4101.0, 4103.0, 4090.0, 4103.0, 4103.0, 4102.0, 4094.0, 4104.0, 4093.0, 4105.0, 4094.0, 4105.0, 4104.0, 4107.0, 4116.0, 4106.0, 4106.0, 4107.0, 4106.0, 4117.0, 4106.0, 4117.0, 4135.0, 4092.0, 4134.0, 4102.0, 4091.0, 4092.0, 4091.0, 4091.0, 4079.0, 4091.0, 4093.0, 4091.0, 4093.0, 4091.0, 4092.0, 4103.0, 4104.0, 4106.0, 4106.0, 4117.0, 4126.0, 4107.0, 4116.0, 4103.0, 4094.0, 4094.0, 4106.0, 4124.0, 4106.0, 4135.0, 4114.0, 4112.0, 4094.0, 4081.0, 4104.0, 4103.0, 4105.0, 4105.0, 4105.0, 4093.0, 4104.0, 4104.0, 4105.0, 4106.0, 4106.0, 4105.0, 4105.0, 4107.0, 4105.0, 4106.0, 4107.0, 4117.0, 4105.0, 4115.0, 4117.0, 4115.0, 4116.0, 4117.0, 4107.0, 4114.0, 4105.0, 4103.0, 4104.0, 4104.0, 4104.0, 4106.0, 4105.0, 4103.0, 4104.0, 4105.0, 4105.0, 4104.0, 4106.0, 4104.0, 4104.0, 4104.0, 4117.0, 4103.0, 4106.0, 4104.0, 4116.0, 4105.0, 4104.0, 4103.0, 4093.0, 4083.0, 4094.0, 4094.0, 4104.0, 4114.0, 4116.0, 4107.0, 4128.0, 4105.0, 4116.0, 4104.0, 4105.0, 4104.0, 4105.0, 4106.0, 4105.0, 4124.0, 4094.0, 4083.0, 4092.0, 4093.0, 4104.0, 4106.0, 4116.0, 4115.0, 4105.0, 4096.0, 4105.0, 4117.0, 4116.0, 4107.0, 4136.0, 4104.0, 4103.0, 4093.0, 4094.0, 4092.0, 4094.0, 4081.0, 4082.0, 4093.0, 4094.0, 4105.0, 4105.0, 4105.0, 4115.0, 4118.0, 4125.0, 4107.0, 4105.0, 4104.0, 4103.0, 4105.0, 4104.0, 4093.0, 4105.0, 4104.0, 4093.0, 4093.0, 4093.0, 4104.0, 4094.0, 4105.0, 4104.0, 4105.0, 4115.0, 4106.0, 4105.0, 4105.0, 4104.0, 4103.0, 4104.0, 4095.0, 4105.0, 4105.0, 4106.0, 4106.0, 4116.0, 4117.0, 4105.0, 4119.0, 4117.0, 4119.0, 4096.0, 4108.0, 4096.0, 4108.0, 4107.0, 4109.0, 4107.0, 4108.0, 4106.0, 4108.0, 4105.0, 4116.0, 4105.0, 4107.0, 4104.0, 4104.0, 4094.0, 4093.0, 4093.0, 4096.0, 4104.0, 4094.0, 4090.0, 4094.0, 4092.0, 4105.0, 4091.0, 4105.0, 4101.0, 4104.0, 4094.0, 4104.0, 4094.0, 4106.0, 4094.0, 4116.0, 4127.0, 4117.0, 4105.0, 4116.0, 4095.0, 4107.0, 4107.0, 4108.0, 4107.0, 4108.0, 4108.0, 4129.0, 4108.0, 4120.0, 4120.0, 4122.0, 4122.0, 4122.0, 4131.0, 4153.0, 4152.0, 4139.0, 4159.0, 4139.0, 4116.0, 4097.0, 4094.0, 4095.0, 4093.0, 4094.0, 4123.0, 4094.0, 4082.0, 4081.0, 4092.0, 4092.0, 4081.0, 4092.0, 4092.0, 4092.0, 4092.0, 4095.0, 4092.0, 4095.0, 4105.0, 4115.0, 4106.0, 4128.0, 4108.0, 4117.0, 4126.0, 4107.0, 4115.0, 4106.0, 4116.0, 4117.0, 4118.0, 4105.0, 4105.0, 4105.0, 4105.0, 4117.0, 4106.0, 4109.0, 4110.0, 4132.0, 4140.0, 4119.0, 4127.0, 4108.0, 4128.0, 4106.0, 4117.0, 4106.0, 4126.0, 4103.0, 4117.0, 4092.0, 4092.0, 4093.0, 4106.0, 4104.0, 4092.0, 4092.0, 4105.0, 4093.0, 4105.0, 4104.0, 4117.0, 4103.0, 4094.0, 4104.0, 4095.0, 4104.0, 4107.0, 4107.0, 4117.0, 4105.0, 4117.0, 4116.0, 4106.0, 4116.0, 4106.0, 4107.0, 4107.0, 4104.0, 4094.0, 4084.0, 4095.0, 4095.0, 4106.0, 4105.0, 4127.0, 4107.0, 4108.0, 4119.0, 4120.0, 4128.0, 4131.0, 4142.0, 4119.0, 4128.0, 4145.0, 4115.0, 4135.0, 4094.0, 4102.0, 4093.0, 4104.0, 4104.0, 4093.0, 4104.0, 4103.0, 4104.0, 4104.0, 4116.0, 4118.0, 4105.0, 4106.0, 4095.0, 4105.0, 4093.0, 4103.0, 4115.0, 4106.0, 4115.0, 4105.0, 4095.0, 4103.0, 4092.0, 4102.0, 4104.0, 4094.0, 4105.0, 4114.0, 4104.0, 4104.0, 4103.0, 4104.0, 4116.0, 4106.0, 4116.0, 4118.0, 4117.0, 4107.0, 4117.0, 4128.0, 4119.0, 4107.0, 4107.0, 4118.0, 4119.0, 4116.0, 4130.0, 4156.0, 4104.0, 4116.0, 4104.0, 4105.0, 4114.0, 4103.0, 4113.0, 4093.0, 4112.0, 4091.0, 4089.0, 4090.0], 'WindowWidth': [9222.0, 9186.0, 9164.0, 9206.0, 9147.0, 9142.0, 9126.0, 9106.0, 9120.0, 9118.0, 9122.0, 9122.0, 9123.0, 9127.0, 9134.0, 9145.0, 9144.0, 9146.0, 9152.0, 9167.0, 9156.0, 9181.0, 9176.0, 9173.0, 9191.0, 9173.0, 9188.0, 9190.0, 9162.0, 9184.0, 9158.0, 9162.0, 9120.0, 9132.0, 9119.0, 9117.0, 9121.0, 9116.0, 9118.0, 9131.0, 9092.0, 9106.0, 9124.0, 9147.0, 9164.0, 9157.0, 9144.0, 9143.0, 9123.0, 9108.0, 9107.0, 9123.0, 9148.0, 9102.0, 9113.0, 9099.0, 9083.0, 9081.0, 9085.0, 9079.0, 9099.0, 9098.0, 9098.0, 9095.0, 9116.0, 9110.0, 9121.0, 9117.0, 9118.0, 9103.0, 9118.0, 9107.0, 9105.0, 9121.0, 9118.0, 9121.0, 9133.0, 9106.0, 9103.0, 9121.0, 9114.0, 9119.0, 9107.0, 9105.0, 9111.0, 9106.0, 9126.0, 9105.0, 9105.0, 9105.0, 9107.0, 9108.0, 9128.0, 9155.0, 9128.0, 9123.0, 9124.0, 9108.0, 9120.0, 9109.0, 9103.0, 9108.0, 9102.0, 9119.0, 9133.0, 9123.0, 9118.0, 9121.0, 9103.0, 9120.0, 9105.0, 9102.0, 9103.0, 9086.0, 9105.0, 9086.0, 9106.0, 9104.0, 9110.0, 9108.0, 9126.0, 9127.0, 9158.0, 9147.0, 9168.0, 9147.0, 9145.0, 9160.0, 9147.0, 9141.0, 9146.0, 9150.0, 9126.0, 9129.0, 9125.0, 9115.0, 9110.0, 9125.0, 9128.0, 9144.0, 9144.0, 9145.0, 9141.0, 9140.0, 9127.0, 9127.0, 9129.0, 9126.0, 9142.0, 9129.0, 9129.0, 9141.0, 9125.0, 9144.0, 9132.0, 9149.0, 9147.0, 9147.0, 9156.0, 9126.0, 9126.0, 9123.0, 9143.0, 9182.0, 9124.0, 9144.0, 9104.0, 9127.0, 9096.0, 9099.0, 9114.0, 9087.0, 9102.0, 9100.0, 9116.0, 9105.0, 9141.0, 9121.0, 9147.0, 9158.0, 9145.0, 9128.0, 9143.0, 9127.0, 9126.0, 9147.0, 9148.0, 9160.0, 9148.0, 9147.0, 9181.0, 9155.0, 9164.0, 9154.0, 9211.0, 9146.0, 9139.0, 9118.0, 9110.0, 9105.0, 9124.0, 9139.0, 9119.0, 9118.0, 9120.0, 9088.0, 9121.0, 9105.0, 9139.0, 9126.0, 9147.0, 9140.0, 9146.0, 9139.0, 9144.0, 9141.0, 9124.0, 9125.0, 9110.0, 9111.0, 9105.0, 9105.0, 9105.0, 9110.0, 9108.0, 9128.0, 9131.0, 9131.0, 9139.0, 9123.0, 9137.0, 9123.0, 9119.0, 9123.0, 9105.0, 9105.0, 9104.0, 9105.0, 9103.0, 9119.0, 9108.0, 9127.0, 9129.0, 9110.0, 9127.0, 9106.0, 9124.0, 9136.0, 9125.0, 9127.0, 9125.0, 9108.0, 9124.0, 9123.0, 9123.0, 9126.0, 9144.0, 9136.0, 9131.0, 9132.0, 9126.0, 9144.0, 9140.0, 9135.0, 9143.0, 9127.0, 9124.0, 9125.0, 9122.0, 9123.0, 9127.0, 9124.0, 9123.0, 9123.0, 9107.0, 9122.0, 9124.0, 9130.0, 9130.0, 9126.0, 9129.0, 9142.0, 9126.0, 9112.0, 9123.0, 9127.0, 9124.0, 9131.0, 9119.0, 9124.0, 9107.0, 9122.0, 9132.0, 9124.0, 9137.0, 9127.0, 9105.0, 9123.0, 9106.0, 9128.0, 9127.0, 9143.0, 9151.0, 9146.0, 9165.0, 9131.0, 9149.0, 9127.0, 9150.0, 9160.0, 9148.0, 9158.0, 9125.0, 9110.0, 9126.0, 9112.0, 9140.0, 9129.0, 9145.0, 9128.0, 9124.0, 9125.0, 9122.0, 9126.0, 9123.0, 9131.0, 9126.0, 9126.0, 9093.0, 9126.0, 9106.0, 9126.0, 9136.0, 9142.0, 9144.0, 9126.0, 9108.0, 9107.0, 9119.0, 9120.0, 9106.0, 9108.0, 9106.0, 9119.0, 9123.0, 9128.0, 9121.0, 9141.0, 9145.0, 9126.0, 9132.0, 9152.0, 9125.0, 9124.0, 9125.0, 9123.0, 9124.0, 9122.0, 9118.0, 9122.0, 9105.0, 9107.0, 9100.0, 9105.0, 9085.0, 9119.0, 9134.0, 9124.0, 9122.0, 9122.0, 9106.0, 9120.0, 9105.0, 9142.0, 9139.0, 9148.0, 9148.0, 9143.0, 9112.0, 9126.0, 9111.0, 9110.0, 9128.0, 9172.0, 9125.0, 9121.0, 9119.0, 9118.0, 9118.0, 9104.0, 9122.0, 9109.0, 9100.0, 9107.0, 9104.0, 9110.0, 9124.0, 9146.0, 9144.0, 9130.0, 9139.0, 9129.0, 9126.0, 9131.0, 9112.0, 9140.0, 9154.0, 9141.0, 9142.0, 9126.0, 9126.0, 9122.0, 9110.0, 9123.0, 9121.0, 9142.0, 9124.0, 9140.0, 9155.0, 9146.0, 9151.0, 9126.0, 9108.0, 9111.0, 9120.0, 9107.0, 9098.0, 9106.0, 9162.0, 9104.0, 9135.0, 9101.0, 9119.0, 9097.0, 9094.0, 9098.0, 9095.0, 9100.0, 9099.0, 9100.0, 9101.0, 9119.0, 9087.0, 9110.0, 9111.0, 9146.0, 9145.0, 9145.0, 9160.0, 9146.0, 9142.0, 9142.0, 9107.0, 9116.0, 9124.0, 9151.0, 9121.0, 9146.0, 9116.0, 9112.0, 9116.0, 9098.0, 9118.0, 9119.0, 9117.0, 9108.0, 9122.0, 9107.0, 9124.0, 9110.0, 9126.0, 9125.0, 9130.0, 9143.0, 9129.0, 9130.0, 9133.0, 9128.0, 9146.0, 9128.0, 9146.0, 9166.0, 9103.0, 9161.0, 9116.0, 9098.0, 9099.0, 9099.0, 9099.0, 9081.0, 9099.0, 9106.0, 9101.0, 9104.0, 9101.0, 9103.0, 9120.0, 9123.0, 9130.0, 9131.0, 9148.0, 9158.0, 9131.0, 9142.0, 9121.0, 9109.0, 9109.0, 9128.0, 9152.0, 9127.0, 9164.0, 9135.0, 9129.0, 9106.0, 9086.0, 9121.0, 9118.0, 9126.0, 9125.0, 9126.0, 9108.0, 9123.0, 9123.0, 9126.0, 9128.0, 9126.0, 9125.0, 9127.0, 9131.0, 9127.0, 9130.0, 9133.0, 9147.0, 9128.0, 9142.0, 9144.0, 9140.0, 9144.0, 9146.0, 9133.0, 9138.0, 9125.0, 9120.0, 9123.0, 9122.0, 9125.0, 9128.0, 9127.0, 9121.0, 9122.0, 9124.0, 9125.0, 9122.0, 9129.0, 9125.0, 9124.0, 9123.0, 9144.0, 9123.0, 9129.0, 9123.0, 9142.0, 9126.0, 9122.0, 9119.0, 9105.0, 9093.0, 9110.0, 9110.0, 9124.0, 9138.0, 9145.0, 9131.0, 9160.0, 9126.0, 9142.0, 9123.0, 9126.0, 9123.0, 9127.0, 9128.0, 9127.0, 9147.0, 9108.0, 9090.0, 9103.0, 9105.0, 9123.0, 9128.0, 9141.0, 9139.0, 9127.0, 9116.0, 9125.0, 9145.0, 9144.0, 9132.0, 9170.0, 9123.0, 9119.0, 9105.0, 9107.0, 9101.0, 9108.0, 9087.0, 9089.0, 9105.0, 9107.0, 9124.0, 9125.0, 9129.0, 9142.0, 9149.0, 9155.0, 9129.0, 9125.0, 9124.0, 9120.0, 9122.0, 9122.0, 9107.0, 9123.0, 9122.0, 9104.0, 9105.0, 9106.0, 9121.0, 9107.0, 9126.0, 9125.0, 9127.0, 9140.0, 9127.0, 9126.0, 9124.0, 9122.0, 9120.0, 9121.0, 9111.0, 9127.0, 9125.0, 9128.0, 9129.0, 9143.0, 9145.0, 9128.0, 9151.0, 9146.0, 9152.0, 9117.0, 9135.0, 9116.0, 9135.0, 9133.0, 9140.0, 9133.0, 9134.0, 9128.0, 9134.0, 9126.0, 9143.0, 9128.0, 9133.0, 9122.0, 9124.0, 9108.0, 9108.0, 9105.0, 9116.0, 9123.0, 9110.0, 9100.0, 9109.0, 9103.0, 9125.0, 9103.0, 9128.0, 9118.0, 9124.0, 9108.0, 9124.0, 9108.0, 9130.0, 9110.0, 9145.0, 9160.0, 9146.0, 9127.0, 9144.0, 9114.0, 9132.0, 9132.0, 9137.0, 9133.0, 9137.0, 9134.0, 9166.0, 9139.0, 9156.0, 9156.0, 9164.0, 9163.0, 9165.0, 9172.0, 9208.0, 9201.0, 9180.0, 9204.0, 9176.0, 9141.0, 9115.0, 9107.0, 9109.0, 9104.0, 9108.0, 9146.0, 9108.0, 9090.0, 9086.0, 9099.0, 9103.0, 9084.0, 9101.0, 9101.0, 9101.0, 9103.0, 9110.0, 9103.0, 9114.0, 9127.0, 9142.0, 9130.0, 9163.0, 9135.0, 9147.0, 9155.0, 9132.0, 9139.0, 9129.0, 9144.0, 9144.0, 9147.0, 9126.0, 9125.0, 9126.0, 9125.0, 9146.0, 9131.0, 9140.0, 9145.0, 9177.0, 9183.0, 9154.0, 9159.0, 9135.0, 9159.0, 9129.0, 9144.0, 9128.0, 9153.0, 9119.0, 9144.0, 9103.0, 9104.0, 9104.0, 9129.0, 9122.0, 9104.0, 9102.0, 9124.0, 9106.0, 9125.0, 9123.0, 9144.0, 9121.0, 9110.0, 9122.0, 9112.0, 9124.0, 9133.0, 9134.0, 9148.0, 9127.0, 9147.0, 9142.0, 9129.0, 9141.0, 9131.0, 9133.0, 9132.0, 9122.0, 9109.0, 9094.0, 9112.0, 9112.0, 9128.0, 9128.0, 9161.0, 9135.0, 9138.0, 9155.0, 9156.0, 9165.0, 9171.0, 9190.0, 9152.0, 9162.0, 9181.0, 9136.0, 9164.0, 9107.0, 9115.0, 9105.0, 9120.0, 9123.0, 9107.0, 9123.0, 9120.0, 9123.0, 9124.0, 9144.0, 9149.0, 9129.0, 9128.0, 9111.0, 9125.0, 9108.0, 9121.0, 9137.0, 9130.0, 9141.0, 9126.0, 9111.0, 9120.0, 9106.0, 9118.0, 9124.0, 9107.0, 9125.0, 9138.0, 9123.0, 9123.0, 9123.0, 9124.0, 9143.0, 9129.0, 9144.0, 9151.0, 9147.0, 9135.0, 9145.0, 9162.0, 9152.0, 9134.0, 9134.0, 9150.0, 9153.0, 9145.0, 9170.0, 9197.0, 9123.0, 9140.0, 9121.0, 9125.0, 9135.0, 9120.0, 9132.0, 9104.0, 9129.0, 9098.0, 9094.0, 9098.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.0005005051664753157</td></tr>
<tr><td colspan=3>aqi</td><td>0.015595229161882893</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.7685332899885</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1883553597701144</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0005509283793095</td></tr>
<tr><td colspan=3>efc</td><td>0.443</td></tr>
<tr><td colspan=3>fber</td><td>7503.4136</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07395116628469402</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>6</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.6888633754305397</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.400158974270727</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.31244467213975</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.675387845304692</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.212644405367738</td></tr>
<tr><td colspan=3>gcor</td><td>0.0105256</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01491540390998125</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.019095739349722862</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.6831872338567178</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>29.8054</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.9619</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>164.6969</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>310828.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>813.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>365.5897</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.972</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>538.5667</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3360.1823</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3601.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>65716.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>972.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4439.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>977.6784</td></tr>
<tr><td colspan=3>tsnr</td><td>46.38923620758578</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>