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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0065/ses-01/func/sub-0065_ses-01_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>88b8a61a6d0a1d2aec2ea8a048e020a1</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>15:14:21.542500</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.998688, 0.0260359, 0.0440876, -0.0256283, 0.999624, -0.00978557]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0901349</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4151, -7788, -7267, 756, -75, -418, 311, 35]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>240.939</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9d3a3103-63c2-41fd-bce7-af07f182dfed||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.679407835006714, -0.0687587782740593, 0.11967960745096207, 110.11906433105469], [-0.06985235214233398, 2.681917190551758, -0.023335684090852737, -93.28150177001953], [0.11828380078077316, 0.026253968477249146, 2.6972453594207764, -74.25299835205078], [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': ['151421.542500', '151422.002500', '151422.462500', '151422.922500', '151423.382500', '151423.842500', '151424.302500', '151424.762500', '151425.222500', '151425.682500', '151426.142500', '151426.602500', '151427.062500', '151427.522500', '151427.982500', '151428.442500', '151428.902500', '151429.362500', '151429.822500', '151430.282500', '151430.742500', '151431.202500', '151431.662500', '151432.122500', '151432.582500', '151433.042500', '151433.502500', '151433.962500', '151434.422500', '151434.882500', '151435.342500', '151435.802500', '151436.262500', '151436.722500', '151437.182500', '151437.642500', '151438.102500', '151438.562500', '151439.022500', '151439.482500', '151439.942500', '151440.402500', '151440.862500', '151441.322500', '151441.782500', '151442.242500', '151442.702500', '151443.162500', '151443.622500', '151444.082500', '151444.542500', '151445.002500', '151445.462500', '151445.922500', '151446.382500', '151446.842500', '151447.302500', '151447.762500', '151448.222500', '151448.682500', '151449.142500', '151449.602500', '151450.062500', '151450.522500', '151450.982500', '151451.442500', '151451.902500', '151452.362500', '151452.822500', '151453.282500', '151453.742500', '151454.202500', '151454.662500', '151455.122500', '151455.582500', '151456.042500', '151456.502500', '151456.962500', '151457.422500', '151457.882500', '151458.342500', '151458.802500', '151459.262500', '151459.722500', '151500.182500', '151500.642500', '151501.102500', '151501.562500', '151502.022500', '151502.482500', '151502.942500', '151503.402500', '151503.862500', '151504.322500', '151504.782500', '151505.242500', '151505.702500', '151506.162500', '151506.622500', '151507.082500', '151507.542500', '151508.002500', '151508.462500', '151508.922500', '151509.382500', '151509.842500', '151510.302500', '151510.762500', '151511.222500', '151511.682500', '151512.142500', '151512.602500', '151513.062500', '151513.522500', '151513.982500', '151514.442500', '151514.902500', '151515.362500', '151515.822500', '151516.282500', '151516.742500', '151517.202500', '151517.662500', '151518.122500', '151518.582500', '151519.042500', '151519.502500', '151519.962500', '151520.422500', '151520.882500', '151521.342500', '151521.802500', '151522.262500', '151522.722500', '151523.182500', '151523.642500', '151524.102500', '151524.562500', '151525.022500', '151525.482500', '151525.942500', '151526.402500', '151526.862500', '151527.322500', '151527.782500', '151528.242500', '151528.702500', '151529.162500', '151529.622500', '151530.082500', '151530.542500', '151531.002500', '151531.462500', '151531.922500', '151532.382500', '151532.842500', '151533.302500', '151533.762500', '151534.222500', '151534.682500', '151535.142500', '151535.602500', '151536.062500', '151536.522500', '151536.982500', '151537.442500', '151537.902500', '151538.362500', '151538.822500', '151539.282500', '151539.742500', '151540.202500', '151540.662500', '151541.122500', '151541.582500', '151542.042500', '151542.502500', '151542.962500', '151543.422500', '151543.882500', '151544.342500', '151544.802500', '151545.262500', '151545.722500', '151546.182500', '151546.642500', '151547.102500', '151547.562500', '151548.022500', '151548.482500', '151548.942500', '151549.402500', '151549.862500', '151550.322500', '151550.782500', '151551.242500', '151551.702500', '151552.162500', '151552.622500', '151553.082500', '151553.542500', '151554.002500', '151554.462500', '151554.922500', '151555.382500', '151555.842500', '151556.302500', '151556.762500', '151557.222500', '151557.682500', '151558.142500', '151558.602500', '151559.062500', '151559.522500', '151559.982500', '151600.442500', '151600.902500', '151601.362500', '151601.822500', '151602.282500', '151602.742500', '151603.202500', '151603.662500', '151604.122500', '151604.582500', '151605.042500', '151605.502500', '151605.962500', '151606.422500', '151606.882500', '151607.342500', '151607.802500', '151608.262500', '151608.722500', '151609.182500', '151609.642500', '151610.102500', '151610.562500', '151611.022500', '151611.482500', '151611.942500', '151612.402500', '151612.862500', '151613.322500', '151613.782500', '151614.242500', '151614.702500', '151615.162500', '151615.622500', '151616.082500', '151616.542500', '151617.002500', '151617.462500', '151617.922500', '151618.382500', '151618.842500', '151619.302500', '151619.762500', '151620.222500', '151620.682500', '151621.142500', '151621.602500', '151622.062500', '151622.522500', '151622.982500', '151623.442500', '151623.902500', '151624.362500', '151624.822500', '151625.282500', '151625.742500', '151626.202500', '151626.662500', '151627.122500', '151627.582500', '151628.042500', '151628.502500', '151628.962500', '151629.422500', '151629.882500', '151630.342500', '151630.802500', '151631.262500', '151631.722500', '151632.182500', '151632.642500', '151633.102500', '151633.562500', '151634.022500', '151634.482500', '151634.942500', '151635.402500', '151635.862500', '151636.322500', '151636.782500', '151637.242500', '151637.702500', '151638.162500', '151638.622500', '151639.082500', '151639.542500', '151640.002500', '151640.462500', '151640.922500', '151641.382500', '151641.842500', '151642.302500', '151642.762500', '151643.222500', '151643.682500', '151644.142500', '151644.602500', '151645.062500', '151645.522500', '151645.982500', '151646.442500', '151646.902500', '151647.362500', '151647.822500', '151648.282500', '151648.742500', '151649.202500', '151649.662500', '151650.122500', '151650.582500', '151651.042500', '151651.502500', '151651.962500', '151652.422500', '151652.882500', '151653.342500', '151653.802500', '151654.262500', '151654.722500', '151655.182500', '151655.642500', '151656.102500', '151656.562500', '151657.022500', '151657.482500', '151657.942500', '151658.402500', '151658.862500', '151659.322500', '151659.782500', '151700.242500', '151700.702500', '151701.162500', '151701.622500', '151702.082500', '151702.542500', '151703.002500', '151703.462500', '151703.922500', '151704.382500', '151704.842500', '151705.302500', '151705.762500', '151706.222500', '151706.682500', '151707.142500', '151707.602500', '151708.062500', '151708.522500', '151708.982500', '151709.442500', '151709.902500', '151710.362500', '151710.822500', '151711.282500', '151711.742500', '151712.202500', '151712.662500', '151713.122500', '151713.582500', '151714.042500', '151714.502500', '151714.962500', '151715.422500', '151715.882500', '151716.342500', '151716.802500', '151717.262500', '151717.722500', '151718.182500', '151718.642500', '151719.102500', '151719.562500', '151720.022500', '151720.482500', '151720.942500', '151721.402500', '151721.862500', '151722.322500', '151722.782500', '151723.242500', '151723.702500', '151724.162500', '151724.622500', '151725.082500', '151725.542500', '151726.002500', '151726.462500', '151726.922500', '151727.382500', '151727.842500', '151728.302500', '151728.762500', '151729.222500', '151729.682500', '151730.142500', '151730.602500', '151731.062500', '151731.522500', '151731.982500', '151732.442500', '151732.902500', '151733.362500', '151733.822500', '151734.282500', '151734.742500', '151735.202500', '151735.662500', '151736.122500', '151736.582500', '151737.042500', '151737.502500', '151737.962500', '151738.422500', '151738.882500', '151739.342500', '151739.802500', '151740.262500', '151740.722500', '151741.182500', '151741.642500', '151742.102500', '151742.562500', '151743.022500', '151743.482500', '151743.942500', '151744.402500', '151744.862500', '151745.322500', '151745.782500', '151746.242500', '151746.702500', '151747.162500', '151747.622500', '151748.082500', '151748.542500', '151749.002500', '151749.462500', '151749.922500', '151750.382500', '151750.842500', '151751.302500', '151751.762500', '151752.222500', '151752.682500', '151753.142500', '151753.602500', '151754.062500', '151754.522500', '151754.982500', '151755.442500', '151755.902500', '151756.362500', '151756.822500', '151757.282500', '151757.742500', '151758.202500', '151758.662500', '151759.122500', '151759.582500', '151800.042500', '151800.502500', '151800.962500', '151801.422500', '151801.882500', '151802.342500', '151802.802500', '151803.262500', '151803.722500', '151804.182500', '151804.642500', '151805.102500', '151805.562500', '151806.022500', '151806.482500', '151806.942500', '151807.402500', '151807.862500', '151808.322500', '151808.782500', '151809.242500', '151809.702500', '151810.162500', '151810.622500', '151811.082500', '151811.542500', '151812.002500', '151812.462500', '151812.922500', '151813.382500', '151813.842500', '151814.302500', '151814.762500', '151815.222500', '151815.682500', '151816.142500', '151816.602500', '151817.062500', '151817.522500', '151817.982500', '151818.442500', '151818.902500', '151819.362500', '151819.822500', '151820.282500', '151820.742500', '151821.202500', '151821.662500', '151822.122500', '151822.582500', '151823.042500', '151823.502500', '151823.962500', '151824.422500', '151824.882500', '151825.342500', '151825.802500', '151826.262500', '151826.722500', '151827.182500', '151827.642500', '151828.102500', '151828.562500', '151829.022500', '151829.482500', '151829.942500', '151830.402500', '151830.862500', '151831.322500', '151831.782500', '151832.242500', '151832.702500', '151833.162500', '151833.622500', '151834.082500', '151834.542500', '151835.002500', '151835.462500', '151835.922500', '151836.382500', '151836.842500', '151837.302500', '151837.762500', '151838.222500', '151838.682500', '151839.142500', '151839.602500', '151840.062500', '151840.522500', '151840.982500', '151841.442500', '151841.902500', '151842.362500', '151842.822500', '151843.282500', '151843.742500', '151844.202500', '151844.662500', '151845.122500', '151845.582500', '151846.042500', '151846.502500', '151846.962500', '151847.422500', '151847.882500', '151848.342500', '151848.802500', '151849.262500', '151849.722500', '151850.182500', '151850.642500', '151851.102500', '151851.562500', '151852.022500', '151852.482500', '151852.942500', '151853.402500', '151853.862500', '151854.322500', '151854.782500', '151855.242500', '151855.702500', '151856.162500', '151856.622500', '151857.082500', '151857.542500', '151858.002500', '151858.462500', '151858.922500', '151859.382500', '151859.842500', '151900.302500', '151900.762500', '151901.222500', '151901.682500', '151902.142500', '151902.602500', '151903.062500', '151903.522500', '151903.982500', '151904.442500', '151904.902500', '151905.362500', '151905.822500', '151906.282500', '151906.742500', '151907.202500', '151907.662500', '151908.122500', '151908.582500', '151909.042500', '151909.502500', '151909.962500', '151910.422500', '151910.882500', '151911.342500', '151911.802500', '151912.262500', '151912.722500', '151913.182500', '151913.642500', '151914.102500', '151914.562500', '151915.022500', '151915.482500', '151915.942500', '151916.402500', '151916.862500', '151917.322500', '151917.782500', '151918.242500', '151918.702500', '151919.162500', '151919.622500', '151920.082500', '151920.542500', '151921.002500', '151921.462500', '151921.922500', '151922.382500', '151922.842500', '151923.302500', '151923.762500', '151924.222500', '151924.682500', '151925.142500', '151925.602500', '151926.062500', '151926.522500', '151926.982500', '151927.442500', '151927.902500', '151928.362500', '151928.822500', '151929.282500', '151929.742500', '151930.202500', '151930.662500', '151931.122500', '151931.582500', '151932.042500', '151932.502500', '151932.962500', '151933.422500', '151933.882500', '151934.342500', '151934.802500', '151935.262500', '151935.722500', '151936.182500', '151936.642500', '151937.102500', '151937.562500', '151938.022500', '151938.482500', '151938.942500', '151939.402500', '151939.862500', '151940.322500', '151940.782500', '151941.242500', '151941.702500', '151942.162500', '151942.622500', '151943.082500', '151943.542500', '151944.002500', '151944.462500', '151944.922500', '151945.382500', '151945.842500', '151946.302500', '151946.762500', '151947.222500', '151947.682500', '151948.142500', '151948.602500', '151949.062500', '151949.522500', '151949.982500', '151950.442500', '151950.902500', '151951.362500', '151951.822500', '151952.282500', '151952.742500', '151953.202500', '151953.662500', '151954.122500', '151954.582500', '151955.042500', '151955.502500', '151955.962500', '151956.422500', '151956.882500', '151957.342500', '151957.802500', '151958.262500', '151958.722500', '151959.182500', '151959.642500', '152000.102500', '152000.562500', '152001.022500', '152001.482500', '152001.942500', '152002.402500', '152002.862500', '152003.322500', '152003.782500', '152004.242500', '152004.702500', '152005.162500', '152005.622500', '152006.082500', '152006.542500', '152007.002500', '152007.462500', '152007.922500', '152008.382500', '152008.842500', '152009.302500', '152009.762500', '152010.222500', '152010.682500', '152011.142500', '152011.602500', '152012.062500', '152012.522500', '152012.982500', '152013.442500', '152013.902500', '152014.362500', '152014.822500', '152015.282500', '152015.742500', '152016.202500', '152016.662500', '152017.122500', '152017.582500', '152018.042500', '152018.502500', '152018.962500', '152019.422500', '152019.882500', '152020.342500', '152020.802500', '152021.262500', '152021.722500', '152022.182500', '152022.642500', '152023.102500', '152023.562500', '152024.022500', '152024.482500', '152024.942500', '152025.402500', '152025.862500', '152026.322500', '152026.782500', '152027.242500', '152027.702500', '152028.162500', '152028.622500', '152029.082500', '152029.542500', '152030.002500', '152030.462500', '152030.922500', '152031.382500', '152031.842500', '152032.302500', '152032.762500', '152033.222500', '152033.682500', '152034.142500', '152034.602500', '152035.062500', '152035.522500', '152035.982500', '152036.442500', '152036.902500', '152037.362500', '152037.822500', '152038.282500', '152038.742500', '152039.202500', '152039.662500', '152040.122500', '152040.582500', '152041.042500', '152041.502500', '152041.962500', '152042.422500', '152042.882500', '152043.342500', '152043.802500', '152044.262500', '152044.722500', '152045.182500', '152045.642500', '152046.102500', '152046.562500', '152047.022500', '152047.482500', '152047.942500', '152048.402500', '152048.862500', '152049.322500', '152049.782500', '152050.242500', '152050.702500', '152051.162500', '152051.622500', '152052.082500', '152052.542500', '152053.002500', '152053.462500', '152053.922500', '152054.382500', '152054.842500', '152055.302500', '152055.762500', '152056.222500', '152056.682500', '152057.142500', '152057.602500', '152058.062500', '152058.522500', '152058.982500', '152059.442500', '152059.902500', '152100.362500', '152100.822500', '152101.282500', '152101.742500', '152102.202500'], 'ContentTime': ['151433.856000', '151433.859000', '151433.866000', '151433.869000', '151433.871000', '151433.874000', '151433.876000', '151433.879000', '151433.882000', '151433.884000', '151433.887000', '151433.895000', '151433.898000', '151433.900000', '151433.903000', '151433.906000', '151433.908000', '151433.911000', '151433.914000', '151433.916000', '151433.919000', '151433.921000', '151433.924000', '151433.927000', '151433.929000', '151453.827000', '151453.830000', '151453.833000', '151453.835000', '151453.838000', '151453.840000', '151453.843000', '151453.850000', '151453.852000', '151453.855000', '151453.858000', '151453.860000', '151453.863000', '151453.865000', '151453.868000', '151453.870000', '151453.879000', '151453.882000', '151453.885000', '151453.887000', '151453.890000', '151453.892000', '151453.895000', '151453.897000', '151453.900000', '151453.903000', '151453.905000', '151453.908000', '151453.910000', '151453.913000', '151453.915000', '151453.918000', '151453.920000', '151453.923000', '151453.925000', '151453.928000', '151453.931000', '151453.933000', '151453.936000', '151453.938000', '151453.941000', '151453.943000', '151453.946000', '151453.948000', '151513.827000', '151513.830000', '151513.833000', '151513.835000', '151513.838000', '151513.840000', '151513.843000', '151513.846000', '151513.848000', '151513.851000', '151513.853000', '151513.856000', '151513.858000', '151513.861000', '151513.864000', '151513.866000', '151513.869000', '151513.871000', '151513.874000', '151513.876000', '151513.879000', '151513.882000', '151513.884000', '151513.887000', '151513.889000', '151513.892000', '151513.894000', '151513.897000', '151513.899000', '151513.916000', '151513.918000', '151513.921000', '151513.924000', '151513.926000', '151513.929000', '151513.931000', '151513.934000', '151513.936000', '151513.939000', '151513.942000', '151513.944000', '151513.947000', '151513.949000', '151533.828000', '151533.830000', '151533.833000', '151533.836000', '151533.838000', '151533.841000', '151533.843000', '151533.846000', '151533.848000', '151533.851000', '151533.854000', '151533.856000', '151533.859000', '151533.861000', '151533.864000', '151533.867000', '151533.869000', '151533.872000', '151533.875000', '151533.877000', '151533.880000', '151533.882000', '151533.885000', '151533.887000', '151533.890000', '151533.893000', '151533.895000', '151533.898000', '151533.901000', '151533.903000', '151533.906000', '151533.908000', '151533.911000', '151533.913000', '151533.916000', '151533.919000', '151533.921000', '151533.924000', '151533.927000', '151533.929000', '151533.932000', '151533.934000', '151533.937000', '151533.939000', '151553.827000', '151553.830000', '151553.833000', '151553.835000', '151553.838000', '151553.841000', '151553.843000', '151553.846000', '151553.848000', '151553.851000', '151553.853000', '151553.856000', '151553.858000', '151553.861000', '151553.864000', '151553.866000', '151553.869000', '151553.872000', '151553.874000', '151553.877000', '151553.879000', '151553.882000', '151553.884000', '151553.887000', '151553.890000', '151553.892000', '151553.895000', '151553.898000', '151553.900000', '151553.903000', '151553.905000', '151553.908000', '151553.911000', '151553.913000', '151553.916000', '151553.918000', '151553.921000', '151553.923000', '151553.926000', '151553.929000', '151553.931000', '151553.934000', '151553.936000', '151613.828000', '151613.830000', '151613.833000', '151613.836000', '151613.838000', '151613.841000', '151613.843000', '151613.846000', '151613.849000', '151613.851000', '151613.854000', '151613.856000', '151613.859000', '151613.862000', '151613.864000', '151613.867000', '151613.869000', '151613.872000', '151613.875000', '151613.877000', '151613.880000', '151613.882000', '151613.885000', '151613.888000', '151613.890000', '151613.893000', '151613.895000', '151613.898000', '151613.900000', '151613.903000', '151613.906000', '151613.908000', '151613.911000', '151613.913000', '151613.916000', '151613.919000', '151613.921000', '151613.924000', '151613.926000', '151613.929000', '151613.931000', '151613.934000', '151613.937000', '151613.939000', '151633.826000', '151633.829000', '151633.832000', '151633.834000', '151633.837000', '151633.839000', '151633.842000', '151633.845000', '151633.847000', '151633.850000', '151633.852000', '151633.855000', '151633.858000', '151633.860000', '151633.863000', '151633.865000', '151633.868000', '151633.871000', '151633.873000', '151633.876000', '151633.879000', '151633.881000', '151633.884000', '151633.886000', '151633.889000', '151633.891000', '151633.894000', '151633.897000', '151633.899000', '151633.902000', '151633.904000', '151633.907000', '151633.909000', '151633.912000', '151633.915000', '151633.917000', '151633.920000', '151633.922000', '151633.925000', '151633.928000', '151633.930000', '151633.933000', '151633.935000', '151653.827000', '151653.830000', '151653.833000', '151653.835000', '151653.838000', '151653.841000', '151653.843000', '151653.846000', '151653.849000', '151653.852000', '151653.855000', '151653.857000', '151653.860000', '151653.862000', '151653.865000', '151653.868000', '151653.870000', '151653.873000', '151653.875000', '151653.878000', '151653.881000', '151653.883000', '151653.886000', '151653.888000', '151653.891000', '151653.902000', '151653.905000', '151653.907000', '151653.910000', '151653.913000', '151653.915000', '151653.918000', '151653.920000', '151653.923000', '151653.926000', '151653.928000', '151653.931000', '151653.933000', '151653.936000', '151653.939000', '151653.941000', '151653.944000', '151653.946000', '151653.949000', '151713.828000', '151713.830000', '151713.833000', '151713.836000', '151713.838000', '151713.841000', '151713.843000', '151713.846000', '151713.848000', '151713.851000', '151713.854000', '151713.856000', '151713.859000', '151713.861000', '151713.864000', '151713.867000', '151713.869000', '151713.872000', '151713.874000', '151713.877000', '151713.880000', '151713.882000', '151713.885000', '151713.887000', '151713.890000', '151713.893000', '151713.895000', '151713.898000', '151713.900000', '151713.903000', '151713.906000', '151713.908000', '151713.911000', '151713.913000', '151713.916000', '151713.919000', '151713.921000', '151713.924000', '151713.927000', '151713.929000', '151713.932000', '151713.934000', '151713.937000', '151733.827000', '151733.830000', '151733.833000', '151733.835000', '151733.838000', '151733.840000', '151733.843000', '151733.846000', '151733.848000', '151733.851000', '151733.854000', '151733.856000', '151733.859000', '151733.861000', '151733.864000', '151733.866000', '151733.869000', '151733.872000', '151733.874000', '151733.877000', '151733.879000', '151733.882000', '151733.885000', '151733.887000', '151733.890000', '151733.892000', '151733.895000', '151733.897000', '151733.900000', '151733.903000', '151733.905000', '151733.908000', '151733.911000', '151733.913000', '151733.916000', '151733.919000', '151733.921000', '151733.924000', '151733.926000', '151733.929000', '151733.932000', '151733.934000', '151733.937000', '151733.939000', '151753.827000', '151753.830000', '151753.833000', '151753.835000', '151753.838000', '151753.841000', '151753.843000', '151753.846000', '151753.848000', '151753.851000', '151753.854000', '151753.856000', '151753.859000', '151753.861000', '151753.864000', '151753.867000', '151753.869000', '151753.872000', '151753.874000', '151753.877000', '151753.880000', '151753.882000', '151753.885000', '151753.887000', '151753.890000', '151753.892000', '151753.895000', '151753.898000', '151753.900000', '151753.903000', '151753.906000', '151753.908000', '151753.911000', '151753.913000', '151753.916000', '151753.918000', '151753.921000', '151753.924000', '151753.926000', '151753.929000', '151753.931000', '151753.934000', '151753.936000', '151813.828000', '151813.830000', '151813.833000', '151813.835000', '151813.838000', '151813.841000', '151813.843000', '151813.846000', '151813.849000', '151813.852000', '151813.854000', '151813.857000', '151813.860000', '151813.862000', '151813.865000', '151813.867000', '151813.870000', '151813.872000', '151813.875000', '151813.878000', '151813.880000', '151813.883000', '151813.886000', '151813.888000', '151813.892000', '151813.895000', '151813.897000', '151813.900000', '151813.902000', '151813.905000', '151813.907000', '151813.910000', '151813.913000', '151813.915000', '151813.918000', '151813.920000', '151813.923000', '151813.926000', '151813.928000', '151813.931000', '151813.933000', '151813.936000', '151813.938000', '151833.827000', '151833.830000', '151833.833000', '151833.836000', '151833.838000', '151833.841000', '151833.843000', '151833.846000', '151833.849000', '151833.851000', '151833.854000', '151833.856000', '151833.859000', '151833.861000', '151833.864000', '151833.867000', '151833.869000', '151833.872000', '151833.875000', '151833.877000', '151833.880000', '151833.882000', '151833.885000', '151833.888000', '151833.890000', '151833.893000', '151833.895000', '151833.898000', '151833.900000', '151833.903000', '151833.906000', '151833.908000', '151833.911000', '151833.913000', '151833.916000', '151833.919000', '151833.921000', '151833.924000', '151833.926000', '151833.929000', '151833.931000', '151833.934000', '151833.937000', '151833.939000', '151853.827000', '151853.829000', '151853.832000', '151853.834000', '151853.837000', '151853.840000', '151853.842000', '151853.845000', '151853.847000', '151853.850000', '151853.853000', '151853.855000', '151853.858000', '151853.860000', '151853.863000', '151853.866000', '151853.868000', '151853.871000', '151853.874000', '151853.876000', '151853.879000', '151853.881000', '151853.884000', '151853.887000', '151853.889000', '151853.892000', '151853.894000', '151853.897000', '151853.900000', '151853.902000', '151853.905000', '151853.907000', '151853.910000', '151853.913000', '151853.915000', '151853.918000', '151853.920000', '151853.923000', '151853.926000', '151853.928000', '151853.931000', '151853.933000', '151853.936000', '151913.827000', '151913.830000', '151913.833000', '151913.835000', '151913.838000', '151913.841000', '151913.843000', '151913.846000', '151913.849000', '151913.851000', '151913.854000', '151913.856000', '151913.859000', '151913.861000', '151913.864000', '151913.867000', '151913.869000', '151913.872000', '151913.874000', '151913.877000', '151913.880000', '151913.882000', '151913.885000', '151913.888000', '151913.890000', '151913.893000', '151913.895000', '151913.898000', '151913.900000', '151913.903000', '151913.906000', '151913.908000', '151913.911000', '151913.914000', '151913.916000', '151913.919000', '151913.921000', '151913.924000', '151913.926000', '151913.929000', '151913.932000', '151913.934000', '151913.937000', '151913.939000', '151933.828000', '151933.831000', '151933.833000', '151933.836000', '151933.838000', '151933.841000', '151933.844000', '151933.846000', '151933.849000', '151933.851000', '151933.854000', '151933.857000', '151933.859000', '151933.862000', '151933.864000', '151933.867000', '151933.869000', '151933.872000', '151933.875000', '151933.877000', '151933.880000', '151933.882000', '151933.885000', '151933.888000', '151933.890000', '151933.893000', '151933.895000', '151933.898000', '151933.901000', '151933.903000', '151933.906000', '151933.909000', '151933.911000', '151933.914000', '151933.917000', '151933.920000', '151933.922000', '151933.925000', '151933.928000', '151933.932000', '151933.935000', '151933.937000', '151933.940000', '151953.827000', '151953.830000', '151953.833000', '151953.836000', '151953.838000', '151953.841000', '151953.843000', '151953.846000', '151953.849000', '151953.851000', '151953.854000', '151953.856000', '151953.859000', '151953.861000', '151953.864000', '151953.867000', '151953.869000', '151953.885000', '151953.888000', '151953.891000', '151953.893000', '151953.896000', '151953.898000', '151953.901000', '151953.903000', '151953.906000', '151953.909000', '151953.911000', '151953.914000', '151953.916000', '151953.919000', '151953.922000', '151953.924000', '151953.927000', '151953.929000', '151953.932000', '151953.935000', '151953.937000', '151953.940000', '151953.942000', '151953.945000', '151953.948000', '151953.950000', '151953.953000', '152013.828000', '152013.830000', '152013.833000', '152013.836000', '152013.838000', '152013.841000', '152013.843000', '152013.846000', '152013.849000', '152013.851000', '152013.854000', '152013.857000', '152013.859000', '152013.862000', '152013.864000', '152013.869000', '152013.871000', '152013.874000', '152013.877000', '152013.879000', '152013.882000', '152013.885000', '152013.887000', '152013.890000', '152013.892000', '152013.895000', '152013.898000', '152013.900000', '152013.903000', '152013.905000', '152013.908000', '152013.911000', '152013.913000', '152013.916000', '152013.918000', '152013.921000', '152013.924000', '152013.926000', '152013.929000', '152013.931000', '152013.934000', '152013.936000', '152013.939000', '152033.828000', '152033.830000', '152033.833000', '152033.836000', '152033.838000', '152033.841000', '152033.843000', '152033.846000', '152033.849000', '152033.851000', '152033.854000', '152033.856000', '152033.859000', '152033.861000', '152033.864000', '152033.866000', '152033.869000', '152033.872000', '152033.874000', '152033.877000', '152033.879000', '152033.882000', '152033.885000', '152033.887000', '152033.890000', '152033.892000', '152033.895000', '152033.897000', '152033.900000', '152033.903000', '152033.905000', '152033.908000', '152033.910000', '152033.913000', '152033.916000', '152033.918000', '152033.921000', '152033.923000', '152033.926000', '152033.929000', '152033.931000', '152033.934000', '152033.937000', '152033.939000', '152053.827000', '152053.830000', '152053.833000', '152053.835000', '152053.838000', '152053.841000', '152053.843000', '152053.846000', '152053.848000', '152053.851000', '152053.854000', '152053.856000', '152053.859000', '152053.861000', '152053.864000', '152053.867000', '152053.869000', '152053.872000', '152053.875000', '152053.877000', '152053.880000', '152053.882000', '152053.885000', '152053.888000', '152053.890000', '152053.893000', '152053.895000', '152053.898000', '152053.901000', '152053.903000', '152053.906000', '152053.909000', '152053.911000', '152053.914000', '152053.916000', '152053.919000', '152053.921000', '152053.924000', '152053.927000', '152053.929000', '152053.932000', '152053.935000', '152053.937000', '152103.110000', '152103.112000', '152103.115000', '152103.118000', '152103.120000', '152103.123000', '152103.126000', '152103.128000', '152103.131000', '152103.134000', '152103.143000', '152103.145000', '152103.148000', '152103.150000', '152103.153000', '152103.156000', '152103.158000', '152103.161000', '152103.163000', '152103.166000', '152103.169000'], 'InstanceCreationTime': ['151433.856000', '151433.859000', '151433.866000', '151433.869000', '151433.871000', '151433.874000', '151433.876000', '151433.879000', '151433.882000', '151433.884000', '151433.887000', '151433.895000', '151433.898000', '151433.900000', '151433.903000', '151433.906000', '151433.908000', '151433.911000', '151433.914000', '151433.916000', '151433.919000', '151433.921000', '151433.924000', '151433.927000', '151433.929000', '151453.827000', '151453.830000', '151453.833000', '151453.835000', '151453.838000', '151453.840000', '151453.843000', '151453.850000', '151453.852000', '151453.855000', '151453.858000', '151453.860000', '151453.863000', '151453.865000', '151453.868000', '151453.870000', '151453.879000', '151453.882000', '151453.885000', '151453.887000', '151453.890000', '151453.892000', '151453.895000', '151453.897000', '151453.900000', '151453.903000', '151453.905000', '151453.908000', '151453.910000', '151453.913000', '151453.915000', '151453.918000', '151453.920000', '151453.923000', '151453.925000', '151453.928000', '151453.931000', '151453.933000', '151453.936000', '151453.938000', '151453.941000', '151453.943000', '151453.946000', '151453.948000', '151513.827000', '151513.830000', '151513.833000', '151513.835000', '151513.838000', '151513.840000', '151513.843000', '151513.846000', '151513.848000', '151513.851000', '151513.853000', '151513.856000', '151513.858000', '151513.861000', '151513.864000', '151513.866000', '151513.869000', '151513.871000', '151513.874000', '151513.876000', '151513.879000', '151513.882000', '151513.884000', '151513.887000', '151513.889000', '151513.892000', '151513.894000', '151513.897000', '151513.899000', '151513.916000', '151513.918000', '151513.921000', '151513.924000', '151513.926000', '151513.929000', '151513.931000', '151513.934000', '151513.936000', '151513.939000', '151513.942000', '151513.944000', '151513.947000', '151513.949000', '151533.828000', '151533.830000', '151533.833000', '151533.836000', '151533.838000', '151533.841000', '151533.843000', '151533.846000', '151533.848000', '151533.851000', '151533.854000', '151533.856000', '151533.859000', '151533.861000', '151533.864000', '151533.867000', '151533.869000', '151533.872000', '151533.875000', '151533.877000', '151533.880000', '151533.882000', '151533.885000', '151533.887000', '151533.890000', '151533.893000', '151533.895000', '151533.898000', '151533.901000', '151533.903000', '151533.906000', '151533.908000', '151533.911000', '151533.913000', '151533.916000', '151533.919000', '151533.921000', '151533.924000', '151533.927000', '151533.929000', '151533.932000', '151533.934000', '151533.937000', '151533.939000', '151553.827000', '151553.830000', '151553.833000', '151553.835000', '151553.838000', '151553.841000', '151553.843000', '151553.846000', '151553.848000', '151553.851000', '151553.853000', '151553.856000', '151553.858000', '151553.861000', '151553.864000', '151553.866000', '151553.869000', '151553.872000', '151553.874000', '151553.877000', '151553.879000', '151553.882000', '151553.884000', '151553.887000', '151553.890000', '151553.892000', '151553.895000', '151553.898000', '151553.900000', '151553.903000', '151553.905000', '151553.908000', '151553.911000', '151553.913000', '151553.916000', '151553.918000', '151553.921000', '151553.923000', '151553.926000', '151553.929000', '151553.931000', '151553.934000', '151553.936000', '151613.828000', '151613.830000', '151613.833000', '151613.836000', '151613.838000', '151613.841000', '151613.843000', '151613.846000', '151613.849000', '151613.851000', '151613.854000', '151613.856000', '151613.859000', '151613.862000', '151613.864000', '151613.867000', '151613.869000', '151613.872000', '151613.875000', '151613.877000', '151613.880000', '151613.882000', '151613.885000', '151613.888000', '151613.890000', '151613.893000', '151613.895000', '151613.898000', '151613.900000', '151613.903000', '151613.906000', '151613.908000', '151613.911000', '151613.913000', '151613.916000', '151613.919000', '151613.921000', '151613.924000', '151613.926000', '151613.929000', '151613.931000', '151613.934000', '151613.937000', '151613.939000', '151633.826000', '151633.829000', '151633.832000', '151633.834000', '151633.837000', '151633.839000', '151633.842000', '151633.845000', '151633.847000', '151633.850000', '151633.852000', '151633.855000', '151633.858000', '151633.860000', '151633.863000', '151633.865000', '151633.868000', '151633.871000', '151633.873000', '151633.876000', '151633.879000', '151633.881000', '151633.884000', '151633.886000', '151633.889000', '151633.891000', '151633.894000', '151633.897000', '151633.899000', '151633.902000', '151633.904000', '151633.907000', '151633.909000', '151633.912000', '151633.915000', '151633.917000', '151633.920000', '151633.922000', '151633.925000', '151633.928000', '151633.930000', '151633.933000', '151633.935000', '151653.827000', '151653.830000', '151653.833000', '151653.835000', '151653.838000', '151653.841000', '151653.843000', '151653.846000', '151653.849000', '151653.852000', '151653.855000', '151653.857000', '151653.860000', '151653.862000', '151653.865000', '151653.868000', '151653.870000', '151653.873000', '151653.875000', '151653.878000', '151653.881000', '151653.883000', '151653.886000', '151653.888000', '151653.891000', '151653.902000', '151653.905000', '151653.907000', '151653.910000', '151653.913000', '151653.915000', '151653.918000', '151653.920000', '151653.923000', '151653.926000', '151653.928000', '151653.931000', '151653.933000', '151653.936000', '151653.939000', '151653.941000', '151653.944000', '151653.946000', '151653.949000', '151713.828000', '151713.830000', '151713.833000', '151713.836000', '151713.838000', '151713.841000', '151713.843000', '151713.846000', '151713.848000', '151713.851000', '151713.854000', '151713.856000', '151713.859000', '151713.861000', '151713.864000', '151713.867000', '151713.869000', '151713.872000', '151713.874000', '151713.877000', '151713.880000', '151713.882000', '151713.885000', '151713.887000', '151713.890000', '151713.893000', '151713.895000', '151713.898000', '151713.900000', '151713.903000', '151713.906000', '151713.908000', '151713.911000', '151713.913000', '151713.916000', '151713.919000', '151713.921000', '151713.924000', '151713.927000', '151713.929000', '151713.932000', '151713.934000', '151713.937000', '151733.827000', '151733.830000', '151733.833000', '151733.835000', '151733.838000', '151733.840000', '151733.843000', '151733.846000', '151733.848000', '151733.851000', '151733.854000', '151733.856000', '151733.859000', '151733.861000', '151733.864000', '151733.866000', '151733.869000', '151733.872000', '151733.874000', '151733.877000', '151733.879000', '151733.882000', '151733.885000', '151733.887000', '151733.890000', '151733.892000', '151733.895000', '151733.897000', '151733.900000', '151733.903000', '151733.905000', '151733.908000', '151733.911000', '151733.913000', '151733.916000', '151733.919000', '151733.921000', '151733.924000', '151733.926000', '151733.929000', '151733.932000', '151733.934000', '151733.937000', '151733.939000', '151753.827000', '151753.830000', '151753.833000', '151753.835000', '151753.838000', '151753.841000', '151753.843000', '151753.846000', '151753.848000', '151753.851000', '151753.854000', '151753.856000', '151753.859000', '151753.861000', '151753.864000', '151753.867000', '151753.869000', '151753.872000', '151753.874000', '151753.877000', '151753.880000', '151753.882000', '151753.885000', '151753.887000', '151753.890000', '151753.892000', '151753.895000', '151753.898000', '151753.900000', '151753.903000', '151753.906000', '151753.908000', '151753.911000', '151753.913000', '151753.916000', '151753.918000', '151753.921000', '151753.924000', '151753.926000', '151753.929000', '151753.931000', '151753.934000', '151753.936000', '151813.828000', '151813.830000', '151813.833000', '151813.835000', '151813.838000', '151813.841000', '151813.843000', '151813.846000', '151813.849000', '151813.852000', '151813.854000', '151813.857000', '151813.860000', '151813.862000', '151813.865000', '151813.867000', '151813.870000', '151813.872000', '151813.875000', '151813.878000', '151813.880000', '151813.883000', '151813.886000', '151813.888000', '151813.892000', '151813.895000', '151813.897000', '151813.900000', '151813.902000', '151813.905000', '151813.907000', '151813.910000', '151813.913000', '151813.915000', '151813.918000', '151813.920000', '151813.923000', '151813.926000', '151813.928000', '151813.931000', '151813.933000', '151813.936000', '151813.938000', '151833.827000', '151833.830000', '151833.833000', '151833.836000', '151833.838000', '151833.841000', '151833.843000', '151833.846000', '151833.849000', '151833.851000', '151833.854000', '151833.856000', '151833.859000', '151833.861000', '151833.864000', '151833.867000', '151833.869000', '151833.872000', '151833.875000', '151833.877000', '151833.880000', '151833.882000', '151833.885000', '151833.888000', '151833.890000', '151833.893000', '151833.895000', '151833.898000', '151833.900000', '151833.903000', '151833.906000', '151833.908000', '151833.911000', '151833.913000', '151833.916000', '151833.919000', '151833.921000', '151833.924000', '151833.926000', '151833.929000', '151833.931000', '151833.934000', '151833.937000', '151833.939000', '151853.827000', '151853.829000', '151853.832000', '151853.834000', '151853.837000', '151853.840000', '151853.842000', '151853.845000', '151853.847000', '151853.850000', '151853.853000', '151853.855000', '151853.858000', '151853.860000', '151853.863000', '151853.866000', '151853.868000', '151853.871000', '151853.874000', '151853.876000', '151853.879000', '151853.881000', '151853.884000', '151853.887000', '151853.889000', '151853.892000', '151853.894000', '151853.897000', '151853.900000', '151853.902000', '151853.905000', '151853.907000', '151853.910000', '151853.913000', '151853.915000', '151853.918000', '151853.920000', '151853.923000', '151853.926000', '151853.928000', '151853.931000', '151853.933000', '151853.936000', '151913.827000', '151913.830000', '151913.833000', '151913.835000', '151913.838000', '151913.841000', '151913.843000', '151913.846000', '151913.849000', '151913.851000', '151913.854000', '151913.856000', '151913.859000', '151913.861000', '151913.864000', '151913.867000', '151913.869000', '151913.872000', '151913.874000', '151913.877000', '151913.880000', '151913.882000', '151913.885000', '151913.888000', '151913.890000', '151913.893000', '151913.895000', '151913.898000', '151913.900000', '151913.903000', '151913.906000', '151913.908000', '151913.911000', '151913.914000', '151913.916000', '151913.919000', '151913.921000', '151913.924000', '151913.926000', '151913.929000', '151913.932000', '151913.934000', '151913.937000', '151913.939000', '151933.828000', '151933.831000', '151933.833000', '151933.836000', '151933.838000', '151933.841000', '151933.844000', '151933.846000', '151933.849000', '151933.851000', '151933.854000', '151933.857000', '151933.859000', '151933.862000', '151933.864000', '151933.867000', '151933.869000', '151933.872000', '151933.875000', '151933.877000', '151933.880000', '151933.882000', '151933.885000', '151933.888000', '151933.890000', '151933.893000', '151933.895000', '151933.898000', '151933.901000', '151933.903000', '151933.906000', '151933.909000', '151933.911000', '151933.914000', '151933.917000', '151933.920000', '151933.922000', '151933.925000', '151933.928000', '151933.932000', '151933.935000', '151933.937000', '151933.940000', '151953.827000', '151953.830000', '151953.833000', '151953.836000', '151953.838000', '151953.841000', '151953.843000', '151953.846000', '151953.849000', '151953.851000', '151953.854000', '151953.856000', '151953.859000', '151953.861000', '151953.864000', '151953.867000', '151953.869000', '151953.885000', '151953.888000', '151953.891000', '151953.893000', '151953.896000', '151953.898000', '151953.901000', '151953.903000', '151953.906000', '151953.909000', '151953.911000', '151953.914000', '151953.916000', '151953.919000', '151953.922000', '151953.924000', '151953.927000', '151953.929000', '151953.932000', '151953.935000', '151953.937000', '151953.940000', '151953.942000', '151953.945000', '151953.948000', '151953.950000', '151953.953000', '152013.828000', '152013.830000', '152013.833000', '152013.836000', '152013.838000', '152013.841000', '152013.843000', '152013.846000', '152013.849000', '152013.851000', '152013.854000', '152013.857000', '152013.859000', '152013.862000', '152013.864000', '152013.869000', '152013.871000', '152013.874000', '152013.877000', '152013.879000', '152013.882000', '152013.885000', '152013.887000', '152013.890000', '152013.892000', '152013.895000', '152013.898000', '152013.900000', '152013.903000', '152013.905000', '152013.908000', '152013.911000', '152013.913000', '152013.916000', '152013.918000', '152013.921000', '152013.924000', '152013.926000', '152013.929000', '152013.931000', '152013.934000', '152013.936000', '152013.939000', '152033.828000', '152033.830000', '152033.833000', '152033.836000', '152033.838000', '152033.841000', '152033.843000', '152033.846000', '152033.849000', '152033.851000', '152033.854000', '152033.856000', '152033.859000', '152033.861000', '152033.864000', '152033.866000', '152033.869000', '152033.872000', '152033.874000', '152033.877000', '152033.879000', '152033.882000', '152033.885000', '152033.887000', '152033.890000', '152033.892000', '152033.895000', '152033.897000', '152033.900000', '152033.903000', '152033.905000', '152033.908000', '152033.910000', '152033.913000', '152033.916000', '152033.918000', '152033.921000', '152033.923000', '152033.926000', '152033.929000', '152033.931000', '152033.934000', '152033.937000', '152033.939000', '152053.827000', '152053.830000', '152053.833000', '152053.835000', '152053.838000', '152053.841000', '152053.843000', '152053.846000', '152053.848000', '152053.851000', '152053.854000', '152053.856000', '152053.859000', '152053.861000', '152053.864000', '152053.867000', '152053.869000', '152053.872000', '152053.875000', '152053.877000', '152053.880000', '152053.882000', '152053.885000', '152053.888000', '152053.890000', '152053.893000', '152053.895000', '152053.898000', '152053.901000', '152053.903000', '152053.906000', '152053.909000', '152053.911000', '152053.914000', '152053.916000', '152053.919000', '152053.921000', '152053.924000', '152053.927000', '152053.929000', '152053.932000', '152053.935000', '152053.937000', '152103.110000', '152103.112000', '152103.115000', '152103.118000', '152103.120000', '152103.123000', '152103.126000', '152103.128000', '152103.131000', '152103.134000', '152103.143000', '152103.145000', '152103.148000', '152103.150000', '152103.153000', '152103.156000', '152103.158000', '152103.161000', '152103.163000', '152103.166000', '152103.169000'], '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': [7046, 6926, 6766, 6171, 6455, 5981, 6903, 7161, 7038, 6775, 7047, 6554, 7192, 7273, 6845, 6948, 6682, 6660, 6407, 6863, 6297, 6443, 6320, 7034, 6475, 7420, 6062, 7001, 6093, 6981, 6862, 7019, 7114, 7303, 6991, 6841, 6566, 6947, 6515, 7115, 6887, 6570, 7129, 6430, 7022, 6383, 7373, 6774, 7569, 6720, 7328, 7051, 6930, 6883, 6416, 7117, 6233, 7034, 6397, 7113, 6445, 6950, 6410, 6850, 6661, 7516, 6357, 7068, 6239, 7132, 6215, 6806, 6458, 6669, 6782, 7156, 7073, 7094, 6739, 7460, 6215, 7270, 6161, 7724, 6484, 7143, 6579, 6783, 6754, 6270, 7111, 6961, 6874, 7320, 7204, 6561, 6838, 6451, 7091, 6100, 6786, 6102, 7003, 6195, 7163, 6215, 7179, 7549, 7286, 7093, 6450, 7195, 5953, 7137, 6118, 6925, 6317, 7035, 6154, 7358, 6280, 7289, 6480, 7423, 6209, 7283, 6523, 7480, 7169, 6844, 6712, 6678, 7071, 6148, 7163, 6004, 6894, 5869, 6813, 5894, 7073, 6740, 7294, 6892, 7080, 7348, 6647, 6420, 7042, 6583, 7008, 7191, 7009, 6555, 6943, 6415, 7113, 6490, 7284, 6954, 7113, 7299, 6247, 7063, 6022, 6948, 5906, 7386, 6189, 7588, 6261, 7576, 6900, 7476, 7072, 7475, 7432, 6681, 7180, 6421, 6975, 6193, 7099, 6200, 7639, 6409, 7221, 6449, 7203, 6236, 7102, 6364, 7360, 7149, 7091, 6854, 7178, 7166, 6985, 6959, 6379, 6879, 6463, 6834, 6278, 6776, 6118, 6614, 6251, 6693, 5975, 7108, 6053, 6555, 7693, 7232, 7216, 6624, 6631, 6791, 6928, 6378, 6894, 6372, 6825, 5966, 6669, 7237, 7074, 6768, 7222, 7042, 7105, 7078, 7143, 7389, 7150, 7294, 6919, 6883, 6684, 7108, 6010, 7280, 6034, 6983, 6139, 7082, 6258, 7106, 6025, 6785, 6019, 7337, 6293, 7105, 6402, 7223, 7462, 6817, 6873, 6512, 7010, 6139, 6866, 6164, 7001, 6295, 7151, 6120, 7065, 6857, 7191, 7005, 7277, 7014, 7275, 6714, 7357, 6614, 7552, 6502, 7585, 6256, 7312, 6051, 6967, 6071, 7245, 6333, 7178, 6054, 7186, 5767, 7354, 6238, 6906, 6212, 6606, 6734, 6081, 6969, 6391, 7044, 6608, 8395, 6927, 7099, 7440, 6998, 7017, 6609, 6684, 6616, 6719, 6392, 6584, 6481, 6728, 6550, 6707, 7059, 6062, 6961, 6182, 7050, 6428, 7149, 6712, 7161, 7225, 7431, 6981, 7098, 7707, 6787, 6991, 6885, 6965, 6679, 7248, 6415, 7207, 6965, 7343, 6119, 7602, 6718, 7569, 7099, 7561, 7501, 6995, 7335, 6873, 7061, 6519, 6940, 6856, 7122, 6265, 7307, 6257, 7246, 6587, 7032, 6283, 7043, 6717, 7088, 5880, 6985, 7110, 7414, 6979, 7338, 6886, 7038, 6696, 7267, 6234, 7237, 6239, 7256, 6416, 7322, 6251, 7226, 7551, 7365, 7167, 6571, 7124, 6956, 7056, 7321, 7996, 6875, 7410, 7045, 7242, 6817, 7548, 6802, 7543, 7348, 6196, 7470, 6209, 7650, 7479, 7223, 7360, 6871, 7164, 6363, 7047, 6302, 7473, 6471, 7197, 7514, 6771, 7097, 6979, 6827, 6638, 6716, 6816, 6748, 6997, 6776, 7037, 6880, 6914, 7587, 6685, 7204, 6943, 7466, 7127, 7472, 6969, 7060, 6919, 6552, 6994, 6314, 7174, 6396, 7480, 6932, 7284, 6989, 6799, 7042, 6694, 7249, 6593, 7215, 6632, 7030, 6145, 7712, 7353, 7443, 7338, 6779, 7292, 6395, 7350, 6311, 7213, 6031, 7319, 6046, 7313, 7059, 7114, 7059, 6530, 7065, 6435, 6966, 5981, 7206, 6440, 7044, 6181, 7211, 6032, 7188, 6398, 7366, 6518, 5972, 6796, 6450, 7172, 5894, 7130, 8236, 6755, 6931, 6549, 7023, 6190, 7031, 6053, 7043, 5969, 7250, 6112, 6915, 7005, 7034, 6604, 7001, 6776, 6547, 6442, 6836, 6352, 7041, 6295, 7017, 6238, 7191, 7644, 7110, 6882, 7463, 7184, 6787, 6755, 6877, 6889, 6572, 6791, 6863, 6885, 7409, 7035, 7532, 7176, 7023, 7562, 6668, 7440, 6944, 7516, 6369, 7445, 6514, 7938, 6043, 7487, 6036, 7638, 7002, 7374, 7115, 7527, 6795, 7567, 6937, 7464, 7314, 7696, 6690, 7642, 6978, 7720, 7954, 6923, 7677, 7106, 7415, 6606, 7079, 6566, 7253, 6484, 7191, 6195, 7225, 6500, 7111, 6667, 7077, 6594, 7192, 6340, 7191, 6170, 7011, 5962, 7140, 6081, 7015, 6295, 7046, 6289, 6871, 6583, 7377, 6042, 6987, 7189, 7016, 7113, 6375, 7228, 6429, 7227, 6870, 7029, 7325, 6533, 7297, 6129, 6988, 5925, 6916, 6074, 7049, 6500, 7184, 6565, 6720, 6703, 7364, 6257, 7583, 7499, 7104, 7120, 6611, 7393, 6262, 7265, 6032, 7168, 6736, 7240, 6851, 7136, 6831, 6642, 6701, 6294, 7164, 6489, 7336, 6380, 7513, 6483, 7263, 6428, 7365, 6422, 7222, 7247, 7764, 7691, 7230, 7263, 6740, 7174, 6718, 7204, 6027, 6895, 6326, 7249, 6414, 6715, 6505, 6873, 7100, 7116, 6748, 7263, 6384, 7390, 7208, 7166, 7079, 6838, 6225, 7317, 6214, 7144, 6027, 7282, 6411, 7193, 6297, 7664, 6549, 7156, 7037, 6016, 7554, 6722, 7931, 7706, 7675, 7612, 6924, 7055, 6885, 6906, 6450, 6820, 6485, 6896, 6448, 7017, 6735, 6932, 6801, 7316, 6434, 6999, 6497, 6935, 7545, 7454, 7566, 6788, 6925, 6618, 6881, 6512, 6799, 6751, 7098, 6929, 7246, 7037, 7170, 7142, 7381, 7001, 7444, 6671, 7446, 6796, 7161, 6130, 7476, 6588, 7409, 6686, 6066, 7834, 6501, 7444, 6305, 7176, 8053, 6643, 7245, 6068, 7428, 7572, 7001, 7504, 6933, 7454, 6913, 7309, 6892, 7230, 7382, 6905, 7355, 6906, 7648, 7020, 7462, 7918, 7083, 8373, 7255, 7964, 6936, 7431, 6893, 7575, 6984, 7492, 7293, 7604, 7223, 6401, 7824, 7366, 7407, 6978, 7227, 7367, 7419, 7990, 7260, 7562, 7065, 6962, 6284, 7064, 6802, 6337, 6908, 6842, 6394, 7662, 6567, 7969, 7044, 7468, 8050, 6830, 7718, 6196, 7185, 6768, 7426, 6084, 7455, 7132, 7107, 6981, 6972, 6200, 6758, 6116, 6952, 6250, 7219, 6438, 7270, 7334, 6442, 7190, 6115, 7220, 7346, 6552, 6526, 6334, 7300, 6066, 7188, 6473, 7190, 5967, 7285, 6185, 6813, 6951, 7005, 7153, 6775, 7004, 6414, 6262, 6673, 6323, 6199, 6796, 6468], 'WindowCenter': [3883.0, 3856.0, 3843.0, 3817.0, 3828.0, 3829.0, 3854.0, 3847.0, 3839.0, 3825.0, 3836.0, 3824.0, 3839.0, 3838.0, 3840.0, 3838.0, 3839.0, 3840.0, 3829.0, 3828.0, 3826.0, 3817.0, 3829.0, 3839.0, 3830.0, 3840.0, 3818.0, 3827.0, 3816.0, 3840.0, 3825.0, 3825.0, 3823.0, 3838.0, 3824.0, 3814.0, 3815.0, 3824.0, 3813.0, 3824.0, 3825.0, 3813.0, 3825.0, 3813.0, 3825.0, 3800.0, 3825.0, 3800.0, 3822.0, 3810.0, 3821.0, 3812.0, 3821.0, 3823.0, 3812.0, 3823.0, 3802.0, 3824.0, 3813.0, 3825.0, 3813.0, 3823.0, 3812.0, 3825.0, 3828.0, 3837.0, 3826.0, 3824.0, 3803.0, 3827.0, 3815.0, 3824.0, 3826.0, 3828.0, 3828.0, 3825.0, 3837.0, 3824.0, 3826.0, 3827.0, 3803.0, 3825.0, 3804.0, 3825.0, 3804.0, 3822.0, 3823.0, 3824.0, 3825.0, 3827.0, 3836.0, 3840.0, 3825.0, 3836.0, 3839.0, 3824.0, 3814.0, 3812.0, 3822.0, 3802.0, 3810.0, 3799.0, 3812.0, 3786.0, 3811.0, 3799.0, 3824.0, 3820.0, 3824.0, 3823.0, 3811.0, 3824.0, 3803.0, 3811.0, 3803.0, 3823.0, 3813.0, 3825.0, 3805.0, 3834.0, 3815.0, 3835.0, 3813.0, 3838.0, 3814.0, 3838.0, 3814.0, 3837.0, 3824.0, 3824.0, 3813.0, 3825.0, 3826.0, 3814.0, 3827.0, 3814.0, 3826.0, 3805.0, 3827.0, 3802.0, 3838.0, 3823.0, 3837.0, 3823.0, 3826.0, 3823.0, 3824.0, 3813.0, 3826.0, 3824.0, 3824.0, 3824.0, 3827.0, 3814.0, 3837.0, 3814.0, 3837.0, 3825.0, 3838.0, 3825.0, 3838.0, 3836.0, 3813.0, 3825.0, 3802.0, 3823.0, 3791.0, 3823.0, 3801.0, 3835.0, 3810.0, 3837.0, 3821.0, 3836.0, 3821.0, 3837.0, 3824.0, 3813.0, 3825.0, 3812.0, 3824.0, 3801.0, 3824.0, 3801.0, 3846.0, 3813.0, 3836.0, 3813.0, 3835.0, 3828.0, 3850.0, 3825.0, 3837.0, 3823.0, 3835.0, 3824.0, 3824.0, 3824.0, 3824.0, 3826.0, 3813.0, 3815.0, 3814.0, 3822.0, 3814.0, 3824.0, 3815.0, 3825.0, 3813.0, 3825.0, 3815.0, 3837.0, 3813.0, 3814.0, 3833.0, 3823.0, 3822.0, 3814.0, 3813.0, 3812.0, 3821.0, 3811.0, 3825.0, 3799.0, 3814.0, 3800.0, 3812.0, 3821.0, 3825.0, 3811.0, 3822.0, 3821.0, 3822.0, 3821.0, 3823.0, 3834.0, 3824.0, 3835.0, 3823.0, 3826.0, 3825.0, 3827.0, 3814.0, 3837.0, 3816.0, 3836.0, 3815.0, 3825.0, 3814.0, 3826.0, 3803.0, 3827.0, 3803.0, 3837.0, 3811.0, 3824.0, 3811.0, 3834.0, 3823.0, 3824.0, 3812.0, 3813.0, 3825.0, 3800.0, 3814.0, 3801.0, 3823.0, 3812.0, 3825.0, 3802.0, 3825.0, 3811.0, 3826.0, 3823.0, 3826.0, 3823.0, 3836.0, 3813.0, 3835.0, 3811.0, 3837.0, 3815.0, 3848.0, 3841.0, 3865.0, 3816.0, 3838.0, 3815.0, 3838.0, 3827.0, 3840.0, 3815.0, 3838.0, 3804.0, 3837.0, 3813.0, 3835.0, 3814.0, 3826.0, 3837.0, 3827.0, 3838.0, 3827.0, 3840.0, 3828.0, 3858.0, 3825.0, 3840.0, 3823.0, 3824.0, 3814.0, 3810.0, 3813.0, 3811.0, 3813.0, 3812.0, 3812.0, 3814.0, 3821.0, 3814.0, 3825.0, 3841.0, 3816.0, 3841.0, 3829.0, 3850.0, 3828.0, 3842.0, 3827.0, 3837.0, 3836.0, 3835.0, 3827.0, 3825.0, 3837.0, 3813.0, 3825.0, 3825.0, 3824.0, 3813.0, 3827.0, 3812.0, 3824.0, 3823.0, 3826.0, 3801.0, 3836.0, 3811.0, 3835.0, 3811.0, 3833.0, 3823.0, 3821.0, 3821.0, 3810.0, 3824.0, 3799.0, 3822.0, 3810.0, 3825.0, 3811.0, 3823.0, 3811.0, 3835.0, 3825.0, 3836.0, 3814.0, 3825.0, 3824.0, 3827.0, 3802.0, 3827.0, 3823.0, 3834.0, 3824.0, 3838.0, 3828.0, 3825.0, 3824.0, 3836.0, 3815.0, 3838.0, 3819.0, 3850.0, 3830.0, 3853.0, 3827.0, 3838.0, 3833.0, 3835.0, 3826.0, 3813.0, 3825.0, 3810.0, 3827.0, 3822.0, 3834.0, 3824.0, 3835.0, 3823.0, 3834.0, 3824.0, 3848.0, 3821.0, 3845.0, 3839.0, 3815.0, 3835.0, 3803.0, 3834.0, 3834.0, 3824.0, 3823.0, 3812.0, 3825.0, 3815.0, 3825.0, 3813.0, 3836.0, 3813.0, 3826.0, 3822.0, 3825.0, 3825.0, 3839.0, 3825.0, 3825.0, 3827.0, 3827.0, 3825.0, 3835.0, 3824.0, 3838.0, 3837.0, 3837.0, 3839.0, 3824.0, 3834.0, 3812.0, 3822.0, 3810.0, 3820.0, 3813.0, 3811.0, 3811.0, 3800.0, 3823.0, 3800.0, 3822.0, 3801.0, 3824.0, 3813.0, 3822.0, 3824.0, 3812.0, 3825.0, 3811.0, 3822.0, 3810.0, 3825.0, 3812.0, 3823.0, 3802.0, 3835.0, 3823.0, 3834.0, 3837.0, 3823.0, 3835.0, 3813.0, 3835.0, 3814.0, 3836.0, 3814.0, 3835.0, 3814.0, 3838.0, 3824.0, 3825.0, 3826.0, 3813.0, 3826.0, 3814.0, 3825.0, 3804.0, 3837.0, 3825.0, 3840.0, 3827.0, 3839.0, 3816.0, 3851.0, 3838.0, 3849.0, 3839.0, 3828.0, 3850.0, 3841.0, 3854.0, 3817.0, 3843.0, 3849.0, 3826.0, 3826.0, 3814.0, 3826.0, 3803.0, 3825.0, 3802.0, 3823.0, 3803.0, 3836.0, 3799.0, 3827.0, 3823.0, 3824.0, 3823.0, 3825.0, 3824.0, 3815.0, 3815.0, 3838.0, 3827.0, 3839.0, 3829.0, 3840.0, 3817.0, 3839.0, 3847.0, 3837.0, 3834.0, 3840.0, 3837.0, 3829.0, 3828.0, 3826.0, 3839.0, 3827.0, 3825.0, 3828.0, 3834.0, 3839.0, 3836.0, 3849.0, 3826.0, 3838.0, 3838.0, 3814.0, 3827.0, 3812.0, 3825.0, 3801.0, 3824.0, 3800.0, 3834.0, 3800.0, 3822.0, 3801.0, 3834.0, 3823.0, 3836.0, 3821.0, 3835.0, 3814.0, 3835.0, 3823.0, 3837.0, 3824.0, 3836.0, 3811.0, 3825.0, 3811.0, 3821.0, 3820.0, 3811.0, 3821.0, 3811.0, 3822.0, 3811.0, 3811.0, 3811.0, 3823.0, 3812.0, 3825.0, 3802.0, 3825.0, 3813.0, 3823.0, 3824.0, 3826.0, 3825.0, 3827.0, 3813.0, 3827.0, 3814.0, 3838.0, 3813.0, 3828.0, 3815.0, 3839.0, 3828.0, 3840.0, 3840.0, 3839.0, 3841.0, 3854.0, 3817.0, 3841.0, 3827.0, 3836.0, 3828.0, 3813.0, 3827.0, 3801.0, 3826.0, 3814.0, 3823.0, 3826.0, 3813.0, 3826.0, 3804.0, 3823.0, 3803.0, 3828.0, 3814.0, 3838.0, 3826.0, 3838.0, 3839.0, 3842.0, 3839.0, 3852.0, 3824.0, 3839.0, 3835.0, 3826.0, 3825.0, 3813.0, 3825.0, 3812.0, 3836.0, 3802.0, 3825.0, 3814.0, 3836.0, 3813.0, 3825.0, 3815.0, 3825.0, 3826.0, 3815.0, 3827.0, 3813.0, 3837.0, 3814.0, 3838.0, 3815.0, 3836.0, 3813.0, 3837.0, 3813.0, 3836.0, 3834.0, 3838.0, 3834.0, 3837.0, 3837.0, 3823.0, 3824.0, 3813.0, 3837.0, 3816.0, 3826.0, 3816.0, 3838.0, 3826.0, 3828.0, 3828.0, 3828.0, 3842.0, 3840.0, 3827.0, 3841.0, 3814.0, 3837.0, 3824.0, 3825.0, 3823.0, 3815.0, 3803.0, 3838.0, 3815.0, 3839.0, 3816.0, 3850.0, 3827.0, 3842.0, 3827.0, 3851.0, 3828.0, 3849.0, 3852.0, 3830.0, 3863.0, 3841.0, 3862.0, 3837.0, 3837.0, 3837.0, 3814.0, 3813.0, 3812.0, 3815.0, 3798.0, 3814.0, 3812.0, 3823.0, 3813.0, 3825.0, 3825.0, 3825.0, 3825.0, 3838.0, 3812.0, 3827.0, 3812.0, 3827.0, 3821.0, 3824.0, 3821.0, 3812.0, 3813.0, 3812.0, 3821.0, 3813.0, 3813.0, 3824.0, 3825.0, 3826.0, 3836.0, 3837.0, 3825.0, 3839.0, 3839.0, 3826.0, 3838.0, 3812.0, 3827.0, 3824.0, 3825.0, 3814.0, 3839.0, 3827.0, 3837.0, 3827.0, 3818.0, 3851.0, 3840.0, 3852.0, 3816.0, 3825.0, 3835.0, 3812.0, 3825.0, 3799.0, 3824.0, 3822.0, 3823.0, 3822.0, 3810.0, 3809.0, 3809.0, 3810.0, 3810.0, 3809.0, 3810.0, 3809.0, 3810.0, 3808.0, 3821.0, 3798.0, 3809.0, 3805.0, 3795.0, 3804.0, 3794.0, 3806.0, 3792.0, 3794.0, 3794.0, 3807.0, 3796.0, 3806.0, 3809.0, 3819.0, 3821.0, 3799.0, 3821.0, 3822.0, 3836.0, 3822.0, 3835.0, 3824.0, 3822.0, 3818.0, 3820.0, 3820.0, 3811.0, 3810.0, 3803.0, 3813.0, 3811.0, 3825.0, 3835.0, 3837.0, 3826.0, 3850.0, 3829.0, 3848.0, 3825.0, 3827.0, 3825.0, 3801.0, 3823.0, 3788.0, 3810.0, 3797.0, 3821.0, 3788.0, 3820.0, 3809.0, 3811.0, 3810.0, 3823.0, 3803.0, 3823.0, 3815.0, 3840.0, 3828.0, 3851.0, 3816.0, 3838.0, 3827.0, 3813.0, 3825.0, 3801.0, 3823.0, 3823.0, 3813.0, 3813.0, 3814.0, 3823.0, 3803.0, 3825.0, 3813.0, 3826.0, 3813.0, 3837.0, 3815.0, 3827.0, 3825.0, 3839.0, 3835.0, 3826.0, 3829.0, 3827.0, 3826.0, 3841.0, 3840.0, 3830.0, 3839.0, 3841.0], 'WindowWidth': [8722.0, 8671.0, 8646.0, 8601.0, 8615.0, 8617.0, 8659.0, 8641.0, 8626.0, 8601.0, 8617.0, 8601.0, 8628.0, 8626.0, 8629.0, 8625.0, 8628.0, 8629.0, 8615.0, 8610.0, 8606.0, 8593.0, 8613.0, 8627.0, 8617.0, 8629.0, 8596.0, 8608.0, 8593.0, 8627.0, 8602.0, 8602.0, 8598.0, 8621.0, 8598.0, 8585.0, 8586.0, 8598.0, 8584.0, 8599.0, 8600.0, 8583.0, 8599.0, 8581.0, 8600.0, 8560.0, 8598.0, 8558.0, 8592.0, 8574.0, 8591.0, 8578.0, 8589.0, 8594.0, 8578.0, 8595.0, 8566.0, 8597.0, 8582.0, 8598.0, 8582.0, 8595.0, 8581.0, 8603.0, 8611.0, 8622.0, 8606.0, 8600.0, 8568.0, 8606.0, 8589.0, 8601.0, 8605.0, 8609.0, 8610.0, 8601.0, 8621.0, 8600.0, 8603.0, 8604.0, 8568.0, 8600.0, 8569.0, 8598.0, 8567.0, 8594.0, 8598.0, 8601.0, 8604.0, 8609.0, 8619.0, 8629.0, 8604.0, 8617.0, 8624.0, 8598.0, 8583.0, 8579.0, 8592.0, 8567.0, 8574.0, 8555.0, 8578.0, 8537.0, 8576.0, 8557.0, 8596.0, 8587.0, 8596.0, 8594.0, 8577.0, 8595.0, 8566.0, 8577.0, 8567.0, 8595.0, 8581.0, 8599.0, 8573.0, 8612.0, 8587.0, 8615.0, 8585.0, 8622.0, 8585.0, 8622.0, 8585.0, 8619.0, 8599.0, 8599.0, 8582.0, 8600.0, 8602.0, 8587.0, 8605.0, 8587.0, 8603.0, 8575.0, 8608.0, 8567.0, 8622.0, 8597.0, 8619.0, 8595.0, 8603.0, 8597.0, 8600.0, 8582.0, 8603.0, 8599.0, 8601.0, 8598.0, 8606.0, 8587.0, 8622.0, 8588.0, 8622.0, 8603.0, 8625.0, 8603.0, 8623.0, 8618.0, 8583.0, 8600.0, 8568.0, 8596.0, 8551.0, 8596.0, 8564.0, 8613.0, 8574.0, 8617.0, 8592.0, 8616.0, 8592.0, 8618.0, 8599.0, 8582.0, 8600.0, 8578.0, 8599.0, 8563.0, 8598.0, 8564.0, 8633.0, 8582.0, 8617.0, 8584.0, 8615.0, 8615.0, 8647.0, 8603.0, 8622.0, 8595.0, 8615.0, 8600.0, 8601.0, 8598.0, 8600.0, 8604.0, 8582.0, 8586.0, 8586.0, 8594.0, 8583.0, 8601.0, 8589.0, 8602.0, 8584.0, 8603.0, 8591.0, 8620.0, 8583.0, 8588.0, 8608.0, 8595.0, 8593.0, 8584.0, 8581.0, 8579.0, 8590.0, 8576.0, 8598.0, 8557.0, 8584.0, 8561.0, 8580.0, 8590.0, 8598.0, 8577.0, 8595.0, 8590.0, 8594.0, 8590.0, 8597.0, 8610.0, 8599.0, 8613.0, 8598.0, 8603.0, 8601.0, 8606.0, 8586.0, 8619.0, 8590.0, 8618.0, 8591.0, 8603.0, 8586.0, 8605.0, 8571.0, 8606.0, 8570.0, 8619.0, 8579.0, 8601.0, 8579.0, 8613.0, 8597.0, 8599.0, 8581.0, 8584.0, 8600.0, 8564.0, 8585.0, 8566.0, 8597.0, 8580.0, 8602.0, 8568.0, 8601.0, 8578.0, 8603.0, 8594.0, 8602.0, 8595.0, 8616.0, 8582.0, 8615.0, 8578.0, 8620.0, 8590.0, 8636.0, 8637.0, 8675.0, 8593.0, 8624.0, 8590.0, 8623.0, 8609.0, 8629.0, 8592.0, 8626.0, 8575.0, 8621.0, 8584.0, 8618.0, 8589.0, 8608.0, 8624.0, 8611.0, 8628.0, 8614.0, 8630.0, 8611.0, 8652.0, 8603.0, 8629.0, 8594.0, 8595.0, 8582.0, 8575.0, 8578.0, 8575.0, 8580.0, 8581.0, 8581.0, 8585.0, 8591.0, 8586.0, 8603.0, 8630.0, 8595.0, 8631.0, 8615.0, 8646.0, 8614.0, 8635.0, 8607.0, 8620.0, 8615.0, 8616.0, 8605.0, 8600.0, 8618.0, 8583.0, 8600.0, 8599.0, 8597.0, 8581.0, 8604.0, 8579.0, 8597.0, 8595.0, 8602.0, 8563.0, 8615.0, 8576.0, 8613.0, 8576.0, 8606.0, 8594.0, 8590.0, 8590.0, 8575.0, 8596.0, 8558.0, 8592.0, 8573.0, 8600.0, 8576.0, 8596.0, 8579.0, 8613.0, 8602.0, 8618.0, 8587.0, 8603.0, 8598.0, 8607.0, 8566.0, 8605.0, 8594.0, 8612.0, 8599.0, 8626.0, 8608.0, 8603.0, 8598.0, 8617.0, 8589.0, 8624.0, 8602.0, 8645.0, 8617.0, 8653.0, 8608.0, 8623.0, 8612.0, 8613.0, 8602.0, 8581.0, 8598.0, 8573.0, 8603.0, 8591.0, 8609.0, 8600.0, 8614.0, 8595.0, 8613.0, 8601.0, 8639.0, 8594.0, 8629.0, 8624.0, 8589.0, 8616.0, 8569.0, 8611.0, 8612.0, 8598.0, 8594.0, 8580.0, 8602.0, 8589.0, 8602.0, 8582.0, 8618.0, 8581.0, 8603.0, 8594.0, 8601.0, 8601.0, 8625.0, 8602.0, 8604.0, 8607.0, 8607.0, 8602.0, 8617.0, 8601.0, 8625.0, 8621.0, 8620.0, 8625.0, 8598.0, 8612.0, 8577.0, 8591.0, 8572.0, 8586.0, 8578.0, 8576.0, 8575.0, 8560.0, 8595.0, 8560.0, 8592.0, 8561.0, 8595.0, 8581.0, 8592.0, 8595.0, 8578.0, 8597.0, 8576.0, 8593.0, 8574.0, 8599.0, 8580.0, 8598.0, 8567.0, 8616.0, 8597.0, 8613.0, 8619.0, 8597.0, 8615.0, 8584.0, 8614.0, 8586.0, 8618.0, 8588.0, 8617.0, 8586.0, 8622.0, 8600.0, 8601.0, 8603.0, 8583.0, 8603.0, 8584.0, 8600.0, 8572.0, 8620.0, 8602.0, 8628.0, 8611.0, 8626.0, 8594.0, 8646.0, 8627.0, 8644.0, 8631.0, 8617.0, 8649.0, 8637.0, 8659.0, 8599.0, 8637.0, 8637.0, 8603.0, 8601.0, 8584.0, 8600.0, 8567.0, 8599.0, 8566.0, 8596.0, 8569.0, 8617.0, 8561.0, 8605.0, 8596.0, 8599.0, 8597.0, 8602.0, 8599.0, 8589.0, 8590.0, 8624.0, 8610.0, 8629.0, 8614.0, 8631.0, 8598.0, 8630.0, 8635.0, 8622.0, 8615.0, 8627.0, 8621.0, 8612.0, 8611.0, 8608.0, 8625.0, 8608.0, 8603.0, 8611.0, 8616.0, 8628.0, 8619.0, 8640.0, 8606.0, 8624.0, 8622.0, 8585.0, 8604.0, 8578.0, 8599.0, 8561.0, 8596.0, 8559.0, 8609.0, 8561.0, 8593.0, 8565.0, 8611.0, 8595.0, 8617.0, 8592.0, 8613.0, 8585.0, 8614.0, 8597.0, 8618.0, 8598.0, 8616.0, 8576.0, 8597.0, 8573.0, 8587.0, 8586.0, 8573.0, 8587.0, 8575.0, 8591.0, 8576.0, 8575.0, 8576.0, 8594.0, 8579.0, 8598.0, 8566.0, 8600.0, 8582.0, 8596.0, 8599.0, 8604.0, 8600.0, 8605.0, 8583.0, 8606.0, 8586.0, 8622.0, 8585.0, 8608.0, 8589.0, 8626.0, 8612.0, 8630.0, 8633.0, 8631.0, 8636.0, 8657.0, 8598.0, 8630.0, 8606.0, 8618.0, 8608.0, 8582.0, 8605.0, 8563.0, 8602.0, 8583.0, 8595.0, 8600.0, 8582.0, 8601.0, 8571.0, 8596.0, 8570.0, 8607.0, 8585.0, 8623.0, 8608.0, 8625.0, 8628.0, 8634.0, 8630.0, 8649.0, 8602.0, 8625.0, 8614.0, 8602.0, 8600.0, 8580.0, 8598.0, 8578.0, 8614.0, 8568.0, 8601.0, 8583.0, 8615.0, 8583.0, 8600.0, 8588.0, 8601.0, 8604.0, 8587.0, 8606.0, 8584.0, 8618.0, 8586.0, 8620.0, 8586.0, 8616.0, 8583.0, 8619.0, 8582.0, 8618.0, 8611.0, 8620.0, 8611.0, 8618.0, 8617.0, 8597.0, 8598.0, 8582.0, 8618.0, 8590.0, 8604.0, 8592.0, 8623.0, 8607.0, 8611.0, 8613.0, 8610.0, 8635.0, 8629.0, 8609.0, 8632.0, 8585.0, 8618.0, 8598.0, 8600.0, 8596.0, 8586.0, 8570.0, 8624.0, 8590.0, 8627.0, 8595.0, 8645.0, 8609.0, 8635.0, 8607.0, 8644.0, 8614.0, 8644.0, 8650.0, 8620.0, 8666.0, 8634.0, 8663.0, 8622.0, 8618.0, 8616.0, 8582.0, 8579.0, 8576.0, 8583.0, 8555.0, 8582.0, 8579.0, 8594.0, 8583.0, 8599.0, 8603.0, 8601.0, 8604.0, 8621.0, 8582.0, 8606.0, 8579.0, 8603.0, 8589.0, 8595.0, 8588.0, 8578.0, 8580.0, 8579.0, 8590.0, 8583.0, 8583.0, 8600.0, 8601.0, 8604.0, 8618.0, 8619.0, 8602.0, 8625.0, 8623.0, 8605.0, 8621.0, 8581.0, 8605.0, 8599.0, 8600.0, 8586.0, 8624.0, 8606.0, 8620.0, 8606.0, 8599.0, 8647.0, 8631.0, 8648.0, 8591.0, 8601.0, 8610.0, 8576.0, 8598.0, 8557.0, 8596.0, 8590.0, 8594.0, 8590.0, 8573.0, 8569.0, 8567.0, 8570.0, 8571.0, 8569.0, 8572.0, 8570.0, 8572.0, 8567.0, 8588.0, 8550.0, 8566.0, 8554.0, 8541.0, 8550.0, 8537.0, 8554.0, 8535.0, 8540.0, 8539.0, 8561.0, 8545.0, 8560.0, 8568.0, 8582.0, 8588.0, 8556.0, 8590.0, 8591.0, 8617.0, 8591.0, 8614.0, 8597.0, 8590.0, 8579.0, 8584.0, 8585.0, 8574.0, 8570.0, 8567.0, 8579.0, 8577.0, 8602.0, 8617.0, 8622.0, 8606.0, 8643.0, 8613.0, 8637.0, 8600.0, 8604.0, 8596.0, 8559.0, 8589.0, 8539.0, 8570.0, 8549.0, 8587.0, 8540.0, 8585.0, 8569.0, 8575.0, 8570.0, 8594.0, 8569.0, 8598.0, 8592.0, 8632.0, 8612.0, 8646.0, 8592.0, 8623.0, 8606.0, 8582.0, 8599.0, 8563.0, 8594.0, 8593.0, 8582.0, 8580.0, 8583.0, 8596.0, 8568.0, 8602.0, 8582.0, 8605.0, 8584.0, 8621.0, 8587.0, 8609.0, 8602.0, 8625.0, 8617.0, 8606.0, 8610.0, 8606.0, 8604.0, 8633.0, 8633.0, 8620.0, 8628.0, 8635.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.0009810332950631459</td></tr>
<tr><td colspan=3>aqi</td><td>0.022797586911595866</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.547594855367805</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1982660310229878</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0006353082413786</td></tr>
<tr><td colspan=3>efc</td><td>0.4517</td></tr>
<tr><td colspan=3>fber</td><td>6407.2886</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08644008187841559</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>20</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.296211251435132</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4454392237468014</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.308128490424474</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6820484815095265</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.346140699306405</td></tr>
<tr><td colspan=3>gcor</td><td>0.0111355</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012253002263605595</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023744948208332062</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7689057074380576</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>31.6763</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.3517</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>135.091</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305538.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>594.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>270.1425</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0445</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>513.7266</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3067.5222</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3265.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71006.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>951.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4044.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>866.2931</td></tr>
<tr><td colspan=3>tsnr</td><td>38.293748311232775</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>