<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0133_ses-04_task-social_acq-mb8_run-05_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0133_ses-04_task-social_acq-mb8_run-05_bold.nii.gz";

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

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

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

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

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

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

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

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

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

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

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-05_session-04_subject-0133_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0133/figures/sub-0133_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-04_subject-0133_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0133/figures/sub-0133_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-04_subject-0133_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0133/figures/sub-0133_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-04_subject-0133_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0133/figures/sub-0133_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-05_session-04_subject-0133_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0133/figures/sub-0133_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-05_session-04_subject-0133_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0133/figures/sub-0133_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-04_subject-0133_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0133/figures/sub-0133_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0133/figures/sub-0133_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg</a></small>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0133/ses-04/func/sub-0133_ses-04_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>6e7453acb34bb447f724596eefc4e227</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>20:27:10.135000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997847, 0.0652106, 0.00693037, -0.0652275, 0.997868, 0.00224575]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0977736</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4206, -7789, -7225, 202, -152, -107, -11, 68]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>271.681</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2a67db69-e200-492f-8c79-84b41087027f||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.677151679992676, -0.17500057816505432, 0.018276702612638474, 120.29663848876953], [-0.17495514452457428, 2.677206516265869, 0.007271010894328356, -88.12971496582031], [0.01859368197619915, -0.006025183945894241, 2.6999282836914062, -73.49849700927734], [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': ['202710.135000', '202710.595000', '202711.055000', '202711.515000', '202711.975000', '202712.435000', '202712.895000', '202713.355000', '202713.815000', '202714.275000', '202714.735000', '202715.195000', '202715.655000', '202716.115000', '202716.575000', '202717.035000', '202717.495000', '202717.955000', '202718.415000', '202718.875000', '202719.335000', '202719.795000', '202720.255000', '202720.715000', '202721.175000', '202721.635000', '202722.095000', '202722.555000', '202723.015000', '202723.475000', '202723.935000', '202724.395000', '202724.855000', '202725.315000', '202725.775000', '202726.235000', '202726.695000', '202727.155000', '202727.615000', '202728.075000', '202728.535000', '202728.995000', '202729.455000', '202729.915000', '202730.375000', '202730.835000', '202731.295000', '202731.755000', '202732.215000', '202732.675000', '202733.135000', '202733.595000', '202734.055000', '202734.515000', '202734.975000', '202735.435000', '202735.895000', '202736.355000', '202736.815000', '202737.275000', '202737.735000', '202738.195000', '202738.655000', '202739.115000', '202739.575000', '202740.035000', '202740.495000', '202740.955000', '202741.415000', '202741.875000', '202742.335000', '202742.795000', '202743.255000', '202743.715000', '202744.175000', '202744.635000', '202745.095000', '202745.555000', '202746.015000', '202746.475000', '202746.935000', '202747.395000', '202747.855000', '202748.315000', '202748.775000', '202749.235000', '202749.695000', '202750.155000', '202750.615000', '202751.075000', '202751.535000', '202751.995000', '202752.455000', '202752.915000', '202753.375000', '202753.835000', '202754.295000', '202754.755000', '202755.215000', '202755.675000', '202756.135000', '202756.595000', '202757.055000', '202757.515000', '202757.975000', '202758.435000', '202758.895000', '202759.355000', '202759.815000', '202800.275000', '202800.735000', '202801.195000', '202801.655000', '202802.115000', '202802.575000', '202803.035000', '202803.495000', '202803.955000', '202804.415000', '202804.875000', '202805.335000', '202805.795000', '202806.255000', '202806.715000', '202807.175000', '202807.635000', '202808.095000', '202808.555000', '202809.015000', '202809.475000', '202809.935000', '202810.395000', '202810.855000', '202811.315000', '202811.775000', '202812.235000', '202812.695000', '202813.155000', '202813.615000', '202814.075000', '202814.535000', '202814.995000', '202815.455000', '202815.915000', '202816.375000', '202816.835000', '202817.295000', '202817.755000', '202818.215000', '202818.675000', '202819.135000', '202819.595000', '202820.055000', '202820.515000', '202820.975000', '202821.435000', '202821.895000', '202822.355000', '202822.815000', '202823.275000', '202823.735000', '202824.195000', '202824.655000', '202825.115000', '202825.575000', '202826.035000', '202826.495000', '202826.955000', '202827.415000', '202827.875000', '202828.335000', '202828.795000', '202829.255000', '202829.715000', '202830.175000', '202830.635000', '202831.095000', '202831.555000', '202832.015000', '202832.475000', '202832.935000', '202833.395000', '202833.855000', '202834.315000', '202834.775000', '202835.235000', '202835.695000', '202836.155000', '202836.615000', '202837.075000', '202837.535000', '202837.995000', '202838.455000', '202838.915000', '202839.375000', '202839.835000', '202840.295000', '202840.755000', '202841.215000', '202841.675000', '202842.135000', '202842.595000', '202843.055000', '202843.515000', '202843.975000', '202844.435000', '202844.895000', '202845.355000', '202845.815000', '202846.275000', '202846.735000', '202847.195000', '202847.655000', '202848.115000', '202848.575000', '202849.035000', '202849.495000', '202849.955000', '202850.415000', '202850.875000', '202851.335000', '202851.795000', '202852.255000', '202852.715000', '202853.175000', '202853.635000', '202854.095000', '202854.555000', '202855.015000', '202855.475000', '202855.935000', '202856.395000', '202856.855000', '202857.315000', '202857.775000', '202858.235000', '202858.695000', '202859.155000', '202859.615000', '202900.075000', '202900.535000', '202900.995000', '202901.455000', '202901.915000', '202902.375000', '202902.835000', '202903.295000', '202903.755000', '202904.215000', '202904.675000', '202905.135000', '202905.595000', '202906.055000', '202906.515000', '202906.975000', '202907.435000', '202907.895000', '202908.355000', '202908.815000', '202909.275000', '202909.735000', '202910.195000', '202910.655000', '202911.115000', '202911.575000', '202912.035000', '202912.495000', '202912.955000', '202913.415000', '202913.875000', '202914.335000', '202914.795000', '202915.255000', '202915.715000', '202916.175000', '202916.635000', '202917.095000', '202917.555000', '202918.015000', '202918.475000', '202918.935000', '202919.395000', '202919.855000', '202920.315000', '202920.775000', '202921.235000', '202921.695000', '202922.155000', '202922.615000', '202923.075000', '202923.535000', '202923.995000', '202924.455000', '202924.915000', '202925.375000', '202925.835000', '202926.295000', '202926.755000', '202927.215000', '202927.675000', '202928.135000', '202928.595000', '202929.055000', '202929.515000', '202929.975000', '202930.435000', '202930.895000', '202931.355000', '202931.815000', '202932.275000', '202932.735000', '202933.195000', '202933.655000', '202934.115000', '202934.575000', '202935.035000', '202935.495000', '202935.955000', '202936.415000', '202936.875000', '202937.335000', '202937.795000', '202938.255000', '202938.715000', '202939.175000', '202939.635000', '202940.095000', '202940.555000', '202941.015000', '202941.475000', '202941.935000', '202942.395000', '202942.855000', '202943.315000', '202943.775000', '202944.235000', '202944.695000', '202945.155000', '202945.615000', '202946.075000', '202946.535000', '202946.995000', '202947.455000', '202947.915000', '202948.375000', '202948.835000', '202949.295000', '202949.755000', '202950.215000', '202950.675000', '202951.135000', '202951.595000', '202952.055000', '202952.515000', '202952.975000', '202953.435000', '202953.895000', '202954.355000', '202954.815000', '202955.275000', '202955.735000', '202956.195000', '202956.655000', '202957.115000', '202957.575000', '202958.035000', '202958.495000', '202958.955000', '202959.415000', '202959.875000', '203000.335000', '203000.795000', '203001.255000', '203001.715000', '203002.175000', '203002.635000', '203003.095000', '203003.555000', '203004.015000', '203004.475000', '203004.935000', '203005.395000', '203005.855000', '203006.315000', '203006.775000', '203007.235000', '203007.695000', '203008.155000', '203008.615000', '203009.075000', '203009.535000', '203009.995000', '203010.455000', '203010.915000', '203011.375000', '203011.835000', '203012.295000', '203012.755000', '203013.215000', '203013.675000', '203014.135000', '203014.595000', '203015.055000', '203015.515000', '203015.975000', '203016.435000', '203016.895000', '203017.355000', '203017.815000', '203018.275000', '203018.735000', '203019.195000', '203019.655000', '203020.115000', '203020.575000', '203021.035000', '203021.495000', '203021.955000', '203022.415000', '203022.875000', '203023.335000', '203023.795000', '203024.255000', '203024.715000', '203025.175000', '203025.635000', '203026.095000', '203026.555000', '203027.015000', '203027.475000', '203027.935000', '203028.395000', '203028.855000', '203029.315000', '203029.775000', '203030.235000', '203030.695000', '203031.155000', '203031.615000', '203032.075000', '203032.535000', '203032.995000', '203033.455000', '203033.915000', '203034.375000', '203034.835000', '203035.295000', '203035.755000', '203036.215000', '203036.675000', '203037.135000', '203037.595000', '203038.055000', '203038.515000', '203038.975000', '203039.435000', '203039.895000', '203040.355000', '203040.815000', '203041.275000', '203041.735000', '203042.195000', '203042.655000', '203043.115000', '203043.575000', '203044.035000', '203044.495000', '203044.955000', '203045.415000', '203045.875000', '203046.335000', '203046.795000', '203047.255000', '203047.715000', '203048.175000', '203048.635000', '203049.095000', '203049.555000', '203050.015000', '203050.475000', '203050.935000', '203051.395000', '203051.855000', '203052.315000', '203052.775000', '203053.235000', '203053.695000', '203054.155000', '203054.615000', '203055.075000', '203055.535000', '203055.995000', '203056.455000', '203056.915000', '203057.375000', '203057.835000', '203058.295000', '203058.755000', '203059.215000', '203059.675000', '203100.135000', '203100.595000', '203101.055000', '203101.515000', '203101.975000', '203102.435000', '203102.895000', '203103.355000', '203103.815000', '203104.275000', '203104.735000', '203105.195000', '203105.655000', '203106.115000', '203106.575000', '203107.035000', '203107.495000', '203107.955000', '203108.415000', '203108.875000', '203109.335000', '203109.795000', '203110.255000', '203110.715000', '203111.175000', '203111.635000', '203112.095000', '203112.555000', '203113.015000', '203113.475000', '203113.935000', '203114.395000', '203114.855000', '203115.315000', '203115.775000', '203116.235000', '203116.695000', '203117.155000', '203117.615000', '203118.075000', '203118.535000', '203118.995000', '203119.455000', '203119.915000', '203120.375000', '203120.835000', '203121.295000', '203121.755000', '203122.215000', '203122.675000', '203123.135000', '203123.595000', '203124.055000', '203124.515000', '203124.975000', '203125.435000', '203125.895000', '203126.355000', '203126.815000', '203127.275000', '203127.735000', '203128.195000', '203128.655000', '203129.115000', '203129.575000', '203130.035000', '203130.495000', '203130.955000', '203131.415000', '203131.875000', '203132.335000', '203132.795000', '203133.255000', '203133.715000', '203134.175000', '203134.635000', '203135.095000', '203135.555000', '203136.015000', '203136.475000', '203136.935000', '203137.395000', '203137.855000', '203138.315000', '203138.775000', '203139.235000', '203139.695000', '203140.155000', '203140.615000', '203141.075000', '203141.535000', '203141.995000', '203142.455000', '203142.915000', '203143.375000', '203143.835000', '203144.295000', '203144.755000', '203145.215000', '203145.675000', '203146.135000', '203146.595000', '203147.055000', '203147.515000', '203147.975000', '203148.435000', '203148.895000', '203149.355000', '203149.815000', '203150.275000', '203150.735000', '203151.195000', '203151.655000', '203152.115000', '203152.575000', '203153.035000', '203153.495000', '203153.955000', '203154.415000', '203154.875000', '203155.335000', '203155.795000', '203156.255000', '203156.715000', '203157.175000', '203157.635000', '203158.095000', '203158.555000', '203159.015000', '203159.475000', '203159.935000', '203200.395000', '203200.855000', '203201.315000', '203201.775000', '203202.235000', '203202.695000', '203203.155000', '203203.615000', '203204.075000', '203204.535000', '203204.995000', '203205.455000', '203205.915000', '203206.375000', '203206.835000', '203207.295000', '203207.755000', '203208.215000', '203208.675000', '203209.135000', '203209.595000', '203210.055000', '203210.515000', '203210.975000', '203211.435000', '203211.895000', '203212.355000', '203212.815000', '203213.275000', '203213.735000', '203214.195000', '203214.655000', '203215.115000', '203215.575000', '203216.035000', '203216.495000', '203216.955000', '203217.415000', '203217.875000', '203218.335000', '203218.795000', '203219.255000', '203219.715000', '203220.175000', '203220.635000', '203221.095000', '203221.555000', '203222.015000', '203222.475000', '203222.935000', '203223.395000', '203223.855000', '203224.315000', '203224.775000', '203225.235000', '203225.695000', '203226.155000', '203226.615000', '203227.075000', '203227.535000', '203227.995000', '203228.455000', '203228.915000', '203229.375000', '203229.835000', '203230.295000', '203230.755000', '203231.215000', '203231.675000', '203232.135000', '203232.595000', '203233.055000', '203233.515000', '203233.975000', '203234.435000', '203234.895000', '203235.355000', '203235.815000', '203236.275000', '203236.735000', '203237.195000', '203237.655000', '203238.115000', '203238.575000', '203239.035000', '203239.495000', '203239.955000', '203240.415000', '203240.875000', '203241.335000', '203241.795000', '203242.255000', '203242.715000', '203243.175000', '203243.635000', '203244.095000', '203244.555000', '203245.015000', '203245.475000', '203245.935000', '203246.395000', '203246.855000', '203247.315000', '203247.775000', '203248.235000', '203248.695000', '203249.155000', '203249.615000', '203250.075000', '203250.535000', '203250.995000', '203251.455000', '203251.915000', '203252.375000', '203252.835000', '203253.295000', '203253.755000', '203254.215000', '203254.675000', '203255.135000', '203255.595000', '203256.055000', '203256.515000', '203256.975000', '203257.435000', '203257.895000', '203258.355000', '203258.815000', '203259.275000', '203259.735000', '203300.195000', '203300.655000', '203301.115000', '203301.575000', '203302.035000', '203302.495000', '203302.955000', '203303.415000', '203303.875000', '203304.335000', '203304.795000', '203305.255000', '203305.715000', '203306.175000', '203306.635000', '203307.095000', '203307.555000', '203308.015000', '203308.475000', '203308.935000', '203309.395000', '203309.855000', '203310.315000', '203310.775000', '203311.235000', '203311.695000', '203312.155000', '203312.615000', '203313.075000', '203313.535000', '203313.995000', '203314.455000', '203314.915000', '203315.375000', '203315.835000', '203316.295000', '203316.755000', '203317.215000', '203317.675000', '203318.135000', '203318.595000', '203319.055000', '203319.515000', '203319.975000', '203320.435000', '203320.895000', '203321.355000', '203321.815000', '203322.275000', '203322.735000', '203323.195000', '203323.655000', '203324.115000', '203324.575000', '203325.035000', '203325.495000', '203325.955000', '203326.415000', '203326.875000', '203327.335000', '203327.795000', '203328.255000', '203328.715000', '203329.175000', '203329.635000', '203330.095000', '203330.555000', '203331.015000', '203331.475000', '203331.935000', '203332.395000', '203332.855000', '203333.315000', '203333.775000', '203334.235000', '203334.695000', '203335.155000', '203335.615000', '203336.075000', '203336.535000', '203336.995000', '203337.455000', '203337.915000', '203338.375000', '203338.835000', '203339.295000', '203339.755000', '203340.215000', '203340.675000', '203341.135000', '203341.595000', '203342.055000', '203342.515000', '203342.975000', '203343.435000', '203343.895000', '203344.355000', '203344.815000', '203345.275000', '203345.735000', '203346.195000', '203346.655000', '203347.115000', '203347.575000', '203348.035000', '203348.495000', '203348.955000', '203349.415000', '203349.875000', '203350.335000', '203350.795000'], 'ContentTime': ['202736.966000', '202736.969000', '202736.972000', '202736.974000', '202736.977000', '202736.979000', '202736.982000', '202736.984000', '202736.987000', '202736.990000', '202736.992000', '202736.995000', '202736.997000', '202737.001000', '202737.004000', '202737.006000', '202737.009000', '202737.011000', '202737.014000', '202737.016000', '202737.019000', '202737.028000', '202737.030000', '202737.033000', '202737.035000', '202737.038000', '202737.040000', '202737.043000', '202737.045000', '202737.048000', '202737.056000', '202737.058000', '202737.061000', '202737.063000', '202737.066000', '202737.069000', '202737.071000', '202737.074000', '202737.076000', '202737.079000', '202737.081000', '202737.084000', '202737.086000', '202737.092000', '202737.095000', '202737.098000', '202737.100000', '202737.103000', '202737.105000', '202737.108000', '202737.111000', '202737.113000', '202737.116000', '202737.118000', '202737.121000', '202737.123000', '202737.126000', '202756.913000', '202756.915000', '202756.918000', '202756.921000', '202756.923000', '202756.926000', '202756.928000', '202756.940000', '202756.942000', '202756.945000', '202756.947000', '202756.950000', '202756.952000', '202756.955000', '202756.957000', '202756.960000', '202756.963000', '202756.965000', '202756.968000', '202756.970000', '202756.973000', '202756.975000', '202756.978000', '202756.980000', '202756.983000', '202756.985000', '202756.988000', '202756.991000', '202756.993000', '202756.996000', '202756.998000', '202757.002000', '202757.004000', '202757.007000', '202757.009000', '202757.012000', '202757.015000', '202757.017000', '202757.020000', '202757.022000', '202757.025000', '202757.027000', '202757.030000', '202816.911000', '202816.914000', '202816.917000', '202816.919000', '202816.922000', '202816.925000', '202816.927000', '202816.930000', '202816.932000', '202816.935000', '202816.937000', '202816.940000', '202816.943000', '202816.945000', '202816.948000', '202816.950000', '202816.953000', '202816.955000', '202816.958000', '202816.960000', '202816.971000', '202816.974000', '202816.976000', '202816.979000', '202816.981000', '202816.984000', '202816.986000', '202816.989000', '202816.992000', '202816.994000', '202817.004000', '202817.006000', '202817.009000', '202817.011000', '202817.014000', '202817.016000', '202817.019000', '202817.021000', '202817.024000', '202817.026000', '202817.029000', '202817.032000', '202817.034000', '202817.037000', '202836.913000', '202836.915000', '202836.918000', '202836.921000', '202836.923000', '202836.926000', '202836.928000', '202836.931000', '202836.933000', '202836.936000', '202836.938000', '202836.941000', '202836.944000', '202836.946000', '202836.949000', '202836.951000', '202836.954000', '202836.956000', '202836.959000', '202836.962000', '202836.964000', '202836.967000', '202836.969000', '202836.972000', '202836.974000', '202836.984000', '202836.986000', '202836.989000', '202836.991000', '202836.994000', '202836.996000', '202837.000000', '202837.003000', '202837.005000', '202837.008000', '202837.010000', '202837.013000', '202837.015000', '202837.018000', '202837.020000', '202837.023000', '202837.025000', '202837.028000', '202856.912000', '202856.915000', '202856.918000', '202856.920000', '202856.923000', '202856.926000', '202856.928000', '202856.931000', '202856.933000', '202856.936000', '202856.938000', '202856.941000', '202856.944000', '202856.946000', '202856.949000', '202856.951000', '202856.954000', '202856.957000', '202856.959000', '202856.962000', '202856.964000', '202856.967000', '202856.969000', '202856.972000', '202856.974000', '202856.977000', '202856.979000', '202856.982000', '202856.985000', '202856.987000', '202856.990000', '202856.992000', '202856.995000', '202856.997000', '202857.001000', '202857.009000', '202857.011000', '202857.014000', '202857.017000', '202857.019000', '202857.022000', '202857.024000', '202857.027000', '202857.029000', '202916.912000', '202916.915000', '202916.918000', '202916.920000', '202916.923000', '202916.925000', '202916.928000', '202916.931000', '202916.933000', '202916.936000', '202916.938000', '202916.941000', '202916.943000', '202916.946000', '202916.949000', '202916.951000', '202916.954000', '202916.956000', '202916.959000', '202916.962000', '202916.964000', '202916.967000', '202916.969000', '202916.972000', '202916.974000', '202916.977000', '202916.979000', '202916.982000', '202916.984000', '202916.987000', '202916.990000', '202916.992000', '202916.995000', '202916.997000', '202917.001000', '202917.003000', '202917.006000', '202917.008000', '202917.011000', '202917.013000', '202917.016000', '202917.019000', '202917.021000', '202936.913000', '202936.916000', '202936.919000', '202936.922000', '202936.924000', '202936.927000', '202936.929000', '202936.932000', '202936.934000', '202936.937000', '202936.940000', '202936.942000', '202936.945000', '202936.947000', '202936.950000', '202936.952000', '202936.955000', '202936.958000', '202936.960000', '202936.963000', '202936.965000', '202936.968000', '202936.971000', '202936.973000', '202936.976000', '202936.979000', '202936.981000', '202936.984000', '202936.986000', '202936.989000', '202936.991000', '202936.994000', '202936.997000', '202937.000000', '202937.003000', '202937.005000', '202937.008000', '202937.010000', '202937.013000', '202937.015000', '202937.018000', '202937.021000', '202937.023000', '202937.026000', '202956.912000', '202956.915000', '202956.918000', '202956.920000', '202956.923000', '202956.926000', '202956.928000', '202956.931000', '202956.933000', '202956.936000', '202956.938000', '202956.941000', '202956.944000', '202956.946000', '202956.955000', '202956.958000', '202956.960000', '202956.963000', '202956.966000', '202956.968000', '202956.971000', '202956.973000', '202956.976000', '202956.979000', '202956.981000', '202956.984000', '202956.986000', '202956.989000', '202956.992000', '202956.994000', '202956.997000', '202957.000000', '202957.003000', '202957.005000', '202957.008000', '202957.010000', '202957.013000', '202957.016000', '202957.018000', '202957.021000', '202957.023000', '202957.026000', '202957.029000', '203016.913000', '203016.916000', '203016.919000', '203016.922000', '203016.925000', '203016.928000', '203016.930000', '203016.933000', '203016.936000', '203016.938000', '203016.941000', '203016.943000', '203016.946000', '203016.948000', '203016.951000', '203016.954000', '203016.956000', '203016.959000', '203016.961000', '203016.964000', '203016.967000', '203016.985000', '203016.987000', '203016.990000', '203016.992000', '203016.995000', '203016.997000', '203017.000000', '203017.003000', '203017.005000', '203017.008000', '203017.010000', '203017.013000', '203017.015000', '203017.018000', '203017.021000', '203017.023000', '203017.026000', '203017.028000', '203017.031000', '203017.033000', '203017.036000', '203017.038000', '203036.912000', '203036.915000', '203036.917000', '203036.920000', '203036.922000', '203036.925000', '203036.928000', '203036.930000', '203036.933000', '203036.935000', '203036.938000', '203036.940000', '203036.943000', '203036.946000', '203036.948000', '203036.951000', '203036.953000', '203036.956000', '203036.958000', '203036.961000', '203036.963000', '203036.966000', '203036.969000', '203036.971000', '203036.974000', '203036.976000', '203036.979000', '203036.981000', '203036.984000', '203036.987000', '203036.989000', '203036.992000', '203036.994000', '203036.997000', '203037.000000', '203037.003000', '203037.006000', '203037.008000', '203037.011000', '203037.013000', '203037.016000', '203037.018000', '203037.021000', '203037.023000', '203056.913000', '203056.916000', '203056.918000', '203056.921000', '203056.923000', '203056.926000', '203056.929000', '203056.931000', '203056.934000', '203056.937000', '203056.940000', '203056.943000', '203056.946000', '203056.957000', '203056.960000', '203056.962000', '203056.965000', '203056.967000', '203056.970000', '203056.973000', '203056.975000', '203056.978000', '203056.980000', '203056.983000', '203056.986000', '203056.988000', '203056.991000', '203056.993000', '203056.996000', '203057.000000', '203057.002000', '203057.005000', '203057.008000', '203057.011000', '203057.014000', '203057.016000', '203057.019000', '203057.021000', '203057.024000', '203057.027000', '203057.029000', '203057.032000', '203057.034000', '203116.913000', '203116.915000', '203116.918000', '203116.920000', '203116.924000', '203116.927000', '203116.929000', '203116.932000', '203116.934000', '203116.937000', '203116.940000', '203116.942000', '203116.945000', '203116.947000', '203116.950000', '203116.952000', '203116.955000', '203116.957000', '203116.960000', '203116.962000', '203116.965000', '203116.968000', '203116.970000', '203116.973000', '203116.975000', '203116.978000', '203116.980000', '203116.983000', '203116.985000', '203116.988000', '203116.990000', '203116.993000', '203116.995000', '203116.998000', '203117.002000', '203117.004000', '203117.007000', '203117.009000', '203117.012000', '203117.014000', '203117.017000', '203117.020000', '203117.022000', '203117.025000', '203136.913000', '203136.915000', '203136.918000', '203136.921000', '203136.923000', '203136.926000', '203136.928000', '203136.931000', '203136.934000', '203136.936000', '203136.939000', '203136.941000', '203136.944000', '203136.946000', '203136.949000', '203136.952000', '203136.955000', '203136.958000', '203136.961000', '203136.963000', '203136.966000', '203136.969000', '203136.971000', '203136.974000', '203136.976000', '203136.979000', '203136.981000', '203136.984000', '203136.986000', '203136.989000', '203136.992000', '203136.994000', '203136.997000', '203137.000000', '203137.003000', '203137.006000', '203137.008000', '203137.011000', '203137.013000', '203137.016000', '203137.018000', '203137.021000', '203137.023000', '203156.912000', '203156.915000', '203156.918000', '203156.921000', '203156.923000', '203156.926000', '203156.928000', '203156.931000', '203156.933000', '203156.936000', '203156.939000', '203156.941000', '203156.944000', '203156.946000', '203156.949000', '203156.952000', '203156.954000', '203156.957000', '203156.959000', '203156.962000', '203156.965000', '203156.967000', '203156.970000', '203156.972000', '203156.975000', '203156.977000', '203156.980000', '203156.982000', '203156.985000', '203156.988000', '203156.990000', '203156.993000', '203156.995000', '203156.998000', '203157.001000', '203157.004000', '203157.007000', '203157.009000', '203157.012000', '203157.014000', '203157.017000', '203157.019000', '203157.022000', '203157.025000', '203216.913000', '203216.916000', '203216.918000', '203216.921000', '203216.924000', '203216.926000', '203216.929000', '203216.931000', '203216.934000', '203216.936000', '203216.939000', '203216.941000', '203216.944000', '203216.947000', '203216.949000', '203216.952000', '203216.954000', '203216.957000', '203216.959000', '203216.962000', '203216.965000', '203216.967000', '203216.970000', '203216.972000', '203216.975000', '203216.977000', '203216.980000', '203216.982000', '203216.990000', '203216.994000', '203216.997000', '203217.001000', '203217.004000', '203217.006000', '203217.009000', '203217.012000', '203217.014000', '203217.017000', '203217.019000', '203217.022000', '203217.024000', '203217.027000', '203217.030000', '203236.912000', '203236.915000', '203236.918000', '203236.921000', '203236.923000', '203236.926000', '203236.928000', '203236.931000', '203236.933000', '203236.936000', '203236.939000', '203236.941000', '203236.944000', '203236.946000', '203236.949000', '203236.952000', '203236.954000', '203236.957000', '203236.959000', '203236.962000', '203236.964000', '203236.967000', '203236.969000', '203236.972000', '203236.975000', '203236.977000', '203236.980000', '203236.982000', '203236.985000', '203236.987000', '203236.990000', '203236.992000', '203236.995000', '203236.998000', '203237.000000', '203237.003000', '203237.005000', '203237.008000', '203237.010000', '203237.013000', '203237.015000', '203237.018000', '203237.021000', '203237.023000', '203256.912000', '203256.914000', '203256.917000', '203256.920000', '203256.922000', '203256.925000', '203256.927000', '203256.930000', '203256.932000', '203256.935000', '203256.937000', '203256.940000', '203256.943000', '203256.945000', '203256.948000', '203256.950000', '203256.953000', '203256.956000', '203256.958000', '203256.961000', '203256.963000', '203256.966000', '203256.968000', '203256.971000', '203256.974000', '203256.976000', '203256.979000', '203256.981000', '203256.984000', '203256.987000', '203256.989000', '203256.992000', '203256.994000', '203256.997000', '203257.000000', '203257.003000', '203257.006000', '203257.008000', '203257.011000', '203257.013000', '203257.016000', '203257.018000', '203257.021000', '203316.912000', '203316.915000', '203316.918000', '203316.920000', '203316.923000', '203316.926000', '203316.928000', '203316.931000', '203316.933000', '203316.936000', '203316.939000', '203316.941000', '203316.944000', '203316.946000', '203316.949000', '203316.952000', '203316.954000', '203316.957000', '203316.959000', '203316.962000', '203316.964000', '203316.967000', '203316.970000', '203316.976000', '203316.978000', '203316.981000', '203316.983000', '203316.986000', '203316.989000', '203316.991000', '203316.994000', '203316.996000', '203317.000000', '203317.003000', '203317.005000', '203317.008000', '203317.010000', '203317.013000', '203317.015000', '203317.018000', '203317.020000', '203317.023000', '203317.026000', '203317.028000', '203336.912000', '203337.077000', '203337.079000', '203337.082000', '203337.085000', '203337.088000', '203337.090000', '203337.093000', '203337.096000', '203337.098000', '203337.101000', '203337.103000', '203337.106000', '203337.108000', '203337.111000', '203337.114000', '203337.116000', '203337.119000', '203337.121000', '203337.124000', '203337.126000', '203337.129000', '203337.131000', '203337.134000', '203337.136000', '203337.139000', '203337.142000', '203337.144000', '203337.147000', '203337.149000', '203337.152000', '203337.154000', '203337.157000', '203337.159000', '203337.162000', '203337.165000', '203337.167000', '203337.170000', '203337.172000', '203337.175000', '203337.177000', '203337.180000', '203337.183000', '203351.699000', '203351.701000', '203351.704000', '203351.707000', '203351.717000', '203351.719000', '203351.722000', '203351.725000', '203351.727000', '203351.730000', '203351.733000', '203351.735000', '203351.738000', '203351.741000', '203351.744000', '203351.746000', '203351.749000', '203351.752000', '203351.754000', '203351.757000', '203351.759000', '203351.762000', '203351.765000', '203351.768000', '203351.771000', '203351.773000', '203351.776000', '203351.779000', '203351.782000', '203351.784000', '203351.787000', '203351.789000', '203351.792000'], 'InstanceCreationTime': ['202736.966000', '202736.969000', '202736.972000', '202736.974000', '202736.977000', '202736.979000', '202736.982000', '202736.984000', '202736.987000', '202736.990000', '202736.992000', '202736.995000', '202736.997000', '202737.001000', '202737.004000', '202737.006000', '202737.009000', '202737.011000', '202737.014000', '202737.016000', '202737.019000', '202737.028000', '202737.030000', '202737.033000', '202737.035000', '202737.038000', '202737.040000', '202737.043000', '202737.045000', '202737.048000', '202737.056000', '202737.058000', '202737.061000', '202737.063000', '202737.066000', '202737.069000', '202737.071000', '202737.074000', '202737.076000', '202737.079000', '202737.081000', '202737.084000', '202737.086000', '202737.092000', '202737.095000', '202737.098000', '202737.100000', '202737.103000', '202737.105000', '202737.108000', '202737.111000', '202737.113000', '202737.116000', '202737.118000', '202737.121000', '202737.123000', '202737.126000', '202756.913000', '202756.915000', '202756.918000', '202756.921000', '202756.923000', '202756.926000', '202756.928000', '202756.940000', '202756.942000', '202756.945000', '202756.947000', '202756.950000', '202756.952000', '202756.955000', '202756.957000', '202756.960000', '202756.963000', '202756.965000', '202756.968000', '202756.970000', '202756.973000', '202756.975000', '202756.978000', '202756.980000', '202756.983000', '202756.985000', '202756.988000', '202756.991000', '202756.993000', '202756.996000', '202756.998000', '202757.002000', '202757.004000', '202757.007000', '202757.009000', '202757.012000', '202757.015000', '202757.017000', '202757.020000', '202757.022000', '202757.025000', '202757.027000', '202757.030000', '202816.911000', '202816.914000', '202816.917000', '202816.919000', '202816.922000', '202816.925000', '202816.927000', '202816.930000', '202816.932000', '202816.935000', '202816.937000', '202816.940000', '202816.943000', '202816.945000', '202816.948000', '202816.950000', '202816.953000', '202816.955000', '202816.958000', '202816.960000', '202816.971000', '202816.974000', '202816.976000', '202816.979000', '202816.981000', '202816.984000', '202816.986000', '202816.989000', '202816.992000', '202816.994000', '202817.004000', '202817.006000', '202817.009000', '202817.011000', '202817.014000', '202817.016000', '202817.019000', '202817.021000', '202817.024000', '202817.026000', '202817.029000', '202817.032000', '202817.034000', '202817.037000', '202836.913000', '202836.915000', '202836.918000', '202836.921000', '202836.923000', '202836.926000', '202836.928000', '202836.931000', '202836.933000', '202836.936000', '202836.938000', '202836.941000', '202836.944000', '202836.946000', '202836.949000', '202836.951000', '202836.954000', '202836.956000', '202836.959000', '202836.962000', '202836.964000', '202836.967000', '202836.969000', '202836.972000', '202836.974000', '202836.984000', '202836.986000', '202836.989000', '202836.991000', '202836.994000', '202836.996000', '202837.000000', '202837.003000', '202837.005000', '202837.008000', '202837.010000', '202837.013000', '202837.015000', '202837.018000', '202837.020000', '202837.023000', '202837.025000', '202837.028000', '202856.912000', '202856.915000', '202856.918000', '202856.920000', '202856.923000', '202856.926000', '202856.928000', '202856.931000', '202856.933000', '202856.936000', '202856.938000', '202856.941000', '202856.944000', '202856.946000', '202856.949000', '202856.951000', '202856.954000', '202856.957000', '202856.959000', '202856.962000', '202856.964000', '202856.967000', '202856.969000', '202856.972000', '202856.974000', '202856.977000', '202856.979000', '202856.982000', '202856.985000', '202856.987000', '202856.990000', '202856.992000', '202856.995000', '202856.997000', '202857.001000', '202857.009000', '202857.011000', '202857.014000', '202857.017000', '202857.019000', '202857.022000', '202857.024000', '202857.027000', '202857.029000', '202916.912000', '202916.915000', '202916.918000', '202916.920000', '202916.923000', '202916.925000', '202916.928000', '202916.931000', '202916.933000', '202916.936000', '202916.938000', '202916.941000', '202916.943000', '202916.946000', '202916.949000', '202916.951000', '202916.954000', '202916.956000', '202916.959000', '202916.962000', '202916.964000', '202916.967000', '202916.969000', '202916.972000', '202916.974000', '202916.977000', '202916.979000', '202916.982000', '202916.984000', '202916.987000', '202916.990000', '202916.992000', '202916.995000', '202916.997000', '202917.001000', '202917.003000', '202917.006000', '202917.008000', '202917.011000', '202917.013000', '202917.016000', '202917.019000', '202917.021000', '202936.913000', '202936.916000', '202936.919000', '202936.922000', '202936.924000', '202936.927000', '202936.929000', '202936.932000', '202936.934000', '202936.937000', '202936.940000', '202936.942000', '202936.945000', '202936.947000', '202936.950000', '202936.952000', '202936.955000', '202936.958000', '202936.960000', '202936.963000', '202936.965000', '202936.968000', '202936.971000', '202936.973000', '202936.976000', '202936.979000', '202936.981000', '202936.984000', '202936.986000', '202936.989000', '202936.991000', '202936.994000', '202936.997000', '202937.000000', '202937.003000', '202937.005000', '202937.008000', '202937.010000', '202937.013000', '202937.015000', '202937.018000', '202937.021000', '202937.023000', '202937.026000', '202956.912000', '202956.915000', '202956.918000', '202956.920000', '202956.923000', '202956.926000', '202956.928000', '202956.931000', '202956.933000', '202956.936000', '202956.938000', '202956.941000', '202956.944000', '202956.946000', '202956.955000', '202956.958000', '202956.960000', '202956.963000', '202956.966000', '202956.968000', '202956.971000', '202956.973000', '202956.976000', '202956.979000', '202956.981000', '202956.984000', '202956.986000', '202956.989000', '202956.992000', '202956.994000', '202956.997000', '202957.000000', '202957.003000', '202957.005000', '202957.008000', '202957.010000', '202957.013000', '202957.016000', '202957.018000', '202957.021000', '202957.023000', '202957.026000', '202957.029000', '203016.913000', '203016.916000', '203016.919000', '203016.922000', '203016.925000', '203016.928000', '203016.930000', '203016.933000', '203016.936000', '203016.938000', '203016.941000', '203016.943000', '203016.946000', '203016.948000', '203016.951000', '203016.954000', '203016.956000', '203016.959000', '203016.961000', '203016.964000', '203016.967000', '203016.985000', '203016.987000', '203016.990000', '203016.992000', '203016.995000', '203016.997000', '203017.000000', '203017.003000', '203017.005000', '203017.008000', '203017.010000', '203017.013000', '203017.015000', '203017.018000', '203017.021000', '203017.023000', '203017.026000', '203017.028000', '203017.031000', '203017.033000', '203017.036000', '203017.038000', '203036.912000', '203036.915000', '203036.917000', '203036.920000', '203036.922000', '203036.925000', '203036.928000', '203036.930000', '203036.933000', '203036.935000', '203036.938000', '203036.940000', '203036.943000', '203036.946000', '203036.948000', '203036.951000', '203036.953000', '203036.956000', '203036.958000', '203036.961000', '203036.963000', '203036.966000', '203036.969000', '203036.971000', '203036.974000', '203036.976000', '203036.979000', '203036.981000', '203036.984000', '203036.987000', '203036.989000', '203036.992000', '203036.994000', '203036.997000', '203037.000000', '203037.003000', '203037.006000', '203037.008000', '203037.011000', '203037.013000', '203037.016000', '203037.018000', '203037.021000', '203037.023000', '203056.913000', '203056.916000', '203056.918000', '203056.921000', '203056.923000', '203056.926000', '203056.929000', '203056.931000', '203056.934000', '203056.937000', '203056.940000', '203056.943000', '203056.946000', '203056.957000', '203056.960000', '203056.962000', '203056.965000', '203056.967000', '203056.970000', '203056.973000', '203056.975000', '203056.978000', '203056.980000', '203056.983000', '203056.986000', '203056.988000', '203056.991000', '203056.993000', '203056.996000', '203057.000000', '203057.002000', '203057.005000', '203057.008000', '203057.011000', '203057.014000', '203057.016000', '203057.019000', '203057.021000', '203057.024000', '203057.027000', '203057.029000', '203057.032000', '203057.034000', '203116.913000', '203116.915000', '203116.918000', '203116.920000', '203116.924000', '203116.927000', '203116.929000', '203116.932000', '203116.934000', '203116.937000', '203116.940000', '203116.942000', '203116.945000', '203116.947000', '203116.950000', '203116.952000', '203116.955000', '203116.957000', '203116.960000', '203116.962000', '203116.965000', '203116.968000', '203116.970000', '203116.973000', '203116.975000', '203116.978000', '203116.980000', '203116.983000', '203116.985000', '203116.988000', '203116.990000', '203116.993000', '203116.995000', '203116.998000', '203117.002000', '203117.004000', '203117.007000', '203117.009000', '203117.012000', '203117.014000', '203117.017000', '203117.020000', '203117.022000', '203117.025000', '203136.913000', '203136.915000', '203136.918000', '203136.921000', '203136.923000', '203136.926000', '203136.928000', '203136.931000', '203136.934000', '203136.936000', '203136.939000', '203136.941000', '203136.944000', '203136.946000', '203136.949000', '203136.952000', '203136.955000', '203136.958000', '203136.961000', '203136.963000', '203136.966000', '203136.969000', '203136.971000', '203136.974000', '203136.976000', '203136.979000', '203136.981000', '203136.984000', '203136.986000', '203136.989000', '203136.992000', '203136.994000', '203136.997000', '203137.000000', '203137.003000', '203137.006000', '203137.008000', '203137.011000', '203137.013000', '203137.016000', '203137.018000', '203137.021000', '203137.023000', '203156.912000', '203156.915000', '203156.918000', '203156.921000', '203156.923000', '203156.926000', '203156.928000', '203156.931000', '203156.933000', '203156.936000', '203156.939000', '203156.941000', '203156.944000', '203156.946000', '203156.949000', '203156.952000', '203156.954000', '203156.957000', '203156.959000', '203156.962000', '203156.965000', '203156.967000', '203156.970000', '203156.972000', '203156.975000', '203156.977000', '203156.980000', '203156.982000', '203156.985000', '203156.988000', '203156.990000', '203156.993000', '203156.995000', '203156.998000', '203157.001000', '203157.004000', '203157.007000', '203157.009000', '203157.012000', '203157.014000', '203157.017000', '203157.019000', '203157.022000', '203157.025000', '203216.913000', '203216.916000', '203216.918000', '203216.921000', '203216.924000', '203216.926000', '203216.929000', '203216.931000', '203216.934000', '203216.936000', '203216.939000', '203216.941000', '203216.944000', '203216.947000', '203216.949000', '203216.952000', '203216.954000', '203216.957000', '203216.959000', '203216.962000', '203216.965000', '203216.967000', '203216.970000', '203216.972000', '203216.975000', '203216.977000', '203216.980000', '203216.982000', '203216.990000', '203216.994000', '203216.997000', '203217.001000', '203217.004000', '203217.006000', '203217.009000', '203217.012000', '203217.014000', '203217.017000', '203217.019000', '203217.022000', '203217.024000', '203217.027000', '203217.030000', '203236.912000', '203236.915000', '203236.918000', '203236.921000', '203236.923000', '203236.926000', '203236.928000', '203236.931000', '203236.933000', '203236.936000', '203236.939000', '203236.941000', '203236.944000', '203236.946000', '203236.949000', '203236.952000', '203236.954000', '203236.957000', '203236.959000', '203236.962000', '203236.964000', '203236.967000', '203236.969000', '203236.972000', '203236.975000', '203236.977000', '203236.980000', '203236.982000', '203236.985000', '203236.987000', '203236.990000', '203236.992000', '203236.995000', '203236.998000', '203237.000000', '203237.003000', '203237.005000', '203237.008000', '203237.010000', '203237.013000', '203237.015000', '203237.018000', '203237.021000', '203237.023000', '203256.912000', '203256.914000', '203256.917000', '203256.920000', '203256.922000', '203256.925000', '203256.927000', '203256.930000', '203256.932000', '203256.935000', '203256.937000', '203256.940000', '203256.943000', '203256.945000', '203256.948000', '203256.950000', '203256.953000', '203256.956000', '203256.958000', '203256.961000', '203256.963000', '203256.966000', '203256.968000', '203256.971000', '203256.974000', '203256.976000', '203256.979000', '203256.981000', '203256.984000', '203256.987000', '203256.989000', '203256.992000', '203256.994000', '203256.997000', '203257.000000', '203257.003000', '203257.006000', '203257.008000', '203257.011000', '203257.013000', '203257.016000', '203257.018000', '203257.021000', '203316.912000', '203316.915000', '203316.918000', '203316.920000', '203316.923000', '203316.926000', '203316.928000', '203316.931000', '203316.933000', '203316.936000', '203316.939000', '203316.941000', '203316.944000', '203316.946000', '203316.949000', '203316.952000', '203316.954000', '203316.957000', '203316.959000', '203316.962000', '203316.964000', '203316.967000', '203316.970000', '203316.976000', '203316.978000', '203316.981000', '203316.983000', '203316.986000', '203316.989000', '203316.991000', '203316.994000', '203316.996000', '203317.000000', '203317.003000', '203317.005000', '203317.008000', '203317.010000', '203317.013000', '203317.015000', '203317.018000', '203317.020000', '203317.023000', '203317.026000', '203317.028000', '203336.912000', '203337.077000', '203337.079000', '203337.082000', '203337.085000', '203337.088000', '203337.090000', '203337.093000', '203337.096000', '203337.098000', '203337.101000', '203337.103000', '203337.106000', '203337.108000', '203337.111000', '203337.114000', '203337.116000', '203337.119000', '203337.121000', '203337.124000', '203337.126000', '203337.129000', '203337.131000', '203337.134000', '203337.136000', '203337.139000', '203337.142000', '203337.144000', '203337.147000', '203337.149000', '203337.152000', '203337.154000', '203337.157000', '203337.159000', '203337.162000', '203337.165000', '203337.167000', '203337.170000', '203337.172000', '203337.175000', '203337.177000', '203337.180000', '203337.183000', '203351.699000', '203351.701000', '203351.704000', '203351.707000', '203351.717000', '203351.719000', '203351.722000', '203351.725000', '203351.727000', '203351.730000', '203351.733000', '203351.735000', '203351.738000', '203351.741000', '203351.744000', '203351.746000', '203351.749000', '203351.752000', '203351.754000', '203351.757000', '203351.759000', '203351.762000', '203351.765000', '203351.768000', '203351.771000', '203351.773000', '203351.776000', '203351.779000', '203351.782000', '203351.784000', '203351.787000', '203351.789000', '203351.792000'], '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': [10773, 18425, 15096, 17591, 10301, 12112, 9357, 17012, 12389, 6933, 10167, 6589, 14033, 10182, 14550, 10253, 8414, 11999, 10192, 15704, 8650, 12466, 9564, 11942, 10544, 15806, 10803, 8815, 11693, 9301, 11598, 9677, 9403, 9373, 6112, 8785, 7668, 7007, 8322, 6999, 6388, 8005, 7059, 9107, 7601, 6560, 8358, 6620, 9669, 9071, 9666, 13716, 12552, 7348, 12160, 9599, 15240, 10895, 10771, 15301, 10425, 14484, 9754, 16327, 11323, 16115, 9094, 13243, 8949, 16497, 6995, 10981, 6695, 12580, 8835, 11681, 7389, 10056, 7313, 13191, 6581, 10492, 8834, 12470, 6900, 10573, 7084, 13275, 7306, 11097, 10020, 13770, 8273, 10891, 13416, 13717, 7333, 10877, 6446, 14324, 10182, 15002, 9915, 13962, 10410, 17117, 13268, 12218, 10927, 7720, 14280, 8253, 11630, 6485, 14016, 9146, 12037, 6749, 11327, 7391, 12581, 6638, 10174, 6604, 11735, 6884, 10830, 6730, 9228, 7134, 12014, 6710, 10147, 6370, 11659, 7953, 13018, 6629, 10418, 7769, 14728, 9586, 12484, 9186, 13396, 8456, 15830, 8336, 10952, 7352, 14297, 10266, 14830, 9767, 6415, 10636, 10323, 14749, 9226, 11561, 6602, 13968, 11554, 15405, 9033, 10945, 8955, 11541, 12664, 9003, 12223, 9490, 10566, 14073, 9937, 13832, 9596, 16174, 11995, 16708, 10616, 12627, 9539, 15078, 12418, 6933, 10264, 7436, 13655, 8405, 11022, 6958, 12674, 8722, 11872, 8388, 11114, 8933, 14586, 9356, 9393, 8565, 6861, 10790, 7565, 10007, 9397, 7573, 11361, 9128, 12075, 9322, 13017, 13088, 11263, 14057, 8830, 12706, 8306, 11109, 7264, 11587, 8745, 11287, 8082, 11174, 8738, 11613, 9742, 12274, 9785, 12732, 9094, 12505, 8620, 12307, 8276, 12010, 9659, 7119, 9982, 7057, 10491, 7956, 12467, 7562, 8950, 7222, 11923, 8455, 7216, 8406, 10681, 7969, 11491, 8876, 10133, 8347, 8744, 7432, 11007, 8499, 10787, 8492, 11240, 9093, 13107, 9543, 12231, 8741, 12591, 9860, 12421, 8948, 11710, 8599, 11874, 9133, 10326, 9358, 10096, 10555, 7487, 8805, 7963, 6382, 10767, 11025, 11352, 10844, 8482, 10909, 8144, 12232, 11402, 13522, 9956, 11045, 8406, 13015, 10389, 8608, 8890, 7534, 12077, 10549, 10632, 9115, 6673, 10434, 9183, 12911, 9888, 12420, 8865, 12722, 10560, 13815, 9607, 11378, 8837, 13642, 10961, 11995, 9154, 12815, 9744, 11284, 9680, 12577, 9107, 12929, 10536, 12201, 9238, 13073, 10201, 13916, 9481, 12876, 10206, 14547, 9952, 10833, 9394, 11096, 10821, 6739, 9344, 7150, 11313, 8005, 11517, 8639, 8811, 8361, 14249, 11302, 6854, 9499, 7647, 12573, 9834, 12251, 8382, 13122, 10015, 15211, 10379, 12420, 10226, 12064, 12144, 7827, 11740, 9233, 16246, 12407, 8883, 12198, 9297, 13875, 10169, 15279, 9975, 9522, 13245, 10442, 12967, 9223, 7016, 11101, 9821, 13958, 9613, 11536, 9010, 13050, 11951, 7212, 9707, 8628, 13074, 10750, 11554, 9572, 6947, 10246, 8538, 13165, 9791, 7297, 8820, 8476, 15046, 9741, 6817, 10342, 9928, 15760, 10739, 12141, 9164, 14096, 10541, 11596, 9322, 7008, 9589, 8349, 12595, 9090, 7563, 8995, 8420, 12658, 9938, 15449, 11181, 11757, 9106, 11235, 8628, 13400, 9871, 8872, 12584, 9491, 14709, 12407, 18362, 12477, 13476, 11380, 8325, 13331, 9877, 15025, 11419, 9304, 12236, 8600, 10169, 8050, 6957, 12946, 8159, 6796, 9544, 8675, 12922, 10105, 10816, 8988, 12653, 8545, 12483, 8727, 12013, 8300, 9783, 11011, 8510, 10797, 9192, 6736, 7398, 6786, 9910, 7467, 9953, 6936, 10745, 8657, 12821, 9222, 12942, 9845, 14557, 10579, 15598, 10222, 14745, 9949, 14185, 8849, 14902, 10332, 9814, 8968, 13281, 11430, 7464, 10157, 8852, 6898, 7871, 7031, 11915, 9754, 12311, 8856, 10527, 7905, 13280, 9269, 10506, 9057, 7383, 11696, 9768, 15768, 10640, 9163, 12437, 8973, 12447, 9420, 15795, 10016, 13571, 9363, 11798, 10085, 7362, 10116, 6846, 10795, 7621, 11015, 8429, 12485, 6432, 6164, 9067, 7120, 10786, 9782, 8711, 11272, 10088, 10826, 9491, 8317, 13492, 12429, 9250, 14383, 9282, 14294, 11543, 9169, 14307, 9002, 11980, 8782, 9356, 11787, 11652, 11416, 6992, 9188, 7083, 11954, 7122, 12442, 8795, 13276, 9185, 6166, 7908, 6651, 11479, 8025, 11494, 7540, 10742, 7841, 9219, 10061, 8301, 10575, 8266, 7623, 9854, 10638, 11979, 7000, 9211, 6915, 10910, 8969, 11485, 7872, 9679, 7817, 12384, 10266, 6147, 9695, 7563, 11765, 9043, 12422, 9314, 12916, 10683, 12967, 9506, 6744, 12451, 9731, 11933, 8674, 14006, 12278, 9342, 10729, 6517, 10584, 11658, 11631, 6386, 8532, 7495, 12730, 8890, 6413, 8494, 7494, 10848, 7408, 12028, 7702, 10160, 7379, 12389, 9468, 12113, 8411, 12739, 8560, 14179, 9535, 11929, 8541, 13809, 10367, 13622, 8811, 12028, 11193, 8776, 10214, 7585, 11852, 7829, 14501, 9446, 6924, 9554, 7058, 11580, 9644, 14360, 9139, 10425, 9706, 9863, 12576, 8670, 11824, 7763, 8520, 12333, 9074, 8915, 9775, 8461, 13618, 11375, 14409, 9406, 6312, 13594, 8818, 13176, 9251, 8820, 12699, 9487, 11463, 8884, 6603, 9192, 7382, 12304, 10314, 6814, 9599, 7065, 10058, 7343, 10353, 6471, 8940, 6894, 11337, 9000, 9711, 8587, 6562, 8832, 10659, 9076, 6379, 8603, 9234, 12126, 7750, 11612, 7779, 12828, 10489, 14912, 9723, 7238, 11124, 8953, 14607, 9309, 7582, 10044, 8065, 14686, 9405, 7725, 10145, 8448, 15322, 9380, 8053, 9621, 6999, 12682, 9814, 14612, 8950, 10447, 8955, 9263, 12290, 7012, 10225, 6783, 12481, 8122, 10757, 8091, 10760, 7828, 14116, 8974, 6153, 8338, 7448, 12677, 8665, 7097, 8675, 12772, 9663, 7596, 8787, 6665, 11209, 8816, 10140, 7988, 8638, 11252, 9471, 12565, 8689, 12069, 10346, 10289, 13451, 9694, 13845, 8406, 14117, 10287, 10755, 10377, 7507, 11842, 8414, 11291, 9440, 12062, 8319, 10238, 9370, 10187, 10156, 8562, 10844, 10171, 10597, 9607, 9913, 12714, 12210, 9545, 11997, 9844, 10452, 12057, 9324, 12603, 10349, 12129, 8024, 10608, 6496, 9264, 6429, 8890, 6103, 8436, 6383, 8087, 6459, 8656, 6699, 9225, 6700, 10953, 7161, 8997, 7004, 10470, 7289, 10437, 7361, 8950, 7037, 10404, 8723, 6473, 8819], 'WindowCenter': [3906.0, 3922.0, 3895.0, 3890.0, 3835.0, 3843.0, 3822.0, 3874.0, 3843.0, 3789.0, 3832.0, 3790.0, 3864.0, 3833.0, 3865.0, 3834.0, 3812.0, 3845.0, 3834.0, 3867.0, 3812.0, 3843.0, 3824.0, 3834.0, 3822.0, 3866.0, 3834.0, 3812.0, 3844.0, 3811.0, 3833.0, 3822.0, 3811.0, 3812.0, 3783.0, 3813.0, 3803.0, 3805.0, 3824.0, 3804.0, 3807.0, 3838.0, 3831.0, 3850.0, 3843.0, 3836.0, 3857.0, 3837.0, 3880.0, 3853.0, 3865.0, 3893.0, 3886.0, 3831.0, 3872.0, 3852.0, 3882.0, 3850.0, 3850.0, 3884.0, 3848.0, 3868.0, 3823.0, 3867.0, 3833.0, 3864.0, 3810.0, 3842.0, 3809.0, 3865.0, 3789.0, 3830.0, 3775.0, 3842.0, 3823.0, 3854.0, 3803.0, 3835.0, 3802.0, 3867.0, 3792.0, 3845.0, 3823.0, 3856.0, 3803.0, 3846.0, 3803.0, 3868.0, 3804.0, 3847.0, 3836.0, 3869.0, 3825.0, 3847.0, 3855.0, 3856.0, 3801.0, 3834.0, 3779.0, 3854.0, 3833.0, 3865.0, 3822.0, 3853.0, 3833.0, 3864.0, 3855.0, 3841.0, 3830.0, 3787.0, 3853.0, 3798.0, 3830.0, 3765.0, 3852.0, 3808.0, 3828.0, 3775.0, 3817.0, 3774.0, 3829.0, 3776.0, 3819.0, 3776.0, 3831.0, 3787.0, 3830.0, 3777.0, 3821.0, 3790.0, 3843.0, 3791.0, 3833.0, 3780.0, 3845.0, 3801.0, 3855.0, 3791.0, 3833.0, 3803.0, 3867.0, 3836.0, 3855.0, 3835.0, 3866.0, 3813.0, 3878.0, 3814.0, 3845.0, 3805.0, 3868.0, 3849.0, 3880.0, 3849.0, 3796.0, 3849.0, 3848.0, 3882.0, 3838.0, 3859.0, 3805.0, 3880.0, 3857.0, 3877.0, 3838.0, 3846.0, 3838.0, 3857.0, 3869.0, 3827.0, 3857.0, 3836.0, 3834.0, 3867.0, 3835.0, 3855.0, 3822.0, 3864.0, 3831.0, 3861.0, 3818.0, 3826.0, 3806.0, 3837.0, 3828.0, 3773.0, 3805.0, 3773.0, 3837.0, 3783.0, 3814.0, 3773.0, 3826.0, 3795.0, 3825.0, 3795.0, 3816.0, 3808.0, 3849.0, 3821.0, 3819.0, 3811.0, 3792.0, 3846.0, 3828.0, 3847.0, 3838.0, 3829.0, 3872.0, 3849.0, 3867.0, 3850.0, 3871.0, 3885.0, 3874.0, 3892.0, 3838.0, 3857.0, 3815.0, 3818.0, 3775.0, 3818.0, 3798.0, 3819.0, 3788.0, 3830.0, 3814.0, 3832.0, 3809.0, 3815.0, 3807.0, 3813.0, 3782.0, 3801.0, 3768.0, 3797.0, 3756.0, 3797.0, 3791.0, 3759.0, 3790.0, 3758.0, 3791.0, 3769.0, 3813.0, 3757.0, 3778.0, 3771.0, 3815.0, 3785.0, 3775.0, 3797.0, 3816.0, 3785.0, 3816.0, 3808.0, 3818.0, 3799.0, 3797.0, 3791.0, 3831.0, 3813.0, 3832.0, 3813.0, 3832.0, 3813.0, 3853.0, 3822.0, 3842.0, 3812.0, 3843.0, 3822.0, 3842.0, 3811.0, 3842.0, 3812.0, 3842.0, 3821.0, 3820.0, 3824.0, 3835.0, 3835.0, 3804.0, 3824.0, 3815.0, 3795.0, 3861.0, 3862.0, 3861.0, 3859.0, 3838.0, 3859.0, 3826.0, 3858.0, 3846.0, 3855.0, 3834.0, 3844.0, 3812.0, 3853.0, 3835.0, 3811.0, 3811.0, 3799.0, 3855.0, 3846.0, 3844.0, 3835.0, 3793.0, 3847.0, 3838.0, 3870.0, 3847.0, 3855.0, 3825.0, 3855.0, 3834.0, 3853.0, 3821.0, 3830.0, 3810.0, 3853.0, 3833.0, 3831.0, 3809.0, 3840.0, 3820.0, 3829.0, 3821.0, 3840.0, 3811.0, 3842.0, 3831.0, 3841.0, 3811.0, 3841.0, 3821.0, 3851.0, 3820.0, 3841.0, 3820.0, 3852.0, 3821.0, 3830.0, 3823.0, 3844.0, 3844.0, 3792.0, 3835.0, 3792.0, 3847.0, 3813.0, 3856.0, 3827.0, 3838.0, 3828.0, 3881.0, 3860.0, 3807.0, 3850.0, 3818.0, 3871.0, 3839.0, 3858.0, 3812.0, 3856.0, 3835.0, 3866.0, 3834.0, 3855.0, 3835.0, 3856.0, 3858.0, 3814.0, 3855.0, 3836.0, 3880.0, 3870.0, 3839.0, 3856.0, 3834.0, 3864.0, 3835.0, 3863.0, 3821.0, 3821.0, 3855.0, 3830.0, 3853.0, 3809.0, 3787.0, 3830.0, 3820.0, 3852.0, 3809.0, 3828.0, 3797.0, 3838.0, 3830.0, 3787.0, 3818.0, 3810.0, 3841.0, 3832.0, 3831.0, 3822.0, 3790.0, 3832.0, 3811.0, 3855.0, 3834.0, 3803.0, 3824.0, 3814.0, 3879.0, 3850.0, 3806.0, 3835.0, 3837.0, 3878.0, 3835.0, 3844.0, 3823.0, 3855.0, 3834.0, 3832.0, 3821.0, 3789.0, 3835.0, 3827.0, 3870.0, 3838.0, 3815.0, 3837.0, 3825.0, 3868.0, 3838.0, 3868.0, 3846.0, 3844.0, 3824.0, 3844.0, 3823.0, 3853.0, 3832.0, 3808.0, 3843.0, 3821.0, 3852.0, 3841.0, 3874.0, 3841.0, 3827.0, 3805.0, 3770.0, 3809.0, 3779.0, 3820.0, 3799.0, 3779.0, 3799.0, 3768.0, 3789.0, 3782.0, 3761.0, 3826.0, 3785.0, 3763.0, 3793.0, 3782.0, 3826.0, 3805.0, 3804.0, 3794.0, 3812.0, 3782.0, 3812.0, 3782.0, 3825.0, 3797.0, 3818.0, 3832.0, 3812.0, 3831.0, 3821.0, 3791.0, 3803.0, 3779.0, 3836.0, 3802.0, 3823.0, 3792.0, 3833.0, 3814.0, 3855.0, 3823.0, 3842.0, 3821.0, 3851.0, 3819.0, 3839.0, 3806.0, 3836.0, 3804.0, 3824.0, 3793.0, 3836.0, 3805.0, 3803.0, 3794.0, 3837.0, 3830.0, 3789.0, 3820.0, 3822.0, 3789.0, 3811.0, 3803.0, 3845.0, 3836.0, 3869.0, 3839.0, 3844.0, 3813.0, 3869.0, 3839.0, 3847.0, 3836.0, 3802.0, 3859.0, 3849.0, 3894.0, 3849.0, 3837.0, 3856.0, 3824.0, 3854.0, 3824.0, 3863.0, 3833.0, 3851.0, 3807.0, 3837.0, 3817.0, 3784.0, 3816.0, 3776.0, 3825.0, 3784.0, 3826.0, 3809.0, 3856.0, 3777.0, 3770.0, 3810.0, 3791.0, 3845.0, 3834.0, 3825.0, 3858.0, 3836.0, 3835.0, 3821.0, 3799.0, 3842.0, 3845.0, 3812.0, 3853.0, 3814.0, 3840.0, 3818.0, 3797.0, 3839.0, 3798.0, 3815.0, 3785.0, 3782.0, 3817.0, 3816.0, 3817.0, 3764.0, 3796.0, 3777.0, 3828.0, 3777.0, 3829.0, 3800.0, 3839.0, 3812.0, 3767.0, 3801.0, 3779.0, 3844.0, 3815.0, 3846.0, 3806.0, 3835.0, 3816.0, 3825.0, 3851.0, 3830.0, 3862.0, 3830.0, 3816.0, 3838.0, 3846.0, 3859.0, 3791.0, 3824.0, 3794.0, 3834.0, 3812.0, 3845.0, 3802.0, 3823.0, 3799.0, 3843.0, 3835.0, 3782.0, 3823.0, 3802.0, 3844.0, 3825.0, 3845.0, 3812.0, 3844.0, 3835.0, 3843.0, 3822.0, 3791.0, 3844.0, 3823.0, 3843.0, 3813.0, 3854.0, 3845.0, 3821.0, 3833.0, 3779.0, 3833.0, 3831.0, 3832.0, 3779.0, 3811.0, 3802.0, 3854.0, 3824.0, 3791.0, 3825.0, 3815.0, 3848.0, 3803.0, 3857.0, 3804.0, 3836.0, 3804.0, 3858.0, 3823.0, 3843.0, 3801.0, 3842.0, 3800.0, 3851.0, 3810.0, 3829.0, 3799.0, 3841.0, 3821.0, 3851.0, 3809.0, 3839.0, 3832.0, 3810.0, 3833.0, 3798.0, 3843.0, 3815.0, 3866.0, 3835.0, 3801.0, 3833.0, 3802.0, 3856.0, 3835.0, 3879.0, 3835.0, 3858.0, 3845.0, 3833.0, 3868.0, 3836.0, 3855.0, 3814.0, 3826.0, 3856.0, 3812.0, 3810.0, 3808.0, 3786.0, 3839.0, 3819.0, 3837.0, 3797.0, 3766.0, 3837.0, 3796.0, 3826.0, 3807.0, 3796.0, 3828.0, 3795.0, 3802.0, 3780.0, 3750.0, 3793.0, 3773.0, 3826.0, 3808.0, 3765.0, 3808.0, 3776.0, 3808.0, 3775.0, 3819.0, 3764.0, 3808.0, 3776.0, 3830.0, 3811.0, 3821.0, 3812.0, 3791.0, 3826.0, 3835.0, 3826.0, 3783.0, 3825.0, 3826.0, 3858.0, 3818.0, 3857.0, 3817.0, 3858.0, 3847.0, 3868.0, 3824.0, 3803.0, 3847.0, 3823.0, 3868.0, 3826.0, 3804.0, 3848.0, 3814.0, 3867.0, 3825.0, 3801.0, 3834.0, 3812.0, 3879.0, 3825.0, 3801.0, 3820.0, 3789.0, 3855.0, 3834.0, 3853.0, 3809.0, 3819.0, 3810.0, 3808.0, 3841.0, 3777.0, 3819.0, 3777.0, 3840.0, 3787.0, 3818.0, 3786.0, 3817.0, 3788.0, 3851.0, 3811.0, 3768.0, 3811.0, 3802.0, 3856.0, 3827.0, 3804.0, 3826.0, 3854.0, 3824.0, 3801.0, 3813.0, 3791.0, 3847.0, 3838.0, 3845.0, 3828.0, 3827.0, 3874.0, 3853.0, 3882.0, 3839.0, 3856.0, 3846.0, 3848.0, 3870.0, 3837.0, 3879.0, 3837.0, 3878.0, 3857.0, 3855.0, 3845.0, 3812.0, 3865.0, 3825.0, 3859.0, 3833.0, 3853.0, 3809.0, 3843.0, 3833.0, 3833.0, 3843.0, 3821.0, 3833.0, 3823.0, 3820.0, 3809.0, 3807.0, 3826.0, 3816.0, 3781.0, 3801.0, 3794.0, 3792.0, 3799.0, 3766.0, 3798.0, 3775.0, 3785.0, 3740.0, 3761.0, 3717.0, 3750.0, 3732.0, 3764.0, 3720.0, 3752.0, 3732.0, 3754.0, 3734.0, 3767.0, 3747.0, 3791.0, 3761.0, 3811.0, 3774.0, 3795.0, 3787.0, 3818.0, 3788.0, 3819.0, 3791.0, 3810.0, 3790.0, 3833.0, 3825.0, 3794.0, 3826.0], 'WindowWidth': [8748.0, 8762.0, 8711.0, 8697.0, 8613.0, 8618.0, 8590.0, 8665.0, 8619.0, 8542.0, 8601.0, 8544.0, 8649.0, 8607.0, 8652.0, 8608.0, 8578.0, 8624.0, 8608.0, 8655.0, 8573.0, 8617.0, 8590.0, 8602.0, 8586.0, 8648.0, 8603.0, 8572.0, 8617.0, 8570.0, 8600.0, 8583.0, 8568.0, 8570.0, 8538.0, 8576.0, 8564.0, 8573.0, 8596.0, 8573.0, 8584.0, 8625.0, 8620.0, 8645.0, 8639.0, 8634.0, 8663.0, 8639.0, 8698.0, 8652.0, 8667.0, 8705.0, 8698.0, 8620.0, 8673.0, 8647.0, 8686.0, 8639.0, 8638.0, 8694.0, 8632.0, 8657.0, 8592.0, 8658.0, 8604.0, 8647.0, 8569.0, 8616.0, 8564.0, 8651.0, 8539.0, 8595.0, 8517.0, 8617.0, 8593.0, 8636.0, 8567.0, 8612.0, 8563.0, 8656.0, 8550.0, 8625.0, 8592.0, 8643.0, 8567.0, 8628.0, 8567.0, 8664.0, 8570.0, 8630.0, 8614.0, 8664.0, 8599.0, 8629.0, 8639.0, 8640.0, 8562.0, 8604.0, 8528.0, 8636.0, 8604.0, 8649.0, 8589.0, 8631.0, 8604.0, 8651.0, 8636.0, 8612.0, 8594.0, 8532.0, 8628.0, 8548.0, 8593.0, 8501.0, 8625.0, 8562.0, 8588.0, 8514.0, 8573.0, 8513.0, 8591.0, 8518.0, 8577.0, 8516.0, 8598.0, 8534.0, 8595.0, 8523.0, 8585.0, 8543.0, 8618.0, 8548.0, 8604.0, 8533.0, 8623.0, 8560.0, 8637.0, 8546.0, 8604.0, 8567.0, 8658.0, 8615.0, 8638.0, 8613.0, 8654.0, 8578.0, 8673.0, 8582.0, 8624.0, 8571.0, 8659.0, 8636.0, 8680.0, 8638.0, 8563.0, 8637.0, 8636.0, 8688.0, 8622.0, 8649.0, 8572.0, 8680.0, 8646.0, 8675.0, 8623.0, 8629.0, 8622.0, 8643.0, 8665.0, 8604.0, 8643.0, 8614.0, 8611.0, 8662.0, 8612.0, 8638.0, 8588.0, 8649.0, 8599.0, 8640.0, 8575.0, 8582.0, 8557.0, 8600.0, 8587.0, 8509.0, 8554.0, 8509.0, 8600.0, 8525.0, 8564.0, 8509.0, 8584.0, 8542.0, 8581.0, 8543.0, 8570.0, 8563.0, 8621.0, 8588.0, 8579.0, 8573.0, 8553.0, 8628.0, 8611.0, 8632.0, 8622.0, 8611.0, 8673.0, 8639.0, 8659.0, 8642.0, 8671.0, 8696.0, 8682.0, 8707.0, 8628.0, 8645.0, 8580.0, 8572.0, 8510.0, 8573.0, 8547.0, 8575.0, 8536.0, 8593.0, 8578.0, 8598.0, 8562.0, 8567.0, 8555.0, 8562.0, 8515.0, 8537.0, 8487.0, 8527.0, 8471.0, 8528.0, 8524.0, 8480.0, 8524.0, 8480.0, 8525.0, 8496.0, 8560.0, 8476.0, 8507.0, 8502.0, 8565.0, 8528.0, 8513.0, 8546.0, 8568.0, 8527.0, 8569.0, 8561.0, 8573.0, 8551.0, 8548.0, 8545.0, 8598.0, 8577.0, 8601.0, 8577.0, 8600.0, 8576.0, 8629.0, 8586.0, 8612.0, 8573.0, 8615.0, 8587.0, 8611.0, 8570.0, 8614.0, 8576.0, 8613.0, 8584.0, 8580.0, 8595.0, 8612.0, 8610.0, 8570.0, 8591.0, 8580.0, 8559.0, 8655.0, 8659.0, 8654.0, 8652.0, 8625.0, 8649.0, 8603.0, 8649.0, 8629.0, 8639.0, 8607.0, 8619.0, 8577.0, 8635.0, 8612.0, 8572.0, 8573.0, 8554.0, 8639.0, 8628.0, 8622.0, 8613.0, 8554.0, 8629.0, 8620.0, 8668.0, 8633.0, 8636.0, 8597.0, 8638.0, 8605.0, 8631.0, 8586.0, 8595.0, 8572.0, 8633.0, 8604.0, 8598.0, 8568.0, 8606.0, 8583.0, 8593.0, 8584.0, 8608.0, 8573.0, 8616.0, 8599.0, 8610.0, 8570.0, 8611.0, 8586.0, 8622.0, 8581.0, 8609.0, 8584.0, 8627.0, 8586.0, 8596.0, 8592.0, 8619.0, 8621.0, 8550.0, 8611.0, 8548.0, 8630.0, 8581.0, 8642.0, 8607.0, 8620.0, 8607.0, 8683.0, 8654.0, 8582.0, 8639.0, 8594.0, 8670.0, 8622.0, 8645.0, 8578.0, 8639.0, 8610.0, 8655.0, 8609.0, 8637.0, 8612.0, 8642.0, 8648.0, 8588.0, 8640.0, 8616.0, 8683.0, 8669.0, 8627.0, 8646.0, 8615.0, 8653.0, 8613.0, 8648.0, 8585.0, 8587.0, 8642.0, 8599.0, 8631.0, 8568.0, 8536.0, 8596.0, 8583.0, 8630.0, 8565.0, 8589.0, 8546.0, 8603.0, 8596.0, 8538.0, 8577.0, 8570.0, 8612.0, 8602.0, 8600.0, 8587.0, 8541.0, 8602.0, 8573.0, 8636.0, 8607.0, 8565.0, 8591.0, 8578.0, 8678.0, 8641.0, 8577.0, 8613.0, 8616.0, 8674.0, 8610.0, 8618.0, 8590.0, 8638.0, 8604.0, 8600.0, 8586.0, 8541.0, 8612.0, 8607.0, 8670.0, 8624.0, 8590.0, 8620.0, 8605.0, 8665.0, 8623.0, 8663.0, 8626.0, 8622.0, 8597.0, 8626.0, 8599.0, 8636.0, 8607.0, 8569.0, 8622.0, 8588.0, 8633.0, 8616.0, 8670.0, 8613.0, 8587.0, 8549.0, 8498.0, 8545.0, 8507.0, 8561.0, 8534.0, 8507.0, 8531.0, 8489.0, 8522.0, 8517.0, 8491.0, 8584.0, 8529.0, 8496.0, 8533.0, 8516.0, 8581.0, 8551.0, 8546.0, 8534.0, 8557.0, 8515.0, 8556.0, 8516.0, 8578.0, 8547.0, 8578.0, 8602.0, 8576.0, 8598.0, 8585.0, 8548.0, 8563.0, 8528.0, 8611.0, 8561.0, 8590.0, 8547.0, 8603.0, 8579.0, 8636.0, 8591.0, 8613.0, 8583.0, 8624.0, 8576.0, 8604.0, 8555.0, 8595.0, 8549.0, 8576.0, 8533.0, 8595.0, 8554.0, 8548.0, 8538.0, 8597.0, 8595.0, 8543.0, 8582.0, 8588.0, 8543.0, 8573.0, 8568.0, 8625.0, 8614.0, 8664.0, 8624.0, 8624.0, 8584.0, 8663.0, 8625.0, 8632.0, 8619.0, 8568.0, 8653.0, 8641.0, 8706.0, 8640.0, 8619.0, 8644.0, 8598.0, 8638.0, 8598.0, 8650.0, 8608.0, 8632.0, 8565.0, 8606.0, 8581.0, 8532.0, 8576.0, 8524.0, 8588.0, 8533.0, 8593.0, 8574.0, 8644.0, 8532.0, 8521.0, 8575.0, 8551.0, 8627.0, 8613.0, 8597.0, 8648.0, 8616.0, 8608.0, 8585.0, 8551.0, 8610.0, 8619.0, 8570.0, 8627.0, 8577.0, 8607.0, 8571.0, 8543.0, 8600.0, 8545.0, 8563.0, 8521.0, 8513.0, 8567.0, 8564.0, 8570.0, 8497.0, 8542.0, 8519.0, 8586.0, 8520.0, 8589.0, 8551.0, 8605.0, 8571.0, 8510.0, 8556.0, 8527.0, 8618.0, 8582.0, 8624.0, 8570.0, 8602.0, 8585.0, 8597.0, 8638.0, 8614.0, 8656.0, 8613.0, 8587.0, 8617.0, 8627.0, 8646.0, 8548.0, 8591.0, 8552.0, 8605.0, 8574.0, 8619.0, 8561.0, 8588.0, 8554.0, 8616.0, 8609.0, 8536.0, 8591.0, 8562.0, 8619.0, 8594.0, 8620.0, 8573.0, 8618.0, 8606.0, 8617.0, 8586.0, 8548.0, 8620.0, 8591.0, 8617.0, 8576.0, 8633.0, 8625.0, 8587.0, 8602.0, 8527.0, 8601.0, 8597.0, 8600.0, 8527.0, 8573.0, 8563.0, 8633.0, 8595.0, 8550.0, 8597.0, 8587.0, 8631.0, 8567.0, 8645.0, 8569.0, 8612.0, 8569.0, 8647.0, 8594.0, 8618.0, 8557.0, 8613.0, 8554.0, 8627.0, 8567.0, 8591.0, 8552.0, 8611.0, 8583.0, 8623.0, 8567.0, 8607.0, 8602.0, 8572.0, 8607.0, 8558.0, 8620.0, 8587.0, 8659.0, 8614.0, 8568.0, 8612.0, 8569.0, 8643.0, 8613.0, 8680.0, 8617.0, 8654.0, 8635.0, 8613.0, 8669.0, 8623.0, 8645.0, 8585.0, 8602.0, 8640.0, 8575.0, 8567.0, 8561.0, 8529.0, 8605.0, 8576.0, 8598.0, 8543.0, 8505.0, 8600.0, 8544.0, 8582.0, 8559.0, 8543.0, 8587.0, 8539.0, 8543.0, 8509.0, 8471.0, 8533.0, 8509.0, 8582.0, 8559.0, 8500.0, 8558.0, 8517.0, 8560.0, 8513.0, 8576.0, 8498.0, 8559.0, 8517.0, 8593.0, 8569.0, 8584.0, 8575.0, 8547.0, 8598.0, 8610.0, 8598.0, 8540.0, 8595.0, 8600.0, 8648.0, 8594.0, 8644.0, 8591.0, 8645.0, 8631.0, 8659.0, 8594.0, 8564.0, 8626.0, 8590.0, 8656.0, 8599.0, 8568.0, 8633.0, 8583.0, 8657.0, 8596.0, 8561.0, 8605.0, 8577.0, 8678.0, 8597.0, 8562.0, 8585.0, 8542.0, 8638.0, 8610.0, 8633.0, 8569.0, 8579.0, 8569.0, 8565.0, 8613.0, 8523.0, 8581.0, 8521.0, 8609.0, 8534.0, 8576.0, 8533.0, 8573.0, 8540.0, 8626.0, 8573.0, 8511.0, 8572.0, 8564.0, 8642.0, 8604.0, 8569.0, 8599.0, 8634.0, 8595.0, 8559.0, 8577.0, 8547.0, 8630.0, 8620.0, 8628.0, 8607.0, 8604.0, 8682.0, 8652.0, 8688.0, 8625.0, 8640.0, 8629.0, 8633.0, 8671.0, 8621.0, 8681.0, 8625.0, 8683.0, 8653.0, 8649.0, 8634.0, 8586.0, 8661.0, 8609.0, 8655.0, 8615.0, 8639.0, 8576.0, 8625.0, 8613.0, 8611.0, 8626.0, 8594.0, 8602.0, 8587.0, 8579.0, 8565.0, 8559.0, 8581.0, 8569.0, 8511.0, 8540.0, 8536.0, 8529.0, 8536.0, 8485.0, 8528.0, 8493.0, 8505.0, 8438.0, 8467.0, 8404.0, 8452.0, 8435.0, 8479.0, 8416.0, 8460.0, 8434.0, 8467.0, 8443.0, 8489.0, 8464.0, 8527.0, 8490.0, 8559.0, 8512.0, 8538.0, 8536.0, 8575.0, 8537.0, 8579.0, 8546.0, 8569.0, 8543.0, 8605.0, 8596.0, 8555.0, 8602.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.003915793103448276</td></tr>
<tr><td colspan=3>aqi</td><td>0.07000564620689655</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>47.39370752131189</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2446253622324515</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0285081304257773</td></tr>
<tr><td colspan=3>efc</td><td>0.5129</td></tr>
<tr><td colspan=3>fber</td><td>4236.6152</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1755760858278454</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>220</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>25.28735632183908</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.392478747843222</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2306944013615557</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.685104845073021</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2616369970950903</td></tr>
<tr><td colspan=3>gcor</td><td>0.0178582</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.024673955515027046</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.05050351843237877</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.359372542021486</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>13.7045</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.429</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>199.5517</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294228.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>940.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>347.2103</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9898</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>413.9282</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3030.6466</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3156.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82316.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1320.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3918.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>723.953</td></tr>
<tr><td colspan=3>tsnr</td><td>24.969330475316383</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>