<?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-0129_ses-03_task-social_acq-mb8_run-01_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-0129_ses-03_task-social_acq-mb8_run-01_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-01_session-03_subject-0129_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-0129/figures/sub-0129_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0129/figures/sub-0129_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0129_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-0129/figures/sub-0129_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0129/figures/sub-0129_ses-03_task-social_acq-mb8_run-01_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-0129/figures/sub-0129_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0129/figures/sub-0129_ses-03_task-social_acq-mb8_run-01_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-0129/ses-03/func/sub-0129_ses-03_task-social_acq-mb8_run-01_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>70be1636cb3d5c5982db8620982d5b90</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>19:06:15.782500</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.99536, -0.0961916, -0.00240731, 0.0961929, 0.994139, 0.0493429]</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-01_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.116081</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4229, -7757, -7232, 156, -222, -7, 72, 139]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>251.813</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b2e2bfc8-c23f-4daf-923a-7a33b9d27d40||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.670477867126465, 0.2580786347389221, 0.006353546865284443, 98.53409576416016], [0.2580750286579132, 2.6672019958496094, 0.13323278725147247, -107.0809555053711], [-0.006458645220845938, -0.1323833018541336, 2.6967034339904785, -57.05416488647461], [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': ['190615.782500', '190616.242500', '190616.702500', '190617.162500', '190617.622500', '190618.082500', '190618.542500', '190619.002500', '190619.462500', '190619.922500', '190620.382500', '190620.842500', '190621.302500', '190621.762500', '190622.222500', '190622.682500', '190623.142500', '190623.602500', '190624.062500', '190624.522500', '190624.982500', '190625.442500', '190625.902500', '190626.362500', '190626.822500', '190627.282500', '190627.742500', '190628.202500', '190628.662500', '190629.122500', '190629.582500', '190630.042500', '190630.502500', '190630.962500', '190631.422500', '190631.882500', '190632.342500', '190632.802500', '190633.262500', '190633.722500', '190634.182500', '190634.642500', '190635.102500', '190635.562500', '190636.022500', '190636.482500', '190636.942500', '190637.402500', '190637.862500', '190638.322500', '190638.782500', '190639.242500', '190639.702500', '190640.162500', '190640.622500', '190641.082500', '190641.542500', '190642.002500', '190642.462500', '190642.922500', '190643.382500', '190643.842500', '190644.302500', '190644.762500', '190645.222500', '190645.682500', '190646.142500', '190646.602500', '190647.062500', '190647.522500', '190647.982500', '190648.442500', '190648.902500', '190649.362500', '190649.822500', '190650.282500', '190650.742500', '190651.202500', '190651.662500', '190652.122500', '190652.582500', '190653.042500', '190653.502500', '190653.962500', '190654.422500', '190654.882500', '190655.342500', '190655.802500', '190656.262500', '190656.722500', '190657.182500', '190657.642500', '190658.102500', '190658.562500', '190659.022500', '190659.482500', '190659.942500', '190700.402500', '190700.862500', '190701.322500', '190701.782500', '190702.242500', '190702.702500', '190703.162500', '190703.622500', '190704.082500', '190704.542500', '190705.002500', '190705.462500', '190705.922500', '190706.382500', '190706.842500', '190707.302500', '190707.762500', '190708.222500', '190708.682500', '190709.142500', '190709.602500', '190710.062500', '190710.522500', '190710.982500', '190711.442500', '190711.902500', '190712.362500', '190712.822500', '190713.282500', '190713.742500', '190714.202500', '190714.662500', '190715.122500', '190715.582500', '190716.042500', '190716.502500', '190716.962500', '190717.422500', '190717.882500', '190718.342500', '190718.802500', '190719.262500', '190719.722500', '190720.182500', '190720.642500', '190721.102500', '190721.562500', '190722.022500', '190722.482500', '190722.942500', '190723.402500', '190723.862500', '190724.322500', '190724.782500', '190725.242500', '190725.702500', '190726.162500', '190726.622500', '190727.082500', '190727.542500', '190728.002500', '190728.462500', '190728.922500', '190729.382500', '190729.842500', '190730.302500', '190730.762500', '190731.222500', '190731.682500', '190732.142500', '190732.602500', '190733.062500', '190733.522500', '190733.982500', '190734.442500', '190734.902500', '190735.362500', '190735.822500', '190736.282500', '190736.742500', '190737.202500', '190737.662500', '190738.122500', '190738.582500', '190739.042500', '190739.502500', '190739.962500', '190740.422500', '190740.882500', '190741.342500', '190741.802500', '190742.262500', '190742.722500', '190743.182500', '190743.642500', '190744.102500', '190744.562500', '190745.022500', '190745.482500', '190745.942500', '190746.402500', '190746.862500', '190747.322500', '190747.782500', '190748.242500', '190748.702500', '190749.162500', '190749.622500', '190750.082500', '190750.542500', '190751.002500', '190751.462500', '190751.922500', '190752.382500', '190752.842500', '190753.302500', '190753.762500', '190754.222500', '190754.682500', '190755.142500', '190755.602500', '190756.062500', '190756.522500', '190756.982500', '190757.442500', '190757.902500', '190758.362500', '190758.822500', '190759.282500', '190759.742500', '190800.202500', '190800.662500', '190801.122500', '190801.582500', '190802.042500', '190802.502500', '190802.962500', '190803.422500', '190803.882500', '190804.342500', '190804.802500', '190805.262500', '190805.722500', '190806.182500', '190806.642500', '190807.102500', '190807.562500', '190808.022500', '190808.482500', '190808.942500', '190809.402500', '190809.862500', '190810.322500', '190810.782500', '190811.242500', '190811.702500', '190812.162500', '190812.622500', '190813.082500', '190813.542500', '190814.002500', '190814.462500', '190814.922500', '190815.382500', '190815.842500', '190816.302500', '190816.762500', '190817.222500', '190817.682500', '190818.142500', '190818.602500', '190819.062500', '190819.522500', '190819.982500', '190820.442500', '190820.902500', '190821.362500', '190821.822500', '190822.282500', '190822.742500', '190823.202500', '190823.662500', '190824.122500', '190824.582500', '190825.042500', '190825.502500', '190825.962500', '190826.422500', '190826.882500', '190827.342500', '190827.802500', '190828.262500', '190828.722500', '190829.182500', '190829.642500', '190830.102500', '190830.562500', '190831.022500', '190831.482500', '190831.942500', '190832.402500', '190832.862500', '190833.322500', '190833.782500', '190834.242500', '190834.702500', '190835.162500', '190835.622500', '190836.082500', '190836.542500', '190837.002500', '190837.462500', '190837.922500', '190838.382500', '190838.842500', '190839.302500', '190839.762500', '190840.222500', '190840.682500', '190841.142500', '190841.602500', '190842.062500', '190842.522500', '190842.982500', '190843.442500', '190843.902500', '190844.362500', '190844.822500', '190845.282500', '190845.742500', '190846.202500', '190846.662500', '190847.122500', '190847.582500', '190848.042500', '190848.502500', '190848.962500', '190849.422500', '190849.882500', '190850.342500', '190850.802500', '190851.262500', '190851.722500', '190852.182500', '190852.642500', '190853.102500', '190853.562500', '190854.022500', '190854.482500', '190854.942500', '190855.402500', '190855.862500', '190856.322500', '190856.782500', '190857.242500', '190857.702500', '190858.162500', '190858.622500', '190859.082500', '190859.542500', '190900.002500', '190900.462500', '190900.922500', '190901.382500', '190901.842500', '190902.302500', '190902.762500', '190903.222500', '190903.682500', '190904.142500', '190904.602500', '190905.062500', '190905.522500', '190905.982500', '190906.442500', '190906.902500', '190907.362500', '190907.822500', '190908.282500', '190908.742500', '190909.202500', '190909.662500', '190910.122500', '190910.582500', '190911.042500', '190911.502500', '190911.962500', '190912.422500', '190912.882500', '190913.342500', '190913.802500', '190914.262500', '190914.722500', '190915.182500', '190915.642500', '190916.102500', '190916.562500', '190917.022500', '190917.482500', '190917.942500', '190918.402500', '190918.862500', '190919.322500', '190919.782500', '190920.242500', '190920.702500', '190921.162500', '190921.622500', '190922.082500', '190922.542500', '190923.002500', '190923.462500', '190923.922500', '190924.382500', '190924.842500', '190925.302500', '190925.762500', '190926.222500', '190926.682500', '190927.142500', '190927.602500', '190928.062500', '190928.522500', '190928.982500', '190929.442500', '190929.902500', '190930.362500', '190930.822500', '190931.282500', '190931.742500', '190932.202500', '190932.662500', '190933.122500', '190933.582500', '190934.042500', '190934.502500', '190934.962500', '190935.422500', '190935.882500', '190936.342500', '190936.802500', '190937.262500', '190937.722500', '190938.182500', '190938.642500', '190939.102500', '190939.562500', '190940.022500', '190940.482500', '190940.942500', '190941.402500', '190941.862500', '190942.322500', '190942.782500', '190943.242500', '190943.702500', '190944.162500', '190944.622500', '190945.082500', '190945.542500', '190946.002500', '190946.462500', '190946.922500', '190947.382500', '190947.842500', '190948.302500', '190948.762500', '190949.222500', '190949.682500', '190950.142500', '190950.602500', '190951.062500', '190951.522500', '190951.982500', '190952.442500', '190952.902500', '190953.362500', '190953.822500', '190954.282500', '190954.742500', '190955.202500', '190955.662500', '190956.122500', '190956.582500', '190957.042500', '190957.502500', '190957.962500', '190958.422500', '190958.882500', '190959.342500', '190959.802500', '191000.262500', '191000.722500', '191001.182500', '191001.642500', '191002.102500', '191002.562500', '191003.022500', '191003.482500', '191003.942500', '191004.402500', '191004.862500', '191005.322500', '191005.782500', '191006.242500', '191006.702500', '191007.162500', '191007.622500', '191008.082500', '191008.542500', '191009.002500', '191009.462500', '191009.922500', '191010.382500', '191010.842500', '191011.302500', '191011.762500', '191012.222500', '191012.682500', '191013.142500', '191013.602500', '191014.062500', '191014.522500', '191014.982500', '191015.442500', '191015.902500', '191016.362500', '191016.822500', '191017.282500', '191017.742500', '191018.202500', '191018.662500', '191019.122500', '191019.582500', '191020.042500', '191020.502500', '191020.962500', '191021.422500', '191021.882500', '191022.342500', '191022.802500', '191023.262500', '191023.722500', '191024.182500', '191024.642500', '191025.102500', '191025.562500', '191026.022500', '191026.482500', '191026.942500', '191027.402500', '191027.862500', '191028.322500', '191028.782500', '191029.242500', '191029.702500', '191030.162500', '191030.622500', '191031.082500', '191031.542500', '191032.002500', '191032.462500', '191032.922500', '191033.382500', '191033.842500', '191034.302500', '191034.762500', '191035.222500', '191035.682500', '191036.142500', '191036.602500', '191037.062500', '191037.522500', '191037.982500', '191038.442500', '191038.902500', '191039.362500', '191039.822500', '191040.282500', '191040.742500', '191041.202500', '191041.662500', '191042.122500', '191042.582500', '191043.042500', '191043.502500', '191043.962500', '191044.422500', '191044.882500', '191045.342500', '191045.802500', '191046.262500', '191046.722500', '191047.182500', '191047.642500', '191048.102500', '191048.562500', '191049.022500', '191049.482500', '191049.942500', '191050.402500', '191050.862500', '191051.322500', '191051.782500', '191052.242500', '191052.702500', '191053.162500', '191053.622500', '191054.082500', '191054.542500', '191055.002500', '191055.462500', '191055.922500', '191056.382500', '191056.842500', '191057.302500', '191057.762500', '191058.222500', '191058.682500', '191059.142500', '191059.602500', '191100.062500', '191100.522500', '191100.982500', '191101.442500', '191101.902500', '191102.362500', '191102.822500', '191103.282500', '191103.742500', '191104.202500', '191104.662500', '191105.122500', '191105.582500', '191106.042500', '191106.502500', '191106.962500', '191107.422500', '191107.882500', '191108.342500', '191108.802500', '191109.262500', '191109.722500', '191110.182500', '191110.642500', '191111.102500', '191111.562500', '191112.022500', '191112.482500', '191112.942500', '191113.402500', '191113.862500', '191114.322500', '191114.782500', '191115.242500', '191115.702500', '191116.162500', '191116.622500', '191117.082500', '191117.542500', '191118.002500', '191118.462500', '191118.922500', '191119.382500', '191119.842500', '191120.302500', '191120.762500', '191121.222500', '191121.682500', '191122.142500', '191122.602500', '191123.062500', '191123.522500', '191123.982500', '191124.442500', '191124.902500', '191125.362500', '191125.822500', '191126.282500', '191126.742500', '191127.202500', '191127.662500', '191128.122500', '191128.582500', '191129.042500', '191129.502500', '191129.962500', '191130.422500', '191130.882500', '191131.342500', '191131.802500', '191132.262500', '191132.722500', '191133.182500', '191133.642500', '191134.102500', '191134.562500', '191135.022500', '191135.482500', '191135.942500', '191136.402500', '191136.862500', '191137.322500', '191137.782500', '191138.242500', '191138.702500', '191139.162500', '191139.622500', '191140.082500', '191140.542500', '191141.002500', '191141.462500', '191141.922500', '191142.382500', '191142.842500', '191143.302500', '191143.762500', '191144.222500', '191144.682500', '191145.142500', '191145.602500', '191146.062500', '191146.522500', '191146.982500', '191147.442500', '191147.902500', '191148.362500', '191148.822500', '191149.282500', '191149.742500', '191150.202500', '191150.662500', '191151.122500', '191151.582500', '191152.042500', '191152.502500', '191152.962500', '191153.422500', '191153.882500', '191154.342500', '191154.802500', '191155.262500', '191155.722500', '191156.182500', '191156.642500', '191157.102500', '191157.562500', '191158.022500', '191158.482500', '191158.942500', '191159.402500', '191159.862500', '191200.322500', '191200.782500', '191201.242500', '191201.702500', '191202.162500', '191202.622500', '191203.082500', '191203.542500', '191204.002500', '191204.462500', '191204.922500', '191205.382500', '191205.842500', '191206.302500', '191206.762500', '191207.222500', '191207.682500', '191208.142500', '191208.602500', '191209.062500', '191209.522500', '191209.982500', '191210.442500', '191210.902500', '191211.362500', '191211.822500', '191212.282500', '191212.742500', '191213.202500', '191213.662500', '191214.122500', '191214.582500', '191215.042500', '191215.502500', '191215.962500', '191216.422500', '191216.882500', '191217.342500', '191217.802500', '191218.262500', '191218.722500', '191219.182500', '191219.642500', '191220.102500', '191220.562500', '191221.022500', '191221.482500', '191221.942500', '191222.402500', '191222.862500', '191223.322500', '191223.782500', '191224.242500', '191224.702500', '191225.162500', '191225.622500', '191226.082500', '191226.542500', '191227.002500', '191227.462500', '191227.922500', '191228.382500', '191228.842500', '191229.302500', '191229.762500', '191230.222500', '191230.682500', '191231.142500', '191231.602500', '191232.062500', '191232.522500', '191232.982500', '191233.442500', '191233.902500', '191234.362500', '191234.822500', '191235.282500', '191235.742500', '191236.202500', '191236.662500', '191237.122500', '191237.582500', '191238.042500', '191238.502500', '191238.962500', '191239.422500', '191239.882500', '191240.342500', '191240.802500', '191241.262500', '191241.722500', '191242.182500', '191242.642500', '191243.102500', '191243.562500', '191244.022500', '191244.482500', '191244.942500', '191245.402500', '191245.862500', '191246.322500', '191246.782500', '191247.242500', '191247.702500', '191248.162500', '191248.622500', '191249.082500', '191249.542500', '191250.002500', '191250.462500', '191250.922500', '191251.382500', '191251.842500', '191252.302500', '191252.762500', '191253.222500', '191253.682500', '191254.142500', '191254.602500', '191255.062500', '191255.522500', '191255.982500', '191256.442500'], 'ContentTime': ['190629.983000', '190629.987000', '190629.997000', '190630.000000', '190630.003000', '190630.006000', '190630.008000', '190630.011000', '190630.013000', '190630.016000', '190630.019000', '190630.021000', '190630.024000', '190630.026000', '190630.029000', '190630.031000', '190630.034000', '190630.037000', '190630.039000', '190630.042000', '190630.044000', '190630.047000', '190630.049000', '190630.052000', '190630.055000', '190630.057000', '190630.061000', '190630.065000', '190630.068000', '190649.958000', '190649.961000', '190649.964000', '190649.967000', '190649.969000', '190649.972000', '190649.974000', '190649.977000', '190649.979000', '190649.982000', '190649.985000', '190649.987000', '190649.990000', '190649.992000', '190649.995000', '190649.997000', '190650.001000', '190650.003000', '190650.006000', '190650.009000', '190650.011000', '190650.014000', '190650.016000', '190650.019000', '190650.021000', '190650.024000', '190650.032000', '190650.035000', '190650.037000', '190650.040000', '190650.043000', '190650.045000', '190650.048000', '190650.050000', '190650.053000', '190650.055000', '190650.058000', '190650.060000', '190650.063000', '190650.066000', '190650.068000', '190650.071000', '190650.073000', '190650.076000', '190709.959000', '190709.961000', '190709.964000', '190709.966000', '190709.969000', '190709.972000', '190709.974000', '190709.977000', '190709.979000', '190709.982000', '190709.984000', '190709.987000', '190709.990000', '190709.992000', '190709.995000', '190709.998000', '190710.001000', '190710.004000', '190710.006000', '190710.009000', '190710.012000', '190710.020000', '190710.023000', '190710.025000', '190710.028000', '190710.030000', '190710.033000', '190710.036000', '190710.038000', '190710.041000', '190710.044000', '190710.047000', '190710.050000', '190710.052000', '190710.055000', '190710.058000', '190710.060000', '190710.063000', '190710.065000', '190710.068000', '190710.070000', '190710.073000', '190710.076000', '190729.960000', '190729.962000', '190729.965000', '190729.968000', '190729.970000', '190729.973000', '190729.975000', '190729.978000', '190729.980000', '190729.983000', '190729.986000', '190729.988000', '190729.991000', '190729.993000', '190729.996000', '190729.998000', '190730.002000', '190730.005000', '190730.007000', '190730.010000', '190730.012000', '190730.015000', '190730.018000', '190730.020000', '190730.023000', '190730.026000', '190730.028000', '190730.031000', '190730.033000', '190730.036000', '190730.038000', '190730.041000', '190730.044000', '190730.046000', '190730.049000', '190730.051000', '190730.054000', '190730.056000', '190730.059000', '190730.077000', '190730.079000', '190730.082000', '190730.084000', '190730.087000', '190749.960000', '190749.962000', '190749.965000', '190749.968000', '190749.970000', '190749.973000', '190749.975000', '190749.978000', '190749.981000', '190749.983000', '190749.986000', '190749.988000', '190749.991000', '190749.993000', '190749.996000', '190750.000000', '190750.002000', '190750.005000', '190750.007000', '190750.010000', '190750.013000', '190750.015000', '190750.018000', '190750.021000', '190750.023000', '190750.026000', '190750.028000', '190750.031000', '190750.033000', '190750.036000', '190750.039000', '190750.041000', '190750.044000', '190750.046000', '190750.049000', '190750.052000', '190750.054000', '190750.057000', '190750.060000', '190750.063000', '190750.065000', '190750.068000', '190750.070000', '190809.960000', '190809.962000', '190809.965000', '190809.967000', '190809.970000', '190809.973000', '190809.975000', '190809.978000', '190809.981000', '190809.983000', '190809.986000', '190809.988000', '190809.991000', '190809.994000', '190809.996000', '190810.000000', '190810.003000', '190810.005000', '190810.008000', '190810.010000', '190810.013000', '190810.015000', '190810.018000', '190810.021000', '190810.023000', '190810.026000', '190810.028000', '190810.031000', '190810.034000', '190810.036000', '190810.039000', '190810.041000', '190810.044000', '190810.046000', '190810.049000', '190810.052000', '190810.054000', '190810.057000', '190810.059000', '190810.062000', '190810.065000', '190810.067000', '190810.070000', '190810.072000', '190829.959000', '190829.962000', '190829.965000', '190829.968000', '190829.970000', '190829.973000', '190829.976000', '190829.979000', '190829.981000', '190829.984000', '190829.986000', '190829.989000', '190829.992000', '190829.994000', '190829.997000', '190830.000000', '190830.003000', '190830.006000', '190830.008000', '190830.011000', '190830.014000', '190830.016000', '190830.019000', '190830.021000', '190830.024000', '190830.027000', '190830.029000', '190830.032000', '190830.034000', '190830.037000', '190830.040000', '190830.042000', '190830.045000', '190830.047000', '190830.050000', '190830.052000', '190830.055000', '190830.058000', '190830.060000', '190830.063000', '190830.065000', '190830.068000', '190830.071000', '190849.959000', '190849.962000', '190849.965000', '190849.967000', '190849.970000', '190849.972000', '190849.975000', '190849.978000', '190849.980000', '190849.983000', '190849.985000', '190849.988000', '190849.990000', '190849.993000', '190849.996000', '190849.998000', '190850.002000', '190850.004000', '190850.007000', '190850.010000', '190850.012000', '190850.015000', '190850.018000', '190850.020000', '190850.023000', '190850.025000', '190850.028000', '190850.030000', '190850.033000', '190850.036000', '190850.038000', '190850.041000', '190850.043000', '190850.046000', '190850.048000', '190850.051000', '190850.054000', '190850.056000', '190850.059000', '190850.062000', '190850.064000', '190850.073000', '190850.076000', '190850.079000', '190909.958000', '190909.961000', '190909.964000', '190909.966000', '190909.969000', '190909.972000', '190909.974000', '190909.977000', '190909.979000', '190909.982000', '190909.984000', '190909.987000', '190909.990000', '190909.992000', '190909.995000', '190909.997000', '190910.001000', '190910.004000', '190910.006000', '190910.009000', '190910.011000', '190910.014000', '190910.017000', '190910.019000', '190910.022000', '190910.025000', '190910.027000', '190910.030000', '190910.032000', '190910.035000', '190910.037000', '190910.040000', '190910.042000', '190910.045000', '190910.073000', '190910.076000', '190910.078000', '190910.081000', '190910.084000', '190910.086000', '190910.089000', '190910.091000', '190910.094000', '190929.958000', '190929.961000', '190929.964000', '190929.966000', '190929.969000', '190929.972000', '190929.974000', '190929.977000', '190929.979000', '190929.982000', '190929.985000', '190929.987000', '190929.990000', '190929.993000', '190929.995000', '190929.998000', '190930.001000', '190930.004000', '190930.007000', '190930.009000', '190930.012000', '190930.014000', '190930.017000', '190930.020000', '190930.022000', '190930.025000', '190930.027000', '190930.030000', '190930.032000', '190930.035000', '190930.038000', '190930.040000', '190930.043000', '190930.045000', '190930.048000', '190930.050000', '190930.053000', '190930.055000', '190930.058000', '190930.061000', '190930.063000', '190930.066000', '190930.068000', '190930.071000', '190949.959000', '190949.962000', '190949.965000', '190949.967000', '190949.971000', '190949.973000', '190949.976000', '190949.978000', '190949.981000', '190949.984000', '190949.986000', '190949.989000', '190949.991000', '190949.994000', '190949.997000', '190950.000000', '190950.003000', '190950.005000', '190950.008000', '190950.011000', '190950.013000', '190950.016000', '190950.018000', '190950.021000', '190950.023000', '190950.026000', '190950.029000', '190950.031000', '190950.034000', '190950.036000', '190950.039000', '190950.041000', '190950.044000', '190950.047000', '190950.049000', '190950.052000', '190950.054000', '190950.057000', '190950.060000', '190950.062000', '190950.065000', '190950.067000', '190950.070000', '191009.960000', '191009.962000', '191009.965000', '191009.968000', '191009.970000', '191009.973000', '191009.975000', '191009.978000', '191009.981000', '191009.983000', '191009.986000', '191009.988000', '191009.991000', '191009.994000', '191009.997000', '191010.000000', '191010.003000', '191010.006000', '191010.008000', '191010.011000', '191010.013000', '191010.016000', '191010.018000', '191010.021000', '191010.024000', '191010.026000', '191010.029000', '191010.031000', '191010.034000', '191010.036000', '191010.039000', '191010.042000', '191010.044000', '191010.047000', '191010.049000', '191010.052000', '191010.055000', '191010.057000', '191010.060000', '191010.063000', '191010.065000', '191010.068000', '191010.070000', '191010.073000', '191029.959000', '191029.962000', '191029.965000', '191029.968000', '191029.971000', '191029.973000', '191029.976000', '191029.985000', '191029.988000', '191029.990000', '191029.993000', '191029.995000', '191029.998000', '191030.001000', '191030.004000', '191030.007000', '191030.010000', '191030.012000', '191030.015000', '191030.018000', '191030.020000', '191030.023000', '191030.025000', '191030.028000', '191030.030000', '191030.033000', '191030.036000', '191030.038000', '191030.041000', '191030.043000', '191030.046000', '191030.049000', '191030.051000', '191030.054000', '191030.056000', '191030.059000', '191030.061000', '191030.064000', '191030.067000', '191030.069000', '191030.072000', '191030.074000', '191030.077000', '191049.959000', '191049.972000', '191049.975000', '191049.978000', '191049.980000', '191049.983000', '191049.986000', '191049.989000', '191049.991000', '191049.994000', '191049.996000', '191050.000000', '191050.002000', '191050.005000', '191050.008000', '191050.010000', '191050.013000', '191050.016000', '191050.019000', '191050.022000', '191050.025000', '191050.028000', '191050.030000', '191050.033000', '191050.035000', '191050.038000', '191050.040000', '191050.043000', '191050.046000', '191050.048000', '191050.051000', '191050.053000', '191050.056000', '191050.058000', '191050.061000', '191050.064000', '191050.066000', '191050.069000', '191050.071000', '191050.074000', '191050.077000', '191050.079000', '191050.082000', '191109.959000', '191109.962000', '191109.965000', '191109.968000', '191109.971000', '191109.973000', '191109.976000', '191109.978000', '191109.981000', '191109.984000', '191109.986000', '191109.989000', '191109.991000', '191109.994000', '191109.996000', '191110.000000', '191110.003000', '191110.005000', '191110.008000', '191110.011000', '191110.013000', '191110.016000', '191110.018000', '191110.021000', '191110.024000', '191110.026000', '191110.029000', '191110.031000', '191110.034000', '191110.037000', '191110.039000', '191110.042000', '191110.044000', '191110.047000', '191110.049000', '191110.052000', '191110.055000', '191110.057000', '191110.060000', '191110.063000', '191110.065000', '191110.068000', '191110.070000', '191110.073000', '191129.959000', '191129.962000', '191129.965000', '191129.968000', '191129.971000', '191129.973000', '191129.976000', '191129.980000', '191129.983000', '191129.985000', '191129.988000', '191129.991000', '191129.993000', '191129.996000', '191130.000000', '191130.002000', '191130.005000', '191130.008000', '191130.010000', '191130.013000', '191130.016000', '191130.018000', '191130.021000', '191130.024000', '191130.026000', '191130.029000', '191130.031000', '191130.035000', '191130.037000', '191130.040000', '191130.043000', '191130.046000', '191130.048000', '191130.051000', '191130.053000', '191130.056000', '191130.059000', '191130.061000', '191130.064000', '191130.067000', '191130.069000', '191130.072000', '191130.074000', '191149.958000', '191149.961000', '191149.964000', '191149.967000', '191149.969000', '191149.972000', '191149.975000', '191149.977000', '191149.980000', '191149.982000', '191149.985000', '191149.988000', '191149.990000', '191149.993000', '191149.996000', '191149.998000', '191150.002000', '191150.004000', '191150.007000', '191150.010000', '191150.012000', '191150.015000', '191150.017000', '191150.020000', '191150.023000', '191150.025000', '191150.028000', '191150.030000', '191150.033000', '191150.036000', '191150.038000', '191150.041000', '191150.043000', '191150.046000', '191150.052000', '191150.055000', '191150.057000', '191150.060000', '191150.063000', '191150.065000', '191150.068000', '191150.071000', '191150.073000', '191150.076000', '191209.960000', '191209.962000', '191209.966000', '191209.969000', '191209.972000', '191209.975000', '191209.977000', '191209.980000', '191209.983000', '191209.985000', '191209.988000', '191209.990000', '191209.993000', '191209.996000', '191209.998000', '191210.002000', '191210.004000', '191210.007000', '191210.010000', '191210.013000', '191210.015000', '191210.018000', '191210.021000', '191210.023000', '191210.026000', '191210.028000', '191210.049000', '191210.052000', '191210.054000', '191210.057000', '191210.060000', '191210.062000', '191210.065000', '191210.067000', '191210.070000', '191210.072000', '191210.075000', '191210.078000', '191210.080000', '191210.083000', '191210.085000', '191210.088000', '191210.091000', '191229.959000', '191229.962000', '191229.965000', '191229.968000', '191229.970000', '191229.973000', '191229.976000', '191229.978000', '191229.981000', '191229.984000', '191229.986000', '191229.989000', '191229.991000', '191229.994000', '191229.997000', '191230.000000', '191230.003000', '191230.006000', '191230.008000', '191230.011000', '191230.013000', '191230.016000', '191230.019000', '191230.021000', '191230.024000', '191230.027000', '191230.029000', '191230.033000', '191230.036000', '191230.038000', '191230.041000', '191230.044000', '191230.046000', '191230.049000', '191230.051000', '191230.054000', '191230.057000', '191230.059000', '191230.062000', '191230.064000', '191230.067000', '191230.070000', '191230.072000', '191230.075000', '191249.960000', '191249.962000', '191249.965000', '191249.968000', '191249.970000', '191249.973000', '191249.975000', '191249.978000', '191249.981000', '191249.983000', '191249.986000', '191249.988000', '191249.991000', '191249.994000', '191249.996000', '191250.000000', '191250.004000', '191250.007000', '191250.009000', '191250.012000', '191250.014000', '191250.017000', '191250.020000', '191250.023000', '191250.026000', '191250.028000', '191250.031000', '191250.034000', '191250.036000', '191250.039000', '191250.041000', '191250.044000', '191250.047000', '191250.049000', '191250.052000', '191250.054000', '191250.057000', '191250.060000', '191250.062000', '191250.065000', '191250.068000', '191250.070000', '191250.073000', '191257.326000', '191257.329000', '191257.332000', '191257.335000', '191257.337000', '191257.340000', '191257.363000', '191257.366000', '191257.369000', '191257.371000', '191257.374000', '191257.377000', '191257.379000', '191257.382000', '191257.385000', '191257.387000', '191257.390000'], 'InstanceCreationTime': ['190629.983000', '190629.987000', '190629.997000', '190630.000000', '190630.003000', '190630.006000', '190630.008000', '190630.011000', '190630.013000', '190630.016000', '190630.019000', '190630.021000', '190630.024000', '190630.026000', '190630.029000', '190630.031000', '190630.034000', '190630.037000', '190630.039000', '190630.042000', '190630.044000', '190630.047000', '190630.049000', '190630.052000', '190630.055000', '190630.057000', '190630.061000', '190630.065000', '190630.068000', '190649.958000', '190649.961000', '190649.964000', '190649.967000', '190649.969000', '190649.972000', '190649.974000', '190649.977000', '190649.979000', '190649.982000', '190649.985000', '190649.987000', '190649.990000', '190649.992000', '190649.995000', '190649.997000', '190650.001000', '190650.003000', '190650.006000', '190650.009000', '190650.011000', '190650.014000', '190650.016000', '190650.019000', '190650.021000', '190650.024000', '190650.032000', '190650.035000', '190650.037000', '190650.040000', '190650.043000', '190650.045000', '190650.048000', '190650.050000', '190650.053000', '190650.055000', '190650.058000', '190650.060000', '190650.063000', '190650.066000', '190650.068000', '190650.071000', '190650.073000', '190650.076000', '190709.959000', '190709.961000', '190709.964000', '190709.966000', '190709.969000', '190709.972000', '190709.974000', '190709.977000', '190709.979000', '190709.982000', '190709.984000', '190709.987000', '190709.990000', '190709.992000', '190709.995000', '190709.998000', '190710.001000', '190710.004000', '190710.006000', '190710.009000', '190710.012000', '190710.020000', '190710.023000', '190710.025000', '190710.028000', '190710.030000', '190710.033000', '190710.036000', '190710.038000', '190710.041000', '190710.044000', '190710.047000', '190710.050000', '190710.052000', '190710.055000', '190710.058000', '190710.060000', '190710.063000', '190710.065000', '190710.068000', '190710.070000', '190710.073000', '190710.076000', '190729.960000', '190729.962000', '190729.965000', '190729.968000', '190729.970000', '190729.973000', '190729.975000', '190729.978000', '190729.980000', '190729.983000', '190729.986000', '190729.988000', '190729.991000', '190729.993000', '190729.996000', '190729.998000', '190730.002000', '190730.005000', '190730.007000', '190730.010000', '190730.012000', '190730.015000', '190730.018000', '190730.020000', '190730.023000', '190730.026000', '190730.028000', '190730.031000', '190730.033000', '190730.036000', '190730.038000', '190730.041000', '190730.044000', '190730.046000', '190730.049000', '190730.051000', '190730.054000', '190730.056000', '190730.059000', '190730.077000', '190730.079000', '190730.082000', '190730.084000', '190730.087000', '190749.960000', '190749.962000', '190749.965000', '190749.968000', '190749.970000', '190749.973000', '190749.975000', '190749.978000', '190749.981000', '190749.983000', '190749.986000', '190749.988000', '190749.991000', '190749.993000', '190749.996000', '190750.000000', '190750.002000', '190750.005000', '190750.007000', '190750.010000', '190750.013000', '190750.015000', '190750.018000', '190750.021000', '190750.023000', '190750.026000', '190750.028000', '190750.031000', '190750.033000', '190750.036000', '190750.039000', '190750.041000', '190750.044000', '190750.046000', '190750.049000', '190750.052000', '190750.054000', '190750.057000', '190750.060000', '190750.063000', '190750.065000', '190750.068000', '190750.070000', '190809.960000', '190809.962000', '190809.965000', '190809.967000', '190809.970000', '190809.973000', '190809.975000', '190809.978000', '190809.981000', '190809.983000', '190809.986000', '190809.988000', '190809.991000', '190809.994000', '190809.996000', '190810.000000', '190810.003000', '190810.005000', '190810.008000', '190810.010000', '190810.013000', '190810.015000', '190810.018000', '190810.021000', '190810.023000', '190810.026000', '190810.028000', '190810.031000', '190810.034000', '190810.036000', '190810.039000', '190810.041000', '190810.044000', '190810.046000', '190810.049000', '190810.052000', '190810.054000', '190810.057000', '190810.059000', '190810.062000', '190810.065000', '190810.067000', '190810.070000', '190810.072000', '190829.959000', '190829.962000', '190829.965000', '190829.968000', '190829.970000', '190829.973000', '190829.976000', '190829.979000', '190829.981000', '190829.984000', '190829.986000', '190829.989000', '190829.992000', '190829.994000', '190829.997000', '190830.000000', '190830.003000', '190830.006000', '190830.008000', '190830.011000', '190830.014000', '190830.016000', '190830.019000', '190830.021000', '190830.024000', '190830.027000', '190830.029000', '190830.032000', '190830.034000', '190830.037000', '190830.040000', '190830.042000', '190830.045000', '190830.047000', '190830.050000', '190830.052000', '190830.055000', '190830.058000', '190830.060000', '190830.063000', '190830.065000', '190830.068000', '190830.071000', '190849.959000', '190849.962000', '190849.965000', '190849.967000', '190849.970000', '190849.972000', '190849.975000', '190849.978000', '190849.980000', '190849.983000', '190849.985000', '190849.988000', '190849.990000', '190849.993000', '190849.996000', '190849.998000', '190850.002000', '190850.004000', '190850.007000', '190850.010000', '190850.012000', '190850.015000', '190850.018000', '190850.020000', '190850.023000', '190850.025000', '190850.028000', '190850.030000', '190850.033000', '190850.036000', '190850.038000', '190850.041000', '190850.043000', '190850.046000', '190850.048000', '190850.051000', '190850.054000', '190850.056000', '190850.059000', '190850.062000', '190850.064000', '190850.073000', '190850.076000', '190850.079000', '190909.958000', '190909.961000', '190909.964000', '190909.966000', '190909.969000', '190909.972000', '190909.974000', '190909.977000', '190909.979000', '190909.982000', '190909.984000', '190909.987000', '190909.990000', '190909.992000', '190909.995000', '190909.997000', '190910.001000', '190910.004000', '190910.006000', '190910.009000', '190910.011000', '190910.014000', '190910.017000', '190910.019000', '190910.022000', '190910.025000', '190910.027000', '190910.030000', '190910.032000', '190910.035000', '190910.037000', '190910.040000', '190910.042000', '190910.045000', '190910.073000', '190910.076000', '190910.078000', '190910.081000', '190910.084000', '190910.086000', '190910.089000', '190910.091000', '190910.094000', '190929.958000', '190929.961000', '190929.964000', '190929.966000', '190929.969000', '190929.972000', '190929.974000', '190929.977000', '190929.979000', '190929.982000', '190929.985000', '190929.987000', '190929.990000', '190929.993000', '190929.995000', '190929.998000', '190930.001000', '190930.004000', '190930.007000', '190930.009000', '190930.012000', '190930.014000', '190930.017000', '190930.020000', '190930.022000', '190930.025000', '190930.027000', '190930.030000', '190930.032000', '190930.035000', '190930.038000', '190930.040000', '190930.043000', '190930.045000', '190930.048000', '190930.050000', '190930.053000', '190930.055000', '190930.058000', '190930.061000', '190930.063000', '190930.066000', '190930.068000', '190930.071000', '190949.959000', '190949.962000', '190949.965000', '190949.967000', '190949.971000', '190949.973000', '190949.976000', '190949.978000', '190949.981000', '190949.984000', '190949.986000', '190949.989000', '190949.991000', '190949.994000', '190949.997000', '190950.000000', '190950.003000', '190950.005000', '190950.008000', '190950.011000', '190950.013000', '190950.016000', '190950.018000', '190950.021000', '190950.023000', '190950.026000', '190950.029000', '190950.031000', '190950.034000', '190950.036000', '190950.039000', '190950.041000', '190950.044000', '190950.047000', '190950.049000', '190950.052000', '190950.054000', '190950.057000', '190950.060000', '190950.062000', '190950.065000', '190950.067000', '190950.070000', '191009.960000', '191009.962000', '191009.965000', '191009.968000', '191009.970000', '191009.973000', '191009.975000', '191009.978000', '191009.981000', '191009.983000', '191009.986000', '191009.988000', '191009.991000', '191009.994000', '191009.997000', '191010.000000', '191010.003000', '191010.006000', '191010.008000', '191010.011000', '191010.013000', '191010.016000', '191010.018000', '191010.021000', '191010.024000', '191010.026000', '191010.029000', '191010.031000', '191010.034000', '191010.036000', '191010.039000', '191010.042000', '191010.044000', '191010.047000', '191010.049000', '191010.052000', '191010.055000', '191010.057000', '191010.060000', '191010.063000', '191010.065000', '191010.068000', '191010.070000', '191010.073000', '191029.959000', '191029.962000', '191029.965000', '191029.968000', '191029.971000', '191029.973000', '191029.976000', '191029.985000', '191029.988000', '191029.990000', '191029.993000', '191029.995000', '191029.998000', '191030.001000', '191030.004000', '191030.007000', '191030.010000', '191030.012000', '191030.015000', '191030.018000', '191030.020000', '191030.023000', '191030.025000', '191030.028000', '191030.030000', '191030.033000', '191030.036000', '191030.038000', '191030.041000', '191030.043000', '191030.046000', '191030.049000', '191030.051000', '191030.054000', '191030.056000', '191030.059000', '191030.061000', '191030.064000', '191030.067000', '191030.069000', '191030.072000', '191030.074000', '191030.077000', '191049.959000', '191049.972000', '191049.975000', '191049.978000', '191049.980000', '191049.983000', '191049.986000', '191049.989000', '191049.991000', '191049.994000', '191049.996000', '191050.000000', '191050.002000', '191050.005000', '191050.008000', '191050.010000', '191050.013000', '191050.016000', '191050.019000', '191050.022000', '191050.025000', '191050.028000', '191050.030000', '191050.033000', '191050.035000', '191050.038000', '191050.040000', '191050.043000', '191050.046000', '191050.048000', '191050.051000', '191050.053000', '191050.056000', '191050.058000', '191050.061000', '191050.064000', '191050.066000', '191050.069000', '191050.071000', '191050.074000', '191050.077000', '191050.079000', '191050.082000', '191109.959000', '191109.962000', '191109.965000', '191109.968000', '191109.971000', '191109.973000', '191109.976000', '191109.978000', '191109.981000', '191109.984000', '191109.986000', '191109.989000', '191109.991000', '191109.994000', '191109.996000', '191110.000000', '191110.003000', '191110.005000', '191110.008000', '191110.011000', '191110.013000', '191110.016000', '191110.018000', '191110.021000', '191110.024000', '191110.026000', '191110.029000', '191110.031000', '191110.034000', '191110.037000', '191110.039000', '191110.042000', '191110.044000', '191110.047000', '191110.049000', '191110.052000', '191110.055000', '191110.057000', '191110.060000', '191110.063000', '191110.065000', '191110.068000', '191110.070000', '191110.073000', '191129.959000', '191129.962000', '191129.965000', '191129.968000', '191129.971000', '191129.973000', '191129.976000', '191129.980000', '191129.983000', '191129.985000', '191129.988000', '191129.991000', '191129.993000', '191129.996000', '191130.000000', '191130.002000', '191130.005000', '191130.008000', '191130.010000', '191130.013000', '191130.016000', '191130.018000', '191130.021000', '191130.024000', '191130.026000', '191130.029000', '191130.031000', '191130.035000', '191130.037000', '191130.040000', '191130.043000', '191130.046000', '191130.048000', '191130.051000', '191130.053000', '191130.056000', '191130.059000', '191130.061000', '191130.064000', '191130.067000', '191130.069000', '191130.072000', '191130.074000', '191149.958000', '191149.961000', '191149.964000', '191149.967000', '191149.969000', '191149.972000', '191149.975000', '191149.977000', '191149.980000', '191149.982000', '191149.985000', '191149.988000', '191149.990000', '191149.993000', '191149.996000', '191149.998000', '191150.002000', '191150.004000', '191150.007000', '191150.010000', '191150.012000', '191150.015000', '191150.017000', '191150.020000', '191150.023000', '191150.025000', '191150.028000', '191150.030000', '191150.033000', '191150.036000', '191150.038000', '191150.041000', '191150.043000', '191150.046000', '191150.052000', '191150.055000', '191150.057000', '191150.060000', '191150.063000', '191150.065000', '191150.068000', '191150.071000', '191150.073000', '191150.076000', '191209.960000', '191209.962000', '191209.966000', '191209.969000', '191209.972000', '191209.975000', '191209.977000', '191209.980000', '191209.983000', '191209.985000', '191209.988000', '191209.990000', '191209.993000', '191209.996000', '191209.998000', '191210.002000', '191210.004000', '191210.007000', '191210.010000', '191210.013000', '191210.015000', '191210.018000', '191210.021000', '191210.023000', '191210.026000', '191210.028000', '191210.049000', '191210.052000', '191210.054000', '191210.057000', '191210.060000', '191210.062000', '191210.065000', '191210.067000', '191210.070000', '191210.072000', '191210.075000', '191210.078000', '191210.080000', '191210.083000', '191210.085000', '191210.088000', '191210.091000', '191229.959000', '191229.962000', '191229.965000', '191229.968000', '191229.970000', '191229.973000', '191229.976000', '191229.978000', '191229.981000', '191229.984000', '191229.986000', '191229.989000', '191229.991000', '191229.994000', '191229.997000', '191230.000000', '191230.003000', '191230.006000', '191230.008000', '191230.011000', '191230.013000', '191230.016000', '191230.019000', '191230.021000', '191230.024000', '191230.027000', '191230.029000', '191230.033000', '191230.036000', '191230.038000', '191230.041000', '191230.044000', '191230.046000', '191230.049000', '191230.051000', '191230.054000', '191230.057000', '191230.059000', '191230.062000', '191230.064000', '191230.067000', '191230.070000', '191230.072000', '191230.075000', '191249.960000', '191249.962000', '191249.965000', '191249.968000', '191249.970000', '191249.973000', '191249.975000', '191249.978000', '191249.981000', '191249.983000', '191249.986000', '191249.988000', '191249.991000', '191249.994000', '191249.996000', '191250.000000', '191250.004000', '191250.007000', '191250.009000', '191250.012000', '191250.014000', '191250.017000', '191250.020000', '191250.023000', '191250.026000', '191250.028000', '191250.031000', '191250.034000', '191250.036000', '191250.039000', '191250.041000', '191250.044000', '191250.047000', '191250.049000', '191250.052000', '191250.054000', '191250.057000', '191250.060000', '191250.062000', '191250.065000', '191250.068000', '191250.070000', '191250.073000', '191257.326000', '191257.329000', '191257.332000', '191257.335000', '191257.337000', '191257.340000', '191257.363000', '191257.366000', '191257.369000', '191257.371000', '191257.374000', '191257.377000', '191257.379000', '191257.382000', '191257.385000', '191257.387000', '191257.390000'], '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': [15534, 12525, 13976, 10430, 10626, 10581, 10869, 13172, 10327, 15371, 12141, 10392, 10793, 10048, 9987, 10673, 9802, 10525, 12382, 10332, 12753, 10658, 17203, 10949, 17696, 10608, 13433, 10083, 10934, 10022, 10283, 10095, 10498, 9203, 10386, 10243, 10433, 14177, 10472, 16612, 10373, 10130, 10327, 11331, 12429, 15038, 14283, 15670, 11243, 10508, 11196, 9675, 10505, 9910, 10579, 10236, 12733, 10346, 12484, 10729, 16405, 13677, 10008, 9600, 10544, 10947, 10808, 11538, 12708, 14711, 16570, 14152, 14602, 10751, 12080, 11394, 10315, 11108, 10683, 10606, 10817, 10700, 10964, 10163, 10762, 10577, 10501, 10710, 9875, 10641, 17069, 13517, 15858, 13308, 10969, 10614, 11529, 10621, 15900, 10565, 12549, 10498, 11134, 10547, 10804, 10391, 10680, 10167, 11091, 9380, 10808, 11428, 10128, 11566, 10151, 11108, 10237, 10652, 12860, 13033, 14041, 10492, 10743, 11228, 9452, 10542, 10241, 14561, 10335, 12576, 10742, 11292, 10990, 15313, 10811, 12007, 10487, 11801, 11372, 9487, 10934, 11027, 10847, 14313, 14007, 16890, 13649, 17244, 11919, 10040, 10954, 10055, 11524, 9945, 11149, 10276, 11219, 10022, 11015, 10303, 10807, 10447, 10391, 10140, 10896, 15310, 15268, 14085, 11131, 10745, 11040, 9299, 11701, 12067, 10252, 10841, 10660, 10489, 10128, 10772, 13707, 10973, 13544, 10903, 11965, 10278, 12059, 15373, 11360, 11127, 11671, 9615, 11492, 9916, 11508, 9723, 11667, 10411, 11886, 11675, 11088, 12191, 10236, 11980, 10209, 10968, 13412, 11600, 15223, 10946, 16791, 11478, 17503, 15279, 16662, 16803, 16573, 17484, 11624, 9901, 11875, 11035, 11762, 11276, 10376, 11479, 12126, 11695, 15362, 15085, 13204, 16937, 12342, 10609, 12262, 10874, 12271, 10745, 15612, 11290, 17178, 17828, 17413, 17108, 10746, 10830, 11944, 9881, 11506, 9439, 11305, 9502, 10928, 9958, 10805, 12262, 13431, 18143, 16259, 12813, 15855, 14865, 10150, 11416, 9810, 10523, 10003, 10603, 10258, 10636, 10625, 10941, 11976, 10159, 10849, 11248, 10994, 10759, 12304, 10211, 18304, 14821, 16850, 12242, 11240, 10862, 11083, 11688, 9761, 11096, 11037, 11090, 12645, 10153, 11399, 10520, 11425, 12814, 14350, 16561, 16521, 15043, 17268, 12562, 10572, 12230, 10471, 11554, 10927, 11824, 12482, 13729, 14134, 14404, 12279, 10636, 12932, 10959, 12415, 10984, 12274, 13543, 16639, 16299, 11665, 13080, 11348, 11117, 11075, 10748, 11110, 12150, 10033, 17085, 12090, 16554, 10306, 12284, 10242, 11487, 15559, 12802, 16686, 13759, 11927, 12339, 10255, 13961, 11460, 14526, 11282, 11658, 11145, 11987, 10391, 11757, 15243, 14385, 14242, 15364, 12418, 10986, 12115, 10988, 12155, 10667, 11597, 10442, 12050, 13737, 13026, 13022, 11362, 12368, 11303, 12169, 10757, 12354, 10845, 16016, 12852, 16452, 16046, 16566, 18235, 12046, 12588, 11876, 10322, 11562, 10009, 11599, 10439, 11421, 10181, 12062, 10193, 11998, 10511, 11833, 13667, 13134, 17203, 13131, 16330, 11394, 11770, 11421, 10079, 11690, 10147, 11722, 10450, 11563, 10742, 11026, 12088, 11227, 12375, 10720, 12075, 10027, 11463, 9582, 11417, 9467, 11598, 10568, 11303, 12308, 11006, 12114, 13843, 12040, 11596, 11553, 12186, 11264, 11705, 16653, 18117, 19756, 16436, 16152, 11663, 10821, 11644, 11069, 11246, 10256, 10594, 16136, 16837, 15639, 12021, 11490, 12065, 11171, 12640, 11351, 11896, 10564, 10671, 13174, 10124, 11818, 10076, 12028, 10229, 11964, 16364, 11495, 12294, 14886, 18834, 14586, 15596, 9625, 11598, 9832, 11564, 10755, 15154, 18346, 18353, 18366, 19371, 15039, 12781, 12348, 11066, 11475, 11399, 10457, 11588, 10330, 10769, 11870, 15073, 14354, 12109, 11276, 12207, 11412, 12772, 11555, 12658, 10833, 12365, 9879, 11525, 9454, 11444, 12751, 11439, 12707, 16409, 11504, 12934, 16949, 17768, 17906, 17600, 14789, 11816, 10788, 11682, 10199, 11361, 10005, 11422, 10550, 10975, 12314, 10074, 11810, 10164, 11613, 14991, 15740, 17569, 17542, 12689, 10991, 11753, 10932, 12567, 11356, 12086, 10804, 12912, 17639, 15659, 14682, 11309, 12220, 11445, 12109, 11007, 12286, 10380, 11338, 16315, 13758, 11650, 11752, 11477, 11969, 10850, 18466, 14897, 14404, 12443, 14219, 12440, 15571, 10142, 11185, 9562, 10033, 9916, 10710, 10118, 11254, 10640, 10461, 11257, 10431, 11362, 12242, 10021, 11633, 9575, 10801, 10319, 11090, 10069, 10643, 9867, 10777, 10524, 10523, 11556, 9969, 10913, 12175, 16423, 18784, 19030, 14294, 15047, 11636, 10456, 11724, 10450, 11453, 10221, 10646, 12317, 11584, 13506, 13755, 13135, 14707, 11572, 10682, 11739, 10665, 10755, 13929, 18809, 19261, 17357, 14262, 11511, 13524, 12044, 12242, 15877, 11697, 10870, 11962, 10608, 11517, 10214, 11177, 10375, 10715, 11006, 10454, 12070, 10320, 11669, 10410, 11203, 10561, 11471, 16346, 14147, 15501, 12608, 11929, 10149, 11875, 10023, 11812, 9936, 11089, 10046, 11872, 12683, 11161, 12131, 10236, 11214, 9504, 11270, 10033, 11011, 11710, 10760, 15338, 18005, 17490, 15012, 11893, 11547, 10592, 11871, 9836, 11782, 16426, 18815, 18159, 13438, 11425, 10508, 11258, 10005, 11370, 11633, 14138, 16590, 18537, 18031, 17570, 10726, 11977, 11169, 11736, 10569, 11392, 11500, 10626, 11593, 10771, 14017, 16304, 11196, 11556, 10965, 11681, 11829, 10752, 10682, 9017, 11033, 9849, 11450, 10384, 10667, 11348, 15352, 17134, 15020, 11678, 9822, 11120, 9589, 11073, 9807, 11052, 9881, 10734, 11493, 10138, 11389, 12020, 10567, 11794, 10013, 11351, 10586, 11188, 15434, 17325, 17838, 18498, 15851, 14946, 11622, 9530, 11152, 10441, 11281, 11175, 13752, 14260, 15935, 13493, 11404, 10491, 11178, 10239, 11405, 9627, 11785, 15922, 19013, 19431, 18958, 11302, 11195, 10800, 11237, 9687, 10873, 13834, 18557, 17684, 15959, 11339, 11808, 10192, 10923, 10269, 10366, 11212, 10287, 10407, 10199, 10231, 11217, 10180, 10484, 11506, 8958, 13775, 11222, 11700, 9554, 10456, 9576, 10503, 11000, 9873, 10936, 9792, 10889, 12070, 9749, 10925, 9351, 11026, 15313, 16133, 16254, 18237, 12054, 10334, 11572, 10392, 11194, 9672, 10870, 11173, 11803, 15009, 14485, 12617, 15451, 11258, 10048, 11449, 10616, 11235, 13326, 14367, 17617, 17726, 18558, 20335, 17526, 17771, 11138, 9598, 10947, 10236, 10509, 11171, 13890, 18430, 18077, 16225, 10925, 12846, 9947, 18998, 14327, 15346, 9913, 10258], 'WindowCenter': [4376.0, 4320.0, 4314.0, 4283.0, 4269.0, 4266.0, 4264.0, 4273.0, 4256.0, 4294.0, 4262.0, 4240.0, 4250.0, 4241.0, 4240.0, 4253.0, 4241.0, 4266.0, 4274.0, 4254.0, 4273.0, 4252.0, 4305.0, 4264.0, 4303.0, 4253.0, 4270.0, 4240.0, 4262.0, 4253.0, 4254.0, 4254.0, 4263.0, 4242.0, 4254.0, 4265.0, 4266.0, 4284.0, 4264.0, 4307.0, 4253.0, 4252.0, 4252.0, 4262.0, 4272.0, 4295.0, 4295.0, 4306.0, 4263.0, 4252.0, 4263.0, 4242.0, 4264.0, 4241.0, 4240.0, 4240.0, 4258.0, 4240.0, 4260.0, 4249.0, 4280.0, 4269.0, 4228.0, 4229.0, 4252.0, 4264.0, 4265.0, 4276.0, 4286.0, 4296.0, 4306.0, 4300.0, 4285.0, 4252.0, 4260.0, 4250.0, 4227.0, 4249.0, 4237.0, 4239.0, 4248.0, 4250.0, 4250.0, 4240.0, 4249.0, 4239.0, 4237.0, 4238.0, 4227.0, 4250.0, 4291.0, 4273.0, 4294.0, 4270.0, 4250.0, 4239.0, 4247.0, 4225.0, 4266.0, 4224.0, 4233.0, 4224.0, 4234.0, 4235.0, 4236.0, 4225.0, 4237.0, 4236.0, 4248.0, 4226.0, 4250.0, 4260.0, 4251.0, 4263.0, 4252.0, 4263.0, 4251.0, 4252.0, 4273.0, 4273.0, 4283.0, 4252.0, 4252.0, 4263.0, 4241.0, 4251.0, 4253.0, 4292.0, 4251.0, 4260.0, 4250.0, 4250.0, 4262.0, 4291.0, 4251.0, 4271.0, 4252.0, 4260.0, 4262.0, 4240.0, 4251.0, 4251.0, 4263.0, 4296.0, 4296.0, 4305.0, 4285.0, 4304.0, 4260.0, 4239.0, 4250.0, 4228.0, 4248.0, 4237.0, 4246.0, 4236.0, 4248.0, 4238.0, 4237.0, 4236.0, 4248.0, 4237.0, 4236.0, 4237.0, 4236.0, 4278.0, 4279.0, 4268.0, 4235.0, 4235.0, 4234.0, 4214.0, 4259.0, 4258.0, 4237.0, 4248.0, 4237.0, 4238.0, 4225.0, 4237.0, 4256.0, 4237.0, 4268.0, 4238.0, 4260.0, 4251.0, 4261.0, 4291.0, 4261.0, 4260.0, 4262.0, 4240.0, 4260.0, 4228.0, 4260.0, 4229.0, 4262.0, 4250.0, 4273.0, 4273.0, 4264.0, 4285.0, 4265.0, 4275.0, 4255.0, 4277.0, 4298.0, 4278.0, 4307.0, 4268.0, 4306.0, 4277.0, 4320.0, 4309.0, 4308.0, 4309.0, 4309.0, 4318.0, 4262.0, 4240.0, 4246.0, 4237.0, 4247.0, 4250.0, 4239.0, 4272.0, 4272.0, 4276.0, 4295.0, 4292.0, 4273.0, 4304.0, 4272.0, 4239.0, 4248.0, 4238.0, 4259.0, 4239.0, 4292.0, 4250.0, 4292.0, 4293.0, 4280.0, 4277.0, 4223.0, 4220.0, 4220.0, 4196.0, 4219.0, 4187.0, 4208.0, 4198.0, 4221.0, 4199.0, 4209.0, 4217.0, 4240.0, 4261.0, 4250.0, 4228.0, 4250.0, 4239.0, 4197.0, 4218.0, 4197.0, 4207.0, 4195.0, 4195.0, 4194.0, 4195.0, 4194.0, 4206.0, 4217.0, 4207.0, 4219.0, 4232.0, 4220.0, 4222.0, 4230.0, 4209.0, 4260.0, 4238.0, 4246.0, 4206.0, 4206.0, 4207.0, 4219.0, 4231.0, 4199.0, 4219.0, 4209.0, 4221.0, 4229.0, 4210.0, 4232.0, 4222.0, 4247.0, 4259.0, 4269.0, 4292.0, 4293.0, 4282.0, 4289.0, 4246.0, 4225.0, 4245.0, 4221.0, 4235.0, 4234.0, 4246.0, 4257.0, 4269.0, 4269.0, 4278.0, 4259.0, 4237.0, 4256.0, 4235.0, 4257.0, 4237.0, 4260.0, 4271.0, 4291.0, 4279.0, 4237.0, 4256.0, 4234.0, 4222.0, 4222.0, 4209.0, 4221.0, 4230.0, 4212.0, 4262.0, 4231.0, 4250.0, 4197.0, 4217.0, 4195.0, 4205.0, 4250.0, 4231.0, 4250.0, 4228.0, 4231.0, 4229.0, 4209.0, 4228.0, 4206.0, 4223.0, 4205.0, 4204.0, 4206.0, 4218.0, 4210.0, 4232.0, 4265.0, 4255.0, 4266.0, 4267.0, 4243.0, 4225.0, 4243.0, 4221.0, 4230.0, 4210.0, 4232.0, 4225.0, 4246.0, 4268.0, 4257.0, 4267.0, 4247.0, 4258.0, 4248.0, 4244.0, 4222.0, 4232.0, 4223.0, 4263.0, 4258.0, 4266.0, 4264.0, 4276.0, 4273.0, 4232.0, 4231.0, 4233.0, 4211.0, 4221.0, 4199.0, 4219.0, 4207.0, 4207.0, 4197.0, 4218.0, 4195.0, 4215.0, 4195.0, 4217.0, 4238.0, 4241.0, 4260.0, 4230.0, 4248.0, 4219.0, 4218.0, 4205.0, 4184.0, 4203.0, 4193.0, 4205.0, 4194.0, 4216.0, 4205.0, 4207.0, 4217.0, 4218.0, 4227.0, 4207.0, 4228.0, 4196.0, 4218.0, 4197.0, 4219.0, 4199.0, 4230.0, 4209.0, 4221.0, 4230.0, 4233.0, 4244.0, 4255.0, 4243.0, 4244.0, 4246.0, 4242.0, 4232.0, 4246.0, 4279.0, 4290.0, 4290.0, 4278.0, 4264.0, 4235.0, 4235.0, 4246.0, 4232.0, 4221.0, 4209.0, 4222.0, 4266.0, 4291.0, 4277.0, 4245.0, 4243.0, 4245.0, 4233.0, 4256.0, 4235.0, 4247.0, 4224.0, 4236.0, 4257.0, 4224.0, 4233.0, 4211.0, 4230.0, 4223.0, 4232.0, 4262.0, 4232.0, 4231.0, 4250.0, 4260.0, 4228.0, 4235.0, 4184.0, 4193.0, 4183.0, 4193.0, 4206.0, 4253.0, 4261.0, 4263.0, 4263.0, 4265.0, 4239.0, 4228.0, 4227.0, 4218.0, 4204.0, 4206.0, 4206.0, 4218.0, 4197.0, 4209.0, 4232.0, 4254.0, 4253.0, 4232.0, 4233.0, 4231.0, 4233.0, 4241.0, 4220.0, 4241.0, 4221.0, 4243.0, 4211.0, 4220.0, 4198.0, 4219.0, 4228.0, 4221.0, 4240.0, 4263.0, 4232.0, 4231.0, 4265.0, 4265.0, 4263.0, 4250.0, 4227.0, 4205.0, 4196.0, 4216.0, 4194.0, 4204.0, 4181.0, 4192.0, 4180.0, 4193.0, 4203.0, 4183.0, 4205.0, 4194.0, 4218.0, 4251.0, 4263.0, 4273.0, 4273.0, 4229.0, 4219.0, 4219.0, 4195.0, 4214.0, 4206.0, 4216.0, 4207.0, 4240.0, 4262.0, 4252.0, 4251.0, 4221.0, 4229.0, 4218.0, 4217.0, 4205.0, 4231.0, 4210.0, 4221.0, 4263.0, 4240.0, 4219.0, 4217.0, 4207.0, 4204.0, 4196.0, 4249.0, 4227.0, 4215.0, 4206.0, 4228.0, 4206.0, 4237.0, 4186.0, 4206.0, 4172.0, 4171.0, 4169.0, 4179.0, 4168.0, 4191.0, 4181.0, 4182.0, 4193.0, 4194.0, 4204.0, 4204.0, 4182.0, 4191.0, 4170.0, 4191.0, 4181.0, 4193.0, 4182.0, 4193.0, 4184.0, 4205.0, 4194.0, 4195.0, 4205.0, 4194.0, 4208.0, 4243.0, 4265.0, 4276.0, 4277.0, 4254.0, 4252.0, 4232.0, 4210.0, 4228.0, 4207.0, 4218.0, 4208.0, 4221.0, 4241.0, 4234.0, 4255.0, 4254.0, 4255.0, 4265.0, 4234.0, 4223.0, 4231.0, 4222.0, 4224.0, 4243.0, 4277.0, 4279.0, 4265.0, 4241.0, 4221.0, 4241.0, 4218.0, 4218.0, 4238.0, 4219.0, 4196.0, 4205.0, 4195.0, 4207.0, 4195.0, 4194.0, 4181.0, 4181.0, 4178.0, 4179.0, 4189.0, 4169.0, 4189.0, 4179.0, 4189.0, 4178.0, 4190.0, 4222.0, 4212.0, 4223.0, 4201.0, 4189.0, 4182.0, 4200.0, 4169.0, 4190.0, 4168.0, 4192.0, 4182.0, 4204.0, 4216.0, 4217.0, 4228.0, 4196.0, 4217.0, 4196.0, 4218.0, 4199.0, 4219.0, 4231.0, 4236.0, 4276.0, 4288.0, 4277.0, 4266.0, 4245.0, 4218.0, 4207.0, 4216.0, 4199.0, 4219.0, 4263.0, 4275.0, 4275.0, 4240.0, 4218.0, 4205.0, 4218.0, 4195.0, 4217.0, 4206.0, 4240.0, 4262.0, 4275.0, 4263.0, 4261.0, 4208.0, 4201.0, 4180.0, 4187.0, 4179.0, 4192.0, 4201.0, 4182.0, 4191.0, 4194.0, 4224.0, 4232.0, 4191.0, 4191.0, 4180.0, 4190.0, 4190.0, 4191.0, 4181.0, 4158.0, 4179.0, 4167.0, 4177.0, 4166.0, 4180.0, 4190.0, 4222.0, 4233.0, 4221.0, 4192.0, 4170.0, 4177.0, 4170.0, 4190.0, 4167.0, 4190.0, 4168.0, 4180.0, 4202.0, 4182.0, 4204.0, 4215.0, 4194.0, 4216.0, 4184.0, 4204.0, 4194.0, 4209.0, 4251.0, 4263.0, 4264.0, 4277.0, 4265.0, 4239.0, 4203.0, 4172.0, 4203.0, 4194.0, 4206.0, 4208.0, 4229.0, 4239.0, 4251.0, 4229.0, 4206.0, 4194.0, 4192.0, 4194.0, 4193.0, 4184.0, 4206.0, 4240.0, 4252.0, 4264.0, 4249.0, 4197.0, 4192.0, 4180.0, 4180.0, 4175.0, 4186.0, 4218.0, 4253.0, 4251.0, 4225.0, 4193.0, 4189.0, 4169.0, 4176.0, 4166.0, 4167.0, 4175.0, 4168.0, 4168.0, 4167.0, 4181.0, 4192.0, 4178.0, 4178.0, 4177.0, 4146.0, 4196.0, 4165.0, 4175.0, 4143.0, 4165.0, 4154.0, 4178.0, 4177.0, 4167.0, 4176.0, 4167.0, 4178.0, 4190.0, 4170.0, 4191.0, 4185.0, 4207.0, 4248.0, 4248.0, 4250.0, 4274.0, 4219.0, 4197.0, 4219.0, 4210.0, 4219.0, 4199.0, 4220.0, 4220.0, 4234.0, 4268.0, 4267.0, 4258.0, 4254.0, 4223.0, 4200.0, 4221.0, 4209.0, 4221.0, 4227.0, 4241.0, 4261.0, 4252.0, 4262.0, 4263.0, 4251.0, 4248.0, 4182.0, 4158.0, 4179.0, 4168.0, 4183.0, 4191.0, 4214.0, 4248.0, 4247.0, 4235.0, 4181.0, 4199.0, 4171.0, 4232.0, 4212.0, 4220.0, 4169.0, 4167.0], 'WindowWidth': [9633.0, 9538.0, 9518.0, 9475.0, 9447.0, 9436.0, 9429.0, 9440.0, 9422.0, 9470.0, 9424.0, 9391.0, 9404.0, 9395.0, 9390.0, 9413.0, 9396.0, 9437.0, 9443.0, 9416.0, 9440.0, 9411.0, 9489.0, 9432.0, 9482.0, 9412.0, 9431.0, 9391.0, 9426.0, 9414.0, 9417.0, 9418.0, 9428.0, 9398.0, 9417.0, 9434.0, 9437.0, 9459.0, 9432.0, 9497.0, 9414.0, 9409.0, 9413.0, 9424.0, 9437.0, 9475.0, 9475.0, 9493.0, 9429.0, 9410.0, 9428.0, 9397.0, 9430.0, 9397.0, 9390.0, 9389.0, 9411.0, 9390.0, 9418.0, 9402.0, 9444.0, 9427.0, 9372.0, 9376.0, 9413.0, 9432.0, 9436.0, 9450.0, 9465.0, 9482.0, 9495.0, 9491.0, 9460.0, 9411.0, 9418.0, 9404.0, 9368.0, 9401.0, 9381.0, 9387.0, 9398.0, 9406.0, 9405.0, 9390.0, 9399.0, 9388.0, 9383.0, 9386.0, 9369.0, 9404.0, 9462.0, 9442.0, 9469.0, 9431.0, 9403.0, 9387.0, 9396.0, 9363.0, 9417.0, 9356.0, 9370.0, 9358.0, 9373.0, 9376.0, 9378.0, 9362.0, 9383.0, 9381.0, 9401.0, 9368.0, 9405.0, 9419.0, 9408.0, 9429.0, 9412.0, 9428.0, 9409.0, 9412.0, 9439.0, 9440.0, 9454.0, 9410.0, 9412.0, 9427.0, 9396.0, 9412.0, 9415.0, 9466.0, 9408.0, 9418.0, 9406.0, 9404.0, 9425.0, 9465.0, 9408.0, 9435.0, 9413.0, 9419.0, 9425.0, 9393.0, 9408.0, 9409.0, 9428.0, 9482.0, 9482.0, 9491.0, 9463.0, 9492.0, 9420.0, 9390.0, 9404.0, 9372.0, 9398.0, 9383.0, 9395.0, 9381.0, 9401.0, 9385.0, 9383.0, 9380.0, 9400.0, 9382.0, 9381.0, 9382.0, 9381.0, 9441.0, 9442.0, 9426.0, 9378.0, 9374.0, 9375.0, 9347.0, 9415.0, 9415.0, 9385.0, 9400.0, 9382.0, 9386.0, 9364.0, 9381.0, 9405.0, 9383.0, 9424.0, 9384.0, 9420.0, 9410.0, 9421.0, 9461.0, 9421.0, 9420.0, 9426.0, 9390.0, 9419.0, 9372.0, 9417.0, 9376.0, 9426.0, 9407.0, 9441.0, 9441.0, 9429.0, 9460.0, 9434.0, 9447.0, 9421.0, 9452.0, 9481.0, 9454.0, 9494.0, 9441.0, 9491.0, 9451.0, 9523.0, 9503.0, 9502.0, 9504.0, 9503.0, 9516.0, 9425.0, 9390.0, 9391.0, 9382.0, 9394.0, 9404.0, 9389.0, 9440.0, 9438.0, 9450.0, 9477.0, 9467.0, 9442.0, 9487.0, 9436.0, 9388.0, 9395.0, 9385.0, 9413.0, 9387.0, 9466.0, 9406.0, 9471.0, 9478.0, 9452.0, 9439.0, 9357.0, 9347.0, 9344.0, 9308.0, 9340.0, 9297.0, 9327.0, 9314.0, 9349.0, 9316.0, 9329.0, 9337.0, 9375.0, 9412.0, 9390.0, 9354.0, 9389.0, 9372.0, 9311.0, 9341.0, 9309.0, 9323.0, 9302.0, 9303.0, 9301.0, 9304.0, 9298.0, 9319.0, 9335.0, 9323.0, 9343.0, 9365.0, 9347.0, 9352.0, 9357.0, 9330.0, 9403.0, 9367.0, 9373.0, 9320.0, 9318.0, 9322.0, 9344.0, 9362.0, 9315.0, 9342.0, 9328.0, 9347.0, 9355.0, 9332.0, 9363.0, 9350.0, 9393.0, 9414.0, 9429.0, 9464.0, 9468.0, 9451.0, 9459.0, 9391.0, 9362.0, 9386.0, 9349.0, 9374.0, 9369.0, 9390.0, 9409.0, 9429.0, 9428.0, 9441.0, 9413.0, 9380.0, 9405.0, 9376.0, 9409.0, 9380.0, 9415.0, 9434.0, 9466.0, 9442.0, 9381.0, 9404.0, 9371.0, 9353.0, 9349.0, 9329.0, 9346.0, 9359.0, 9339.0, 9406.0, 9361.0, 9386.0, 9312.0, 9335.0, 9303.0, 9318.0, 9388.0, 9362.0, 9387.0, 9353.0, 9361.0, 9358.0, 9328.0, 9352.0, 9318.0, 9338.0, 9314.0, 9313.0, 9318.0, 9338.0, 9334.0, 9366.0, 9416.0, 9404.0, 9419.0, 9423.0, 9382.0, 9359.0, 9380.0, 9348.0, 9357.0, 9332.0, 9365.0, 9360.0, 9392.0, 9423.0, 9410.0, 9421.0, 9394.0, 9410.0, 9397.0, 9385.0, 9354.0, 9364.0, 9354.0, 9411.0, 9411.0, 9421.0, 9414.0, 9434.0, 9427.0, 9365.0, 9361.0, 9367.0, 9335.0, 9349.0, 9317.0, 9338.0, 9320.0, 9321.0, 9308.0, 9338.0, 9305.0, 9332.0, 9304.0, 9338.0, 9369.0, 9378.0, 9403.0, 9359.0, 9383.0, 9342.0, 9341.0, 9317.0, 9286.0, 9312.0, 9296.0, 9315.0, 9299.0, 9334.0, 9318.0, 9323.0, 9336.0, 9339.0, 9350.0, 9323.0, 9355.0, 9309.0, 9342.0, 9310.0, 9343.0, 9315.0, 9359.0, 9330.0, 9348.0, 9358.0, 9370.0, 9385.0, 9402.0, 9383.0, 9388.0, 9391.0, 9382.0, 9366.0, 9392.0, 9446.0, 9463.0, 9465.0, 9441.0, 9416.0, 9374.0, 9375.0, 9390.0, 9366.0, 9348.0, 9330.0, 9350.0, 9418.0, 9463.0, 9437.0, 9389.0, 9383.0, 9388.0, 9370.0, 9405.0, 9375.0, 9394.0, 9361.0, 9379.0, 9406.0, 9359.0, 9369.0, 9335.0, 9358.0, 9354.0, 9367.0, 9407.0, 9366.0, 9361.0, 9387.0, 9404.0, 9352.0, 9357.0, 9284.0, 9295.0, 9280.0, 9296.0, 9320.0, 9395.0, 9412.0, 9417.0, 9414.0, 9425.0, 9371.0, 9354.0, 9348.0, 9337.0, 9314.0, 9318.0, 9318.0, 9340.0, 9309.0, 9327.0, 9365.0, 9401.0, 9397.0, 9364.0, 9368.0, 9363.0, 9366.0, 9374.0, 9346.0, 9375.0, 9349.0, 9382.0, 9335.0, 9344.0, 9312.0, 9342.0, 9352.0, 9347.0, 9372.0, 9409.0, 9366.0, 9361.0, 9421.0, 9422.0, 9418.0, 9391.0, 9348.0, 9315.0, 9306.0, 9333.0, 9300.0, 9312.0, 9274.0, 9292.0, 9273.0, 9297.0, 9309.0, 9284.0, 9315.0, 9299.0, 9339.0, 9389.0, 9411.0, 9423.0, 9424.0, 9356.0, 9345.0, 9340.0, 9302.0, 9324.0, 9318.0, 9329.0, 9321.0, 9373.0, 9404.0, 9391.0, 9389.0, 9346.0, 9355.0, 9335.0, 9334.0, 9316.0, 9362.0, 9331.0, 9349.0, 9408.0, 9371.0, 9339.0, 9333.0, 9319.0, 9311.0, 9304.0, 9381.0, 9346.0, 9328.0, 9315.0, 9351.0, 9318.0, 9363.0, 9290.0, 9317.0, 9266.0, 9262.0, 9254.0, 9269.0, 9251.0, 9287.0, 9275.0, 9280.0, 9294.0, 9299.0, 9311.0, 9311.0, 9281.0, 9289.0, 9261.0, 9289.0, 9274.0, 9294.0, 9279.0, 9298.0, 9286.0, 9316.0, 9300.0, 9302.0, 9315.0, 9300.0, 9326.0, 9382.0, 9417.0, 9433.0, 9439.0, 9397.0, 9391.0, 9363.0, 9332.0, 9353.0, 9322.0, 9338.0, 9327.0, 9350.0, 9377.0, 9373.0, 9402.0, 9400.0, 9403.0, 9415.0, 9370.0, 9353.0, 9360.0, 9352.0, 9355.0, 9381.0, 9441.0, 9450.0, 9417.0, 9373.0, 9346.0, 9375.0, 9339.0, 9339.0, 9366.0, 9339.0, 9303.0, 9313.0, 9300.0, 9322.0, 9300.0, 9298.0, 9274.0, 9274.0, 9266.0, 9270.0, 9281.0, 9256.0, 9283.0, 9270.0, 9284.0, 9268.0, 9286.0, 9333.0, 9321.0, 9338.0, 9303.0, 9285.0, 9281.0, 9303.0, 9258.0, 9285.0, 9255.0, 9291.0, 9281.0, 9312.0, 9331.0, 9338.0, 9353.0, 9307.0, 9337.0, 9306.0, 9340.0, 9312.0, 9342.0, 9361.0, 9379.0, 9436.0, 9455.0, 9442.0, 9419.0, 9387.0, 9338.0, 9323.0, 9329.0, 9314.0, 9340.0, 9409.0, 9436.0, 9433.0, 9375.0, 9340.0, 9319.0, 9341.0, 9302.0, 9335.0, 9317.0, 9372.0, 9408.0, 9440.0, 9417.0, 9405.0, 9325.0, 9304.0, 9272.0, 9275.0, 9270.0, 9293.0, 9306.0, 9280.0, 9292.0, 9300.0, 9339.0, 9348.0, 9290.0, 9290.0, 9272.0, 9287.0, 9286.0, 9290.0, 9276.0, 9242.0, 9268.0, 9250.0, 9262.0, 9248.0, 9272.0, 9287.0, 9332.0, 9352.0, 9332.0, 9293.0, 9260.0, 9264.0, 9258.0, 9286.0, 9250.0, 9287.0, 9252.0, 9273.0, 9305.0, 9280.0, 9314.0, 9329.0, 9298.0, 9330.0, 9284.0, 9312.0, 9297.0, 9326.0, 9388.0, 9411.0, 9417.0, 9442.0, 9416.0, 9366.0, 9309.0, 9266.0, 9310.0, 9299.0, 9321.0, 9323.0, 9355.0, 9371.0, 9390.0, 9354.0, 9317.0, 9297.0, 9292.0, 9301.0, 9294.0, 9287.0, 9318.0, 9373.0, 9405.0, 9419.0, 9385.0, 9305.0, 9290.0, 9270.0, 9273.0, 9274.0, 9286.0, 9336.0, 9400.0, 9388.0, 9342.0, 9295.0, 9284.0, 9255.0, 9259.0, 9244.0, 9248.0, 9257.0, 9250.0, 9251.0, 9252.0, 9277.0, 9291.0, 9270.0, 9267.0, 9264.0, 9220.0, 9286.0, 9242.0, 9256.0, 9211.0, 9244.0, 9229.0, 9267.0, 9263.0, 9250.0, 9262.0, 9251.0, 9268.0, 9284.0, 9259.0, 9289.0, 9288.0, 9323.0, 9380.0, 9380.0, 9385.0, 9433.0, 9340.0, 9306.0, 9339.0, 9330.0, 9343.0, 9316.0, 9346.0, 9345.0, 9368.0, 9421.0, 9422.0, 9408.0, 9394.0, 9351.0, 9315.0, 9347.0, 9324.0, 9344.0, 9348.0, 9373.0, 9407.0, 9397.0, 9412.0, 9421.0, 9392.0, 9380.0, 9275.0, 9239.0, 9267.0, 9253.0, 9283.0, 9289.0, 9326.0, 9388.0, 9381.0, 9356.0, 9277.0, 9297.0, 9260.0, 9348.0, 9319.0, 9328.0, 9256.0, 9248.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.0003633755760368663</td></tr>
<tr><td colspan=3>aqi</td><td>0.029330530069124425</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.757957608200684</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1891690104844286</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9802456052364485</td></tr>
<tr><td colspan=3>efc</td><td>0.4961</td></tr>
<tr><td colspan=3>fber</td><td>4451.8613</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12348482064252625</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>110</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.672811059907835</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.514421884284729</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.358629307402259</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.835936386931462</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3486999585204664</td></tr>
<tr><td colspan=3>gcor</td><td>0.0471222</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.027459414675831795</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.041916217654943466</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.6400832325429944</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>17.7231</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.0712</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>216.5831</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298038.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1051.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>390.982</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8516</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>568.098</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3355.7808</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3584.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78506.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>945.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4463.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>984.5866</td></tr>
<tr><td colspan=3>tsnr</td><td>32.17682448681444</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>