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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-0105_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-0105/figures/sub-0105_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0105/figures/sub-0105_ses-01_task-social_acq-mb8_run-03_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-0105/figures/sub-0105_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0105/figures/sub-0105_ses-01_task-social_acq-mb8_run-03_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-0105/ses-01/func/sub-0105_ses-01_task-social_acq-mb8_run-03_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>31f7bb0b36d158002859c995b451fa8d</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:08:13.002500</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.999247, -0.00475115, 0.0385139, 0.00470886, 0.999988, 0.00118865]</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-03_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.126362</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4214, -7778, -7261, 213, -166, -118, -44, 54]</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>283.487</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>87263791-85a2-4b91-a5d1-475ef652ee8a||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.680906057357788, 0.01263353694230318, 0.10400142520666122, 109.97582244873047], [0.012746994383633137, 2.6828951835632324, 0.002717273775488138, -91.49797058105469], [0.1033298522233963, -0.0031890596728771925, 2.6979949474334717, -69.73649597167969], [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': ['190813.002500', '190813.462500', '190813.922500', '190814.382500', '190814.842500', '190815.302500', '190815.762500', '190816.222500', '190816.682500', '190817.142500', '190817.602500', '190818.062500', '190818.522500', '190818.982500', '190819.442500', '190819.902500', '190820.362500', '190820.822500', '190821.282500', '190821.742500', '190822.202500', '190822.662500', '190823.122500', '190823.582500', '190824.042500', '190824.502500', '190824.962500', '190825.422500', '190825.882500', '190826.342500', '190826.802500', '190827.262500', '190827.722500', '190828.182500', '190828.642500', '190829.102500', '190829.562500', '190830.022500', '190830.482500', '190830.942500', '190831.402500', '190831.862500', '190832.322500', '190832.782500', '190833.242500', '190833.702500', '190834.162500', '190834.622500', '190835.082500', '190835.542500', '190836.002500', '190836.462500', '190836.922500', '190837.382500', '190837.842500', '190838.302500', '190838.762500', '190839.222500', '190839.682500', '190840.142500', '190840.602500', '190841.062500', '190841.522500', '190841.982500', '190842.442500', '190842.902500', '190843.362500', '190843.822500', '190844.282500', '190844.742500', '190845.202500', '190845.662500', '190846.122500', '190846.582500', '190847.042500', '190847.502500', '190847.962500', '190848.422500', '190848.882500', '190849.342500', '190849.802500', '190850.262500', '190850.722500', '190851.182500', '190851.642500', '190852.102500', '190852.562500', '190853.022500', '190853.482500', '190853.942500', '190854.402500', '190854.862500', '190855.322500', '190855.782500', '190856.242500', '190856.702500', '190857.162500', '190857.622500', '190858.082500', '190858.542500', '190859.002500', '190859.462500', '190859.922500', '190900.382500', '190900.842500', '190901.302500', '190901.762500', '190902.222500', '190902.682500', '190903.142500', '190903.602500', '190904.062500', '190904.522500', '190904.982500', '190905.442500', '190905.902500', '190906.362500', '190906.822500', '190907.282500', '190907.742500', '190908.202500', '190908.662500', '190909.122500', '190909.582500', '190910.042500', '190910.502500', '190910.962500', '190911.422500', '190911.882500', '190912.342500', '190912.802500', '190913.262500', '190913.722500', '190914.182500', '190914.642500', '190915.102500', '190915.562500', '190916.022500', '190916.482500', '190916.942500', '190917.402500', '190917.862500', '190918.322500', '190918.782500', '190919.242500', '190919.702500', '190920.162500', '190920.622500', '190921.082500', '190921.542500', '190922.002500', '190922.462500', '190922.922500', '190923.382500', '190923.842500', '190924.302500', '190924.762500', '190925.222500', '190925.682500', '190926.142500', '190926.602500', '190927.062500', '190927.522500', '190927.982500', '190928.442500', '190928.902500', '190929.362500', '190929.822500', '190930.282500', '190930.742500', '190931.202500', '190931.662500', '190932.122500', '190932.582500', '190933.042500', '190933.502500', '190933.962500', '190934.422500', '190934.882500', '190935.342500', '190935.802500', '190936.262500', '190936.722500', '190937.182500', '190937.642500', '190938.102500', '190938.562500', '190939.022500', '190939.482500', '190939.942500', '190940.402500', '190940.862500', '190941.322500', '190941.782500', '190942.242500', '190942.702500', '190943.162500', '190943.622500', '190944.082500', '190944.542500', '190945.002500', '190945.462500', '190945.922500', '190946.382500', '190946.842500', '190947.302500', '190947.762500', '190948.222500', '190948.682500', '190949.142500', '190949.602500', '190950.062500', '190950.522500', '190950.982500', '190951.442500', '190951.902500', '190952.362500', '190952.822500', '190953.282500', '190953.742500', '190954.202500', '190954.662500', '190955.122500', '190955.582500', '190956.042500', '190956.502500', '190956.962500', '190957.422500', '190957.882500', '190958.342500', '190958.802500', '190959.262500', '190959.722500', '191000.182500', '191000.642500', '191001.102500', '191001.562500', '191002.022500', '191002.482500', '191002.942500', '191003.402500', '191003.862500', '191004.322500', '191004.782500', '191005.242500', '191005.702500', '191006.162500', '191006.622500', '191007.082500', '191007.542500', '191008.002500', '191008.462500', '191008.922500', '191009.382500', '191009.842500', '191010.302500', '191010.762500', '191011.222500', '191011.682500', '191012.142500', '191012.602500', '191013.062500', '191013.522500', '191013.982500', '191014.442500', '191014.902500', '191015.362500', '191015.822500', '191016.282500', '191016.742500', '191017.202500', '191017.662500', '191018.122500', '191018.582500', '191019.042500', '191019.502500', '191019.962500', '191020.422500', '191020.882500', '191021.342500', '191021.802500', '191022.262500', '191022.722500', '191023.182500', '191023.642500', '191024.102500', '191024.562500', '191025.022500', '191025.482500', '191025.942500', '191026.402500', '191026.862500', '191027.322500', '191027.782500', '191028.242500', '191028.702500', '191029.162500', '191029.622500', '191030.082500', '191030.542500', '191031.002500', '191031.462500', '191031.922500', '191032.382500', '191032.842500', '191033.302500', '191033.762500', '191034.222500', '191034.682500', '191035.142500', '191035.602500', '191036.062500', '191036.522500', '191036.982500', '191037.442500', '191037.902500', '191038.362500', '191038.822500', '191039.282500', '191039.742500', '191040.202500', '191040.662500', '191041.122500', '191041.582500', '191042.042500', '191042.502500', '191042.962500', '191043.422500', '191043.882500', '191044.342500', '191044.802500', '191045.262500', '191045.722500', '191046.182500', '191046.642500', '191047.102500', '191047.562500', '191048.022500', '191048.482500', '191048.942500', '191049.402500', '191049.862500', '191050.322500', '191050.782500', '191051.242500', '191051.702500', '191052.162500', '191052.622500', '191053.082500', '191053.542500', '191054.002500', '191054.462500', '191054.922500', '191055.382500', '191055.842500', '191056.302500', '191056.762500', '191057.222500', '191057.682500', '191058.142500', '191058.602500', '191059.062500', '191059.522500', '191059.982500', '191100.442500', '191100.902500', '191101.362500', '191101.822500', '191102.282500', '191102.742500', '191103.202500', '191103.662500', '191104.122500', '191104.582500', '191105.042500', '191105.502500', '191105.962500', '191106.422500', '191106.882500', '191107.342500', '191107.802500', '191108.262500', '191108.722500', '191109.182500', '191109.642500', '191110.102500', '191110.562500', '191111.022500', '191111.482500', '191111.942500', '191112.402500', '191112.862500', '191113.322500', '191113.782500', '191114.242500', '191114.702500', '191115.162500', '191115.622500', '191116.082500', '191116.542500', '191117.002500', '191117.462500', '191117.922500', '191118.382500', '191118.842500', '191119.302500', '191119.762500', '191120.222500', '191120.682500', '191121.142500', '191121.602500', '191122.062500', '191122.522500', '191122.982500', '191123.442500', '191123.902500', '191124.362500', '191124.822500', '191125.282500', '191125.742500', '191126.202500', '191126.662500', '191127.122500', '191127.582500', '191128.042500', '191128.502500', '191128.962500', '191129.422500', '191129.882500', '191130.342500', '191130.802500', '191131.262500', '191131.722500', '191132.182500', '191132.642500', '191133.102500', '191133.562500', '191134.022500', '191134.482500', '191134.942500', '191135.402500', '191135.862500', '191136.322500', '191136.782500', '191137.242500', '191137.702500', '191138.162500', '191138.622500', '191139.082500', '191139.542500', '191140.002500', '191140.462500', '191140.922500', '191141.382500', '191141.842500', '191142.302500', '191142.762500', '191143.222500', '191143.682500', '191144.142500', '191144.602500', '191145.062500', '191145.522500', '191145.982500', '191146.442500', '191146.902500', '191147.362500', '191147.822500', '191148.282500', '191148.742500', '191149.202500', '191149.662500', '191150.122500', '191150.582500', '191151.042500', '191151.502500', '191151.962500', '191152.422500', '191152.882500', '191153.342500', '191153.802500', '191154.262500', '191154.722500', '191155.182500', '191155.642500', '191156.102500', '191156.562500', '191157.022500', '191157.482500', '191157.942500', '191158.402500', '191158.862500', '191159.322500', '191159.782500', '191200.242500', '191200.702500', '191201.162500', '191201.622500', '191202.082500', '191202.542500', '191203.002500', '191203.462500', '191203.922500', '191204.382500', '191204.842500', '191205.302500', '191205.762500', '191206.222500', '191206.682500', '191207.142500', '191207.602500', '191208.062500', '191208.522500', '191208.982500', '191209.442500', '191209.902500', '191210.362500', '191210.822500', '191211.282500', '191211.742500', '191212.202500', '191212.662500', '191213.122500', '191213.582500', '191214.042500', '191214.502500', '191214.962500', '191215.422500', '191215.882500', '191216.342500', '191216.802500', '191217.262500', '191217.722500', '191218.182500', '191218.642500', '191219.102500', '191219.562500', '191220.022500', '191220.482500', '191220.942500', '191221.402500', '191221.862500', '191222.322500', '191222.782500', '191223.242500', '191223.702500', '191224.162500', '191224.622500', '191225.082500', '191225.542500', '191226.002500', '191226.462500', '191226.922500', '191227.382500', '191227.842500', '191228.302500', '191228.762500', '191229.222500', '191229.682500', '191230.142500', '191230.602500', '191231.062500', '191231.522500', '191231.982500', '191232.442500', '191232.902500', '191233.362500', '191233.822500', '191234.282500', '191234.742500', '191235.202500', '191235.662500', '191236.122500', '191236.582500', '191237.042500', '191237.502500', '191237.962500', '191238.422500', '191238.882500', '191239.342500', '191239.802500', '191240.262500', '191240.722500', '191241.182500', '191241.642500', '191242.102500', '191242.562500', '191243.022500', '191243.482500', '191243.942500', '191244.402500', '191244.862500', '191245.322500', '191245.782500', '191246.242500', '191246.702500', '191247.162500', '191247.622500', '191248.082500', '191248.542500', '191249.002500', '191249.462500', '191249.922500', '191250.382500', '191250.842500', '191251.302500', '191251.762500', '191252.222500', '191252.682500', '191253.142500', '191253.602500', '191254.062500', '191254.522500', '191254.982500', '191255.442500', '191255.902500', '191256.362500', '191256.822500', '191257.282500', '191257.742500', '191258.202500', '191258.662500', '191259.122500', '191259.582500', '191300.042500', '191300.502500', '191300.962500', '191301.422500', '191301.882500', '191302.342500', '191302.802500', '191303.262500', '191303.722500', '191304.182500', '191304.642500', '191305.102500', '191305.562500', '191306.022500', '191306.482500', '191306.942500', '191307.402500', '191307.862500', '191308.322500', '191308.782500', '191309.242500', '191309.702500', '191310.162500', '191310.622500', '191311.082500', '191311.542500', '191312.002500', '191312.462500', '191312.922500', '191313.382500', '191313.842500', '191314.302500', '191314.762500', '191315.222500', '191315.682500', '191316.142500', '191316.602500', '191317.062500', '191317.522500', '191317.982500', '191318.442500', '191318.902500', '191319.362500', '191319.822500', '191320.282500', '191320.742500', '191321.202500', '191321.662500', '191322.122500', '191322.582500', '191323.042500', '191323.502500', '191323.962500', '191324.422500', '191324.882500', '191325.342500', '191325.802500', '191326.262500', '191326.722500', '191327.182500', '191327.642500', '191328.102500', '191328.562500', '191329.022500', '191329.482500', '191329.942500', '191330.402500', '191330.862500', '191331.322500', '191331.782500', '191332.242500', '191332.702500', '191333.162500', '191333.622500', '191334.082500', '191334.542500', '191335.002500', '191335.462500', '191335.922500', '191336.382500', '191336.842500', '191337.302500', '191337.762500', '191338.222500', '191338.682500', '191339.142500', '191339.602500', '191340.062500', '191340.522500', '191340.982500', '191341.442500', '191341.902500', '191342.362500', '191342.822500', '191343.282500', '191343.742500', '191344.202500', '191344.662500', '191345.122500', '191345.582500', '191346.042500', '191346.502500', '191346.962500', '191347.422500', '191347.882500', '191348.342500', '191348.802500', '191349.262500', '191349.722500', '191350.182500', '191350.642500', '191351.102500', '191351.562500', '191352.022500', '191352.482500', '191352.942500', '191353.402500', '191353.862500', '191354.322500', '191354.782500', '191355.242500', '191355.702500', '191356.162500', '191356.622500', '191357.082500', '191357.542500', '191358.002500', '191358.462500', '191358.922500', '191359.382500', '191359.842500', '191400.302500', '191400.762500', '191401.222500', '191401.682500', '191402.142500', '191402.602500', '191403.062500', '191403.522500', '191403.982500', '191404.442500', '191404.902500', '191405.362500', '191405.822500', '191406.282500', '191406.742500', '191407.202500', '191407.662500', '191408.122500', '191408.582500', '191409.042500', '191409.502500', '191409.962500', '191410.422500', '191410.882500', '191411.342500', '191411.802500', '191412.262500', '191412.722500', '191413.182500', '191413.642500', '191414.102500', '191414.562500', '191415.022500', '191415.482500', '191415.942500', '191416.402500', '191416.862500', '191417.322500', '191417.782500', '191418.242500', '191418.702500', '191419.162500', '191419.622500', '191420.082500', '191420.542500', '191421.002500', '191421.462500', '191421.922500', '191422.382500', '191422.842500', '191423.302500', '191423.762500', '191424.222500', '191424.682500', '191425.142500', '191425.602500', '191426.062500', '191426.522500', '191426.982500', '191427.442500', '191427.902500', '191428.362500', '191428.822500', '191429.282500', '191429.742500', '191430.202500', '191430.662500', '191431.122500', '191431.582500', '191432.042500', '191432.502500', '191432.962500', '191433.422500', '191433.882500', '191434.342500', '191434.802500', '191435.262500', '191435.722500', '191436.182500', '191436.642500', '191437.102500', '191437.562500', '191438.022500', '191438.482500', '191438.942500', '191439.402500', '191439.862500', '191440.322500', '191440.782500', '191441.242500', '191441.702500', '191442.162500', '191442.622500', '191443.082500', '191443.542500', '191444.002500', '191444.462500', '191444.922500', '191445.382500', '191445.842500', '191446.302500', '191446.762500', '191447.222500', '191447.682500', '191448.142500', '191448.602500', '191449.062500', '191449.522500', '191449.982500', '191450.442500', '191450.902500', '191451.362500', '191451.822500', '191452.282500', '191452.742500', '191453.202500', '191453.662500'], 'ContentTime': ['190833.083000', '190833.086000', '190833.089000', '190833.091000', '190833.094000', '190833.097000', '190833.099000', '190833.102000', '190833.104000', '190833.107000', '190833.110000', '190833.112000', '190833.115000', '190833.117000', '190833.120000', '190833.123000', '190833.125000', '190833.128000', '190833.136000', '190833.139000', '190833.142000', '190833.144000', '190833.147000', '190833.150000', '190833.152000', '190833.155000', '190833.157000', '190833.160000', '190833.163000', '190833.165000', '190833.168000', '190833.170000', '190833.173000', '190833.176000', '190833.178000', '190833.181000', '190833.183000', '190833.186000', '190833.189000', '190833.191000', '190833.194000', '190833.197000', '190853.029000', '190853.033000', '190853.035000', '190853.038000', '190853.040000', '190853.043000', '190853.045000', '190853.048000', '190853.051000', '190853.053000', '190853.056000', '190853.058000', '190853.061000', '190853.064000', '190853.066000', '190853.069000', '190853.071000', '190853.074000', '190853.076000', '190853.079000', '190853.082000', '190853.084000', '190853.087000', '190853.090000', '190853.092000', '190853.095000', '190853.098000', '190853.100000', '190853.103000', '190853.105000', '190853.108000', '190853.111000', '190853.113000', '190853.116000', '190853.118000', '190853.121000', '190853.123000', '190853.126000', '190853.129000', '190853.131000', '190853.134000', '190853.136000', '190853.139000', '190853.142000', '190913.030000', '190913.033000', '190913.035000', '190913.038000', '190913.040000', '190913.043000', '190913.045000', '190913.048000', '190913.051000', '190913.053000', '190913.056000', '190913.058000', '190913.061000', '190913.064000', '190913.066000', '190913.069000', '190913.071000', '190913.074000', '190913.077000', '190913.079000', '190913.082000', '190913.084000', '190913.087000', '190913.089000', '190913.092000', '190913.095000', '190913.097000', '190913.100000', '190913.102000', '190913.105000', '190913.108000', '190913.110000', '190913.113000', '190913.115000', '190913.118000', '190913.120000', '190913.123000', '190913.126000', '190913.128000', '190913.131000', '190913.133000', '190913.136000', '190913.139000', '190933.029000', '190933.032000', '190933.035000', '190933.038000', '190933.040000', '190933.043000', '190933.045000', '190933.048000', '190933.051000', '190933.053000', '190933.056000', '190933.059000', '190933.061000', '190933.064000', '190933.066000', '190933.069000', '190933.072000', '190933.074000', '190933.077000', '190933.079000', '190933.082000', '190933.085000', '190933.087000', '190933.090000', '190933.093000', '190933.095000', '190933.122000', '190933.125000', '190933.127000', '190933.130000', '190933.133000', '190933.135000', '190933.138000', '190933.140000', '190933.143000', '190933.146000', '190933.148000', '190933.151000', '190933.153000', '190933.156000', '190933.159000', '190933.161000', '190933.164000', '190933.176000', '190953.030000', '190953.032000', '190953.035000', '190953.037000', '190953.040000', '190953.043000', '190953.045000', '190953.048000', '190953.051000', '190953.053000', '190953.056000', '190953.059000', '190953.061000', '190953.064000', '190953.066000', '190953.069000', '190953.072000', '190953.074000', '190953.077000', '190953.079000', '190953.082000', '190953.085000', '190953.087000', '190953.090000', '190953.093000', '190953.095000', '190953.098000', '190953.100000', '190953.103000', '190953.106000', '190953.108000', '190953.111000', '190953.114000', '190953.116000', '190953.119000', '190953.121000', '190953.124000', '190953.126000', '190953.129000', '190953.132000', '190953.134000', '190953.137000', '190953.139000', '191013.029000', '191013.032000', '191013.035000', '191013.038000', '191013.040000', '191013.043000', '191013.046000', '191013.048000', '191013.051000', '191013.053000', '191013.056000', '191013.059000', '191013.061000', '191013.064000', '191013.066000', '191013.070000', '191013.074000', '191013.077000', '191013.079000', '191013.082000', '191013.084000', '191013.087000', '191013.090000', '191013.092000', '191013.095000', '191013.097000', '191013.100000', '191013.103000', '191013.105000', '191013.108000', '191013.110000', '191013.113000', '191013.115000', '191013.118000', '191013.121000', '191013.123000', '191013.126000', '191013.129000', '191013.131000', '191013.134000', '191013.136000', '191013.139000', '191013.142000', '191013.144000', '191033.029000', '191033.032000', '191033.035000', '191033.038000', '191033.040000', '191033.043000', '191033.045000', '191033.048000', '191033.051000', '191033.053000', '191033.056000', '191033.059000', '191033.061000', '191033.064000', '191033.066000', '191033.069000', '191033.072000', '191033.074000', '191033.077000', '191033.080000', '191033.082000', '191033.085000', '191033.088000', '191033.090000', '191033.093000', '191033.095000', '191033.098000', '191033.101000', '191033.103000', '191033.106000', '191033.108000', '191033.111000', '191033.114000', '191033.116000', '191033.119000', '191033.121000', '191033.124000', '191033.127000', '191033.129000', '191033.132000', '191033.134000', '191033.137000', '191033.140000', '191053.029000', '191053.032000', '191053.035000', '191053.038000', '191053.040000', '191053.043000', '191053.045000', '191053.048000', '191053.051000', '191053.053000', '191053.056000', '191053.059000', '191053.061000', '191053.064000', '191053.066000', '191053.069000', '191053.072000', '191053.074000', '191053.077000', '191053.079000', '191053.082000', '191053.085000', '191053.087000', '191053.090000', '191053.092000', '191053.095000', '191053.098000', '191053.100000', '191053.103000', '191053.105000', '191053.108000', '191053.111000', '191053.114000', '191053.117000', '191053.119000', '191053.122000', '191053.125000', '191053.128000', '191053.130000', '191053.133000', '191053.136000', '191053.138000', '191053.141000', '191113.028000', '191113.031000', '191113.034000', '191113.037000', '191113.039000', '191113.042000', '191113.045000', '191113.047000', '191113.050000', '191113.053000', '191113.055000', '191113.058000', '191113.060000', '191113.063000', '191113.066000', '191113.068000', '191113.071000', '191113.073000', '191113.076000', '191113.079000', '191113.081000', '191113.084000', '191113.123000', '191113.126000', '191113.129000', '191113.131000', '191113.134000', '191113.137000', '191113.139000', '191113.142000', '191113.144000', '191113.147000', '191113.150000', '191113.152000', '191113.155000', '191113.158000', '191113.160000', '191113.163000', '191113.165000', '191113.168000', '191113.171000', '191113.173000', '191113.176000', '191113.179000', '191133.029000', '191133.032000', '191133.035000', '191133.038000', '191133.040000', '191133.043000', '191133.046000', '191133.049000', '191133.052000', '191133.055000', '191133.058000', '191133.061000', '191133.063000', '191133.066000', '191133.068000', '191133.071000', '191133.074000', '191133.076000', '191133.079000', '191133.082000', '191133.084000', '191133.087000', '191133.089000', '191133.092000', '191133.095000', '191133.097000', '191133.100000', '191133.102000', '191133.105000', '191133.107000', '191133.111000', '191133.114000', '191133.117000', '191133.120000', '191133.122000', '191133.125000', '191133.127000', '191133.130000', '191133.133000', '191133.135000', '191133.138000', '191133.141000', '191133.143000', '191153.029000', '191153.032000', '191153.035000', '191153.038000', '191153.040000', '191153.043000', '191153.046000', '191153.048000', '191153.051000', '191153.053000', '191153.056000', '191153.059000', '191153.061000', '191153.064000', '191153.066000', '191153.069000', '191153.072000', '191153.074000', '191153.077000', '191153.080000', '191153.082000', '191153.085000', '191153.087000', '191153.090000', '191153.093000', '191153.095000', '191153.098000', '191153.101000', '191153.103000', '191153.106000', '191153.109000', '191153.111000', '191153.114000', '191153.116000', '191153.119000', '191153.122000', '191153.124000', '191153.127000', '191153.129000', '191153.132000', '191153.135000', '191153.137000', '191153.140000', '191153.143000', '191213.030000', '191213.032000', '191213.035000', '191213.038000', '191213.040000', '191213.043000', '191213.046000', '191213.048000', '191213.051000', '191213.054000', '191213.056000', '191213.059000', '191213.062000', '191213.064000', '191213.067000', '191213.069000', '191213.072000', '191213.075000', '191213.077000', '191213.080000', '191213.083000', '191213.085000', '191213.088000', '191213.090000', '191213.093000', '191213.096000', '191213.098000', '191213.101000', '191213.104000', '191213.106000', '191213.109000', '191213.112000', '191213.114000', '191213.117000', '191213.119000', '191213.122000', '191213.125000', '191213.127000', '191213.130000', '191213.132000', '191213.135000', '191213.138000', '191213.140000', '191233.029000', '191233.033000', '191233.035000', '191233.038000', '191233.040000', '191233.043000', '191233.046000', '191233.048000', '191233.051000', '191233.054000', '191233.056000', '191233.059000', '191233.061000', '191233.064000', '191233.067000', '191233.069000', '191233.072000', '191233.075000', '191233.077000', '191233.080000', '191233.083000', '191233.085000', '191233.088000', '191233.091000', '191233.093000', '191233.096000', '191233.098000', '191233.101000', '191233.104000', '191233.106000', '191233.109000', '191233.112000', '191233.114000', '191233.117000', '191233.119000', '191233.122000', '191233.125000', '191233.127000', '191233.130000', '191233.133000', '191233.135000', '191233.138000', '191233.140000', '191233.143000', '191253.030000', '191253.032000', '191253.035000', '191253.045000', '191253.048000', '191253.050000', '191253.053000', '191253.056000', '191253.059000', '191253.061000', '191253.064000', '191253.066000', '191253.069000', '191253.072000', '191253.074000', '191253.077000', '191253.079000', '191253.082000', '191253.085000', '191253.087000', '191253.090000', '191253.092000', '191253.096000', '191253.098000', '191253.101000', '191253.104000', '191253.107000', '191253.110000', '191253.112000', '191253.115000', '191253.117000', '191253.120000', '191253.123000', '191253.125000', '191253.128000', '191253.130000', '191253.133000', '191253.136000', '191253.138000', '191253.141000', '191253.143000', '191253.146000', '191253.150000', '191313.029000', '191313.032000', '191313.035000', '191313.037000', '191313.040000', '191313.043000', '191313.045000', '191313.048000', '191313.050000', '191313.053000', '191313.056000', '191313.058000', '191313.061000', '191313.063000', '191313.066000', '191313.069000', '191313.071000', '191313.074000', '191313.077000', '191313.079000', '191313.082000', '191313.084000', '191313.087000', '191313.090000', '191313.092000', '191313.095000', '191313.097000', '191313.100000', '191313.103000', '191313.105000', '191313.108000', '191313.111000', '191313.114000', '191313.117000', '191313.120000', '191313.122000', '191313.125000', '191313.128000', '191313.130000', '191313.133000', '191313.136000', '191313.138000', '191313.141000', '191313.143000', '191333.028000', '191333.031000', '191333.034000', '191333.037000', '191333.039000', '191333.042000', '191333.045000', '191333.047000', '191333.050000', '191333.052000', '191333.055000', '191333.058000', '191333.060000', '191333.063000', '191333.066000', '191333.068000', '191333.071000', '191333.073000', '191333.076000', '191333.079000', '191333.081000', '191333.084000', '191333.087000', '191333.089000', '191333.092000', '191333.094000', '191333.097000', '191333.100000', '191333.102000', '191333.105000', '191333.108000', '191333.110000', '191333.113000', '191333.115000', '191333.118000', '191333.121000', '191333.124000', '191333.127000', '191333.131000', '191333.133000', '191333.136000', '191333.139000', '191333.141000', '191353.030000', '191353.033000', '191353.035000', '191353.038000', '191353.040000', '191353.043000', '191353.046000', '191353.048000', '191353.051000', '191353.054000', '191353.056000', '191353.059000', '191353.061000', '191353.064000', '191353.067000', '191353.069000', '191353.072000', '191353.074000', '191353.077000', '191353.080000', '191353.082000', '191353.085000', '191353.087000', '191353.090000', '191353.093000', '191353.095000', '191353.098000', '191353.101000', '191353.103000', '191353.106000', '191353.109000', '191353.111000', '191353.114000', '191353.117000', '191353.119000', '191353.122000', '191353.124000', '191353.127000', '191353.130000', '191353.132000', '191353.135000', '191353.137000', '191353.140000', '191353.143000', '191413.030000', '191413.033000', '191413.035000', '191413.038000', '191413.040000', '191413.043000', '191413.046000', '191413.048000', '191413.051000', '191413.054000', '191413.056000', '191413.059000', '191413.061000', '191413.077000', '191413.084000', '191413.087000', '191413.089000', '191413.092000', '191413.095000', '191413.097000', '191413.100000', '191413.103000', '191413.105000', '191413.108000', '191413.110000', '191413.113000', '191413.116000', '191413.118000', '191413.121000', '191413.124000', '191413.126000', '191413.130000', '191413.133000', '191413.136000', '191413.139000', '191413.142000', '191413.145000', '191413.148000', '191413.150000', '191413.153000', '191413.156000', '191413.158000', '191413.161000', '191433.030000', '191433.032000', '191433.035000', '191433.038000', '191433.040000', '191433.043000', '191433.046000', '191433.048000', '191433.051000', '191433.053000', '191433.056000', '191433.059000', '191433.061000', '191433.064000', '191433.067000', '191433.069000', '191433.072000', '191433.075000', '191433.077000', '191433.080000', '191433.083000', '191433.085000', '191433.088000', '191433.091000', '191433.093000', '191433.096000', '191433.098000', '191433.101000', '191433.104000', '191433.106000', '191433.109000', '191433.112000', '191433.114000', '191433.117000', '191433.120000', '191433.122000', '191433.125000', '191433.127000', '191433.130000', '191433.133000', '191433.135000', '191433.138000', '191433.141000', '191433.143000', '191453.030000', '191453.032000', '191453.035000', '191453.038000', '191453.040000', '191453.043000', '191453.046000', '191453.048000', '191453.058000', '191453.060000', '191453.063000', '191453.066000', '191453.068000', '191453.071000', '191453.074000', '191453.076000', '191453.079000', '191453.082000', '191453.084000', '191453.087000', '191453.089000', '191453.092000', '191453.095000', '191453.097000', '191453.100000', '191453.102000', '191453.105000', '191453.108000', '191453.110000', '191453.113000', '191453.115000', '191453.118000', '191453.121000', '191453.123000', '191453.126000', '191453.128000', '191453.131000', '191453.134000', '191453.136000', '191453.139000', '191453.142000', '191453.144000', '191453.147000', '191454.524000', '191454.527000', '191454.530000', '191454.533000'], 'InstanceCreationTime': ['190833.083000', '190833.086000', '190833.089000', '190833.091000', '190833.094000', '190833.097000', '190833.099000', '190833.102000', '190833.104000', '190833.107000', '190833.110000', '190833.112000', '190833.115000', '190833.117000', '190833.120000', '190833.123000', '190833.125000', '190833.128000', '190833.136000', '190833.139000', '190833.142000', '190833.144000', '190833.147000', '190833.150000', '190833.152000', '190833.155000', '190833.157000', '190833.160000', '190833.163000', '190833.165000', '190833.168000', '190833.170000', '190833.173000', '190833.176000', '190833.178000', '190833.181000', '190833.183000', '190833.186000', '190833.189000', '190833.191000', '190833.194000', '190833.197000', '190853.029000', '190853.033000', '190853.035000', '190853.038000', '190853.040000', '190853.043000', '190853.045000', '190853.048000', '190853.051000', '190853.053000', '190853.056000', '190853.058000', '190853.061000', '190853.064000', '190853.066000', '190853.069000', '190853.071000', '190853.074000', '190853.076000', '190853.079000', '190853.082000', '190853.084000', '190853.087000', '190853.090000', '190853.092000', '190853.095000', '190853.098000', '190853.100000', '190853.103000', '190853.105000', '190853.108000', '190853.111000', '190853.113000', '190853.116000', '190853.118000', '190853.121000', '190853.123000', '190853.126000', '190853.129000', '190853.131000', '190853.134000', '190853.136000', '190853.139000', '190853.142000', '190913.030000', '190913.033000', '190913.035000', '190913.038000', '190913.040000', '190913.043000', '190913.045000', '190913.048000', '190913.051000', '190913.053000', '190913.056000', '190913.058000', '190913.061000', '190913.064000', '190913.066000', '190913.069000', '190913.071000', '190913.074000', '190913.077000', '190913.079000', '190913.082000', '190913.084000', '190913.087000', '190913.089000', '190913.092000', '190913.095000', '190913.097000', '190913.100000', '190913.102000', '190913.105000', '190913.108000', '190913.110000', '190913.113000', '190913.115000', '190913.118000', '190913.120000', '190913.123000', '190913.126000', '190913.128000', '190913.131000', '190913.133000', '190913.136000', '190913.139000', '190933.029000', '190933.032000', '190933.035000', '190933.038000', '190933.040000', '190933.043000', '190933.045000', '190933.048000', '190933.051000', '190933.053000', '190933.056000', '190933.059000', '190933.061000', '190933.064000', '190933.066000', '190933.069000', '190933.072000', '190933.074000', '190933.077000', '190933.079000', '190933.082000', '190933.085000', '190933.087000', '190933.090000', '190933.093000', '190933.095000', '190933.122000', '190933.125000', '190933.127000', '190933.130000', '190933.133000', '190933.135000', '190933.138000', '190933.140000', '190933.143000', '190933.146000', '190933.148000', '190933.151000', '190933.153000', '190933.156000', '190933.159000', '190933.161000', '190933.164000', '190933.176000', '190953.030000', '190953.032000', '190953.035000', '190953.037000', '190953.040000', '190953.043000', '190953.045000', '190953.048000', '190953.051000', '190953.053000', '190953.056000', '190953.059000', '190953.061000', '190953.064000', '190953.066000', '190953.069000', '190953.072000', '190953.074000', '190953.077000', '190953.079000', '190953.082000', '190953.085000', '190953.087000', '190953.090000', '190953.093000', '190953.095000', '190953.098000', '190953.100000', '190953.103000', '190953.106000', '190953.108000', '190953.111000', '190953.114000', '190953.116000', '190953.119000', '190953.121000', '190953.124000', '190953.126000', '190953.129000', '190953.132000', '190953.134000', '190953.137000', '190953.139000', '191013.029000', '191013.032000', '191013.035000', '191013.038000', '191013.040000', '191013.043000', '191013.046000', '191013.048000', '191013.051000', '191013.053000', '191013.056000', '191013.059000', '191013.061000', '191013.064000', '191013.066000', '191013.070000', '191013.074000', '191013.077000', '191013.079000', '191013.082000', '191013.084000', '191013.087000', '191013.090000', '191013.092000', '191013.095000', '191013.097000', '191013.100000', '191013.103000', '191013.105000', '191013.108000', '191013.110000', '191013.113000', '191013.115000', '191013.118000', '191013.121000', '191013.123000', '191013.126000', '191013.129000', '191013.131000', '191013.134000', '191013.136000', '191013.139000', '191013.142000', '191013.144000', '191033.029000', '191033.032000', '191033.035000', '191033.038000', '191033.040000', '191033.043000', '191033.045000', '191033.048000', '191033.051000', '191033.053000', '191033.056000', '191033.059000', '191033.061000', '191033.064000', '191033.066000', '191033.069000', '191033.072000', '191033.074000', '191033.077000', '191033.080000', '191033.082000', '191033.085000', '191033.088000', '191033.090000', '191033.093000', '191033.095000', '191033.098000', '191033.101000', '191033.103000', '191033.106000', '191033.108000', '191033.111000', '191033.114000', '191033.116000', '191033.119000', '191033.121000', '191033.124000', '191033.127000', '191033.129000', '191033.132000', '191033.134000', '191033.137000', '191033.140000', '191053.029000', '191053.032000', '191053.035000', '191053.038000', '191053.040000', '191053.043000', '191053.045000', '191053.048000', '191053.051000', '191053.053000', '191053.056000', '191053.059000', '191053.061000', '191053.064000', '191053.066000', '191053.069000', '191053.072000', '191053.074000', '191053.077000', '191053.079000', '191053.082000', '191053.085000', '191053.087000', '191053.090000', '191053.092000', '191053.095000', '191053.098000', '191053.100000', '191053.103000', '191053.105000', '191053.108000', '191053.111000', '191053.114000', '191053.117000', '191053.119000', '191053.122000', '191053.125000', '191053.128000', '191053.130000', '191053.133000', '191053.136000', '191053.138000', '191053.141000', '191113.028000', '191113.031000', '191113.034000', '191113.037000', '191113.039000', '191113.042000', '191113.045000', '191113.047000', '191113.050000', '191113.053000', '191113.055000', '191113.058000', '191113.060000', '191113.063000', '191113.066000', '191113.068000', '191113.071000', '191113.073000', '191113.076000', '191113.079000', '191113.081000', '191113.084000', '191113.123000', '191113.126000', '191113.129000', '191113.131000', '191113.134000', '191113.137000', '191113.139000', '191113.142000', '191113.144000', '191113.147000', '191113.150000', '191113.152000', '191113.155000', '191113.158000', '191113.160000', '191113.163000', '191113.165000', '191113.168000', '191113.171000', '191113.173000', '191113.176000', '191113.179000', '191133.029000', '191133.032000', '191133.035000', '191133.038000', '191133.040000', '191133.043000', '191133.046000', '191133.049000', '191133.052000', '191133.055000', '191133.058000', '191133.061000', '191133.063000', '191133.066000', '191133.068000', '191133.071000', '191133.074000', '191133.076000', '191133.079000', '191133.082000', '191133.084000', '191133.087000', '191133.089000', '191133.092000', '191133.095000', '191133.097000', '191133.100000', '191133.102000', '191133.105000', '191133.107000', '191133.111000', '191133.114000', '191133.117000', '191133.120000', '191133.122000', '191133.125000', '191133.127000', '191133.130000', '191133.133000', '191133.135000', '191133.138000', '191133.141000', '191133.143000', '191153.029000', '191153.032000', '191153.035000', '191153.038000', '191153.040000', '191153.043000', '191153.046000', '191153.048000', '191153.051000', '191153.053000', '191153.056000', '191153.059000', '191153.061000', '191153.064000', '191153.066000', '191153.069000', '191153.072000', '191153.074000', '191153.077000', '191153.080000', '191153.082000', '191153.085000', '191153.087000', '191153.090000', '191153.093000', '191153.095000', '191153.098000', '191153.101000', '191153.103000', '191153.106000', '191153.109000', '191153.111000', '191153.114000', '191153.116000', '191153.119000', '191153.122000', '191153.124000', '191153.127000', '191153.129000', '191153.132000', '191153.135000', '191153.137000', '191153.140000', '191153.143000', '191213.030000', '191213.032000', '191213.035000', '191213.038000', '191213.040000', '191213.043000', '191213.046000', '191213.048000', '191213.051000', '191213.054000', '191213.056000', '191213.059000', '191213.062000', '191213.064000', '191213.067000', '191213.069000', '191213.072000', '191213.075000', '191213.077000', '191213.080000', '191213.083000', '191213.085000', '191213.088000', '191213.090000', '191213.093000', '191213.096000', '191213.098000', '191213.101000', '191213.104000', '191213.106000', '191213.109000', '191213.112000', '191213.114000', '191213.117000', '191213.119000', '191213.122000', '191213.125000', '191213.127000', '191213.130000', '191213.132000', '191213.135000', '191213.138000', '191213.140000', '191233.029000', '191233.033000', '191233.035000', '191233.038000', '191233.040000', '191233.043000', '191233.046000', '191233.048000', '191233.051000', '191233.054000', '191233.056000', '191233.059000', '191233.061000', '191233.064000', '191233.067000', '191233.069000', '191233.072000', '191233.075000', '191233.077000', '191233.080000', '191233.083000', '191233.085000', '191233.088000', '191233.091000', '191233.093000', '191233.096000', '191233.098000', '191233.101000', '191233.104000', '191233.106000', '191233.109000', '191233.112000', '191233.114000', '191233.117000', '191233.119000', '191233.122000', '191233.125000', '191233.127000', '191233.130000', '191233.133000', '191233.135000', '191233.138000', '191233.140000', '191233.143000', '191253.030000', '191253.032000', '191253.035000', '191253.045000', '191253.048000', '191253.050000', '191253.053000', '191253.056000', '191253.059000', '191253.061000', '191253.064000', '191253.066000', '191253.069000', '191253.072000', '191253.074000', '191253.077000', '191253.079000', '191253.082000', '191253.085000', '191253.087000', '191253.090000', '191253.092000', '191253.096000', '191253.098000', '191253.101000', '191253.104000', '191253.107000', '191253.110000', '191253.112000', '191253.115000', '191253.117000', '191253.120000', '191253.123000', '191253.125000', '191253.128000', '191253.130000', '191253.133000', '191253.136000', '191253.138000', '191253.141000', '191253.143000', '191253.146000', '191253.150000', '191313.029000', '191313.032000', '191313.035000', '191313.037000', '191313.040000', '191313.043000', '191313.045000', '191313.048000', '191313.050000', '191313.053000', '191313.056000', '191313.058000', '191313.061000', '191313.063000', '191313.066000', '191313.069000', '191313.071000', '191313.074000', '191313.077000', '191313.079000', '191313.082000', '191313.084000', '191313.087000', '191313.090000', '191313.092000', '191313.095000', '191313.097000', '191313.100000', '191313.103000', '191313.105000', '191313.108000', '191313.111000', '191313.114000', '191313.117000', '191313.120000', '191313.122000', '191313.125000', '191313.128000', '191313.130000', '191313.133000', '191313.136000', '191313.138000', '191313.141000', '191313.143000', '191333.028000', '191333.031000', '191333.034000', '191333.037000', '191333.039000', '191333.042000', '191333.045000', '191333.047000', '191333.050000', '191333.052000', '191333.055000', '191333.058000', '191333.060000', '191333.063000', '191333.066000', '191333.068000', '191333.071000', '191333.073000', '191333.076000', '191333.079000', '191333.081000', '191333.084000', '191333.087000', '191333.089000', '191333.092000', '191333.094000', '191333.097000', '191333.100000', '191333.102000', '191333.105000', '191333.108000', '191333.110000', '191333.113000', '191333.115000', '191333.118000', '191333.121000', '191333.124000', '191333.127000', '191333.131000', '191333.133000', '191333.136000', '191333.139000', '191333.141000', '191353.030000', '191353.033000', '191353.035000', '191353.038000', '191353.040000', '191353.043000', '191353.046000', '191353.048000', '191353.051000', '191353.054000', '191353.056000', '191353.059000', '191353.061000', '191353.064000', '191353.067000', '191353.069000', '191353.072000', '191353.074000', '191353.077000', '191353.080000', '191353.082000', '191353.085000', '191353.087000', '191353.090000', '191353.093000', '191353.095000', '191353.098000', '191353.101000', '191353.103000', '191353.106000', '191353.109000', '191353.111000', '191353.114000', '191353.117000', '191353.119000', '191353.122000', '191353.124000', '191353.127000', '191353.130000', '191353.132000', '191353.135000', '191353.137000', '191353.140000', '191353.143000', '191413.030000', '191413.033000', '191413.035000', '191413.038000', '191413.040000', '191413.043000', '191413.046000', '191413.048000', '191413.051000', '191413.054000', '191413.056000', '191413.059000', '191413.061000', '191413.077000', '191413.084000', '191413.087000', '191413.089000', '191413.092000', '191413.095000', '191413.097000', '191413.100000', '191413.103000', '191413.105000', '191413.108000', '191413.110000', '191413.113000', '191413.116000', '191413.118000', '191413.121000', '191413.124000', '191413.126000', '191413.130000', '191413.133000', '191413.136000', '191413.139000', '191413.142000', '191413.145000', '191413.148000', '191413.150000', '191413.153000', '191413.156000', '191413.158000', '191413.161000', '191433.030000', '191433.032000', '191433.035000', '191433.038000', '191433.040000', '191433.043000', '191433.046000', '191433.048000', '191433.051000', '191433.053000', '191433.056000', '191433.059000', '191433.061000', '191433.064000', '191433.067000', '191433.069000', '191433.072000', '191433.075000', '191433.077000', '191433.080000', '191433.083000', '191433.085000', '191433.088000', '191433.091000', '191433.093000', '191433.096000', '191433.098000', '191433.101000', '191433.104000', '191433.106000', '191433.109000', '191433.112000', '191433.114000', '191433.117000', '191433.120000', '191433.122000', '191433.125000', '191433.127000', '191433.130000', '191433.133000', '191433.135000', '191433.138000', '191433.141000', '191433.143000', '191453.030000', '191453.032000', '191453.035000', '191453.038000', '191453.040000', '191453.043000', '191453.046000', '191453.048000', '191453.058000', '191453.060000', '191453.063000', '191453.066000', '191453.068000', '191453.071000', '191453.074000', '191453.076000', '191453.079000', '191453.082000', '191453.084000', '191453.087000', '191453.089000', '191453.092000', '191453.095000', '191453.097000', '191453.100000', '191453.102000', '191453.105000', '191453.108000', '191453.110000', '191453.113000', '191453.115000', '191453.118000', '191453.121000', '191453.123000', '191453.126000', '191453.128000', '191453.131000', '191453.134000', '191453.136000', '191453.139000', '191453.142000', '191453.144000', '191453.147000', '191454.524000', '191454.527000', '191454.530000', '191454.533000'], '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': [16133, 11464, 17609, 10795, 16162, 9896, 15192, 10291, 14737, 14465, 13335, 17558, 11504, 19112, 11500, 16229, 11193, 16075, 10657, 14896, 10015, 12198, 9188, 11956, 9716, 16818, 9993, 12559, 11154, 12119, 13178, 9401, 15097, 8843, 16342, 15145, 14157, 21206, 14185, 18316, 12719, 16155, 10696, 14326, 9271, 14649, 9780, 14075, 8355, 12834, 13314, 10429, 18681, 10458, 16746, 9739, 15103, 9180, 12925, 11415, 11749, 19770, 12253, 16375, 10010, 14328, 9487, 13753, 11369, 11859, 19251, 12116, 16203, 10891, 11969, 11690, 9957, 12929, 20252, 12801, 15940, 10801, 13415, 18849, 11835, 17292, 11480, 15656, 10092, 15458, 13315, 15098, 18644, 12958, 19765, 13503, 17967, 11654, 16193, 10164, 14221, 10201, 12471, 10185, 12446, 9857, 11663, 9396, 10708, 12353, 10160, 17183, 10623, 13298, 9633, 12517, 9738, 12051, 9519, 11628, 8857, 11483, 10725, 11010, 11308, 10172, 13692, 9559, 14393, 9875, 14348, 9103, 14104, 9354, 12883, 17411, 11082, 17570, 11246, 15840, 10583, 13924, 9498, 13825, 8676, 14776, 9470, 14807, 8844, 13502, 18206, 11293, 16835, 11006, 16949, 10677, 16736, 8959, 14628, 9206, 13588, 18039, 12461, 20170, 10927, 15909, 10709, 15526, 10128, 16648, 9706, 15943, 9500, 14928, 10334, 13146, 20251, 11599, 17376, 11053, 15448, 9265, 14113, 18028, 10735, 18031, 11659, 16596, 9803, 14327, 8721, 13860, 9359, 14076, 18607, 13325, 18579, 10678, 17183, 10875, 14683, 9172, 13919, 13714, 13188, 20709, 11539, 15952, 10102, 15037, 9384, 14802, 10600, 13324, 13712, 11650, 19286, 11559, 16608, 10577, 14376, 9580, 13342, 14014, 10756, 19581, 11694, 16698, 10218, 14057, 10099, 13428, 8918, 14270, 9652, 15906, 8874, 13070, 10781, 11893, 19610, 10592, 16373, 10605, 15060, 9395, 13502, 8608, 12487, 9941, 13348, 9850, 13219, 10925, 12270, 18608, 11188, 18008, 10867, 16479, 9698, 14350, 12712, 12730, 20153, 13067, 18988, 12117, 15659, 10735, 14207, 9591, 14257, 9692, 15994, 9526, 14003, 12173, 12781, 18193, 11454, 19110, 12480, 17593, 11304, 15484, 9791, 14229, 9669, 12501, 15517, 12720, 18080, 11448, 17922, 10324, 14684, 10135, 13476, 9838, 13679, 8697, 12604, 8618, 12087, 8118, 12825, 10836, 15632, 13060, 17950, 13002, 19647, 12198, 19104, 11792, 18243, 11352, 16263, 10541, 15294, 13683, 11314, 19126, 12129, 16160, 10422, 13592, 8996, 12648, 8357, 12052, 9654, 11358, 9787, 11288, 10347, 10797, 12423, 10354, 16347, 11155, 15925, 10455, 15307, 9629, 15554, 12765, 13951, 20683, 14089, 18551, 12023, 15894, 10622, 14839, 9190, 14912, 11196, 14804, 12864, 12348, 19454, 11333, 16140, 10461, 15820, 9016, 13624, 16812, 11300, 17886, 11410, 15732, 10483, 15789, 9359, 14544, 8802, 12901, 11801, 10700, 18507, 11919, 16866, 10241, 15280, 9508, 15103, 9261, 15528, 11449, 14982, 16130, 12242, 19687, 11766, 16473, 11094, 15601, 11154, 14848, 11296, 12826, 19084, 11390, 16015, 10597, 15578, 10359, 14811, 8574, 13091, 11241, 11340, 16537, 11617, 16739, 10115, 15082, 9247, 15847, 9370, 16166, 9241, 15002, 11527, 13638, 18976, 12683, 17869, 12077, 16026, 9787, 13956, 8974, 12920, 10643, 13211, 10962, 12306, 12885, 10793, 17061, 10521, 16833, 10325, 15842, 9334, 13429, 19045, 11110, 16464, 10389, 15393, 11393, 14004, 17030, 11475, 16809, 10740, 16016, 10046, 16036, 9230, 14686, 9447, 13224, 17646, 12236, 18205, 12452, 17353, 10185, 15245, 9147, 13119, 17004, 11262, 19110, 12239, 16707, 10468, 14391, 8978, 13012, 13146, 10268, 18261, 11594, 16217, 9909, 14043, 9006, 12182, 12853, 10955, 19186, 11990, 16249, 9480, 13781, 9443, 12340, 19650, 11080, 16116, 10759, 14962, 9591, 13593, 9377, 12171, 15592, 11489, 17946, 11867, 15896, 9861, 14196, 9998, 13350, 9043, 13209, 10252, 13596, 9239, 13667, 10773, 13304, 18660, 13617, 20689, 13275, 17010, 11290, 15875, 10193, 14759, 10340, 14538, 11321, 14059, 10026, 13032, 14124, 11273, 18821, 11920, 17021, 10523, 15359, 9765, 13605, 12796, 11621, 19914, 12093, 16645, 10264, 14573, 9334, 12232, 16515, 10040, 16903, 10841, 15824, 9693, 13877, 9174, 13853, 8918, 13624, 14248, 12467, 13613, 10484, 16222, 11181, 16306, 11308, 17398, 10568, 16145, 10122, 15769, 9306, 15252, 13722, 14411, 17154, 12360, 18959, 11681, 15768, 9985, 14924, 9932, 14015, 11098, 11918, 18334, 10924, 15490, 9742, 14836, 9155, 14873, 11606, 12651, 19596, 11348, 15914, 10434, 15230, 10061, 15190, 9154, 13620, 10719, 11789, 19538, 11436, 17486, 11303, 15793, 9990, 13717, 10078, 12160, 19296, 11746, 18551, 11476, 15843, 9968, 13767, 9970, 13197, 9879, 12288, 13129, 12449, 11277, 11570, 14891, 11275, 19770, 12442, 18076, 11237, 16452, 10140, 14224, 9452, 13979, 13095, 12191, 18311, 10910, 17857, 10798, 16692, 10587, 14980, 8851, 13380, 9178, 13191, 9831, 12534, 9559, 11701, 9676, 11111, 12789, 10969, 17217, 12369, 16749, 10320, 15188, 9321, 15015, 9373, 13799, 13491, 11500, 17923, 10963, 15582, 10288, 15240, 9300, 12652, 10853, 10537, 16210, 11349, 16620, 10212, 14081, 9949, 13239, 11263, 11373, 17401, 12381, 16985, 10187, 14722, 9288, 14992, 9185, 15153, 13058, 14045, 18950, 11670, 16335, 9998, 15841, 9716, 16680, 12806, 15184, 11684, 14868, 11585, 13699, 20164, 12175, 17452, 11752, 17560, 15152, 13118, 16000, 12772, 14468, 16380, 11644, 15538, 21289, 15291, 18207, 12285, 15500, 13947, 11973, 19582, 12408, 16600, 11108, 15023, 9291, 10508, 11207, 16849, 12228, 16901, 13789, 15303, 17950, 12106, 17083, 11221, 15493, 12081, 14037, 17088, 11560, 17505, 11158, 15163, 9981, 13477, 9757, 11702, 9482, 10917, 9453, 11038, 9614, 11128, 9352, 11026, 10278, 10034, 12175, 9650, 14019, 10711, 13959, 9755, 13889, 9872, 14344, 9686, 13577, 10067, 13402, 16098, 10823, 18031, 10981, 15190, 9300, 14480, 9147, 14398, 8691, 13111, 8669, 13069, 10331, 12153, 17611, 12058, 16502, 10577, 15549, 9946, 16219, 9917, 16836, 9620, 14060, 12526, 12463, 19899, 12139, 17360, 12414, 16583, 10231, 14367, 8732, 13425, 9909, 12234, 17506, 11824, 19308, 10740, 15296, 9421, 13613, 14802, 11717, 19691, 11986, 16000, 9424, 13371, 10076, 11610, 19072, 11156, 16930, 9754, 13937, 8977, 12750, 12657, 10552, 17679, 10993, 16713, 10710, 16083], 'WindowCenter': [4600.0, 4546.0, 4583.0, 4531.0, 4558.0, 4507.0, 4546.0, 4504.0, 4546.0, 4534.0, 4525.0, 4552.0, 4513.0, 4554.0, 4512.0, 4542.0, 4502.0, 4542.0, 4502.0, 4543.0, 4504.0, 4537.0, 4520.0, 4538.0, 4509.0, 4566.0, 4519.0, 4537.0, 4530.0, 4540.0, 4550.0, 4509.0, 4559.0, 4496.0, 4557.0, 4545.0, 4537.0, 4567.0, 4536.0, 4555.0, 4522.0, 4532.0, 4492.0, 4521.0, 4481.0, 4520.0, 4481.0, 4523.0, 4472.0, 4524.0, 4533.0, 4504.0, 4552.0, 4503.0, 4542.0, 4493.0, 4532.0, 4482.0, 4524.0, 4512.0, 4513.0, 4564.0, 4524.0, 4544.0, 4494.0, 4535.0, 4493.0, 4534.0, 4514.0, 4526.0, 4564.0, 4526.0, 4529.0, 4491.0, 4502.0, 4514.0, 4505.0, 4552.0, 4591.0, 4551.0, 4559.0, 4515.0, 4537.0, 4566.0, 4526.0, 4555.0, 4513.0, 4533.0, 4490.0, 4519.0, 4507.0, 4516.0, 4527.0, 4496.0, 4525.0, 4483.0, 4501.0, 4471.0, 4500.0, 4447.0, 4477.0, 4447.0, 4468.0, 4448.0, 4468.0, 4448.0, 4470.0, 4450.0, 4460.0, 4479.0, 4460.0, 4510.0, 4470.0, 4492.0, 4463.0, 4483.0, 4462.0, 4484.0, 4464.0, 4486.0, 4455.0, 4487.0, 4486.0, 4487.0, 4496.0, 4490.0, 4520.0, 4492.0, 4532.0, 4493.0, 4532.0, 4483.0, 4535.0, 4492.0, 4526.0, 4543.0, 4514.0, 4553.0, 4513.0, 4544.0, 4505.0, 4534.0, 4505.0, 4535.0, 4486.0, 4547.0, 4507.0, 4548.0, 4496.0, 4547.0, 4566.0, 4528.0, 4555.0, 4516.0, 4568.0, 4518.0, 4557.0, 4497.0, 4548.0, 4496.0, 4538.0, 4565.0, 4538.0, 4567.0, 4515.0, 4546.0, 4518.0, 4557.0, 4507.0, 4557.0, 4508.0, 4557.0, 4509.0, 4559.0, 4518.0, 4539.0, 4577.0, 4528.0, 4558.0, 4518.0, 4549.0, 4494.0, 4546.0, 4565.0, 4517.0, 4556.0, 4527.0, 4556.0, 4507.0, 4547.0, 4497.0, 4548.0, 4507.0, 4560.0, 4579.0, 4549.0, 4581.0, 4530.0, 4567.0, 4517.0, 4547.0, 4495.0, 4548.0, 4536.0, 4538.0, 4578.0, 4528.0, 4557.0, 4506.0, 4544.0, 4494.0, 4546.0, 4504.0, 4536.0, 4534.0, 4515.0, 4564.0, 4515.0, 4555.0, 4504.0, 4534.0, 4493.0, 4523.0, 4532.0, 4504.0, 4553.0, 4512.0, 4543.0, 4492.0, 4533.0, 4503.0, 4522.0, 4484.0, 4533.0, 4494.0, 4544.0, 4485.0, 4525.0, 4504.0, 4515.0, 4565.0, 4505.0, 4546.0, 4505.0, 4546.0, 4495.0, 4536.0, 4484.0, 4536.0, 4506.0, 4536.0, 4507.0, 4538.0, 4526.0, 4539.0, 4577.0, 4530.0, 4570.0, 4519.0, 4561.0, 4508.0, 4549.0, 4536.0, 4536.0, 4566.0, 4536.0, 4567.0, 4527.0, 4546.0, 4516.0, 4535.0, 4496.0, 4545.0, 4497.0, 4558.0, 4496.0, 4538.0, 4526.0, 4537.0, 4566.0, 4515.0, 4566.0, 4527.0, 4555.0, 4516.0, 4544.0, 4495.0, 4534.0, 4482.0, 4526.0, 4532.0, 4524.0, 4553.0, 4514.0, 4552.0, 4493.0, 4533.0, 4493.0, 4522.0, 4493.0, 4536.0, 4484.0, 4524.0, 4485.0, 4540.0, 4489.0, 4537.0, 4529.0, 4557.0, 4549.0, 4579.0, 4551.0, 4591.0, 4540.0, 4580.0, 4528.0, 4570.0, 4517.0, 4546.0, 4503.0, 4544.0, 4534.0, 4504.0, 4552.0, 4511.0, 4542.0, 4501.0, 4521.0, 4470.0, 4512.0, 4472.0, 4514.0, 4493.0, 4515.0, 4495.0, 4517.0, 4506.0, 4518.0, 4538.0, 4519.0, 4559.0, 4530.0, 4560.0, 4519.0, 4559.0, 4508.0, 4560.0, 4536.0, 4548.0, 4566.0, 4537.0, 4556.0, 4527.0, 4557.0, 4506.0, 4546.0, 4496.0, 4547.0, 4514.0, 4546.0, 4536.0, 4525.0, 4565.0, 4517.0, 4557.0, 4515.0, 4557.0, 4485.0, 4537.0, 4555.0, 4516.0, 4556.0, 4515.0, 4546.0, 4504.0, 4546.0, 4495.0, 4545.0, 4484.0, 4537.0, 4526.0, 4516.0, 4566.0, 4528.0, 4558.0, 4507.0, 4556.0, 4507.0, 4548.0, 4508.0, 4559.0, 4528.0, 4560.0, 4559.0, 4528.0, 4568.0, 4527.0, 4557.0, 4516.0, 4545.0, 4514.0, 4545.0, 4514.0, 4525.0, 4555.0, 4513.0, 4543.0, 4504.0, 4544.0, 4504.0, 4535.0, 4483.0, 4535.0, 4513.0, 4516.0, 4556.0, 4528.0, 4557.0, 4518.0, 4556.0, 4508.0, 4556.0, 4497.0, 4558.0, 4497.0, 4558.0, 4526.0, 4537.0, 4566.0, 4537.0, 4556.0, 4526.0, 4555.0, 4505.0, 4535.0, 4494.0, 4535.0, 4505.0, 4537.0, 4516.0, 4538.0, 4537.0, 4529.0, 4568.0, 4519.0, 4568.0, 4519.0, 4560.0, 4497.0, 4549.0, 4568.0, 4517.0, 4557.0, 4505.0, 4546.0, 4514.0, 4534.0, 4555.0, 4515.0, 4555.0, 4516.0, 4556.0, 4495.0, 4546.0, 4494.0, 4546.0, 4493.0, 4536.0, 4555.0, 4525.0, 4555.0, 4525.0, 4554.0, 4505.0, 4545.0, 4484.0, 4525.0, 4544.0, 4515.0, 4555.0, 4513.0, 4544.0, 4504.0, 4534.0, 4483.0, 4525.0, 4523.0, 4504.0, 4554.0, 4515.0, 4544.0, 4495.0, 4535.0, 4484.0, 4525.0, 4522.0, 4514.0, 4565.0, 4514.0, 4555.0, 4495.0, 4534.0, 4494.0, 4526.0, 4565.0, 4515.0, 4545.0, 4502.0, 4545.0, 4494.0, 4534.0, 4492.0, 4525.0, 4543.0, 4515.0, 4554.0, 4525.0, 4545.0, 4505.0, 4534.0, 4505.0, 4536.0, 4494.0, 4536.0, 4507.0, 4548.0, 4498.0, 4548.0, 4528.0, 4550.0, 4569.0, 4549.0, 4579.0, 4538.0, 4557.0, 4515.0, 4546.0, 4506.0, 4536.0, 4504.0, 4536.0, 4514.0, 4536.0, 4494.0, 4535.0, 4535.0, 4515.0, 4565.0, 4526.0, 4555.0, 4505.0, 4546.0, 4495.0, 4536.0, 4522.0, 4514.0, 4554.0, 4514.0, 4544.0, 4504.0, 4535.0, 4483.0, 4525.0, 4554.0, 4495.0, 4555.0, 4516.0, 4544.0, 4496.0, 4535.0, 4496.0, 4546.0, 4484.0, 4547.0, 4547.0, 4538.0, 4547.0, 4518.0, 4558.0, 4529.0, 4557.0, 4529.0, 4568.0, 4530.0, 4559.0, 4519.0, 4558.0, 4498.0, 4559.0, 4536.0, 4548.0, 4557.0, 4526.0, 4556.0, 4515.0, 4545.0, 4494.0, 4545.0, 4494.0, 4536.0, 4514.0, 4526.0, 4555.0, 4515.0, 4544.0, 4495.0, 4546.0, 4495.0, 4547.0, 4515.0, 4525.0, 4566.0, 4515.0, 4545.0, 4504.0, 4545.0, 4494.0, 4545.0, 4494.0, 4536.0, 4505.0, 4525.0, 4566.0, 4515.0, 4556.0, 4516.0, 4547.0, 4506.0, 4535.0, 4494.0, 4526.0, 4563.0, 4525.0, 4556.0, 4515.0, 4544.0, 4504.0, 4535.0, 4494.0, 4536.0, 4494.0, 4527.0, 4535.0, 4527.0, 4516.0, 4526.0, 4557.0, 4527.0, 4567.0, 4527.0, 4557.0, 4515.0, 4555.0, 4505.0, 4535.0, 4483.0, 4535.0, 4523.0, 4513.0, 4553.0, 4502.0, 4542.0, 4502.0, 4542.0, 4492.0, 4532.0, 4472.0, 4522.0, 4482.0, 4523.0, 4492.0, 4524.0, 4494.0, 4515.0, 4494.0, 4516.0, 4535.0, 4517.0, 4557.0, 4538.0, 4557.0, 4508.0, 4547.0, 4497.0, 4547.0, 4495.0, 4538.0, 4534.0, 4515.0, 4556.0, 4516.0, 4545.0, 4503.0, 4556.0, 4493.0, 4536.0, 4514.0, 4515.0, 4554.0, 4527.0, 4558.0, 4518.0, 4546.0, 4506.0, 4548.0, 4517.0, 4527.0, 4566.0, 4539.0, 4557.0, 4517.0, 4558.0, 4508.0, 4559.0, 4498.0, 4558.0, 4538.0, 4549.0, 4579.0, 4529.0, 4558.0, 4507.0, 4559.0, 4497.0, 4559.0, 4538.0, 4547.0, 4526.0, 4559.0, 4528.0, 4549.0, 4567.0, 4540.0, 4558.0, 4513.0, 4557.0, 4547.0, 4524.0, 4531.0, 4513.0, 4509.0, 4530.0, 4502.0, 4558.0, 4578.0, 4543.0, 4543.0, 4500.0, 4532.0, 4520.0, 4498.0, 4539.0, 4496.0, 4517.0, 4475.0, 4504.0, 4468.0, 4477.0, 4473.0, 4514.0, 4483.0, 4502.0, 4491.0, 4502.0, 4513.0, 4471.0, 4501.0, 4457.0, 4488.0, 4457.0, 4477.0, 4487.0, 4458.0, 4498.0, 4458.0, 4488.0, 4447.0, 4478.0, 4439.0, 4469.0, 4450.0, 4460.0, 4463.0, 4475.0, 4466.0, 4486.0, 4466.0, 4486.0, 4476.0, 4479.0, 4510.0, 4482.0, 4532.0, 4505.0, 4535.0, 4495.0, 4534.0, 4494.0, 4533.0, 4494.0, 4536.0, 4504.0, 4535.0, 4555.0, 4517.0, 4555.0, 4505.0, 4545.0, 4495.0, 4535.0, 4483.0, 4536.0, 4485.0, 4536.0, 4485.0, 4537.0, 4506.0, 4538.0, 4567.0, 4540.0, 4569.0, 4518.0, 4559.0, 4508.0, 4558.0, 4508.0, 4559.0, 4508.0, 4548.0, 4537.0, 4537.0, 4568.0, 4527.0, 4557.0, 4525.0, 4557.0, 4506.0, 4547.0, 4486.0, 4537.0, 4503.0, 4528.0, 4567.0, 4529.0, 4579.0, 4518.0, 4548.0, 4497.0, 4536.0, 4545.0, 4515.0, 4565.0, 4516.0, 4544.0, 4485.0, 4536.0, 4494.0, 4516.0, 4566.0, 4516.0, 4556.0, 4496.0, 4536.0, 4496.0, 4538.0, 4535.0, 4518.0, 4567.0, 4518.0, 4556.0, 4518.0, 4558.0], 'WindowWidth': [10073.0, 9986.0, 10033.0, 9954.0, 9991.0, 9914.0, 9968.0, 9905.0, 9966.0, 9944.0, 9935.0, 9970.0, 9915.0, 9976.0, 9913.0, 9952.0, 9898.0, 9955.0, 9898.0, 9956.0, 9906.0, 9954.0, 9940.0, 9957.0, 9921.0, 9995.0, 9934.0, 9955.0, 9948.0, 9963.0, 9979.0, 9918.0, 9990.0, 9897.0, 9986.0, 9961.0, 9955.0, 10000.0, 9951.0, 9978.0, 9925.0, 9942.0, 9883.0, 9925.0, 9866.0, 9921.0, 9866.0, 9927.0, 9856.0, 9932.0, 9941.0, 9904.0, 9968.0, 9901.0, 9955.0, 9887.0, 9941.0, 9870.0, 9931.0, 9913.0, 9916.0, 9988.0, 9932.0, 9961.0, 9891.0, 9947.0, 9889.0, 9946.0, 9916.0, 9939.0, 9991.0, 9938.0, 9927.0, 9877.0, 9892.0, 9916.0, 9908.0, 9985.0, 10040.0, 9981.0, 9990.0, 9921.0, 9958.0, 9994.0, 9935.0, 9978.0, 9915.0, 9943.0, 9876.0, 9920.0, 9894.0, 9907.0, 9925.0, 9876.0, 9924.0, 9855.0, 9882.0, 9833.0, 9875.0, 9798.0, 9838.0, 9795.0, 9826.0, 9796.0, 9828.0, 9799.0, 9832.0, 9804.0, 9819.0, 9845.0, 9819.0, 9891.0, 9835.0, 9867.0, 9828.0, 9857.0, 9826.0, 9859.0, 9831.0, 9865.0, 9823.0, 9868.0, 9866.0, 9870.0, 9882.0, 9877.0, 9920.0, 9884.0, 9938.0, 9889.0, 9942.0, 9875.0, 9947.0, 9886.0, 9936.0, 9957.0, 9916.0, 9970.0, 9914.0, 9958.0, 9905.0, 9945.0, 9907.0, 9949.0, 9885.0, 9970.0, 9912.0, 9972.0, 9898.0, 9971.0, 9994.0, 9942.0, 9980.0, 9926.0, 9998.0, 9930.0, 9984.0, 9901.0, 9970.0, 9896.0, 9959.0, 9991.0, 9955.0, 9999.0, 9923.0, 9965.0, 9931.0, 9985.0, 9914.0, 9984.0, 9915.0, 9985.0, 9921.0, 9990.0, 9930.0, 9961.0, 10013.0, 9944.0, 9987.0, 9927.0, 9973.0, 9892.0, 9966.0, 9991.0, 9925.0, 9980.0, 9939.0, 9981.0, 9914.0, 9968.0, 9901.0, 9973.0, 9913.0, 9994.0, 10015.0, 9976.0, 10024.0, 9949.0, 9998.0, 9926.0, 9968.0, 9893.0, 9972.0, 9951.0, 9956.0, 10015.0, 9942.0, 9984.0, 9909.0, 9963.0, 9892.0, 9966.0, 9904.0, 9950.0, 9946.0, 9922.0, 9992.0, 9921.0, 9977.0, 9903.0, 9947.0, 9886.0, 9929.0, 9940.0, 9903.0, 9972.0, 9914.0, 9956.0, 9886.0, 9942.0, 9901.0, 9928.0, 9877.0, 9945.0, 9890.0, 9959.0, 9878.0, 9935.0, 9902.0, 9922.0, 9990.0, 9908.0, 9964.0, 9908.0, 9964.0, 9895.0, 9952.0, 9879.0, 9953.0, 9909.0, 9954.0, 9913.0, 9959.0, 9941.0, 9961.0, 10013.0, 9950.0, 10005.0, 9932.0, 9995.0, 9915.0, 9976.0, 9952.0, 9954.0, 9997.0, 9952.0, 10000.0, 9941.0, 9967.0, 9924.0, 9951.0, 9897.0, 9965.0, 9898.0, 9985.0, 9897.0, 9956.0, 9936.0, 9954.0, 9993.0, 9922.0, 9995.0, 9939.0, 9978.0, 9921.0, 9961.0, 9891.0, 9946.0, 9871.0, 9938.0, 9940.0, 9930.0, 9972.0, 9916.0, 9972.0, 9886.0, 9942.0, 9886.0, 9928.0, 9887.0, 9951.0, 9877.0, 9934.0, 9880.0, 9964.0, 9893.0, 9956.0, 9946.0, 9985.0, 9973.0, 10020.0, 9981.0, 10037.0, 9965.0, 10022.0, 9944.0, 10008.0, 9924.0, 9967.0, 9899.0, 9960.0, 9942.0, 9903.0, 9971.0, 9909.0, 9953.0, 9895.0, 9922.0, 9852.0, 9911.0, 9857.0, 9918.0, 9887.0, 9922.0, 9894.0, 9926.0, 9911.0, 9929.0, 9958.0, 9935.0, 9989.0, 9949.0, 9991.0, 9933.0, 9989.0, 9916.0, 9990.0, 9951.0, 9970.0, 9998.0, 9954.0, 9982.0, 9941.0, 9982.0, 9909.0, 9967.0, 9897.0, 9968.0, 9919.0, 9968.0, 9950.0, 9937.0, 9994.0, 9926.0, 9982.0, 9921.0, 9983.0, 9879.0, 9955.0, 9976.0, 9922.0, 9980.0, 9922.0, 9964.0, 9905.0, 9966.0, 9894.0, 9964.0, 9878.0, 9955.0, 9939.0, 9925.0, 9995.0, 9942.0, 9985.0, 9915.0, 9982.0, 9914.0, 9973.0, 9917.0, 9989.0, 9941.0, 9991.0, 9988.0, 9944.0, 10001.0, 9939.0, 9985.0, 9924.0, 9965.0, 9917.0, 9963.0, 9917.0, 9935.0, 9978.0, 9916.0, 9958.0, 9905.0, 9960.0, 9902.0, 9948.0, 9874.0, 9948.0, 9917.0, 9922.0, 9979.0, 9943.0, 9982.0, 9928.0, 9981.0, 9918.0, 9982.0, 9900.0, 9987.0, 9899.0, 9986.0, 9937.0, 9954.0, 9998.0, 9952.0, 9980.0, 9936.0, 9977.0, 9907.0, 9949.0, 9892.0, 9949.0, 9906.0, 9956.0, 9926.0, 9958.0, 9957.0, 9946.0, 10001.0, 9934.0, 10000.0, 9931.0, 9991.0, 9900.0, 9974.0, 10001.0, 9927.0, 9983.0, 9906.0, 9966.0, 9916.0, 9947.0, 9977.0, 9919.0, 9975.0, 9923.0, 9981.0, 9892.0, 9965.0, 9891.0, 9965.0, 9889.0, 9951.0, 9978.0, 9935.0, 9979.0, 9934.0, 9976.0, 9904.0, 9962.0, 9876.0, 9935.0, 9959.0, 9921.0, 9978.0, 9914.0, 9961.0, 9903.0, 9947.0, 9873.0, 9934.0, 9929.0, 9904.0, 9974.0, 9920.0, 9961.0, 9892.0, 9948.0, 9875.0, 9935.0, 9928.0, 9920.0, 9993.0, 9921.0, 9978.0, 9893.0, 9948.0, 9891.0, 9938.0, 9994.0, 9920.0, 9962.0, 9900.0, 9961.0, 9889.0, 9946.0, 9884.0, 9933.0, 9957.0, 9920.0, 9975.0, 9935.0, 9962.0, 9908.0, 9947.0, 9906.0, 9951.0, 9891.0, 9953.0, 9912.0, 9972.0, 9902.0, 9974.0, 9944.0, 9977.0, 10003.0, 9974.0, 10020.0, 9957.0, 9985.0, 9922.0, 9967.0, 9908.0, 9952.0, 9903.0, 9951.0, 9917.0, 9950.0, 9891.0, 9949.0, 9947.0, 9922.0, 9992.0, 9936.0, 9978.0, 9907.0, 9966.0, 9891.0, 9951.0, 9926.0, 9918.0, 9976.0, 9917.0, 9960.0, 9904.0, 9947.0, 9873.0, 9934.0, 9972.0, 9893.0, 9975.0, 9922.0, 9961.0, 9896.0, 9950.0, 9896.0, 9966.0, 9879.0, 9969.0, 9967.0, 9958.0, 9968.0, 9930.0, 9986.0, 9946.0, 9984.0, 9945.0, 10001.0, 9950.0, 9988.0, 9932.0, 9988.0, 9902.0, 9987.0, 9950.0, 9969.0, 9982.0, 9937.0, 9982.0, 9919.0, 9961.0, 9891.0, 9963.0, 9888.0, 9950.0, 9919.0, 9936.0, 9980.0, 9921.0, 9962.0, 9895.0, 9966.0, 9893.0, 9967.0, 9920.0, 9934.0, 9995.0, 9920.0, 9962.0, 9904.0, 9961.0, 9890.0, 9964.0, 9890.0, 9952.0, 9906.0, 9935.0, 9994.0, 9922.0, 9981.0, 9923.0, 9968.0, 9907.0, 9950.0, 9891.0, 9936.0, 9988.0, 9934.0, 9981.0, 9921.0, 9962.0, 9904.0, 9948.0, 9890.0, 9950.0, 9890.0, 9940.0, 9948.0, 9940.0, 9924.0, 9938.0, 9981.0, 9941.0, 9997.0, 9941.0, 9983.0, 9922.0, 9979.0, 9906.0, 9950.0, 9874.0, 9948.0, 9927.0, 9916.0, 9971.0, 9897.0, 9955.0, 9896.0, 9954.0, 9882.0, 9939.0, 9856.0, 9926.0, 9870.0, 9931.0, 9884.0, 9931.0, 9889.0, 9921.0, 9892.0, 9923.0, 9949.0, 9926.0, 9983.0, 9955.0, 9983.0, 9915.0, 9969.0, 9898.0, 9967.0, 9890.0, 9956.0, 9945.0, 9920.0, 9980.0, 9923.0, 9962.0, 9901.0, 9981.0, 9888.0, 9950.0, 9919.0, 9921.0, 9976.0, 9938.0, 9984.0, 9929.0, 9967.0, 9910.0, 9972.0, 9925.0, 9942.0, 9997.0, 9958.0, 9983.0, 9929.0, 9986.0, 9917.0, 9989.0, 9902.0, 9987.0, 9955.0, 9974.0, 10020.0, 9946.0, 9985.0, 9914.0, 9989.0, 9898.0, 9989.0, 9956.0, 9969.0, 9934.0, 9988.0, 9943.0, 9976.0, 9998.0, 9963.0, 9989.0, 9912.0, 9985.0, 9967.0, 9932.0, 9935.0, 9910.0, 9895.0, 9931.0, 9896.0, 9986.0, 10018.0, 9957.0, 9959.0, 9889.0, 9939.0, 9918.0, 9886.0, 9946.0, 9877.0, 9911.0, 9846.0, 9886.0, 9841.0, 9853.0, 9839.0, 9900.0, 9854.0, 9882.0, 9863.0, 9876.0, 9896.0, 9833.0, 9877.0, 9807.0, 9855.0, 9807.0, 9837.0, 9851.0, 9809.0, 9871.0, 9810.0, 9856.0, 9797.0, 9839.0, 9786.0, 9828.0, 9805.0, 9819.0, 9828.0, 9847.0, 9836.0, 9864.0, 9834.0, 9866.0, 9852.0, 9861.0, 9903.0, 9870.0, 9938.0, 9905.0, 9948.0, 9893.0, 9945.0, 9889.0, 9943.0, 9889.0, 9949.0, 9903.0, 9947.0, 9976.0, 9924.0, 9975.0, 9904.0, 9960.0, 9891.0, 9949.0, 9875.0, 9949.0, 9878.0, 9951.0, 9880.0, 9955.0, 9910.0, 9957.0, 9996.0, 9960.0, 10002.0, 9929.0, 9986.0, 9916.0, 9985.0, 9915.0, 9989.0, 9915.0, 9970.0, 9950.0, 9954.0, 9999.0, 9939.0, 9981.0, 9934.0, 9981.0, 9909.0, 9967.0, 9886.0, 9955.0, 9904.0, 9943.0, 9995.0, 9944.0, 10016.0, 9929.0, 9972.0, 9897.0, 9953.0, 9962.0, 9920.0, 9991.0, 9921.0, 9961.0, 9879.0, 9950.0, 9889.0, 9923.0, 9993.0, 9923.0, 9978.0, 9897.0, 9952.0, 9895.0, 9955.0, 9947.0, 9927.0, 9995.0, 9928.0, 9980.0, 9930.0, 9985.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.0015611926605504586</td></tr>
<tr><td colspan=3>aqi</td><td>0.019898669610091745</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.65405138539614</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3038156421010336</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0227847151894383</td></tr>
<tr><td colspan=3>efc</td><td>0.4991</td></tr>
<tr><td colspan=3>fber</td><td>4867.2368</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07304535095488333</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>27</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.096330275229358</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.670526838130866</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5858923019838866</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.971825292782527</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.453862919626184</td></tr>
<tr><td colspan=3>gcor</td><td>0.0244237</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011221976950764656</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.038169991225004196</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</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.882407200733294</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>20.6792</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.417</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>204.6609</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292191.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>951.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>382.3878</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5915</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>577.1369</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3640.2451</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3851.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84353.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1259.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4783.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>991.9045</td></tr>
<tr><td colspan=3>tsnr</td><td>40.716408299747854</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>