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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-03_subject-0133_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-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-05_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-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-05_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-0133/ses-03/func/sub-0133_ses-03_task-social_acq-mb8_run-05_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>70cdae728f2eb23e77aacbf047a54d87</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>20:47:32.282500</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.994704, 0.0975667, 0.0323147, -0.0970058, 0.995112, -0.0184976]</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-05_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.0889012</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4219, -7782, -7233, 225, -177, -91, -21, 91]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>261.806</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>96d499e6-f31d-4bcd-a22f-fa7ec1223bb4||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.6687188148498535, -0.2602594494819641, 0.09169615060091019, 121.51197814941406], [-0.26176440715789795, 2.6698124408721924, -0.04121542349457741, -86.54476165771484], [0.08669808506965637, 0.049627840518951416, 2.698127508163452, -83.18268585205078], [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': ['204732.282500', '204732.742500', '204733.202500', '204733.662500', '204734.122500', '204734.582500', '204735.042500', '204735.502500', '204735.962500', '204736.422500', '204736.882500', '204737.342500', '204737.802500', '204738.262500', '204738.722500', '204739.182500', '204739.642500', '204740.102500', '204740.562500', '204741.022500', '204741.482500', '204741.942500', '204742.402500', '204742.862500', '204743.322500', '204743.782500', '204744.242500', '204744.702500', '204745.162500', '204745.622500', '204746.082500', '204746.542500', '204747.002500', '204747.462500', '204747.922500', '204748.382500', '204748.842500', '204749.302500', '204749.762500', '204750.222500', '204750.682500', '204751.142500', '204751.602500', '204752.062500', '204752.522500', '204752.982500', '204753.442500', '204753.902500', '204754.362500', '204754.822500', '204755.282500', '204755.742500', '204756.202500', '204756.662500', '204757.122500', '204757.582500', '204758.042500', '204758.502500', '204758.962500', '204759.422500', '204759.882500', '204800.342500', '204800.802500', '204801.262500', '204801.722500', '204802.182500', '204802.642500', '204803.102500', '204803.562500', '204804.022500', '204804.482500', '204804.942500', '204805.402500', '204805.862500', '204806.322500', '204806.782500', '204807.242500', '204807.702500', '204808.162500', '204808.622500', '204809.082500', '204809.542500', '204810.002500', '204810.462500', '204810.922500', '204811.382500', '204811.842500', '204812.302500', '204812.762500', '204813.222500', '204813.682500', '204814.142500', '204814.602500', '204815.062500', '204815.522500', '204815.982500', '204816.442500', '204816.902500', '204817.362500', '204817.822500', '204818.282500', '204818.742500', '204819.202500', '204819.662500', '204820.122500', '204820.582500', '204821.042500', '204821.502500', '204821.962500', '204822.422500', '204822.882500', '204823.342500', '204823.802500', '204824.262500', '204824.722500', '204825.182500', '204825.642500', '204826.102500', '204826.562500', '204827.022500', '204827.482500', '204827.942500', '204828.402500', '204828.862500', '204829.322500', '204829.782500', '204830.242500', '204830.702500', '204831.162500', '204831.622500', '204832.082500', '204832.542500', '204833.002500', '204833.462500', '204833.922500', '204834.382500', '204834.842500', '204835.302500', '204835.762500', '204836.222500', '204836.682500', '204837.142500', '204837.602500', '204838.062500', '204838.522500', '204838.982500', '204839.442500', '204839.902500', '204840.362500', '204840.822500', '204841.282500', '204841.742500', '204842.202500', '204842.662500', '204843.122500', '204843.582500', '204844.042500', '204844.502500', '204844.962500', '204845.422500', '204845.882500', '204846.342500', '204846.802500', '204847.262500', '204847.722500', '204848.182500', '204848.642500', '204849.102500', '204849.562500', '204850.022500', '204850.482500', '204850.942500', '204851.402500', '204851.862500', '204852.322500', '204852.782500', '204853.242500', '204853.702500', '204854.162500', '204854.622500', '204855.082500', '204855.542500', '204856.002500', '204856.462500', '204856.922500', '204857.382500', '204857.842500', '204858.302500', '204858.762500', '204859.222500', '204859.682500', '204900.142500', '204900.602500', '204901.062500', '204901.522500', '204901.982500', '204902.442500', '204902.902500', '204903.362500', '204903.822500', '204904.282500', '204904.742500', '204905.202500', '204905.662500', '204906.122500', '204906.582500', '204907.042500', '204907.502500', '204907.962500', '204908.422500', '204908.882500', '204909.342500', '204909.802500', '204910.262500', '204910.722500', '204911.182500', '204911.642500', '204912.102500', '204912.562500', '204913.022500', '204913.482500', '204913.942500', '204914.402500', '204914.862500', '204915.322500', '204915.782500', '204916.242500', '204916.702500', '204917.162500', '204917.622500', '204918.082500', '204918.542500', '204919.002500', '204919.462500', '204919.922500', '204920.382500', '204920.842500', '204921.302500', '204921.762500', '204922.222500', '204922.682500', '204923.142500', '204923.602500', '204924.062500', '204924.522500', '204924.982500', '204925.442500', '204925.902500', '204926.362500', '204926.822500', '204927.282500', '204927.742500', '204928.202500', '204928.662500', '204929.122500', '204929.582500', '204930.042500', '204930.502500', '204930.962500', '204931.422500', '204931.882500', '204932.342500', '204932.802500', '204933.262500', '204933.722500', '204934.182500', '204934.642500', '204935.102500', '204935.562500', '204936.022500', '204936.482500', '204936.942500', '204937.402500', '204937.862500', '204938.322500', '204938.782500', '204939.242500', '204939.702500', '204940.162500', '204940.622500', '204941.082500', '204941.542500', '204942.002500', '204942.462500', '204942.922500', '204943.382500', '204943.842500', '204944.302500', '204944.762500', '204945.222500', '204945.682500', '204946.142500', '204946.602500', '204947.062500', '204947.522500', '204947.982500', '204948.442500', '204948.902500', '204949.362500', '204949.822500', '204950.282500', '204950.742500', '204951.202500', '204951.662500', '204952.122500', '204952.582500', '204953.042500', '204953.502500', '204953.962500', '204954.422500', '204954.882500', '204955.342500', '204955.802500', '204956.262500', '204956.722500', '204957.182500', '204957.642500', '204958.102500', '204958.562500', '204959.022500', '204959.482500', '204959.942500', '205000.402500', '205000.862500', '205001.322500', '205001.782500', '205002.242500', '205002.702500', '205003.162500', '205003.622500', '205004.082500', '205004.542500', '205005.002500', '205005.462500', '205005.922500', '205006.382500', '205006.842500', '205007.302500', '205007.762500', '205008.222500', '205008.682500', '205009.142500', '205009.602500', '205010.062500', '205010.522500', '205010.982500', '205011.442500', '205011.902500', '205012.362500', '205012.822500', '205013.282500', '205013.742500', '205014.202500', '205014.662500', '205015.122500', '205015.582500', '205016.042500', '205016.502500', '205016.962500', '205017.422500', '205017.882500', '205018.342500', '205018.802500', '205019.262500', '205019.722500', '205020.182500', '205020.642500', '205021.102500', '205021.562500', '205022.022500', '205022.482500', '205022.942500', '205023.402500', '205023.862500', '205024.322500', '205024.782500', '205025.242500', '205025.702500', '205026.162500', '205026.622500', '205027.082500', '205027.542500', '205028.002500', '205028.462500', '205028.922500', '205029.382500', '205029.842500', '205030.302500', '205030.762500', '205031.222500', '205031.682500', '205032.142500', '205032.602500', '205033.062500', '205033.522500', '205033.982500', '205034.442500', '205034.902500', '205035.362500', '205035.822500', '205036.282500', '205036.742500', '205037.202500', '205037.662500', '205038.122500', '205038.582500', '205039.042500', '205039.502500', '205039.962500', '205040.422500', '205040.882500', '205041.342500', '205041.802500', '205042.262500', '205042.722500', '205043.182500', '205043.642500', '205044.102500', '205044.562500', '205045.022500', '205045.482500', '205045.942500', '205046.402500', '205046.862500', '205047.322500', '205047.782500', '205048.242500', '205048.702500', '205049.162500', '205049.622500', '205050.082500', '205050.542500', '205051.002500', '205051.462500', '205051.922500', '205052.382500', '205052.842500', '205053.302500', '205053.762500', '205054.222500', '205054.682500', '205055.142500', '205055.602500', '205056.062500', '205056.522500', '205056.982500', '205057.442500', '205057.902500', '205058.362500', '205058.822500', '205059.282500', '205059.742500', '205100.202500', '205100.662500', '205101.122500', '205101.582500', '205102.042500', '205102.502500', '205102.962500', '205103.422500', '205103.882500', '205104.342500', '205104.802500', '205105.262500', '205105.722500', '205106.182500', '205106.642500', '205107.102500', '205107.562500', '205108.022500', '205108.482500', '205108.942500', '205109.402500', '205109.862500', '205110.322500', '205110.782500', '205111.242500', '205111.702500', '205112.162500', '205112.622500', '205113.082500', '205113.542500', '205114.002500', '205114.462500', '205114.922500', '205115.382500', '205115.842500', '205116.302500', '205116.762500', '205117.222500', '205117.682500', '205118.142500', '205118.602500', '205119.062500', '205119.522500', '205119.982500', '205120.442500', '205120.902500', '205121.362500', '205121.822500', '205122.282500', '205122.742500', '205123.202500', '205123.662500', '205124.122500', '205124.582500', '205125.042500', '205125.502500', '205125.962500', '205126.422500', '205126.882500', '205127.342500', '205127.802500', '205128.262500', '205128.722500', '205129.182500', '205129.642500', '205130.102500', '205130.562500', '205131.022500', '205131.482500', '205131.942500', '205132.402500', '205132.862500', '205133.322500', '205133.782500', '205134.242500', '205134.702500', '205135.162500', '205135.622500', '205136.082500', '205136.542500', '205137.002500', '205137.462500', '205137.922500', '205138.382500', '205138.842500', '205139.302500', '205139.762500', '205140.222500', '205140.682500', '205141.142500', '205141.602500', '205142.062500', '205142.522500', '205142.982500', '205143.442500', '205143.902500', '205144.362500', '205144.822500', '205145.282500', '205145.742500', '205146.202500', '205146.662500', '205147.122500', '205147.582500', '205148.042500', '205148.502500', '205148.962500', '205149.422500', '205149.882500', '205150.342500', '205150.802500', '205151.262500', '205151.722500', '205152.182500', '205152.642500', '205153.102500', '205153.562500', '205154.022500', '205154.482500', '205154.942500', '205155.402500', '205155.862500', '205156.322500', '205156.782500', '205157.242500', '205157.702500', '205158.162500', '205158.622500', '205159.082500', '205159.542500', '205200.002500', '205200.462500', '205200.922500', '205201.382500', '205201.842500', '205202.302500', '205202.762500', '205203.222500', '205203.682500', '205204.142500', '205204.602500', '205205.062500', '205205.522500', '205205.982500', '205206.442500', '205206.902500', '205207.362500', '205207.822500', '205208.282500', '205208.742500', '205209.202500', '205209.662500', '205210.122500', '205210.582500', '205211.042500', '205211.502500', '205211.962500', '205212.422500', '205212.882500', '205213.342500', '205213.802500', '205214.262500', '205214.722500', '205215.182500', '205215.642500', '205216.102500', '205216.562500', '205217.022500', '205217.482500', '205217.942500', '205218.402500', '205218.862500', '205219.322500', '205219.782500', '205220.242500', '205220.702500', '205221.162500', '205221.622500', '205222.082500', '205222.542500', '205223.002500', '205223.462500', '205223.922500', '205224.382500', '205224.842500', '205225.302500', '205225.762500', '205226.222500', '205226.682500', '205227.142500', '205227.602500', '205228.062500', '205228.522500', '205228.982500', '205229.442500', '205229.902500', '205230.362500', '205230.822500', '205231.282500', '205231.742500', '205232.202500', '205232.662500', '205233.122500', '205233.582500', '205234.042500', '205234.502500', '205234.962500', '205235.422500', '205235.882500', '205236.342500', '205236.802500', '205237.262500', '205237.722500', '205238.182500', '205238.642500', '205239.102500', '205239.562500', '205240.022500', '205240.482500', '205240.942500', '205241.402500', '205241.862500', '205242.322500', '205242.782500', '205243.242500', '205243.702500', '205244.162500', '205244.622500', '205245.082500', '205245.542500', '205246.002500', '205246.462500', '205246.922500', '205247.382500', '205247.842500', '205248.302500', '205248.762500', '205249.222500', '205249.682500', '205250.142500', '205250.602500', '205251.062500', '205251.522500', '205251.982500', '205252.442500', '205252.902500', '205253.362500', '205253.822500', '205254.282500', '205254.742500', '205255.202500', '205255.662500', '205256.122500', '205256.582500', '205257.042500', '205257.502500', '205257.962500', '205258.422500', '205258.882500', '205259.342500', '205259.802500', '205300.262500', '205300.722500', '205301.182500', '205301.642500', '205302.102500', '205302.562500', '205303.022500', '205303.482500', '205303.942500', '205304.402500', '205304.862500', '205305.322500', '205305.782500', '205306.242500', '205306.702500', '205307.162500', '205307.622500', '205308.082500', '205308.542500', '205309.002500', '205309.462500', '205309.922500', '205310.382500', '205310.842500', '205311.302500', '205311.762500', '205312.222500', '205312.682500', '205313.142500', '205313.602500', '205314.062500', '205314.522500', '205314.982500', '205315.442500', '205315.902500', '205316.362500', '205316.822500', '205317.282500', '205317.742500', '205318.202500', '205318.662500', '205319.122500', '205319.582500', '205320.042500', '205320.502500', '205320.962500', '205321.422500', '205321.882500', '205322.342500', '205322.802500', '205323.262500', '205323.722500', '205324.182500', '205324.642500', '205325.102500', '205325.562500', '205326.022500', '205326.482500', '205326.942500', '205327.402500', '205327.862500', '205328.322500', '205328.782500', '205329.242500', '205329.702500', '205330.162500', '205330.622500', '205331.082500', '205331.542500', '205332.002500', '205332.462500', '205332.922500', '205333.382500', '205333.842500', '205334.302500', '205334.762500', '205335.222500', '205335.682500', '205336.142500', '205336.602500', '205337.062500', '205337.522500', '205337.982500', '205338.442500', '205338.902500', '205339.362500', '205339.822500', '205340.282500', '205340.742500', '205341.202500', '205341.662500', '205342.122500', '205342.582500', '205343.042500', '205343.502500', '205343.962500', '205344.422500', '205344.882500', '205345.342500', '205345.802500', '205346.262500', '205346.722500', '205347.182500', '205347.642500', '205348.102500', '205348.562500', '205349.022500', '205349.482500', '205349.942500', '205350.402500', '205350.862500', '205351.322500', '205351.782500', '205352.242500', '205352.702500', '205353.162500', '205353.622500', '205354.082500', '205354.542500', '205355.002500', '205355.462500', '205355.922500', '205356.382500', '205356.842500', '205357.302500', '205357.762500', '205358.222500', '205358.682500', '205359.142500', '205359.602500', '205400.062500', '205400.522500', '205400.982500', '205401.442500', '205401.902500', '205402.362500', '205402.822500', '205403.282500', '205403.742500', '205404.202500', '205404.662500', '205405.122500', '205405.582500', '205406.042500', '205406.502500', '205406.962500', '205407.422500', '205407.882500', '205408.342500', '205408.802500', '205409.262500', '205409.722500', '205410.182500', '205410.642500', '205411.102500', '205411.562500', '205412.022500', '205412.482500', '205412.942500'], 'ContentTime': ['204754.536000', '204754.539000', '204754.541000', '204754.544000', '204754.546000', '204754.549000', '204754.551000', '204754.554000', '204754.557000', '204754.559000', '204754.562000', '204754.564000', '204754.567000', '204754.569000', '204754.572000', '204754.574000', '204754.577000', '204754.579000', '204754.582000', '204754.584000', '204754.587000', '204754.589000', '204754.592000', '204754.595000', '204754.597000', '204754.600000', '204754.603000', '204754.605000', '204754.608000', '204754.610000', '204754.613000', '204754.615000', '204754.618000', '204754.620000', '204754.623000', '204754.625000', '204754.628000', '204754.631000', '204754.633000', '204754.636000', '204754.638000', '204754.641000', '204754.644000', '204754.646000', '204754.649000', '204754.651000', '204814.505000', '204814.507000', '204814.510000', '204814.513000', '204814.515000', '204814.518000', '204814.520000', '204814.523000', '204814.525000', '204814.528000', '204814.530000', '204814.533000', '204814.536000', '204814.538000', '204814.541000', '204814.543000', '204814.546000', '204814.548000', '204814.551000', '204814.553000', '204814.556000', '204814.558000', '204814.561000', '204814.564000', '204814.566000', '204814.569000', '204814.571000', '204814.574000', '204814.576000', '204814.579000', '204814.588000', '204814.590000', '204814.593000', '204814.595000', '204814.598000', '204814.600000', '204814.603000', '204814.606000', '204814.608000', '204814.611000', '204814.613000', '204814.616000', '204814.618000', '204814.621000', '204834.505000', '204834.507000', '204834.510000', '204834.512000', '204834.515000', '204834.517000', '204834.520000', '204834.522000', '204834.525000', '204834.528000', '204834.540000', '204834.542000', '204834.545000', '204834.547000', '204834.550000', '204834.552000', '204834.555000', '204834.557000', '204834.560000', '204834.562000', '204834.565000', '204834.568000', '204834.570000', '204834.573000', '204834.575000', '204834.578000', '204834.580000', '204834.583000', '204834.595000', '204834.598000', '204834.600000', '204834.603000', '204834.606000', '204834.608000', '204834.611000', '204834.613000', '204834.616000', '204834.618000', '204834.621000', '204834.624000', '204834.626000', '204834.629000', '204834.632000', '204854.504000', '204854.506000', '204854.509000', '204854.512000', '204854.514000', '204854.517000', '204854.519000', '204854.522000', '204854.524000', '204854.527000', '204854.529000', '204854.532000', '204854.535000', '204854.537000', '204854.540000', '204854.542000', '204854.545000', '204854.547000', '204854.550000', '204854.552000', '204854.555000', '204854.557000', '204854.560000', '204854.563000', '204854.565000', '204854.568000', '204854.570000', '204854.573000', '204854.575000', '204854.578000', '204854.581000', '204854.583000', '204854.586000', '204854.588000', '204854.591000', '204854.593000', '204854.596000', '204854.599000', '204854.601000', '204854.604000', '204854.606000', '204854.609000', '204854.611000', '204854.614000', '204914.503000', '204914.506000', '204914.509000', '204914.511000', '204914.514000', '204914.517000', '204914.521000', '204914.523000', '204914.526000', '204914.528000', '204914.531000', '204914.534000', '204914.536000', '204914.539000', '204914.541000', '204914.544000', '204914.546000', '204914.549000', '204914.551000', '204914.554000', '204914.567000', '204914.569000', '204914.572000', '204914.574000', '204914.577000', '204914.579000', '204914.582000', '204914.584000', '204914.587000', '204914.590000', '204914.592000', '204914.595000', '204914.597000', '204914.600000', '204914.603000', '204914.605000', '204914.608000', '204914.610000', '204914.613000', '204914.615000', '204914.618000', '204914.620000', '204914.623000', '204934.503000', '204934.506000', '204934.509000', '204934.511000', '204934.514000', '204934.517000', '204934.519000', '204934.522000', '204934.524000', '204934.527000', '204934.529000', '204934.532000', '204934.534000', '204934.537000', '204934.540000', '204934.542000', '204934.545000', '204934.548000', '204934.550000', '204934.553000', '204934.556000', '204934.558000', '204934.561000', '204934.563000', '204934.566000', '204934.569000', '204934.571000', '204934.574000', '204934.576000', '204934.579000', '204934.582000', '204934.584000', '204934.587000', '204934.589000', '204934.592000', '204934.594000', '204934.597000', '204934.600000', '204934.602000', '204934.605000', '204934.607000', '204934.610000', '204934.612000', '204934.615000', '204954.504000', '204954.506000', '204954.509000', '204954.511000', '204954.514000', '204954.517000', '204954.519000', '204954.522000', '204954.524000', '204954.527000', '204954.530000', '204954.532000', '204954.535000', '204954.537000', '204954.540000', '204954.542000', '204954.545000', '204954.548000', '204954.550000', '204954.553000', '204954.555000', '204954.558000', '204954.560000', '204954.563000', '204954.566000', '204954.568000', '204954.571000', '204954.574000', '204954.576000', '204954.579000', '204954.581000', '204954.584000', '204954.586000', '204954.589000', '204954.592000', '204954.594000', '204954.597000', '204954.600000', '204954.602000', '204954.605000', '204954.607000', '204954.610000', '204954.612000', '205014.505000', '205014.507000', '205014.510000', '205014.513000', '205014.515000', '205014.518000', '205014.520000', '205014.523000', '205014.525000', '205014.528000', '205014.531000', '205014.533000', '205014.536000', '205014.538000', '205014.541000', '205014.544000', '205014.546000', '205014.549000', '205014.558000', '205014.561000', '205014.563000', '205014.566000', '205014.569000', '205014.571000', '205014.574000', '205014.576000', '205014.579000', '205014.582000', '205014.584000', '205014.587000', '205014.589000', '205014.592000', '205014.595000', '205014.597000', '205014.600000', '205014.603000', '205014.605000', '205014.608000', '205014.610000', '205014.613000', '205014.615000', '205014.618000', '205014.620000', '205014.623000', '205034.504000', '205034.507000', '205034.510000', '205034.512000', '205034.515000', '205034.518000', '205034.520000', '205034.523000', '205034.525000', '205034.528000', '205034.530000', '205034.533000', '205034.535000', '205034.538000', '205034.541000', '205034.543000', '205034.546000', '205034.549000', '205034.551000', '205034.554000', '205034.556000', '205034.559000', '205034.562000', '205034.564000', '205034.567000', '205034.569000', '205034.572000', '205034.575000', '205034.577000', '205034.580000', '205034.582000', '205034.585000', '205034.587000', '205034.590000', '205034.593000', '205034.595000', '205034.598000', '205034.600000', '205034.603000', '205034.605000', '205034.608000', '205034.611000', '205034.613000', '205054.505000', '205054.508000', '205054.510000', '205054.513000', '205054.516000', '205054.519000', '205054.521000', '205054.524000', '205054.526000', '205054.529000', '205054.532000', '205054.535000', '205054.537000', '205054.540000', '205054.542000', '205054.545000', '205054.559000', '205054.561000', '205054.564000', '205054.566000', '205054.569000', '205054.571000', '205054.574000', '205054.576000', '205054.579000', '205054.582000', '205054.584000', '205054.587000', '205054.590000', '205054.592000', '205054.595000', '205054.597000', '205054.600000', '205054.603000', '205054.605000', '205054.608000', '205054.611000', '205054.613000', '205054.616000', '205054.618000', '205054.621000', '205054.623000', '205054.626000', '205114.503000', '205114.506000', '205114.509000', '205114.522000', '205114.525000', '205114.527000', '205114.530000', '205114.533000', '205114.535000', '205114.538000', '205114.540000', '205114.543000', '205114.546000', '205114.548000', '205114.551000', '205114.553000', '205114.556000', '205114.559000', '205114.561000', '205114.564000', '205114.566000', '205114.569000', '205114.572000', '205114.574000', '205114.577000', '205114.579000', '205114.582000', '205114.584000', '205114.587000', '205114.590000', '205114.592000', '205114.595000', '205114.597000', '205114.600000', '205114.603000', '205114.605000', '205114.608000', '205114.610000', '205114.613000', '205114.615000', '205114.618000', '205114.621000', '205114.623000', '205114.626000', '205134.504000', '205134.507000', '205134.509000', '205134.512000', '205134.514000', '205134.517000', '205134.520000', '205134.522000', '205134.525000', '205134.528000', '205134.530000', '205134.533000', '205134.536000', '205134.538000', '205134.541000', '205134.543000', '205134.546000', '205134.549000', '205134.551000', '205134.554000', '205134.557000', '205134.559000', '205134.562000', '205134.564000', '205134.567000', '205134.570000', '205134.572000', '205134.575000', '205134.578000', '205134.581000', '205134.583000', '205134.586000', '205134.589000', '205134.591000', '205134.594000', '205134.596000', '205134.599000', '205134.602000', '205134.604000', '205134.607000', '205134.610000', '205134.612000', '205134.615000', '205134.617000', '205154.504000', '205154.507000', '205154.509000', '205154.512000', '205154.515000', '205154.517000', '205154.520000', '205154.522000', '205154.525000', '205154.527000', '205154.530000', '205154.532000', '205154.535000', '205154.538000', '205154.540000', '205154.543000', '205154.545000', '205154.548000', '205154.550000', '205154.553000', '205154.555000', '205154.558000', '205154.561000', '205154.567000', '205154.570000', '205154.572000', '205154.581000', '205154.584000', '205154.586000', '205154.589000', '205154.591000', '205154.594000', '205154.596000', '205154.599000', '205154.602000', '205154.604000', '205154.607000', '205154.609000', '205154.612000', '205154.614000', '205154.617000', '205154.619000', '205154.622000', '205214.504000', '205214.507000', '205214.510000', '205214.513000', '205214.516000', '205214.518000', '205214.521000', '205214.524000', '205214.527000', '205214.529000', '205214.532000', '205214.534000', '205214.537000', '205214.540000', '205214.542000', '205214.545000', '205214.547000', '205214.550000', '205214.552000', '205214.555000', '205214.558000', '205214.560000', '205214.563000', '205214.565000', '205214.569000', '205214.571000', '205214.574000', '205214.577000', '205214.579000', '205214.582000', '205214.585000', '205214.587000', '205214.590000', '205214.593000', '205214.595000', '205214.598000', '205214.600000', '205214.603000', '205214.607000', '205214.609000', '205214.612000', '205214.626000', '205214.629000', '205234.504000', '205234.507000', '205234.510000', '205234.512000', '205234.515000', '205234.517000', '205234.520000', '205234.523000', '205234.525000', '205234.528000', '205234.530000', '205234.533000', '205234.535000', '205234.538000', '205234.541000', '205234.543000', '205234.546000', '205234.548000', '205234.551000', '205234.554000', '205234.556000', '205234.559000', '205234.562000', '205234.564000', '205234.567000', '205234.569000', '205234.572000', '205234.575000', '205234.577000', '205234.580000', '205234.583000', '205234.585000', '205234.588000', '205234.590000', '205234.593000', '205234.595000', '205234.598000', '205234.601000', '205234.603000', '205234.606000', '205234.609000', '205234.611000', '205234.614000', '205234.617000', '205254.505000', '205254.507000', '205254.510000', '205254.513000', '205254.515000', '205254.518000', '205254.520000', '205254.523000', '205254.525000', '205254.528000', '205254.531000', '205254.533000', '205254.536000', '205254.539000', '205254.542000', '205254.544000', '205254.547000', '205254.550000', '205254.553000', '205254.555000', '205254.558000', '205254.560000', '205254.563000', '205254.566000', '205254.568000', '205254.571000', '205254.573000', '205254.576000', '205254.578000', '205254.581000', '205254.584000', '205254.586000', '205254.589000', '205254.591000', '205254.594000', '205254.596000', '205254.599000', '205254.602000', '205254.604000', '205254.607000', '205254.609000', '205254.612000', '205254.615000', '205314.505000', '205314.507000', '205314.510000', '205314.513000', '205314.515000', '205314.518000', '205314.520000', '205314.523000', '205314.525000', '205314.528000', '205314.530000', '205314.533000', '205314.536000', '205314.538000', '205314.541000', '205314.543000', '205314.546000', '205314.548000', '205314.551000', '205314.554000', '205314.556000', '205314.559000', '205314.561000', '205314.564000', '205314.567000', '205314.569000', '205314.572000', '205314.574000', '205314.577000', '205314.579000', '205314.582000', '205314.585000', '205314.587000', '205314.590000', '205314.592000', '205314.595000', '205314.597000', '205314.600000', '205314.602000', '205314.605000', '205314.608000', '205314.610000', '205314.613000', '205314.615000', '205334.504000', '205334.507000', '205334.509000', '205334.512000', '205334.514000', '205334.517000', '205334.520000', '205334.522000', '205334.525000', '205334.529000', '205334.532000', '205334.534000', '205334.537000', '205334.539000', '205334.542000', '205334.544000', '205334.547000', '205334.549000', '205334.552000', '205334.555000', '205334.557000', '205334.560000', '205334.562000', '205334.565000', '205334.568000', '205334.570000', '205334.573000', '205334.575000', '205334.578000', '205334.580000', '205334.583000', '205334.586000', '205334.588000', '205334.591000', '205334.594000', '205334.597000', '205334.600000', '205334.603000', '205334.606000', '205334.621000', '205334.623000', '205334.626000', '205334.628000', '205354.503000', '205354.506000', '205354.509000', '205354.511000', '205354.514000', '205354.517000', '205354.519000', '205354.522000', '205354.524000', '205354.527000', '205354.529000', '205354.532000', '205354.535000', '205354.537000', '205354.540000', '205354.542000', '205354.545000', '205354.547000', '205354.550000', '205354.552000', '205354.555000', '205354.557000', '205354.560000', '205354.563000', '205354.565000', '205354.568000', '205354.570000', '205354.573000', '205354.577000', '205354.579000', '205354.582000', '205354.584000', '205354.587000', '205354.589000', '205354.592000', '205354.595000', '205354.597000', '205354.600000', '205354.602000', '205354.605000', '205354.607000', '205354.610000', '205354.613000', '205354.615000', '205414.139000', '205414.142000', '205414.145000', '205414.147000', '205414.150000', '205414.153000', '205414.155000', '205414.158000', '205414.161000', '205414.163000', '205414.166000', '205414.169000', '205414.172000', '205414.174000', '205414.177000', '205414.180000', '205414.183000', '205414.185000', '205414.188000', '205414.191000', '205414.194000', '205414.196000', '205414.199000', '205414.202000', '205414.205000', '205414.207000', '205414.210000', '205414.213000', '205414.216000', '205414.218000', '205414.221000', '205414.224000', '205414.227000', '205414.230000', '205414.233000', '205414.235000', '205414.238000', '205414.241000', '205414.244000', '205414.247000', '205414.251000', '205414.254000', '205414.258000'], 'InstanceCreationTime': ['204754.536000', '204754.539000', '204754.541000', '204754.544000', '204754.546000', '204754.549000', '204754.551000', '204754.554000', '204754.557000', '204754.559000', '204754.562000', '204754.564000', '204754.567000', '204754.569000', '204754.572000', '204754.574000', '204754.577000', '204754.579000', '204754.582000', '204754.584000', '204754.587000', '204754.589000', '204754.592000', '204754.595000', '204754.597000', '204754.600000', '204754.603000', '204754.605000', '204754.608000', '204754.610000', '204754.613000', '204754.615000', '204754.618000', '204754.620000', '204754.623000', '204754.625000', '204754.628000', '204754.631000', '204754.633000', '204754.636000', '204754.638000', '204754.641000', '204754.644000', '204754.646000', '204754.649000', '204754.651000', '204814.505000', '204814.507000', '204814.510000', '204814.513000', '204814.515000', '204814.518000', '204814.520000', '204814.523000', '204814.525000', '204814.528000', '204814.530000', '204814.533000', '204814.536000', '204814.538000', '204814.541000', '204814.543000', '204814.546000', '204814.548000', '204814.551000', '204814.553000', '204814.556000', '204814.558000', '204814.561000', '204814.564000', '204814.566000', '204814.569000', '204814.571000', '204814.574000', '204814.576000', '204814.579000', '204814.588000', '204814.590000', '204814.593000', '204814.595000', '204814.598000', '204814.600000', '204814.603000', '204814.606000', '204814.608000', '204814.611000', '204814.613000', '204814.616000', '204814.618000', '204814.621000', '204834.505000', '204834.507000', '204834.510000', '204834.512000', '204834.515000', '204834.517000', '204834.520000', '204834.522000', '204834.525000', '204834.528000', '204834.540000', '204834.542000', '204834.545000', '204834.547000', '204834.550000', '204834.552000', '204834.555000', '204834.557000', '204834.560000', '204834.562000', '204834.565000', '204834.568000', '204834.570000', '204834.573000', '204834.575000', '204834.578000', '204834.580000', '204834.583000', '204834.595000', '204834.598000', '204834.600000', '204834.603000', '204834.606000', '204834.608000', '204834.611000', '204834.613000', '204834.616000', '204834.618000', '204834.621000', '204834.624000', '204834.626000', '204834.629000', '204834.632000', '204854.504000', '204854.506000', '204854.509000', '204854.512000', '204854.514000', '204854.517000', '204854.519000', '204854.522000', '204854.524000', '204854.527000', '204854.529000', '204854.532000', '204854.535000', '204854.537000', '204854.540000', '204854.542000', '204854.545000', '204854.547000', '204854.550000', '204854.552000', '204854.555000', '204854.557000', '204854.560000', '204854.563000', '204854.565000', '204854.568000', '204854.570000', '204854.573000', '204854.575000', '204854.578000', '204854.581000', '204854.583000', '204854.586000', '204854.588000', '204854.591000', '204854.593000', '204854.596000', '204854.599000', '204854.601000', '204854.604000', '204854.606000', '204854.609000', '204854.611000', '204854.614000', '204914.503000', '204914.506000', '204914.509000', '204914.511000', '204914.514000', '204914.517000', '204914.521000', '204914.523000', '204914.526000', '204914.528000', '204914.531000', '204914.534000', '204914.536000', '204914.539000', '204914.541000', '204914.544000', '204914.546000', '204914.549000', '204914.551000', '204914.554000', '204914.567000', '204914.569000', '204914.572000', '204914.574000', '204914.577000', '204914.579000', '204914.582000', '204914.584000', '204914.587000', '204914.590000', '204914.592000', '204914.595000', '204914.597000', '204914.600000', '204914.603000', '204914.605000', '204914.608000', '204914.610000', '204914.613000', '204914.615000', '204914.618000', '204914.620000', '204914.623000', '204934.503000', '204934.506000', '204934.509000', '204934.511000', '204934.514000', '204934.517000', '204934.519000', '204934.522000', '204934.524000', '204934.527000', '204934.529000', '204934.532000', '204934.534000', '204934.537000', '204934.540000', '204934.542000', '204934.545000', '204934.548000', '204934.550000', '204934.553000', '204934.556000', '204934.558000', '204934.561000', '204934.563000', '204934.566000', '204934.569000', '204934.571000', '204934.574000', '204934.576000', '204934.579000', '204934.582000', '204934.584000', '204934.587000', '204934.589000', '204934.592000', '204934.594000', '204934.597000', '204934.600000', '204934.602000', '204934.605000', '204934.607000', '204934.610000', '204934.612000', '204934.615000', '204954.504000', '204954.506000', '204954.509000', '204954.511000', '204954.514000', '204954.517000', '204954.519000', '204954.522000', '204954.524000', '204954.527000', '204954.530000', '204954.532000', '204954.535000', '204954.537000', '204954.540000', '204954.542000', '204954.545000', '204954.548000', '204954.550000', '204954.553000', '204954.555000', '204954.558000', '204954.560000', '204954.563000', '204954.566000', '204954.568000', '204954.571000', '204954.574000', '204954.576000', '204954.579000', '204954.581000', '204954.584000', '204954.586000', '204954.589000', '204954.592000', '204954.594000', '204954.597000', '204954.600000', '204954.602000', '204954.605000', '204954.607000', '204954.610000', '204954.612000', '205014.505000', '205014.507000', '205014.510000', '205014.513000', '205014.515000', '205014.518000', '205014.520000', '205014.523000', '205014.525000', '205014.528000', '205014.531000', '205014.533000', '205014.536000', '205014.538000', '205014.541000', '205014.544000', '205014.546000', '205014.549000', '205014.558000', '205014.561000', '205014.563000', '205014.566000', '205014.569000', '205014.571000', '205014.574000', '205014.576000', '205014.579000', '205014.582000', '205014.584000', '205014.587000', '205014.589000', '205014.592000', '205014.595000', '205014.597000', '205014.600000', '205014.603000', '205014.605000', '205014.608000', '205014.610000', '205014.613000', '205014.615000', '205014.618000', '205014.620000', '205014.623000', '205034.504000', '205034.507000', '205034.510000', '205034.512000', '205034.515000', '205034.518000', '205034.520000', '205034.523000', '205034.525000', '205034.528000', '205034.530000', '205034.533000', '205034.535000', '205034.538000', '205034.541000', '205034.543000', '205034.546000', '205034.549000', '205034.551000', '205034.554000', '205034.556000', '205034.559000', '205034.562000', '205034.564000', '205034.567000', '205034.569000', '205034.572000', '205034.575000', '205034.577000', '205034.580000', '205034.582000', '205034.585000', '205034.587000', '205034.590000', '205034.593000', '205034.595000', '205034.598000', '205034.600000', '205034.603000', '205034.605000', '205034.608000', '205034.611000', '205034.613000', '205054.505000', '205054.508000', '205054.510000', '205054.513000', '205054.516000', '205054.519000', '205054.521000', '205054.524000', '205054.526000', '205054.529000', '205054.532000', '205054.535000', '205054.537000', '205054.540000', '205054.542000', '205054.545000', '205054.559000', '205054.561000', '205054.564000', '205054.566000', '205054.569000', '205054.571000', '205054.574000', '205054.576000', '205054.579000', '205054.582000', '205054.584000', '205054.587000', '205054.590000', '205054.592000', '205054.595000', '205054.597000', '205054.600000', '205054.603000', '205054.605000', '205054.608000', '205054.611000', '205054.613000', '205054.616000', '205054.618000', '205054.621000', '205054.623000', '205054.626000', '205114.503000', '205114.506000', '205114.509000', '205114.522000', '205114.525000', '205114.527000', '205114.530000', '205114.533000', '205114.535000', '205114.538000', '205114.540000', '205114.543000', '205114.546000', '205114.548000', '205114.551000', '205114.553000', '205114.556000', '205114.559000', '205114.561000', '205114.564000', '205114.566000', '205114.569000', '205114.572000', '205114.574000', '205114.577000', '205114.579000', '205114.582000', '205114.584000', '205114.587000', '205114.590000', '205114.592000', '205114.595000', '205114.597000', '205114.600000', '205114.603000', '205114.605000', '205114.608000', '205114.610000', '205114.613000', '205114.615000', '205114.618000', '205114.621000', '205114.623000', '205114.626000', '205134.504000', '205134.507000', '205134.509000', '205134.512000', '205134.514000', '205134.517000', '205134.520000', '205134.522000', '205134.525000', '205134.528000', '205134.530000', '205134.533000', '205134.536000', '205134.538000', '205134.541000', '205134.543000', '205134.546000', '205134.549000', '205134.551000', '205134.554000', '205134.557000', '205134.559000', '205134.562000', '205134.564000', '205134.567000', '205134.570000', '205134.572000', '205134.575000', '205134.578000', '205134.581000', '205134.583000', '205134.586000', '205134.589000', '205134.591000', '205134.594000', '205134.596000', '205134.599000', '205134.602000', '205134.604000', '205134.607000', '205134.610000', '205134.612000', '205134.615000', '205134.617000', '205154.504000', '205154.507000', '205154.509000', '205154.512000', '205154.515000', '205154.517000', '205154.520000', '205154.522000', '205154.525000', '205154.527000', '205154.530000', '205154.532000', '205154.535000', '205154.538000', '205154.540000', '205154.543000', '205154.545000', '205154.548000', '205154.550000', '205154.553000', '205154.555000', '205154.558000', '205154.561000', '205154.567000', '205154.570000', '205154.572000', '205154.581000', '205154.584000', '205154.586000', '205154.589000', '205154.591000', '205154.594000', '205154.596000', '205154.599000', '205154.602000', '205154.604000', '205154.607000', '205154.609000', '205154.612000', '205154.614000', '205154.617000', '205154.619000', '205154.622000', '205214.504000', '205214.507000', '205214.510000', '205214.513000', '205214.516000', '205214.518000', '205214.521000', '205214.524000', '205214.527000', '205214.529000', '205214.532000', '205214.534000', '205214.537000', '205214.540000', '205214.542000', '205214.545000', '205214.547000', '205214.550000', '205214.552000', '205214.555000', '205214.558000', '205214.560000', '205214.563000', '205214.565000', '205214.569000', '205214.571000', '205214.574000', '205214.577000', '205214.579000', '205214.582000', '205214.585000', '205214.587000', '205214.590000', '205214.593000', '205214.595000', '205214.598000', '205214.600000', '205214.603000', '205214.607000', '205214.609000', '205214.612000', '205214.626000', '205214.629000', '205234.504000', '205234.507000', '205234.510000', '205234.512000', '205234.515000', '205234.517000', '205234.520000', '205234.523000', '205234.525000', '205234.528000', '205234.530000', '205234.533000', '205234.535000', '205234.538000', '205234.541000', '205234.543000', '205234.546000', '205234.548000', '205234.551000', '205234.554000', '205234.556000', '205234.559000', '205234.562000', '205234.564000', '205234.567000', '205234.569000', '205234.572000', '205234.575000', '205234.577000', '205234.580000', '205234.583000', '205234.585000', '205234.588000', '205234.590000', '205234.593000', '205234.595000', '205234.598000', '205234.601000', '205234.603000', '205234.606000', '205234.609000', '205234.611000', '205234.614000', '205234.617000', '205254.505000', '205254.507000', '205254.510000', '205254.513000', '205254.515000', '205254.518000', '205254.520000', '205254.523000', '205254.525000', '205254.528000', '205254.531000', '205254.533000', '205254.536000', '205254.539000', '205254.542000', '205254.544000', '205254.547000', '205254.550000', '205254.553000', '205254.555000', '205254.558000', '205254.560000', '205254.563000', '205254.566000', '205254.568000', '205254.571000', '205254.573000', '205254.576000', '205254.578000', '205254.581000', '205254.584000', '205254.586000', '205254.589000', '205254.591000', '205254.594000', '205254.596000', '205254.599000', '205254.602000', '205254.604000', '205254.607000', '205254.609000', '205254.612000', '205254.615000', '205314.505000', '205314.507000', '205314.510000', '205314.513000', '205314.515000', '205314.518000', '205314.520000', '205314.523000', '205314.525000', '205314.528000', '205314.530000', '205314.533000', '205314.536000', '205314.538000', '205314.541000', '205314.543000', '205314.546000', '205314.548000', '205314.551000', '205314.554000', '205314.556000', '205314.559000', '205314.561000', '205314.564000', '205314.567000', '205314.569000', '205314.572000', '205314.574000', '205314.577000', '205314.579000', '205314.582000', '205314.585000', '205314.587000', '205314.590000', '205314.592000', '205314.595000', '205314.597000', '205314.600000', '205314.602000', '205314.605000', '205314.608000', '205314.610000', '205314.613000', '205314.615000', '205334.504000', '205334.507000', '205334.509000', '205334.512000', '205334.514000', '205334.517000', '205334.520000', '205334.522000', '205334.525000', '205334.529000', '205334.532000', '205334.534000', '205334.537000', '205334.539000', '205334.542000', '205334.544000', '205334.547000', '205334.549000', '205334.552000', '205334.555000', '205334.557000', '205334.560000', '205334.562000', '205334.565000', '205334.568000', '205334.570000', '205334.573000', '205334.575000', '205334.578000', '205334.580000', '205334.583000', '205334.586000', '205334.588000', '205334.591000', '205334.594000', '205334.597000', '205334.600000', '205334.603000', '205334.606000', '205334.621000', '205334.623000', '205334.626000', '205334.628000', '205354.503000', '205354.506000', '205354.509000', '205354.511000', '205354.514000', '205354.517000', '205354.519000', '205354.522000', '205354.524000', '205354.527000', '205354.529000', '205354.532000', '205354.535000', '205354.537000', '205354.540000', '205354.542000', '205354.545000', '205354.547000', '205354.550000', '205354.552000', '205354.555000', '205354.557000', '205354.560000', '205354.563000', '205354.565000', '205354.568000', '205354.570000', '205354.573000', '205354.577000', '205354.579000', '205354.582000', '205354.584000', '205354.587000', '205354.589000', '205354.592000', '205354.595000', '205354.597000', '205354.600000', '205354.602000', '205354.605000', '205354.607000', '205354.610000', '205354.613000', '205354.615000', '205414.139000', '205414.142000', '205414.145000', '205414.147000', '205414.150000', '205414.153000', '205414.155000', '205414.158000', '205414.161000', '205414.163000', '205414.166000', '205414.169000', '205414.172000', '205414.174000', '205414.177000', '205414.180000', '205414.183000', '205414.185000', '205414.188000', '205414.191000', '205414.194000', '205414.196000', '205414.199000', '205414.202000', '205414.205000', '205414.207000', '205414.210000', '205414.213000', '205414.216000', '205414.218000', '205414.221000', '205414.224000', '205414.227000', '205414.230000', '205414.233000', '205414.235000', '205414.238000', '205414.241000', '205414.244000', '205414.247000', '205414.251000', '205414.254000', '205414.258000'], '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': [10489, 10095, 12881, 9312, 9722, 13472, 11255, 12585, 9662, 9955, 14514, 11953, 8219, 10430, 9644, 14760, 10523, 8926, 11353, 10634, 14766, 10064, 10036, 10339, 9883, 10256, 10811, 9860, 13472, 11443, 9718, 11344, 9869, 13341, 11389, 9596, 10495, 9976, 12424, 11119, 13035, 8691, 9809, 9973, 9436, 12742, 8365, 8076, 9881, 9461, 12467, 9331, 12047, 10755, 11054, 10460, 9426, 11546, 10393, 9151, 10598, 9324, 9923, 10559, 9506, 12938, 14148, 10313, 11878, 9268, 13976, 12044, 12011, 8721, 8674, 9690, 9270, 13156, 9024, 10458, 8201, 12519, 11159, 9443, 7857, 9618, 10066, 9945, 11770, 8312, 9238, 10544, 10039, 13185, 9116, 11030, 9420, 13975, 10178, 7737, 9007, 8937, 14215, 10320, 9918, 10161, 9210, 12740, 11951, 12215, 9459, 11096, 9747, 10728, 7872, 8767, 10655, 9597, 10962, 8452, 8901, 12405, 9202, 11315, 9387, 12483, 10848, 8293, 9898, 9779, 12806, 10649, 12406, 9168, 12037, 9697, 7781, 10112, 9718, 11583, 10316, 11126, 8730, 8453, 11987, 10946, 14728, 12773, 9800, 10504, 8034, 8515, 9440, 9386, 11664, 9337, 9804, 9088, 9423, 11634, 10503, 13374, 9924, 13587, 10451, 14537, 12262, 12292, 9542, 9400, 10367, 9227, 11038, 9016, 9888, 9462, 12973, 9237, 9272, 10802, 9967, 11060, 11214, 9663, 10686, 8239, 8715, 10672, 9069, 11641, 10347, 10453, 9619, 12085, 9989, 10085, 13043, 8893, 12033, 9631, 14070, 11161, 11100, 9322, 10518, 9205, 9040, 9140, 8698, 8980, 8532, 9813, 8156, 10396, 8388, 10223, 10494, 9160, 11631, 10474, 11153, 9610, 12858, 12166, 9014, 11082, 10277, 13821, 11708, 12155, 9437, 8700, 10337, 10350, 13047, 9231, 10768, 9199, 11865, 13306, 9152, 11462, 10121, 13436, 10250, 12303, 9484, 10538, 9472, 10994, 12048, 9793, 10919, 9677, 12428, 11169, 9663, 10487, 9628, 12972, 11197, 8481, 10410, 10077, 11758, 9641, 12188, 9571, 10409, 9205, 10227, 11000, 9593, 10435, 8856, 9119, 11878, 9336, 11556, 9377, 9617, 9931, 9441, 10334, 13255, 10993, 10602, 9581, 9990, 11107, 11528, 14705, 10104, 9016, 10514, 9339, 12186, 9369, 11067, 9352, 13440, 10730, 9020, 9732, 10099, 8988, 10603, 8902, 11452, 9367, 8237, 10739, 13378, 13037, 9168, 10898, 9561, 12688, 9771, 11622, 9141, 11775, 9970, 12066, 8894, 8345, 10344, 10062, 12960, 9562, 8260, 9962, 9989, 12121, 11751, 9367, 10793, 9020, 8830, 12258, 10587, 11149, 9880, 11208, 9546, 13366, 9560, 10963, 10034, 11684, 10335, 11624, 9298, 8202, 10315, 9876, 12547, 9516, 7712, 10420, 10295, 13536, 11001, 9167, 12032, 9889, 11415, 9500, 13283, 11733, 12382, 9918, 12124, 10354, 9152, 9539, 10181, 11796, 11120, 10647, 10205, 9553, 11322, 10378, 7896, 9819, 9588, 11597, 10632, 9267, 11073, 10306, 12098, 10460, 12810, 9011, 11007, 9894, 12399, 10204, 8615, 9164, 9556, 13385, 12106, 13815, 12493, 9926, 8946, 8527, 10198, 8490, 7397, 8880, 8409, 10800, 11037, 12628, 9162, 12621, 12047, 13318, 10487, 13117, 9040, 12882, 10121, 12188, 8577, 9586, 8566, 9371, 9537, 11662, 10149, 8188, 8908, 9442, 8768, 9922, 10673, 9097, 7960, 8986, 8712, 10267, 8110, 10726, 10500, 9534, 10453, 11564, 9041, 10980, 9587, 12636, 10649, 9044, 10742, 9602, 11396, 9663, 13562, 11629, 11557, 9626, 11155, 9614, 12621, 11139, 10655, 9150, 10229, 9051, 11335, 10372, 8428, 9021, 9275, 10118, 9074, 7914, 10378, 8734, 11603, 10823, 12852, 11984, 8829, 11998, 9965, 12393, 10057, 9025, 11832, 9619, 9993, 8009, 10897, 9339, 10561, 7518, 9800, 8600, 12041, 9700, 9123, 8945, 9573, 11840, 11190, 8536, 9737, 9621, 12831, 11283, 10523, 8467, 8001, 9946, 10619, 13272, 9441, 9824, 10050, 12331, 10051, 8645, 8289, 9425, 10387, 9893, 7650, 10083, 9917, 12767, 11742, 13448, 10090, 12204, 10963, 14486, 11731, 11694, 9173, 11395, 10591, 11020, 9589, 9203, 10820, 9920, 8824, 12315, 9526, 12191, 9341, 8719, 11952, 8919, 13524, 11449, 12287, 9582, 9499, 7427, 7541, 9026, 8423, 8027, 8277, 7742, 8560, 8651, 8949, 9249, 10539, 8822, 9302, 8382, 8047, 9992, 9350, 11461, 10540, 8357, 9778, 8965, 9446, 8766, 9408, 10497, 10271, 13525, 9415, 9329, 8959, 9748, 9402, 11447, 9522, 9923, 8308, 9325, 8159, 7764, 11077, 8291, 9877, 8123, 10804, 9617, 10184, 9273, 12123, 10401, 13361, 11931, 8076, 11341, 9250, 13778, 11645, 9507, 12411, 9760, 11200, 10909, 8713, 10256, 12396, 9841, 12784, 10340, 7634, 9751, 8664, 10612, 11508, 12009, 7766, 10306, 9206, 12635, 9941, 7814, 9830, 9260, 11822, 8991, 10819, 9337, 12940, 10617, 7933, 9707, 8748, 11461, 11308, 8463, 10570, 9281, 12882, 11499, 11999, 11122, 13701, 10879, 14007, 11564, 9353, 10104, 8214, 12551, 9027, 11518, 10901, 8134, 12256, 9485, 9674, 8845, 8504, 9610, 7452, 9791, 10593, 10374, 13891, 10562, 8358, 9010, 9288, 9902, 9474, 9160, 11842, 8911, 8371, 10524, 10709, 12434, 9439, 10625, 9471, 13530, 10643, 11582, 9426, 11106, 9686, 10199, 8333, 8522, 9900, 8723, 7674, 9134, 11782, 9600, 12134, 10140, 10263, 8710, 10913, 9450, 12510, 10213, 10404, 8685, 9738, 10979, 8805, 10932, 8650, 9561, 12934, 9250, 11613, 9634, 13865, 10747, 8233, 9739, 9393, 11667, 10635, 11666, 8846, 11400, 9868, 12539, 9093, 10354, 8702, 8644, 11358, 8146, 10705, 8883, 11817, 11015, 8880, 12098, 9202, 13270, 10235, 12707, 10792, 11485, 9734, 9349, 10401, 9544, 9461, 11476, 10256, 11795, 9394, 11253, 12044, 9098, 11176, 10737, 13443, 9728, 12093, 9397, 11246, 10092, 11700, 10621, 11390, 10661, 8593, 10621, 9165, 9335, 11305, 10510, 7976, 10081, 8174, 10997, 9425, 9401, 11697, 8577, 10745, 7924, 10604, 12774, 10377, 7934, 9487, 7913, 10434, 8786, 10633, 8634, 10206, 9371, 11238, 9411, 7824, 9711, 9541, 10781, 9294, 10376, 8842, 11423, 10650, 11221, 7846, 10429, 9336, 12352, 9069, 9971, 9192, 11129, 10055, 8233, 10159, 9474, 11451, 10902, 10886, 9179, 7802, 10897, 9932, 11986, 9745, 9686, 10393, 12070, 11796, 7895, 10836, 8602, 11251, 10054, 10175, 9035, 10925, 9495, 12931, 9616, 7607, 9453], 'WindowCenter': [4078.0, 4062.0, 4065.0, 4023.0, 4030.0, 4064.0, 4041.0, 4039.0, 4018.0, 4019.0, 4060.0, 4039.0, 3996.0, 4031.0, 4020.0, 4059.0, 4019.0, 3996.0, 4015.0, 4017.0, 4048.0, 4006.0, 4003.0, 4003.0, 4005.0, 4015.0, 4015.0, 4005.0, 4036.0, 4029.0, 4007.0, 4015.0, 4007.0, 4035.0, 4026.0, 3994.0, 4001.0, 4003.0, 4023.0, 4015.0, 4023.0, 3981.0, 4001.0, 4002.0, 3993.0, 4024.0, 3983.0, 3981.0, 4016.0, 4006.0, 4037.0, 4006.0, 4024.0, 4016.0, 4027.0, 4017.0, 4007.0, 4026.0, 4017.0, 4019.0, 4030.0, 4021.0, 4020.0, 4031.0, 4032.0, 4054.0, 4063.0, 4031.0, 4029.0, 4009.0, 4049.0, 4028.0, 4024.0, 3982.0, 3979.0, 3992.0, 3993.0, 4024.0, 3994.0, 4002.0, 3984.0, 4022.0, 4013.0, 3990.0, 3970.0, 4003.0, 4004.0, 4006.0, 4024.0, 3983.0, 4004.0, 4017.0, 4005.0, 4036.0, 3983.0, 4014.0, 3993.0, 4036.0, 4005.0, 3958.0, 3982.0, 3993.0, 4034.0, 4016.0, 4004.0, 4003.0, 4006.0, 4036.0, 4026.0, 4024.0, 3993.0, 4011.0, 4005.0, 4014.0, 3983.0, 3981.0, 4012.0, 4004.0, 4013.0, 3983.0, 3994.0, 4037.0, 3994.0, 4013.0, 4006.0, 4022.0, 4016.0, 3982.0, 4002.0, 4002.0, 4020.0, 4014.0, 4021.0, 3992.0, 4021.0, 3992.0, 3971.0, 4001.0, 3993.0, 4023.0, 4014.0, 4014.0, 3991.0, 3995.0, 4025.0, 4026.0, 4047.0, 4038.0, 4020.0, 4027.0, 3998.0, 4007.0, 4017.0, 4006.0, 4039.0, 4009.0, 4016.0, 4009.0, 4019.0, 4040.0, 4030.0, 4038.0, 4003.0, 4024.0, 3992.0, 4023.0, 4010.0, 4000.0, 3977.0, 3977.0, 3989.0, 3978.0, 3999.0, 3963.0, 3976.0, 3977.0, 4008.0, 3979.0, 3989.0, 4013.0, 4015.0, 4037.0, 4039.0, 4017.0, 4027.0, 4010.0, 4021.0, 4042.0, 4009.0, 4028.0, 4019.0, 4016.0, 4007.0, 4027.0, 4018.0, 4016.0, 4036.0, 3995.0, 4013.0, 3994.0, 4021.0, 4002.0, 3999.0, 3979.0, 3998.0, 3980.0, 3978.0, 3980.0, 3967.0, 3978.0, 3992.0, 4000.0, 3985.0, 4018.0, 4009.0, 4031.0, 4043.0, 4035.0, 4055.0, 4049.0, 4043.0, 4036.0, 4052.0, 4045.0, 4010.0, 4030.0, 4019.0, 4050.0, 4030.0, 4026.0, 4005.0, 3996.0, 4020.0, 4018.0, 4038.0, 4008.0, 4028.0, 4021.0, 4027.0, 4037.0, 3994.0, 4024.0, 4004.0, 4035.0, 4003.0, 4013.0, 3992.0, 4000.0, 3991.0, 4014.0, 4010.0, 3990.0, 3999.0, 3991.0, 4021.0, 4013.0, 3991.0, 4000.0, 3993.0, 4022.0, 4014.0, 3982.0, 4003.0, 4002.0, 4012.0, 3992.0, 4011.0, 3991.0, 3999.0, 3991.0, 4002.0, 4013.0, 3991.0, 4003.0, 3993.0, 3993.0, 4028.0, 4005.0, 4025.0, 4008.0, 4005.0, 4016.0, 4006.0, 4016.0, 4049.0, 4030.0, 4016.0, 4006.0, 4015.0, 4028.0, 4029.0, 4048.0, 4007.0, 3994.0, 4015.0, 4005.0, 4026.0, 4005.0, 4015.0, 4006.0, 4034.0, 4015.0, 3994.0, 4003.0, 4013.0, 4006.0, 4017.0, 4007.0, 4027.0, 4009.0, 3995.0, 4028.0, 4035.0, 4039.0, 3993.0, 4004.0, 3990.0, 4024.0, 3993.0, 4012.0, 3991.0, 4011.0, 4002.0, 4010.0, 3982.0, 3970.0, 4001.0, 4004.0, 4034.0, 4004.0, 3982.0, 4003.0, 4016.0, 4035.0, 4038.0, 4008.0, 4015.0, 3995.0, 3994.0, 4039.0, 4016.0, 4025.0, 4004.0, 4014.0, 4004.0, 4034.0, 3994.0, 4003.0, 4003.0, 4012.0, 4003.0, 4012.0, 3991.0, 3982.0, 4016.0, 4005.0, 4035.0, 4006.0, 3985.0, 4013.0, 4016.0, 4047.0, 4029.0, 4010.0, 4038.0, 4017.0, 4026.0, 4005.0, 4035.0, 4029.0, 4026.0, 4005.0, 4011.0, 4004.0, 3991.0, 3991.0, 4002.0, 4024.0, 4015.0, 4012.0, 4004.0, 4004.0, 4014.0, 4005.0, 3984.0, 4016.0, 4006.0, 4028.0, 4017.0, 4006.0, 4015.0, 4016.0, 4026.0, 4003.0, 4025.0, 3992.0, 4001.0, 4004.0, 4022.0, 4003.0, 3981.0, 3992.0, 4002.0, 4036.0, 4027.0, 4049.0, 4063.0, 4042.0, 4018.0, 4010.0, 4027.0, 4008.0, 3987.0, 4020.0, 3997.0, 4040.0, 4032.0, 4040.0, 4008.0, 4025.0, 4013.0, 4022.0, 3991.0, 4007.0, 3955.0, 3996.0, 3974.0, 3984.0, 3952.0, 3947.0, 3950.0, 3950.0, 3964.0, 3997.0, 3976.0, 3952.0, 3963.0, 3974.0, 3964.0, 3990.0, 3998.0, 3992.0, 3971.0, 3995.0, 3994.0, 4017.0, 3983.0, 4028.0, 4014.0, 4006.0, 4014.0, 4026.0, 3994.0, 4015.0, 4008.0, 4035.0, 4030.0, 4007.0, 4029.0, 4007.0, 4027.0, 4007.0, 4038.0, 4030.0, 4026.0, 4005.0, 4014.0, 3994.0, 4024.0, 4013.0, 3999.0, 3989.0, 3989.0, 3980.0, 4000.0, 4001.0, 3981.0, 3992.0, 3993.0, 4000.0, 3995.0, 3983.0, 4018.0, 4006.0, 4039.0, 4042.0, 4052.0, 4054.0, 4019.0, 4040.0, 4028.0, 4047.0, 4028.0, 4009.0, 4052.0, 4020.0, 4018.0, 3984.0, 4027.0, 4007.0, 4016.0, 3974.0, 4003.0, 3993.0, 4025.0, 3994.0, 3990.0, 3992.0, 3992.0, 4012.0, 4014.0, 3993.0, 4004.0, 4003.0, 4025.0, 4015.0, 4003.0, 3985.0, 3983.0, 4006.0, 4015.0, 4037.0, 4006.0, 4016.0, 4017.0, 4035.0, 4016.0, 3994.0, 3997.0, 4006.0, 4017.0, 4030.0, 3998.0, 4031.0, 4020.0, 4050.0, 4040.0, 4050.0, 4020.0, 4027.0, 4015.0, 4035.0, 4014.0, 4011.0, 3978.0, 3998.0, 3990.0, 3997.0, 3987.0, 3989.0, 4010.0, 4003.0, 3990.0, 4035.0, 4018.0, 4037.0, 4008.0, 3995.0, 4037.0, 4006.0, 4047.0, 4026.0, 4035.0, 4006.0, 4004.0, 3987.0, 3973.0, 3990.0, 3966.0, 3969.0, 3967.0, 3970.0, 3979.0, 3979.0, 3979.0, 3990.0, 4000.0, 3978.0, 3975.0, 3966.0, 3967.0, 3989.0, 3990.0, 4012.0, 4002.0, 3981.0, 4001.0, 3992.0, 4002.0, 3992.0, 4004.0, 4027.0, 4003.0, 4037.0, 3992.0, 3993.0, 3993.0, 4002.0, 3993.0, 4023.0, 4005.0, 4003.0, 3983.0, 3992.0, 3982.0, 3984.0, 4040.0, 4008.0, 4018.0, 3998.0, 4029.0, 4021.0, 4017.0, 4015.0, 4038.0, 4029.0, 4048.0, 4026.0, 3986.0, 4028.0, 4006.0, 4046.0, 4030.0, 4006.0, 4037.0, 4016.0, 4039.0, 4028.0, 3993.0, 4017.0, 4035.0, 4003.0, 4034.0, 4014.0, 3970.0, 4018.0, 3993.0, 4018.0, 4024.0, 4036.0, 3981.0, 4003.0, 4003.0, 4034.0, 4016.0, 3971.0, 4015.0, 4015.0, 4037.0, 4007.0, 4027.0, 4019.0, 4036.0, 4027.0, 3993.0, 4007.0, 3995.0, 4025.0, 4029.0, 3997.0, 4030.0, 4019.0, 4048.0, 4040.0, 4038.0, 4030.0, 4047.0, 4017.0, 4036.0, 4026.0, 3992.0, 4003.0, 3983.0, 4033.0, 4005.0, 4034.0, 4039.0, 3995.0, 4037.0, 4033.0, 4015.0, 4005.0, 3993.0, 4007.0, 3974.0, 4006.0, 4014.0, 4014.0, 4035.0, 4013.0, 3981.0, 3979.0, 3992.0, 4001.0, 4004.0, 4003.0, 4037.0, 4006.0, 3994.0, 4027.0, 4028.0, 4036.0, 4021.0, 4016.0, 4017.0, 4037.0, 4015.0, 4025.0, 3992.0, 4013.0, 4005.0, 4013.0, 3995.0, 3993.0, 4014.0, 4007.0, 3986.0, 4019.0, 4037.0, 4019.0, 4039.0, 4019.0, 4013.0, 3996.0, 4014.0, 4006.0, 4034.0, 4045.0, 4043.0, 3993.0, 3989.0, 4015.0, 3993.0, 4013.0, 4007.0, 4013.0, 4036.0, 4005.0, 4025.0, 4005.0, 4033.0, 4016.0, 3982.0, 4002.0, 4002.0, 4024.0, 4027.0, 4025.0, 4006.0, 4026.0, 4003.0, 4022.0, 3994.0, 4002.0, 3983.0, 3992.0, 4026.0, 3995.0, 4026.0, 4008.0, 4037.0, 4029.0, 4006.0, 4035.0, 4005.0, 4050.0, 4019.0, 4035.0, 4027.0, 4035.0, 4017.0, 4005.0, 4027.0, 4015.0, 4016.0, 4036.0, 4027.0, 4035.0, 4006.0, 4026.0, 4038.0, 4006.0, 4013.0, 4014.0, 4034.0, 3993.0, 4011.0, 3992.0, 4000.0, 4002.0, 4009.0, 4000.0, 3995.0, 3985.0, 3965.0, 3986.0, 3990.0, 3991.0, 4012.0, 4013.0, 3984.0, 4003.0, 3995.0, 4013.0, 4002.0, 4004.0, 4039.0, 3995.0, 4016.0, 3982.0, 4016.0, 4022.0, 4004.0, 3971.0, 4003.0, 3971.0, 4014.0, 3991.0, 4014.0, 3995.0, 4002.0, 4005.0, 4024.0, 4004.0, 3985.0, 4016.0, 4017.0, 4028.0, 4019.0, 4028.0, 4006.0, 4029.0, 4016.0, 4026.0, 3981.0, 4014.0, 3991.0, 4025.0, 3996.0, 4003.0, 4005.0, 4025.0, 4017.0, 3996.0, 4017.0, 4017.0, 4038.0, 4029.0, 4027.0, 4008.0, 3986.0, 4028.0, 4018.0, 4036.0, 4018.0, 4002.0, 4018.0, 4037.0, 4026.0, 3983.0, 4013.0, 3993.0, 4012.0, 4002.0, 4002.0, 3994.0, 4013.0, 4006.0, 4032.0, 4003.0, 3971.0, 4002.0], 'WindowWidth': [9088.0, 9052.0, 9046.0, 8983.0, 8988.0, 9035.0, 9000.0, 8994.0, 8965.0, 8968.0, 9025.0, 8993.0, 8932.0, 8986.0, 8968.0, 9023.0, 8965.0, 8927.0, 8953.0, 8958.0, 9001.0, 8944.0, 8936.0, 8935.0, 8941.0, 8953.0, 8952.0, 8940.0, 8982.0, 8977.0, 8944.0, 8952.0, 8943.0, 8980.0, 8969.0, 8922.0, 8929.0, 8931.0, 8959.0, 8951.0, 8959.0, 8902.0, 8929.0, 8932.0, 8922.0, 8964.0, 8909.0, 8906.0, 8958.0, 8943.0, 8985.0, 8942.0, 8965.0, 8958.0, 8972.0, 8958.0, 8946.0, 8971.0, 8962.0, 8967.0, 8983.0, 8969.0, 8970.0, 8985.0, 8990.0, 9020.0, 9033.0, 8984.0, 8978.0, 8951.0, 9004.0, 8973.0, 8963.0, 8904.0, 8896.0, 8917.0, 8920.0, 8964.0, 8923.0, 8931.0, 8911.0, 8958.0, 8948.0, 8911.0, 8886.0, 8933.0, 8935.0, 8942.0, 8965.0, 8910.0, 8938.0, 8958.0, 8940.0, 8982.0, 8906.0, 8948.0, 8919.0, 8980.0, 8936.0, 8869.0, 8902.0, 8922.0, 8981.0, 8956.0, 8938.0, 8937.0, 8943.0, 8983.0, 8971.0, 8963.0, 8919.0, 8943.0, 8939.0, 8949.0, 8906.0, 8903.0, 8945.0, 8937.0, 8947.0, 8908.0, 8925.0, 8986.0, 8924.0, 8948.0, 8942.0, 8961.0, 8954.0, 8905.0, 8931.0, 8931.0, 8955.0, 8950.0, 8955.0, 8916.0, 8956.0, 8918.0, 8888.0, 8927.0, 8919.0, 8961.0, 8952.0, 8949.0, 8919.0, 8927.0, 8968.0, 8971.0, 9000.0, 8997.0, 8971.0, 8977.0, 8939.0, 8952.0, 8962.0, 8946.0, 8994.0, 8953.0, 8960.0, 8953.0, 8966.0, 8996.0, 8980.0, 8992.0, 8935.0, 8963.0, 8916.0, 8960.0, 8938.0, 8923.0, 8887.0, 8890.0, 8911.0, 8893.0, 8920.0, 8869.0, 8886.0, 8889.0, 8931.0, 8896.0, 8911.0, 8952.0, 8960.0, 8991.0, 8997.0, 8965.0, 8978.0, 8965.0, 8978.0, 9005.0, 8955.0, 8976.0, 8960.0, 8958.0, 8946.0, 8974.0, 8961.0, 8955.0, 8983.0, 8925.0, 8945.0, 8919.0, 8954.0, 8927.0, 8918.0, 8893.0, 8918.0, 8896.0, 8889.0, 8895.0, 8876.0, 8895.0, 8920.0, 8925.0, 8912.0, 8963.0, 8954.0, 8987.0, 9005.0, 9000.0, 9026.0, 9020.0, 9002.0, 8999.0, 9015.0, 9009.0, 8956.0, 8982.0, 8965.0, 9009.0, 8980.0, 8970.0, 8941.0, 8929.0, 8969.0, 8963.0, 8991.0, 8951.0, 8976.0, 8973.0, 8973.0, 8988.0, 8924.0, 8963.0, 8934.0, 8982.0, 8934.0, 8946.0, 8919.0, 8924.0, 8914.0, 8948.0, 8941.0, 8913.0, 8923.0, 8915.0, 8954.0, 8945.0, 8916.0, 8926.0, 8920.0, 8958.0, 8949.0, 8903.0, 8932.0, 8929.0, 8945.0, 8916.0, 8942.0, 8916.0, 8922.0, 8915.0, 8932.0, 8949.0, 8915.0, 8932.0, 8921.0, 8923.0, 8975.0, 8942.0, 8968.0, 8947.0, 8938.0, 8956.0, 8944.0, 8959.0, 9007.0, 8981.0, 8959.0, 8945.0, 8955.0, 8975.0, 8977.0, 9003.0, 8944.0, 8924.0, 8953.0, 8941.0, 8968.0, 8942.0, 8954.0, 8945.0, 8977.0, 8953.0, 8924.0, 8934.0, 8950.0, 8945.0, 8960.0, 8947.0, 8975.0, 8952.0, 8928.0, 8975.0, 8982.0, 8991.0, 8919.0, 8934.0, 8912.0, 8965.0, 8919.0, 8943.0, 8914.0, 8942.0, 8930.0, 8940.0, 8901.0, 8885.0, 8928.0, 8939.0, 8977.0, 8937.0, 8905.0, 8933.0, 8956.0, 8982.0, 8990.0, 8948.0, 8953.0, 8928.0, 8925.0, 8991.0, 8958.0, 8969.0, 8937.0, 8952.0, 8938.0, 8977.0, 8923.0, 8931.0, 8933.0, 8942.0, 8936.0, 8944.0, 8917.0, 8904.0, 8956.0, 8941.0, 8980.0, 8942.0, 8915.0, 8949.0, 8956.0, 9002.0, 8984.0, 8956.0, 8990.0, 8960.0, 8971.0, 8942.0, 8982.0, 8979.0, 8970.0, 8938.0, 8943.0, 8935.0, 8915.0, 8916.0, 8931.0, 8965.0, 8954.0, 8946.0, 8938.0, 8938.0, 8948.0, 8935.0, 8912.0, 8959.0, 8945.0, 8976.0, 8961.0, 8945.0, 8954.0, 8955.0, 8970.0, 8936.0, 8964.0, 8917.0, 8926.0, 8936.0, 8957.0, 8933.0, 8903.0, 8920.0, 8933.0, 8982.0, 8975.0, 9008.0, 9038.0, 9011.0, 8972.0, 8961.0, 8980.0, 8956.0, 8927.0, 8974.0, 8942.0, 9004.0, 8993.0, 9001.0, 8952.0, 8965.0, 8945.0, 8960.0, 8911.0, 8929.0, 8855.0, 8912.0, 8878.0, 8889.0, 8845.0, 8833.0, 8839.0, 8839.0, 8864.0, 8916.0, 8885.0, 8848.0, 8864.0, 8881.0, 8867.0, 8910.0, 8920.0, 8919.0, 8890.0, 8925.0, 8925.0, 8959.0, 8909.0, 8974.0, 8950.0, 8942.0, 8951.0, 8971.0, 8926.0, 8955.0, 8948.0, 8982.0, 8980.0, 8948.0, 8976.0, 8947.0, 8972.0, 8948.0, 8991.0, 8980.0, 8971.0, 8941.0, 8949.0, 8923.0, 8962.0, 8947.0, 8924.0, 8911.0, 8908.0, 8899.0, 8924.0, 8930.0, 8902.0, 8918.0, 8920.0, 8930.0, 8928.0, 8912.0, 8962.0, 8946.0, 8996.0, 9006.0, 9020.0, 9026.0, 8974.0, 9001.0, 8981.0, 9007.0, 8984.0, 8959.0, 9022.0, 8975.0, 8967.0, 8915.0, 8976.0, 8949.0, 8958.0, 8900.0, 8938.0, 8923.0, 8966.0, 8921.0, 8914.0, 8919.0, 8918.0, 8945.0, 8951.0, 8921.0, 8936.0, 8934.0, 8965.0, 8953.0, 8934.0, 8912.0, 8909.0, 8943.0, 8955.0, 8986.0, 8945.0, 8957.0, 8959.0, 8981.0, 8957.0, 8927.0, 8935.0, 8946.0, 8963.0, 8984.0, 8940.0, 8983.0, 8969.0, 9008.0, 8998.0, 9010.0, 8968.0, 8972.0, 8954.0, 8983.0, 8951.0, 8941.0, 8893.0, 8918.0, 8910.0, 8918.0, 8907.0, 8910.0, 8944.0, 8939.0, 8921.0, 8987.0, 8969.0, 8993.0, 8955.0, 8936.0, 8992.0, 8950.0, 9007.0, 8978.0, 8986.0, 8950.0, 8942.0, 8924.0, 8899.0, 8916.0, 8878.0, 8886.0, 8879.0, 8887.0, 8898.0, 8900.0, 8898.0, 8914.0, 8928.0, 8896.0, 8888.0, 8877.0, 8881.0, 8911.0, 8913.0, 8945.0, 8932.0, 8901.0, 8931.0, 8919.0, 8933.0, 8919.0, 8939.0, 8975.0, 8936.0, 8988.0, 8919.0, 8922.0, 8924.0, 8935.0, 8925.0, 8964.0, 8940.0, 8935.0, 8911.0, 8919.0, 8910.0, 8917.0, 8998.0, 8954.0, 8967.0, 8943.0, 8981.0, 8974.0, 8965.0, 8961.0, 8991.0, 8981.0, 9005.0, 8975.0, 8920.0, 8977.0, 8946.0, 9000.0, 8983.0, 8945.0, 8987.0, 8961.0, 8997.0, 8982.0, 8928.0, 8963.0, 8984.0, 8940.0, 8982.0, 8957.0, 8892.0, 8965.0, 8927.0, 8964.0, 8967.0, 8986.0, 8908.0, 8937.0, 8939.0, 8981.0, 8958.0, 8894.0, 8957.0, 8961.0, 8991.0, 8954.0, 8979.0, 8969.0, 8990.0, 8979.0, 8929.0, 8948.0, 8930.0, 8973.0, 8981.0, 8937.0, 8987.0, 8970.0, 9005.0, 8998.0, 8991.0, 8982.0, 9002.0, 8962.0, 8986.0, 8973.0, 8921.0, 8936.0, 8912.0, 8979.0, 8946.0, 8985.0, 8999.0, 8936.0, 8996.0, 8997.0, 8961.0, 8947.0, 8928.0, 8950.0, 8901.0, 8945.0, 8953.0, 8955.0, 8984.0, 8951.0, 8903.0, 8900.0, 8922.0, 8933.0, 8941.0, 8942.0, 8990.0, 8948.0, 8930.0, 8977.0, 8981.0, 8991.0, 8975.0, 8961.0, 8963.0, 8989.0, 8958.0, 8968.0, 8922.0, 8949.0, 8941.0, 8952.0, 8930.0, 8925.0, 8953.0, 8950.0, 8923.0, 8970.0, 8991.0, 8971.0, 8995.0, 8969.0, 8954.0, 8932.0, 8953.0, 8946.0, 8984.0, 9016.0, 9008.0, 8923.0, 8909.0, 8954.0, 8924.0, 8950.0, 8950.0, 8953.0, 8986.0, 8942.0, 8968.0, 8944.0, 8979.0, 8958.0, 8908.0, 8933.0, 8936.0, 8967.0, 8977.0, 8969.0, 8946.0, 8971.0, 8937.0, 8961.0, 8924.0, 8932.0, 8907.0, 8919.0, 8970.0, 8931.0, 8974.0, 8950.0, 8991.0, 8982.0, 8946.0, 8986.0, 8944.0, 9013.0, 8970.0, 8988.0, 8979.0, 8987.0, 8966.0, 8948.0, 8979.0, 8963.0, 8962.0, 8990.0, 8980.0, 8990.0, 8951.0, 8978.0, 8997.0, 8949.0, 8952.0, 8952.0, 8979.0, 8922.0, 8943.0, 8919.0, 8927.0, 8931.0, 8937.0, 8925.0, 8914.0, 8897.0, 8871.0, 8902.0, 8914.0, 8917.0, 8949.0, 8952.0, 8914.0, 8938.0, 8929.0, 8954.0, 8939.0, 8941.0, 8994.0, 8930.0, 8959.0, 8908.0, 8956.0, 8961.0, 8939.0, 8891.0, 8936.0, 8890.0, 8953.0, 8919.0, 8952.0, 8927.0, 8935.0, 8942.0, 8965.0, 8941.0, 8919.0, 8960.0, 8963.0, 8979.0, 8970.0, 8980.0, 8946.0, 8980.0, 8957.0, 8972.0, 8906.0, 8953.0, 8920.0, 8969.0, 8931.0, 8939.0, 8944.0, 8970.0, 8962.0, 8935.0, 8962.0, 8963.0, 8992.0, 8983.0, 8977.0, 8952.0, 8919.0, 8978.0, 8966.0, 8988.0, 8964.0, 8936.0, 8963.0, 8987.0, 8974.0, 8912.0, 8950.0, 8923.0, 8949.0, 8938.0, 8935.0, 8928.0, 8951.0, 8946.0, 8977.0, 8937.0, 8894.0, 8935.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.0019100804597701148</td></tr>
<tr><td colspan=3>aqi</td><td>0.03622235</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>45.776908145673225</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2412664293325657</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0286539370540841</td></tr>
<tr><td colspan=3>efc</td><td>0.5144</td></tr>
<tr><td colspan=3>fber</td><td>3722.1348</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.142982015334472</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>166</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>19.080459770114942</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3605785856204213</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2534904008180567</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6212007556875223</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.207044600355685</td></tr>
<tr><td colspan=3>gcor</td><td>0.0114494</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.025334829464554787</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04603144899010658</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.1739858051003536</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>13.4375</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.4449</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>215.4926</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294064.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1012.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>369.8401</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9044</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>470.9486</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3197.2853</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3337.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82480.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1297.5</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4169.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>799.4708</td></tr>
<tr><td colspan=3>tsnr</td><td>31.774196367769036</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>