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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0116_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-0116/figures/sub-0116_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0116/figures/sub-0116_ses-01_task-social_acq-mb8_run-02_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-0116/figures/sub-0116_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0116/figures/sub-0116_ses-01_task-social_acq-mb8_run-02_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-0116/ses-01/func/sub-0116_ses-01_task-social_acq-mb8_run-02_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>79c7ff9d7f4b64c407f80899c6b99736</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>18:02:51.900000</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.997685, -0.0466459, 0.0494923, 0.0404199, 0.99194, 0.12009]</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-02_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.101586</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-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4248, -7891, -7232, 471, -150, -385, 237, 106]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>247.476</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b1612c11-93b6-42d0-b0c1-b5bf3e1c5c1d||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.6767148971557617, 0.1084437146782875, 0.1476767659187317, 106.60015106201172], [0.12514741718769073, 2.661302089691162, 0.3180912137031555, -108.91529846191406], [0.13278426229953766, -0.3221929371356964, 2.6771271228790283, -60.963809967041016], [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': ['180251.900000', '180252.360000', '180252.820000', '180253.280000', '180253.740000', '180254.200000', '180254.660000', '180255.120000', '180255.580000', '180256.040000', '180256.500000', '180256.960000', '180257.420000', '180257.880000', '180258.340000', '180258.800000', '180259.260000', '180259.720000', '180300.180000', '180300.640000', '180301.100000', '180301.560000', '180302.020000', '180302.480000', '180302.940000', '180303.400000', '180303.860000', '180304.320000', '180304.780000', '180305.240000', '180305.700000', '180306.160000', '180306.620000', '180307.080000', '180307.540000', '180308.000000', '180308.460000', '180308.920000', '180309.380000', '180309.840000', '180310.300000', '180310.760000', '180311.220000', '180311.680000', '180312.140000', '180312.600000', '180313.060000', '180313.520000', '180313.980000', '180314.440000', '180314.900000', '180315.360000', '180315.820000', '180316.280000', '180316.740000', '180317.200000', '180317.660000', '180318.120000', '180318.580000', '180319.040000', '180319.500000', '180319.960000', '180320.420000', '180320.880000', '180321.340000', '180321.800000', '180322.260000', '180322.720000', '180323.180000', '180323.640000', '180324.100000', '180324.560000', '180325.020000', '180325.480000', '180325.940000', '180326.400000', '180326.860000', '180327.320000', '180327.780000', '180328.240000', '180328.700000', '180329.160000', '180329.620000', '180330.080000', '180330.540000', '180331.000000', '180331.460000', '180331.920000', '180332.380000', '180332.840000', '180333.300000', '180333.760000', '180334.220000', '180334.680000', '180335.140000', '180335.600000', '180336.060000', '180336.520000', '180336.980000', '180337.440000', '180337.900000', '180338.360000', '180338.820000', '180339.280000', '180339.740000', '180340.200000', '180340.660000', '180341.120000', '180341.580000', '180342.040000', '180342.500000', '180342.960000', '180343.420000', '180343.880000', '180344.340000', '180344.800000', '180345.260000', '180345.720000', '180346.180000', '180346.640000', '180347.100000', '180347.560000', '180348.020000', '180348.480000', '180348.940000', '180349.400000', '180349.860000', '180350.320000', '180350.780000', '180351.240000', '180351.700000', '180352.160000', '180352.620000', '180353.080000', '180353.540000', '180354.000000', '180354.460000', '180354.920000', '180355.380000', '180355.840000', '180356.300000', '180356.760000', '180357.220000', '180357.680000', '180358.140000', '180358.600000', '180359.060000', '180359.520000', '180359.980000', '180400.440000', '180400.900000', '180401.360000', '180401.820000', '180402.280000', '180402.740000', '180403.200000', '180403.660000', '180404.120000', '180404.580000', '180405.040000', '180405.500000', '180405.960000', '180406.420000', '180406.880000', '180407.340000', '180407.800000', '180408.260000', '180408.720000', '180409.180000', '180409.640000', '180410.100000', '180410.560000', '180411.020000', '180411.480000', '180411.940000', '180412.400000', '180412.860000', '180413.320000', '180413.780000', '180414.240000', '180414.700000', '180415.160000', '180415.620000', '180416.080000', '180416.540000', '180417.000000', '180417.460000', '180417.920000', '180418.380000', '180418.840000', '180419.300000', '180419.760000', '180420.220000', '180420.680000', '180421.140000', '180421.600000', '180422.060000', '180422.520000', '180422.980000', '180423.440000', '180423.900000', '180424.360000', '180424.820000', '180425.280000', '180425.740000', '180426.200000', '180426.660000', '180427.120000', '180427.580000', '180428.040000', '180428.500000', '180428.960000', '180429.420000', '180429.880000', '180430.340000', '180430.800000', '180431.260000', '180431.720000', '180432.180000', '180432.640000', '180433.100000', '180433.560000', '180434.020000', '180434.480000', '180434.940000', '180435.400000', '180435.860000', '180436.320000', '180436.780000', '180437.240000', '180437.700000', '180438.160000', '180438.620000', '180439.080000', '180439.540000', '180440.000000', '180440.460000', '180440.920000', '180441.380000', '180441.840000', '180442.300000', '180442.760000', '180443.220000', '180443.680000', '180444.140000', '180444.600000', '180445.060000', '180445.520000', '180445.980000', '180446.440000', '180446.900000', '180447.360000', '180447.820000', '180448.280000', '180448.740000', '180449.200000', '180449.660000', '180450.120000', '180450.580000', '180451.040000', '180451.500000', '180451.960000', '180452.420000', '180452.880000', '180453.340000', '180453.800000', '180454.260000', '180454.720000', '180455.180000', '180455.640000', '180456.100000', '180456.560000', '180457.020000', '180457.480000', '180457.940000', '180458.400000', '180458.860000', '180459.320000', '180459.780000', '180500.240000', '180500.700000', '180501.160000', '180501.620000', '180502.080000', '180502.540000', '180503.000000', '180503.460000', '180503.920000', '180504.380000', '180504.840000', '180505.300000', '180505.760000', '180506.220000', '180506.680000', '180507.140000', '180507.600000', '180508.060000', '180508.520000', '180508.980000', '180509.440000', '180509.900000', '180510.360000', '180510.820000', '180511.280000', '180511.740000', '180512.200000', '180512.660000', '180513.120000', '180513.580000', '180514.040000', '180514.500000', '180514.960000', '180515.420000', '180515.880000', '180516.340000', '180516.800000', '180517.260000', '180517.720000', '180518.180000', '180518.640000', '180519.100000', '180519.560000', '180520.020000', '180520.480000', '180520.940000', '180521.400000', '180521.860000', '180522.320000', '180522.780000', '180523.240000', '180523.700000', '180524.160000', '180524.620000', '180525.080000', '180525.540000', '180526.000000', '180526.460000', '180526.920000', '180527.380000', '180527.840000', '180528.300000', '180528.760000', '180529.220000', '180529.680000', '180530.140000', '180530.600000', '180531.060000', '180531.520000', '180531.980000', '180532.440000', '180532.900000', '180533.360000', '180533.820000', '180534.280000', '180534.740000', '180535.200000', '180535.660000', '180536.120000', '180536.580000', '180537.040000', '180537.500000', '180537.960000', '180538.420000', '180538.880000', '180539.340000', '180539.800000', '180540.260000', '180540.720000', '180541.180000', '180541.640000', '180542.100000', '180542.560000', '180543.020000', '180543.480000', '180543.940000', '180544.400000', '180544.860000', '180545.320000', '180545.780000', '180546.240000', '180546.700000', '180547.160000', '180547.620000', '180548.080000', '180548.540000', '180549.000000', '180549.460000', '180549.920000', '180550.380000', '180550.840000', '180551.300000', '180551.760000', '180552.220000', '180552.680000', '180553.140000', '180553.600000', '180554.060000', '180554.520000', '180554.980000', '180555.440000', '180555.900000', '180556.360000', '180556.820000', '180557.280000', '180557.740000', '180558.200000', '180558.660000', '180559.120000', '180559.580000', '180600.040000', '180600.500000', '180600.960000', '180601.420000', '180601.880000', '180602.340000', '180602.800000', '180603.260000', '180603.720000', '180604.180000', '180604.640000', '180605.100000', '180605.560000', '180606.020000', '180606.480000', '180606.940000', '180607.400000', '180607.860000', '180608.320000', '180608.780000', '180609.240000', '180609.700000', '180610.160000', '180610.620000', '180611.080000', '180611.540000', '180612.000000', '180612.460000', '180612.920000', '180613.380000', '180613.840000', '180614.300000', '180614.760000', '180615.220000', '180615.680000', '180616.140000', '180616.600000', '180617.060000', '180617.520000', '180617.980000', '180618.440000', '180618.900000', '180619.360000', '180619.820000', '180620.280000', '180620.740000', '180621.200000', '180621.660000', '180622.120000', '180622.580000', '180623.040000', '180623.500000', '180623.960000', '180624.420000', '180624.880000', '180625.340000', '180625.800000', '180626.260000', '180626.720000', '180627.180000', '180627.640000', '180628.100000', '180628.560000', '180629.020000', '180629.480000', '180629.940000', '180630.400000', '180630.860000', '180631.320000', '180631.780000', '180632.240000', '180632.700000', '180633.160000', '180633.620000', '180634.080000', '180634.540000', '180635.000000', '180635.460000', '180635.920000', '180636.380000', '180636.840000', '180637.300000', '180637.760000', '180638.220000', '180638.680000', '180639.140000', '180639.600000', '180640.060000', '180640.520000', '180640.980000', '180641.440000', '180641.900000', '180642.360000', '180642.820000', '180643.280000', '180643.740000', '180644.200000', '180644.660000', '180645.120000', '180645.580000', '180646.040000', '180646.500000', '180646.960000', '180647.420000', '180647.880000', '180648.340000', '180648.800000', '180649.260000', '180649.720000', '180650.180000', '180650.640000', '180651.100000', '180651.560000', '180652.020000', '180652.480000', '180652.940000', '180653.400000', '180653.860000', '180654.320000', '180654.780000', '180655.240000', '180655.700000', '180656.160000', '180656.620000', '180657.080000', '180657.540000', '180658.000000', '180658.460000', '180658.920000', '180659.380000', '180659.840000', '180700.300000', '180700.760000', '180701.220000', '180701.680000', '180702.140000', '180702.600000', '180703.060000', '180703.520000', '180703.980000', '180704.440000', '180704.900000', '180705.360000', '180705.820000', '180706.280000', '180706.740000', '180707.200000', '180707.660000', '180708.120000', '180708.580000', '180709.040000', '180709.500000', '180709.960000', '180710.420000', '180710.880000', '180711.340000', '180711.800000', '180712.260000', '180712.720000', '180713.180000', '180713.640000', '180714.100000', '180714.560000', '180715.020000', '180715.480000', '180715.940000', '180716.400000', '180716.860000', '180717.320000', '180717.780000', '180718.240000', '180718.700000', '180719.160000', '180719.620000', '180720.080000', '180720.540000', '180721.000000', '180721.460000', '180721.920000', '180722.380000', '180722.840000', '180723.300000', '180723.760000', '180724.220000', '180724.680000', '180725.140000', '180725.600000', '180726.060000', '180726.520000', '180726.980000', '180727.440000', '180727.900000', '180728.360000', '180728.820000', '180729.280000', '180729.740000', '180730.200000', '180730.660000', '180731.120000', '180731.580000', '180732.040000', '180732.500000', '180732.960000', '180733.420000', '180733.880000', '180734.340000', '180734.800000', '180735.260000', '180735.720000', '180736.180000', '180736.640000', '180737.100000', '180737.560000', '180738.020000', '180738.480000', '180738.940000', '180739.400000', '180739.860000', '180740.320000', '180740.780000', '180741.240000', '180741.700000', '180742.160000', '180742.620000', '180743.080000', '180743.540000', '180744.000000', '180744.460000', '180744.920000', '180745.380000', '180745.840000', '180746.300000', '180746.760000', '180747.220000', '180747.680000', '180748.140000', '180748.600000', '180749.060000', '180749.520000', '180749.980000', '180750.440000', '180750.900000', '180751.360000', '180751.820000', '180752.280000', '180752.740000', '180753.200000', '180753.660000', '180754.120000', '180754.580000', '180755.040000', '180755.500000', '180755.960000', '180756.420000', '180756.880000', '180757.340000', '180757.800000', '180758.260000', '180758.720000', '180759.180000', '180759.640000', '180800.100000', '180800.560000', '180801.020000', '180801.480000', '180801.940000', '180802.400000', '180802.860000', '180803.320000', '180803.780000', '180804.240000', '180804.700000', '180805.160000', '180805.620000', '180806.080000', '180806.540000', '180807.000000', '180807.460000', '180807.920000', '180808.380000', '180808.840000', '180809.300000', '180809.760000', '180810.220000', '180810.680000', '180811.140000', '180811.600000', '180812.060000', '180812.520000', '180812.980000', '180813.440000', '180813.900000', '180814.360000', '180814.820000', '180815.280000', '180815.740000', '180816.200000', '180816.660000', '180817.120000', '180817.580000', '180818.040000', '180818.500000', '180818.960000', '180819.420000', '180819.880000', '180820.340000', '180820.800000', '180821.260000', '180821.720000', '180822.180000', '180822.640000', '180823.100000', '180823.560000', '180824.020000', '180824.480000', '180824.940000', '180825.400000', '180825.860000', '180826.320000', '180826.780000', '180827.240000', '180827.700000', '180828.160000', '180828.620000', '180829.080000', '180829.540000', '180830.000000', '180830.460000', '180830.920000', '180831.380000', '180831.840000', '180832.300000', '180832.760000', '180833.220000', '180833.680000', '180834.140000', '180834.600000', '180835.060000', '180835.520000', '180835.980000', '180836.440000', '180836.900000', '180837.360000', '180837.820000', '180838.280000', '180838.740000', '180839.200000', '180839.660000', '180840.120000', '180840.580000', '180841.040000', '180841.500000', '180841.960000', '180842.420000', '180842.880000', '180843.340000', '180843.800000', '180844.260000', '180844.720000', '180845.180000', '180845.640000', '180846.100000', '180846.560000', '180847.020000', '180847.480000', '180847.940000', '180848.400000', '180848.860000', '180849.320000', '180849.780000', '180850.240000', '180850.700000', '180851.160000', '180851.620000', '180852.080000', '180852.540000', '180853.000000', '180853.460000', '180853.920000', '180854.380000', '180854.840000', '180855.300000', '180855.760000', '180856.220000', '180856.680000', '180857.140000', '180857.600000', '180858.060000', '180858.520000', '180858.980000', '180859.440000', '180859.900000', '180900.360000', '180900.820000', '180901.280000', '180901.740000', '180902.200000', '180902.660000', '180903.120000', '180903.580000', '180904.040000', '180904.500000', '180904.960000', '180905.420000', '180905.880000', '180906.340000', '180906.800000', '180907.260000', '180907.720000', '180908.180000', '180908.640000', '180909.100000', '180909.560000', '180910.020000', '180910.480000', '180910.940000', '180911.400000', '180911.860000', '180912.320000', '180912.780000', '180913.240000', '180913.700000', '180914.160000', '180914.620000', '180915.080000', '180915.540000', '180916.000000', '180916.460000', '180916.920000', '180917.380000', '180917.840000', '180918.300000', '180918.760000', '180919.220000', '180919.680000', '180920.140000', '180920.600000', '180921.060000', '180921.520000', '180921.980000', '180922.440000', '180922.900000', '180923.360000', '180923.820000', '180924.280000', '180924.740000', '180925.200000', '180925.660000', '180926.120000', '180926.580000', '180927.040000', '180927.500000', '180927.960000', '180928.420000', '180928.880000', '180929.340000', '180929.800000', '180930.260000', '180930.720000', '180931.180000', '180931.640000', '180932.100000', '180932.560000'], 'ContentTime': ['180302.934000', '180302.937000', '180302.940000', '180302.951000', '180302.954000', '180302.957000', '180302.959000', '180302.962000', '180302.965000', '180302.967000', '180302.970000', '180302.972000', '180302.975000', '180302.977000', '180302.980000', '180302.983000', '180302.985000', '180302.988000', '180302.990000', '180302.993000', '180322.879000', '180322.882000', '180322.885000', '180322.887000', '180322.890000', '180322.892000', '180322.895000', '180322.898000', '180322.900000', '180322.903000', '180322.905000', '180322.908000', '180322.910000', '180322.913000', '180322.915000', '180322.918000', '180322.921000', '180322.923000', '180322.926000', '180322.928000', '180322.931000', '180322.938000', '180322.941000', '180322.944000', '180322.946000', '180322.949000', '180322.951000', '180322.954000', '180322.956000', '180322.959000', '180322.961000', '180322.964000', '180322.966000', '180322.969000', '180322.972000', '180322.974000', '180322.977000', '180322.979000', '180322.982000', '180322.984000', '180322.987000', '180322.989000', '180322.992000', '180322.995000', '180342.880000', '180342.883000', '180342.885000', '180342.888000', '180342.891000', '180342.894000', '180342.896000', '180342.899000', '180342.901000', '180342.904000', '180342.907000', '180342.910000', '180342.913000', '180342.915000', '180342.918000', '180342.920000', '180342.923000', '180342.926000', '180342.928000', '180342.931000', '180342.933000', '180342.936000', '180342.938000', '180342.942000', '180342.944000', '180342.947000', '180342.950000', '180342.953000', '180342.955000', '180342.958000', '180342.961000', '180342.963000', '180342.966000', '180342.981000', '180342.984000', '180342.986000', '180342.989000', '180342.992000', '180342.994000', '180342.997000', '180343.001000', '180343.003000', '180343.006000', '180402.880000', '180402.882000', '180402.885000', '180402.888000', '180402.890000', '180402.893000', '180402.896000', '180402.899000', '180402.901000', '180402.904000', '180402.907000', '180402.910000', '180402.913000', '180402.916000', '180402.918000', '180402.921000', '180402.923000', '180402.926000', '180402.929000', '180402.931000', '180402.934000', '180402.936000', '180402.939000', '180402.942000', '180402.944000', '180402.947000', '180402.949000', '180402.952000', '180402.955000', '180402.957000', '180402.960000', '180402.962000', '180402.965000', '180402.968000', '180402.972000', '180402.975000', '180402.978000', '180402.981000', '180402.983000', '180402.986000', '180402.989000', '180402.991000', '180402.994000', '180402.996000', '180422.879000', '180422.882000', '180422.885000', '180422.887000', '180422.890000', '180422.893000', '180422.895000', '180422.898000', '180422.900000', '180422.903000', '180422.905000', '180422.908000', '180422.911000', '180422.913000', '180422.916000', '180422.918000', '180422.921000', '180422.923000', '180422.926000', '180422.929000', '180422.932000', '180422.934000', '180422.937000', '180422.939000', '180422.942000', '180422.944000', '180422.947000', '180422.950000', '180422.954000', '180422.956000', '180422.959000', '180422.962000', '180422.964000', '180422.967000', '180422.969000', '180422.972000', '180422.974000', '180422.977000', '180422.980000', '180422.982000', '180422.985000', '180422.987000', '180422.990000', '180442.880000', '180442.883000', '180442.886000', '180442.902000', '180442.904000', '180442.907000', '180442.909000', '180442.912000', '180442.915000', '180442.917000', '180442.920000', '180442.922000', '180442.925000', '180442.927000', '180442.930000', '180442.932000', '180442.935000', '180442.938000', '180442.940000', '180442.943000', '180442.945000', '180442.948000', '180442.951000', '180442.953000', '180442.956000', '180442.958000', '180442.961000', '180442.963000', '180442.966000', '180442.968000', '180442.971000', '180442.974000', '180442.976000', '180442.979000', '180442.981000', '180442.984000', '180442.987000', '180442.989000', '180442.992000', '180442.994000', '180442.997000', '180443.000000', '180443.003000', '180443.006000', '180502.880000', '180502.883000', '180502.886000', '180502.889000', '180502.891000', '180502.894000', '180502.896000', '180502.899000', '180502.902000', '180502.904000', '180502.907000', '180502.909000', '180502.912000', '180502.915000', '180502.917000', '180502.920000', '180502.922000', '180502.925000', '180502.928000', '180502.930000', '180502.933000', '180502.935000', '180502.938000', '180502.940000', '180502.943000', '180502.945000', '180502.948000', '180502.951000', '180502.953000', '180502.956000', '180502.959000', '180502.961000', '180502.964000', '180502.967000', '180502.969000', '180502.972000', '180502.975000', '180502.977000', '180502.981000', '180502.984000', '180502.986000', '180502.989000', '180502.992000', '180522.879000', '180522.882000', '180522.885000', '180522.888000', '180522.890000', '180522.893000', '180522.895000', '180522.898000', '180522.901000', '180522.903000', '180522.906000', '180522.908000', '180522.911000', '180522.914000', '180522.916000', '180522.919000', '180522.921000', '180522.924000', '180522.927000', '180522.929000', '180522.932000', '180522.934000', '180522.937000', '180522.939000', '180522.942000', '180522.944000', '180522.947000', '180522.950000', '180522.952000', '180522.955000', '180522.957000', '180522.960000', '180522.963000', '180522.965000', '180522.968000', '180522.970000', '180522.973000', '180522.975000', '180522.978000', '180522.981000', '180522.983000', '180522.986000', '180522.988000', '180522.991000', '180542.879000', '180542.882000', '180542.885000', '180542.888000', '180542.890000', '180542.893000', '180542.895000', '180542.898000', '180542.900000', '180542.903000', '180542.905000', '180542.908000', '180542.911000', '180542.913000', '180542.916000', '180542.918000', '180542.921000', '180542.924000', '180542.926000', '180542.929000', '180542.931000', '180542.934000', '180542.936000', '180542.939000', '180542.941000', '180542.944000', '180542.947000', '180542.949000', '180542.952000', '180542.954000', '180542.957000', '180542.960000', '180542.962000', '180542.965000', '180542.967000', '180542.970000', '180542.973000', '180542.975000', '180542.978000', '180542.980000', '180542.983000', '180542.985000', '180542.988000', '180602.879000', '180602.882000', '180602.885000', '180602.888000', '180602.890000', '180602.893000', '180602.895000', '180602.898000', '180602.900000', '180602.903000', '180602.906000', '180602.908000', '180602.911000', '180602.913000', '180602.916000', '180602.919000', '180602.921000', '180602.924000', '180602.926000', '180602.929000', '180602.932000', '180602.934000', '180602.937000', '180602.939000', '180602.942000', '180602.944000', '180602.947000', '180602.949000', '180602.962000', '180602.965000', '180602.967000', '180602.970000', '180602.972000', '180602.975000', '180602.977000', '180602.980000', '180602.983000', '180602.985000', '180602.988000', '180602.990000', '180602.993000', '180602.995000', '180602.998000', '180603.002000', '180622.880000', '180622.882000', '180622.885000', '180622.888000', '180622.890000', '180622.893000', '180622.895000', '180622.898000', '180622.900000', '180622.903000', '180622.906000', '180622.908000', '180622.911000', '180622.913000', '180622.916000', '180622.919000', '180622.921000', '180622.924000', '180622.926000', '180622.929000', '180622.932000', '180622.934000', '180622.937000', '180622.939000', '180622.942000', '180622.944000', '180622.947000', '180622.950000', '180622.952000', '180622.955000', '180622.957000', '180622.960000', '180622.962000', '180622.965000', '180622.968000', '180622.970000', '180622.973000', '180622.975000', '180622.978000', '180622.981000', '180622.983000', '180622.986000', '180622.988000', '180642.879000', '180642.882000', '180642.885000', '180642.887000', '180642.890000', '180642.893000', '180642.895000', '180642.898000', '180642.900000', '180642.903000', '180642.905000', '180642.908000', '180642.911000', '180642.913000', '180642.916000', '180642.918000', '180642.921000', '180642.924000', '180642.926000', '180642.929000', '180642.931000', '180642.934000', '180642.936000', '180642.939000', '180642.941000', '180642.944000', '180642.947000', '180642.949000', '180642.952000', '180642.954000', '180642.957000', '180642.960000', '180642.962000', '180642.965000', '180642.967000', '180642.970000', '180642.973000', '180642.975000', '180642.978000', '180642.981000', '180642.983000', '180642.986000', '180642.988000', '180642.991000', '180702.880000', '180702.883000', '180702.886000', '180702.889000', '180702.891000', '180702.894000', '180702.896000', '180702.899000', '180702.902000', '180702.904000', '180702.907000', '180702.909000', '180702.912000', '180702.915000', '180702.917000', '180702.920000', '180702.923000', '180702.925000', '180702.928000', '180702.930000', '180702.933000', '180702.936000', '180702.938000', '180702.941000', '180702.943000', '180702.946000', '180702.949000', '180702.951000', '180702.954000', '180702.957000', '180702.959000', '180702.962000', '180702.964000', '180702.967000', '180702.969000', '180702.972000', '180702.975000', '180702.977000', '180702.980000', '180702.983000', '180702.985000', '180702.988000', '180702.990000', '180722.880000', '180722.883000', '180722.886000', '180722.889000', '180722.891000', '180722.894000', '180722.896000', '180722.899000', '180722.901000', '180722.904000', '180722.907000', '180722.909000', '180722.912000', '180722.914000', '180722.917000', '180722.920000', '180722.922000', '180722.925000', '180722.927000', '180722.930000', '180722.932000', '180722.935000', '180722.938000', '180722.940000', '180722.943000', '180722.945000', '180722.948000', '180722.951000', '180722.953000', '180722.956000', '180722.958000', '180722.961000', '180722.963000', '180722.966000', '180722.969000', '180722.971000', '180722.974000', '180722.976000', '180722.979000', '180722.982000', '180722.984000', '180722.987000', '180722.989000', '180722.992000', '180742.880000', '180742.883000', '180742.885000', '180742.888000', '180742.890000', '180742.893000', '180742.895000', '180742.898000', '180742.901000', '180742.914000', '180742.917000', '180742.919000', '180742.922000', '180742.925000', '180742.927000', '180742.930000', '180742.932000', '180742.935000', '180742.938000', '180742.940000', '180742.943000', '180742.945000', '180742.948000', '180742.951000', '180742.953000', '180742.956000', '180742.958000', '180742.961000', '180742.964000', '180742.966000', '180742.969000', '180742.971000', '180742.974000', '180742.977000', '180742.979000', '180742.982000', '180742.985000', '180742.987000', '180742.990000', '180742.992000', '180742.995000', '180742.997000', '180743.001000', '180802.880000', '180802.883000', '180802.885000', '180802.888000', '180802.890000', '180802.893000', '180802.895000', '180802.898000', '180802.900000', '180802.903000', '180802.906000', '180802.908000', '180802.911000', '180802.913000', '180802.916000', '180802.919000', '180802.921000', '180802.924000', '180802.927000', '180802.929000', '180802.932000', '180802.934000', '180802.937000', '180802.940000', '180802.942000', '180802.945000', '180802.948000', '180802.950000', '180802.953000', '180802.955000', '180802.958000', '180802.961000', '180802.963000', '180802.966000', '180802.968000', '180802.971000', '180802.974000', '180802.976000', '180802.979000', '180802.981000', '180802.984000', '180802.987000', '180802.989000', '180802.992000', '180822.879000', '180822.882000', '180822.885000', '180822.888000', '180822.890000', '180822.893000', '180822.895000', '180822.898000', '180822.901000', '180822.903000', '180822.906000', '180822.908000', '180822.911000', '180822.913000', '180822.916000', '180822.918000', '180822.921000', '180822.924000', '180822.926000', '180822.929000', '180822.931000', '180822.934000', '180822.937000', '180822.939000', '180822.942000', '180822.944000', '180822.947000', '180822.950000', '180822.952000', '180822.955000', '180822.957000', '180822.970000', '180822.972000', '180822.975000', '180822.978000', '180822.980000', '180822.983000', '180822.985000', '180822.988000', '180822.991000', '180822.993000', '180822.996000', '180823.000000', '180842.880000', '180842.883000', '180842.885000', '180842.888000', '180842.890000', '180842.893000', '180842.896000', '180842.898000', '180842.901000', '180842.903000', '180842.906000', '180842.908000', '180842.911000', '180842.914000', '180842.916000', '180842.919000', '180842.922000', '180842.924000', '180842.927000', '180842.930000', '180842.933000', '180842.935000', '180842.938000', '180842.940000', '180842.943000', '180842.946000', '180842.948000', '180842.951000', '180842.954000', '180842.956000', '180842.959000', '180842.962000', '180842.964000', '180842.967000', '180842.970000', '180842.972000', '180842.975000', '180842.978000', '180842.980000', '180842.983000', '180842.985000', '180842.988000', '180842.990000', '180902.879000', '180902.882000', '180902.885000', '180902.888000', '180902.890000', '180902.893000', '180902.895000', '180902.898000', '180902.901000', '180902.903000', '180902.906000', '180902.908000', '180902.911000', '180902.913000', '180902.916000', '180902.919000', '180902.921000', '180902.924000', '180902.928000', '180902.930000', '180902.933000', '180902.951000', '180902.954000', '180902.957000', '180902.959000', '180902.962000', '180902.964000', '180902.967000', '180902.969000', '180902.972000', '180902.975000', '180902.977000', '180902.980000', '180902.982000', '180902.985000', '180902.988000', '180902.990000', '180902.993000', '180902.995000', '180902.998000', '180903.001000', '180903.003000', '180903.006000', '180903.008000', '180922.881000', '180922.883000', '180922.886000', '180922.889000', '180922.891000', '180922.894000', '180922.897000', '180922.900000', '180922.902000', '180922.905000', '180922.907000', '180922.910000', '180922.912000', '180922.915000', '180922.918000', '180922.920000', '180922.923000', '180922.925000', '180922.928000', '180922.931000', '180922.933000', '180922.936000', '180922.938000', '180922.941000', '180922.944000', '180922.946000', '180922.949000', '180922.951000', '180922.954000', '180922.956000', '180922.959000', '180922.962000', '180922.964000', '180922.967000', '180922.969000', '180922.972000', '180922.975000', '180922.977000', '180922.980000', '180922.982000', '180922.985000', '180922.987000', '180922.990000', '180934.365000', '180934.368000', '180934.370000', '180934.373000', '180934.376000', '180934.378000', '180934.381000', '180934.384000', '180934.386000', '180934.389000', '180934.392000', '180934.395000', '180934.397000', '180934.400000', '180934.403000', '180934.406000', '180934.408000', '180934.411000', '180934.414000', '180934.417000', '180934.419000', '180934.422000', '180934.425000', '180934.428000', '180934.431000', '180934.433000'], 'InstanceCreationTime': ['180302.934000', '180302.937000', '180302.940000', '180302.951000', '180302.954000', '180302.957000', '180302.959000', '180302.962000', '180302.965000', '180302.967000', '180302.970000', '180302.972000', '180302.975000', '180302.977000', '180302.980000', '180302.983000', '180302.985000', '180302.988000', '180302.990000', '180302.993000', '180322.879000', '180322.882000', '180322.885000', '180322.887000', '180322.890000', '180322.892000', '180322.895000', '180322.898000', '180322.900000', '180322.903000', '180322.905000', '180322.908000', '180322.910000', '180322.913000', '180322.915000', '180322.918000', '180322.921000', '180322.923000', '180322.926000', '180322.928000', '180322.931000', '180322.938000', '180322.941000', '180322.944000', '180322.946000', '180322.949000', '180322.951000', '180322.954000', '180322.956000', '180322.959000', '180322.961000', '180322.964000', '180322.966000', '180322.969000', '180322.972000', '180322.974000', '180322.977000', '180322.979000', '180322.982000', '180322.984000', '180322.987000', '180322.989000', '180322.992000', '180322.995000', '180342.880000', '180342.883000', '180342.885000', '180342.888000', '180342.891000', '180342.894000', '180342.896000', '180342.899000', '180342.901000', '180342.904000', '180342.907000', '180342.910000', '180342.913000', '180342.915000', '180342.918000', '180342.920000', '180342.923000', '180342.926000', '180342.928000', '180342.931000', '180342.933000', '180342.936000', '180342.938000', '180342.942000', '180342.944000', '180342.947000', '180342.950000', '180342.953000', '180342.955000', '180342.958000', '180342.961000', '180342.963000', '180342.966000', '180342.981000', '180342.984000', '180342.986000', '180342.989000', '180342.992000', '180342.994000', '180342.997000', '180343.001000', '180343.003000', '180343.006000', '180402.880000', '180402.882000', '180402.885000', '180402.888000', '180402.890000', '180402.893000', '180402.896000', '180402.899000', '180402.901000', '180402.904000', '180402.907000', '180402.910000', '180402.913000', '180402.916000', '180402.918000', '180402.921000', '180402.923000', '180402.926000', '180402.929000', '180402.931000', '180402.934000', '180402.936000', '180402.939000', '180402.942000', '180402.944000', '180402.947000', '180402.949000', '180402.952000', '180402.955000', '180402.957000', '180402.960000', '180402.962000', '180402.965000', '180402.968000', '180402.972000', '180402.975000', '180402.978000', '180402.981000', '180402.983000', '180402.986000', '180402.989000', '180402.991000', '180402.994000', '180402.996000', '180422.879000', '180422.882000', '180422.885000', '180422.887000', '180422.890000', '180422.893000', '180422.895000', '180422.898000', '180422.900000', '180422.903000', '180422.905000', '180422.908000', '180422.911000', '180422.913000', '180422.916000', '180422.918000', '180422.921000', '180422.923000', '180422.926000', '180422.929000', '180422.932000', '180422.934000', '180422.937000', '180422.939000', '180422.942000', '180422.944000', '180422.947000', '180422.950000', '180422.954000', '180422.956000', '180422.959000', '180422.962000', '180422.964000', '180422.967000', '180422.969000', '180422.972000', '180422.974000', '180422.977000', '180422.980000', '180422.982000', '180422.985000', '180422.987000', '180422.990000', '180442.880000', '180442.883000', '180442.886000', '180442.902000', '180442.904000', '180442.907000', '180442.909000', '180442.912000', '180442.915000', '180442.917000', '180442.920000', '180442.922000', '180442.925000', '180442.927000', '180442.930000', '180442.932000', '180442.935000', '180442.938000', '180442.940000', '180442.943000', '180442.945000', '180442.948000', '180442.951000', '180442.953000', '180442.956000', '180442.958000', '180442.961000', '180442.963000', '180442.966000', '180442.968000', '180442.971000', '180442.974000', '180442.976000', '180442.979000', '180442.981000', '180442.984000', '180442.987000', '180442.989000', '180442.992000', '180442.994000', '180442.997000', '180443.000000', '180443.003000', '180443.006000', '180502.880000', '180502.883000', '180502.886000', '180502.889000', '180502.891000', '180502.894000', '180502.896000', '180502.899000', '180502.902000', '180502.904000', '180502.907000', '180502.909000', '180502.912000', '180502.915000', '180502.917000', '180502.920000', '180502.922000', '180502.925000', '180502.928000', '180502.930000', '180502.933000', '180502.935000', '180502.938000', '180502.940000', '180502.943000', '180502.945000', '180502.948000', '180502.951000', '180502.953000', '180502.956000', '180502.959000', '180502.961000', '180502.964000', '180502.967000', '180502.969000', '180502.972000', '180502.975000', '180502.977000', '180502.981000', '180502.984000', '180502.986000', '180502.989000', '180502.992000', '180522.879000', '180522.882000', '180522.885000', '180522.888000', '180522.890000', '180522.893000', '180522.895000', '180522.898000', '180522.901000', '180522.903000', '180522.906000', '180522.908000', '180522.911000', '180522.914000', '180522.916000', '180522.919000', '180522.921000', '180522.924000', '180522.927000', '180522.929000', '180522.932000', '180522.934000', '180522.937000', '180522.939000', '180522.942000', '180522.944000', '180522.947000', '180522.950000', '180522.952000', '180522.955000', '180522.957000', '180522.960000', '180522.963000', '180522.965000', '180522.968000', '180522.970000', '180522.973000', '180522.975000', '180522.978000', '180522.981000', '180522.983000', '180522.986000', '180522.988000', '180522.991000', '180542.879000', '180542.882000', '180542.885000', '180542.888000', '180542.890000', '180542.893000', '180542.895000', '180542.898000', '180542.900000', '180542.903000', '180542.905000', '180542.908000', '180542.911000', '180542.913000', '180542.916000', '180542.918000', '180542.921000', '180542.924000', '180542.926000', '180542.929000', '180542.931000', '180542.934000', '180542.936000', '180542.939000', '180542.941000', '180542.944000', '180542.947000', '180542.949000', '180542.952000', '180542.954000', '180542.957000', '180542.960000', '180542.962000', '180542.965000', '180542.967000', '180542.970000', '180542.973000', '180542.975000', '180542.978000', '180542.980000', '180542.983000', '180542.985000', '180542.988000', '180602.879000', '180602.882000', '180602.885000', '180602.888000', '180602.890000', '180602.893000', '180602.895000', '180602.898000', '180602.900000', '180602.903000', '180602.906000', '180602.908000', '180602.911000', '180602.913000', '180602.916000', '180602.919000', '180602.921000', '180602.924000', '180602.926000', '180602.929000', '180602.932000', '180602.934000', '180602.937000', '180602.939000', '180602.942000', '180602.944000', '180602.947000', '180602.949000', '180602.962000', '180602.965000', '180602.967000', '180602.970000', '180602.972000', '180602.975000', '180602.977000', '180602.980000', '180602.983000', '180602.985000', '180602.988000', '180602.990000', '180602.993000', '180602.995000', '180602.998000', '180603.002000', '180622.880000', '180622.882000', '180622.885000', '180622.888000', '180622.890000', '180622.893000', '180622.895000', '180622.898000', '180622.900000', '180622.903000', '180622.906000', '180622.908000', '180622.911000', '180622.913000', '180622.916000', '180622.919000', '180622.921000', '180622.924000', '180622.926000', '180622.929000', '180622.932000', '180622.934000', '180622.937000', '180622.939000', '180622.942000', '180622.944000', '180622.947000', '180622.950000', '180622.952000', '180622.955000', '180622.957000', '180622.960000', '180622.962000', '180622.965000', '180622.968000', '180622.970000', '180622.973000', '180622.975000', '180622.978000', '180622.981000', '180622.983000', '180622.986000', '180622.988000', '180642.879000', '180642.882000', '180642.885000', '180642.887000', '180642.890000', '180642.893000', '180642.895000', '180642.898000', '180642.900000', '180642.903000', '180642.905000', '180642.908000', '180642.911000', '180642.913000', '180642.916000', '180642.918000', '180642.921000', '180642.924000', '180642.926000', '180642.929000', '180642.931000', '180642.934000', '180642.936000', '180642.939000', '180642.941000', '180642.944000', '180642.947000', '180642.949000', '180642.952000', '180642.954000', '180642.957000', '180642.960000', '180642.962000', '180642.965000', '180642.967000', '180642.970000', '180642.973000', '180642.975000', '180642.978000', '180642.981000', '180642.983000', '180642.986000', '180642.988000', '180642.991000', '180702.880000', '180702.883000', '180702.886000', '180702.889000', '180702.891000', '180702.894000', '180702.896000', '180702.899000', '180702.902000', '180702.904000', '180702.907000', '180702.909000', '180702.912000', '180702.915000', '180702.917000', '180702.920000', '180702.923000', '180702.925000', '180702.928000', '180702.930000', '180702.933000', '180702.936000', '180702.938000', '180702.941000', '180702.943000', '180702.946000', '180702.949000', '180702.951000', '180702.954000', '180702.957000', '180702.959000', '180702.962000', '180702.964000', '180702.967000', '180702.969000', '180702.972000', '180702.975000', '180702.977000', '180702.980000', '180702.983000', '180702.985000', '180702.988000', '180702.990000', '180722.880000', '180722.883000', '180722.886000', '180722.889000', '180722.891000', '180722.894000', '180722.896000', '180722.899000', '180722.901000', '180722.904000', '180722.907000', '180722.909000', '180722.912000', '180722.914000', '180722.917000', '180722.920000', '180722.922000', '180722.925000', '180722.927000', '180722.930000', '180722.932000', '180722.935000', '180722.938000', '180722.940000', '180722.943000', '180722.945000', '180722.948000', '180722.951000', '180722.953000', '180722.956000', '180722.958000', '180722.961000', '180722.963000', '180722.966000', '180722.969000', '180722.971000', '180722.974000', '180722.976000', '180722.979000', '180722.982000', '180722.984000', '180722.987000', '180722.989000', '180722.992000', '180742.880000', '180742.883000', '180742.885000', '180742.888000', '180742.890000', '180742.893000', '180742.895000', '180742.898000', '180742.901000', '180742.914000', '180742.917000', '180742.919000', '180742.922000', '180742.925000', '180742.927000', '180742.930000', '180742.932000', '180742.935000', '180742.938000', '180742.940000', '180742.943000', '180742.945000', '180742.948000', '180742.951000', '180742.953000', '180742.956000', '180742.958000', '180742.961000', '180742.964000', '180742.966000', '180742.969000', '180742.971000', '180742.974000', '180742.977000', '180742.979000', '180742.982000', '180742.985000', '180742.987000', '180742.990000', '180742.992000', '180742.995000', '180742.997000', '180743.001000', '180802.880000', '180802.883000', '180802.885000', '180802.888000', '180802.890000', '180802.893000', '180802.895000', '180802.898000', '180802.900000', '180802.903000', '180802.906000', '180802.908000', '180802.911000', '180802.913000', '180802.916000', '180802.919000', '180802.921000', '180802.924000', '180802.927000', '180802.929000', '180802.932000', '180802.934000', '180802.937000', '180802.940000', '180802.942000', '180802.945000', '180802.948000', '180802.950000', '180802.953000', '180802.955000', '180802.958000', '180802.961000', '180802.963000', '180802.966000', '180802.968000', '180802.971000', '180802.974000', '180802.976000', '180802.979000', '180802.981000', '180802.984000', '180802.987000', '180802.989000', '180802.992000', '180822.879000', '180822.882000', '180822.885000', '180822.888000', '180822.890000', '180822.893000', '180822.895000', '180822.898000', '180822.901000', '180822.903000', '180822.906000', '180822.908000', '180822.911000', '180822.913000', '180822.916000', '180822.918000', '180822.921000', '180822.924000', '180822.926000', '180822.929000', '180822.931000', '180822.934000', '180822.937000', '180822.939000', '180822.942000', '180822.944000', '180822.947000', '180822.950000', '180822.952000', '180822.955000', '180822.957000', '180822.970000', '180822.972000', '180822.975000', '180822.978000', '180822.980000', '180822.983000', '180822.985000', '180822.988000', '180822.991000', '180822.993000', '180822.996000', '180823.000000', '180842.880000', '180842.883000', '180842.885000', '180842.888000', '180842.890000', '180842.893000', '180842.896000', '180842.898000', '180842.901000', '180842.903000', '180842.906000', '180842.908000', '180842.911000', '180842.914000', '180842.916000', '180842.919000', '180842.922000', '180842.924000', '180842.927000', '180842.930000', '180842.933000', '180842.935000', '180842.938000', '180842.940000', '180842.943000', '180842.946000', '180842.948000', '180842.951000', '180842.954000', '180842.956000', '180842.959000', '180842.962000', '180842.964000', '180842.967000', '180842.970000', '180842.972000', '180842.975000', '180842.978000', '180842.980000', '180842.983000', '180842.985000', '180842.988000', '180842.990000', '180902.879000', '180902.882000', '180902.885000', '180902.888000', '180902.890000', '180902.893000', '180902.895000', '180902.898000', '180902.901000', '180902.903000', '180902.906000', '180902.908000', '180902.911000', '180902.913000', '180902.916000', '180902.919000', '180902.921000', '180902.924000', '180902.928000', '180902.930000', '180902.933000', '180902.951000', '180902.954000', '180902.957000', '180902.959000', '180902.962000', '180902.964000', '180902.967000', '180902.969000', '180902.972000', '180902.975000', '180902.977000', '180902.980000', '180902.982000', '180902.985000', '180902.988000', '180902.990000', '180902.993000', '180902.995000', '180902.998000', '180903.001000', '180903.003000', '180903.006000', '180903.008000', '180922.881000', '180922.883000', '180922.886000', '180922.889000', '180922.891000', '180922.894000', '180922.897000', '180922.900000', '180922.902000', '180922.905000', '180922.907000', '180922.910000', '180922.912000', '180922.915000', '180922.918000', '180922.920000', '180922.923000', '180922.925000', '180922.928000', '180922.931000', '180922.933000', '180922.936000', '180922.938000', '180922.941000', '180922.944000', '180922.946000', '180922.949000', '180922.951000', '180922.954000', '180922.956000', '180922.959000', '180922.962000', '180922.964000', '180922.967000', '180922.969000', '180922.972000', '180922.975000', '180922.977000', '180922.980000', '180922.982000', '180922.985000', '180922.987000', '180922.990000', '180934.365000', '180934.368000', '180934.370000', '180934.373000', '180934.376000', '180934.378000', '180934.381000', '180934.384000', '180934.386000', '180934.389000', '180934.392000', '180934.395000', '180934.397000', '180934.400000', '180934.403000', '180934.406000', '180934.408000', '180934.411000', '180934.414000', '180934.417000', '180934.419000', '180934.422000', '180934.425000', '180934.428000', '180934.431000', '180934.433000'], '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': [19158, 12768, 12073, 8710, 10359, 9384, 8932, 8638, 9030, 7728, 8992, 8137, 9094, 8299, 9550, 8289, 9413, 8646, 8982, 8997, 7771, 9044, 7763, 11075, 8411, 7433, 8782, 8124, 8804, 11825, 9101, 7775, 8908, 7638, 8976, 12441, 8901, 7817, 8634, 7989, 9346, 7994, 9061, 7965, 9500, 7896, 9719, 8175, 11681, 8125, 10514, 8895, 9809, 8706, 7936, 9334, 8157, 10005, 8311, 9344, 8622, 7421, 9148, 7965, 10220, 8451, 7400, 9283, 18388, 8869, 13253, 8196, 7175, 8154, 7777, 11572, 8072, 7436, 8431, 7681, 9454, 8022, 13505, 10177, 9309, 7813, 10416, 12043, 9115, 16532, 9139, 16668, 8566, 12998, 10770, 10545, 13257, 8671, 15140, 8451, 10646, 8555, 8504, 8725, 8540, 10134, 8581, 11037, 8371, 8485, 8538, 8640, 8541, 8249, 8124, 8252, 8481, 8703, 8277, 8796, 7784, 8527, 7705, 8531, 13284, 8133, 13366, 8268, 7448, 8306, 10239, 8443, 7574, 8308, 7857, 11371, 7869, 12307, 13815, 8657, 9970, 8195, 10575, 8033, 8348, 8711, 8477, 7193, 8084, 8185, 8405, 12448, 9503, 9295, 7985, 9439, 14080, 8443, 11846, 8770, 8698, 8369, 8186, 10955, 8466, 13248, 8181, 14827, 8009, 10308, 8087, 9322, 7961, 8176, 7811, 10363, 8295, 11961, 7775, 10727, 7987, 11533, 7717, 9594, 8689, 8543, 7886, 8861, 12806, 8356, 7936, 7880, 7431, 7356, 7762, 7597, 10063, 18472, 9302, 11742, 8381, 7967, 8295, 7875, 11071, 8279, 8541, 8081, 9083, 12217, 8275, 14346, 10295, 11801, 9203, 8459, 12205, 8604, 11472, 8277, 9148, 8599, 8145, 8011, 8265, 7732, 8225, 10367, 8026, 12787, 7827, 9026, 7948, 7960, 7959, 7665, 8320, 8185, 10240, 8111, 10770, 8146, 8297, 8213, 9432, 7994, 9088, 8995, 10178, 8241, 7773, 7800, 7793, 10437, 12203, 7805, 11376, 8013, 8688, 7610, 8206, 7873, 7475, 10184, 7885, 11874, 15327, 10723, 17470, 8646, 11636, 11132, 8100, 10648, 8002, 11621, 7810, 8979, 8221, 8321, 8251, 8611, 7748, 8460, 9883, 8173, 9481, 8014, 7787, 8126, 9006, 8318, 11042, 7885, 10503, 7840, 8032, 7913, 9253, 7932, 7848, 10736, 8215, 11871, 8022, 7772, 7911, 7245, 8860, 8009, 8346, 7613, 10569, 7747, 8659, 12432, 8599, 7750, 8561, 14686, 10230, 8806, 8480, 8414, 8201, 8107, 8537, 8212, 8227, 7863, 14780, 7762, 10333, 7525, 12817, 7696, 12618, 7789, 12545, 8018, 9331, 8130, 7499, 7801, 7762, 13747, 12463, 8766, 8806, 8193, 9731, 7678, 7411, 9187, 7563, 12584, 7758, 12052, 7650, 14030, 12275, 8672, 14237, 7799, 12900, 7445, 8739, 7327, 8093, 7790, 10637, 8078, 7896, 7724, 8244, 7261, 8385, 7761, 7729, 7610, 9263, 7232, 9205, 14473, 7927, 11115, 7609, 12605, 9811, 8170, 12100, 7965, 15842, 7654, 9852, 7709, 8813, 7863, 8785, 7505, 8420, 12107, 8009, 15393, 7738, 12802, 7691, 11667, 7692, 10115, 7485, 11267, 7694, 9422, 7643, 9122, 8256, 8333, 7522, 8536, 7388, 7822, 8122, 10296, 8266, 7382, 8537, 15095, 10875, 10103, 9736, 8224, 7246, 7843, 7527, 8952, 9035, 7779, 11679, 7660, 10062, 7924, 8542, 7587, 9129, 9410, 7999, 15597, 7828, 12113, 7134, 9289, 10218, 8230, 7730, 8090, 7710, 8130, 12432, 9443, 8192, 7608, 8354, 10646, 8073, 15945, 7802, 9822, 7290, 9107, 10010, 8246, 8245, 8133, 16872, 7800, 10671, 9200, 8315, 7719, 8159, 11252, 8197, 14633, 7858, 12644, 7673, 10464, 7798, 9287, 7387, 7759, 8292, 7863, 8600, 7813, 8315, 9655, 8711, 10116, 17179, 10539, 11571, 7901, 8009, 7555, 7515, 7567, 7616, 7273, 7726, 7936, 7526, 10968, 14688, 8185, 13297, 7633, 9245, 8115, 7951, 7988, 7687, 7240, 9189, 7717, 11231, 7852, 7157, 8075, 8932, 8393, 13829, 10175, 9962, 7838, 8512, 11146, 8076, 13189, 7619, 10919, 7659, 10794, 8109, 8697, 8369, 8108, 7139, 7809, 14053, 7777, 9583, 8161, 8457, 7844, 8227, 7582, 8504, 10193, 7986, 11784, 7730, 11297, 7580, 9505, 7559, 8440, 7547, 9092, 7503, 9958, 7372, 9516, 8016, 7728, 9578, 16220, 7556, 9347, 7889, 7638, 13221, 7512, 8488, 8135, 9641, 7648, 7132, 10959, 9239, 11800, 8723, 13138, 16098, 9629, 12044, 9490, 8385, 7456, 7908, 7727, 7472, 7244, 7644, 12599, 8514, 10563, 7434, 10582, 7340, 9513, 7420, 9837, 7601, 9430, 8900, 7684, 14525, 7345, 10326, 7478, 9532, 7303, 9278, 7107, 8901, 7342, 8949, 7255, 8160, 7483, 7695, 7645, 7396, 9368, 7905, 7606, 7741, 7508, 8820, 7240, 7963, 7264, 11687, 10537, 7737, 11123, 7231, 7142, 7777, 7844, 9424, 7587, 7556, 8133, 7913, 9432, 7461, 12753, 9767, 8136, 15319, 7482, 9093, 7413, 8714, 10475, 7678, 13146, 9261, 11368, 7887, 8452, 12157, 7852, 14507, 9143, 9813, 8109, 7798, 9400, 8013, 9287, 7884, 9401, 7797, 8311, 7676, 8006, 7606, 8140, 10587, 7920, 10292, 7662, 7907, 7509, 8727, 7291, 8942, 7656, 8443, 7169, 8670, 11224, 8064, 10529, 7951, 9169, 6968, 7999, 10514, 7917, 9649, 7588, 10557, 7297, 8530, 9386, 7831, 8854, 7551, 7821, 7779, 7842, 8827, 7689, 9327, 7367, 10653, 7891, 10167, 7197, 13191, 8415, 9890, 7461, 8287, 7141, 8587, 15143, 7877, 7172, 7423, 7303, 8537, 7417, 11824, 7524, 12118, 12374, 8243, 11977, 7812, 9511, 7906, 7775, 13359, 7294, 9533, 7112, 8295, 10198, 7878, 10695, 7450, 9192, 7195, 7942, 14179, 7650, 9496, 7488, 8463, 10487, 8020, 11920, 7799, 7977, 7133, 8312, 12081, 7769, 10629, 7795, 8276, 7597, 7792, 12479, 7354, 8580, 7471, 8813, 7572, 9132, 10252, 8131, 7815, 7905, 12462, 8230, 8490, 11500, 8002, 13183, 7095, 9530, 8134, 7795, 8232, 7611, 12993, 7711, 8922, 8271, 8171, 7803, 7803, 12268, 7532, 8400, 7293, 8030, 8473, 7621, 10829, 7082, 8677, 7326, 9292, 7466, 8437, 10313, 8094, 9708, 7916, 10791, 7673, 8186, 8314, 7104, 9064, 7174, 9998, 12143, 8106, 11536, 7531, 11106, 7122, 9311, 7676, 8197, 7239, 7783, 7664, 12571, 8612, 7766, 11146, 7984, 7481, 7523, 9357, 7768, 9059, 7810, 7300, 8318, 7600, 9421], 'WindowCenter': [4266.0, 4216.0, 4190.0, 4155.0, 4164.0, 4153.0, 4143.0, 4143.0, 4153.0, 4133.0, 4142.0, 4144.0, 4155.0, 4143.0, 4165.0, 4144.0, 4154.0, 4167.0, 4155.0, 4168.0, 4158.0, 4166.0, 4158.0, 4188.0, 4158.0, 4147.0, 4168.0, 4158.0, 4169.0, 4188.0, 4157.0, 4145.0, 4157.0, 4147.0, 4157.0, 4186.0, 4155.0, 4146.0, 4154.0, 4158.0, 4168.0, 4159.0, 4167.0, 4158.0, 4169.0, 4160.0, 4180.0, 4159.0, 4188.0, 4157.0, 4176.0, 4169.0, 4177.0, 4155.0, 4157.0, 4167.0, 4158.0, 4177.0, 4159.0, 4180.0, 4169.0, 4149.0, 4169.0, 4160.0, 4192.0, 4170.0, 4147.0, 4194.0, 4223.0, 4168.0, 4199.0, 4170.0, 4139.0, 4160.0, 4186.0, 4217.0, 4173.0, 4162.0, 4171.0, 4173.0, 4194.0, 4185.0, 4214.0, 4193.0, 4182.0, 4162.0, 4192.0, 4203.0, 4182.0, 4210.0, 4168.0, 4195.0, 4144.0, 4173.0, 4163.0, 4153.0, 4173.0, 4142.0, 4181.0, 4140.0, 4150.0, 4139.0, 4139.0, 4128.0, 4128.0, 4149.0, 4128.0, 4160.0, 4140.0, 4140.0, 4139.0, 4139.0, 4142.0, 4141.0, 4142.0, 4143.0, 4153.0, 4154.0, 4146.0, 4155.0, 4145.0, 4156.0, 4146.0, 4158.0, 4186.0, 4156.0, 4198.0, 4157.0, 4147.0, 4160.0, 4179.0, 4157.0, 4160.0, 4170.0, 4173.0, 4201.0, 4171.0, 4201.0, 4201.0, 4158.0, 4177.0, 4170.0, 4178.0, 4159.0, 4159.0, 4167.0, 4169.0, 4148.0, 4160.0, 4169.0, 4183.0, 4202.0, 4180.0, 4169.0, 4159.0, 4168.0, 4197.0, 4158.0, 4186.0, 4156.0, 4154.0, 4155.0, 4156.0, 4176.0, 4157.0, 4186.0, 4156.0, 4197.0, 4156.0, 4176.0, 4168.0, 4177.0, 4157.0, 4154.0, 4146.0, 4177.0, 4156.0, 4187.0, 4147.0, 4177.0, 4158.0, 4189.0, 4159.0, 4166.0, 4169.0, 4165.0, 4157.0, 4167.0, 4184.0, 4157.0, 4158.0, 4169.0, 4158.0, 4147.0, 4157.0, 4144.0, 4179.0, 4207.0, 4154.0, 4174.0, 4156.0, 4144.0, 4155.0, 4156.0, 4175.0, 4155.0, 4154.0, 4144.0, 4155.0, 4175.0, 4144.0, 4184.0, 4163.0, 4161.0, 4151.0, 4141.0, 4170.0, 4141.0, 4158.0, 4129.0, 4140.0, 4138.0, 4129.0, 4130.0, 4140.0, 4130.0, 4141.0, 4162.0, 4144.0, 4184.0, 4132.0, 4153.0, 4143.0, 4142.0, 4155.0, 4155.0, 4154.0, 4156.0, 4174.0, 4147.0, 4175.0, 4156.0, 4156.0, 4157.0, 4165.0, 4156.0, 4157.0, 4182.0, 4179.0, 4158.0, 4135.0, 4146.0, 4157.0, 4178.0, 4186.0, 4147.0, 4189.0, 4158.0, 4169.0, 4171.0, 4182.0, 4173.0, 4173.0, 4193.0, 4160.0, 4204.0, 4210.0, 4178.0, 4196.0, 4144.0, 4174.0, 4175.0, 4143.0, 4150.0, 4130.0, 4161.0, 4130.0, 4141.0, 4140.0, 4139.0, 4141.0, 4141.0, 4132.0, 4143.0, 4164.0, 4142.0, 4151.0, 4132.0, 4130.0, 4144.0, 4153.0, 4144.0, 4172.0, 4144.0, 4174.0, 4154.0, 4143.0, 4144.0, 4153.0, 4144.0, 4156.0, 4173.0, 4156.0, 4174.0, 4144.0, 4146.0, 4157.0, 4159.0, 4192.0, 4171.0, 4171.0, 4174.0, 4191.0, 4159.0, 4168.0, 4201.0, 4170.0, 4159.0, 4170.0, 4213.0, 4180.0, 4169.0, 4157.0, 4156.0, 4156.0, 4159.0, 4170.0, 4156.0, 4156.0, 4158.0, 4209.0, 4159.0, 4178.0, 4147.0, 4197.0, 4147.0, 4199.0, 4159.0, 4202.0, 4172.0, 4168.0, 4158.0, 4147.0, 4158.0, 4161.0, 4212.0, 4187.0, 4156.0, 4155.0, 4159.0, 4167.0, 4157.0, 4159.0, 4179.0, 4160.0, 4201.0, 4159.0, 4198.0, 4158.0, 4199.0, 4187.0, 4156.0, 4186.0, 4144.0, 4184.0, 4134.0, 4154.0, 4145.0, 4144.0, 4156.0, 4189.0, 4157.0, 4156.0, 4158.0, 4170.0, 4147.0, 4168.0, 4147.0, 4146.0, 4148.0, 4167.0, 4148.0, 4180.0, 4198.0, 4145.0, 4176.0, 4146.0, 4188.0, 4167.0, 4144.0, 4174.0, 4144.0, 4193.0, 4132.0, 4163.0, 4144.0, 4153.0, 4143.0, 4144.0, 4132.0, 4144.0, 4175.0, 4144.0, 4194.0, 4133.0, 4173.0, 4133.0, 4173.0, 4145.0, 4164.0, 4146.0, 4175.0, 4145.0, 4166.0, 4145.0, 4165.0, 4155.0, 4156.0, 4147.0, 4156.0, 4147.0, 4157.0, 4171.0, 4191.0, 4169.0, 4148.0, 4169.0, 4200.0, 4177.0, 4166.0, 4164.0, 4144.0, 4135.0, 4144.0, 4147.0, 4168.0, 4167.0, 4159.0, 4186.0, 4148.0, 4165.0, 4157.0, 4156.0, 4158.0, 4168.0, 4165.0, 4157.0, 4197.0, 4147.0, 4186.0, 4136.0, 4166.0, 4177.0, 4156.0, 4145.0, 4145.0, 4145.0, 4158.0, 4188.0, 4166.0, 4155.0, 4146.0, 4158.0, 4176.0, 4160.0, 4209.0, 4146.0, 4165.0, 4146.0, 4167.0, 4178.0, 4156.0, 4156.0, 4146.0, 4206.0, 4146.0, 4177.0, 4165.0, 4142.0, 4132.0, 4144.0, 4174.0, 4158.0, 4197.0, 4146.0, 4185.0, 4144.0, 4175.0, 4147.0, 4179.0, 4148.0, 4147.0, 4145.0, 4156.0, 4156.0, 4145.0, 4156.0, 4169.0, 4157.0, 4179.0, 4209.0, 4178.0, 4175.0, 4144.0, 4144.0, 4144.0, 4133.0, 4143.0, 4145.0, 4146.0, 4158.0, 4169.0, 4159.0, 4191.0, 4199.0, 4145.0, 4184.0, 4134.0, 4153.0, 4157.0, 4145.0, 4144.0, 4134.0, 4136.0, 4167.0, 4159.0, 4189.0, 4158.0, 4148.0, 4158.0, 4168.0, 4159.0, 4199.0, 4176.0, 4165.0, 4144.0, 4154.0, 4173.0, 4144.0, 4183.0, 4143.0, 4163.0, 4144.0, 4174.0, 4144.0, 4154.0, 4143.0, 4144.0, 4122.0, 4144.0, 4184.0, 4145.0, 4164.0, 4145.0, 4145.0, 4144.0, 4143.0, 4145.0, 4156.0, 4164.0, 4145.0, 4173.0, 4143.0, 4162.0, 4145.0, 4165.0, 4144.0, 4144.0, 4147.0, 4155.0, 4147.0, 4178.0, 4161.0, 4179.0, 4159.0, 4158.0, 4168.0, 4196.0, 4133.0, 4154.0, 4143.0, 4145.0, 4185.0, 4148.0, 4170.0, 4161.0, 4180.0, 4173.0, 4150.0, 4188.0, 4170.0, 4189.0, 4160.0, 4193.0, 4193.0, 4148.0, 4165.0, 4156.0, 4144.0, 4135.0, 4147.0, 4134.0, 4122.0, 4121.0, 4133.0, 4174.0, 4143.0, 4163.0, 4134.0, 4164.0, 4135.0, 4166.0, 4134.0, 4155.0, 4134.0, 4143.0, 4141.0, 4135.0, 4184.0, 4132.0, 4152.0, 4133.0, 4153.0, 4136.0, 4154.0, 4134.0, 4154.0, 4135.0, 4156.0, 4149.0, 4156.0, 4134.0, 4144.0, 4134.0, 4135.0, 4166.0, 4145.0, 4135.0, 4145.0, 4135.0, 4156.0, 4147.0, 4158.0, 4150.0, 4191.0, 4167.0, 4149.0, 4176.0, 4148.0, 4149.0, 4148.0, 4162.0, 4183.0, 4164.0, 4160.0, 4156.0, 4157.0, 4166.0, 4147.0, 4199.0, 4167.0, 4147.0, 4198.0, 4149.0, 4168.0, 4148.0, 4157.0, 4166.0, 4145.0, 4185.0, 4154.0, 4162.0, 4132.0, 4132.0, 4163.0, 4132.0, 4171.0, 4140.0, 4138.0, 4117.0, 4117.0, 4127.0, 4115.0, 4137.0, 4128.0, 4138.0, 4119.0, 4129.0, 4130.0, 4129.0, 4119.0, 4129.0, 4150.0, 4130.0, 4150.0, 4131.0, 4130.0, 4131.0, 4142.0, 4134.0, 4154.0, 4145.0, 4154.0, 4136.0, 4156.0, 4175.0, 4147.0, 4165.0, 4145.0, 4152.0, 4123.0, 4145.0, 4175.0, 4145.0, 4164.0, 4146.0, 4165.0, 4135.0, 4156.0, 4165.0, 4146.0, 4167.0, 4147.0, 4159.0, 4162.0, 4159.0, 4169.0, 4160.0, 4180.0, 4161.0, 4192.0, 4172.0, 4191.0, 4150.0, 4201.0, 4170.0, 4180.0, 4147.0, 4158.0, 4136.0, 4171.0, 4198.0, 4146.0, 4136.0, 4149.0, 4160.0, 4169.0, 4160.0, 4189.0, 4147.0, 4191.0, 4187.0, 4146.0, 4174.0, 4134.0, 4154.0, 4133.0, 4145.0, 4185.0, 4133.0, 4152.0, 4123.0, 4143.0, 4163.0, 4146.0, 4164.0, 4134.0, 4154.0, 4133.0, 4145.0, 4185.0, 4133.0, 4153.0, 4129.0, 4136.0, 4166.0, 4146.0, 4176.0, 4148.0, 4156.0, 4138.0, 4157.0, 4175.0, 4132.0, 4163.0, 4134.0, 4143.0, 4133.0, 4145.0, 4186.0, 4147.0, 4157.0, 4147.0, 4155.0, 4147.0, 4168.0, 4176.0, 4157.0, 4145.0, 4158.0, 4189.0, 4158.0, 4157.0, 4176.0, 4145.0, 4174.0, 4123.0, 4154.0, 4145.0, 4133.0, 4144.0, 4143.0, 4184.0, 4144.0, 4155.0, 4144.0, 4145.0, 4132.0, 4133.0, 4172.0, 4133.0, 4142.0, 4121.0, 4142.0, 4142.0, 4144.0, 4174.0, 4134.0, 4153.0, 4135.0, 4163.0, 4134.0, 4155.0, 4164.0, 4145.0, 4153.0, 4144.0, 4175.0, 4145.0, 4155.0, 4159.0, 4147.0, 4167.0, 4147.0, 4178.0, 4188.0, 4146.0, 4176.0, 4146.0, 4178.0, 4138.0, 4156.0, 4146.0, 4156.0, 4147.0, 4146.0, 4147.0, 4186.0, 4157.0, 4160.0, 4174.0, 4145.0, 4133.0, 4145.0, 4166.0, 4158.0, 4154.0, 4145.0, 4148.0, 4143.0, 4159.0, 4168.0], 'WindowWidth': [9440.0, 9341.0, 9292.0, 9238.0, 9246.0, 9232.0, 9216.0, 9216.0, 9228.0, 9202.0, 9213.0, 9219.0, 9236.0, 9217.0, 9249.0, 9219.0, 9231.0, 9256.0, 9236.0, 9257.0, 9247.0, 9253.0, 9246.0, 9287.0, 9247.0, 9230.0, 9258.0, 9245.0, 9261.0, 9285.0, 9243.0, 9225.0, 9241.0, 9227.0, 9241.0, 9280.0, 9236.0, 9227.0, 9233.0, 9246.0, 9259.0, 9249.0, 9254.0, 9246.0, 9260.0, 9252.0, 9279.0, 9250.0, 9285.0, 9246.0, 9267.0, 9262.0, 9270.0, 9236.0, 9243.0, 9255.0, 9246.0, 9269.0, 9248.0, 9279.0, 9262.0, 9234.0, 9260.0, 9253.0, 9297.0, 9267.0, 9230.0, 9306.0, 9347.0, 9259.0, 9299.0, 9263.0, 9220.0, 9248.0, 9300.0, 9339.0, 9274.0, 9260.0, 9269.0, 9278.0, 9306.0, 9296.0, 9332.0, 9302.0, 9283.0, 9258.0, 9299.0, 9313.0, 9284.0, 9319.0, 9255.0, 9290.0, 9218.0, 9256.0, 9242.0, 9228.0, 9253.0, 9211.0, 9263.0, 9207.0, 9221.0, 9207.0, 9203.0, 9188.0, 9188.0, 9214.0, 9187.0, 9233.0, 9209.0, 9205.0, 9206.0, 9205.0, 9214.0, 9212.0, 9215.0, 9216.0, 9231.0, 9233.0, 9224.0, 9235.0, 9223.0, 9240.0, 9226.0, 9244.0, 9279.0, 9242.0, 9299.0, 9242.0, 9229.0, 9251.0, 9272.0, 9243.0, 9253.0, 9269.0, 9277.0, 9310.0, 9271.0, 9312.0, 9307.0, 9246.0, 9269.0, 9266.0, 9273.0, 9249.0, 9249.0, 9257.0, 9261.0, 9235.0, 9252.0, 9265.0, 9288.0, 9313.0, 9279.0, 9260.0, 9249.0, 9260.0, 9299.0, 9244.0, 9282.0, 9239.0, 9234.0, 9237.0, 9241.0, 9268.0, 9245.0, 9281.0, 9239.0, 9298.0, 9241.0, 9268.0, 9264.0, 9273.0, 9243.0, 9235.0, 9227.0, 9270.0, 9239.0, 9286.0, 9231.0, 9270.0, 9246.0, 9289.0, 9250.0, 9254.0, 9262.0, 9253.0, 9241.0, 9254.0, 9272.0, 9243.0, 9247.0, 9264.0, 9250.0, 9231.0, 9243.0, 9223.0, 9276.0, 9316.0, 9233.0, 9260.0, 9241.0, 9220.0, 9237.0, 9240.0, 9263.0, 9237.0, 9232.0, 9222.0, 9235.0, 9261.0, 9219.0, 9277.0, 9242.0, 9238.0, 9224.0, 9210.0, 9249.0, 9211.0, 9230.0, 9191.0, 9205.0, 9203.0, 9192.0, 9194.0, 9208.0, 9195.0, 9212.0, 9241.0, 9221.0, 9273.0, 9202.0, 9230.0, 9218.0, 9217.0, 9243.0, 9243.0, 9238.0, 9243.0, 9263.0, 9228.0, 9266.0, 9242.0, 9242.0, 9245.0, 9253.0, 9240.0, 9240.0, 9283.0, 9273.0, 9240.0, 9206.0, 9228.0, 9245.0, 9273.0, 9280.0, 9228.0, 9287.0, 9248.0, 9264.0, 9271.0, 9289.0, 9275.0, 9277.0, 9301.0, 9252.0, 9317.0, 9323.0, 9270.0, 9295.0, 9218.0, 9259.0, 9261.0, 9214.0, 9219.0, 9193.0, 9236.0, 9196.0, 9211.0, 9209.0, 9206.0, 9211.0, 9210.0, 9201.0, 9219.0, 9245.0, 9213.0, 9223.0, 9198.0, 9197.0, 9219.0, 9229.0, 9220.0, 9256.0, 9221.0, 9263.0, 9237.0, 9218.0, 9223.0, 9232.0, 9221.0, 9239.0, 9258.0, 9240.0, 9257.0, 9218.0, 9228.0, 9246.0, 9254.0, 9302.0, 9273.0, 9272.0, 9278.0, 9298.0, 9250.0, 9258.0, 9307.0, 9263.0, 9247.0, 9265.0, 9328.0, 9277.0, 9261.0, 9242.0, 9240.0, 9241.0, 9248.0, 9266.0, 9244.0, 9244.0, 9247.0, 9318.0, 9251.0, 9275.0, 9230.0, 9297.0, 9232.0, 9303.0, 9253.0, 9311.0, 9274.0, 9261.0, 9245.0, 9230.0, 9248.0, 9255.0, 9331.0, 9283.0, 9239.0, 9234.0, 9245.0, 9256.0, 9245.0, 9250.0, 9277.0, 9254.0, 9308.0, 9250.0, 9300.0, 9248.0, 9308.0, 9282.0, 9239.0, 9279.0, 9220.0, 9274.0, 9208.0, 9235.0, 9225.0, 9222.0, 9242.0, 9290.0, 9245.0, 9238.0, 9246.0, 9268.0, 9230.0, 9261.0, 9230.0, 9228.0, 9233.0, 9256.0, 9235.0, 9279.0, 9298.0, 9224.0, 9265.0, 9227.0, 9284.0, 9254.0, 9221.0, 9259.0, 9219.0, 9285.0, 9201.0, 9243.0, 9223.0, 9230.0, 9217.0, 9218.0, 9202.0, 9219.0, 9262.0, 9220.0, 9286.0, 9204.0, 9256.0, 9204.0, 9257.0, 9223.0, 9249.0, 9229.0, 9264.0, 9226.0, 9253.0, 9223.0, 9250.0, 9238.0, 9237.0, 9228.0, 9238.0, 9230.0, 9243.0, 9269.0, 9298.0, 9263.0, 9232.0, 9263.0, 9310.0, 9268.0, 9252.0, 9246.0, 9219.0, 9209.0, 9220.0, 9232.0, 9261.0, 9255.0, 9248.0, 9279.0, 9232.0, 9250.0, 9243.0, 9239.0, 9247.0, 9260.0, 9250.0, 9242.0, 9296.0, 9228.0, 9280.0, 9214.0, 9254.0, 9270.0, 9239.0, 9222.0, 9224.0, 9224.0, 9245.0, 9287.0, 9254.0, 9237.0, 9227.0, 9245.0, 9268.0, 9251.0, 9315.0, 9226.0, 9252.0, 9227.0, 9256.0, 9270.0, 9238.0, 9238.0, 9226.0, 9308.0, 9226.0, 9269.0, 9250.0, 9213.0, 9201.0, 9220.0, 9261.0, 9245.0, 9295.0, 9226.0, 9273.0, 9219.0, 9261.0, 9229.0, 9280.0, 9232.0, 9228.0, 9221.0, 9240.0, 9239.0, 9223.0, 9238.0, 9263.0, 9244.0, 9276.0, 9322.0, 9272.0, 9264.0, 9219.0, 9219.0, 9222.0, 9203.0, 9218.0, 9219.0, 9224.0, 9248.0, 9264.0, 9250.0, 9297.0, 9305.0, 9223.0, 9273.0, 9204.0, 9228.0, 9242.0, 9221.0, 9219.0, 9205.0, 9212.0, 9255.0, 9251.0, 9288.0, 9244.0, 9233.0, 9246.0, 9259.0, 9248.0, 9305.0, 9267.0, 9248.0, 9220.0, 9231.0, 9257.0, 9218.0, 9269.0, 9216.0, 9242.0, 9219.0, 9260.0, 9221.0, 9232.0, 9217.0, 9219.0, 9188.0, 9219.0, 9274.0, 9223.0, 9245.0, 9221.0, 9220.0, 9221.0, 9217.0, 9226.0, 9239.0, 9246.0, 9221.0, 9258.0, 9219.0, 9242.0, 9224.0, 9248.0, 9222.0, 9220.0, 9229.0, 9237.0, 9229.0, 9271.0, 9260.0, 9277.0, 9247.0, 9247.0, 9260.0, 9293.0, 9203.0, 9230.0, 9214.0, 9223.0, 9275.0, 9232.0, 9263.0, 9253.0, 9279.0, 9276.0, 9240.0, 9285.0, 9263.0, 9288.0, 9249.0, 9290.0, 9292.0, 9219.0, 9245.0, 9235.0, 9217.0, 9207.0, 9223.0, 9202.0, 9183.0, 9179.0, 9200.0, 9259.0, 9216.0, 9240.0, 9204.0, 9244.0, 9209.0, 9251.0, 9203.0, 9232.0, 9205.0, 9212.0, 9207.0, 9207.0, 9273.0, 9199.0, 9225.0, 9201.0, 9227.0, 9211.0, 9232.0, 9206.0, 9233.0, 9211.0, 9240.0, 9236.0, 9240.0, 9207.0, 9219.0, 9206.0, 9209.0, 9252.0, 9221.0, 9208.0, 9221.0, 9209.0, 9237.0, 9230.0, 9246.0, 9239.0, 9294.0, 9252.0, 9230.0, 9265.0, 9231.0, 9233.0, 9226.0, 9255.0, 9284.0, 9261.0, 9252.0, 9239.0, 9242.0, 9250.0, 9230.0, 9304.0, 9255.0, 9229.0, 9302.0, 9232.0, 9256.0, 9232.0, 9243.0, 9251.0, 9220.0, 9279.0, 9230.0, 9240.0, 9197.0, 9197.0, 9241.0, 9198.0, 9251.0, 9204.0, 9198.0, 9170.0, 9170.0, 9183.0, 9163.0, 9196.0, 9188.0, 9200.0, 9177.0, 9191.0, 9193.0, 9189.0, 9176.0, 9191.0, 9218.0, 9193.0, 9220.0, 9195.0, 9192.0, 9200.0, 9213.0, 9207.0, 9233.0, 9222.0, 9233.0, 9212.0, 9240.0, 9264.0, 9228.0, 9248.0, 9222.0, 9228.0, 9191.0, 9223.0, 9261.0, 9221.0, 9246.0, 9225.0, 9249.0, 9209.0, 9239.0, 9248.0, 9226.0, 9254.0, 9229.0, 9249.0, 9255.0, 9248.0, 9261.0, 9252.0, 9279.0, 9256.0, 9297.0, 9272.0, 9295.0, 9240.0, 9311.0, 9266.0, 9276.0, 9227.0, 9243.0, 9213.0, 9266.0, 9301.0, 9226.0, 9214.0, 9237.0, 9252.0, 9263.0, 9252.0, 9290.0, 9228.0, 9295.0, 9282.0, 9224.0, 9259.0, 9206.0, 9232.0, 9202.0, 9222.0, 9276.0, 9202.0, 9226.0, 9190.0, 9217.0, 9243.0, 9223.0, 9245.0, 9207.0, 9232.0, 9204.0, 9222.0, 9277.0, 9204.0, 9228.0, 9197.0, 9202.0, 9244.0, 9224.0, 9265.0, 9230.0, 9239.0, 9218.0, 9242.0, 9262.0, 9199.0, 9244.0, 9204.0, 9217.0, 9203.0, 9222.0, 9280.0, 9230.0, 9241.0, 9228.0, 9237.0, 9230.0, 9257.0, 9267.0, 9241.0, 9224.0, 9245.0, 9288.0, 9244.0, 9243.0, 9265.0, 9222.0, 9262.0, 9190.0, 9232.0, 9222.0, 9204.0, 9217.0, 9218.0, 9273.0, 9220.0, 9236.0, 9219.0, 9220.0, 9199.0, 9203.0, 9252.0, 9203.0, 9213.0, 9185.0, 9214.0, 9212.0, 9221.0, 9260.0, 9209.0, 9231.0, 9209.0, 9245.0, 9209.0, 9238.0, 9248.0, 9222.0, 9231.0, 9219.0, 9262.0, 9221.0, 9236.0, 9247.0, 9231.0, 9256.0, 9231.0, 9273.0, 9287.0, 9227.0, 9265.0, 9226.0, 9270.0, 9216.0, 9238.0, 9225.0, 9240.0, 9228.0, 9226.0, 9229.0, 9283.0, 9243.0, 9250.0, 9259.0, 9219.0, 9204.0, 9222.0, 9252.0, 9247.0, 9231.0, 9224.0, 9232.0, 9215.0, 9249.0, 9260.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.0009875747126436782</td></tr>
<tr><td colspan=3>aqi</td><td>0.024304077011494254</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.01494618130033</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.215418792393555</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9999330294016112</td></tr>
<tr><td colspan=3>efc</td><td>0.4731</td></tr>
<tr><td colspan=3>fber</td><td>6270.5723</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11255748949216329</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>71</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.160919540229886</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5171808045831736</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.457510123226575</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7210804805789315</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.372951809944015</td></tr>
<tr><td colspan=3>gcor</td><td>0.012435</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007377807050943375</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.016297832131385803</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.772856222945846</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>38.7657</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.8333</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>150.9199</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296263.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>658.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>316.8324</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2031</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>537.3206</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3311.4137</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3517.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80281.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1027.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4367.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>932.1792</td></tr>
<tr><td colspan=3>tsnr</td><td>38.20559430110734</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>