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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0041/ses-03/func/sub-0041_ses-03_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>44d75902cb3d31014fe0ea2da517dcd4</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>16:13:7.460000</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_VE11C_LATEST_20160120</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.991932, -0.126743, -0.0027433, 0.126366, 0.986781, 0.101461]</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.0869479</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4137, -7777, -7358, 442, -78, -200, -59, 87]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>238.723</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c51212f6-cfe5-4280-8f07-7eb8df23a105||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.661280393600464, 0.3390296995639801, 0.027411505579948425, 94.84638977050781], [0.34004247188568115, 2.6474621295928955, 0.27266979217529297, -113.75614166259766], [-0.007360085844993591, -0.27221179008483887, 2.686056613922119, -60.217525482177734], [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': ['161307.460000', '161307.920000', '161308.380000', '161308.840000', '161309.300000', '161309.760000', '161310.220000', '161310.680000', '161311.140000', '161311.600000', '161312.060000', '161312.520000', '161312.980000', '161313.440000', '161313.900000', '161314.360000', '161314.820000', '161315.280000', '161315.740000', '161316.200000', '161316.660000', '161317.120000', '161317.580000', '161318.040000', '161318.500000', '161318.960000', '161319.420000', '161319.880000', '161320.340000', '161320.800000', '161321.260000', '161321.720000', '161322.180000', '161322.640000', '161323.100000', '161323.560000', '161324.020000', '161324.480000', '161324.940000', '161325.400000', '161325.860000', '161326.320000', '161326.780000', '161327.240000', '161327.700000', '161328.160000', '161328.620000', '161329.080000', '161329.540000', '161330.000000', '161330.460000', '161330.920000', '161331.380000', '161331.840000', '161332.300000', '161332.760000', '161333.220000', '161333.680000', '161334.140000', '161334.600000', '161335.060000', '161335.520000', '161335.980000', '161336.440000', '161336.900000', '161337.360000', '161337.820000', '161338.280000', '161338.740000', '161339.200000', '161339.660000', '161340.120000', '161340.580000', '161341.040000', '161341.500000', '161341.960000', '161342.420000', '161342.880000', '161343.340000', '161343.800000', '161344.260000', '161344.720000', '161345.180000', '161345.640000', '161346.100000', '161346.560000', '161347.020000', '161347.480000', '161347.940000', '161348.400000', '161348.860000', '161349.320000', '161349.780000', '161350.240000', '161350.700000', '161351.160000', '161351.620000', '161352.080000', '161352.540000', '161353.000000', '161353.460000', '161353.920000', '161354.380000', '161354.840000', '161355.300000', '161355.760000', '161356.220000', '161356.680000', '161357.140000', '161357.600000', '161358.060000', '161358.520000', '161358.980000', '161359.440000', '161359.900000', '161400.360000', '161400.820000', '161401.280000', '161401.740000', '161402.200000', '161402.660000', '161403.120000', '161403.580000', '161404.040000', '161404.500000', '161404.960000', '161405.420000', '161405.880000', '161406.340000', '161406.800000', '161407.260000', '161407.720000', '161408.180000', '161408.640000', '161409.100000', '161409.560000', '161410.020000', '161410.480000', '161410.940000', '161411.400000', '161411.860000', '161412.320000', '161412.780000', '161413.240000', '161413.700000', '161414.160000', '161414.620000', '161415.080000', '161415.540000', '161416.000000', '161416.460000', '161416.920000', '161417.380000', '161417.840000', '161418.300000', '161418.760000', '161419.220000', '161419.680000', '161420.140000', '161420.600000', '161421.060000', '161421.520000', '161421.980000', '161422.440000', '161422.900000', '161423.360000', '161423.820000', '161424.280000', '161424.740000', '161425.200000', '161425.660000', '161426.120000', '161426.580000', '161427.040000', '161427.500000', '161427.960000', '161428.420000', '161428.880000', '161429.340000', '161429.800000', '161430.260000', '161430.720000', '161431.180000', '161431.640000', '161432.100000', '161432.560000', '161433.020000', '161433.480000', '161433.940000', '161434.400000', '161434.860000', '161435.320000', '161435.780000', '161436.240000', '161436.700000', '161437.160000', '161437.620000', '161438.080000', '161438.540000', '161439.000000', '161439.460000', '161439.920000', '161440.380000', '161440.840000', '161441.300000', '161441.760000', '161442.220000', '161442.680000', '161443.140000', '161443.600000', '161444.060000', '161444.520000', '161444.980000', '161445.440000', '161445.900000', '161446.360000', '161446.820000', '161447.280000', '161447.740000', '161448.200000', '161448.660000', '161449.120000', '161449.580000', '161450.040000', '161450.500000', '161450.960000', '161451.420000', '161451.880000', '161452.340000', '161452.800000', '161453.260000', '161453.720000', '161454.180000', '161454.640000', '161455.100000', '161455.560000', '161456.020000', '161456.480000', '161456.940000', '161457.400000', '161457.860000', '161458.320000', '161458.780000', '161459.240000', '161459.700000', '161500.160000', '161500.620000', '161501.080000', '161501.540000', '161502.000000', '161502.460000', '161502.920000', '161503.380000', '161503.840000', '161504.300000', '161504.760000', '161505.220000', '161505.680000', '161506.140000', '161506.600000', '161507.060000', '161507.520000', '161507.980000', '161508.440000', '161508.900000', '161509.360000', '161509.820000', '161510.280000', '161510.740000', '161511.200000', '161511.660000', '161512.120000', '161512.580000', '161513.040000', '161513.500000', '161513.960000', '161514.420000', '161514.880000', '161515.340000', '161515.800000', '161516.260000', '161516.720000', '161517.180000', '161517.640000', '161518.100000', '161518.560000', '161519.020000', '161519.480000', '161519.940000', '161520.400000', '161520.860000', '161521.320000', '161521.780000', '161522.240000', '161522.700000', '161523.160000', '161523.620000', '161524.080000', '161524.540000', '161525.000000', '161525.460000', '161525.920000', '161526.380000', '161526.840000', '161527.300000', '161527.760000', '161528.220000', '161528.680000', '161529.140000', '161529.600000', '161530.060000', '161530.520000', '161530.980000', '161531.440000', '161531.900000', '161532.360000', '161532.820000', '161533.280000', '161533.740000', '161534.200000', '161534.660000', '161535.120000', '161535.580000', '161536.040000', '161536.500000', '161536.960000', '161537.420000', '161537.880000', '161538.340000', '161538.800000', '161539.260000', '161539.720000', '161540.180000', '161540.640000', '161541.100000', '161541.560000', '161542.020000', '161542.480000', '161542.940000', '161543.400000', '161543.860000', '161544.320000', '161544.780000', '161545.240000', '161545.700000', '161546.160000', '161546.620000', '161547.080000', '161547.540000', '161548.000000', '161548.460000', '161548.920000', '161549.380000', '161549.840000', '161550.300000', '161550.760000', '161551.220000', '161551.680000', '161552.140000', '161552.600000', '161553.060000', '161553.520000', '161553.980000', '161554.440000', '161554.900000', '161555.360000', '161555.820000', '161556.280000', '161556.740000', '161557.200000', '161557.660000', '161558.120000', '161558.580000', '161559.040000', '161559.500000', '161559.960000', '161600.420000', '161600.880000', '161601.340000', '161601.800000', '161602.260000', '161602.720000', '161603.180000', '161603.640000', '161604.100000', '161604.560000', '161605.020000', '161605.480000', '161605.940000', '161606.400000', '161606.860000', '161607.320000', '161607.780000', '161608.240000', '161608.700000', '161609.160000', '161609.620000', '161610.080000', '161610.540000', '161611.000000', '161611.460000', '161611.920000', '161612.380000', '161612.840000', '161613.300000', '161613.760000', '161614.220000', '161614.680000', '161615.140000', '161615.600000', '161616.060000', '161616.520000', '161616.980000', '161617.440000', '161617.900000', '161618.360000', '161618.820000', '161619.280000', '161619.740000', '161620.200000', '161620.660000', '161621.120000', '161621.580000', '161622.040000', '161622.500000', '161622.960000', '161623.420000', '161623.880000', '161624.340000', '161624.800000', '161625.260000', '161625.720000', '161626.180000', '161626.640000', '161627.100000', '161627.560000', '161628.020000', '161628.480000', '161628.940000', '161629.400000', '161629.860000', '161630.320000', '161630.780000', '161631.240000', '161631.700000', '161632.160000', '161632.620000', '161633.080000', '161633.540000', '161634.000000', '161634.460000', '161634.920000', '161635.380000', '161635.840000', '161636.300000', '161636.760000', '161637.220000', '161637.680000', '161638.140000', '161638.600000', '161639.060000', '161639.520000', '161639.980000', '161640.440000', '161640.900000', '161641.360000', '161641.820000', '161642.280000', '161642.740000', '161643.200000', '161643.660000', '161644.120000', '161644.580000', '161645.040000', '161645.500000', '161645.960000', '161646.420000', '161646.880000', '161647.340000', '161647.800000', '161648.260000', '161648.720000', '161649.180000', '161649.640000', '161650.100000', '161650.560000', '161651.020000', '161651.480000', '161651.940000', '161652.400000', '161652.860000', '161653.320000', '161653.780000', '161654.240000', '161654.700000', '161655.160000', '161655.620000', '161656.080000', '161656.540000', '161657.000000', '161657.460000', '161657.920000', '161658.380000', '161658.840000', '161659.300000', '161659.760000', '161700.220000', '161700.680000', '161701.140000', '161701.600000', '161702.060000', '161702.520000', '161702.980000', '161703.440000', '161703.900000', '161704.360000', '161704.820000', '161705.280000', '161705.740000', '161706.200000', '161706.660000', '161707.120000', '161707.580000', '161708.040000', '161708.500000', '161708.960000', '161709.420000', '161709.880000', '161710.340000', '161710.800000', '161711.260000', '161711.720000', '161712.180000', '161712.640000', '161713.100000', '161713.560000', '161714.020000', '161714.480000', '161714.940000', '161715.400000', '161715.860000', '161716.320000', '161716.780000', '161717.240000', '161717.700000', '161718.160000', '161718.620000', '161719.080000', '161719.540000', '161720.000000', '161720.460000', '161720.920000', '161721.380000', '161721.840000', '161722.300000', '161722.760000', '161723.220000', '161723.680000', '161724.140000', '161724.600000', '161725.060000', '161725.520000', '161725.980000', '161726.440000', '161726.900000', '161727.360000', '161727.820000', '161728.280000', '161728.740000', '161729.200000', '161729.660000', '161730.120000', '161730.580000', '161731.040000', '161731.500000', '161731.960000', '161732.420000', '161732.880000', '161733.340000', '161733.800000', '161734.260000', '161734.720000', '161735.180000', '161735.640000', '161736.100000', '161736.560000', '161737.020000', '161737.480000', '161737.940000', '161738.400000', '161738.860000', '161739.320000', '161739.780000', '161740.240000', '161740.700000', '161741.160000', '161741.620000', '161742.080000', '161742.540000', '161743.000000', '161743.460000', '161743.920000', '161744.380000', '161744.840000', '161745.300000', '161745.760000', '161746.220000', '161746.680000', '161747.140000', '161747.600000', '161748.060000', '161748.520000', '161748.980000', '161749.440000', '161749.900000', '161750.360000', '161750.820000', '161751.280000', '161751.740000', '161752.200000', '161752.660000', '161753.120000', '161753.580000', '161754.040000', '161754.500000', '161754.960000', '161755.420000', '161755.880000', '161756.340000', '161756.800000', '161757.260000', '161757.720000', '161758.180000', '161758.640000', '161759.100000', '161759.560000', '161800.020000', '161800.480000', '161800.940000', '161801.400000', '161801.860000', '161802.320000', '161802.780000', '161803.240000', '161803.700000', '161804.160000', '161804.620000', '161805.080000', '161805.540000', '161806.000000', '161806.460000', '161806.920000', '161807.380000', '161807.840000', '161808.300000', '161808.760000', '161809.220000', '161809.680000', '161810.140000', '161810.600000', '161811.060000', '161811.520000', '161811.980000', '161812.440000', '161812.900000', '161813.360000', '161813.820000', '161814.280000', '161814.740000', '161815.200000', '161815.660000', '161816.120000', '161816.580000', '161817.040000', '161817.500000', '161817.960000', '161818.420000', '161818.880000', '161819.340000', '161819.800000', '161820.260000', '161820.720000', '161821.180000', '161821.640000', '161822.100000', '161822.560000', '161823.020000', '161823.480000', '161823.940000', '161824.400000', '161824.860000', '161825.320000', '161825.780000', '161826.240000', '161826.700000', '161827.160000', '161827.620000', '161828.080000', '161828.540000', '161829.000000', '161829.460000', '161829.920000', '161830.380000', '161830.840000', '161831.300000', '161831.760000', '161832.220000', '161832.680000', '161833.140000', '161833.600000', '161834.060000', '161834.520000', '161834.980000', '161835.440000', '161835.900000', '161836.360000', '161836.820000', '161837.280000', '161837.740000', '161838.200000', '161838.660000', '161839.120000', '161839.580000', '161840.040000', '161840.500000', '161840.960000', '161841.420000', '161841.880000', '161842.340000', '161842.800000', '161843.260000', '161843.720000', '161844.180000', '161844.640000', '161845.100000', '161845.560000', '161846.020000', '161846.480000', '161846.940000', '161847.400000', '161847.860000', '161848.320000', '161848.780000', '161849.240000', '161849.700000', '161850.160000', '161850.620000', '161851.080000', '161851.540000', '161852.000000', '161852.460000', '161852.920000', '161853.380000', '161853.840000', '161854.300000', '161854.760000', '161855.220000', '161855.680000', '161856.140000', '161856.600000', '161857.060000', '161857.520000', '161857.980000', '161858.440000', '161858.900000', '161859.360000', '161859.820000', '161900.280000', '161900.740000', '161901.200000', '161901.660000', '161902.120000', '161902.580000', '161903.040000', '161903.500000', '161903.960000', '161904.420000', '161904.880000', '161905.340000', '161905.800000', '161906.260000', '161906.720000', '161907.180000', '161907.640000', '161908.100000', '161908.560000', '161909.020000', '161909.480000', '161909.940000', '161910.400000', '161910.860000', '161911.320000', '161911.780000', '161912.240000', '161912.700000', '161913.160000', '161913.620000', '161914.080000', '161914.540000', '161915.000000', '161915.460000', '161915.920000', '161916.380000', '161916.840000', '161917.300000', '161917.760000', '161918.220000', '161918.680000', '161919.140000', '161919.600000', '161920.060000', '161920.520000', '161920.980000', '161921.440000', '161921.900000', '161922.360000', '161922.820000', '161923.280000', '161923.740000', '161924.200000', '161924.660000', '161925.120000', '161925.580000', '161926.040000', '161926.500000', '161926.960000', '161927.420000', '161927.880000', '161928.340000', '161928.800000', '161929.260000', '161929.720000', '161930.180000', '161930.640000', '161931.100000', '161931.560000', '161932.020000', '161932.480000', '161932.940000', '161933.400000', '161933.860000', '161934.320000', '161934.780000', '161935.240000', '161935.700000', '161936.160000', '161936.620000', '161937.080000', '161937.540000', '161938.000000', '161938.460000', '161938.920000', '161939.380000', '161939.840000', '161940.300000', '161940.760000', '161941.220000', '161941.680000', '161942.140000', '161942.600000', '161943.060000', '161943.520000', '161943.980000', '161944.440000', '161944.900000', '161945.360000', '161945.820000', '161946.280000', '161946.740000', '161947.200000', '161947.660000', '161948.120000'], 'ContentTime': ['161320.409000', '161320.412000', '161320.415000', '161320.418000', '161320.421000', '161320.424000', '161320.426000', '161320.429000', '161320.432000', '161320.435000', '161320.437000', '161320.452000', '161320.455000', '161320.458000', '161320.461000', '161320.464000', '161320.466000', '161320.469000', '161320.472000', '161320.475000', '161320.478000', '161320.482000', '161320.486000', '161320.489000', '161320.491000', '161320.494000', '161320.497000', '161340.375000', '161340.378000', '161340.381000', '161340.383000', '161340.386000', '161340.389000', '161340.392000', '161340.395000', '161340.397000', '161340.400000', '161340.403000', '161340.406000', '161340.408000', '161340.411000', '161340.414000', '161340.417000', '161340.420000', '161340.422000', '161340.425000', '161340.428000', '161340.431000', '161340.433000', '161340.436000', '161340.439000', '161340.442000', '161340.445000', '161340.447000', '161340.450000', '161340.453000', '161340.456000', '161340.459000', '161340.467000', '161340.470000', '161340.472000', '161340.475000', '161340.478000', '161340.481000', '161340.484000', '161340.486000', '161340.489000', '161340.492000', '161340.495000', '161340.498000', '161340.500000', '161400.375000', '161400.378000', '161400.381000', '161400.383000', '161400.386000', '161400.389000', '161400.392000', '161400.395000', '161400.397000', '161400.400000', '161400.403000', '161400.406000', '161400.408000', '161400.411000', '161400.414000', '161400.417000', '161400.420000', '161400.422000', '161400.425000', '161400.429000', '161400.432000', '161400.435000', '161400.437000', '161400.440000', '161400.443000', '161400.446000', '161400.448000', '161400.463000', '161400.466000', '161400.469000', '161400.472000', '161400.475000', '161400.477000', '161400.480000', '161400.483000', '161400.486000', '161400.489000', '161400.499000', '161400.504000', '161400.508000', '161400.511000', '161400.514000', '161400.517000', '161420.376000', '161420.379000', '161420.382000', '161420.384000', '161420.387000', '161420.390000', '161420.393000', '161420.396000', '161420.398000', '161420.401000', '161420.404000', '161420.407000', '161420.410000', '161420.413000', '161420.415000', '161420.418000', '161420.421000', '161420.424000', '161420.427000', '161420.429000', '161420.432000', '161420.435000', '161420.438000', '161420.441000', '161420.443000', '161420.446000', '161420.449000', '161420.452000', '161420.455000', '161420.458000', '161420.461000', '161420.463000', '161420.466000', '161420.469000', '161420.472000', '161420.475000', '161420.477000', '161420.480000', '161420.483000', '161420.486000', '161420.489000', '161420.492000', '161420.494000', '161420.497000', '161440.376000', '161440.379000', '161440.382000', '161440.385000', '161440.387000', '161440.390000', '161440.393000', '161440.396000', '161440.399000', '161440.401000', '161440.404000', '161440.407000', '161440.410000', '161440.413000', '161440.415000', '161440.418000', '161440.421000', '161440.424000', '161440.427000', '161440.430000', '161440.432000', '161440.435000', '161440.438000', '161440.441000', '161440.444000', '161440.447000', '161440.449000', '161440.452000', '161440.455000', '161440.458000', '161440.461000', '161440.463000', '161440.466000', '161440.469000', '161440.472000', '161440.475000', '161440.477000', '161440.480000', '161440.483000', '161440.486000', '161440.489000', '161440.491000', '161440.494000', '161500.376000', '161500.379000', '161500.382000', '161500.384000', '161500.387000', '161500.390000', '161500.393000', '161500.396000', '161500.399000', '161500.401000', '161500.404000', '161500.407000', '161500.410000', '161500.413000', '161500.415000', '161500.418000', '161500.421000', '161500.424000', '161500.427000', '161500.430000', '161500.432000', '161500.435000', '161500.438000', '161500.441000', '161500.444000', '161500.447000', '161500.449000', '161500.452000', '161500.455000', '161500.458000', '161500.461000', '161500.463000', '161500.466000', '161500.469000', '161500.472000', '161500.474000', '161500.477000', '161500.480000', '161500.483000', '161500.486000', '161500.489000', '161500.491000', '161500.494000', '161500.497000', '161520.375000', '161520.378000', '161520.381000', '161520.384000', '161520.386000', '161520.389000', '161520.392000', '161520.395000', '161520.398000', '161520.400000', '161520.403000', '161520.406000', '161520.409000', '161520.412000', '161520.415000', '161520.417000', '161520.420000', '161520.423000', '161520.426000', '161520.429000', '161520.431000', '161520.434000', '161520.437000', '161520.440000', '161520.443000', '161520.446000', '161520.448000', '161520.451000', '161520.454000', '161520.457000', '161520.460000', '161520.462000', '161520.466000', '161520.469000', '161520.472000', '161520.475000', '161520.478000', '161520.481000', '161520.483000', '161520.486000', '161520.489000', '161520.492000', '161520.495000', '161540.375000', '161540.378000', '161540.381000', '161540.383000', '161540.386000', '161540.389000', '161540.392000', '161540.395000', '161540.397000', '161540.400000', '161540.403000', '161540.406000', '161540.409000', '161540.412000', '161540.414000', '161540.417000', '161540.420000', '161540.423000', '161540.426000', '161540.428000', '161540.431000', '161540.434000', '161540.437000', '161540.448000', '161540.451000', '161540.454000', '161540.456000', '161540.459000', '161540.462000', '161540.465000', '161540.468000', '161540.471000', '161540.473000', '161540.476000', '161540.479000', '161540.482000', '161540.484000', '161540.487000', '161540.490000', '161540.493000', '161540.496000', '161540.499000', '161540.501000', '161540.504000', '161600.375000', '161600.378000', '161600.381000', '161600.384000', '161600.386000', '161600.389000', '161600.392000', '161600.395000', '161600.398000', '161600.401000', '161600.403000', '161600.406000', '161600.409000', '161600.412000', '161600.415000', '161600.417000', '161600.420000', '161600.423000', '161600.426000', '161600.429000', '161600.431000', '161600.434000', '161600.437000', '161600.440000', '161600.443000', '161600.446000', '161600.448000', '161600.451000', '161600.454000', '161600.457000', '161600.460000', '161600.462000', '161600.465000', '161600.468000', '161600.471000', '161600.474000', '161600.477000', '161600.480000', '161600.482000', '161600.485000', '161600.488000', '161600.491000', '161600.494000', '161620.375000', '161620.378000', '161620.381000', '161620.384000', '161620.386000', '161620.389000', '161620.392000', '161620.395000', '161620.398000', '161620.401000', '161620.403000', '161620.406000', '161620.409000', '161620.412000', '161620.415000', '161620.417000', '161620.420000', '161620.423000', '161620.426000', '161620.428000', '161620.431000', '161620.434000', '161620.437000', '161620.440000', '161620.443000', '161620.445000', '161620.448000', '161620.451000', '161620.454000', '161620.457000', '161620.459000', '161620.462000', '161620.465000', '161620.468000', '161620.471000', '161620.473000', '161620.476000', '161620.479000', '161620.482000', '161620.485000', '161620.488000', '161620.490000', '161620.493000', '161620.496000', '161640.376000', '161640.379000', '161640.382000', '161640.385000', '161640.387000', '161640.390000', '161640.393000', '161640.396000', '161640.399000', '161640.402000', '161640.404000', '161640.407000', '161640.410000', '161640.413000', '161640.416000', '161640.418000', '161640.421000', '161640.424000', '161640.427000', '161640.429000', '161640.432000', '161640.435000', '161640.438000', '161640.441000', '161640.444000', '161640.446000', '161640.449000', '161640.452000', '161640.455000', '161640.458000', '161640.461000', '161640.463000', '161640.466000', '161640.469000', '161640.472000', '161640.475000', '161640.478000', '161640.480000', '161640.483000', '161640.486000', '161640.489000', '161640.492000', '161640.494000', '161700.376000', '161700.379000', '161700.382000', '161700.385000', '161700.387000', '161700.390000', '161700.393000', '161700.396000', '161700.399000', '161700.402000', '161700.404000', '161700.407000', '161700.410000', '161700.413000', '161700.416000', '161700.419000', '161700.422000', '161700.424000', '161700.427000', '161700.430000', '161700.433000', '161700.436000', '161700.439000', '161700.442000', '161700.444000', '161700.447000', '161700.450000', '161700.453000', '161700.456000', '161700.458000', '161700.461000', '161700.464000', '161700.467000', '161700.470000', '161700.473000', '161700.475000', '161700.478000', '161700.481000', '161700.484000', '161700.487000', '161700.489000', '161700.492000', '161700.495000', '161700.498000', '161720.376000', '161720.379000', '161720.382000', '161720.385000', '161720.398000', '161720.401000', '161720.404000', '161720.407000', '161720.410000', '161720.413000', '161720.415000', '161720.418000', '161720.421000', '161720.424000', '161720.427000', '161720.429000', '161720.432000', '161720.435000', '161720.438000', '161720.441000', '161720.444000', '161720.447000', '161720.449000', '161720.452000', '161720.455000', '161720.458000', '161720.461000', '161720.464000', '161720.466000', '161720.469000', '161720.472000', '161720.475000', '161720.478000', '161720.481000', '161720.484000', '161720.486000', '161720.489000', '161720.492000', '161720.495000', '161720.498000', '161720.501000', '161720.504000', '161720.506000', '161740.375000', '161740.378000', '161740.381000', '161740.384000', '161740.386000', '161740.389000', '161740.392000', '161740.395000', '161740.398000', '161740.401000', '161740.403000', '161740.406000', '161740.409000', '161740.412000', '161740.415000', '161740.417000', '161740.420000', '161740.423000', '161740.426000', '161740.429000', '161740.432000', '161740.435000', '161740.437000', '161740.440000', '161740.443000', '161740.446000', '161740.449000', '161740.451000', '161740.454000', '161740.457000', '161740.460000', '161740.463000', '161740.466000', '161740.469000', '161740.471000', '161740.474000', '161740.477000', '161740.480000', '161740.483000', '161740.485000', '161740.488000', '161740.491000', '161740.494000', '161740.497000', '161800.375000', '161800.378000', '161800.381000', '161800.384000', '161800.387000', '161800.389000', '161800.392000', '161800.395000', '161800.398000', '161800.401000', '161800.403000', '161800.406000', '161800.409000', '161800.412000', '161800.415000', '161800.417000', '161800.420000', '161800.423000', '161800.426000', '161800.429000', '161800.432000', '161800.435000', '161800.437000', '161800.440000', '161800.443000', '161800.446000', '161800.449000', '161800.452000', '161800.454000', '161800.457000', '161800.460000', '161800.463000', '161800.466000', '161800.469000', '161800.471000', '161800.474000', '161800.477000', '161800.480000', '161800.483000', '161800.485000', '161800.488000', '161800.491000', '161800.494000', '161820.375000', '161820.379000', '161820.383000', '161820.386000', '161820.388000', '161820.391000', '161820.394000', '161820.397000', '161820.400000', '161820.403000', '161820.406000', '161820.408000', '161820.411000', '161820.414000', '161820.417000', '161820.420000', '161820.422000', '161820.425000', '161820.428000', '161820.431000', '161820.434000', '161820.437000', '161820.439000', '161820.442000', '161820.445000', '161820.448000', '161820.451000', '161820.454000', '161820.456000', '161820.459000', '161820.462000', '161820.465000', '161820.468000', '161820.471000', '161820.473000', '161820.476000', '161820.479000', '161820.482000', '161820.485000', '161820.487000', '161820.490000', '161820.493000', '161820.496000', '161840.375000', '161840.378000', '161840.381000', '161840.384000', '161840.387000', '161840.389000', '161840.392000', '161840.395000', '161840.398000', '161840.401000', '161840.403000', '161840.406000', '161840.409000', '161840.412000', '161840.415000', '161840.418000', '161840.420000', '161840.423000', '161840.426000', '161840.429000', '161840.432000', '161840.435000', '161840.437000', '161840.440000', '161840.443000', '161840.446000', '161840.449000', '161840.451000', '161840.454000', '161840.457000', '161840.475000', '161840.478000', '161840.481000', '161840.484000', '161840.487000', '161840.495000', '161840.498000', '161840.501000', '161840.504000', '161840.507000', '161840.509000', '161840.512000', '161840.515000', '161840.518000', '161900.376000', '161900.379000', '161900.382000', '161900.385000', '161900.388000', '161900.390000', '161900.393000', '161900.396000', '161900.399000', '161900.402000', '161900.405000', '161900.408000', '161900.411000', '161900.414000', '161900.417000', '161900.420000', '161900.423000', '161900.426000', '161900.428000', '161900.431000', '161900.434000', '161900.437000', '161900.440000', '161900.442000', '161900.445000', '161900.448000', '161900.451000', '161900.454000', '161900.457000', '161900.459000', '161900.462000', '161900.467000', '161900.469000', '161900.472000', '161900.475000', '161900.478000', '161900.481000', '161900.484000', '161900.486000', '161900.489000', '161900.492000', '161900.495000', '161900.498000', '161920.376000', '161920.379000', '161920.382000', '161920.385000', '161920.387000', '161920.390000', '161920.393000', '161920.396000', '161920.399000', '161920.401000', '161920.404000', '161920.407000', '161920.410000', '161920.413000', '161920.416000', '161920.419000', '161920.421000', '161920.424000', '161920.427000', '161920.430000', '161920.433000', '161920.435000', '161920.438000', '161920.441000', '161920.444000', '161920.447000', '161920.450000', '161920.452000', '161920.455000', '161920.458000', '161920.461000', '161920.464000', '161920.467000', '161920.469000', '161920.472000', '161920.475000', '161920.478000', '161920.481000', '161920.483000', '161920.486000', '161920.489000', '161920.492000', '161920.495000', '161920.497000', '161940.376000', '161940.379000', '161940.382000', '161940.385000', '161940.388000', '161940.390000', '161940.393000', '161940.396000', '161940.399000', '161940.402000', '161940.405000', '161940.407000', '161940.410000', '161940.413000', '161940.416000', '161940.419000', '161940.421000', '161940.424000', '161940.427000', '161940.430000', '161940.433000', '161940.436000', '161940.439000', '161940.442000', '161940.444000', '161940.447000', '161940.450000', '161940.453000', '161940.456000', '161940.459000', '161940.462000', '161940.464000', '161940.467000', '161940.470000', '161940.473000', '161940.475000', '161940.478000', '161940.481000', '161940.484000', '161940.487000', '161940.490000', '161940.493000', '161940.496000', '161948.761000', '161948.765000', '161948.768000', '161948.772000', '161948.774000', '161948.777000', '161948.780000', '161948.783000', '161948.786000', '161948.789000', '161948.792000', '161948.795000', '161948.798000', '161948.800000', '161948.803000', '161948.806000', '161948.809000', '161948.812000', '161948.815000'], 'InstanceCreationTime': ['161320.409000', '161320.412000', '161320.415000', '161320.418000', '161320.421000', '161320.424000', '161320.426000', '161320.429000', '161320.432000', '161320.435000', '161320.437000', '161320.452000', '161320.455000', '161320.458000', '161320.461000', '161320.464000', '161320.466000', '161320.469000', '161320.472000', '161320.475000', '161320.478000', '161320.482000', '161320.486000', '161320.489000', '161320.491000', '161320.494000', '161320.497000', '161340.375000', '161340.378000', '161340.381000', '161340.383000', '161340.386000', '161340.389000', '161340.392000', '161340.395000', '161340.397000', '161340.400000', '161340.403000', '161340.406000', '161340.408000', '161340.411000', '161340.414000', '161340.417000', '161340.420000', '161340.422000', '161340.425000', '161340.428000', '161340.431000', '161340.433000', '161340.436000', '161340.439000', '161340.442000', '161340.445000', '161340.447000', '161340.450000', '161340.453000', '161340.456000', '161340.459000', '161340.467000', '161340.470000', '161340.472000', '161340.475000', '161340.478000', '161340.481000', '161340.484000', '161340.486000', '161340.489000', '161340.492000', '161340.495000', '161340.498000', '161340.500000', '161400.375000', '161400.378000', '161400.381000', '161400.383000', '161400.386000', '161400.389000', '161400.392000', '161400.395000', '161400.397000', '161400.400000', '161400.403000', '161400.406000', '161400.408000', '161400.411000', '161400.414000', '161400.417000', '161400.420000', '161400.422000', '161400.425000', '161400.429000', '161400.432000', '161400.435000', '161400.437000', '161400.440000', '161400.443000', '161400.446000', '161400.448000', '161400.463000', '161400.466000', '161400.469000', '161400.472000', '161400.475000', '161400.477000', '161400.480000', '161400.483000', '161400.486000', '161400.489000', '161400.499000', '161400.504000', '161400.508000', '161400.511000', '161400.514000', '161400.517000', '161420.376000', '161420.379000', '161420.382000', '161420.384000', '161420.387000', '161420.390000', '161420.393000', '161420.396000', '161420.398000', '161420.401000', '161420.404000', '161420.407000', '161420.410000', '161420.413000', '161420.415000', '161420.418000', '161420.421000', '161420.424000', '161420.427000', '161420.429000', '161420.432000', '161420.435000', '161420.438000', '161420.441000', '161420.443000', '161420.446000', '161420.449000', '161420.452000', '161420.455000', '161420.458000', '161420.461000', '161420.463000', '161420.466000', '161420.469000', '161420.472000', '161420.475000', '161420.477000', '161420.480000', '161420.483000', '161420.486000', '161420.489000', '161420.492000', '161420.494000', '161420.497000', '161440.376000', '161440.379000', '161440.382000', '161440.385000', '161440.387000', '161440.390000', '161440.393000', '161440.396000', '161440.399000', '161440.401000', '161440.404000', '161440.407000', '161440.410000', '161440.413000', '161440.415000', '161440.418000', '161440.421000', '161440.424000', '161440.427000', '161440.430000', '161440.432000', '161440.435000', '161440.438000', '161440.441000', '161440.444000', '161440.447000', '161440.449000', '161440.452000', '161440.455000', '161440.458000', '161440.461000', '161440.463000', '161440.466000', '161440.469000', '161440.472000', '161440.475000', '161440.477000', '161440.480000', '161440.483000', '161440.486000', '161440.489000', '161440.491000', '161440.494000', '161500.376000', '161500.379000', '161500.382000', '161500.384000', '161500.387000', '161500.390000', '161500.393000', '161500.396000', '161500.399000', '161500.401000', '161500.404000', '161500.407000', '161500.410000', '161500.413000', '161500.415000', '161500.418000', '161500.421000', '161500.424000', '161500.427000', '161500.430000', '161500.432000', '161500.435000', '161500.438000', '161500.441000', '161500.444000', '161500.447000', '161500.449000', '161500.452000', '161500.455000', '161500.458000', '161500.461000', '161500.463000', '161500.466000', '161500.469000', '161500.472000', '161500.474000', '161500.477000', '161500.480000', '161500.483000', '161500.486000', '161500.489000', '161500.491000', '161500.494000', '161500.497000', '161520.375000', '161520.378000', '161520.381000', '161520.384000', '161520.386000', '161520.389000', '161520.392000', '161520.395000', '161520.398000', '161520.400000', '161520.403000', '161520.406000', '161520.409000', '161520.412000', '161520.415000', '161520.417000', '161520.420000', '161520.423000', '161520.426000', '161520.429000', '161520.431000', '161520.434000', '161520.437000', '161520.440000', '161520.443000', '161520.446000', '161520.448000', '161520.451000', '161520.454000', '161520.457000', '161520.460000', '161520.462000', '161520.466000', '161520.469000', '161520.472000', '161520.475000', '161520.478000', '161520.481000', '161520.483000', '161520.486000', '161520.489000', '161520.492000', '161520.495000', '161540.375000', '161540.378000', '161540.381000', '161540.383000', '161540.386000', '161540.389000', '161540.392000', '161540.395000', '161540.397000', '161540.400000', '161540.403000', '161540.406000', '161540.409000', '161540.412000', '161540.414000', '161540.417000', '161540.420000', '161540.423000', '161540.426000', '161540.428000', '161540.431000', '161540.434000', '161540.437000', '161540.448000', '161540.451000', '161540.454000', '161540.456000', '161540.459000', '161540.462000', '161540.465000', '161540.468000', '161540.471000', '161540.473000', '161540.476000', '161540.479000', '161540.482000', '161540.484000', '161540.487000', '161540.490000', '161540.493000', '161540.496000', '161540.499000', '161540.501000', '161540.504000', '161600.375000', '161600.378000', '161600.381000', '161600.384000', '161600.386000', '161600.389000', '161600.392000', '161600.395000', '161600.398000', '161600.401000', '161600.403000', '161600.406000', '161600.409000', '161600.412000', '161600.415000', '161600.417000', '161600.420000', '161600.423000', '161600.426000', '161600.429000', '161600.431000', '161600.434000', '161600.437000', '161600.440000', '161600.443000', '161600.446000', '161600.448000', '161600.451000', '161600.454000', '161600.457000', '161600.460000', '161600.462000', '161600.465000', '161600.468000', '161600.471000', '161600.474000', '161600.477000', '161600.480000', '161600.482000', '161600.485000', '161600.488000', '161600.491000', '161600.494000', '161620.375000', '161620.378000', '161620.381000', '161620.384000', '161620.386000', '161620.389000', '161620.392000', '161620.395000', '161620.398000', '161620.401000', '161620.403000', '161620.406000', '161620.409000', '161620.412000', '161620.415000', '161620.417000', '161620.420000', '161620.423000', '161620.426000', '161620.428000', '161620.431000', '161620.434000', '161620.437000', '161620.440000', '161620.443000', '161620.445000', '161620.448000', '161620.451000', '161620.454000', '161620.457000', '161620.459000', '161620.462000', '161620.465000', '161620.468000', '161620.471000', '161620.473000', '161620.476000', '161620.479000', '161620.482000', '161620.485000', '161620.488000', '161620.490000', '161620.493000', '161620.496000', '161640.376000', '161640.379000', '161640.382000', '161640.385000', '161640.387000', '161640.390000', '161640.393000', '161640.396000', '161640.399000', '161640.402000', '161640.404000', '161640.407000', '161640.410000', '161640.413000', '161640.416000', '161640.418000', '161640.421000', '161640.424000', '161640.427000', '161640.429000', '161640.432000', '161640.435000', '161640.438000', '161640.441000', '161640.444000', '161640.446000', '161640.449000', '161640.452000', '161640.455000', '161640.458000', '161640.461000', '161640.463000', '161640.466000', '161640.469000', '161640.472000', '161640.475000', '161640.478000', '161640.480000', '161640.483000', '161640.486000', '161640.489000', '161640.492000', '161640.494000', '161700.376000', '161700.379000', '161700.382000', '161700.385000', '161700.387000', '161700.390000', '161700.393000', '161700.396000', '161700.399000', '161700.402000', '161700.404000', '161700.407000', '161700.410000', '161700.413000', '161700.416000', '161700.419000', '161700.422000', '161700.424000', '161700.427000', '161700.430000', '161700.433000', '161700.436000', '161700.439000', '161700.442000', '161700.444000', '161700.447000', '161700.450000', '161700.453000', '161700.456000', '161700.458000', '161700.461000', '161700.464000', '161700.467000', '161700.470000', '161700.473000', '161700.475000', '161700.478000', '161700.481000', '161700.484000', '161700.487000', '161700.489000', '161700.492000', '161700.495000', '161700.498000', '161720.376000', '161720.379000', '161720.382000', '161720.385000', '161720.398000', '161720.401000', '161720.404000', '161720.407000', '161720.410000', '161720.413000', '161720.415000', '161720.418000', '161720.421000', '161720.424000', '161720.427000', '161720.429000', '161720.432000', '161720.435000', '161720.438000', '161720.441000', '161720.444000', '161720.447000', '161720.449000', '161720.452000', '161720.455000', '161720.458000', '161720.461000', '161720.464000', '161720.466000', '161720.469000', '161720.472000', '161720.475000', '161720.478000', '161720.481000', '161720.484000', '161720.486000', '161720.489000', '161720.492000', '161720.495000', '161720.498000', '161720.501000', '161720.504000', '161720.506000', '161740.375000', '161740.378000', '161740.381000', '161740.384000', '161740.386000', '161740.389000', '161740.392000', '161740.395000', '161740.398000', '161740.401000', '161740.403000', '161740.406000', '161740.409000', '161740.412000', '161740.415000', '161740.417000', '161740.420000', '161740.423000', '161740.426000', '161740.429000', '161740.432000', '161740.435000', '161740.437000', '161740.440000', '161740.443000', '161740.446000', '161740.449000', '161740.451000', '161740.454000', '161740.457000', '161740.460000', '161740.463000', '161740.466000', '161740.469000', '161740.471000', '161740.474000', '161740.477000', '161740.480000', '161740.483000', '161740.485000', '161740.488000', '161740.491000', '161740.494000', '161740.497000', '161800.375000', '161800.378000', '161800.381000', '161800.384000', '161800.387000', '161800.389000', '161800.392000', '161800.395000', '161800.398000', '161800.401000', '161800.403000', '161800.406000', '161800.409000', '161800.412000', '161800.415000', '161800.417000', '161800.420000', '161800.423000', '161800.426000', '161800.429000', '161800.432000', '161800.435000', '161800.437000', '161800.440000', '161800.443000', '161800.446000', '161800.449000', '161800.452000', '161800.454000', '161800.457000', '161800.460000', '161800.463000', '161800.466000', '161800.469000', '161800.471000', '161800.474000', '161800.477000', '161800.480000', '161800.483000', '161800.485000', '161800.488000', '161800.491000', '161800.494000', '161820.375000', '161820.379000', '161820.383000', '161820.386000', '161820.388000', '161820.391000', '161820.394000', '161820.397000', '161820.400000', '161820.403000', '161820.406000', '161820.408000', '161820.411000', '161820.414000', '161820.417000', '161820.420000', '161820.422000', '161820.425000', '161820.428000', '161820.431000', '161820.434000', '161820.437000', '161820.439000', '161820.442000', '161820.445000', '161820.448000', '161820.451000', '161820.454000', '161820.456000', '161820.459000', '161820.462000', '161820.465000', '161820.468000', '161820.471000', '161820.473000', '161820.476000', '161820.479000', '161820.482000', '161820.485000', '161820.487000', '161820.490000', '161820.493000', '161820.496000', '161840.375000', '161840.378000', '161840.381000', '161840.384000', '161840.387000', '161840.389000', '161840.392000', '161840.395000', '161840.398000', '161840.401000', '161840.403000', '161840.406000', '161840.409000', '161840.412000', '161840.415000', '161840.418000', '161840.420000', '161840.423000', '161840.426000', '161840.429000', '161840.432000', '161840.435000', '161840.437000', '161840.440000', '161840.443000', '161840.446000', '161840.449000', '161840.451000', '161840.454000', '161840.457000', '161840.475000', '161840.478000', '161840.481000', '161840.484000', '161840.487000', '161840.495000', '161840.498000', '161840.501000', '161840.504000', '161840.507000', '161840.509000', '161840.512000', '161840.515000', '161840.518000', '161900.376000', '161900.379000', '161900.382000', '161900.385000', '161900.388000', '161900.390000', '161900.393000', '161900.396000', '161900.399000', '161900.402000', '161900.405000', '161900.408000', '161900.411000', '161900.414000', '161900.417000', '161900.420000', '161900.423000', '161900.426000', '161900.428000', '161900.431000', '161900.434000', '161900.437000', '161900.440000', '161900.442000', '161900.445000', '161900.448000', '161900.451000', '161900.454000', '161900.457000', '161900.459000', '161900.462000', '161900.467000', '161900.469000', '161900.472000', '161900.475000', '161900.478000', '161900.481000', '161900.484000', '161900.486000', '161900.489000', '161900.492000', '161900.495000', '161900.498000', '161920.376000', '161920.379000', '161920.382000', '161920.385000', '161920.387000', '161920.390000', '161920.393000', '161920.396000', '161920.399000', '161920.401000', '161920.404000', '161920.407000', '161920.410000', '161920.413000', '161920.416000', '161920.419000', '161920.421000', '161920.424000', '161920.427000', '161920.430000', '161920.433000', '161920.435000', '161920.438000', '161920.441000', '161920.444000', '161920.447000', '161920.450000', '161920.452000', '161920.455000', '161920.458000', '161920.461000', '161920.464000', '161920.467000', '161920.469000', '161920.472000', '161920.475000', '161920.478000', '161920.481000', '161920.483000', '161920.486000', '161920.489000', '161920.492000', '161920.495000', '161920.497000', '161940.376000', '161940.379000', '161940.382000', '161940.385000', '161940.388000', '161940.390000', '161940.393000', '161940.396000', '161940.399000', '161940.402000', '161940.405000', '161940.407000', '161940.410000', '161940.413000', '161940.416000', '161940.419000', '161940.421000', '161940.424000', '161940.427000', '161940.430000', '161940.433000', '161940.436000', '161940.439000', '161940.442000', '161940.444000', '161940.447000', '161940.450000', '161940.453000', '161940.456000', '161940.459000', '161940.462000', '161940.464000', '161940.467000', '161940.470000', '161940.473000', '161940.475000', '161940.478000', '161940.481000', '161940.484000', '161940.487000', '161940.490000', '161940.493000', '161940.496000', '161948.761000', '161948.765000', '161948.768000', '161948.772000', '161948.774000', '161948.777000', '161948.780000', '161948.783000', '161948.786000', '161948.789000', '161948.792000', '161948.795000', '161948.798000', '161948.800000', '161948.803000', '161948.806000', '161948.809000', '161948.812000', '161948.815000'], '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': [9590, 13457, 10966, 12037, 9737, 12079, 9849, 10384, 9427, 9988, 9053, 9824, 9891, 9501, 9889, 9875, 9481, 12820, 10494, 13147, 10898, 16214, 11351, 10461, 10055, 10367, 10074, 9851, 9827, 10024, 9563, 12452, 9762, 9343, 9884, 9535, 10654, 9699, 11541, 9650, 12041, 10093, 11283, 13779, 10680, 12851, 9901, 9809, 11723, 9907, 12371, 9870, 11224, 10247, 10194, 10226, 9888, 14083, 9839, 11925, 10692, 9155, 10499, 10355, 10574, 12590, 14019, 11177, 15332, 10655, 11312, 11251, 9796, 10980, 9857, 11184, 10283, 13891, 10701, 11806, 11102, 9960, 13005, 10545, 11903, 10757, 11004, 11171, 10066, 13680, 10512, 12013, 10906, 10044, 12746, 10104, 13269, 10641, 12629, 10924, 10158, 12172, 10233, 11617, 10696, 11342, 10723, 10884, 10394, 11252, 10184, 15364, 10976, 10328, 14869, 10645, 13055, 11047, 10069, 13748, 10605, 11727, 11053, 9673, 11288, 9994, 13129, 10378, 12272, 11119, 10060, 11532, 10425, 11520, 11261, 11051, 11338, 10796, 11500, 11149, 11038, 14698, 14258, 11300, 15066, 11010, 14025, 11271, 10295, 13348, 10773, 12301, 10903, 11787, 10727, 11329, 10772, 11436, 10809, 11634, 10815, 12446, 11237, 10362, 12746, 10665, 11965, 10647, 11391, 10604, 11240, 10462, 11384, 10569, 13910, 11091, 12138, 12350, 10315, 12101, 11067, 11025, 11342, 10295, 11960, 10708, 9677, 10864, 11077, 11087, 10028, 10955, 10050, 13466, 10618, 11917, 11063, 9920, 11727, 10552, 11934, 11103, 10030, 11506, 10690, 11251, 10998, 9802, 11280, 10074, 11556, 10796, 10006, 11108, 10160, 10935, 10243, 11311, 9466, 11240, 10280, 13545, 10782, 11888, 12109, 10778, 14126, 11026, 12014, 11400, 10469, 13145, 11123, 13470, 11159, 9677, 15288, 10446, 13339, 11133, 11242, 11319, 9929, 11158, 11052, 10916, 11374, 10715, 13095, 15478, 11077, 12862, 10765, 11150, 10721, 11007, 11193, 10152, 14272, 10646, 12723, 11141, 9578, 14045, 9870, 11135, 10347, 10754, 10719, 10478, 11061, 10150, 11270, 9588, 11041, 10834, 10818, 14197, 10471, 15707, 12473, 10910, 11292, 10595, 14619, 10451, 10750, 11189, 10518, 14551, 9686, 12039, 10311, 10396, 10970, 9910, 10867, 10538, 10015, 10937, 10434, 10356, 10561, 9698, 9627, 10541, 10567, 9694, 13646, 11386, 9661, 13167, 13613, 9702, 9834, 12323, 9191, 9763, 16848, 11791, 9265, 15270, 12553, 8647, 15654, 9413, 9622, 15010, 12037, 8292, 9457, 10008, 8167, 11531, 11115, 7956, 9570, 9921, 7722, 8539, 12342, 8233, 8668, 9195, 9457, 7965, 8514, 13689, 9791, 8861, 11053, 10498, 9421, 8354, 8720, 12416, 9454, 8101, 7976, 14593, 9068, 8046, 14968, 13982, 10700, 8123, 15153, 10585, 7650, 10963, 8663, 7769, 9592, 12820, 8030, 7980, 12194, 8159, 10576, 15087, 8041, 9945, 12567, 9071, 12970, 13103, 8103, 8495, 11521, 8008, 14681, 9832, 7872, 15023, 10611, 8504, 14001, 7523, 8985, 10996, 8349, 10871, 11636, 7662, 16740, 11648, 12710, 13811, 8283, 16755, 9026, 9872, 13546, 7526, 15846, 7195, 8085, 10088, 7221, 13437, 8577, 7862, 12333, 7735, 11652, 8975, 7744, 13959, 7949, 11138, 9399, 7719, 12335, 7446, 15540, 8965, 7597, 9850, 7649, 10915, 9230, 7672, 11613, 7448, 16097, 10998, 9353, 10195, 7657, 15327, 8225, 11880, 10806, 7578, 15644, 7926, 10885, 11167, 7329, 15106, 7505, 11970, 9801, 7289, 12699, 7737, 12047, 8328, 7813, 8754, 7833, 13191, 7508, 12342, 8696, 8364, 11262, 9512, 14565, 7412, 15307, 7479, 15973, 12607, 11783, 8973, 9370, 7663, 9194, 7700, 8623, 7380, 13634, 11683, 10453, 17481, 8724, 15139, 7318, 13010, 8121, 14722, 7730, 13388, 7643, 12342, 7898, 13005, 7179, 12050, 14665, 11442, 16633, 9907, 14280, 7422, 10730, 7528, 11107, 8665, 11399, 7872, 15568, 9538, 11618, 7612, 8464, 7565, 9836, 7577, 12037, 12402, 8596, 8406, 8069, 7458, 13740, 7424, 16148, 14133, 11903, 17483, 9061, 14611, 8591, 8596, 7304, 8679, 7364, 8175, 7368, 7927, 8820, 7506, 12871, 17971, 11346, 15807, 10798, 10333, 7586, 8820, 7161, 9462, 7716, 7556, 7294, 12349, 10272, 7241, 9261, 7884, 7549, 13943, 12451, 12673, 18377, 11358, 15837, 11230, 9872, 8177, 8620, 7392, 7638, 7407, 8975, 7319, 10793, 9883, 8458, 14230, 7765, 13879, 7261, 10341, 7278, 9826, 7254, 10467, 13055, 8507, 15943, 8147, 13177, 7373, 9505, 7832, 7469, 7657, 15780, 9042, 13391, 13128, 9303, 16918, 7977, 14091, 9505, 10166, 12754, 8158, 17351, 8306, 14830, 8578, 9798, 15491, 7749, 14362, 7598, 10050, 7914, 9681, 7860, 7500, 15185, 7440, 12283, 7512, 7586, 16171, 7491, 14325, 7467, 9280, 14063, 7817, 14984, 7460, 12773, 7581, 8414, 8423, 7567, 9761, 7278, 14552, 8757, 15922, 7716, 14231, 17759, 14054, 16237, 9344, 11970, 7504, 8437, 8228, 7355, 10038, 7375, 8090, 8017, 16507, 9424, 14128, 11079, 9463, 17648, 7630, 15027, 7559, 11978, 7683, 10365, 7652, 10441, 7716, 13243, 7466, 13732, 15681, 12552, 17551, 9533, 14029, 7480, 9524, 7727, 7697, 8458, 7335, 8877, 16795, 10130, 15004, 9383, 11145, 7568, 9420, 14392, 8410, 11927, 7522, 14737, 7301, 11544, 7699, 7495, 7506, 7260, 16382, 8102, 14409, 8383, 11246, 7645, 10126, 7538, 12170, 12438, 9879, 16136, 7465, 11651, 7374, 7537, 8588, 7636, 10013, 7376, 12778, 7672, 13335, 7478, 16327, 18238, 12389, 16002, 9906, 10336, 16656, 7895, 14429, 7312, 7497, 7518, 7715, 8359, 7380, 10708, 7871, 15177, 8524, 9099, 9583, 7561, 13190, 11345, 13456, 7735, 11990, 7656, 14574, 7739, 15295, 7299, 7827, 8356, 7252, 15204, 7335, 13314, 9020, 13672, 10637, 7593, 10438, 7866, 11061, 14740, 10579, 7373, 8221, 7274, 10272, 8312, 7505, 8057, 7159, 11237, 8212, 8209, 7437, 7718, 9607, 7660, 7274, 12937, 12583, 8723, 17251, 13311, 18114, 11253, 14590, 9872, 10045, 7432, 10225, 7495, 11055, 7811, 11004, 7662, 10297, 7709, 8846, 7588, 8382, 7389, 10278, 7714, 7488, 8630, 7510, 10652, 10306, 10791, 11848, 8423, 15080, 9640, 7869, 8043, 7569, 9363, 7701, 13942, 8536, 10121, 9847, 10813, 15695, 8931, 16810, 9177, 16581, 10744, 15110, 9839, 7861, 10741, 7462, 15625, 8168, 7582, 10093, 7608, 15114], 'WindowCenter': [4401.0, 4405.0, 4382.0, 4378.0, 4358.0, 4375.0, 4357.0, 4356.0, 4348.0, 4356.0, 4347.0, 4355.0, 4357.0, 4357.0, 4358.0, 4358.0, 4359.0, 4379.0, 4358.0, 4377.0, 4358.0, 4403.0, 4368.0, 4343.0, 4342.0, 4343.0, 4341.0, 4340.0, 4345.0, 4342.0, 4357.0, 4377.0, 4345.0, 4335.0, 4345.0, 4346.0, 4354.0, 4346.0, 4355.0, 4346.0, 4365.0, 4343.0, 4355.0, 4374.0, 4343.0, 4361.0, 4332.0, 4331.0, 4350.0, 4341.0, 4362.0, 4343.0, 4353.0, 4342.0, 4342.0, 4369.0, 4372.0, 4386.0, 4344.0, 4378.0, 4367.0, 4346.0, 4367.0, 4354.0, 4366.0, 4377.0, 4385.0, 4363.0, 4382.0, 4352.0, 4351.0, 4351.0, 4341.0, 4351.0, 4342.0, 4362.0, 4351.0, 4375.0, 4354.0, 4364.0, 4352.0, 4342.0, 4361.0, 4353.0, 4363.0, 4352.0, 4353.0, 4350.0, 4341.0, 4371.0, 4342.0, 4350.0, 4341.0, 4339.0, 4358.0, 4339.0, 4358.0, 4340.0, 4360.0, 4350.0, 4339.0, 4359.0, 4340.0, 4351.0, 4349.0, 4352.0, 4364.0, 4366.0, 4367.0, 4376.0, 4367.0, 4397.0, 4351.0, 4342.0, 4371.0, 4340.0, 4361.0, 4351.0, 4341.0, 4359.0, 4339.0, 4348.0, 4349.0, 4328.0, 4351.0, 4351.0, 4371.0, 4341.0, 4360.0, 4349.0, 4340.0, 4350.0, 4352.0, 4361.0, 4373.0, 4373.0, 4375.0, 4375.0, 4378.0, 4391.0, 4392.0, 4413.0, 4399.0, 4365.0, 4372.0, 4339.0, 4372.0, 4350.0, 4340.0, 4358.0, 4348.0, 4359.0, 4351.0, 4359.0, 4349.0, 4350.0, 4350.0, 4361.0, 4353.0, 4360.0, 4353.0, 4372.0, 4350.0, 4340.0, 4361.0, 4350.0, 4350.0, 4350.0, 4362.0, 4353.0, 4364.0, 4365.0, 4375.0, 4365.0, 4384.0, 4350.0, 4364.0, 4361.0, 4340.0, 4349.0, 4348.0, 4350.0, 4349.0, 4339.0, 4349.0, 4340.0, 4329.0, 4348.0, 4349.0, 4362.0, 4352.0, 4363.0, 4354.0, 4373.0, 4351.0, 4362.0, 4352.0, 4341.0, 4349.0, 4340.0, 4351.0, 4350.0, 4342.0, 4350.0, 4351.0, 4350.0, 4362.0, 4355.0, 4362.0, 4353.0, 4350.0, 4352.0, 4352.0, 4363.0, 4353.0, 4351.0, 4353.0, 4364.0, 4356.0, 4377.0, 4379.0, 4399.0, 4366.0, 4376.0, 4364.0, 4365.0, 4385.0, 4365.0, 4376.0, 4363.0, 4351.0, 4361.0, 4362.0, 4374.0, 4363.0, 4342.0, 4382.0, 4351.0, 4372.0, 4350.0, 4349.0, 4350.0, 4339.0, 4350.0, 4363.0, 4364.0, 4364.0, 4355.0, 4374.0, 4381.0, 4353.0, 4362.0, 4339.0, 4338.0, 4350.0, 4350.0, 4338.0, 4340.0, 4369.0, 4338.0, 4359.0, 4349.0, 4340.0, 4372.0, 4353.0, 4349.0, 4353.0, 4365.0, 4365.0, 4379.0, 4380.0, 4370.0, 4378.0, 4358.0, 4368.0, 4367.0, 4367.0, 4385.0, 4354.0, 4385.0, 4377.0, 4355.0, 4367.0, 4355.0, 4384.0, 4356.0, 4366.0, 4365.0, 4355.0, 4384.0, 4357.0, 4366.0, 4356.0, 4354.0, 4356.0, 4356.0, 4355.0, 4353.0, 4357.0, 4366.0, 4367.0, 4370.0, 4370.0, 4359.0, 4359.0, 4369.0, 4370.0, 4360.0, 4389.0, 4368.0, 4356.0, 4378.0, 4388.0, 4358.0, 4358.0, 4377.0, 4346.0, 4356.0, 4398.0, 4366.0, 4344.0, 4386.0, 4365.0, 4336.0, 4385.0, 4348.0, 4343.0, 4386.0, 4365.0, 4336.0, 4345.0, 4343.0, 4335.0, 4354.0, 4353.0, 4324.0, 4343.0, 4343.0, 4322.0, 4336.0, 4365.0, 4323.0, 4335.0, 4334.0, 4345.0, 4326.0, 4335.0, 4375.0, 4346.0, 4335.0, 4353.0, 4354.0, 4343.0, 4335.0, 4336.0, 4363.0, 4347.0, 4337.0, 4351.0, 4399.0, 4347.0, 4326.0, 4387.0, 4376.0, 4355.0, 4325.0, 4386.0, 4357.0, 4326.0, 4355.0, 4335.0, 4325.0, 4346.0, 4376.0, 4326.0, 4325.0, 4364.0, 4325.0, 4356.0, 4386.0, 4326.0, 4345.0, 4365.0, 4335.0, 4365.0, 4365.0, 4325.0, 4334.0, 4355.0, 4325.0, 4388.0, 4345.0, 4327.0, 4385.0, 4356.0, 4348.0, 4375.0, 4326.0, 4345.0, 4365.0, 4336.0, 4368.0, 4366.0, 4325.0, 4384.0, 4354.0, 4364.0, 4374.0, 4324.0, 4383.0, 4332.0, 4341.0, 4362.0, 4310.0, 4381.0, 4301.0, 4323.0, 4344.0, 4313.0, 4376.0, 4334.0, 4324.0, 4364.0, 4324.0, 4354.0, 4332.0, 4324.0, 4374.0, 4324.0, 4354.0, 4334.0, 4313.0, 4361.0, 4313.0, 4383.0, 4333.0, 4324.0, 4345.0, 4325.0, 4355.0, 4334.0, 4326.0, 4355.0, 4315.0, 4384.0, 4354.0, 4334.0, 4343.0, 4323.0, 4374.0, 4323.0, 4366.0, 4356.0, 4326.0, 4382.0, 4324.0, 4353.0, 4353.0, 4315.0, 4385.0, 4313.0, 4364.0, 4343.0, 4315.0, 4376.0, 4324.0, 4365.0, 4349.0, 4326.0, 4334.0, 4325.0, 4375.0, 4327.0, 4375.0, 4334.0, 4335.0, 4355.0, 4333.0, 4373.0, 4311.0, 4383.0, 4313.0, 4383.0, 4351.0, 4353.0, 4322.0, 4328.0, 4311.0, 4333.0, 4325.0, 4335.0, 4327.0, 4377.0, 4354.0, 4344.0, 4383.0, 4321.0, 4371.0, 4301.0, 4361.0, 4311.0, 4372.0, 4313.0, 4362.0, 4312.0, 4361.0, 4324.0, 4363.0, 4314.0, 4364.0, 4372.0, 4352.0, 4382.0, 4328.0, 4360.0, 4311.0, 4340.0, 4313.0, 4352.0, 4333.0, 4353.0, 4324.0, 4383.0, 4331.0, 4351.0, 4312.0, 4323.0, 4327.0, 4344.0, 4326.0, 4366.0, 4365.0, 4333.0, 4323.0, 4323.0, 4327.0, 4387.0, 4327.0, 4398.0, 4374.0, 4353.0, 4382.0, 4321.0, 4360.0, 4308.0, 4317.0, 4300.0, 4320.0, 4313.0, 4322.0, 4310.0, 4323.0, 4333.0, 4314.0, 4374.0, 4381.0, 4341.0, 4370.0, 4326.0, 4329.0, 4297.0, 4318.0, 4300.0, 4341.0, 4336.0, 4324.0, 4325.0, 4374.0, 4342.0, 4325.0, 4333.0, 4324.0, 4324.0, 4387.0, 4366.0, 4365.0, 4383.0, 4327.0, 4359.0, 4326.0, 4316.0, 4306.0, 4307.0, 4297.0, 4310.0, 4323.0, 4333.0, 4322.0, 4353.0, 4342.0, 4323.0, 4372.0, 4309.0, 4371.0, 4300.0, 4338.0, 4310.0, 4339.0, 4313.0, 4352.0, 4361.0, 4321.0, 4381.0, 4311.0, 4361.0, 4324.0, 4354.0, 4334.0, 4339.0, 4340.0, 4394.0, 4335.0, 4375.0, 4362.0, 4331.0, 4381.0, 4321.0, 4373.0, 4330.0, 4341.0, 4361.0, 4310.0, 4381.0, 4320.0, 4369.0, 4318.0, 4328.0, 4357.0, 4307.0, 4357.0, 4307.0, 4328.0, 4320.0, 4340.0, 4321.0, 4312.0, 4372.0, 4313.0, 4363.0, 4313.0, 4323.0, 4382.0, 4312.0, 4372.0, 4311.0, 4330.0, 4371.0, 4311.0, 4371.0, 4309.0, 4360.0, 4323.0, 4335.0, 4334.0, 4325.0, 4355.0, 4325.0, 4386.0, 4334.0, 4383.0, 4324.0, 4375.0, 4381.0, 4372.0, 4385.0, 4330.0, 4348.0, 4310.0, 4333.0, 4332.0, 4338.0, 4367.0, 4338.0, 4348.0, 4348.0, 4395.0, 4329.0, 4372.0, 4352.0, 4344.0, 4393.0, 4312.0, 4381.0, 4322.0, 4361.0, 4321.0, 4338.0, 4309.0, 4341.0, 4311.0, 4360.0, 4312.0, 4372.0, 4367.0, 4349.0, 4368.0, 4316.0, 4346.0, 4295.0, 4314.0, 4309.0, 4309.0, 4321.0, 4310.0, 4343.0, 4381.0, 4340.0, 4371.0, 4330.0, 4339.0, 4310.0, 4328.0, 4370.0, 4321.0, 4351.0, 4319.0, 4371.0, 4310.0, 4351.0, 4310.0, 4310.0, 4309.0, 4309.0, 4381.0, 4322.0, 4372.0, 4321.0, 4350.0, 4322.0, 4342.0, 4324.0, 4375.0, 4373.0, 4342.0, 4379.0, 4308.0, 4351.0, 4322.0, 4324.0, 4343.0, 4336.0, 4357.0, 4326.0, 4376.0, 4324.0, 4376.0, 4324.0, 4396.0, 4396.0, 4362.0, 4371.0, 4328.0, 4339.0, 4366.0, 4308.0, 4357.0, 4298.0, 4308.0, 4311.0, 4322.0, 4332.0, 4323.0, 4366.0, 4336.0, 4384.0, 4336.0, 4347.0, 4344.0, 4322.0, 4376.0, 4354.0, 4373.0, 4322.0, 4350.0, 4311.0, 4371.0, 4323.0, 4382.0, 4310.0, 4323.0, 4334.0, 4324.0, 4396.0, 4324.0, 4372.0, 4334.0, 4374.0, 4354.0, 4322.0, 4351.0, 4322.0, 4351.0, 4373.0, 4341.0, 4311.0, 4320.0, 4312.0, 4352.0, 4333.0, 4325.0, 4324.0, 4315.0, 4365.0, 4336.0, 4348.0, 4328.0, 4335.0, 4357.0, 4335.0, 4326.0, 4378.0, 4377.0, 4347.0, 4405.0, 4376.0, 4396.0, 4353.0, 4371.0, 4329.0, 4328.0, 4297.0, 4329.0, 4310.0, 4351.0, 4322.0, 4349.0, 4322.0, 4343.0, 4323.0, 4332.0, 4322.0, 4321.0, 4312.0, 4354.0, 4323.0, 4324.0, 4346.0, 4326.0, 4368.0, 4368.0, 4366.0, 4365.0, 4334.0, 4383.0, 4355.0, 4347.0, 4334.0, 4333.0, 4342.0, 4334.0, 4385.0, 4345.0, 4352.0, 4355.0, 4366.0, 4395.0, 4345.0, 4394.0, 4332.0, 4380.0, 4353.0, 4380.0, 4342.0, 4323.0, 4352.0, 4312.0, 4383.0, 4334.0, 4323.0, 4352.0, 4323.0, 4383.0], 'WindowWidth': [9720.0, 9714.0, 9674.0, 9660.0, 9631.0, 9650.0, 9628.0, 9624.0, 9617.0, 9627.0, 9614.0, 9621.0, 9625.0, 9628.0, 9629.0, 9630.0, 9633.0, 9659.0, 9628.0, 9651.0, 9626.0, 9700.0, 9640.0, 9598.0, 9595.0, 9598.0, 9593.0, 9592.0, 9605.0, 9598.0, 9626.0, 9650.0, 9604.0, 9590.0, 9604.0, 9606.0, 9616.0, 9607.0, 9619.0, 9608.0, 9631.0, 9599.0, 9618.0, 9640.0, 9598.0, 9620.0, 9580.0, 9580.0, 9602.0, 9593.0, 9621.0, 9598.0, 9612.0, 9595.0, 9599.0, 9646.0, 9655.0, 9663.0, 9601.0, 9661.0, 9642.0, 9609.0, 9639.0, 9620.0, 9639.0, 9657.0, 9664.0, 9630.0, 9653.0, 9610.0, 9609.0, 9608.0, 9594.0, 9608.0, 9599.0, 9627.0, 9614.0, 9649.0, 9617.0, 9630.0, 9612.0, 9601.0, 9623.0, 9616.0, 9628.0, 9613.0, 9617.0, 9606.0, 9596.0, 9637.0, 9597.0, 9608.0, 9593.0, 9589.0, 9613.0, 9590.0, 9614.0, 9592.0, 9620.0, 9605.0, 9592.0, 9618.0, 9594.0, 9609.0, 9606.0, 9610.0, 9633.0, 9638.0, 9642.0, 9655.0, 9642.0, 9685.0, 9609.0, 9597.0, 9638.0, 9593.0, 9624.0, 9607.0, 9593.0, 9616.0, 9589.0, 9601.0, 9605.0, 9574.0, 9609.0, 9611.0, 9636.0, 9596.0, 9622.0, 9604.0, 9593.0, 9606.0, 9610.0, 9624.0, 9646.0, 9645.0, 9649.0, 9654.0, 9659.0, 9681.0, 9683.0, 9717.0, 9690.0, 9637.0, 9641.0, 9590.0, 9640.0, 9604.0, 9592.0, 9614.0, 9601.0, 9616.0, 9609.0, 9618.0, 9605.0, 9606.0, 9607.0, 9623.0, 9615.0, 9620.0, 9616.0, 9642.0, 9605.0, 9593.0, 9624.0, 9606.0, 9606.0, 9607.0, 9626.0, 9618.0, 9634.0, 9637.0, 9651.0, 9636.0, 9662.0, 9607.0, 9632.0, 9622.0, 9594.0, 9603.0, 9600.0, 9605.0, 9602.0, 9591.0, 9603.0, 9592.0, 9576.0, 9600.0, 9604.0, 9626.0, 9613.0, 9631.0, 9619.0, 9643.0, 9611.0, 9625.0, 9611.0, 9596.0, 9604.0, 9592.0, 9609.0, 9607.0, 9598.0, 9606.0, 9609.0, 9608.0, 9627.0, 9621.0, 9626.0, 9617.0, 9607.0, 9610.0, 9614.0, 9630.0, 9616.0, 9609.0, 9616.0, 9634.0, 9625.0, 9657.0, 9663.0, 9689.0, 9640.0, 9653.0, 9632.0, 9635.0, 9664.0, 9635.0, 9653.0, 9628.0, 9610.0, 9622.0, 9626.0, 9646.0, 9627.0, 9601.0, 9654.0, 9610.0, 9640.0, 9607.0, 9606.0, 9605.0, 9588.0, 9606.0, 9629.0, 9634.0, 9634.0, 9621.0, 9647.0, 9650.0, 9613.0, 9624.0, 9590.0, 9588.0, 9605.0, 9606.0, 9586.0, 9591.0, 9628.0, 9586.0, 9616.0, 9601.0, 9592.0, 9640.0, 9617.0, 9607.0, 9615.0, 9636.0, 9638.0, 9663.0, 9663.0, 9651.0, 9659.0, 9632.0, 9642.0, 9642.0, 9640.0, 9662.0, 9618.0, 9660.0, 9652.0, 9621.0, 9638.0, 9620.0, 9657.0, 9624.0, 9636.0, 9634.0, 9619.0, 9658.0, 9625.0, 9635.0, 9621.0, 9616.0, 9620.0, 9622.0, 9619.0, 9616.0, 9625.0, 9636.0, 9639.0, 9648.0, 9648.0, 9633.0, 9632.0, 9646.0, 9646.0, 9633.0, 9672.0, 9641.0, 9623.0, 9655.0, 9668.0, 9629.0, 9627.0, 9652.0, 9610.0, 9623.0, 9681.0, 9634.0, 9602.0, 9661.0, 9633.0, 9593.0, 9658.0, 9613.0, 9600.0, 9660.0, 9632.0, 9594.0, 9604.0, 9598.0, 9590.0, 9613.0, 9611.0, 9573.0, 9596.0, 9597.0, 9572.0, 9592.0, 9630.0, 9571.0, 9589.0, 9589.0, 9604.0, 9581.0, 9590.0, 9644.0, 9607.0, 9590.0, 9613.0, 9614.0, 9601.0, 9592.0, 9593.0, 9628.0, 9611.0, 9598.0, 9625.0, 9685.0, 9611.0, 9580.0, 9662.0, 9646.0, 9617.0, 9575.0, 9659.0, 9623.0, 9581.0, 9620.0, 9591.0, 9578.0, 9607.0, 9647.0, 9582.0, 9577.0, 9629.0, 9579.0, 9619.0, 9660.0, 9579.0, 9603.0, 9630.0, 9590.0, 9631.0, 9630.0, 9576.0, 9587.0, 9616.0, 9579.0, 9667.0, 9605.0, 9583.0, 9657.0, 9620.0, 9615.0, 9647.0, 9582.0, 9605.0, 9634.0, 9595.0, 9640.0, 9634.0, 9579.0, 9654.0, 9614.0, 9629.0, 9643.0, 9575.0, 9652.0, 9582.0, 9594.0, 9623.0, 9552.0, 9646.0, 9539.0, 9573.0, 9600.0, 9561.0, 9647.0, 9590.0, 9576.0, 9629.0, 9576.0, 9613.0, 9586.0, 9575.0, 9641.0, 9576.0, 9614.0, 9588.0, 9558.0, 9621.0, 9559.0, 9652.0, 9586.0, 9575.0, 9605.0, 9577.0, 9616.0, 9588.0, 9581.0, 9617.0, 9564.0, 9654.0, 9616.0, 9589.0, 9600.0, 9572.0, 9639.0, 9574.0, 9632.0, 9621.0, 9581.0, 9650.0, 9574.0, 9613.0, 9612.0, 9564.0, 9656.0, 9560.0, 9628.0, 9601.0, 9565.0, 9647.0, 9577.0, 9632.0, 9620.0, 9582.0, 9588.0, 9577.0, 9646.0, 9585.0, 9647.0, 9593.0, 9591.0, 9617.0, 9584.0, 9639.0, 9555.0, 9652.0, 9558.0, 9658.0, 9606.0, 9610.0, 9567.0, 9571.0, 9553.0, 9584.0, 9580.0, 9593.0, 9586.0, 9653.0, 9615.0, 9601.0, 9653.0, 9566.0, 9631.0, 9539.0, 9619.0, 9555.0, 9636.0, 9560.0, 9622.0, 9555.0, 9621.0, 9573.0, 9625.0, 9562.0, 9629.0, 9635.0, 9607.0, 9649.0, 9572.0, 9615.0, 9554.0, 9591.0, 9559.0, 9609.0, 9587.0, 9613.0, 9575.0, 9654.0, 9580.0, 9605.0, 9557.0, 9573.0, 9585.0, 9604.0, 9581.0, 9635.0, 9632.0, 9587.0, 9572.0, 9575.0, 9586.0, 9667.0, 9587.0, 9686.0, 9641.0, 9611.0, 9650.0, 9565.0, 9618.0, 9542.0, 9556.0, 9536.0, 9564.0, 9560.0, 9571.0, 9555.0, 9574.0, 9587.0, 9562.0, 9643.0, 9650.0, 9592.0, 9633.0, 9566.0, 9571.0, 9529.0, 9556.0, 9539.0, 9596.0, 9598.0, 9579.0, 9579.0, 9643.0, 9596.0, 9579.0, 9586.0, 9577.0, 9578.0, 9667.0, 9634.0, 9631.0, 9654.0, 9568.0, 9614.0, 9562.0, 9548.0, 9536.0, 9539.0, 9527.0, 9550.0, 9575.0, 9588.0, 9574.0, 9615.0, 9596.0, 9570.0, 9635.0, 9551.0, 9634.0, 9536.0, 9585.0, 9553.0, 9590.0, 9562.0, 9612.0, 9619.0, 9567.0, 9646.0, 9552.0, 9618.0, 9578.0, 9619.0, 9597.0, 9608.0, 9608.0, 9676.0, 9592.0, 9647.0, 9624.0, 9581.0, 9648.0, 9567.0, 9641.0, 9578.0, 9594.0, 9620.0, 9551.0, 9646.0, 9564.0, 9629.0, 9558.0, 9572.0, 9606.0, 9542.0, 9610.0, 9543.0, 9571.0, 9566.0, 9594.0, 9569.0, 9560.0, 9638.0, 9560.0, 9628.0, 9559.0, 9573.0, 9650.0, 9557.0, 9637.0, 9555.0, 9581.0, 9633.0, 9554.0, 9635.0, 9550.0, 9619.0, 9576.0, 9595.0, 9594.0, 9581.0, 9621.0, 9581.0, 9664.0, 9592.0, 9657.0, 9578.0, 9647.0, 9649.0, 9638.0, 9661.0, 9579.0, 9599.0, 9551.0, 9587.0, 9587.0, 9606.0, 9648.0, 9611.0, 9621.0, 9618.0, 9676.0, 9578.0, 9638.0, 9609.0, 9605.0, 9668.0, 9556.0, 9648.0, 9573.0, 9621.0, 9570.0, 9586.0, 9550.0, 9594.0, 9555.0, 9620.0, 9559.0, 9640.0, 9624.0, 9600.0, 9626.0, 9552.0, 9591.0, 9524.0, 9548.0, 9548.0, 9551.0, 9570.0, 9556.0, 9603.0, 9650.0, 9593.0, 9634.0, 9576.0, 9588.0, 9552.0, 9575.0, 9631.0, 9568.0, 9606.0, 9564.0, 9635.0, 9553.0, 9608.0, 9552.0, 9551.0, 9551.0, 9551.0, 9648.0, 9570.0, 9639.0, 9569.0, 9605.0, 9572.0, 9597.0, 9577.0, 9650.0, 9643.0, 9598.0, 9645.0, 9548.0, 9609.0, 9574.0, 9579.0, 9606.0, 9599.0, 9628.0, 9585.0, 9651.0, 9581.0, 9650.0, 9579.0, 9681.0, 9679.0, 9625.0, 9638.0, 9571.0, 9587.0, 9622.0, 9546.0, 9609.0, 9533.0, 9548.0, 9556.0, 9573.0, 9586.0, 9574.0, 9637.0, 9597.0, 9658.0, 9598.0, 9614.0, 9605.0, 9573.0, 9651.0, 9617.0, 9639.0, 9573.0, 9605.0, 9554.0, 9636.0, 9573.0, 9651.0, 9556.0, 9574.0, 9592.0, 9579.0, 9677.0, 9578.0, 9639.0, 9590.0, 9643.0, 9616.0, 9573.0, 9609.0, 9571.0, 9610.0, 9639.0, 9594.0, 9555.0, 9565.0, 9559.0, 9613.0, 9589.0, 9581.0, 9577.0, 9568.0, 9635.0, 9598.0, 9618.0, 9590.0, 9598.0, 9628.0, 9596.0, 9585.0, 9656.0, 9654.0, 9616.0, 9692.0, 9649.0, 9682.0, 9613.0, 9635.0, 9573.0, 9570.0, 9529.0, 9573.0, 9553.0, 9607.0, 9572.0, 9605.0, 9573.0, 9600.0, 9574.0, 9584.0, 9572.0, 9569.0, 9560.0, 9617.0, 9579.0, 9583.0, 9611.0, 9585.0, 9644.0, 9643.0, 9639.0, 9634.0, 9590.0, 9655.0, 9623.0, 9616.0, 9595.0, 9590.0, 9601.0, 9594.0, 9664.0, 9612.0, 9617.0, 9622.0, 9637.0, 9678.0, 9607.0, 9673.0, 9584.0, 9649.0, 9615.0, 9648.0, 9599.0, 9573.0, 9612.0, 9559.0, 9656.0, 9591.0, 9575.0, 9614.0, 9577.0, 9657.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.0028185993111366253</td></tr>
<tr><td colspan=3>aqi</td><td>0.04534988553386912</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.92299486797701</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1253937379770123</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9694796744022989</td></tr>
<tr><td colspan=3>efc</td><td>0.4786</td></tr>
<tr><td colspan=3>fber</td><td>5720.9854</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11018356269549535</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>58</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.659012629161883</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.591286008222094</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.519949394465179</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8719679315269486</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3819406986741543</td></tr>
<tr><td colspan=3>gcor</td><td>0.00753519</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016909310594201088</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023696204647421837</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.743333377083044</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>28.4945</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.5002</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>190.5024</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299552.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>912.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>366.2882</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1207</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>489.612</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3520.6452</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3792.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76992.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>986.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4610.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1012.9943</td></tr>
<tr><td colspan=3>tsnr</td><td>34.676468196557835</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>