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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0098/ses-01/func/sub-0098_ses-01_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>99d12cf9ffd54a692f0b35c3d4b2f827</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>14:16:49.660000</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.994573, -0.104038, 0.000427383, 0.101376, 0.970028, 0.220835]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0896926</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4214, -7806, -7152, 270, -139, 104, -50, 90]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>246.026</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c3d749f2-f07e-4d4f-96f1-256832fdec4e||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.6683671474456787, 0.2719839811325073, 0.06315259635448456, 101.84870910644531], [0.2791271209716797, 2.6025149822235107, 0.5929012894630432, -114.95855712890625], [0.0011466372525319457, -0.5924836993217468, 2.6333401203155518, -18.487125396728516], [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': ['141649.660000', '141650.120000', '141650.580000', '141651.040000', '141651.500000', '141651.960000', '141652.420000', '141652.880000', '141653.340000', '141653.800000', '141654.260000', '141654.720000', '141655.180000', '141655.640000', '141656.100000', '141656.560000', '141657.020000', '141657.480000', '141657.940000', '141658.400000', '141658.860000', '141659.320000', '141659.780000', '141700.240000', '141700.700000', '141701.160000', '141701.620000', '141702.080000', '141702.540000', '141703.000000', '141703.460000', '141703.920000', '141704.380000', '141704.840000', '141705.300000', '141705.760000', '141706.220000', '141706.680000', '141707.140000', '141707.600000', '141708.060000', '141708.520000', '141708.980000', '141709.440000', '141709.900000', '141710.360000', '141710.820000', '141711.280000', '141711.740000', '141712.200000', '141712.660000', '141713.120000', '141713.580000', '141714.040000', '141714.500000', '141714.960000', '141715.420000', '141715.880000', '141716.340000', '141716.800000', '141717.260000', '141717.720000', '141718.180000', '141718.640000', '141719.100000', '141719.560000', '141720.020000', '141720.480000', '141720.940000', '141721.400000', '141721.860000', '141722.320000', '141722.780000', '141723.240000', '141723.700000', '141724.160000', '141724.620000', '141725.080000', '141725.540000', '141726.000000', '141726.460000', '141726.920000', '141727.380000', '141727.840000', '141728.300000', '141728.760000', '141729.220000', '141729.680000', '141730.140000', '141730.600000', '141731.060000', '141731.520000', '141731.980000', '141732.440000', '141732.900000', '141733.360000', '141733.820000', '141734.280000', '141734.740000', '141735.200000', '141735.660000', '141736.120000', '141736.580000', '141737.040000', '141737.500000', '141737.960000', '141738.420000', '141738.880000', '141739.340000', '141739.800000', '141740.260000', '141740.720000', '141741.180000', '141741.640000', '141742.100000', '141742.560000', '141743.020000', '141743.480000', '141743.940000', '141744.400000', '141744.860000', '141745.320000', '141745.780000', '141746.240000', '141746.700000', '141747.160000', '141747.620000', '141748.080000', '141748.540000', '141749.000000', '141749.460000', '141749.920000', '141750.380000', '141750.840000', '141751.300000', '141751.760000', '141752.220000', '141752.680000', '141753.140000', '141753.600000', '141754.060000', '141754.520000', '141754.980000', '141755.440000', '141755.900000', '141756.360000', '141756.820000', '141757.280000', '141757.740000', '141758.200000', '141758.660000', '141759.120000', '141759.580000', '141800.040000', '141800.500000', '141800.960000', '141801.420000', '141801.880000', '141802.340000', '141802.800000', '141803.260000', '141803.720000', '141804.180000', '141804.640000', '141805.100000', '141805.560000', '141806.020000', '141806.480000', '141806.940000', '141807.400000', '141807.860000', '141808.320000', '141808.780000', '141809.240000', '141809.700000', '141810.160000', '141810.620000', '141811.080000', '141811.540000', '141812.000000', '141812.460000', '141812.920000', '141813.380000', '141813.840000', '141814.300000', '141814.760000', '141815.220000', '141815.680000', '141816.140000', '141816.600000', '141817.060000', '141817.520000', '141817.980000', '141818.440000', '141818.900000', '141819.360000', '141819.820000', '141820.280000', '141820.740000', '141821.200000', '141821.660000', '141822.120000', '141822.580000', '141823.040000', '141823.500000', '141823.960000', '141824.420000', '141824.880000', '141825.340000', '141825.800000', '141826.260000', '141826.720000', '141827.180000', '141827.640000', '141828.100000', '141828.560000', '141829.020000', '141829.480000', '141829.940000', '141830.400000', '141830.860000', '141831.320000', '141831.780000', '141832.240000', '141832.700000', '141833.160000', '141833.620000', '141834.080000', '141834.540000', '141835.000000', '141835.460000', '141835.920000', '141836.380000', '141836.840000', '141837.300000', '141837.760000', '141838.220000', '141838.680000', '141839.140000', '141839.600000', '141840.060000', '141840.520000', '141840.980000', '141841.440000', '141841.900000', '141842.360000', '141842.820000', '141843.280000', '141843.740000', '141844.200000', '141844.660000', '141845.120000', '141845.580000', '141846.040000', '141846.500000', '141846.960000', '141847.420000', '141847.880000', '141848.340000', '141848.800000', '141849.260000', '141849.720000', '141850.180000', '141850.640000', '141851.100000', '141851.560000', '141852.020000', '141852.480000', '141852.940000', '141853.400000', '141853.860000', '141854.320000', '141854.780000', '141855.240000', '141855.700000', '141856.160000', '141856.620000', '141857.080000', '141857.540000', '141858.000000', '141858.460000', '141858.920000', '141859.380000', '141859.840000', '141900.300000', '141900.760000', '141901.220000', '141901.680000', '141902.140000', '141902.600000', '141903.060000', '141903.520000', '141903.980000', '141904.440000', '141904.900000', '141905.360000', '141905.820000', '141906.280000', '141906.740000', '141907.200000', '141907.660000', '141908.120000', '141908.580000', '141909.040000', '141909.500000', '141909.960000', '141910.420000', '141910.880000', '141911.340000', '141911.800000', '141912.260000', '141912.720000', '141913.180000', '141913.640000', '141914.100000', '141914.560000', '141915.020000', '141915.480000', '141915.940000', '141916.400000', '141916.860000', '141917.320000', '141917.780000', '141918.240000', '141918.700000', '141919.160000', '141919.620000', '141920.080000', '141920.540000', '141921.000000', '141921.460000', '141921.920000', '141922.380000', '141922.840000', '141923.300000', '141923.760000', '141924.220000', '141924.680000', '141925.140000', '141925.600000', '141926.060000', '141926.520000', '141926.980000', '141927.440000', '141927.900000', '141928.360000', '141928.820000', '141929.280000', '141929.740000', '141930.200000', '141930.660000', '141931.120000', '141931.580000', '141932.040000', '141932.500000', '141932.960000', '141933.420000', '141933.880000', '141934.340000', '141934.800000', '141935.260000', '141935.720000', '141936.180000', '141936.640000', '141937.100000', '141937.560000', '141938.020000', '141938.480000', '141938.940000', '141939.400000', '141939.860000', '141940.320000', '141940.780000', '141941.240000', '141941.700000', '141942.160000', '141942.620000', '141943.080000', '141943.540000', '141944.000000', '141944.460000', '141944.920000', '141945.380000', '141945.840000', '141946.300000', '141946.760000', '141947.220000', '141947.680000', '141948.140000', '141948.600000', '141949.060000', '141949.520000', '141949.980000', '141950.440000', '141950.900000', '141951.360000', '141951.820000', '141952.280000', '141952.740000', '141953.200000', '141953.660000', '141954.120000', '141954.580000', '141955.040000', '141955.500000', '141955.960000', '141956.420000', '141956.880000', '141957.340000', '141957.800000', '141958.260000', '141958.720000', '141959.180000', '141959.640000', '142000.100000', '142000.560000', '142001.020000', '142001.480000', '142001.940000', '142002.400000', '142002.860000', '142003.320000', '142003.780000', '142004.240000', '142004.700000', '142005.160000', '142005.620000', '142006.080000', '142006.540000', '142007.000000', '142007.460000', '142007.920000', '142008.380000', '142008.840000', '142009.300000', '142009.760000', '142010.220000', '142010.680000', '142011.140000', '142011.600000', '142012.060000', '142012.520000', '142012.980000', '142013.440000', '142013.900000', '142014.360000', '142014.820000', '142015.280000', '142015.740000', '142016.200000', '142016.660000', '142017.120000', '142017.580000', '142018.040000', '142018.500000', '142018.960000', '142019.420000', '142019.880000', '142020.340000', '142020.800000', '142021.260000', '142021.720000', '142022.180000', '142022.640000', '142023.100000', '142023.560000', '142024.020000', '142024.480000', '142024.940000', '142025.400000', '142025.860000', '142026.320000', '142026.780000', '142027.240000', '142027.700000', '142028.160000', '142028.620000', '142029.080000', '142029.540000', '142030.000000', '142030.460000', '142030.920000', '142031.380000', '142031.840000', '142032.300000', '142032.760000', '142033.220000', '142033.680000', '142034.140000', '142034.600000', '142035.060000', '142035.520000', '142035.980000', '142036.440000', '142036.900000', '142037.360000', '142037.820000', '142038.280000', '142038.740000', '142039.200000', '142039.660000', '142040.120000', '142040.580000', '142041.040000', '142041.500000', '142041.960000', '142042.420000', '142042.880000', '142043.340000', '142043.800000', '142044.260000', '142044.720000', '142045.180000', '142045.640000', '142046.100000', '142046.560000', '142047.020000', '142047.480000', '142047.940000', '142048.400000', '142048.860000', '142049.320000', '142049.780000', '142050.240000', '142050.700000', '142051.160000', '142051.620000', '142052.080000', '142052.540000', '142053.000000', '142053.460000', '142053.920000', '142054.380000', '142054.840000', '142055.300000', '142055.760000', '142056.220000', '142056.680000', '142057.140000', '142057.600000', '142058.060000', '142058.520000', '142058.980000', '142059.440000', '142059.900000', '142100.360000', '142100.820000', '142101.280000', '142101.740000', '142102.200000', '142102.660000', '142103.120000', '142103.580000', '142104.040000', '142104.500000', '142104.960000', '142105.420000', '142105.880000', '142106.340000', '142106.800000', '142107.260000', '142107.720000', '142108.180000', '142108.640000', '142109.100000', '142109.560000', '142110.020000', '142110.480000', '142110.940000', '142111.400000', '142111.860000', '142112.320000', '142112.780000', '142113.240000', '142113.700000', '142114.160000', '142114.620000', '142115.080000', '142115.540000', '142116.000000', '142116.460000', '142116.920000', '142117.380000', '142117.840000', '142118.300000', '142118.760000', '142119.220000', '142119.680000', '142120.140000', '142120.600000', '142121.060000', '142121.520000', '142121.980000', '142122.440000', '142122.900000', '142123.360000', '142123.820000', '142124.280000', '142124.740000', '142125.200000', '142125.660000', '142126.120000', '142126.580000', '142127.040000', '142127.500000', '142127.960000', '142128.420000', '142128.880000', '142129.340000', '142129.800000', '142130.260000', '142130.720000', '142131.180000', '142131.640000', '142132.100000', '142132.560000', '142133.020000', '142133.480000', '142133.940000', '142134.400000', '142134.860000', '142135.320000', '142135.780000', '142136.240000', '142136.700000', '142137.160000', '142137.620000', '142138.080000', '142138.540000', '142139.000000', '142139.460000', '142139.920000', '142140.380000', '142140.840000', '142141.300000', '142141.760000', '142142.220000', '142142.680000', '142143.140000', '142143.600000', '142144.060000', '142144.520000', '142144.980000', '142145.440000', '142145.900000', '142146.360000', '142146.820000', '142147.280000', '142147.740000', '142148.200000', '142148.660000', '142149.120000', '142149.580000', '142150.040000', '142150.500000', '142150.960000', '142151.420000', '142151.880000', '142152.340000', '142152.800000', '142153.260000', '142153.720000', '142154.180000', '142154.640000', '142155.100000', '142155.560000', '142156.020000', '142156.480000', '142156.940000', '142157.400000', '142157.860000', '142158.320000', '142158.780000', '142159.240000', '142159.700000', '142200.160000', '142200.620000', '142201.080000', '142201.540000', '142202.000000', '142202.460000', '142202.920000', '142203.380000', '142203.840000', '142204.300000', '142204.760000', '142205.220000', '142205.680000', '142206.140000', '142206.600000', '142207.060000', '142207.520000', '142207.980000', '142208.440000', '142208.900000', '142209.360000', '142209.820000', '142210.280000', '142210.740000', '142211.200000', '142211.660000', '142212.120000', '142212.580000', '142213.040000', '142213.500000', '142213.960000', '142214.420000', '142214.880000', '142215.340000', '142215.800000', '142216.260000', '142216.720000', '142217.180000', '142217.640000', '142218.100000', '142218.560000', '142219.020000', '142219.480000', '142219.940000', '142220.400000', '142220.860000', '142221.320000', '142221.780000', '142222.240000', '142222.700000', '142223.160000', '142223.620000', '142224.080000', '142224.540000', '142225.000000', '142225.460000', '142225.920000', '142226.380000', '142226.840000', '142227.300000', '142227.760000', '142228.220000', '142228.680000', '142229.140000', '142229.600000', '142230.060000', '142230.520000', '142230.980000', '142231.440000', '142231.900000', '142232.360000', '142232.820000', '142233.280000', '142233.740000', '142234.200000', '142234.660000', '142235.120000', '142235.580000', '142236.040000', '142236.500000', '142236.960000', '142237.420000', '142237.880000', '142238.340000', '142238.800000', '142239.260000', '142239.720000', '142240.180000', '142240.640000', '142241.100000', '142241.560000', '142242.020000', '142242.480000', '142242.940000', '142243.400000', '142243.860000', '142244.320000', '142244.780000', '142245.240000', '142245.700000', '142246.160000', '142246.620000', '142247.080000', '142247.540000', '142248.000000', '142248.460000', '142248.920000', '142249.380000', '142249.840000', '142250.300000', '142250.760000', '142251.220000', '142251.680000', '142252.140000', '142252.600000', '142253.060000', '142253.520000', '142253.980000', '142254.440000', '142254.900000', '142255.360000', '142255.820000', '142256.280000', '142256.740000', '142257.200000', '142257.660000', '142258.120000', '142258.580000', '142259.040000', '142259.500000', '142259.960000', '142300.420000', '142300.880000', '142301.340000', '142301.800000', '142302.260000', '142302.720000', '142303.180000', '142303.640000', '142304.100000', '142304.560000', '142305.020000', '142305.480000', '142305.940000', '142306.400000', '142306.860000', '142307.320000', '142307.780000', '142308.240000', '142308.700000', '142309.160000', '142309.620000', '142310.080000', '142310.540000', '142311.000000', '142311.460000', '142311.920000', '142312.380000', '142312.840000', '142313.300000', '142313.760000', '142314.220000', '142314.680000', '142315.140000', '142315.600000', '142316.060000', '142316.520000', '142316.980000', '142317.440000', '142317.900000', '142318.360000', '142318.820000', '142319.280000', '142319.740000', '142320.200000', '142320.660000', '142321.120000', '142321.580000', '142322.040000', '142322.500000', '142322.960000', '142323.420000', '142323.880000', '142324.340000', '142324.800000', '142325.260000', '142325.720000', '142326.180000', '142326.640000', '142327.100000', '142327.560000', '142328.020000', '142328.480000', '142328.940000', '142329.400000', '142329.860000', '142330.320000'], 'ContentTime': ['141705.504000', '141705.507000', '141705.509000', '141705.513000', '141705.515000', '141705.518000', '141705.527000', '141705.530000', '141705.532000', '141705.535000', '141705.537000', '141705.540000', '141705.544000', '141705.547000', '141705.550000', '141705.552000', '141705.555000', '141705.557000', '141705.560000', '141705.562000', '141705.565000', '141705.568000', '141705.570000', '141705.573000', '141705.575000', '141705.578000', '141705.580000', '141705.583000', '141705.586000', '141705.588000', '141705.591000', '141705.593000', '141705.596000', '141725.474000', '141725.476000', '141725.479000', '141725.482000', '141725.484000', '141725.487000', '141725.489000', '141725.492000', '141725.494000', '141725.497000', '141725.500000', '141725.502000', '141725.505000', '141725.507000', '141725.510000', '141725.512000', '141725.515000', '141725.518000', '141725.520000', '141725.523000', '141725.525000', '141725.528000', '141725.538000', '141725.541000', '141725.544000', '141725.546000', '141725.549000', '141725.552000', '141725.555000', '141725.560000', '141725.562000', '141725.565000', '141725.567000', '141725.570000', '141725.572000', '141725.575000', '141725.578000', '141725.580000', '141725.583000', '141725.585000', '141725.588000', '141725.590000', '141725.593000', '141745.473000', '141745.476000', '141745.479000', '141745.482000', '141745.484000', '141745.487000', '141745.489000', '141745.492000', '141745.495000', '141745.503000', '141745.506000', '141745.508000', '141745.511000', '141745.514000', '141745.516000', '141745.519000', '141745.521000', '141745.524000', '141745.526000', '141745.529000', '141745.532000', '141745.534000', '141745.537000', '141745.539000', '141745.542000', '141745.544000', '141745.547000', '141745.549000', '141745.552000', '141745.555000', '141745.557000', '141745.560000', '141745.562000', '141745.565000', '141745.567000', '141745.570000', '141745.573000', '141745.575000', '141745.578000', '141745.580000', '141745.583000', '141745.586000', '141745.588000', '141745.591000', '141805.475000', '141805.477000', '141805.480000', '141805.483000', '141805.485000', '141805.488000', '141805.490000', '141805.493000', '141805.496000', '141805.498000', '141805.501000', '141805.503000', '141805.506000', '141805.508000', '141805.511000', '141805.514000', '141805.516000', '141805.519000', '141805.521000', '141805.524000', '141805.527000', '141805.529000', '141805.532000', '141805.534000', '141805.537000', '141805.539000', '141805.542000', '141805.545000', '141805.547000', '141805.550000', '141805.552000', '141805.555000', '141805.558000', '141805.560000', '141805.563000', '141805.565000', '141805.568000', '141805.571000', '141805.573000', '141805.576000', '141805.578000', '141805.581000', '141805.583000', '141825.473000', '141825.476000', '141825.479000', '141825.482000', '141825.485000', '141825.488000', '141825.491000', '141825.493000', '141825.496000', '141825.499000', '141825.501000', '141825.504000', '141825.506000', '141825.509000', '141825.511000', '141825.514000', '141825.517000', '141825.519000', '141825.522000', '141825.524000', '141825.527000', '141825.529000', '141825.532000', '141825.535000', '141825.537000', '141825.540000', '141825.542000', '141825.545000', '141825.548000', '141825.550000', '141825.553000', '141825.555000', '141825.558000', '141825.561000', '141825.564000', '141825.566000', '141825.569000', '141825.571000', '141825.574000', '141825.576000', '141825.579000', '141825.582000', '141825.584000', '141845.473000', '141845.476000', '141845.479000', '141845.481000', '141845.484000', '141845.487000', '141845.489000', '141845.492000', '141845.495000', '141845.497000', '141845.500000', '141845.503000', '141845.505000', '141845.508000', '141845.510000', '141845.513000', '141845.516000', '141845.518000', '141845.521000', '141845.523000', '141845.526000', '141845.529000', '141845.532000', '141845.534000', '141845.537000', '141845.539000', '141845.542000', '141845.544000', '141845.547000', '141845.550000', '141845.552000', '141845.555000', '141845.558000', '141845.560000', '141845.563000', '141845.565000', '141845.568000', '141845.571000', '141845.573000', '141845.576000', '141845.578000', '141845.581000', '141845.584000', '141845.586000', '141905.473000', '141905.476000', '141905.479000', '141905.482000', '141905.484000', '141905.487000', '141905.490000', '141905.492000', '141905.495000', '141905.497000', '141905.500000', '141905.503000', '141905.505000', '141905.508000', '141905.510000', '141905.513000', '141905.516000', '141905.518000', '141905.536000', '141905.539000', '141905.541000', '141905.544000', '141905.547000', '141905.549000', '141905.552000', '141905.555000', '141905.557000', '141905.560000', '141905.563000', '141905.565000', '141905.568000', '141905.571000', '141905.573000', '141905.576000', '141905.579000', '141905.581000', '141905.584000', '141905.586000', '141905.589000', '141905.592000', '141905.595000', '141905.597000', '141905.600000', '141905.603000', '141925.473000', '141925.476000', '141925.479000', '141925.481000', '141925.484000', '141925.487000', '141925.489000', '141925.492000', '141925.494000', '141925.497000', '141925.500000', '141925.502000', '141925.505000', '141925.507000', '141925.510000', '141925.512000', '141925.515000', '141925.518000', '141925.520000', '141925.523000', '141925.525000', '141925.528000', '141925.531000', '141925.533000', '141925.536000', '141925.538000', '141925.541000', '141925.544000', '141925.546000', '141925.549000', '141925.552000', '141925.554000', '141925.557000', '141925.559000', '141925.562000', '141925.564000', '141925.567000', '141925.570000', '141925.572000', '141925.575000', '141925.577000', '141925.580000', '141925.583000', '141945.474000', '141945.477000', '141945.479000', '141945.482000', '141945.485000', '141945.487000', '141945.490000', '141945.493000', '141945.495000', '141945.498000', '141945.500000', '141945.503000', '141945.506000', '141945.508000', '141945.511000', '141945.514000', '141945.516000', '141945.519000', '141945.521000', '141945.524000', '141945.527000', '141945.529000', '141945.532000', '141945.534000', '141945.537000', '141945.540000', '141945.542000', '141945.545000', '141945.547000', '141945.550000', '141945.552000', '141945.555000', '141945.558000', '141945.560000', '141945.563000', '141945.565000', '141945.568000', '141945.571000', '141945.573000', '141945.576000', '141945.578000', '141945.581000', '141945.584000', '141945.586000', '142005.473000', '142005.476000', '142005.479000', '142005.482000', '142005.484000', '142005.487000', '142005.489000', '142005.492000', '142005.495000', '142005.497000', '142005.500000', '142005.503000', '142005.505000', '142005.508000', '142005.510000', '142005.513000', '142005.516000', '142005.518000', '142005.521000', '142005.523000', '142005.526000', '142005.529000', '142005.531000', '142005.534000', '142005.536000', '142005.539000', '142005.542000', '142005.544000', '142005.547000', '142005.549000', '142005.552000', '142005.555000', '142005.557000', '142005.560000', '142005.563000', '142005.565000', '142005.568000', '142005.570000', '142005.573000', '142005.576000', '142005.578000', '142005.581000', '142005.583000', '142025.474000', '142025.477000', '142025.480000', '142025.482000', '142025.485000', '142025.488000', '142025.490000', '142025.493000', '142025.496000', '142025.498000', '142025.501000', '142025.503000', '142025.506000', '142025.511000', '142025.513000', '142025.516000', '142025.519000', '142025.521000', '142025.524000', '142025.526000', '142025.529000', '142025.532000', '142025.534000', '142025.537000', '142025.540000', '142025.542000', '142025.545000', '142025.548000', '142025.550000', '142025.553000', '142025.556000', '142025.558000', '142025.561000', '142025.563000', '142025.566000', '142025.568000', '142025.571000', '142025.574000', '142025.576000', '142025.579000', '142025.581000', '142025.584000', '142025.587000', '142025.589000', '142045.473000', '142045.476000', '142045.479000', '142045.482000', '142045.484000', '142045.487000', '142045.490000', '142045.492000', '142045.495000', '142045.498000', '142045.500000', '142045.503000', '142045.505000', '142045.508000', '142045.511000', '142045.514000', '142045.516000', '142045.519000', '142045.521000', '142045.524000', '142045.527000', '142045.529000', '142045.532000', '142045.535000', '142045.537000', '142045.540000', '142045.543000', '142045.546000', '142045.548000', '142045.551000', '142045.554000', '142045.556000', '142045.559000', '142045.561000', '142045.564000', '142045.567000', '142045.569000', '142045.572000', '142045.574000', '142045.577000', '142045.580000', '142045.582000', '142045.585000', '142105.473000', '142105.476000', '142105.479000', '142105.482000', '142105.485000', '142105.487000', '142105.490000', '142105.492000', '142105.495000', '142105.498000', '142105.500000', '142105.503000', '142105.505000', '142105.508000', '142105.511000', '142105.513000', '142105.516000', '142105.519000', '142105.521000', '142105.524000', '142105.527000', '142105.529000', '142105.532000', '142105.534000', '142105.537000', '142105.539000', '142105.542000', '142105.545000', '142105.547000', '142105.550000', '142105.552000', '142105.555000', '142105.558000', '142105.560000', '142105.563000', '142105.565000', '142105.568000', '142105.571000', '142105.573000', '142105.583000', '142105.586000', '142105.589000', '142105.591000', '142105.594000', '142125.473000', '142125.477000', '142125.479000', '142125.482000', '142125.485000', '142125.487000', '142125.490000', '142125.492000', '142125.495000', '142125.498000', '142125.500000', '142125.503000', '142125.505000', '142125.508000', '142125.511000', '142125.513000', '142125.516000', '142125.518000', '142125.521000', '142125.524000', '142125.526000', '142125.529000', '142125.532000', '142125.534000', '142125.537000', '142125.540000', '142125.542000', '142125.545000', '142125.547000', '142125.550000', '142125.553000', '142125.555000', '142125.558000', '142125.561000', '142125.563000', '142125.566000', '142125.569000', '142125.571000', '142125.574000', '142125.577000', '142125.579000', '142125.582000', '142125.585000', '142145.474000', '142145.476000', '142145.479000', '142145.482000', '142145.484000', '142145.487000', '142145.489000', '142145.492000', '142145.495000', '142145.497000', '142145.500000', '142145.502000', '142145.505000', '142145.508000', '142145.510000', '142145.513000', '142145.515000', '142145.518000', '142145.521000', '142145.523000', '142145.526000', '142145.529000', '142145.531000', '142145.534000', '142145.536000', '142145.539000', '142145.542000', '142145.544000', '142145.548000', '142145.552000', '142145.554000', '142145.557000', '142145.560000', '142145.562000', '142145.565000', '142145.567000', '142145.570000', '142145.573000', '142145.575000', '142145.578000', '142145.580000', '142145.583000', '142145.586000', '142205.474000', '142205.476000', '142205.479000', '142205.482000', '142205.484000', '142205.487000', '142205.489000', '142205.492000', '142205.495000', '142205.497000', '142205.500000', '142205.502000', '142205.505000', '142205.508000', '142205.510000', '142205.513000', '142205.515000', '142205.518000', '142205.521000', '142205.523000', '142205.526000', '142205.529000', '142205.531000', '142205.534000', '142205.536000', '142205.557000', '142205.559000', '142205.562000', '142205.564000', '142205.567000', '142205.570000', '142205.572000', '142205.575000', '142205.577000', '142205.580000', '142205.582000', '142205.585000', '142205.588000', '142205.590000', '142205.593000', '142205.596000', '142205.598000', '142205.601000', '142205.603000', '142225.473000', '142225.476000', '142225.479000', '142225.482000', '142225.484000', '142225.487000', '142225.489000', '142225.492000', '142225.495000', '142225.497000', '142225.500000', '142225.502000', '142225.505000', '142225.507000', '142225.510000', '142225.513000', '142225.515000', '142225.518000', '142225.520000', '142225.524000', '142225.527000', '142225.530000', '142225.532000', '142225.535000', '142225.538000', '142225.540000', '142225.543000', '142225.545000', '142225.548000', '142225.551000', '142225.553000', '142225.556000', '142225.558000', '142225.561000', '142225.564000', '142225.566000', '142225.569000', '142225.572000', '142225.574000', '142225.577000', '142225.580000', '142225.582000', '142225.585000', '142245.474000', '142245.477000', '142245.480000', '142245.483000', '142245.485000', '142245.488000', '142245.490000', '142245.493000', '142245.496000', '142245.498000', '142245.501000', '142245.503000', '142245.506000', '142245.509000', '142245.511000', '142245.514000', '142245.516000', '142245.519000', '142245.522000', '142245.524000', '142245.527000', '142245.529000', '142245.532000', '142245.535000', '142245.537000', '142245.540000', '142245.542000', '142245.545000', '142245.548000', '142245.550000', '142245.553000', '142245.555000', '142245.558000', '142245.560000', '142245.563000', '142245.565000', '142245.568000', '142245.571000', '142245.573000', '142245.576000', '142245.578000', '142245.581000', '142245.585000', '142245.588000', '142305.473000', '142305.476000', '142305.479000', '142305.481000', '142305.484000', '142305.487000', '142305.489000', '142305.492000', '142305.494000', '142305.497000', '142305.500000', '142305.502000', '142305.505000', '142305.507000', '142305.510000', '142305.513000', '142305.515000', '142305.518000', '142305.520000', '142305.523000', '142305.525000', '142305.528000', '142305.530000', '142305.533000', '142305.536000', '142305.538000', '142305.541000', '142305.543000', '142305.546000', '142305.549000', '142305.551000', '142305.554000', '142305.556000', '142305.559000', '142305.561000', '142305.564000', '142305.567000', '142305.569000', '142305.572000', '142305.574000', '142305.577000', '142305.580000', '142305.582000', '142325.474000', '142325.476000', '142325.479000', '142325.482000', '142325.484000', '142325.487000', '142325.489000', '142325.492000', '142325.495000', '142325.497000', '142325.500000', '142325.502000', '142325.505000', '142325.508000', '142325.510000', '142325.513000', '142325.515000', '142325.518000', '142325.521000', '142325.523000', '142325.526000', '142325.529000', '142325.531000', '142325.534000', '142325.536000', '142325.539000', '142325.542000', '142325.544000', '142325.547000', '142325.549000', '142325.552000', '142325.555000', '142325.558000', '142325.560000', '142325.563000', '142325.565000', '142325.581000', '142325.584000', '142325.587000', '142325.589000', '142325.592000', '142325.594000', '142325.597000', '142325.600000', '142331.298000', '142331.301000', '142331.304000', '142331.307000', '142331.309000', '142331.312000', '142331.315000', '142331.318000', '142331.320000', '142331.323000', '142331.326000', '142331.328000', '142331.331000'], 'InstanceCreationTime': ['141705.504000', '141705.507000', '141705.509000', '141705.513000', '141705.515000', '141705.518000', '141705.527000', '141705.530000', '141705.532000', '141705.535000', '141705.537000', '141705.540000', '141705.544000', '141705.547000', '141705.550000', '141705.552000', '141705.555000', '141705.557000', '141705.560000', '141705.562000', '141705.565000', '141705.568000', '141705.570000', '141705.573000', '141705.575000', '141705.578000', '141705.580000', '141705.583000', '141705.586000', '141705.588000', '141705.591000', '141705.593000', '141705.596000', '141725.474000', '141725.476000', '141725.479000', '141725.482000', '141725.484000', '141725.487000', '141725.489000', '141725.492000', '141725.494000', '141725.497000', '141725.500000', '141725.502000', '141725.505000', '141725.507000', '141725.510000', '141725.512000', '141725.515000', '141725.518000', '141725.520000', '141725.523000', '141725.525000', '141725.528000', '141725.538000', '141725.541000', '141725.544000', '141725.546000', '141725.549000', '141725.552000', '141725.555000', '141725.560000', '141725.562000', '141725.565000', '141725.567000', '141725.570000', '141725.572000', '141725.575000', '141725.578000', '141725.580000', '141725.583000', '141725.585000', '141725.588000', '141725.590000', '141725.593000', '141745.473000', '141745.476000', '141745.479000', '141745.482000', '141745.484000', '141745.487000', '141745.489000', '141745.492000', '141745.495000', '141745.503000', '141745.506000', '141745.508000', '141745.511000', '141745.514000', '141745.516000', '141745.519000', '141745.521000', '141745.524000', '141745.526000', '141745.529000', '141745.532000', '141745.534000', '141745.537000', '141745.539000', '141745.542000', '141745.544000', '141745.547000', '141745.549000', '141745.552000', '141745.555000', '141745.557000', '141745.560000', '141745.562000', '141745.565000', '141745.567000', '141745.570000', '141745.573000', '141745.575000', '141745.578000', '141745.580000', '141745.583000', '141745.586000', '141745.588000', '141745.591000', '141805.475000', '141805.477000', '141805.480000', '141805.483000', '141805.485000', '141805.488000', '141805.490000', '141805.493000', '141805.496000', '141805.498000', '141805.501000', '141805.503000', '141805.506000', '141805.508000', '141805.511000', '141805.514000', '141805.516000', '141805.519000', '141805.521000', '141805.524000', '141805.527000', '141805.529000', '141805.532000', '141805.534000', '141805.537000', '141805.539000', '141805.542000', '141805.545000', '141805.547000', '141805.550000', '141805.552000', '141805.555000', '141805.558000', '141805.560000', '141805.563000', '141805.565000', '141805.568000', '141805.571000', '141805.573000', '141805.576000', '141805.578000', '141805.581000', '141805.583000', '141825.473000', '141825.476000', '141825.479000', '141825.482000', '141825.485000', '141825.488000', '141825.491000', '141825.493000', '141825.496000', '141825.499000', '141825.501000', '141825.504000', '141825.506000', '141825.509000', '141825.511000', '141825.514000', '141825.517000', '141825.519000', '141825.522000', '141825.524000', '141825.527000', '141825.529000', '141825.532000', '141825.535000', '141825.537000', '141825.540000', '141825.542000', '141825.545000', '141825.548000', '141825.550000', '141825.553000', '141825.555000', '141825.558000', '141825.561000', '141825.564000', '141825.566000', '141825.569000', '141825.571000', '141825.574000', '141825.576000', '141825.579000', '141825.582000', '141825.584000', '141845.473000', '141845.476000', '141845.479000', '141845.481000', '141845.484000', '141845.487000', '141845.489000', '141845.492000', '141845.495000', '141845.497000', '141845.500000', '141845.503000', '141845.505000', '141845.508000', '141845.510000', '141845.513000', '141845.516000', '141845.518000', '141845.521000', '141845.523000', '141845.526000', '141845.529000', '141845.532000', '141845.534000', '141845.537000', '141845.539000', '141845.542000', '141845.544000', '141845.547000', '141845.550000', '141845.552000', '141845.555000', '141845.558000', '141845.560000', '141845.563000', '141845.565000', '141845.568000', '141845.571000', '141845.573000', '141845.576000', '141845.578000', '141845.581000', '141845.584000', '141845.586000', '141905.473000', '141905.476000', '141905.479000', '141905.482000', '141905.484000', '141905.487000', '141905.490000', '141905.492000', '141905.495000', '141905.497000', '141905.500000', '141905.503000', '141905.505000', '141905.508000', '141905.510000', '141905.513000', '141905.516000', '141905.518000', '141905.536000', '141905.539000', '141905.541000', '141905.544000', '141905.547000', '141905.549000', '141905.552000', '141905.555000', '141905.557000', '141905.560000', '141905.563000', '141905.565000', '141905.568000', '141905.571000', '141905.573000', '141905.576000', '141905.579000', '141905.581000', '141905.584000', '141905.586000', '141905.589000', '141905.592000', '141905.595000', '141905.597000', '141905.600000', '141905.603000', '141925.473000', '141925.476000', '141925.479000', '141925.481000', '141925.484000', '141925.487000', '141925.489000', '141925.492000', '141925.494000', '141925.497000', '141925.500000', '141925.502000', '141925.505000', '141925.507000', '141925.510000', '141925.512000', '141925.515000', '141925.518000', '141925.520000', '141925.523000', '141925.525000', '141925.528000', '141925.531000', '141925.533000', '141925.536000', '141925.538000', '141925.541000', '141925.544000', '141925.546000', '141925.549000', '141925.552000', '141925.554000', '141925.557000', '141925.559000', '141925.562000', '141925.564000', '141925.567000', '141925.570000', '141925.572000', '141925.575000', '141925.577000', '141925.580000', '141925.583000', '141945.474000', '141945.477000', '141945.479000', '141945.482000', '141945.485000', '141945.487000', '141945.490000', '141945.493000', '141945.495000', '141945.498000', '141945.500000', '141945.503000', '141945.506000', '141945.508000', '141945.511000', '141945.514000', '141945.516000', '141945.519000', '141945.521000', '141945.524000', '141945.527000', '141945.529000', '141945.532000', '141945.534000', '141945.537000', '141945.540000', '141945.542000', '141945.545000', '141945.547000', '141945.550000', '141945.552000', '141945.555000', '141945.558000', '141945.560000', '141945.563000', '141945.565000', '141945.568000', '141945.571000', '141945.573000', '141945.576000', '141945.578000', '141945.581000', '141945.584000', '141945.586000', '142005.473000', '142005.476000', '142005.479000', '142005.482000', '142005.484000', '142005.487000', '142005.489000', '142005.492000', '142005.495000', '142005.497000', '142005.500000', '142005.503000', '142005.505000', '142005.508000', '142005.510000', '142005.513000', '142005.516000', '142005.518000', '142005.521000', '142005.523000', '142005.526000', '142005.529000', '142005.531000', '142005.534000', '142005.536000', '142005.539000', '142005.542000', '142005.544000', '142005.547000', '142005.549000', '142005.552000', '142005.555000', '142005.557000', '142005.560000', '142005.563000', '142005.565000', '142005.568000', '142005.570000', '142005.573000', '142005.576000', '142005.578000', '142005.581000', '142005.583000', '142025.474000', '142025.477000', '142025.480000', '142025.482000', '142025.485000', '142025.488000', '142025.490000', '142025.493000', '142025.496000', '142025.498000', '142025.501000', '142025.503000', '142025.506000', '142025.511000', '142025.513000', '142025.516000', '142025.519000', '142025.521000', '142025.524000', '142025.526000', '142025.529000', '142025.532000', '142025.534000', '142025.537000', '142025.540000', '142025.542000', '142025.545000', '142025.548000', '142025.550000', '142025.553000', '142025.556000', '142025.558000', '142025.561000', '142025.563000', '142025.566000', '142025.568000', '142025.571000', '142025.574000', '142025.576000', '142025.579000', '142025.581000', '142025.584000', '142025.587000', '142025.589000', '142045.473000', '142045.476000', '142045.479000', '142045.482000', '142045.484000', '142045.487000', '142045.490000', '142045.492000', '142045.495000', '142045.498000', '142045.500000', '142045.503000', '142045.505000', '142045.508000', '142045.511000', '142045.514000', '142045.516000', '142045.519000', '142045.521000', '142045.524000', '142045.527000', '142045.529000', '142045.532000', '142045.535000', '142045.537000', '142045.540000', '142045.543000', '142045.546000', '142045.548000', '142045.551000', '142045.554000', '142045.556000', '142045.559000', '142045.561000', '142045.564000', '142045.567000', '142045.569000', '142045.572000', '142045.574000', '142045.577000', '142045.580000', '142045.582000', '142045.585000', '142105.473000', '142105.476000', '142105.479000', '142105.482000', '142105.485000', '142105.487000', '142105.490000', '142105.492000', '142105.495000', '142105.498000', '142105.500000', '142105.503000', '142105.505000', '142105.508000', '142105.511000', '142105.513000', '142105.516000', '142105.519000', '142105.521000', '142105.524000', '142105.527000', '142105.529000', '142105.532000', '142105.534000', '142105.537000', '142105.539000', '142105.542000', '142105.545000', '142105.547000', '142105.550000', '142105.552000', '142105.555000', '142105.558000', '142105.560000', '142105.563000', '142105.565000', '142105.568000', '142105.571000', '142105.573000', '142105.583000', '142105.586000', '142105.589000', '142105.591000', '142105.594000', '142125.473000', '142125.477000', '142125.479000', '142125.482000', '142125.485000', '142125.487000', '142125.490000', '142125.492000', '142125.495000', '142125.498000', '142125.500000', '142125.503000', '142125.505000', '142125.508000', '142125.511000', '142125.513000', '142125.516000', '142125.518000', '142125.521000', '142125.524000', '142125.526000', '142125.529000', '142125.532000', '142125.534000', '142125.537000', '142125.540000', '142125.542000', '142125.545000', '142125.547000', '142125.550000', '142125.553000', '142125.555000', '142125.558000', '142125.561000', '142125.563000', '142125.566000', '142125.569000', '142125.571000', '142125.574000', '142125.577000', '142125.579000', '142125.582000', '142125.585000', '142145.474000', '142145.476000', '142145.479000', '142145.482000', '142145.484000', '142145.487000', '142145.489000', '142145.492000', '142145.495000', '142145.497000', '142145.500000', '142145.502000', '142145.505000', '142145.508000', '142145.510000', '142145.513000', '142145.515000', '142145.518000', '142145.521000', '142145.523000', '142145.526000', '142145.529000', '142145.531000', '142145.534000', '142145.536000', '142145.539000', '142145.542000', '142145.544000', '142145.548000', '142145.552000', '142145.554000', '142145.557000', '142145.560000', '142145.562000', '142145.565000', '142145.567000', '142145.570000', '142145.573000', '142145.575000', '142145.578000', '142145.580000', '142145.583000', '142145.586000', '142205.474000', '142205.476000', '142205.479000', '142205.482000', '142205.484000', '142205.487000', '142205.489000', '142205.492000', '142205.495000', '142205.497000', '142205.500000', '142205.502000', '142205.505000', '142205.508000', '142205.510000', '142205.513000', '142205.515000', '142205.518000', '142205.521000', '142205.523000', '142205.526000', '142205.529000', '142205.531000', '142205.534000', '142205.536000', '142205.557000', '142205.559000', '142205.562000', '142205.564000', '142205.567000', '142205.570000', '142205.572000', '142205.575000', '142205.577000', '142205.580000', '142205.582000', '142205.585000', '142205.588000', '142205.590000', '142205.593000', '142205.596000', '142205.598000', '142205.601000', '142205.603000', '142225.473000', '142225.476000', '142225.479000', '142225.482000', '142225.484000', '142225.487000', '142225.489000', '142225.492000', '142225.495000', '142225.497000', '142225.500000', '142225.502000', '142225.505000', '142225.507000', '142225.510000', '142225.513000', '142225.515000', '142225.518000', '142225.520000', '142225.524000', '142225.527000', '142225.530000', '142225.532000', '142225.535000', '142225.538000', '142225.540000', '142225.543000', '142225.545000', '142225.548000', '142225.551000', '142225.553000', '142225.556000', '142225.558000', '142225.561000', '142225.564000', '142225.566000', '142225.569000', '142225.572000', '142225.574000', '142225.577000', '142225.580000', '142225.582000', '142225.585000', '142245.474000', '142245.477000', '142245.480000', '142245.483000', '142245.485000', '142245.488000', '142245.490000', '142245.493000', '142245.496000', '142245.498000', '142245.501000', '142245.503000', '142245.506000', '142245.509000', '142245.511000', '142245.514000', '142245.516000', '142245.519000', '142245.522000', '142245.524000', '142245.527000', '142245.529000', '142245.532000', '142245.535000', '142245.537000', '142245.540000', '142245.542000', '142245.545000', '142245.548000', '142245.550000', '142245.553000', '142245.555000', '142245.558000', '142245.560000', '142245.563000', '142245.565000', '142245.568000', '142245.571000', '142245.573000', '142245.576000', '142245.578000', '142245.581000', '142245.585000', '142245.588000', '142305.473000', '142305.476000', '142305.479000', '142305.481000', '142305.484000', '142305.487000', '142305.489000', '142305.492000', '142305.494000', '142305.497000', '142305.500000', '142305.502000', '142305.505000', '142305.507000', '142305.510000', '142305.513000', '142305.515000', '142305.518000', '142305.520000', '142305.523000', '142305.525000', '142305.528000', '142305.530000', '142305.533000', '142305.536000', '142305.538000', '142305.541000', '142305.543000', '142305.546000', '142305.549000', '142305.551000', '142305.554000', '142305.556000', '142305.559000', '142305.561000', '142305.564000', '142305.567000', '142305.569000', '142305.572000', '142305.574000', '142305.577000', '142305.580000', '142305.582000', '142325.474000', '142325.476000', '142325.479000', '142325.482000', '142325.484000', '142325.487000', '142325.489000', '142325.492000', '142325.495000', '142325.497000', '142325.500000', '142325.502000', '142325.505000', '142325.508000', '142325.510000', '142325.513000', '142325.515000', '142325.518000', '142325.521000', '142325.523000', '142325.526000', '142325.529000', '142325.531000', '142325.534000', '142325.536000', '142325.539000', '142325.542000', '142325.544000', '142325.547000', '142325.549000', '142325.552000', '142325.555000', '142325.558000', '142325.560000', '142325.563000', '142325.565000', '142325.581000', '142325.584000', '142325.587000', '142325.589000', '142325.592000', '142325.594000', '142325.597000', '142325.600000', '142331.298000', '142331.301000', '142331.304000', '142331.307000', '142331.309000', '142331.312000', '142331.315000', '142331.318000', '142331.320000', '142331.323000', '142331.326000', '142331.328000', '142331.331000'], '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': [11476, 16127, 11445, 15075, 11252, 13513, 11378, 15151, 11346, 13685, 10885, 12671, 11024, 12309, 10855, 14064, 11284, 11801, 11499, 12558, 11316, 15255, 11439, 14292, 10803, 12361, 10993, 14062, 11089, 10852, 10189, 8733, 11116, 9571, 10914, 12286, 11473, 11341, 12507, 12331, 11707, 16534, 12161, 13958, 10196, 12134, 8558, 11749, 12181, 10862, 11996, 10706, 12636, 9965, 11524, 8869, 11110, 8694, 11382, 10943, 10515, 12723, 11011, 11960, 9552, 12094, 9608, 11270, 9168, 11770, 9364, 11807, 8857, 11645, 8938, 11556, 8474, 11566, 9949, 12956, 9398, 9433, 11868, 9043, 12689, 9660, 13204, 8811, 12417, 8968, 11745, 10209, 13710, 8736, 12610, 9026, 12680, 9955, 13521, 10110, 12838, 11081, 12374, 11096, 13725, 12391, 10781, 12160, 17327, 11005, 14345, 10381, 13113, 13872, 10931, 14398, 10505, 11420, 9527, 11344, 9089, 11002, 9447, 11386, 10501, 11412, 9841, 11419, 9720, 11511, 10026, 11673, 8898, 11725, 8709, 11975, 9548, 12759, 9430, 14525, 10079, 13622, 10941, 11940, 11492, 12503, 12140, 10718, 12374, 14870, 11428, 15558, 11964, 9737, 11834, 9139, 11663, 9509, 11722, 8785, 12325, 8912, 11898, 9783, 12833, 10844, 12309, 10101, 12416, 10468, 11559, 11527, 11787, 9073, 12215, 9461, 12257, 11401, 14970, 10147, 13542, 9749, 13399, 9713, 14699, 11164, 15169, 10021, 13014, 9223, 12899, 9556, 14549, 9759, 11921, 9336, 11801, 9572, 12158, 8806, 11720, 8745, 11400, 10462, 11895, 9963, 10124, 10439, 9039, 10977, 9233, 11754, 9048, 12273, 8473, 12348, 10395, 14367, 11000, 13274, 16256, 11951, 9425, 11915, 9382, 10915, 10638, 10458, 10991, 10396, 11878, 8843, 12550, 13033, 13438, 15392, 14332, 15245, 14500, 15506, 14402, 15909, 13890, 13804, 12043, 12323, 11596, 12528, 12588, 8883, 11924, 8578, 11539, 9220, 11674, 10703, 11243, 12146, 10782, 12462, 10418, 11741, 10156, 11793, 10579, 11229, 10022, 11091, 9984, 11280, 10358, 11330, 9692, 10865, 9229, 11361, 9640, 12007, 9803, 12521, 10189, 12587, 9626, 12244, 9035, 12012, 8989, 11775, 8545, 11766, 8704, 11642, 9091, 11657, 8689, 11944, 9161, 11967, 9240, 12678, 9575, 12437, 10170, 11812, 10584, 12391, 10714, 11044, 10850, 8842, 10942, 7921, 11330, 9083, 14239, 10872, 11139, 16339, 12103, 14316, 12851, 11247, 16903, 13470, 16799, 12408, 15506, 11113, 15408, 12159, 14912, 9879, 12643, 9984, 11713, 10169, 11682, 9629, 10987, 10096, 11974, 10042, 8432, 9625, 9063, 10287, 9122, 12010, 9437, 9176, 10597, 9085, 10662, 9507, 11423, 9448, 11975, 8924, 11989, 9213, 11976, 9204, 12214, 10050, 12741, 10123, 10976, 10970, 9158, 12103, 9127, 13260, 10887, 12754, 10593, 9862, 11097, 9083, 11340, 8915, 13113, 9431, 14268, 10395, 14630, 12045, 15046, 11238, 13413, 12054, 14324, 13200, 13346, 9081, 12226, 9183, 11333, 8816, 13740, 10323, 13407, 9859, 12443, 11598, 11805, 16613, 11152, 14194, 9833, 11954, 10277, 11517, 9659, 11860, 8828, 13114, 13881, 14496, 16564, 12611, 16060, 11360, 13591, 9858, 13578, 9764, 12866, 8949, 12254, 9331, 12411, 10223, 11946, 10524, 11664, 13182, 11082, 14317, 10998, 13422, 10564, 12088, 10108, 11581, 10038, 11381, 8703, 11255, 8496, 11163, 8693, 10548, 8623, 10748, 10853, 10912, 13576, 10813, 13158, 10664, 12435, 9729, 12215, 9399, 12611, 9794, 12520, 12833, 10665, 12531, 10276, 11483, 10107, 11495, 9821, 11800, 10425, 12360, 10703, 10361, 10876, 9904, 10550, 8450, 11478, 8929, 11482, 10352, 13925, 11455, 13045, 14014, 12316, 16958, 11536, 14121, 10753, 12458, 10407, 11988, 9936, 11743, 8487, 11136, 8797, 11169, 11333, 11571, 9476, 11662, 9953, 11558, 9843, 11518, 9569, 15068, 10385, 14494, 13580, 13449, 18784, 13882, 15185, 10460, 12791, 9195, 13347, 9697, 11938, 8695, 11654, 8382, 11607, 8933, 10816, 8616, 10830, 8877, 11388, 13838, 11009, 14260, 10826, 13397, 10742, 12260, 9868, 12004, 8795, 12107, 11114, 12394, 16344, 11862, 15507, 10707, 13648, 13008, 14661, 16729, 12235, 15817, 10978, 13091, 10697, 13790, 10091, 12174, 12593, 10955, 14355, 10878, 11900, 10317, 10940, 9195, 12388, 9407, 13267, 10711, 12160, 10424, 9865, 11465, 8817, 11558, 9748, 12497, 10493, 9894, 11249, 8969, 12474, 10790, 11489, 10732, 8582, 10821, 9686, 8631, 11873, 8973, 8963, 11809, 10111, 10747, 11012, 9696, 13405, 11601, 8814, 12488, 9343, 15735, 11665, 16375, 11060, 14962, 10542, 14716, 11071, 15545, 10863, 11705, 10860, 8765, 11242, 9382, 11940, 9949, 8616, 12075, 8464, 12622, 9022, 13989, 10268, 13451, 10955, 13359, 10617, 13482, 11554, 9916, 11870, 8819, 12169, 8993, 12120, 9683, 13071, 8956, 11910, 10056, 12906, 10362, 9607, 12261, 8414, 12150, 10500, 9336, 11533, 8696, 12459, 10465, 13742, 11012, 14412, 11219, 15237, 11526, 13008, 11134, 12880, 11383, 11594, 12001, 10794, 12069, 15844, 11248, 18055, 12578, 15861, 10770, 14303, 10821, 14775, 12131, 14757, 10002, 12495, 10191, 11764, 9548, 12450, 9437, 12078, 9333, 11924, 8714, 12298, 9564, 12105, 9656, 12249, 10002, 10847, 10843, 8467, 11270, 8272, 12400, 10652, 11777, 12217, 8930, 15092, 11674, 9972, 13767, 10809, 12495, 14354, 10758, 11150, 12038, 9293, 12434, 11009, 10186, 16199, 11218, 16560, 11377, 12521, 11031, 11207, 15913, 12690, 13197, 10406, 8754, 11521, 10598, 9089, 11187, 10064, 13393, 11625, 9083, 11795, 10771, 10887, 16224, 11774, 8989, 11828, 9714, 8846, 10633, 8879, 11287, 9216, 9432, 12673, 9434, 14670, 11190, 16253, 12192, 16109, 11222, 14992, 11027, 14167, 10470, 8257, 11968, 9032, 12055, 9914, 8287, 11333, 8697, 12989, 9204, 14318, 9816, 13656, 10661, 13382, 10390, 13476, 10178, 13949, 10334, 13046, 10324, 12791, 9986, 12363, 10015, 12659, 10020, 13401, 8948, 13159, 8236, 12768, 9582, 12200, 13363, 11210, 12099, 10238, 11314, 10235, 12263, 10527, 12708, 9713, 13121, 10031, 13443, 8915, 13934, 8787, 14049, 12596, 13069, 19173, 12895, 15850, 10993, 14488, 10741, 14398, 10593, 14326, 10909, 13942, 10358, 13383, 9445, 13203, 8902, 14114, 8434, 13698, 8278, 13508, 8778, 13338, 8293, 13709, 8775, 13293, 10899, 12083, 15245, 10570, 13565, 10007, 13988, 8893, 13346, 9002, 13187, 11838, 11615], 'WindowCenter': [4938.0, 4949.0, 4898.0, 4923.0, 4882.0, 4888.0, 4870.0, 4895.0, 4868.0, 4886.0, 4858.0, 4874.0, 4868.0, 4876.0, 4869.0, 4896.0, 4869.0, 4866.0, 4868.0, 4875.0, 4868.0, 4904.0, 4866.0, 4886.0, 4856.0, 4876.0, 4880.0, 4896.0, 4879.0, 4868.0, 4857.0, 4850.0, 4879.0, 4859.0, 4870.0, 4878.0, 4878.0, 4867.0, 4878.0, 4875.0, 4876.0, 4904.0, 4865.0, 4883.0, 4845.0, 4865.0, 4825.0, 4865.0, 4862.0, 4852.0, 4861.0, 4854.0, 4873.0, 4845.0, 4863.0, 4834.0, 4862.0, 4823.0, 4865.0, 4855.0, 4856.0, 4875.0, 4856.0, 4863.0, 4847.0, 4875.0, 4847.0, 4878.0, 4848.0, 4876.0, 4847.0, 4876.0, 4837.0, 4878.0, 4862.0, 4878.0, 4838.0, 4877.0, 4859.0, 4887.0, 4860.0, 4859.0, 4890.0, 4851.0, 4900.0, 4860.0, 4887.0, 4848.0, 4886.0, 4875.0, 4890.0, 4855.0, 4882.0, 4824.0, 4875.0, 4837.0, 4874.0, 4844.0, 4873.0, 4845.0, 4873.0, 4865.0, 4874.0, 4866.0, 4884.0, 4875.0, 4854.0, 4863.0, 4902.0, 4854.0, 4881.0, 4842.0, 4872.0, 4868.0, 4842.0, 4869.0, 4840.0, 4850.0, 4831.0, 4851.0, 4822.0, 4852.0, 4845.0, 4865.0, 4865.0, 4875.0, 4860.0, 4876.0, 4859.0, 4879.0, 4860.0, 4878.0, 4850.0, 4879.0, 4840.0, 4878.0, 4848.0, 4890.0, 4849.0, 4897.0, 4858.0, 4897.0, 4869.0, 4877.0, 4868.0, 4876.0, 4876.0, 4856.0, 4876.0, 4885.0, 4865.0, 4894.0, 4865.0, 4833.0, 4864.0, 4834.0, 4864.0, 4835.0, 4865.0, 4825.0, 4874.0, 4837.0, 4874.0, 4845.0, 4886.0, 4856.0, 4874.0, 4854.0, 4874.0, 4855.0, 4866.0, 4865.0, 4865.0, 4836.0, 4875.0, 4844.0, 4875.0, 4863.0, 4893.0, 4845.0, 4874.0, 4845.0, 4883.0, 4845.0, 4884.0, 4854.0, 4882.0, 4831.0, 4871.0, 4833.0, 4861.0, 4830.0, 4870.0, 4831.0, 4850.0, 4820.0, 4848.0, 4819.0, 4849.0, 4820.0, 4848.0, 4811.0, 4863.0, 4854.0, 4874.0, 4856.0, 4853.0, 4854.0, 4836.0, 4867.0, 4846.0, 4875.0, 4835.0, 4873.0, 4826.0, 4876.0, 4858.0, 4908.0, 4868.0, 4888.0, 4908.0, 4877.0, 4835.0, 4875.0, 4848.0, 4867.0, 4869.0, 4869.0, 4881.0, 4870.0, 4892.0, 4864.0, 4892.0, 4887.0, 4888.0, 4895.0, 4885.0, 4881.0, 4872.0, 4869.0, 4859.0, 4864.0, 4845.0, 4844.0, 4835.0, 4833.0, 4825.0, 4832.0, 4834.0, 4795.0, 4834.0, 4796.0, 4836.0, 4807.0, 4836.0, 4826.0, 4838.0, 4835.0, 4828.0, 4845.0, 4827.0, 4837.0, 4829.0, 4848.0, 4840.0, 4839.0, 4832.0, 4850.0, 4833.0, 4851.0, 4842.0, 4851.0, 4846.0, 4866.0, 4847.0, 4865.0, 4846.0, 4877.0, 4858.0, 4888.0, 4859.0, 4887.0, 4849.0, 4877.0, 4836.0, 4877.0, 4838.0, 4877.0, 4838.0, 4876.0, 4836.0, 4867.0, 4837.0, 4867.0, 4838.0, 4865.0, 4836.0, 4865.0, 4836.0, 4876.0, 4846.0, 4874.0, 4856.0, 4876.0, 4869.0, 4888.0, 4857.0, 4869.0, 4893.0, 4863.0, 4882.0, 4853.0, 4903.0, 4874.0, 4921.0, 4881.0, 4892.0, 4919.0, 4901.0, 4910.0, 4899.0, 4878.0, 4919.0, 4888.0, 4918.0, 4889.0, 4905.0, 4866.0, 4893.0, 4863.0, 4881.0, 4842.0, 4870.0, 4842.0, 4860.0, 4843.0, 4861.0, 4844.0, 4850.0, 4852.0, 4861.0, 4842.0, 4824.0, 4844.0, 4845.0, 4867.0, 4859.0, 4889.0, 4861.0, 4861.0, 4880.0, 4860.0, 4880.0, 4861.0, 4892.0, 4862.0, 4890.0, 4850.0, 4879.0, 4850.0, 4890.0, 4850.0, 4877.0, 4860.0, 4887.0, 4869.0, 4869.0, 4880.0, 4860.0, 4889.0, 4850.0, 4914.0, 4883.0, 4891.0, 4871.0, 4859.0, 4880.0, 4851.0, 4881.0, 4863.0, 4900.0, 4851.0, 4908.0, 4860.0, 4909.0, 4878.0, 4897.0, 4867.0, 4886.0, 4864.0, 4895.0, 4875.0, 4884.0, 4835.0, 4875.0, 4847.0, 4867.0, 4838.0, 4897.0, 4858.0, 4887.0, 4847.0, 4877.0, 4864.0, 4877.0, 4905.0, 4866.0, 4895.0, 4857.0, 4866.0, 4858.0, 4877.0, 4860.0, 4879.0, 4849.0, 4889.0, 4885.0, 4897.0, 4905.0, 4876.0, 4892.0, 4854.0, 4885.0, 4834.0, 4885.0, 4845.0, 4873.0, 4822.0, 4861.0, 4822.0, 4863.0, 4843.0, 4863.0, 4842.0, 4853.0, 4861.0, 4851.0, 4871.0, 4843.0, 4870.0, 4840.0, 4851.0, 4831.0, 4850.0, 4833.0, 4852.0, 4824.0, 4853.0, 4824.0, 4865.0, 4826.0, 4857.0, 4837.0, 4868.0, 4867.0, 4869.0, 4887.0, 4869.0, 4887.0, 4858.0, 4877.0, 4837.0, 4876.0, 4837.0, 4875.0, 4845.0, 4876.0, 4875.0, 4870.0, 4889.0, 4857.0, 4863.0, 4858.0, 4864.0, 4856.0, 4877.0, 4868.0, 4877.0, 4867.0, 4857.0, 4870.0, 4859.0, 4884.0, 4852.0, 4881.0, 4849.0, 4881.0, 4860.0, 4901.0, 4878.0, 4889.0, 4886.0, 4878.0, 4915.0, 4868.0, 4885.0, 4857.0, 4875.0, 4855.0, 4865.0, 4845.0, 4866.0, 4837.0, 4866.0, 4838.0, 4868.0, 4868.0, 4878.0, 4860.0, 4879.0, 4859.0, 4881.0, 4871.0, 4892.0, 4863.0, 4922.0, 4871.0, 4910.0, 4889.0, 4889.0, 4927.0, 4888.0, 4896.0, 4857.0, 4875.0, 4836.0, 4885.0, 4844.0, 4864.0, 4824.0, 4862.0, 4826.0, 4866.0, 4849.0, 4867.0, 4852.0, 4881.0, 4850.0, 4882.0, 4899.0, 4871.0, 4898.0, 4869.0, 4888.0, 4869.0, 4878.0, 4860.0, 4879.0, 4840.0, 4890.0, 4869.0, 4890.0, 4906.0, 4879.0, 4897.0, 4858.0, 4886.0, 4874.0, 4895.0, 4894.0, 4865.0, 4883.0, 4843.0, 4862.0, 4832.0, 4871.0, 4831.0, 4851.0, 4850.0, 4853.0, 4881.0, 4842.0, 4850.0, 4857.0, 4853.0, 4833.0, 4862.0, 4835.0, 4860.0, 4830.0, 4838.0, 4830.0, 4820.0, 4851.0, 4822.0, 4852.0, 4834.0, 4862.0, 4843.0, 4832.0, 4852.0, 4824.0, 4862.0, 4854.0, 4878.0, 4869.0, 4838.0, 4867.0, 4872.0, 4866.0, 4878.0, 4850.0, 4847.0, 4878.0, 4870.0, 4869.0, 4870.0, 4862.0, 4901.0, 4881.0, 4851.0, 4890.0, 4848.0, 4908.0, 4867.0, 4905.0, 4855.0, 4884.0, 4845.0, 4883.0, 4854.0, 4892.0, 4854.0, 4863.0, 4852.0, 4823.0, 4852.0, 4836.0, 4875.0, 4858.0, 4840.0, 4888.0, 4840.0, 4889.0, 4850.0, 4898.0, 4859.0, 4887.0, 4868.0, 4887.0, 4859.0, 4887.0, 4868.0, 4847.0, 4867.0, 4837.0, 4876.0, 4838.0, 4877.0, 4846.0, 4875.0, 4837.0, 4866.0, 4860.0, 4889.0, 4859.0, 4873.0, 4890.0, 4841.0, 4891.0, 4881.0, 4862.0, 4892.0, 4854.0, 4892.0, 4884.0, 4901.0, 4885.0, 4911.0, 4881.0, 4909.0, 4881.0, 4889.0, 4870.0, 4886.0, 4879.0, 4879.0, 4880.0, 4869.0, 4890.0, 4907.0, 4868.0, 4916.0, 4878.0, 4905.0, 4857.0, 4885.0, 4857.0, 4895.0, 4866.0, 4884.0, 4846.0, 4864.0, 4846.0, 4865.0, 4846.0, 4875.0, 4837.0, 4876.0, 4838.0, 4876.0, 4840.0, 4877.0, 4848.0, 4877.0, 4850.0, 4877.0, 4859.0, 4868.0, 4870.0, 4855.0, 4882.0, 4842.0, 4889.0, 4871.0, 4880.0, 4879.0, 4853.0, 4908.0, 4893.0, 4861.0, 4899.0, 4882.0, 4891.0, 4912.0, 4870.0, 4868.0, 4877.0, 4849.0, 4876.0, 4858.0, 4858.0, 4908.0, 4858.0, 4906.0, 4866.0, 4878.0, 4868.0, 4866.0, 4905.0, 4876.0, 4875.0, 4843.0, 4826.0, 4866.0, 4856.0, 4825.0, 4866.0, 4847.0, 4874.0, 4855.0, 4825.0, 4855.0, 4857.0, 4846.0, 4906.0, 4866.0, 4826.0, 4855.0, 4836.0, 4837.0, 4859.0, 4852.0, 4870.0, 4852.0, 4851.0, 4891.0, 4841.0, 4899.0, 4859.0, 4896.0, 4855.0, 4895.0, 4869.0, 4884.0, 4831.0, 4858.0, 4829.0, 4800.0, 4839.0, 4811.0, 4850.0, 4833.0, 4827.0, 4866.0, 4839.0, 4897.0, 4849.0, 4906.0, 4857.0, 4894.0, 4859.0, 4886.0, 4859.0, 4886.0, 4858.0, 4894.0, 4858.0, 4885.0, 4858.0, 4885.0, 4858.0, 4876.0, 4859.0, 4885.0, 4858.0, 4898.0, 4837.0, 4887.0, 4827.0, 4898.0, 4849.0, 4877.0, 4884.0, 4866.0, 4874.0, 4857.0, 4865.0, 4869.0, 4889.0, 4882.0, 4901.0, 4873.0, 4900.0, 4872.0, 4911.0, 4853.0, 4912.0, 4850.0, 4911.0, 4890.0, 4900.0, 4937.0, 4890.0, 4907.0, 4869.0, 4896.0, 4869.0, 4896.0, 4857.0, 4897.0, 4867.0, 4895.0, 4857.0, 4886.0, 4858.0, 4897.0, 4850.0, 4898.0, 4839.0, 4897.0, 4839.0, 4898.0, 4840.0, 4898.0, 4840.0, 4899.0, 4841.0, 4900.0, 4870.0, 4891.0, 4909.0, 4871.0, 4899.0, 4872.0, 4911.0, 4851.0, 4900.0, 4851.0, 4901.0, 4880.0, 4881.0], 'WindowWidth': [10750.0, 10746.0, 10671.0, 10699.0, 10638.0, 10640.0, 10615.0, 10646.0, 10610.0, 10632.0, 10596.0, 10615.0, 10610.0, 10618.0, 10612.0, 10648.0, 10612.0, 10605.0, 10610.0, 10617.0, 10610.0, 10657.0, 10606.0, 10630.0, 10590.0, 10619.0, 10632.0, 10645.0, 10629.0, 10613.0, 10597.0, 10592.0, 10630.0, 10602.0, 10617.0, 10626.0, 10628.0, 10609.0, 10625.0, 10617.0, 10618.0, 10657.0, 10603.0, 10625.0, 10575.0, 10603.0, 10546.0, 10601.0, 10594.0, 10581.0, 10593.0, 10584.0, 10609.0, 10574.0, 10599.0, 10559.0, 10596.0, 10543.0, 10603.0, 10588.0, 10593.0, 10617.0, 10592.0, 10599.0, 10580.0, 10616.0, 10582.0, 10626.0, 10584.0, 10621.0, 10580.0, 10618.0, 10566.0, 10627.0, 10613.0, 10628.0, 10572.0, 10625.0, 10600.0, 10638.0, 10607.0, 10604.0, 10645.0, 10595.0, 10660.0, 10603.0, 10638.0, 10584.0, 10635.0, 10638.0, 10648.0, 10590.0, 10622.0, 10547.0, 10617.0, 10570.0, 10613.0, 10572.0, 10612.0, 10576.0, 10609.0, 10602.0, 10612.0, 10605.0, 10628.0, 10615.0, 10584.0, 10597.0, 10649.0, 10583.0, 10621.0, 10566.0, 10605.0, 10595.0, 10564.0, 10597.0, 10561.0, 10573.0, 10548.0, 10575.0, 10540.0, 10580.0, 10576.0, 10603.0, 10605.0, 10618.0, 10604.0, 10620.0, 10601.0, 10628.0, 10602.0, 10625.0, 10588.0, 10627.0, 10573.0, 10627.0, 10583.0, 10646.0, 10585.0, 10649.0, 10596.0, 10650.0, 10613.0, 10621.0, 10610.0, 10619.0, 10619.0, 10588.0, 10617.0, 10628.0, 10602.0, 10641.0, 10601.0, 10555.0, 10597.0, 10557.0, 10600.0, 10560.0, 10602.0, 10548.0, 10615.0, 10565.0, 10616.0, 10576.0, 10634.0, 10590.0, 10615.0, 10587.0, 10614.0, 10586.0, 10605.0, 10603.0, 10602.0, 10564.0, 10616.0, 10572.0, 10617.0, 10598.0, 10641.0, 10574.0, 10613.0, 10574.0, 10625.0, 10574.0, 10627.0, 10583.0, 10623.0, 10551.0, 10605.0, 10553.0, 10592.0, 10547.0, 10602.0, 10547.0, 10575.0, 10531.0, 10570.0, 10529.0, 10572.0, 10533.0, 10571.0, 10523.0, 10599.0, 10587.0, 10615.0, 10594.0, 10585.0, 10588.0, 10564.0, 10612.0, 10579.0, 10620.0, 10563.0, 10613.0, 10552.0, 10621.0, 10596.0, 10667.0, 10613.0, 10638.0, 10668.0, 10620.0, 10561.0, 10616.0, 10583.0, 10611.0, 10618.0, 10617.0, 10636.0, 10619.0, 10651.0, 10616.0, 10651.0, 10636.0, 10639.0, 10641.0, 10627.0, 10616.0, 10605.0, 10594.0, 10581.0, 10582.0, 10557.0, 10553.0, 10541.0, 10537.0, 10528.0, 10535.0, 10540.0, 10488.0, 10541.0, 10492.0, 10548.0, 10509.0, 10549.0, 10533.0, 10552.0, 10546.0, 10540.0, 10559.0, 10537.0, 10549.0, 10541.0, 10566.0, 10558.0, 10557.0, 10551.0, 10573.0, 10553.0, 10575.0, 10566.0, 10578.0, 10580.0, 10607.0, 10581.0, 10603.0, 10581.0, 10623.0, 10598.0, 10640.0, 10601.0, 10635.0, 10585.0, 10620.0, 10565.0, 10620.0, 10568.0, 10619.0, 10566.0, 10617.0, 10563.0, 10606.0, 10566.0, 10607.0, 10567.0, 10601.0, 10563.0, 10604.0, 10563.0, 10618.0, 10576.0, 10612.0, 10591.0, 10619.0, 10612.0, 10637.0, 10595.0, 10613.0, 10654.0, 10614.0, 10639.0, 10604.0, 10675.0, 10636.0, 10696.0, 10639.0, 10653.0, 10685.0, 10665.0, 10674.0, 10658.0, 10626.0, 10686.0, 10640.0, 10685.0, 10644.0, 10661.0, 10607.0, 10639.0, 10597.0, 10619.0, 10568.0, 10602.0, 10567.0, 10591.0, 10570.0, 10594.0, 10575.0, 10577.0, 10582.0, 10591.0, 10570.0, 10548.0, 10575.0, 10580.0, 10612.0, 10606.0, 10644.0, 10609.0, 10609.0, 10635.0, 10607.0, 10634.0, 10607.0, 10653.0, 10611.0, 10647.0, 10590.0, 10630.0, 10591.0, 10648.0, 10590.0, 10625.0, 10605.0, 10638.0, 10617.0, 10617.0, 10631.0, 10603.0, 10644.0, 10591.0, 10685.0, 10639.0, 10647.0, 10620.0, 10601.0, 10630.0, 10592.0, 10635.0, 10615.0, 10661.0, 10593.0, 10668.0, 10601.0, 10671.0, 10623.0, 10651.0, 10608.0, 10633.0, 10600.0, 10644.0, 10616.0, 10627.0, 10562.0, 10617.0, 10580.0, 10609.0, 10570.0, 10650.0, 10598.0, 10636.0, 10580.0, 10623.0, 10602.0, 10621.0, 10659.0, 10607.0, 10644.0, 10595.0, 10606.0, 10597.0, 10624.0, 10604.0, 10628.0, 10588.0, 10642.0, 10633.0, 10649.0, 10660.0, 10619.0, 10636.0, 10585.0, 10629.0, 10556.0, 10631.0, 10574.0, 10611.0, 10538.0, 10590.0, 10538.0, 10594.0, 10567.0, 10595.0, 10564.0, 10581.0, 10590.0, 10578.0, 10604.0, 10568.0, 10601.0, 10560.0, 10576.0, 10550.0, 10573.0, 10554.0, 10579.0, 10543.0, 10582.0, 10545.0, 10601.0, 10551.0, 10595.0, 10568.0, 10612.0, 10607.0, 10612.0, 10635.0, 10612.0, 10633.0, 10594.0, 10619.0, 10564.0, 10617.0, 10564.0, 10617.0, 10573.0, 10617.0, 10615.0, 10616.0, 10643.0, 10597.0, 10600.0, 10599.0, 10603.0, 10592.0, 10621.0, 10612.0, 10621.0, 10611.0, 10596.0, 10618.0, 10605.0, 10646.0, 10600.0, 10637.0, 10591.0, 10636.0, 10604.0, 10662.0, 10626.0, 10642.0, 10634.0, 10622.0, 10673.0, 10611.0, 10631.0, 10595.0, 10616.0, 10590.0, 10604.0, 10577.0, 10606.0, 10569.0, 10606.0, 10569.0, 10612.0, 10610.0, 10629.0, 10605.0, 10628.0, 10600.0, 10635.0, 10621.0, 10651.0, 10612.0, 10692.0, 10620.0, 10673.0, 10639.0, 10639.0, 10692.0, 10636.0, 10645.0, 10591.0, 10617.0, 10563.0, 10630.0, 10573.0, 10597.0, 10544.0, 10594.0, 10550.0, 10606.0, 10589.0, 10612.0, 10596.0, 10636.0, 10591.0, 10638.0, 10658.0, 10620.0, 10653.0, 10614.0, 10637.0, 10612.0, 10625.0, 10604.0, 10630.0, 10577.0, 10644.0, 10614.0, 10642.0, 10663.0, 10625.0, 10648.0, 10594.0, 10633.0, 10611.0, 10641.0, 10641.0, 10599.0, 10622.0, 10565.0, 10590.0, 10549.0, 10603.0, 10546.0, 10575.0, 10571.0, 10580.0, 10619.0, 10565.0, 10573.0, 10596.0, 10586.0, 10557.0, 10594.0, 10560.0, 10586.0, 10544.0, 10551.0, 10542.0, 10529.0, 10575.0, 10537.0, 10579.0, 10555.0, 10592.0, 10568.0, 10549.0, 10577.0, 10541.0, 10593.0, 10585.0, 10624.0, 10614.0, 10571.0, 10608.0, 10625.0, 10624.0, 10627.0, 10590.0, 10583.0, 10624.0, 10618.0, 10611.0, 10617.0, 10609.0, 10660.0, 10633.0, 10590.0, 10643.0, 10581.0, 10665.0, 10605.0, 10657.0, 10586.0, 10624.0, 10573.0, 10622.0, 10582.0, 10633.0, 10585.0, 10599.0, 10580.0, 10540.0, 10581.0, 10564.0, 10618.0, 10600.0, 10577.0, 10640.0, 10576.0, 10642.0, 10588.0, 10652.0, 10597.0, 10634.0, 10610.0, 10635.0, 10598.0, 10634.0, 10610.0, 10580.0, 10607.0, 10565.0, 10617.0, 10569.0, 10620.0, 10576.0, 10616.0, 10565.0, 10603.0, 10603.0, 10643.0, 10602.0, 10628.0, 10647.0, 10581.0, 10648.0, 10636.0, 10611.0, 10650.0, 10602.0, 10651.0, 10642.0, 10663.0, 10646.0, 10676.0, 10633.0, 10669.0, 10632.0, 10640.0, 10615.0, 10634.0, 10627.0, 10626.0, 10629.0, 10614.0, 10642.0, 10665.0, 10611.0, 10676.0, 10622.0, 10657.0, 10594.0, 10628.0, 10591.0, 10642.0, 10601.0, 10626.0, 10575.0, 10598.0, 10576.0, 10603.0, 10576.0, 10616.0, 10566.0, 10617.0, 10568.0, 10621.0, 10576.0, 10624.0, 10585.0, 10622.0, 10587.0, 10620.0, 10597.0, 10608.0, 10616.0, 10606.0, 10638.0, 10583.0, 10642.0, 10620.0, 10632.0, 10629.0, 10600.0, 10669.0, 10655.0, 10606.0, 10656.0, 10636.0, 10649.0, 10677.0, 10615.0, 10608.0, 10618.0, 10583.0, 10618.0, 10595.0, 10594.0, 10664.0, 10594.0, 10658.0, 10603.0, 10624.0, 10610.0, 10605.0, 10657.0, 10614.0, 10616.0, 10569.0, 10548.0, 10604.0, 10589.0, 10544.0, 10603.0, 10578.0, 10610.0, 10583.0, 10542.0, 10584.0, 10590.0, 10574.0, 10657.0, 10600.0, 10545.0, 10583.0, 10560.0, 10564.0, 10596.0, 10593.0, 10614.0, 10592.0, 10590.0, 10644.0, 10575.0, 10654.0, 10595.0, 10644.0, 10583.0, 10641.0, 10610.0, 10624.0, 10546.0, 10578.0, 10539.0, 10500.0, 10555.0, 10519.0, 10571.0, 10554.0, 10554.0, 10608.0, 10574.0, 10654.0, 10590.0, 10664.0, 10599.0, 10644.0, 10599.0, 10635.0, 10601.0, 10636.0, 10599.0, 10645.0, 10599.0, 10633.0, 10599.0, 10633.0, 10601.0, 10622.0, 10603.0, 10634.0, 10600.0, 10654.0, 10571.0, 10637.0, 10558.0, 10658.0, 10589.0, 10624.0, 10631.0, 10608.0, 10616.0, 10598.0, 10607.0, 10618.0, 10644.0, 10639.0, 10665.0, 10631.0, 10662.0, 10626.0, 10679.0, 10600.0, 10680.0, 10594.0, 10677.0, 10646.0, 10659.0, 10709.0, 10645.0, 10664.0, 10614.0, 10648.0, 10614.0, 10649.0, 10596.0, 10650.0, 10611.0, 10647.0, 10597.0, 10635.0, 10599.0, 10653.0, 10592.0, 10654.0, 10576.0, 10652.0, 10574.0, 10653.0, 10577.0, 10655.0, 10579.0, 10657.0, 10582.0, 10662.0, 10619.0, 10649.0, 10672.0, 10622.0, 10657.0, 10627.0, 10677.0, 10595.0, 10661.0, 10595.0, 10661.0, 10633.0, 10635.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.004409067894131187</td></tr>
<tr><td colspan=3>aqi</td><td>0.02466084361334868</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.95012343099083</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.207975516486177</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.063600993502303</td></tr>
<tr><td colspan=3>efc</td><td>0.5071</td></tr>
<tr><td colspan=3>fber</td><td>4030.3179</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0928438689056872</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>66</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.594936708860759</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.544399796036887</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.435485669206224</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.844658204905336</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3530555139991</td></tr>
<tr><td colspan=3>gcor</td><td>0.0112469</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013847066089510918</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028008239343762398</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.6149972257424126</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>16.7916</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>63.972</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>255.7118</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>66.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291989.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>1236.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>468.4869</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8897</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>674.1902</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3965.2369</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4198.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84555.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1149.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5350.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1161.2665</td></tr>
<tr><td colspan=3>tsnr</td><td>36.39816073724069</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>