<?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-04_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-04_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-04_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-04_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-04_desc-stdev_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-04_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-04_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-04_desc-background_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_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-04_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-04_desc-zoomed_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_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-04_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-04_desc-carpet_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-04_task-social_acq-mb8_run-04_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-04_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-04_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-04_desc-mean_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-04_task-social_acq-mb8_run-04_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-04_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-04_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-04_desc-brainmask_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_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-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0133/figures/sub-0133_ses-04_task-social_acq-mb8_run-04_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-04_desc-norm_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-04_task-social_acq-mb8_run-04_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-04_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>b7ae9f9dcfd70703a06bc33dbcd17ee0</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:19:19.180000</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-04_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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</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>99b49559-6f8b-4cbb-a477-f3846ce308d4||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': ['201919.180000', '201919.640000', '201920.100000', '201920.560000', '201921.020000', '201921.480000', '201921.940000', '201922.400000', '201922.860000', '201923.320000', '201923.780000', '201924.240000', '201924.700000', '201925.160000', '201925.620000', '201926.080000', '201926.540000', '201927.000000', '201927.460000', '201927.920000', '201928.380000', '201928.840000', '201929.300000', '201929.760000', '201930.220000', '201930.680000', '201931.140000', '201931.600000', '201932.060000', '201932.520000', '201932.980000', '201933.440000', '201933.900000', '201934.360000', '201934.820000', '201935.280000', '201935.740000', '201936.200000', '201936.660000', '201937.120000', '201937.580000', '201938.040000', '201938.500000', '201938.960000', '201939.420000', '201939.880000', '201940.340000', '201940.800000', '201941.260000', '201941.720000', '201942.180000', '201942.640000', '201943.100000', '201943.560000', '201944.020000', '201944.480000', '201944.940000', '201945.400000', '201945.860000', '201946.320000', '201946.780000', '201947.240000', '201947.700000', '201948.160000', '201948.620000', '201949.080000', '201949.540000', '201950.000000', '201950.460000', '201950.920000', '201951.380000', '201951.840000', '201952.300000', '201952.760000', '201953.220000', '201953.680000', '201954.140000', '201954.600000', '201955.060000', '201955.520000', '201955.980000', '201956.440000', '201956.900000', '201957.360000', '201957.820000', '201958.280000', '201958.740000', '201959.200000', '201959.660000', '202000.120000', '202000.580000', '202001.040000', '202001.500000', '202001.960000', '202002.420000', '202002.880000', '202003.340000', '202003.800000', '202004.260000', '202004.720000', '202005.180000', '202005.640000', '202006.100000', '202006.560000', '202007.020000', '202007.480000', '202007.940000', '202008.400000', '202008.860000', '202009.320000', '202009.780000', '202010.240000', '202010.700000', '202011.160000', '202011.620000', '202012.080000', '202012.540000', '202013.000000', '202013.460000', '202013.920000', '202014.380000', '202014.840000', '202015.300000', '202015.760000', '202016.220000', '202016.680000', '202017.140000', '202017.600000', '202018.060000', '202018.520000', '202018.980000', '202019.440000', '202019.900000', '202020.360000', '202020.820000', '202021.280000', '202021.740000', '202022.200000', '202022.660000', '202023.120000', '202023.580000', '202024.040000', '202024.500000', '202024.960000', '202025.420000', '202025.880000', '202026.340000', '202026.800000', '202027.260000', '202027.720000', '202028.180000', '202028.640000', '202029.100000', '202029.560000', '202030.020000', '202030.480000', '202030.940000', '202031.400000', '202031.860000', '202032.320000', '202032.780000', '202033.240000', '202033.700000', '202034.160000', '202034.620000', '202035.080000', '202035.540000', '202036.000000', '202036.460000', '202036.920000', '202037.380000', '202037.840000', '202038.300000', '202038.760000', '202039.220000', '202039.680000', '202040.140000', '202040.600000', '202041.060000', '202041.520000', '202041.980000', '202042.440000', '202042.900000', '202043.360000', '202043.820000', '202044.280000', '202044.740000', '202045.200000', '202045.660000', '202046.120000', '202046.580000', '202047.040000', '202047.500000', '202047.960000', '202048.420000', '202048.880000', '202049.340000', '202049.800000', '202050.260000', '202050.720000', '202051.180000', '202051.640000', '202052.100000', '202052.560000', '202053.020000', '202053.480000', '202053.940000', '202054.400000', '202054.860000', '202055.320000', '202055.780000', '202056.240000', '202056.700000', '202057.160000', '202057.620000', '202058.080000', '202058.540000', '202059.000000', '202059.460000', '202059.920000', '202100.380000', '202100.840000', '202101.300000', '202101.760000', '202102.220000', '202102.680000', '202103.140000', '202103.600000', '202104.060000', '202104.520000', '202104.980000', '202105.440000', '202105.900000', '202106.360000', '202106.820000', '202107.280000', '202107.740000', '202108.200000', '202108.660000', '202109.120000', '202109.580000', '202110.040000', '202110.500000', '202110.960000', '202111.420000', '202111.880000', '202112.340000', '202112.800000', '202113.260000', '202113.720000', '202114.180000', '202114.640000', '202115.100000', '202115.560000', '202116.020000', '202116.480000', '202116.940000', '202117.400000', '202117.860000', '202118.320000', '202118.780000', '202119.240000', '202119.700000', '202120.160000', '202120.620000', '202121.080000', '202121.540000', '202122.000000', '202122.460000', '202122.920000', '202123.380000', '202123.840000', '202124.300000', '202124.760000', '202125.220000', '202125.680000', '202126.140000', '202126.600000', '202127.060000', '202127.520000', '202127.980000', '202128.440000', '202128.900000', '202129.360000', '202129.820000', '202130.280000', '202130.740000', '202131.200000', '202131.660000', '202132.120000', '202132.580000', '202133.040000', '202133.500000', '202133.960000', '202134.420000', '202134.880000', '202135.340000', '202135.800000', '202136.260000', '202136.720000', '202137.180000', '202137.640000', '202138.100000', '202138.560000', '202139.020000', '202139.480000', '202139.940000', '202140.400000', '202140.860000', '202141.320000', '202141.780000', '202142.240000', '202142.700000', '202143.160000', '202143.620000', '202144.080000', '202144.540000', '202145.000000', '202145.460000', '202145.920000', '202146.380000', '202146.840000', '202147.300000', '202147.760000', '202148.220000', '202148.680000', '202149.140000', '202149.600000', '202150.060000', '202150.520000', '202150.980000', '202151.440000', '202151.900000', '202152.360000', '202152.820000', '202153.280000', '202153.740000', '202154.200000', '202154.660000', '202155.120000', '202155.580000', '202156.040000', '202156.500000', '202156.960000', '202157.420000', '202157.880000', '202158.340000', '202158.800000', '202159.260000', '202159.720000', '202200.180000', '202200.640000', '202201.100000', '202201.560000', '202202.020000', '202202.480000', '202202.940000', '202203.400000', '202203.860000', '202204.320000', '202204.780000', '202205.240000', '202205.700000', '202206.160000', '202206.620000', '202207.080000', '202207.540000', '202208.000000', '202208.460000', '202208.920000', '202209.380000', '202209.840000', '202210.300000', '202210.760000', '202211.220000', '202211.680000', '202212.140000', '202212.600000', '202213.060000', '202213.520000', '202213.980000', '202214.440000', '202214.900000', '202215.360000', '202215.820000', '202216.280000', '202216.740000', '202217.200000', '202217.660000', '202218.120000', '202218.580000', '202219.040000', '202219.500000', '202219.960000', '202220.420000', '202220.880000', '202221.340000', '202221.800000', '202222.260000', '202222.720000', '202223.180000', '202223.640000', '202224.100000', '202224.560000', '202225.020000', '202225.480000', '202225.940000', '202226.400000', '202226.860000', '202227.320000', '202227.780000', '202228.240000', '202228.700000', '202229.160000', '202229.620000', '202230.080000', '202230.540000', '202231.000000', '202231.460000', '202231.920000', '202232.380000', '202232.840000', '202233.300000', '202233.760000', '202234.220000', '202234.680000', '202235.140000', '202235.600000', '202236.060000', '202236.520000', '202236.980000', '202237.440000', '202237.900000', '202238.360000', '202238.820000', '202239.280000', '202239.740000', '202240.200000', '202240.660000', '202241.120000', '202241.580000', '202242.040000', '202242.500000', '202242.960000', '202243.420000', '202243.880000', '202244.340000', '202244.800000', '202245.260000', '202245.720000', '202246.180000', '202246.640000', '202247.100000', '202247.560000', '202248.020000', '202248.480000', '202248.940000', '202249.400000', '202249.860000', '202250.320000', '202250.780000', '202251.240000', '202251.700000', '202252.160000', '202252.620000', '202253.080000', '202253.540000', '202254.000000', '202254.460000', '202254.920000', '202255.380000', '202255.840000', '202256.300000', '202256.760000', '202257.220000', '202257.680000', '202258.140000', '202258.600000', '202259.060000', '202259.520000', '202259.980000', '202300.440000', '202300.900000', '202301.360000', '202301.820000', '202302.280000', '202302.740000', '202303.200000', '202303.660000', '202304.120000', '202304.580000', '202305.040000', '202305.500000', '202305.960000', '202306.420000', '202306.880000', '202307.340000', '202307.800000', '202308.260000', '202308.720000', '202309.180000', '202309.640000', '202310.100000', '202310.560000', '202311.020000', '202311.480000', '202311.940000', '202312.400000', '202312.860000', '202313.320000', '202313.780000', '202314.240000', '202314.700000', '202315.160000', '202315.620000', '202316.080000', '202316.540000', '202317.000000', '202317.460000', '202317.920000', '202318.380000', '202318.840000', '202319.300000', '202319.760000', '202320.220000', '202320.680000', '202321.140000', '202321.600000', '202322.060000', '202322.520000', '202322.980000', '202323.440000', '202323.900000', '202324.360000', '202324.820000', '202325.280000', '202325.740000', '202326.200000', '202326.660000', '202327.120000', '202327.580000', '202328.040000', '202328.500000', '202328.960000', '202329.420000', '202329.880000', '202330.340000', '202330.800000', '202331.260000', '202331.720000', '202332.180000', '202332.640000', '202333.100000', '202333.560000', '202334.020000', '202334.480000', '202334.940000', '202335.400000', '202335.860000', '202336.320000', '202336.780000', '202337.240000', '202337.700000', '202338.160000', '202338.620000', '202339.080000', '202339.540000', '202340.000000', '202340.460000', '202340.920000', '202341.380000', '202341.840000', '202342.300000', '202342.760000', '202343.220000', '202343.680000', '202344.140000', '202344.600000', '202345.060000', '202345.520000', '202345.980000', '202346.440000', '202346.900000', '202347.360000', '202347.820000', '202348.280000', '202348.740000', '202349.200000', '202349.660000', '202350.120000', '202350.580000', '202351.040000', '202351.500000', '202351.960000', '202352.420000', '202352.880000', '202353.340000', '202353.800000', '202354.260000', '202354.720000', '202355.180000', '202355.640000', '202356.100000', '202356.560000', '202357.020000', '202357.480000', '202357.940000', '202358.400000', '202358.860000', '202359.320000', '202359.780000', '202400.240000', '202400.700000', '202401.160000', '202401.620000', '202402.080000', '202402.540000', '202403.000000', '202403.460000', '202403.920000', '202404.380000', '202404.840000', '202405.300000', '202405.760000', '202406.220000', '202406.680000', '202407.140000', '202407.600000', '202408.060000', '202408.520000', '202408.980000', '202409.440000', '202409.900000', '202410.360000', '202410.820000', '202411.280000', '202411.740000', '202412.200000', '202412.660000', '202413.120000', '202413.580000', '202414.040000', '202414.500000', '202414.960000', '202415.420000', '202415.880000', '202416.340000', '202416.800000', '202417.260000', '202417.720000', '202418.180000', '202418.640000', '202419.100000', '202419.560000', '202420.020000', '202420.480000', '202420.940000', '202421.400000', '202421.860000', '202422.320000', '202422.780000', '202423.240000', '202423.700000', '202424.160000', '202424.620000', '202425.080000', '202425.540000', '202426.000000', '202426.460000', '202426.920000', '202427.380000', '202427.840000', '202428.300000', '202428.760000', '202429.220000', '202429.680000', '202430.140000', '202430.600000', '202431.060000', '202431.520000', '202431.980000', '202432.440000', '202432.900000', '202433.360000', '202433.820000', '202434.280000', '202434.740000', '202435.200000', '202435.660000', '202436.120000', '202436.580000', '202437.040000', '202437.500000', '202437.960000', '202438.420000', '202438.880000', '202439.340000', '202439.800000', '202440.260000', '202440.720000', '202441.180000', '202441.640000', '202442.100000', '202442.560000', '202443.020000', '202443.480000', '202443.940000', '202444.400000', '202444.860000', '202445.320000', '202445.780000', '202446.240000', '202446.700000', '202447.160000', '202447.620000', '202448.080000', '202448.540000', '202449.000000', '202449.460000', '202449.920000', '202450.380000', '202450.840000', '202451.300000', '202451.760000', '202452.220000', '202452.680000', '202453.140000', '202453.600000', '202454.060000', '202454.520000', '202454.980000', '202455.440000', '202455.900000', '202456.360000', '202456.820000', '202457.280000', '202457.740000', '202458.200000', '202458.660000', '202459.120000', '202459.580000', '202500.040000', '202500.500000', '202500.960000', '202501.420000', '202501.880000', '202502.340000', '202502.800000', '202503.260000', '202503.720000', '202504.180000', '202504.640000', '202505.100000', '202505.560000', '202506.020000', '202506.480000', '202506.940000', '202507.400000', '202507.860000', '202508.320000', '202508.780000', '202509.240000', '202509.700000', '202510.160000', '202510.620000', '202511.080000', '202511.540000', '202512.000000', '202512.460000', '202512.920000', '202513.380000', '202513.840000', '202514.300000', '202514.760000', '202515.220000', '202515.680000', '202516.140000', '202516.600000', '202517.060000', '202517.520000', '202517.980000', '202518.440000', '202518.900000', '202519.360000', '202519.820000', '202520.280000', '202520.740000', '202521.200000', '202521.660000', '202522.120000', '202522.580000', '202523.040000', '202523.500000', '202523.960000', '202524.420000', '202524.880000', '202525.340000', '202525.800000', '202526.260000', '202526.720000', '202527.180000', '202527.640000', '202528.100000', '202528.560000', '202529.020000', '202529.480000', '202529.940000', '202530.400000', '202530.860000', '202531.320000', '202531.780000', '202532.240000', '202532.700000', '202533.160000', '202533.620000', '202534.080000', '202534.540000', '202535.000000', '202535.460000', '202535.920000', '202536.380000', '202536.840000', '202537.300000', '202537.760000', '202538.220000', '202538.680000', '202539.140000', '202539.600000', '202540.060000', '202540.520000', '202540.980000', '202541.440000', '202541.900000', '202542.360000', '202542.820000', '202543.280000', '202543.740000', '202544.200000', '202544.660000', '202545.120000', '202545.580000', '202546.040000', '202546.500000', '202546.960000', '202547.420000', '202547.880000', '202548.340000', '202548.800000', '202549.260000', '202549.720000', '202550.180000', '202550.640000', '202551.100000', '202551.560000', '202552.020000', '202552.480000', '202552.940000', '202553.400000', '202553.860000', '202554.320000', '202554.780000', '202555.240000', '202555.700000', '202556.160000', '202556.620000', '202557.080000', '202557.540000', '202558.000000', '202558.460000', '202558.920000', '202559.380000', '202559.840000'], 'ContentTime': ['201936.859000', '201936.862000', '201936.865000', '201936.867000', '201936.870000', '201936.872000', '201936.875000', '201936.877000', '201936.880000', '201936.882000', '201936.885000', '201936.887000', '201936.890000', '201936.893000', '201936.895000', '201936.898000', '201936.906000', '201936.909000', '201936.911000', '201936.914000', '201936.916000', '201936.923000', '201936.926000', '201936.928000', '201936.931000', '201936.933000', '201936.936000', '201936.938000', '201936.941000', '201936.943000', '201936.946000', '201936.948000', '201936.951000', '201936.954000', '201936.956000', '201936.959000', '201956.827000', '201956.830000', '201956.833000', '201956.835000', '201956.838000', '201956.840000', '201956.843000', '201956.845000', '201956.848000', '201956.851000', '201956.853000', '201956.856000', '201956.858000', '201956.861000', '201956.863000', '201956.866000', '201956.868000', '201956.871000', '201956.873000', '201956.876000', '201956.878000', '201956.881000', '201956.883000', '201956.886000', '201956.888000', '201956.891000', '201956.894000', '201956.896000', '201956.899000', '201956.901000', '201956.904000', '201956.906000', '201956.909000', '201956.912000', '201956.914000', '201956.917000', '201956.919000', '201956.922000', '201956.924000', '201956.927000', '201956.929000', '201956.932000', '201956.934000', '202016.827000', '202016.830000', '202016.833000', '202016.835000', '202016.838000', '202016.841000', '202016.843000', '202016.846000', '202016.848000', '202016.851000', '202016.854000', '202016.857000', '202016.860000', '202016.863000', '202016.866000', '202016.868000', '202016.871000', '202016.873000', '202016.876000', '202016.878000', '202016.885000', '202016.888000', '202016.890000', '202016.893000', '202016.895000', '202016.898000', '202016.900000', '202016.903000', '202016.905000', '202016.908000', '202016.910000', '202016.913000', '202016.916000', '202016.918000', '202016.921000', '202016.923000', '202016.926000', '202016.938000', '202016.941000', '202016.943000', '202016.946000', '202016.949000', '202016.951000', '202036.827000', '202036.830000', '202036.833000', '202036.835000', '202036.838000', '202036.841000', '202036.843000', '202036.846000', '202036.848000', '202036.851000', '202036.854000', '202036.856000', '202036.859000', '202036.861000', '202036.864000', '202036.866000', '202036.869000', '202036.882000', '202036.884000', '202036.887000', '202036.889000', '202036.892000', '202036.894000', '202036.897000', '202036.900000', '202036.902000', '202036.905000', '202036.907000', '202036.910000', '202036.912000', '202036.915000', '202036.918000', '202036.920000', '202036.923000', '202036.925000', '202036.928000', '202036.930000', '202036.933000', '202036.935000', '202036.938000', '202036.941000', '202036.943000', '202036.946000', '202036.948000', '202056.827000', '202056.830000', '202056.833000', '202056.835000', '202056.838000', '202056.841000', '202056.843000', '202056.846000', '202056.848000', '202056.851000', '202056.854000', '202056.856000', '202056.859000', '202056.861000', '202056.864000', '202056.867000', '202056.869000', '202056.872000', '202056.874000', '202056.877000', '202056.880000', '202056.882000', '202056.885000', '202056.887000', '202056.890000', '202056.892000', '202056.895000', '202056.898000', '202056.900000', '202056.903000', '202056.906000', '202056.908000', '202056.911000', '202056.913000', '202056.916000', '202056.918000', '202056.921000', '202056.932000', '202056.935000', '202056.937000', '202056.950000', '202056.952000', '202056.955000', '202056.957000', '202116.827000', '202116.829000', '202116.832000', '202116.835000', '202116.837000', '202116.840000', '202116.842000', '202116.845000', '202116.847000', '202116.850000', '202116.853000', '202116.855000', '202116.858000', '202116.860000', '202116.863000', '202116.865000', '202116.868000', '202116.871000', '202116.873000', '202116.876000', '202116.879000', '202116.881000', '202116.884000', '202116.886000', '202116.889000', '202116.892000', '202116.894000', '202116.897000', '202116.899000', '202116.902000', '202116.905000', '202116.907000', '202116.910000', '202116.912000', '202116.915000', '202116.918000', '202116.920000', '202116.923000', '202116.925000', '202116.928000', '202116.930000', '202116.933000', '202116.935000', '202136.828000', '202136.831000', '202136.833000', '202136.836000', '202136.839000', '202136.842000', '202136.844000', '202136.847000', '202136.850000', '202136.852000', '202136.855000', '202136.858000', '202136.860000', '202136.874000', '202136.876000', '202136.879000', '202136.882000', '202136.884000', '202136.887000', '202136.889000', '202136.892000', '202136.894000', '202136.897000', '202136.899000', '202136.902000', '202136.905000', '202136.907000', '202136.910000', '202136.912000', '202136.915000', '202136.918000', '202136.920000', '202136.923000', '202136.925000', '202136.928000', '202136.930000', '202136.933000', '202136.935000', '202136.938000', '202136.941000', '202136.943000', '202136.946000', '202136.948000', '202156.827000', '202156.830000', '202156.833000', '202156.836000', '202156.838000', '202156.841000', '202156.843000', '202156.846000', '202156.856000', '202156.859000', '202156.861000', '202156.864000', '202156.866000', '202156.869000', '202156.871000', '202156.874000', '202156.877000', '202156.879000', '202156.882000', '202156.884000', '202156.887000', '202156.889000', '202156.892000', '202156.895000', '202156.897000', '202156.900000', '202156.902000', '202156.905000', '202156.907000', '202156.910000', '202156.912000', '202156.915000', '202156.918000', '202156.920000', '202156.923000', '202156.925000', '202156.928000', '202156.930000', '202156.933000', '202156.935000', '202156.938000', '202156.941000', '202156.943000', '202156.953000', '202216.828000', '202216.831000', '202216.833000', '202216.836000', '202216.838000', '202216.841000', '202216.844000', '202216.846000', '202216.850000', '202216.853000', '202216.855000', '202216.858000', '202216.860000', '202216.863000', '202216.866000', '202216.868000', '202216.871000', '202216.874000', '202216.876000', '202216.879000', '202216.881000', '202216.884000', '202216.886000', '202216.889000', '202216.892000', '202216.894000', '202216.897000', '202216.900000', '202216.903000', '202216.905000', '202216.908000', '202216.911000', '202216.913000', '202216.916000', '202216.919000', '202216.921000', '202216.924000', '202216.933000', '202216.935000', '202216.938000', '202216.941000', '202216.943000', '202216.946000', '202236.827000', '202236.839000', '202236.841000', '202236.844000', '202236.847000', '202236.849000', '202236.852000', '202236.854000', '202236.857000', '202236.860000', '202236.862000', '202236.865000', '202236.867000', '202236.870000', '202236.873000', '202236.875000', '202236.878000', '202236.880000', '202236.883000', '202236.885000', '202236.888000', '202236.891000', '202236.893000', '202236.896000', '202236.898000', '202236.901000', '202236.904000', '202236.906000', '202236.909000', '202236.912000', '202236.914000', '202236.917000', '202236.919000', '202236.922000', '202236.924000', '202236.927000', '202236.930000', '202236.932000', '202236.935000', '202236.937000', '202236.940000', '202236.943000', '202236.945000', '202236.948000', '202256.827000', '202256.830000', '202256.833000', '202256.836000', '202256.839000', '202256.842000', '202256.844000', '202256.847000', '202256.850000', '202256.852000', '202256.855000', '202256.857000', '202256.860000', '202256.863000', '202256.865000', '202256.868000', '202256.870000', '202256.873000', '202256.876000', '202256.878000', '202256.881000', '202256.883000', '202256.886000', '202256.888000', '202256.891000', '202256.893000', '202256.896000', '202256.899000', '202256.901000', '202256.904000', '202256.906000', '202256.909000', '202256.911000', '202256.914000', '202256.917000', '202256.919000', '202256.922000', '202256.924000', '202256.927000', '202256.929000', '202256.932000', '202256.935000', '202256.937000', '202316.827000', '202316.830000', '202316.833000', '202316.835000', '202316.838000', '202316.841000', '202316.843000', '202316.846000', '202316.848000', '202316.851000', '202316.853000', '202316.856000', '202316.859000', '202316.861000', '202316.864000', '202316.866000', '202316.869000', '202316.871000', '202316.874000', '202316.877000', '202316.879000', '202316.882000', '202316.884000', '202316.887000', '202316.889000', '202316.892000', '202316.895000', '202316.897000', '202316.900000', '202316.902000', '202316.905000', '202316.908000', '202316.910000', '202316.913000', '202316.915000', '202316.918000', '202316.921000', '202316.923000', '202316.926000', '202316.928000', '202316.931000', '202316.933000', '202316.936000', '202316.939000', '202336.826000', '202336.829000', '202336.832000', '202336.835000', '202336.837000', '202336.840000', '202336.842000', '202336.849000', '202336.852000', '202336.855000', '202336.857000', '202336.860000', '202336.862000', '202336.865000', '202336.868000', '202336.870000', '202336.873000', '202336.875000', '202336.878000', '202336.880000', '202336.883000', '202336.886000', '202336.889000', '202336.892000', '202336.901000', '202336.904000', '202336.906000', '202336.909000', '202336.911000', '202336.914000', '202336.916000', '202336.919000', '202336.922000', '202336.924000', '202336.927000', '202336.929000', '202336.932000', '202336.935000', '202336.937000', '202336.940000', '202336.942000', '202336.945000', '202336.948000', '202356.828000', '202356.884000', '202356.887000', '202356.889000', '202356.892000', '202356.895000', '202356.897000', '202356.900000', '202356.902000', '202356.905000', '202356.907000', '202356.910000', '202356.913000', '202356.915000', '202356.918000', '202356.921000', '202356.923000', '202356.926000', '202356.928000', '202356.931000', '202356.933000', '202356.936000', '202356.938000', '202356.941000', '202356.944000', '202356.948000', '202356.951000', '202356.954000', '202356.956000', '202356.959000', '202356.961000', '202356.964000', '202356.966000', '202356.969000', '202356.971000', '202356.974000', '202356.977000', '202356.979000', '202356.982000', '202356.984000', '202356.987000', '202356.990000', '202356.992000', '202356.995000', '202416.828000', '202416.841000', '202416.844000', '202416.846000', '202416.849000', '202416.852000', '202416.854000', '202416.857000', '202416.860000', '202416.862000', '202416.865000', '202416.867000', '202416.870000', '202416.872000', '202416.875000', '202416.878000', '202416.881000', '202416.884000', '202416.887000', '202416.890000', '202416.892000', '202416.895000', '202416.898000', '202416.900000', '202416.903000', '202416.905000', '202416.908000', '202416.911000', '202416.913000', '202416.916000', '202416.919000', '202416.921000', '202416.924000', '202416.926000', '202416.929000', '202416.931000', '202416.934000', '202416.937000', '202416.939000', '202416.942000', '202416.944000', '202416.947000', '202416.949000', '202436.827000', '202436.830000', '202436.833000', '202436.835000', '202436.838000', '202436.841000', '202436.843000', '202436.846000', '202436.848000', '202436.851000', '202436.854000', '202436.856000', '202436.859000', '202436.861000', '202436.864000', '202436.867000', '202436.869000', '202436.872000', '202436.874000', '202436.877000', '202436.879000', '202436.882000', '202436.885000', '202436.887000', '202436.890000', '202436.892000', '202436.895000', '202436.897000', '202436.900000', '202436.903000', '202436.905000', '202436.908000', '202436.910000', '202436.913000', '202436.915000', '202436.918000', '202436.921000', '202436.923000', '202436.926000', '202436.928000', '202436.931000', '202436.934000', '202436.936000', '202436.939000', '202456.827000', '202456.845000', '202456.848000', '202456.851000', '202456.853000', '202456.856000', '202456.858000', '202456.861000', '202456.864000', '202456.866000', '202456.869000', '202456.871000', '202456.874000', '202456.876000', '202456.879000', '202456.882000', '202456.884000', '202456.887000', '202456.889000', '202456.892000', '202456.894000', '202456.897000', '202456.900000', '202456.902000', '202456.905000', '202456.907000', '202456.910000', '202456.913000', '202456.915000', '202456.918000', '202456.920000', '202456.923000', '202456.925000', '202456.929000', '202456.932000', '202456.943000', '202456.946000', '202456.948000', '202456.951000', '202456.953000', '202456.956000', '202456.965000', '202456.968000', '202516.827000', '202516.830000', '202516.833000', '202516.835000', '202516.838000', '202516.840000', '202516.843000', '202516.846000', '202516.848000', '202516.851000', '202516.853000', '202516.856000', '202516.858000', '202516.861000', '202516.864000', '202516.866000', '202516.869000', '202516.871000', '202516.874000', '202516.877000', '202516.879000', '202516.882000', '202516.884000', '202516.887000', '202516.890000', '202516.892000', '202516.895000', '202516.897000', '202516.900000', '202516.903000', '202516.905000', '202516.908000', '202516.910000', '202516.913000', '202516.916000', '202516.920000', '202516.922000', '202516.925000', '202516.927000', '202516.930000', '202516.933000', '202516.936000', '202516.938000', '202516.941000', '202536.828000', '202536.830000', '202536.833000', '202536.836000', '202536.838000', '202536.841000', '202536.843000', '202536.846000', '202536.848000', '202536.851000', '202536.854000', '202536.856000', '202536.859000', '202536.861000', '202536.864000', '202536.866000', '202536.869000', '202536.872000', '202536.874000', '202536.877000', '202536.879000', '202536.882000', '202536.884000', '202536.887000', '202536.890000', '202536.892000', '202536.895000', '202536.897000', '202536.900000', '202536.902000', '202536.905000', '202536.908000', '202536.910000', '202536.913000', '202536.916000', '202536.918000', '202536.921000', '202536.923000', '202536.926000', '202536.928000', '202536.931000', '202536.934000', '202536.936000', '202556.827000', '202556.842000', '202556.844000', '202556.847000', '202556.849000', '202556.852000', '202556.855000', '202556.857000', '202556.860000', '202556.863000', '202556.865000', '202556.868000', '202556.870000', '202556.873000', '202556.881000', '202556.883000', '202556.886000', '202556.888000', '202556.891000', '202556.894000', '202556.896000', '202556.899000', '202556.901000', '202556.904000', '202556.906000', '202556.909000', '202556.912000', '202556.914000', '202556.917000', '202556.919000', '202556.922000', '202556.924000', '202556.927000', '202556.930000', '202556.932000', '202556.935000', '202556.937000', '202556.940000', '202556.942000', '202556.945000', '202556.948000', '202556.950000', '202556.953000', '202601.289000', '202601.294000', '202601.296000', '202601.299000', '202601.302000', '202601.304000', '202601.307000', '202601.310000', '202601.312000', '202601.315000', '202601.318000'], 'InstanceCreationTime': ['201936.859000', '201936.862000', '201936.865000', '201936.867000', '201936.870000', '201936.872000', '201936.875000', '201936.877000', '201936.880000', '201936.882000', '201936.885000', '201936.887000', '201936.890000', '201936.893000', '201936.895000', '201936.898000', '201936.906000', '201936.909000', '201936.911000', '201936.914000', '201936.916000', '201936.923000', '201936.926000', '201936.928000', '201936.931000', '201936.933000', '201936.936000', '201936.938000', '201936.941000', '201936.943000', '201936.946000', '201936.948000', '201936.951000', '201936.954000', '201936.956000', '201936.959000', '201956.827000', '201956.830000', '201956.833000', '201956.835000', '201956.838000', '201956.840000', '201956.843000', '201956.845000', '201956.848000', '201956.851000', '201956.853000', '201956.856000', '201956.858000', '201956.861000', '201956.863000', '201956.866000', '201956.868000', '201956.871000', '201956.873000', '201956.876000', '201956.878000', '201956.881000', '201956.883000', '201956.886000', '201956.888000', '201956.891000', '201956.894000', '201956.896000', '201956.899000', '201956.901000', '201956.904000', '201956.906000', '201956.909000', '201956.912000', '201956.914000', '201956.917000', '201956.919000', '201956.922000', '201956.924000', '201956.927000', '201956.929000', '201956.932000', '201956.934000', '202016.827000', '202016.830000', '202016.833000', '202016.835000', '202016.838000', '202016.841000', '202016.843000', '202016.846000', '202016.848000', '202016.851000', '202016.854000', '202016.857000', '202016.860000', '202016.863000', '202016.866000', '202016.868000', '202016.871000', '202016.873000', '202016.876000', '202016.878000', '202016.885000', '202016.888000', '202016.890000', '202016.893000', '202016.895000', '202016.898000', '202016.900000', '202016.903000', '202016.905000', '202016.908000', '202016.910000', '202016.913000', '202016.916000', '202016.918000', '202016.921000', '202016.923000', '202016.926000', '202016.938000', '202016.941000', '202016.943000', '202016.946000', '202016.949000', '202016.951000', '202036.827000', '202036.830000', '202036.833000', '202036.835000', '202036.838000', '202036.841000', '202036.843000', '202036.846000', '202036.848000', '202036.851000', '202036.854000', '202036.856000', '202036.859000', '202036.861000', '202036.864000', '202036.866000', '202036.869000', '202036.882000', '202036.884000', '202036.887000', '202036.889000', '202036.892000', '202036.894000', '202036.897000', '202036.900000', '202036.902000', '202036.905000', '202036.907000', '202036.910000', '202036.912000', '202036.915000', '202036.918000', '202036.920000', '202036.923000', '202036.925000', '202036.928000', '202036.930000', '202036.933000', '202036.935000', '202036.938000', '202036.941000', '202036.943000', '202036.946000', '202036.948000', '202056.827000', '202056.830000', '202056.833000', '202056.835000', '202056.838000', '202056.841000', '202056.843000', '202056.846000', '202056.848000', '202056.851000', '202056.854000', '202056.856000', '202056.859000', '202056.861000', '202056.864000', '202056.867000', '202056.869000', '202056.872000', '202056.874000', '202056.877000', '202056.880000', '202056.882000', '202056.885000', '202056.887000', '202056.890000', '202056.892000', '202056.895000', '202056.898000', '202056.900000', '202056.903000', '202056.906000', '202056.908000', '202056.911000', '202056.913000', '202056.916000', '202056.918000', '202056.921000', '202056.932000', '202056.935000', '202056.937000', '202056.950000', '202056.952000', '202056.955000', '202056.957000', '202116.827000', '202116.829000', '202116.832000', '202116.835000', '202116.837000', '202116.840000', '202116.842000', '202116.845000', '202116.847000', '202116.850000', '202116.853000', '202116.855000', '202116.858000', '202116.860000', '202116.863000', '202116.865000', '202116.868000', '202116.871000', '202116.873000', '202116.876000', '202116.879000', '202116.881000', '202116.884000', '202116.886000', '202116.889000', '202116.892000', '202116.894000', '202116.897000', '202116.899000', '202116.902000', '202116.905000', '202116.907000', '202116.910000', '202116.912000', '202116.915000', '202116.918000', '202116.920000', '202116.923000', '202116.925000', '202116.928000', '202116.930000', '202116.933000', '202116.935000', '202136.828000', '202136.831000', '202136.833000', '202136.836000', '202136.839000', '202136.842000', '202136.844000', '202136.847000', '202136.850000', '202136.852000', '202136.855000', '202136.858000', '202136.860000', '202136.874000', '202136.876000', '202136.879000', '202136.882000', '202136.884000', '202136.887000', '202136.889000', '202136.892000', '202136.894000', '202136.897000', '202136.899000', '202136.902000', '202136.905000', '202136.907000', '202136.910000', '202136.912000', '202136.915000', '202136.918000', '202136.920000', '202136.923000', '202136.925000', '202136.928000', '202136.930000', '202136.933000', '202136.935000', '202136.938000', '202136.941000', '202136.943000', '202136.946000', '202136.948000', '202156.827000', '202156.830000', '202156.833000', '202156.836000', '202156.838000', '202156.841000', '202156.843000', '202156.846000', '202156.856000', '202156.859000', '202156.861000', '202156.864000', '202156.866000', '202156.869000', '202156.871000', '202156.874000', '202156.877000', '202156.879000', '202156.882000', '202156.884000', '202156.887000', '202156.889000', '202156.892000', '202156.895000', '202156.897000', '202156.900000', '202156.902000', '202156.905000', '202156.907000', '202156.910000', '202156.912000', '202156.915000', '202156.918000', '202156.920000', '202156.923000', '202156.925000', '202156.928000', '202156.930000', '202156.933000', '202156.935000', '202156.938000', '202156.941000', '202156.943000', '202156.953000', '202216.828000', '202216.831000', '202216.833000', '202216.836000', '202216.838000', '202216.841000', '202216.844000', '202216.846000', '202216.850000', '202216.853000', '202216.855000', '202216.858000', '202216.860000', '202216.863000', '202216.866000', '202216.868000', '202216.871000', '202216.874000', '202216.876000', '202216.879000', '202216.881000', '202216.884000', '202216.886000', '202216.889000', '202216.892000', '202216.894000', '202216.897000', '202216.900000', '202216.903000', '202216.905000', '202216.908000', '202216.911000', '202216.913000', '202216.916000', '202216.919000', '202216.921000', '202216.924000', '202216.933000', '202216.935000', '202216.938000', '202216.941000', '202216.943000', '202216.946000', '202236.827000', '202236.839000', '202236.841000', '202236.844000', '202236.847000', '202236.849000', '202236.852000', '202236.854000', '202236.857000', '202236.860000', '202236.862000', '202236.865000', '202236.867000', '202236.870000', '202236.873000', '202236.875000', '202236.878000', '202236.880000', '202236.883000', '202236.885000', '202236.888000', '202236.891000', '202236.893000', '202236.896000', '202236.898000', '202236.901000', '202236.904000', '202236.906000', '202236.909000', '202236.912000', '202236.914000', '202236.917000', '202236.919000', '202236.922000', '202236.924000', '202236.927000', '202236.930000', '202236.932000', '202236.935000', '202236.937000', '202236.940000', '202236.943000', '202236.945000', '202236.948000', '202256.827000', '202256.830000', '202256.833000', '202256.836000', '202256.839000', '202256.842000', '202256.844000', '202256.847000', '202256.850000', '202256.852000', '202256.855000', '202256.857000', '202256.860000', '202256.863000', '202256.865000', '202256.868000', '202256.870000', '202256.873000', '202256.876000', '202256.878000', '202256.881000', '202256.883000', '202256.886000', '202256.888000', '202256.891000', '202256.893000', '202256.896000', '202256.899000', '202256.901000', '202256.904000', '202256.906000', '202256.909000', '202256.911000', '202256.914000', '202256.917000', '202256.919000', '202256.922000', '202256.924000', '202256.927000', '202256.929000', '202256.932000', '202256.935000', '202256.937000', '202316.827000', '202316.830000', '202316.833000', '202316.835000', '202316.838000', '202316.841000', '202316.843000', '202316.846000', '202316.848000', '202316.851000', '202316.853000', '202316.856000', '202316.859000', '202316.861000', '202316.864000', '202316.866000', '202316.869000', '202316.871000', '202316.874000', '202316.877000', '202316.879000', '202316.882000', '202316.884000', '202316.887000', '202316.889000', '202316.892000', '202316.895000', '202316.897000', '202316.900000', '202316.902000', '202316.905000', '202316.908000', '202316.910000', '202316.913000', '202316.915000', '202316.918000', '202316.921000', '202316.923000', '202316.926000', '202316.928000', '202316.931000', '202316.933000', '202316.936000', '202316.939000', '202336.826000', '202336.829000', '202336.832000', '202336.835000', '202336.837000', '202336.840000', '202336.842000', '202336.849000', '202336.852000', '202336.855000', '202336.857000', '202336.860000', '202336.862000', '202336.865000', '202336.868000', '202336.870000', '202336.873000', '202336.875000', '202336.878000', '202336.880000', '202336.883000', '202336.886000', '202336.889000', '202336.892000', '202336.901000', '202336.904000', '202336.906000', '202336.909000', '202336.911000', '202336.914000', '202336.916000', '202336.919000', '202336.922000', '202336.924000', '202336.927000', '202336.929000', '202336.932000', '202336.935000', '202336.937000', '202336.940000', '202336.942000', '202336.945000', '202336.948000', '202356.828000', '202356.884000', '202356.887000', '202356.889000', '202356.892000', '202356.895000', '202356.897000', '202356.900000', '202356.902000', '202356.905000', '202356.907000', '202356.910000', '202356.913000', '202356.915000', '202356.918000', '202356.921000', '202356.923000', '202356.926000', '202356.928000', '202356.931000', '202356.933000', '202356.936000', '202356.938000', '202356.941000', '202356.944000', '202356.948000', '202356.951000', '202356.954000', '202356.956000', '202356.959000', '202356.961000', '202356.964000', '202356.966000', '202356.969000', '202356.971000', '202356.974000', '202356.977000', '202356.979000', '202356.982000', '202356.984000', '202356.987000', '202356.990000', '202356.992000', '202356.995000', '202416.828000', '202416.841000', '202416.844000', '202416.846000', '202416.849000', '202416.852000', '202416.854000', '202416.857000', '202416.860000', '202416.862000', '202416.865000', '202416.867000', '202416.870000', '202416.872000', '202416.875000', '202416.878000', '202416.881000', '202416.884000', '202416.887000', '202416.890000', '202416.892000', '202416.895000', '202416.898000', '202416.900000', '202416.903000', '202416.905000', '202416.908000', '202416.911000', '202416.913000', '202416.916000', '202416.919000', '202416.921000', '202416.924000', '202416.926000', '202416.929000', '202416.931000', '202416.934000', '202416.937000', '202416.939000', '202416.942000', '202416.944000', '202416.947000', '202416.949000', '202436.827000', '202436.830000', '202436.833000', '202436.835000', '202436.838000', '202436.841000', '202436.843000', '202436.846000', '202436.848000', '202436.851000', '202436.854000', '202436.856000', '202436.859000', '202436.861000', '202436.864000', '202436.867000', '202436.869000', '202436.872000', '202436.874000', '202436.877000', '202436.879000', '202436.882000', '202436.885000', '202436.887000', '202436.890000', '202436.892000', '202436.895000', '202436.897000', '202436.900000', '202436.903000', '202436.905000', '202436.908000', '202436.910000', '202436.913000', '202436.915000', '202436.918000', '202436.921000', '202436.923000', '202436.926000', '202436.928000', '202436.931000', '202436.934000', '202436.936000', '202436.939000', '202456.827000', '202456.845000', '202456.848000', '202456.851000', '202456.853000', '202456.856000', '202456.858000', '202456.861000', '202456.864000', '202456.866000', '202456.869000', '202456.871000', '202456.874000', '202456.876000', '202456.879000', '202456.882000', '202456.884000', '202456.887000', '202456.889000', '202456.892000', '202456.894000', '202456.897000', '202456.900000', '202456.902000', '202456.905000', '202456.907000', '202456.910000', '202456.913000', '202456.915000', '202456.918000', '202456.920000', '202456.923000', '202456.925000', '202456.929000', '202456.932000', '202456.943000', '202456.946000', '202456.948000', '202456.951000', '202456.953000', '202456.956000', '202456.965000', '202456.968000', '202516.827000', '202516.830000', '202516.833000', '202516.835000', '202516.838000', '202516.840000', '202516.843000', '202516.846000', '202516.848000', '202516.851000', '202516.853000', '202516.856000', '202516.858000', '202516.861000', '202516.864000', '202516.866000', '202516.869000', '202516.871000', '202516.874000', '202516.877000', '202516.879000', '202516.882000', '202516.884000', '202516.887000', '202516.890000', '202516.892000', '202516.895000', '202516.897000', '202516.900000', '202516.903000', '202516.905000', '202516.908000', '202516.910000', '202516.913000', '202516.916000', '202516.920000', '202516.922000', '202516.925000', '202516.927000', '202516.930000', '202516.933000', '202516.936000', '202516.938000', '202516.941000', '202536.828000', '202536.830000', '202536.833000', '202536.836000', '202536.838000', '202536.841000', '202536.843000', '202536.846000', '202536.848000', '202536.851000', '202536.854000', '202536.856000', '202536.859000', '202536.861000', '202536.864000', '202536.866000', '202536.869000', '202536.872000', '202536.874000', '202536.877000', '202536.879000', '202536.882000', '202536.884000', '202536.887000', '202536.890000', '202536.892000', '202536.895000', '202536.897000', '202536.900000', '202536.902000', '202536.905000', '202536.908000', '202536.910000', '202536.913000', '202536.916000', '202536.918000', '202536.921000', '202536.923000', '202536.926000', '202536.928000', '202536.931000', '202536.934000', '202536.936000', '202556.827000', '202556.842000', '202556.844000', '202556.847000', '202556.849000', '202556.852000', '202556.855000', '202556.857000', '202556.860000', '202556.863000', '202556.865000', '202556.868000', '202556.870000', '202556.873000', '202556.881000', '202556.883000', '202556.886000', '202556.888000', '202556.891000', '202556.894000', '202556.896000', '202556.899000', '202556.901000', '202556.904000', '202556.906000', '202556.909000', '202556.912000', '202556.914000', '202556.917000', '202556.919000', '202556.922000', '202556.924000', '202556.927000', '202556.930000', '202556.932000', '202556.935000', '202556.937000', '202556.940000', '202556.942000', '202556.945000', '202556.948000', '202556.950000', '202556.953000', '202601.289000', '202601.294000', '202601.296000', '202601.299000', '202601.302000', '202601.304000', '202601.307000', '202601.310000', '202601.312000', '202601.315000', '202601.318000'], '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': [13358, 9285, 12570, 8726, 13227, 13002, 8863, 10700, 8517, 12157, 12559, 9196, 10750, 8309, 9833, 12126, 10008, 12729, 8304, 7384, 11603, 9033, 13707, 9852, 8153, 10007, 7871, 8696, 9705, 8283, 10350, 9843, 8479, 13340, 10948, 8869, 13493, 8938, 7154, 11243, 9960, 6903, 10260, 8121, 12700, 10502, 7095, 10269, 6971, 10338, 8401, 10907, 8066, 9631, 7661, 13037, 9324, 6611, 8293, 7303, 8805, 9646, 7935, 9728, 8295, 6611, 10652, 9962, 12585, 9271, 12333, 10355, 11372, 11738, 8599, 11717, 9228, 10172, 11204, 9397, 12791, 9825, 7227, 11412, 10198, 14569, 9981, 14849, 10566, 10546, 10672, 7785, 8674, 8203, 10728, 9594, 8723, 9682, 9055, 7393, 10108, 6861, 11440, 8233, 6667, 9220, 7223, 10799, 7201, 10873, 8334, 12034, 8158, 7200, 9710, 7825, 11230, 7729, 6646, 10172, 8543, 11044, 8465, 11161, 9326, 13502, 9066, 6570, 9797, 8682, 12320, 8938, 7320, 11363, 8542, 8795, 11328, 9148, 7125, 9583, 8233, 12584, 10322, 11238, 9097, 13754, 10676, 8395, 10162, 6724, 11289, 7786, 11297, 7704, 11193, 9207, 10298, 9219, 6780, 11304, 10199, 13704, 9626, 7043, 10790, 8884, 10957, 8120, 10963, 9288, 8462, 10001, 7956, 11944, 8528, 8511, 11910, 9103, 11806, 9656, 11253, 11240, 8209, 12226, 10188, 13723, 10082, 9425, 11410, 8611, 10381, 8453, 8112, 10007, 8493, 12407, 8744, 7666, 9426, 9748, 10868, 7840, 10987, 7964, 12166, 8953, 8682, 10515, 9385, 12515, 8465, 8247, 10719, 8304, 11842, 10681, 11576, 11250, 9138, 12123, 9146, 8758, 11784, 9173, 11231, 9092, 8354, 12694, 9422, 11543, 8454, 12495, 10244, 7275, 9059, 7218, 12113, 9417, 11468, 8798, 8300, 10824, 8092, 10125, 8402, 11119, 8708, 10878, 10515, 7092, 8586, 7511, 12272, 9295, 9548, 8770, 9814, 11379, 9029, 11167, 9334, 14149, 11046, 8208, 11136, 9475, 11307, 10671, 9623, 13461, 9784, 7033, 10529, 8070, 13422, 11023, 7164, 9726, 8713, 12797, 10867, 8134, 9976, 7515, 12483, 10738, 14954, 10253, 6881, 10968, 9279, 12866, 9593, 8438, 10259, 9561, 11339, 8713, 7003, 7752, 8930, 7370, 8825, 8195, 12741, 10770, 7440, 11819, 7320, 6237, 10310, 9731, 6520, 9403, 7999, 11182, 8645, 13416, 10853, 6933, 10124, 7347, 11565, 9930, 10956, 9389, 6638, 10378, 8388, 11827, 8571, 9609, 8357, 12061, 10079, 6795, 9779, 7558, 10798, 9283, 10478, 10655, 7718, 11315, 8223, 12543, 10680, 11892, 9221, 13206, 9564, 13090, 9672, 6658, 10094, 8368, 7033, 9006, 9646, 13156, 9833, 7417, 10506, 8319, 12436, 11049, 8533, 10591, 7885, 12886, 10739, 7157, 9532, 7258, 11607, 9808, 6640, 9880, 8232, 12312, 11329, 8743, 11497, 8723, 12780, 11001, 9184, 11481, 9057, 10099, 8651, 8201, 11269, 9450, 11372, 8540, 6494, 9886, 8527, 12505, 8965, 13358, 9550, 13850, 10089, 15659, 10405, 9823, 10891, 8829, 10981, 8024, 6748, 7958, 6896, 10666, 8373, 7129, 10447, 9931, 11727, 11695, 9928, 9337, 8721, 6160, 10435, 8206, 6413, 10859, 7635, 10576, 11921, 8042, 10422, 7210, 12538, 7895, 12889, 10137, 9834, 8777, 7346, 10616, 8038, 10376, 8428, 9214, 7992, 9712, 10016, 6792, 8780, 8042, 11983, 10017, 7679, 10684, 7850, 11450, 8171, 13645, 10519, 12910, 9045, 13718, 10394, 6916, 9639, 7968, 12093, 10292, 11329, 9953, 7001, 12130, 9595, 13957, 9877, 13773, 9208, 14369, 9083, 15025, 8948, 6790, 7661, 6826, 10842, 8412, 6827, 10130, 7633, 9873, 11609, 8912, 10726, 9523, 7588, 12638, 8805, 7572, 11235, 8280, 7088, 11344, 9696, 13329, 9845, 7101, 10789, 8770, 9923, 9199, 7547, 11865, 10444, 7868, 10042, 7760, 12256, 9374, 14784, 9244, 8963, 10596, 7650, 13054, 11101, 7625, 10940, 7996, 12993, 11216, 11914, 10727, 12521, 10528, 15163, 11393, 11534, 8699, 6778, 9854, 6851, 10365, 6908, 8844, 6299, 11492, 7809, 9593, 7684, 12110, 8969, 6478, 8578, 7273, 9609, 11761, 9919, 6112, 9054, 6808, 11217, 7720, 10475, 7387, 11487, 7968, 11968, 7939, 10903, 8309, 13289, 9414, 10695, 9592, 12848, 12297, 7012, 9890, 8272, 12594, 10226, 14457, 9462, 6137, 11143, 9378, 14328, 9410, 11190, 9228, 11593, 11911, 7362, 9674, 8400, 12776, 10537, 9715, 11126, 8157, 11662, 8657, 12992, 9828, 11313, 10529, 7571, 10615, 8388, 13094, 9583, 13929, 9262, 11895, 8750, 13050, 9982, 11299, 11954, 7862, 12546, 8791, 13938, 10419, 15758, 12302, 7444, 12911, 9662, 14713, 9002, 7118, 8933, 7335, 12768, 7687, 12637, 9850, 10008, 8482, 7467, 9214, 7240, 11939, 7812, 9563, 7584, 11526, 9176, 10467, 8197, 6461, 8808, 7448, 11714, 8489, 6674, 8923, 7602, 12875, 9061, 8815, 9683, 10035, 12281, 8322, 10579, 8382, 12902, 10873, 11560, 9785, 6391, 10475, 8251, 12506, 8392, 7433, 9106, 6672, 11496, 8263, 11132, 8459, 12732, 10515, 9162, 10271, 6646, 11430, 8906, 13936, 9256, 9791, 8877, 9440, 11451, 6648, 10242, 7626, 12395, 9133, 13435, 8773, 9693, 9304, 9246, 11356, 7347, 9766, 8204, 8472, 10177, 7904, 12998, 9679, 9730, 9548, 12111, 11719, 8600, 9697, 7582, 12041, 8660, 11682, 8092, 8166, 9254, 8105, 10857, 7644, 10362, 8391, 12311, 9335, 9061, 9893, 7452, 10797, 8930, 12006, 8764, 11706, 8424, 6529, 8879, 8564, 9474, 10468, 9342, 10955, 9369, 8900, 12768, 9419, 8755, 11389, 10554, 16488, 13550, 8998, 13116, 9348, 13884, 10381, 8251, 9034, 6957, 11010, 7666, 10029, 8735, 7401, 9913, 6739, 8824, 6210, 9234, 6560, 10994, 7159, 8792, 7136, 10861, 8357, 7542, 8534, 6522, 7540, 7062, 10649, 8442, 12126, 8998, 8768, 10628, 7006, 11712, 8616, 14871, 11507, 8543, 9597, 6418, 11913, 9190, 14104, 9743, 7094, 8910, 7773, 13015, 9602, 6268, 9181, 7188, 11764, 10185, 6885, 10455, 7655, 12270, 10336, 8235, 11492, 8192, 8289, 11822, 11273, 11901, 10339, 7199, 14547, 12891, 7959, 12443, 8739, 16584, 12365, 7849, 11820, 8768, 15282, 12517, 7831, 10207, 7142, 12815, 10443, 10556, 10102, 6480, 10689, 8436, 14216, 9525, 11278, 8462, 13701, 10036, 11543, 9092, 10241, 8849, 9722, 9483, 11741], 'WindowCenter': [3912.0, 3854.0, 3870.0, 3827.0, 3868.0, 3870.0, 3826.0, 3834.0, 3825.0, 3844.0, 3856.0, 3825.0, 3844.0, 3814.0, 3823.0, 3845.0, 3834.0, 3855.0, 3813.0, 3802.0, 3855.0, 3835.0, 3879.0, 3848.0, 3825.0, 3846.0, 3823.0, 3822.0, 3835.0, 3814.0, 3835.0, 3834.0, 3813.0, 3842.0, 3821.0, 3810.0, 3841.0, 3799.0, 3778.0, 3830.0, 3821.0, 3778.0, 3819.0, 3787.0, 3829.0, 3820.0, 3777.0, 3819.0, 3776.0, 3808.0, 3787.0, 3819.0, 3786.0, 3806.0, 3787.0, 3840.0, 3810.0, 3779.0, 3811.0, 3805.0, 3825.0, 3836.0, 3816.0, 3833.0, 3828.0, 3805.0, 3859.0, 3850.0, 3857.0, 3836.0, 3855.0, 3835.0, 3847.0, 3857.0, 3823.0, 3858.0, 3835.0, 3845.0, 3857.0, 3835.0, 3868.0, 3849.0, 3814.0, 3855.0, 3847.0, 3879.0, 3834.0, 3862.0, 3831.0, 3831.0, 3828.0, 3798.0, 3807.0, 3812.0, 3831.0, 3812.0, 3811.0, 3810.0, 3798.0, 3776.0, 3819.0, 3777.0, 3828.0, 3799.0, 3778.0, 3809.0, 3789.0, 3818.0, 3791.0, 3831.0, 3815.0, 3843.0, 3800.0, 3790.0, 3822.0, 3802.0, 3833.0, 3803.0, 3792.0, 3837.0, 3815.0, 3846.0, 3814.0, 3835.0, 3825.0, 3856.0, 3814.0, 3781.0, 3834.0, 3815.0, 3845.0, 3825.0, 3805.0, 3847.0, 3828.0, 3826.0, 3862.0, 3840.0, 3795.0, 3826.0, 3803.0, 3848.0, 3824.0, 3834.0, 3813.0, 3841.0, 3823.0, 3800.0, 3821.0, 3778.0, 3832.0, 3802.0, 3834.0, 3802.0, 3833.0, 3824.0, 3832.0, 3822.0, 3791.0, 3845.0, 3835.0, 3855.0, 3824.0, 3792.0, 3846.0, 3812.0, 3831.0, 3800.0, 3820.0, 3820.0, 3812.0, 3833.0, 3812.0, 3843.0, 3814.0, 3825.0, 3846.0, 3825.0, 3843.0, 3826.0, 3846.0, 3845.0, 3812.0, 3843.0, 3822.0, 3853.0, 3821.0, 3807.0, 3830.0, 3799.0, 3820.0, 3798.0, 3798.0, 3821.0, 3811.0, 3855.0, 3823.0, 3800.0, 3823.0, 3822.0, 3843.0, 3810.0, 3844.0, 3811.0, 3854.0, 3834.0, 3823.0, 3844.0, 3835.0, 3865.0, 3826.0, 3814.0, 3836.0, 3812.0, 3839.0, 3834.0, 3844.0, 3832.0, 3810.0, 3830.0, 3810.0, 3810.0, 3842.0, 3808.0, 3818.0, 3797.0, 3796.0, 3840.0, 3809.0, 3827.0, 3797.0, 3828.0, 3819.0, 3775.0, 3796.0, 3775.0, 3828.0, 3808.0, 3828.0, 3796.0, 3797.0, 3831.0, 3799.0, 3818.0, 3799.0, 3828.0, 3810.0, 3831.0, 3831.0, 3790.0, 3811.0, 3790.0, 3844.0, 3823.0, 3822.0, 3813.0, 3834.0, 3846.0, 3825.0, 3844.0, 3824.0, 3854.0, 3845.0, 3814.0, 3846.0, 3835.0, 3843.0, 3835.0, 3835.0, 3867.0, 3834.0, 3790.0, 3833.0, 3814.0, 3856.0, 3845.0, 3803.0, 3833.0, 3811.0, 3852.0, 3846.0, 3802.0, 3833.0, 3800.0, 3842.0, 3832.0, 3864.0, 3832.0, 3790.0, 3832.0, 3822.0, 3853.0, 3834.0, 3825.0, 3834.0, 3834.0, 3842.0, 3821.0, 3802.0, 3800.0, 3820.0, 3789.0, 3807.0, 3800.0, 3842.0, 3833.0, 3790.0, 3843.0, 3802.0, 3781.0, 3831.0, 3824.0, 3781.0, 3822.0, 3802.0, 3833.0, 3814.0, 3854.0, 3832.0, 3789.0, 3834.0, 3803.0, 3844.0, 3822.0, 3832.0, 3823.0, 3791.0, 3834.0, 3810.0, 3844.0, 3813.0, 3823.0, 3814.0, 3842.0, 3834.0, 3793.0, 3847.0, 3817.0, 3846.0, 3837.0, 3847.0, 3847.0, 3804.0, 3845.0, 3815.0, 3856.0, 3835.0, 3843.0, 3820.0, 3852.0, 3809.0, 3841.0, 3821.0, 3790.0, 3832.0, 3812.0, 3803.0, 3824.0, 3836.0, 3856.0, 3835.0, 3804.0, 3847.0, 3814.0, 3845.0, 3835.0, 3812.0, 3833.0, 3801.0, 3855.0, 3846.0, 3791.0, 3822.0, 3788.0, 3832.0, 3820.0, 3777.0, 3821.0, 3812.0, 3844.0, 3845.0, 3813.0, 3844.0, 3812.0, 3853.0, 3833.0, 3821.0, 3831.0, 3811.0, 3821.0, 3811.0, 3812.0, 3844.0, 3834.0, 3844.0, 3824.0, 3780.0, 3834.0, 3822.0, 3854.0, 3823.0, 3867.0, 3833.0, 3866.0, 3835.0, 3876.0, 3834.0, 3833.0, 3849.0, 3836.0, 3843.0, 3812.0, 3802.0, 3813.0, 3804.0, 3846.0, 3828.0, 3802.0, 3846.0, 3835.0, 3844.0, 3842.0, 3833.0, 3821.0, 3809.0, 3780.0, 3833.0, 3800.0, 3777.0, 3843.0, 3814.0, 3831.0, 3845.0, 3798.0, 3834.0, 3790.0, 3843.0, 3800.0, 3841.0, 3820.0, 3819.0, 3798.0, 3775.0, 3819.0, 3800.0, 3818.0, 3800.0, 3810.0, 3801.0, 3821.0, 3834.0, 3804.0, 3824.0, 3815.0, 3857.0, 3837.0, 3816.0, 3847.0, 3813.0, 3846.0, 3815.0, 3868.0, 3847.0, 3854.0, 3822.0, 3852.0, 3832.0, 3792.0, 3822.0, 3813.0, 3853.0, 3848.0, 3857.0, 3845.0, 3801.0, 3866.0, 3835.0, 3879.0, 3845.0, 3866.0, 3833.0, 3891.0, 3834.0, 3874.0, 3833.0, 3789.0, 3809.0, 3790.0, 3848.0, 3812.0, 3778.0, 3833.0, 3800.0, 3819.0, 3831.0, 3808.0, 3818.0, 3821.0, 3801.0, 3845.0, 3813.0, 3803.0, 3845.0, 3813.0, 3790.0, 3843.0, 3837.0, 3855.0, 3822.0, 3792.0, 3845.0, 3826.0, 3836.0, 3825.0, 3803.0, 3844.0, 3835.0, 3803.0, 3824.0, 3800.0, 3845.0, 3827.0, 3869.0, 3826.0, 3825.0, 3835.0, 3816.0, 3857.0, 3847.0, 3804.0, 3844.0, 3814.0, 3856.0, 3848.0, 3847.0, 3834.0, 3842.0, 3823.0, 3853.0, 3830.0, 3829.0, 3799.0, 3765.0, 3820.0, 3777.0, 3820.0, 3789.0, 3811.0, 3779.0, 3843.0, 3802.0, 3821.0, 3803.0, 3855.0, 3825.0, 3793.0, 3826.0, 3800.0, 3838.0, 3846.0, 3836.0, 3780.0, 3825.0, 3790.0, 3846.0, 3804.0, 3835.0, 3801.0, 3846.0, 3801.0, 3845.0, 3803.0, 3833.0, 3814.0, 3868.0, 3825.0, 3835.0, 3825.0, 3855.0, 3845.0, 3791.0, 3833.0, 3813.0, 3858.0, 3849.0, 3867.0, 3836.0, 3780.0, 3845.0, 3825.0, 3867.0, 3826.0, 3833.0, 3823.0, 3833.0, 3843.0, 3791.0, 3821.0, 3812.0, 3855.0, 3837.0, 3850.0, 3859.0, 3828.0, 3856.0, 3839.0, 3867.0, 3837.0, 3843.0, 3848.0, 3811.0, 3842.0, 3824.0, 3863.0, 3820.0, 3852.0, 3823.0, 3844.0, 3813.0, 3855.0, 3835.0, 3818.0, 3831.0, 3788.0, 3830.0, 3796.0, 3828.0, 3807.0, 3836.0, 3816.0, 3760.0, 3812.0, 3781.0, 3834.0, 3782.0, 3760.0, 3780.0, 3772.0, 3825.0, 3774.0, 3827.0, 3804.0, 3803.0, 3794.0, 3773.0, 3806.0, 3785.0, 3829.0, 3787.0, 3808.0, 3788.0, 3830.0, 3812.0, 3820.0, 3810.0, 3779.0, 3821.0, 3802.0, 3855.0, 3825.0, 3803.0, 3827.0, 3817.0, 3869.0, 3838.0, 3826.0, 3837.0, 3836.0, 3859.0, 3813.0, 3831.0, 3813.0, 3856.0, 3848.0, 3846.0, 3833.0, 3779.0, 3846.0, 3826.0, 3857.0, 3826.0, 3803.0, 3826.0, 3793.0, 3856.0, 3814.0, 3845.0, 3814.0, 3854.0, 3846.0, 3824.0, 3832.0, 3780.0, 3842.0, 3812.0, 3852.0, 3824.0, 3821.0, 3823.0, 3821.0, 3845.0, 3789.0, 3832.0, 3802.0, 3853.0, 3825.0, 3854.0, 3813.0, 3823.0, 3825.0, 3836.0, 3847.0, 3801.0, 3833.0, 3813.0, 3812.0, 3835.0, 3813.0, 3855.0, 3836.0, 3836.0, 3837.0, 3856.0, 3858.0, 3813.0, 3824.0, 3800.0, 3859.0, 3825.0, 3854.0, 3824.0, 3823.0, 3834.0, 3815.0, 3846.0, 3812.0, 3845.0, 3824.0, 3856.0, 3839.0, 3835.0, 3846.0, 3814.0, 3856.0, 3837.0, 3868.0, 3839.0, 3856.0, 3825.0, 3794.0, 3835.0, 3835.0, 3833.0, 3846.0, 3833.0, 3843.0, 3833.0, 3828.0, 3868.0, 3840.0, 3813.0, 3833.0, 3822.0, 3853.0, 3843.0, 3798.0, 3830.0, 3798.0, 3829.0, 3794.0, 3770.0, 3781.0, 3761.0, 3802.0, 3771.0, 3792.0, 3795.0, 3772.0, 3805.0, 3765.0, 3796.0, 3752.0, 3797.0, 3765.0, 3817.0, 3775.0, 3796.0, 3778.0, 3830.0, 3811.0, 3801.0, 3813.0, 3782.0, 3815.0, 3806.0, 3848.0, 3818.0, 3859.0, 3826.0, 3826.0, 3850.0, 3806.0, 3860.0, 3827.0, 3884.0, 3862.0, 3829.0, 3840.0, 3796.0, 3858.0, 3825.0, 3869.0, 3836.0, 3793.0, 3825.0, 3803.0, 3858.0, 3837.0, 3792.0, 3826.0, 3806.0, 3858.0, 3849.0, 3807.0, 3847.0, 3816.0, 3858.0, 3836.0, 3828.0, 3857.0, 3828.0, 3830.0, 3875.0, 3860.0, 3858.0, 3846.0, 3804.0, 3869.0, 3858.0, 3814.0, 3856.0, 3825.0, 3877.0, 3856.0, 3814.0, 3843.0, 3812.0, 3865.0, 3857.0, 3802.0, 3835.0, 3804.0, 3855.0, 3834.0, 3844.0, 3835.0, 3792.0, 3845.0, 3813.0, 3868.0, 3836.0, 3844.0, 3813.0, 3867.0, 3836.0, 3846.0, 3837.0, 3844.0, 3825.0, 3835.0, 3837.0, 3868.0], 'WindowWidth': [8751.0, 8657.0, 8668.0, 8608.0, 8662.0, 8665.0, 8602.0, 8610.0, 8598.0, 8623.0, 8641.0, 8597.0, 8622.0, 8580.0, 8593.0, 8625.0, 8610.0, 8640.0, 8581.0, 8567.0, 8641.0, 8617.0, 8683.0, 8638.0, 8606.0, 8637.0, 8600.0, 8598.0, 8616.0, 8583.0, 8610.0, 8608.0, 8578.0, 8613.0, 8585.0, 8567.0, 8611.0, 8550.0, 8524.0, 8594.0, 8583.0, 8524.0, 8577.0, 8533.0, 8590.0, 8582.0, 8520.0, 8578.0, 8516.0, 8562.0, 8531.0, 8576.0, 8531.0, 8556.0, 8533.0, 8607.0, 8565.0, 8525.0, 8572.0, 8571.0, 8596.0, 8613.0, 8587.0, 8609.0, 8605.0, 8575.0, 8653.0, 8639.0, 8644.0, 8616.0, 8637.0, 8614.0, 8631.0, 8643.0, 8593.0, 8645.0, 8614.0, 8629.0, 8646.0, 8613.0, 8662.0, 8638.0, 8586.0, 8646.0, 8636.0, 8680.0, 8612.0, 8649.0, 8605.0, 8604.0, 8597.0, 8557.0, 8570.0, 8578.0, 8599.0, 8574.0, 8570.0, 8568.0, 8548.0, 8516.0, 8580.0, 8522.0, 8587.0, 8549.0, 8522.0, 8566.0, 8540.0, 8576.0, 8546.0, 8598.0, 8583.0, 8617.0, 8554.0, 8543.0, 8587.0, 8560.0, 8605.0, 8565.0, 8548.0, 8614.0, 8584.0, 8623.0, 8579.0, 8609.0, 8596.0, 8638.0, 8580.0, 8532.0, 8607.0, 8579.0, 8619.0, 8594.0, 8569.0, 8628.0, 8604.0, 8601.0, 8657.0, 8623.0, 8556.0, 8596.0, 8563.0, 8633.0, 8594.0, 8603.0, 8573.0, 8610.0, 8590.0, 8555.0, 8583.0, 8524.0, 8600.0, 8562.0, 8606.0, 8562.0, 8601.0, 8592.0, 8601.0, 8587.0, 8545.0, 8624.0, 8609.0, 8637.0, 8594.0, 8549.0, 8626.0, 8575.0, 8598.0, 8555.0, 8580.0, 8583.0, 8574.0, 8603.0, 8576.0, 8619.0, 8582.0, 8597.0, 8628.0, 8597.0, 8618.0, 8599.0, 8624.0, 8623.0, 8574.0, 8616.0, 8585.0, 8629.0, 8582.0, 8558.0, 8596.0, 8552.0, 8581.0, 8552.0, 8550.0, 8585.0, 8574.0, 8640.0, 8597.0, 8561.0, 8594.0, 8592.0, 8626.0, 8576.0, 8623.0, 8578.0, 8641.0, 8615.0, 8599.0, 8629.0, 8620.0, 8660.0, 8608.0, 8585.0, 8614.0, 8575.0, 8610.0, 8610.0, 8622.0, 8603.0, 8570.0, 8596.0, 8570.0, 8571.0, 8616.0, 8567.0, 8575.0, 8546.0, 8545.0, 8611.0, 8565.0, 8587.0, 8547.0, 8591.0, 8578.0, 8514.0, 8544.0, 8515.0, 8591.0, 8562.0, 8589.0, 8545.0, 8546.0, 8597.0, 8553.0, 8578.0, 8553.0, 8590.0, 8569.0, 8599.0, 8599.0, 8543.0, 8572.0, 8544.0, 8622.0, 8593.0, 8590.0, 8580.0, 8608.0, 8628.0, 8597.0, 8622.0, 8594.0, 8634.0, 8627.0, 8582.0, 8628.0, 8610.0, 8619.0, 8612.0, 8612.0, 8656.0, 8610.0, 8548.0, 8606.0, 8581.0, 8642.0, 8626.0, 8568.0, 8606.0, 8575.0, 8632.0, 8627.0, 8563.0, 8605.0, 8558.0, 8617.0, 8603.0, 8649.0, 8602.0, 8545.0, 8602.0, 8591.0, 8632.0, 8609.0, 8603.0, 8614.0, 8612.0, 8623.0, 8596.0, 8569.0, 8564.0, 8589.0, 8544.0, 8564.0, 8557.0, 8614.0, 8604.0, 8546.0, 8619.0, 8564.0, 8535.0, 8602.0, 8594.0, 8534.0, 8590.0, 8563.0, 8606.0, 8584.0, 8636.0, 8601.0, 8545.0, 8607.0, 8566.0, 8621.0, 8590.0, 8602.0, 8591.0, 8547.0, 8608.0, 8573.0, 8623.0, 8580.0, 8591.0, 8582.0, 8617.0, 8611.0, 8555.0, 8631.0, 8595.0, 8629.0, 8618.0, 8630.0, 8629.0, 8568.0, 8625.0, 8587.0, 8643.0, 8609.0, 8617.0, 8585.0, 8632.0, 8565.0, 8614.0, 8587.0, 8546.0, 8604.0, 8579.0, 8567.0, 8595.0, 8615.0, 8642.0, 8612.0, 8568.0, 8629.0, 8580.0, 8623.0, 8611.0, 8574.0, 8602.0, 8560.0, 8637.0, 8628.0, 8546.0, 8588.0, 8541.0, 8598.0, 8583.0, 8524.0, 8586.0, 8577.0, 8621.0, 8624.0, 8579.0, 8620.0, 8577.0, 8631.0, 8606.0, 8586.0, 8599.0, 8572.0, 8585.0, 8571.0, 8576.0, 8623.0, 8607.0, 8625.0, 8596.0, 8535.0, 8611.0, 8594.0, 8641.0, 8596.0, 8656.0, 8609.0, 8657.0, 8613.0, 8670.0, 8612.0, 8608.0, 8638.0, 8618.0, 8625.0, 8586.0, 8573.0, 8586.0, 8575.0, 8631.0, 8609.0, 8568.0, 8628.0, 8613.0, 8622.0, 8618.0, 8609.0, 8587.0, 8570.0, 8533.0, 8605.0, 8556.0, 8524.0, 8621.0, 8585.0, 8604.0, 8627.0, 8556.0, 8607.0, 8545.0, 8620.0, 8557.0, 8612.0, 8583.0, 8579.0, 8549.0, 8515.0, 8580.0, 8555.0, 8578.0, 8555.0, 8568.0, 8559.0, 8587.0, 8607.0, 8572.0, 8597.0, 8587.0, 8644.0, 8620.0, 8589.0, 8632.0, 8584.0, 8629.0, 8585.0, 8664.0, 8630.0, 8635.0, 8590.0, 8631.0, 8604.0, 8551.0, 8591.0, 8581.0, 8634.0, 8637.0, 8648.0, 8628.0, 8566.0, 8661.0, 8618.0, 8683.0, 8633.0, 8660.0, 8614.0, 8702.0, 8615.0, 8670.0, 8614.0, 8551.0, 8579.0, 8554.0, 8633.0, 8581.0, 8530.0, 8610.0, 8561.0, 8582.0, 8599.0, 8563.0, 8577.0, 8585.0, 8560.0, 8622.0, 8578.0, 8569.0, 8627.0, 8582.0, 8547.0, 8622.0, 8618.0, 8640.0, 8591.0, 8552.0, 8624.0, 8603.0, 8617.0, 8597.0, 8566.0, 8619.0, 8610.0, 8564.0, 8593.0, 8559.0, 8622.0, 8602.0, 8662.0, 8597.0, 8596.0, 8611.0, 8587.0, 8642.0, 8628.0, 8570.0, 8623.0, 8582.0, 8638.0, 8633.0, 8628.0, 8608.0, 8614.0, 8588.0, 8631.0, 8596.0, 8592.0, 8551.0, 8502.0, 8579.0, 8521.0, 8581.0, 8540.0, 8570.0, 8528.0, 8619.0, 8561.0, 8585.0, 8565.0, 8638.0, 8598.0, 8553.0, 8600.0, 8561.0, 8618.0, 8628.0, 8613.0, 8534.0, 8597.0, 8546.0, 8626.0, 8568.0, 8608.0, 8561.0, 8626.0, 8561.0, 8622.0, 8565.0, 8604.0, 8582.0, 8657.0, 8599.0, 8608.0, 8597.0, 8636.0, 8624.0, 8548.0, 8605.0, 8579.0, 8646.0, 8636.0, 8658.0, 8614.0, 8533.0, 8624.0, 8596.0, 8655.0, 8599.0, 8604.0, 8590.0, 8603.0, 8618.0, 8544.0, 8583.0, 8575.0, 8635.0, 8615.0, 8642.0, 8652.0, 8610.0, 8645.0, 8626.0, 8662.0, 8621.0, 8628.0, 8638.0, 8583.0, 8624.0, 8602.0, 8652.0, 8590.0, 8631.0, 8594.0, 8621.0, 8579.0, 8639.0, 8612.0, 8577.0, 8595.0, 8535.0, 8594.0, 8544.0, 8586.0, 8559.0, 8596.0, 8565.0, 8484.0, 8557.0, 8516.0, 8589.0, 8516.0, 8487.0, 8515.0, 8506.0, 8578.0, 8511.0, 8585.0, 8551.0, 8547.0, 8539.0, 8511.0, 8558.0, 8530.0, 8593.0, 8536.0, 8562.0, 8539.0, 8593.0, 8573.0, 8583.0, 8571.0, 8530.0, 8586.0, 8565.0, 8639.0, 8600.0, 8570.0, 8602.0, 8592.0, 8665.0, 8622.0, 8602.0, 8620.0, 8613.0, 8652.0, 8579.0, 8600.0, 8578.0, 8642.0, 8633.0, 8628.0, 8607.0, 8532.0, 8627.0, 8604.0, 8646.0, 8602.0, 8569.0, 8600.0, 8555.0, 8642.0, 8584.0, 8624.0, 8584.0, 8638.0, 8629.0, 8593.0, 8605.0, 8531.0, 8617.0, 8576.0, 8633.0, 8595.0, 8588.0, 8591.0, 8588.0, 8624.0, 8544.0, 8604.0, 8565.0, 8635.0, 8598.0, 8635.0, 8581.0, 8592.0, 8600.0, 8616.0, 8630.0, 8564.0, 8607.0, 8579.0, 8577.0, 8610.0, 8580.0, 8641.0, 8615.0, 8614.0, 8618.0, 8642.0, 8647.0, 8579.0, 8595.0, 8560.0, 8649.0, 8599.0, 8640.0, 8601.0, 8597.0, 8614.0, 8586.0, 8631.0, 8582.0, 8627.0, 8601.0, 8646.0, 8626.0, 8618.0, 8635.0, 8589.0, 8648.0, 8623.0, 8667.0, 8626.0, 8649.0, 8607.0, 8566.0, 8622.0, 8623.0, 8617.0, 8633.0, 8612.0, 8627.0, 8613.0, 8609.0, 8662.0, 8627.0, 8579.0, 8602.0, 8587.0, 8630.0, 8616.0, 8547.0, 8592.0, 8548.0, 8589.0, 8535.0, 8497.0, 8512.0, 8488.0, 8543.0, 8503.0, 8532.0, 8541.0, 8506.0, 8553.0, 8500.0, 8541.0, 8480.0, 8543.0, 8499.0, 8572.0, 8516.0, 8543.0, 8524.0, 8594.0, 8575.0, 8560.0, 8578.0, 8539.0, 8585.0, 8576.0, 8632.0, 8592.0, 8646.0, 8597.0, 8600.0, 8636.0, 8578.0, 8654.0, 8605.0, 8692.0, 8657.0, 8606.0, 8624.0, 8558.0, 8645.0, 8599.0, 8665.0, 8614.0, 8553.0, 8596.0, 8567.0, 8647.0, 8617.0, 8552.0, 8599.0, 8575.0, 8646.0, 8635.0, 8578.0, 8629.0, 8588.0, 8647.0, 8616.0, 8607.0, 8646.0, 8607.0, 8612.0, 8681.0, 8657.0, 8650.0, 8629.0, 8570.0, 8662.0, 8647.0, 8584.0, 8641.0, 8600.0, 8673.0, 8641.0, 8582.0, 8620.0, 8578.0, 8653.0, 8643.0, 8565.0, 8611.0, 8572.0, 8638.0, 8610.0, 8623.0, 8610.0, 8553.0, 8626.0, 8581.0, 8660.0, 8615.0, 8622.0, 8582.0, 8660.0, 8616.0, 8628.0, 8620.0, 8625.0, 8600.0, 8612.0, 8617.0, 8661.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.005415017221584386</td></tr>
<tr><td colspan=3>aqi</td><td>0.0546334497129736</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>46.91719881690804</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2952324283448278</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0820708035057476</td></tr>
<tr><td colspan=3>efc</td><td>0.5121</td></tr>
<tr><td colspan=3>fber</td><td>4293.7236</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.17599214038952654</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>223</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>25.60275545350172</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3507515354742328</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2229491288189447</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.626053664662729</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2032518129410246</td></tr>
<tr><td colspan=3>gcor</td><td>0.0086786</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.024461613968014717</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.051114048808813095</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.29381976588369</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.9859</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.3564</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>198.376</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>294093.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>936.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>346.1698</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9482</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>422.3476</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3032.4552</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3160.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82451.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1292.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3932.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>735.937</td></tr>
<tr><td colspan=3>tsnr</td><td>27.364208098035306</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>