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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-03_subject-0061_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-0061/figures/sub-0061_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0061/figures/sub-0061_ses-03_task-social_acq-mb8_run-06_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-0061/figures/sub-0061_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0061/figures/sub-0061_ses-03_task-social_acq-mb8_run-06_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-0061/ses-03/func/sub-0061_ses-03_task-social_acq-mb8_run-06_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>30e3b77c0ce21132233e251dec277a49</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:06:12.590000</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.996857, -0.023855, 0.0755405, 0.0127015, 0.989376, 0.144822]</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.252</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-06_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.0816743</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4166, -7743, -7362, 656, -75, -258, -23, 98]</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.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>239.733</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>aa2c1aeb-efa2-4375-a04d-4296fd4cc7b5||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.6744954586029053, 0.034077238291502, 0.2111203819513321, 103.19356536865234], [0.0640011802315712, 2.654423952102661, 0.3872007429599762, -108.7084732055664], [0.20266972482204437, -0.3885475993156433, 2.66373872756958, -99.0783920288086], [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': ['180612.590000', '180613.050000', '180613.510000', '180613.970000', '180614.430000', '180614.890000', '180615.350000', '180615.810000', '180616.270000', '180616.730000', '180617.190000', '180617.650000', '180618.110000', '180618.570000', '180619.030000', '180619.490000', '180619.950000', '180620.410000', '180620.870000', '180621.330000', '180621.790000', '180622.250000', '180622.710000', '180623.170000', '180623.630000', '180624.090000', '180624.550000', '180625.010000', '180625.470000', '180625.930000', '180626.390000', '180626.850000', '180627.310000', '180627.770000', '180628.230000', '180628.690000', '180629.150000', '180629.610000', '180630.070000', '180630.530000', '180630.990000', '180631.450000', '180631.910000', '180632.370000', '180632.830000', '180633.290000', '180633.750000', '180634.210000', '180634.670000', '180635.130000', '180635.590000', '180636.050000', '180636.510000', '180636.970000', '180637.430000', '180637.890000', '180638.350000', '180638.810000', '180639.270000', '180639.730000', '180640.190000', '180640.650000', '180641.110000', '180641.570000', '180642.030000', '180642.490000', '180642.950000', '180643.410000', '180643.870000', '180644.330000', '180644.790000', '180645.250000', '180645.710000', '180646.170000', '180646.630000', '180647.090000', '180647.550000', '180648.010000', '180648.470000', '180648.930000', '180649.390000', '180649.850000', '180650.310000', '180650.770000', '180651.230000', '180651.690000', '180652.150000', '180652.610000', '180653.070000', '180653.530000', '180653.990000', '180654.450000', '180654.910000', '180655.370000', '180655.830000', '180656.290000', '180656.750000', '180657.210000', '180657.670000', '180658.130000', '180658.590000', '180659.050000', '180659.510000', '180659.970000', '180700.430000', '180700.890000', '180701.350000', '180701.810000', '180702.270000', '180702.730000', '180703.190000', '180703.650000', '180704.110000', '180704.570000', '180705.030000', '180705.490000', '180705.950000', '180706.410000', '180706.870000', '180707.330000', '180707.790000', '180708.250000', '180708.710000', '180709.170000', '180709.630000', '180710.090000', '180710.550000', '180711.010000', '180711.470000', '180711.930000', '180712.390000', '180712.850000', '180713.310000', '180713.770000', '180714.230000', '180714.690000', '180715.150000', '180715.610000', '180716.070000', '180716.530000', '180716.990000', '180717.450000', '180717.910000', '180718.370000', '180718.830000', '180719.290000', '180719.750000', '180720.210000', '180720.670000', '180721.130000', '180721.590000', '180722.050000', '180722.510000', '180722.970000', '180723.430000', '180723.890000', '180724.350000', '180724.810000', '180725.270000', '180725.730000', '180726.190000', '180726.650000', '180727.110000', '180727.570000', '180728.030000', '180728.490000', '180728.950000', '180729.410000', '180729.870000', '180730.330000', '180730.790000', '180731.250000', '180731.710000', '180732.170000', '180732.630000', '180733.090000', '180733.550000', '180734.010000', '180734.470000', '180734.930000', '180735.390000', '180735.850000', '180736.310000', '180736.770000', '180737.230000', '180737.690000', '180738.150000', '180738.610000', '180739.070000', '180739.530000', '180739.990000', '180740.450000', '180740.910000', '180741.370000', '180741.830000', '180742.290000', '180742.750000', '180743.210000', '180743.670000', '180744.130000', '180744.590000', '180745.050000', '180745.510000', '180745.970000', '180746.430000', '180746.890000', '180747.350000', '180747.810000', '180748.270000', '180748.730000', '180749.190000', '180749.650000', '180750.110000', '180750.570000', '180751.030000', '180751.490000', '180751.950000', '180752.410000', '180752.870000', '180753.330000', '180753.790000', '180754.250000', '180754.710000', '180755.170000', '180755.630000', '180756.090000', '180756.550000', '180757.010000', '180757.470000', '180757.930000', '180758.390000', '180758.850000', '180759.310000', '180759.770000', '180800.230000', '180800.690000', '180801.150000', '180801.610000', '180802.070000', '180802.530000', '180802.990000', '180803.450000', '180803.910000', '180804.370000', '180804.830000', '180805.290000', '180805.750000', '180806.210000', '180806.670000', '180807.130000', '180807.590000', '180808.050000', '180808.510000', '180808.970000', '180809.430000', '180809.890000', '180810.350000', '180810.810000', '180811.270000', '180811.730000', '180812.190000', '180812.650000', '180813.110000', '180813.570000', '180814.030000', '180814.490000', '180814.950000', '180815.410000', '180815.870000', '180816.330000', '180816.790000', '180817.250000', '180817.710000', '180818.170000', '180818.630000', '180819.090000', '180819.550000', '180820.010000', '180820.470000', '180820.930000', '180821.390000', '180821.850000', '180822.310000', '180822.770000', '180823.230000', '180823.690000', '180824.150000', '180824.610000', '180825.070000', '180825.530000', '180825.990000', '180826.450000', '180826.910000', '180827.370000', '180827.830000', '180828.290000', '180828.750000', '180829.210000', '180829.670000', '180830.130000', '180830.590000', '180831.050000', '180831.510000', '180831.970000', '180832.430000', '180832.890000', '180833.350000', '180833.810000', '180834.270000', '180834.730000', '180835.190000', '180835.650000', '180836.110000', '180836.570000', '180837.030000', '180837.490000', '180837.950000', '180838.410000', '180838.870000', '180839.330000', '180839.790000', '180840.250000', '180840.710000', '180841.170000', '180841.630000', '180842.090000', '180842.550000', '180843.010000', '180843.470000', '180843.930000', '180844.390000', '180844.850000', '180845.310000', '180845.770000', '180846.230000', '180846.690000', '180847.150000', '180847.610000', '180848.070000', '180848.530000', '180848.990000', '180849.450000', '180849.910000', '180850.370000', '180850.830000', '180851.290000', '180851.750000', '180852.210000', '180852.670000', '180853.130000', '180853.590000', '180854.050000', '180854.510000', '180854.970000', '180855.430000', '180855.890000', '180856.350000', '180856.810000', '180857.270000', '180857.730000', '180858.190000', '180858.650000', '180859.110000', '180859.570000', '180900.030000', '180900.490000', '180900.950000', '180901.410000', '180901.870000', '180902.330000', '180902.790000', '180903.250000', '180903.710000', '180904.170000', '180904.630000', '180905.090000', '180905.550000', '180906.010000', '180906.470000', '180906.930000', '180907.390000', '180907.850000', '180908.310000', '180908.770000', '180909.230000', '180909.690000', '180910.150000', '180910.610000', '180911.070000', '180911.530000', '180911.990000', '180912.450000', '180912.910000', '180913.370000', '180913.830000', '180914.290000', '180914.750000', '180915.210000', '180915.670000', '180916.130000', '180916.590000', '180917.050000', '180917.510000', '180917.970000', '180918.430000', '180918.890000', '180919.350000', '180919.810000', '180920.270000', '180920.730000', '180921.190000', '180921.650000', '180922.110000', '180922.570000', '180923.030000', '180923.490000', '180923.950000', '180924.410000', '180924.870000', '180925.330000', '180925.790000', '180926.250000', '180926.710000', '180927.170000', '180927.630000', '180928.090000', '180928.550000', '180929.010000', '180929.470000', '180929.930000', '180930.390000', '180930.850000', '180931.310000', '180931.770000', '180932.230000', '180932.690000', '180933.150000', '180933.610000', '180934.070000', '180934.530000', '180934.990000', '180935.450000', '180935.910000', '180936.370000', '180936.830000', '180937.290000', '180937.750000', '180938.210000', '180938.670000', '180939.130000', '180939.590000', '180940.050000', '180940.510000', '180940.970000', '180941.430000', '180941.890000', '180942.350000', '180942.810000', '180943.270000', '180943.730000', '180944.190000', '180944.650000', '180945.110000', '180945.570000', '180946.030000', '180946.490000', '180946.950000', '180947.410000', '180947.870000', '180948.330000', '180948.790000', '180949.250000', '180949.710000', '180950.170000', '180950.630000', '180951.090000', '180951.550000', '180952.010000', '180952.470000', '180952.930000', '180953.390000', '180953.850000', '180954.310000', '180954.770000', '180955.230000', '180955.690000', '180956.150000', '180956.610000', '180957.070000', '180957.530000', '180957.990000', '180958.450000', '180958.910000', '180959.370000', '180959.830000', '181000.290000', '181000.750000', '181001.210000', '181001.670000', '181002.130000', '181002.590000', '181003.050000', '181003.510000', '181003.970000', '181004.430000', '181004.890000', '181005.350000', '181005.810000', '181006.270000', '181006.730000', '181007.190000', '181007.650000', '181008.110000', '181008.570000', '181009.030000', '181009.490000', '181009.950000', '181010.410000', '181010.870000', '181011.330000', '181011.790000', '181012.250000', '181012.710000', '181013.170000', '181013.630000', '181014.090000', '181014.550000', '181015.010000', '181015.470000', '181015.930000', '181016.390000', '181016.850000', '181017.310000', '181017.770000', '181018.230000', '181018.690000', '181019.150000', '181019.610000', '181020.070000', '181020.530000', '181020.990000', '181021.450000', '181021.910000', '181022.370000', '181022.830000', '181023.290000', '181023.750000', '181024.210000', '181024.670000', '181025.130000', '181025.590000', '181026.050000', '181026.510000', '181026.970000', '181027.430000', '181027.890000', '181028.350000', '181028.810000', '181029.270000', '181029.730000', '181030.190000', '181030.650000', '181031.110000', '181031.570000', '181032.030000', '181032.490000', '181032.950000', '181033.410000', '181033.870000', '181034.330000', '181034.790000', '181035.250000', '181035.710000', '181036.170000', '181036.630000', '181037.090000', '181037.550000', '181038.010000', '181038.470000', '181038.930000', '181039.390000', '181039.850000', '181040.310000', '181040.770000', '181041.230000', '181041.690000', '181042.150000', '181042.610000', '181043.070000', '181043.530000', '181043.990000', '181044.450000', '181044.910000', '181045.370000', '181045.830000', '181046.290000', '181046.750000', '181047.210000', '181047.670000', '181048.130000', '181048.590000', '181049.050000', '181049.510000', '181049.970000', '181050.430000', '181050.890000', '181051.350000', '181051.810000', '181052.270000', '181052.730000', '181053.190000', '181053.650000', '181054.110000', '181054.570000', '181055.030000', '181055.490000', '181055.950000', '181056.410000', '181056.870000', '181057.330000', '181057.790000', '181058.250000', '181058.710000', '181059.170000', '181059.630000', '181100.090000', '181100.550000', '181101.010000', '181101.470000', '181101.930000', '181102.390000', '181102.850000', '181103.310000', '181103.770000', '181104.230000', '181104.690000', '181105.150000', '181105.610000', '181106.070000', '181106.530000', '181106.990000', '181107.450000', '181107.910000', '181108.370000', '181108.830000', '181109.290000', '181109.750000', '181110.210000', '181110.670000', '181111.130000', '181111.590000', '181112.050000', '181112.510000', '181112.970000', '181113.430000', '181113.890000', '181114.350000', '181114.810000', '181115.270000', '181115.730000', '181116.190000', '181116.650000', '181117.110000', '181117.570000', '181118.030000', '181118.490000', '181118.950000', '181119.410000', '181119.870000', '181120.330000', '181120.790000', '181121.250000', '181121.710000', '181122.170000', '181122.630000', '181123.090000', '181123.550000', '181124.010000', '181124.470000', '181124.930000', '181125.390000', '181125.850000', '181126.310000', '181126.770000', '181127.230000', '181127.690000', '181128.150000', '181128.610000', '181129.070000', '181129.530000', '181129.990000', '181130.450000', '181130.910000', '181131.370000', '181131.830000', '181132.290000', '181132.750000', '181133.210000', '181133.670000', '181134.130000', '181134.590000', '181135.050000', '181135.510000', '181135.970000', '181136.430000', '181136.890000', '181137.350000', '181137.810000', '181138.270000', '181138.730000', '181139.190000', '181139.650000', '181140.110000', '181140.570000', '181141.030000', '181141.490000', '181141.950000', '181142.410000', '181142.870000', '181143.330000', '181143.790000', '181144.250000', '181144.710000', '181145.170000', '181145.630000', '181146.090000', '181146.550000', '181147.010000', '181147.470000', '181147.930000', '181148.390000', '181148.850000', '181149.310000', '181149.770000', '181150.230000', '181150.690000', '181151.150000', '181151.610000', '181152.070000', '181152.530000', '181152.990000', '181153.450000', '181153.910000', '181154.370000', '181154.830000', '181155.290000', '181155.750000', '181156.210000', '181156.670000', '181157.130000', '181157.590000', '181158.050000', '181158.510000', '181158.970000', '181159.430000', '181159.890000', '181200.350000', '181200.810000', '181201.270000', '181201.730000', '181202.190000', '181202.650000', '181203.110000', '181203.570000', '181204.030000', '181204.490000', '181204.950000', '181205.410000', '181205.870000', '181206.330000', '181206.790000', '181207.250000', '181207.710000', '181208.170000', '181208.630000', '181209.090000', '181209.550000', '181210.010000', '181210.470000', '181210.930000', '181211.390000', '181211.850000', '181212.310000', '181212.770000', '181213.230000', '181213.690000', '181214.150000', '181214.610000', '181215.070000', '181215.530000', '181215.990000', '181216.450000', '181216.910000', '181217.370000', '181217.830000', '181218.290000', '181218.750000', '181219.210000', '181219.670000', '181220.130000', '181220.590000', '181221.050000', '181221.510000', '181221.970000', '181222.430000', '181222.890000', '181223.350000', '181223.810000', '181224.270000', '181224.730000', '181225.190000', '181225.650000', '181226.110000', '181226.570000', '181227.030000', '181227.490000', '181227.950000', '181228.410000', '181228.870000', '181229.330000', '181229.790000', '181230.250000', '181230.710000', '181231.170000', '181231.630000', '181232.090000', '181232.550000', '181233.010000', '181233.470000', '181233.930000', '181234.390000', '181234.850000', '181235.310000', '181235.770000', '181236.230000', '181236.690000', '181237.150000', '181237.610000', '181238.070000', '181238.530000', '181238.990000', '181239.450000', '181239.910000', '181240.370000', '181240.830000', '181241.290000', '181241.750000', '181242.210000', '181242.670000', '181243.130000', '181243.590000', '181244.050000', '181244.510000', '181244.970000', '181245.430000', '181245.890000', '181246.350000', '181246.810000', '181247.270000', '181247.730000', '181248.190000', '181248.650000', '181249.110000', '181249.570000', '181250.030000', '181250.490000', '181250.950000', '181251.410000', '181251.870000', '181252.330000', '181252.790000', '181253.250000'], 'ContentTime': ['180625.138000', '180625.142000', '180625.145000', '180625.148000', '180625.151000', '180625.153000', '180625.156000', '180625.159000', '180625.167000', '180625.170000', '180625.172000', '180625.175000', '180625.178000', '180625.181000', '180625.184000', '180625.186000', '180625.189000', '180625.191000', '180625.194000', '180625.196000', '180625.199000', '180625.201000', '180625.204000', '180625.206000', '180645.109000', '180645.111000', '180645.114000', '180645.117000', '180645.119000', '180645.122000', '180645.124000', '180645.133000', '180645.135000', '180645.138000', '180645.140000', '180645.143000', '180645.145000', '180645.148000', '180645.151000', '180645.153000', '180645.156000', '180645.158000', '180645.161000', '180645.164000', '180645.166000', '180645.169000', '180645.171000', '180645.174000', '180645.176000', '180645.179000', '180645.181000', '180645.184000', '180645.187000', '180645.194000', '180645.197000', '180645.199000', '180645.202000', '180645.205000', '180645.207000', '180645.210000', '180645.212000', '180645.215000', '180645.217000', '180645.220000', '180645.222000', '180645.225000', '180645.228000', '180645.230000', '180705.108000', '180705.111000', '180705.114000', '180705.117000', '180705.119000', '180705.122000', '180705.124000', '180705.127000', '180705.129000', '180705.132000', '180705.135000', '180705.137000', '180705.140000', '180705.142000', '180705.145000', '180705.147000', '180705.150000', '180705.152000', '180705.155000', '180705.158000', '180705.160000', '180705.163000', '180705.165000', '180705.168000', '180705.170000', '180705.173000', '180705.176000', '180705.178000', '180705.181000', '180705.183000', '180705.186000', '180705.193000', '180705.196000', '180705.199000', '180705.201000', '180705.204000', '180705.206000', '180705.209000', '180705.211000', '180705.214000', '180705.217000', '180705.219000', '180705.222000', '180725.108000', '180725.111000', '180725.114000', '180725.116000', '180725.119000', '180725.121000', '180725.124000', '180725.126000', '180725.129000', '180725.131000', '180725.134000', '180725.137000', '180725.139000', '180725.142000', '180725.144000', '180725.147000', '180725.149000', '180725.152000', '180725.154000', '180725.157000', '180725.159000', '180725.162000', '180725.165000', '180725.167000', '180725.170000', '180725.172000', '180725.175000', '180725.177000', '180725.180000', '180725.182000', '180725.185000', '180725.188000', '180725.190000', '180725.193000', '180725.195000', '180725.198000', '180725.200000', '180725.203000', '180725.205000', '180725.208000', '180725.211000', '180725.213000', '180725.216000', '180725.218000', '180745.109000', '180745.111000', '180745.114000', '180745.117000', '180745.119000', '180745.122000', '180745.124000', '180745.127000', '180745.129000', '180745.132000', '180745.134000', '180745.137000', '180745.139000', '180745.142000', '180745.145000', '180745.147000', '180745.150000', '180745.152000', '180745.155000', '180745.157000', '180745.160000', '180745.163000', '180745.165000', '180745.168000', '180745.170000', '180745.173000', '180745.175000', '180745.178000', '180745.181000', '180745.183000', '180745.186000', '180745.188000', '180745.191000', '180745.194000', '180745.196000', '180745.199000', '180745.201000', '180745.204000', '180745.207000', '180745.209000', '180745.212000', '180745.214000', '180745.217000', '180805.107000', '180805.110000', '180805.113000', '180805.116000', '180805.118000', '180805.121000', '180805.123000', '180805.126000', '180805.129000', '180805.131000', '180805.134000', '180805.136000', '180805.139000', '180805.141000', '180805.144000', '180805.147000', '180805.149000', '180805.152000', '180805.154000', '180805.157000', '180805.159000', '180805.162000', '180805.164000', '180805.167000', '180805.170000', '180805.172000', '180805.175000', '180805.177000', '180805.180000', '180805.182000', '180805.185000', '180805.188000', '180805.190000', '180805.193000', '180805.195000', '180805.198000', '180805.201000', '180805.203000', '180805.206000', '180805.208000', '180805.211000', '180805.213000', '180805.216000', '180805.219000', '180825.107000', '180825.110000', '180825.113000', '180825.115000', '180825.118000', '180825.121000', '180825.123000', '180825.126000', '180825.128000', '180825.131000', '180825.134000', '180825.136000', '180825.139000', '180825.141000', '180825.144000', '180825.146000', '180825.149000', '180825.152000', '180825.154000', '180825.157000', '180825.159000', '180825.162000', '180825.164000', '180825.167000', '180825.170000', '180825.172000', '180825.186000', '180825.189000', '180825.191000', '180825.194000', '180825.196000', '180825.199000', '180825.202000', '180825.204000', '180825.207000', '180825.209000', '180825.212000', '180825.214000', '180825.217000', '180825.220000', '180825.222000', '180825.225000', '180825.227000', '180845.107000', '180845.110000', '180845.113000', '180845.115000', '180845.118000', '180845.121000', '180845.123000', '180845.126000', '180845.128000', '180845.131000', '180845.133000', '180845.136000', '180845.139000', '180845.141000', '180845.144000', '180845.146000', '180845.149000', '180845.151000', '180845.154000', '180845.157000', '180845.159000', '180845.162000', '180845.164000', '180845.167000', '180845.170000', '180845.172000', '180845.175000', '180845.177000', '180845.180000', '180845.182000', '180845.185000', '180845.188000', '180845.190000', '180845.193000', '180845.195000', '180845.198000', '180845.200000', '180845.203000', '180845.206000', '180845.208000', '180845.211000', '180845.214000', '180845.216000', '180845.219000', '180905.109000', '180905.112000', '180905.114000', '180905.117000', '180905.119000', '180905.122000', '180905.124000', '180905.127000', '180905.130000', '180905.132000', '180905.135000', '180905.138000', '180905.140000', '180905.143000', '180905.145000', '180905.148000', '180905.151000', '180905.153000', '180905.156000', '180905.158000', '180905.161000', '180905.164000', '180905.166000', '180905.169000', '180905.171000', '180905.174000', '180905.177000', '180905.179000', '180905.182000', '180905.184000', '180905.187000', '180905.189000', '180905.192000', '180905.195000', '180905.197000', '180905.200000', '180905.202000', '180905.205000', '180905.207000', '180905.210000', '180905.213000', '180905.215000', '180905.218000', '180925.109000', '180925.111000', '180925.114000', '180925.117000', '180925.119000', '180925.122000', '180925.124000', '180925.127000', '180925.129000', '180925.132000', '180925.135000', '180925.137000', '180925.140000', '180925.143000', '180925.145000', '180925.148000', '180925.150000', '180925.153000', '180925.156000', '180925.158000', '180925.161000', '180925.163000', '180925.166000', '180925.169000', '180925.171000', '180925.174000', '180925.177000', '180925.179000', '180925.182000', '180925.184000', '180925.187000', '180925.190000', '180925.192000', '180925.195000', '180925.197000', '180925.200000', '180925.202000', '180925.205000', '180925.208000', '180925.210000', '180925.213000', '180925.216000', '180925.218000', '180925.221000', '180945.109000', '180945.112000', '180945.114000', '180945.117000', '180945.119000', '180945.122000', '180945.125000', '180945.127000', '180945.130000', '180945.132000', '180945.135000', '180945.138000', '180945.140000', '180945.143000', '180945.145000', '180945.148000', '180945.150000', '180945.153000', '180945.155000', '180945.158000', '180945.161000', '180945.163000', '180945.166000', '180945.169000', '180945.171000', '180945.174000', '180945.177000', '180945.179000', '180945.182000', '180945.185000', '180945.187000', '180945.190000', '180945.192000', '180945.195000', '180945.198000', '180945.200000', '180945.203000', '180945.206000', '180945.208000', '180945.211000', '180945.214000', '180945.216000', '180945.219000', '181005.109000', '181005.111000', '181005.114000', '181005.117000', '181005.119000', '181005.122000', '181005.124000', '181005.127000', '181005.156000', '181005.159000', '181005.162000', '181005.164000', '181005.167000', '181005.169000', '181005.172000', '181005.174000', '181005.177000', '181005.180000', '181005.182000', '181005.185000', '181005.187000', '181005.190000', '181005.192000', '181005.195000', '181005.198000', '181005.200000', '181005.203000', '181005.205000', '181005.208000', '181005.210000', '181005.213000', '181005.216000', '181005.218000', '181005.221000', '181005.223000', '181005.226000', '181005.229000', '181005.231000', '181005.234000', '181005.236000', '181005.239000', '181005.241000', '181005.244000', '181005.247000', '181025.107000', '181025.110000', '181025.113000', '181025.116000', '181025.144000', '181025.147000', '181025.150000', '181025.152000', '181025.155000', '181025.157000', '181025.160000', '181025.163000', '181025.165000', '181025.168000', '181025.170000', '181025.173000', '181025.176000', '181025.178000', '181025.181000', '181025.183000', '181025.186000', '181025.189000', '181025.191000', '181025.194000', '181025.196000', '181025.199000', '181025.201000', '181025.204000', '181025.206000', '181025.209000', '181025.212000', '181025.214000', '181025.217000', '181025.219000', '181025.222000', '181025.225000', '181025.227000', '181025.230000', '181025.232000', '181025.235000', '181025.238000', '181025.240000', '181025.243000', '181045.107000', '181045.110000', '181045.113000', '181045.115000', '181045.118000', '181045.120000', '181045.123000', '181045.126000', '181045.128000', '181045.131000', '181045.133000', '181045.136000', '181045.139000', '181045.142000', '181045.144000', '181045.147000', '181045.149000', '181045.152000', '181045.155000', '181045.157000', '181045.160000', '181045.162000', '181045.165000', '181045.168000', '181045.170000', '181045.173000', '181045.175000', '181045.178000', '181045.181000', '181045.183000', '181045.186000', '181045.188000', '181045.191000', '181045.194000', '181045.196000', '181045.199000', '181045.202000', '181045.204000', '181045.207000', '181045.209000', '181045.212000', '181045.215000', '181045.217000', '181045.220000', '181105.107000', '181105.110000', '181105.113000', '181105.116000', '181105.118000', '181105.121000', '181105.124000', '181105.126000', '181105.129000', '181105.131000', '181105.134000', '181105.136000', '181105.139000', '181105.142000', '181105.144000', '181105.147000', '181105.149000', '181105.152000', '181105.155000', '181105.157000', '181105.160000', '181105.162000', '181105.165000', '181105.168000', '181105.170000', '181105.173000', '181105.176000', '181105.178000', '181105.181000', '181105.183000', '181105.186000', '181105.189000', '181105.191000', '181105.194000', '181105.196000', '181105.199000', '181105.202000', '181105.204000', '181105.207000', '181105.210000', '181105.212000', '181105.215000', '181105.217000', '181125.109000', '181125.111000', '181125.114000', '181125.117000', '181125.119000', '181125.122000', '181125.125000', '181125.127000', '181125.130000', '181125.132000', '181125.135000', '181125.137000', '181125.140000', '181125.143000', '181125.145000', '181125.148000', '181125.150000', '181125.153000', '181125.155000', '181125.186000', '181125.188000', '181125.191000', '181125.193000', '181125.196000', '181125.199000', '181125.201000', '181125.204000', '181125.206000', '181125.209000', '181125.212000', '181125.214000', '181125.217000', '181125.219000', '181125.222000', '181125.225000', '181125.227000', '181125.230000', '181125.232000', '181125.235000', '181125.237000', '181125.240000', '181125.243000', '181125.245000', '181145.109000', '181145.112000', '181145.114000', '181145.117000', '181145.119000', '181145.122000', '181145.125000', '181145.127000', '181145.130000', '181145.133000', '181145.135000', '181145.138000', '181145.144000', '181145.147000', '181145.150000', '181145.152000', '181145.155000', '181145.157000', '181145.160000', '181145.163000', '181145.165000', '181145.168000', '181145.170000', '181145.173000', '181145.176000', '181145.178000', '181145.181000', '181145.183000', '181145.186000', '181145.188000', '181145.191000', '181145.194000', '181145.196000', '181145.199000', '181145.202000', '181145.204000', '181145.207000', '181145.209000', '181145.212000', '181145.215000', '181145.217000', '181145.220000', '181145.223000', '181145.225000', '181205.108000', '181205.111000', '181205.114000', '181205.117000', '181205.119000', '181205.122000', '181205.125000', '181205.127000', '181205.130000', '181205.132000', '181205.135000', '181205.138000', '181205.140000', '181205.143000', '181205.145000', '181205.148000', '181205.151000', '181205.153000', '181205.156000', '181205.158000', '181205.161000', '181205.163000', '181205.166000', '181205.169000', '181205.173000', '181205.176000', '181205.180000', '181205.182000', '181205.185000', '181205.188000', '181205.190000', '181205.193000', '181205.196000', '181205.198000', '181205.201000', '181205.204000', '181205.206000', '181205.209000', '181205.212000', '181205.214000', '181205.217000', '181205.219000', '181205.222000', '181225.109000', '181225.112000', '181225.114000', '181225.117000', '181225.119000', '181225.122000', '181225.125000', '181225.127000', '181225.130000', '181225.132000', '181225.135000', '181225.137000', '181225.140000', '181225.143000', '181225.145000', '181225.148000', '181225.150000', '181225.153000', '181225.156000', '181225.158000', '181225.161000', '181225.163000', '181225.166000', '181225.168000', '181225.171000', '181225.173000', '181225.176000', '181225.179000', '181225.181000', '181225.184000', '181225.186000', '181225.189000', '181225.192000', '181225.194000', '181225.197000', '181225.199000', '181225.202000', '181225.204000', '181225.207000', '181225.210000', '181225.212000', '181225.215000', '181225.217000', '181225.220000', '181245.108000', '181245.110000', '181245.113000', '181245.116000', '181245.118000', '181245.121000', '181245.124000', '181245.127000', '181245.129000', '181245.132000', '181245.135000', '181245.137000', '181245.140000', '181245.142000', '181245.145000', '181245.148000', '181245.150000', '181245.153000', '181245.155000', '181245.158000', '181245.161000', '181245.163000', '181245.166000', '181245.168000', '181245.171000', '181245.173000', '181245.176000', '181245.179000', '181245.181000', '181245.184000', '181245.193000', '181245.196000', '181245.198000', '181245.201000', '181245.204000', '181245.206000', '181245.209000', '181245.211000', '181245.214000', '181245.216000', '181245.219000', '181245.222000', '181245.224000', '181254.800000', '181254.803000', '181254.805000', '181254.808000', '181254.810000', '181254.813000', '181254.816000', '181254.818000', '181254.821000', '181254.824000', '181254.826000', '181254.829000', '181254.831000', '181254.834000', '181254.837000', '181254.839000', '181254.842000', '181254.847000', '181254.850000', '181254.852000', '181254.855000', '181254.858000'], 'InstanceCreationTime': ['180625.138000', '180625.142000', '180625.145000', '180625.148000', '180625.151000', '180625.153000', '180625.156000', '180625.159000', '180625.167000', '180625.170000', '180625.172000', '180625.175000', '180625.178000', '180625.181000', '180625.184000', '180625.186000', '180625.189000', '180625.191000', '180625.194000', '180625.196000', '180625.199000', '180625.201000', '180625.204000', '180625.206000', '180645.109000', '180645.111000', '180645.114000', '180645.117000', '180645.119000', '180645.122000', '180645.124000', '180645.133000', '180645.135000', '180645.138000', '180645.140000', '180645.143000', '180645.145000', '180645.148000', '180645.151000', '180645.153000', '180645.156000', '180645.158000', '180645.161000', '180645.164000', '180645.166000', '180645.169000', '180645.171000', '180645.174000', '180645.176000', '180645.179000', '180645.181000', '180645.184000', '180645.187000', '180645.194000', '180645.197000', '180645.199000', '180645.202000', '180645.205000', '180645.207000', '180645.210000', '180645.212000', '180645.215000', '180645.217000', '180645.220000', '180645.222000', '180645.225000', '180645.228000', '180645.230000', '180705.108000', '180705.111000', '180705.114000', '180705.117000', '180705.119000', '180705.122000', '180705.124000', '180705.127000', '180705.129000', '180705.132000', '180705.135000', '180705.137000', '180705.140000', '180705.142000', '180705.145000', '180705.147000', '180705.150000', '180705.152000', '180705.155000', '180705.158000', '180705.160000', '180705.163000', '180705.165000', '180705.168000', '180705.170000', '180705.173000', '180705.176000', '180705.178000', '180705.181000', '180705.183000', '180705.186000', '180705.193000', '180705.196000', '180705.199000', '180705.201000', '180705.204000', '180705.206000', '180705.209000', '180705.211000', '180705.214000', '180705.217000', '180705.219000', '180705.222000', '180725.108000', '180725.111000', '180725.114000', '180725.116000', '180725.119000', '180725.121000', '180725.124000', '180725.126000', '180725.129000', '180725.131000', '180725.134000', '180725.137000', '180725.139000', '180725.142000', '180725.144000', '180725.147000', '180725.149000', '180725.152000', '180725.154000', '180725.157000', '180725.159000', '180725.162000', '180725.165000', '180725.167000', '180725.170000', '180725.172000', '180725.175000', '180725.177000', '180725.180000', '180725.182000', '180725.185000', '180725.188000', '180725.190000', '180725.193000', '180725.195000', '180725.198000', '180725.200000', '180725.203000', '180725.205000', '180725.208000', '180725.211000', '180725.213000', '180725.216000', '180725.218000', '180745.109000', '180745.111000', '180745.114000', '180745.117000', '180745.119000', '180745.122000', '180745.124000', '180745.127000', '180745.129000', '180745.132000', '180745.134000', '180745.137000', '180745.139000', '180745.142000', '180745.145000', '180745.147000', '180745.150000', '180745.152000', '180745.155000', '180745.157000', '180745.160000', '180745.163000', '180745.165000', '180745.168000', '180745.170000', '180745.173000', '180745.175000', '180745.178000', '180745.181000', '180745.183000', '180745.186000', '180745.188000', '180745.191000', '180745.194000', '180745.196000', '180745.199000', '180745.201000', '180745.204000', '180745.207000', '180745.209000', '180745.212000', '180745.214000', '180745.217000', '180805.107000', '180805.110000', '180805.113000', '180805.116000', '180805.118000', '180805.121000', '180805.123000', '180805.126000', '180805.129000', '180805.131000', '180805.134000', '180805.136000', '180805.139000', '180805.141000', '180805.144000', '180805.147000', '180805.149000', '180805.152000', '180805.154000', '180805.157000', '180805.159000', '180805.162000', '180805.164000', '180805.167000', '180805.170000', '180805.172000', '180805.175000', '180805.177000', '180805.180000', '180805.182000', '180805.185000', '180805.188000', '180805.190000', '180805.193000', '180805.195000', '180805.198000', '180805.201000', '180805.203000', '180805.206000', '180805.208000', '180805.211000', '180805.213000', '180805.216000', '180805.219000', '180825.107000', '180825.110000', '180825.113000', '180825.115000', '180825.118000', '180825.121000', '180825.123000', '180825.126000', '180825.128000', '180825.131000', '180825.134000', '180825.136000', '180825.139000', '180825.141000', '180825.144000', '180825.146000', '180825.149000', '180825.152000', '180825.154000', '180825.157000', '180825.159000', '180825.162000', '180825.164000', '180825.167000', '180825.170000', '180825.172000', '180825.186000', '180825.189000', '180825.191000', '180825.194000', '180825.196000', '180825.199000', '180825.202000', '180825.204000', '180825.207000', '180825.209000', '180825.212000', '180825.214000', '180825.217000', '180825.220000', '180825.222000', '180825.225000', '180825.227000', '180845.107000', '180845.110000', '180845.113000', '180845.115000', '180845.118000', '180845.121000', '180845.123000', '180845.126000', '180845.128000', '180845.131000', '180845.133000', '180845.136000', '180845.139000', '180845.141000', '180845.144000', '180845.146000', '180845.149000', '180845.151000', '180845.154000', '180845.157000', '180845.159000', '180845.162000', '180845.164000', '180845.167000', '180845.170000', '180845.172000', '180845.175000', '180845.177000', '180845.180000', '180845.182000', '180845.185000', '180845.188000', '180845.190000', '180845.193000', '180845.195000', '180845.198000', '180845.200000', '180845.203000', '180845.206000', '180845.208000', '180845.211000', '180845.214000', '180845.216000', '180845.219000', '180905.109000', '180905.112000', '180905.114000', '180905.117000', '180905.119000', '180905.122000', '180905.124000', '180905.127000', '180905.130000', '180905.132000', '180905.135000', '180905.138000', '180905.140000', '180905.143000', '180905.145000', '180905.148000', '180905.151000', '180905.153000', '180905.156000', '180905.158000', '180905.161000', '180905.164000', '180905.166000', '180905.169000', '180905.171000', '180905.174000', '180905.177000', '180905.179000', '180905.182000', '180905.184000', '180905.187000', '180905.189000', '180905.192000', '180905.195000', '180905.197000', '180905.200000', '180905.202000', '180905.205000', '180905.207000', '180905.210000', '180905.213000', '180905.215000', '180905.218000', '180925.109000', '180925.111000', '180925.114000', '180925.117000', '180925.119000', '180925.122000', '180925.124000', '180925.127000', '180925.129000', '180925.132000', '180925.135000', '180925.137000', '180925.140000', '180925.143000', '180925.145000', '180925.148000', '180925.150000', '180925.153000', '180925.156000', '180925.158000', '180925.161000', '180925.163000', '180925.166000', '180925.169000', '180925.171000', '180925.174000', '180925.177000', '180925.179000', '180925.182000', '180925.184000', '180925.187000', '180925.190000', '180925.192000', '180925.195000', '180925.197000', '180925.200000', '180925.202000', '180925.205000', '180925.208000', '180925.210000', '180925.213000', '180925.216000', '180925.218000', '180925.221000', '180945.109000', '180945.112000', '180945.114000', '180945.117000', '180945.119000', '180945.122000', '180945.125000', '180945.127000', '180945.130000', '180945.132000', '180945.135000', '180945.138000', '180945.140000', '180945.143000', '180945.145000', '180945.148000', '180945.150000', '180945.153000', '180945.155000', '180945.158000', '180945.161000', '180945.163000', '180945.166000', '180945.169000', '180945.171000', '180945.174000', '180945.177000', '180945.179000', '180945.182000', '180945.185000', '180945.187000', '180945.190000', '180945.192000', '180945.195000', '180945.198000', '180945.200000', '180945.203000', '180945.206000', '180945.208000', '180945.211000', '180945.214000', '180945.216000', '180945.219000', '181005.109000', '181005.111000', '181005.114000', '181005.117000', '181005.119000', '181005.122000', '181005.124000', '181005.127000', '181005.156000', '181005.159000', '181005.162000', '181005.164000', '181005.167000', '181005.169000', '181005.172000', '181005.174000', '181005.177000', '181005.180000', '181005.182000', '181005.185000', '181005.187000', '181005.190000', '181005.192000', '181005.195000', '181005.198000', '181005.200000', '181005.203000', '181005.205000', '181005.208000', '181005.210000', '181005.213000', '181005.216000', '181005.218000', '181005.221000', '181005.223000', '181005.226000', '181005.229000', '181005.231000', '181005.234000', '181005.236000', '181005.239000', '181005.241000', '181005.244000', '181005.247000', '181025.107000', '181025.110000', '181025.113000', '181025.116000', '181025.144000', '181025.147000', '181025.150000', '181025.152000', '181025.155000', '181025.157000', '181025.160000', '181025.163000', '181025.165000', '181025.168000', '181025.170000', '181025.173000', '181025.176000', '181025.178000', '181025.181000', '181025.183000', '181025.186000', '181025.189000', '181025.191000', '181025.194000', '181025.196000', '181025.199000', '181025.201000', '181025.204000', '181025.206000', '181025.209000', '181025.212000', '181025.214000', '181025.217000', '181025.219000', '181025.222000', '181025.225000', '181025.227000', '181025.230000', '181025.232000', '181025.235000', '181025.238000', '181025.240000', '181025.243000', '181045.107000', '181045.110000', '181045.113000', '181045.115000', '181045.118000', '181045.120000', '181045.123000', '181045.126000', '181045.128000', '181045.131000', '181045.133000', '181045.136000', '181045.139000', '181045.142000', '181045.144000', '181045.147000', '181045.149000', '181045.152000', '181045.155000', '181045.157000', '181045.160000', '181045.162000', '181045.165000', '181045.168000', '181045.170000', '181045.173000', '181045.175000', '181045.178000', '181045.181000', '181045.183000', '181045.186000', '181045.188000', '181045.191000', '181045.194000', '181045.196000', '181045.199000', '181045.202000', '181045.204000', '181045.207000', '181045.209000', '181045.212000', '181045.215000', '181045.217000', '181045.220000', '181105.107000', '181105.110000', '181105.113000', '181105.116000', '181105.118000', '181105.121000', '181105.124000', '181105.126000', '181105.129000', '181105.131000', '181105.134000', '181105.136000', '181105.139000', '181105.142000', '181105.144000', '181105.147000', '181105.149000', '181105.152000', '181105.155000', '181105.157000', '181105.160000', '181105.162000', '181105.165000', '181105.168000', '181105.170000', '181105.173000', '181105.176000', '181105.178000', '181105.181000', '181105.183000', '181105.186000', '181105.189000', '181105.191000', '181105.194000', '181105.196000', '181105.199000', '181105.202000', '181105.204000', '181105.207000', '181105.210000', '181105.212000', '181105.215000', '181105.217000', '181125.109000', '181125.111000', '181125.114000', '181125.117000', '181125.119000', '181125.122000', '181125.125000', '181125.127000', '181125.130000', '181125.132000', '181125.135000', '181125.137000', '181125.140000', '181125.143000', '181125.145000', '181125.148000', '181125.150000', '181125.153000', '181125.155000', '181125.186000', '181125.188000', '181125.191000', '181125.193000', '181125.196000', '181125.199000', '181125.201000', '181125.204000', '181125.206000', '181125.209000', '181125.212000', '181125.214000', '181125.217000', '181125.219000', '181125.222000', '181125.225000', '181125.227000', '181125.230000', '181125.232000', '181125.235000', '181125.237000', '181125.240000', '181125.243000', '181125.245000', '181145.109000', '181145.112000', '181145.114000', '181145.117000', '181145.119000', '181145.122000', '181145.125000', '181145.127000', '181145.130000', '181145.133000', '181145.135000', '181145.138000', '181145.144000', '181145.147000', '181145.150000', '181145.152000', '181145.155000', '181145.157000', '181145.160000', '181145.163000', '181145.165000', '181145.168000', '181145.170000', '181145.173000', '181145.176000', '181145.178000', '181145.181000', '181145.183000', '181145.186000', '181145.188000', '181145.191000', '181145.194000', '181145.196000', '181145.199000', '181145.202000', '181145.204000', '181145.207000', '181145.209000', '181145.212000', '181145.215000', '181145.217000', '181145.220000', '181145.223000', '181145.225000', '181205.108000', '181205.111000', '181205.114000', '181205.117000', '181205.119000', '181205.122000', '181205.125000', '181205.127000', '181205.130000', '181205.132000', '181205.135000', '181205.138000', '181205.140000', '181205.143000', '181205.145000', '181205.148000', '181205.151000', '181205.153000', '181205.156000', '181205.158000', '181205.161000', '181205.163000', '181205.166000', '181205.169000', '181205.173000', '181205.176000', '181205.180000', '181205.182000', '181205.185000', '181205.188000', '181205.190000', '181205.193000', '181205.196000', '181205.198000', '181205.201000', '181205.204000', '181205.206000', '181205.209000', '181205.212000', '181205.214000', '181205.217000', '181205.219000', '181205.222000', '181225.109000', '181225.112000', '181225.114000', '181225.117000', '181225.119000', '181225.122000', '181225.125000', '181225.127000', '181225.130000', '181225.132000', '181225.135000', '181225.137000', '181225.140000', '181225.143000', '181225.145000', '181225.148000', '181225.150000', '181225.153000', '181225.156000', '181225.158000', '181225.161000', '181225.163000', '181225.166000', '181225.168000', '181225.171000', '181225.173000', '181225.176000', '181225.179000', '181225.181000', '181225.184000', '181225.186000', '181225.189000', '181225.192000', '181225.194000', '181225.197000', '181225.199000', '181225.202000', '181225.204000', '181225.207000', '181225.210000', '181225.212000', '181225.215000', '181225.217000', '181225.220000', '181245.108000', '181245.110000', '181245.113000', '181245.116000', '181245.118000', '181245.121000', '181245.124000', '181245.127000', '181245.129000', '181245.132000', '181245.135000', '181245.137000', '181245.140000', '181245.142000', '181245.145000', '181245.148000', '181245.150000', '181245.153000', '181245.155000', '181245.158000', '181245.161000', '181245.163000', '181245.166000', '181245.168000', '181245.171000', '181245.173000', '181245.176000', '181245.179000', '181245.181000', '181245.184000', '181245.193000', '181245.196000', '181245.198000', '181245.201000', '181245.204000', '181245.206000', '181245.209000', '181245.211000', '181245.214000', '181245.216000', '181245.219000', '181245.222000', '181245.224000', '181254.800000', '181254.803000', '181254.805000', '181254.808000', '181254.810000', '181254.813000', '181254.816000', '181254.818000', '181254.821000', '181254.824000', '181254.826000', '181254.829000', '181254.831000', '181254.834000', '181254.837000', '181254.839000', '181254.842000', '181254.847000', '181254.850000', '181254.852000', '181254.855000', '181254.858000'], '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': [12998, 7906, 10154, 7094, 8944, 7382, 9588, 7480, 13904, 7562, 11529, 7071, 9357, 6996, 9715, 7178, 10933, 7054, 8831, 7139, 7647, 7092, 7985, 7040, 8627, 7033, 7105, 7360, 6839, 8304, 6910, 9618, 7086, 9185, 6858, 9683, 7585, 10250, 8245, 7293, 7629, 6759, 8371, 6765, 9323, 7794, 9009, 6988, 8754, 6874, 8930, 7010, 9816, 7024, 8958, 7081, 8727, 6974, 9558, 7284, 9208, 6770, 9157, 6906, 9765, 6961, 11178, 6957, 10068, 7078, 9198, 7230, 10182, 7139, 9922, 6908, 9234, 7107, 9362, 7291, 9203, 6835, 7139, 7323, 7243, 7456, 7000, 8718, 6849, 9578, 7124, 10032, 7216, 11937, 7216, 10511, 7248, 9947, 7553, 10537, 7304, 10044, 7038, 8332, 7276, 9070, 7624, 6808, 7543, 7019, 8154, 7059, 8742, 8436, 8501, 7074, 8380, 7006, 8571, 7055, 9201, 7066, 8387, 7010, 8497, 7119, 8345, 6678, 8135, 6729, 8553, 6805, 6849, 8719, 6910, 11302, 8366, 12313, 7501, 11011, 6777, 9376, 6745, 10094, 7320, 9437, 6652, 6815, 6987, 6719, 8412, 6726, 8798, 6865, 8700, 7219, 9620, 7130, 12737, 7025, 9736, 7029, 9273, 7148, 9677, 6963, 8932, 7005, 8609, 6899, 9003, 6966, 10036, 6735, 9962, 6688, 9878, 6845, 9976, 7315, 9480, 7019, 8519, 6942, 9303, 7045, 9488, 6864, 8466, 7140, 8425, 6781, 8989, 6904, 9840, 6817, 9646, 6711, 9461, 6802, 10142, 7194, 10385, 6717, 9426, 6697, 9739, 7197, 9913, 6799, 8556, 7254, 8667, 7124, 8185, 6683, 8405, 6812, 8550, 7189, 9907, 7290, 9012, 7186, 9565, 7370, 13018, 8548, 11327, 6750, 10561, 6871, 10117, 6984, 9866, 7076, 9310, 6722, 9967, 7190, 10450, 7202, 10384, 6711, 9578, 7193, 11102, 7890, 10544, 6758, 11120, 6647, 10258, 7137, 10050, 7014, 9005, 7031, 8537, 7093, 8136, 7029, 7904, 6873, 7418, 7066, 7188, 8158, 7154, 9258, 6686, 10224, 6599, 9397, 6827, 9422, 6813, 8750, 7094, 8319, 7342, 8253, 9057, 7483, 8125, 6870, 9475, 6957, 10913, 7234, 10974, 6670, 9697, 6814, 9783, 7064, 9107, 6808, 8340, 7023, 8438, 7077, 7801, 6920, 7911, 6795, 7709, 7070, 7559, 8299, 7615, 8273, 7212, 8723, 7093, 11945, 7234, 10997, 6470, 9664, 6775, 9549, 6810, 8828, 7036, 8352, 6999, 7966, 8256, 7088, 8742, 6776, 8248, 6680, 9869, 6727, 10945, 6732, 10526, 6455, 9554, 6937, 10522, 7415, 10401, 6839, 11406, 6811, 11024, 7529, 11271, 6895, 9898, 6786, 8870, 7064, 9285, 7081, 8980, 7119, 8565, 7067, 8121, 6807, 8071, 7140, 7780, 6902, 7720, 8383, 7137, 6702, 6978, 7975, 7056, 10178, 7007, 9687, 6813, 10749, 6600, 10500, 7063, 9463, 6937, 8186, 6877, 8474, 7149, 8179, 7069, 8273, 7174, 7922, 7132, 7874, 6956, 7697, 6909, 7767, 6903, 8021, 10752, 7890, 10452, 7184, 9891, 6785, 10446, 6561, 10388, 6650, 9594, 6748, 8845, 7008, 9105, 7022, 8696, 7264, 7954, 7141, 7276, 7605, 6772, 6760, 6784, 8216, 6818, 9794, 6967, 9965, 6755, 9299, 6937, 10057, 7093, 9334, 7176, 9314, 7201, 11359, 7744, 10910, 7277, 10788, 6900, 12145, 7471, 13105, 7134, 11942, 6616, 10873, 6944, 11887, 7216, 11360, 6693, 10101, 6705, 10369, 6860, 9185, 6968, 8310, 7018, 8081, 7105, 7939, 6976, 8087, 7195, 8523, 7185, 9470, 7006, 9727, 7016, 9704, 7039, 11420, 7056, 12174, 6944, 8973, 7234, 8422, 7121, 7947, 7163, 7495, 7467, 6822, 9522, 6803, 10876, 6862, 9663, 6864, 9775, 6675, 10505, 7133, 8723, 6972, 9008, 6767, 11167, 7428, 10788, 6915, 11287, 6890, 10624, 7234, 10578, 6730, 9959, 6980, 9310, 7148, 8891, 6926, 9068, 7210, 8167, 6974, 7927, 7049, 7886, 7277, 7270, 8609, 6908, 11341, 6816, 10539, 6925, 9790, 6868, 10888, 7145, 10089, 6976, 9800, 6876, 10996, 6931, 9331, 7297, 8314, 7189, 10243, 8364, 12083, 13083, 9459, 14015, 7423, 7113, 7902, 10417, 6825, 10673, 6746, 8943, 7086, 9203, 6576, 7509, 8456, 6864, 13363, 10854, 14975, 11734, 14057, 9046, 13082, 8565, 12553, 7423, 11700, 7168, 10942, 6879, 9680, 6735, 8880, 6869, 8309, 6897, 7462, 7087, 7393, 7570, 7098, 8602, 7162, 10312, 6776, 10280, 6760, 10574, 7291, 10803, 7409, 11634, 8022, 8350, 7165, 7668, 8119, 7536, 8466, 7336, 9061, 7033, 9590, 7052, 10454, 6967, 11067, 6822, 9807, 7027, 9467, 6991, 9260, 7043, 9243, 7246, 9092, 7272, 9816, 7001, 8906, 6826, 9355, 6968, 10695, 6916, 11402, 7023, 11223, 7210, 10925, 7074, 11302, 7069, 10631, 7329, 10208, 7222, 9258, 6829, 11800, 10681, 13946, 7527, 7043, 8906, 7099, 9045, 10540, 7081, 11328, 7068, 9385, 7181, 8697, 7322, 8451, 6765, 8710, 7543, 8707, 7398, 8439, 7630, 8743, 7699, 8491, 8985, 8101, 7296, 8598, 6953, 8573, 6894, 8456, 6902, 8910, 6801, 10089, 6878, 9433, 7034, 7913, 7733, 7946, 7874, 7937, 7908, 6989, 9247, 7146, 9373, 7710, 7834, 8084, 7955, 7624, 9026, 7088, 10893, 6976, 9378, 7016, 9343, 6996, 10978, 6913, 7920, 7131, 8222, 7356, 8138, 7961, 7898, 8362, 7399, 8413, 7041, 8421, 8040, 8262, 7229, 8581, 7164, 8432, 7155, 8736, 6993, 8546, 7517, 9586, 7360, 10545, 7310, 12176, 7571, 11862, 6913, 10955, 6971, 11438, 7515, 12469, 7203, 9275, 7539, 8775, 7459, 8754, 7235, 9313, 7308, 8861, 7062, 9553, 7449, 9036, 6933, 10054, 6970, 10290, 7217, 9617, 7158, 8357, 8209, 7732, 9105, 7073, 11474, 7074, 10300, 6731, 9834, 6675, 9786, 6802, 10013, 6729, 10033, 6746, 10187, 6868, 10493, 7321, 9163, 7650, 8615, 8145, 7945, 9407, 7075, 8736, 6831, 10215, 6865, 10253, 6596, 9972, 6682, 10167, 6831, 11078, 6895, 11163, 7134, 9856, 7396, 9014, 7179, 8509, 8376, 7732, 8333, 7170, 8233, 6882, 9902, 6710, 9901, 6754, 10895, 6733, 10468, 7134, 9819, 7711, 8928, 7516, 7788, 8383, 7277, 8309, 6895, 8491, 6756, 11079, 6608, 11011, 6463, 10276, 6730, 10240, 6571, 11001, 7368, 10501, 6799, 10814, 6861, 10715, 7191, 9920, 6762, 9839], 'WindowCenter': [3960.0, 3904.0, 3910.0, 3877.0, 3895.0, 3875.0, 3895.0, 3875.0, 3925.0, 3874.0, 3916.0, 3863.0, 3882.0, 3863.0, 3892.0, 3864.0, 3904.0, 3863.0, 3883.0, 3863.0, 3871.0, 3863.0, 3872.0, 3874.0, 3884.0, 3864.0, 3862.0, 3874.0, 3863.0, 3885.0, 3875.0, 3907.0, 3876.0, 3896.0, 3866.0, 3896.0, 3887.0, 3907.0, 3897.0, 3875.0, 3885.0, 3864.0, 3885.0, 3863.0, 3896.0, 3875.0, 3895.0, 3863.0, 3883.0, 3851.0, 3883.0, 3863.0, 3894.0, 3863.0, 3883.0, 3863.0, 3883.0, 3862.0, 3896.0, 3873.0, 3894.0, 3864.0, 3894.0, 3864.0, 3906.0, 3872.0, 3905.0, 3863.0, 3894.0, 3863.0, 3892.0, 3873.0, 3905.0, 3865.0, 3894.0, 3864.0, 3893.0, 3863.0, 3895.0, 3885.0, 3895.0, 3863.0, 3863.0, 3874.0, 3874.0, 3888.0, 3875.0, 3897.0, 3865.0, 3895.0, 3875.0, 3907.0, 3886.0, 3917.0, 3875.0, 3905.0, 3875.0, 3905.0, 3887.0, 3918.0, 3876.0, 3906.0, 3865.0, 3883.0, 3876.0, 3895.0, 3885.0, 3864.0, 3874.0, 3864.0, 3884.0, 3863.0, 3895.0, 3884.0, 3884.0, 3861.0, 3883.0, 3863.0, 3884.0, 3864.0, 3894.0, 3861.0, 3882.0, 3861.0, 3883.0, 3862.0, 3885.0, 3863.0, 3873.0, 3864.0, 3884.0, 3865.0, 3865.0, 3896.0, 3877.0, 3918.0, 3888.0, 3917.0, 3875.0, 3894.0, 3851.0, 3882.0, 3853.0, 3894.0, 3863.0, 3882.0, 3853.0, 3852.0, 3864.0, 3864.0, 3887.0, 3865.0, 3885.0, 3852.0, 3885.0, 3864.0, 3895.0, 3865.0, 3916.0, 3864.0, 3894.0, 3863.0, 3882.0, 3864.0, 3896.0, 3862.0, 3883.0, 3862.0, 3882.0, 3862.0, 3884.0, 3873.0, 3893.0, 3863.0, 3890.0, 3863.0, 3892.0, 3862.0, 3903.0, 3873.0, 3892.0, 3862.0, 3880.0, 3861.0, 3881.0, 3863.0, 3893.0, 3852.0, 3872.0, 3862.0, 3883.0, 3862.0, 3894.0, 3875.0, 3905.0, 3863.0, 3893.0, 3863.0, 3894.0, 3865.0, 3905.0, 3864.0, 3893.0, 3862.0, 3892.0, 3863.0, 3895.0, 3874.0, 3893.0, 3862.0, 3882.0, 3873.0, 3896.0, 3876.0, 3896.0, 3875.0, 3885.0, 3876.0, 3895.0, 3876.0, 3918.0, 3888.0, 3897.0, 3877.0, 3907.0, 3876.0, 3916.0, 3896.0, 3904.0, 3863.0, 3893.0, 3864.0, 3907.0, 3875.0, 3895.0, 3875.0, 3893.0, 3864.0, 3893.0, 3874.0, 3906.0, 3876.0, 3905.0, 3865.0, 3894.0, 3874.0, 3906.0, 3886.0, 3905.0, 3864.0, 3904.0, 3852.0, 3894.0, 3864.0, 3895.0, 3864.0, 3882.0, 3863.0, 3882.0, 3862.0, 3874.0, 3862.0, 3884.0, 3861.0, 3874.0, 3862.0, 3875.0, 3884.0, 3876.0, 3894.0, 3864.0, 3894.0, 3865.0, 3896.0, 3866.0, 3895.0, 3865.0, 3884.0, 3863.0, 3885.0, 3874.0, 3888.0, 3895.0, 3875.0, 3885.0, 3864.0, 3895.0, 3875.0, 3906.0, 3875.0, 3906.0, 3865.0, 3894.0, 3866.0, 3906.0, 3875.0, 3895.0, 3864.0, 3885.0, 3862.0, 3886.0, 3874.0, 3875.0, 3862.0, 3885.0, 3860.0, 3871.0, 3864.0, 3887.0, 3885.0, 3875.0, 3884.0, 3876.0, 3883.0, 3877.0, 3917.0, 3875.0, 3906.0, 3853.0, 3894.0, 3863.0, 3895.0, 3865.0, 3896.0, 3864.0, 3884.0, 3865.0, 3886.0, 3896.0, 3873.0, 3885.0, 3865.0, 3884.0, 3865.0, 3906.0, 3877.0, 3906.0, 3866.0, 3905.0, 3867.0, 3906.0, 3874.0, 3908.0, 3877.0, 3906.0, 3866.0, 3916.0, 3862.0, 3917.0, 3887.0, 3906.0, 3863.0, 3894.0, 3863.0, 3883.0, 3875.0, 3895.0, 3864.0, 3884.0, 3862.0, 3884.0, 3875.0, 3885.0, 3865.0, 3885.0, 3863.0, 3875.0, 3865.0, 3885.0, 3883.0, 3865.0, 3864.0, 3865.0, 3885.0, 3877.0, 3905.0, 3875.0, 3895.0, 3864.0, 3905.0, 3865.0, 3905.0, 3865.0, 3895.0, 3863.0, 3884.0, 3863.0, 3884.0, 3863.0, 3881.0, 3863.0, 3883.0, 3864.0, 3884.0, 3865.0, 3885.0, 3865.0, 3874.0, 3862.0, 3874.0, 3862.0, 3885.0, 3906.0, 3885.0, 3904.0, 3865.0, 3892.0, 3862.0, 3907.0, 3861.0, 3894.0, 3865.0, 3893.0, 3863.0, 3894.0, 3875.0, 3896.0, 3863.0, 3886.0, 3873.0, 3884.0, 3863.0, 3877.0, 3875.0, 3866.0, 3866.0, 3866.0, 3884.0, 3876.0, 3908.0, 3877.0, 3907.0, 3876.0, 3895.0, 3879.0, 3908.0, 3878.0, 3907.0, 3876.0, 3895.0, 3886.0, 3918.0, 3887.0, 3918.0, 3877.0, 3905.0, 3875.0, 3917.0, 3873.0, 3927.0, 3865.0, 3904.0, 3864.0, 3905.0, 3876.0, 3915.0, 3873.0, 3903.0, 3863.0, 3893.0, 3863.0, 3904.0, 3863.0, 3893.0, 3863.0, 3883.0, 3862.0, 3886.0, 3865.0, 3886.0, 3875.0, 3885.0, 3862.0, 3895.0, 3875.0, 3906.0, 3876.0, 3894.0, 3865.0, 3893.0, 3864.0, 3917.0, 3865.0, 3916.0, 3863.0, 3883.0, 3861.0, 3884.0, 3874.0, 3885.0, 3863.0, 3875.0, 3863.0, 3863.0, 3895.0, 3865.0, 3905.0, 3864.0, 3892.0, 3864.0, 3904.0, 3865.0, 3906.0, 3876.0, 3883.0, 3875.0, 3894.0, 3864.0, 3916.0, 3874.0, 3906.0, 3875.0, 3904.0, 3865.0, 3905.0, 3876.0, 3904.0, 3863.0, 3894.0, 3864.0, 3895.0, 3876.0, 3894.0, 3864.0, 3894.0, 3872.0, 3884.0, 3875.0, 3884.0, 3864.0, 3884.0, 3873.0, 3874.0, 3893.0, 3876.0, 3915.0, 3865.0, 3903.0, 3875.0, 3893.0, 3864.0, 3918.0, 3877.0, 3905.0, 3876.0, 3904.0, 3876.0, 3919.0, 3876.0, 3895.0, 3876.0, 3884.0, 3877.0, 3918.0, 3898.0, 3931.0, 3930.0, 3908.0, 3927.0, 3875.0, 3876.0, 3898.0, 3904.0, 3864.0, 3904.0, 3863.0, 3885.0, 3875.0, 3894.0, 3865.0, 3875.0, 3885.0, 3863.0, 3914.0, 3904.0, 3913.0, 3892.0, 3899.0, 3866.0, 3886.0, 3855.0, 3874.0, 3844.0, 3874.0, 3834.0, 3876.0, 3835.0, 3861.0, 3834.0, 3853.0, 3835.0, 3856.0, 3849.0, 3858.0, 3848.0, 3847.0, 3859.0, 3860.0, 3881.0, 3862.0, 3893.0, 3862.0, 3892.0, 3862.0, 3891.0, 3873.0, 3892.0, 3874.0, 3904.0, 3873.0, 3882.0, 3862.0, 3871.0, 3873.0, 3872.0, 3881.0, 3872.0, 3883.0, 3862.0, 3893.0, 3862.0, 3901.0, 3863.0, 3904.0, 3863.0, 3893.0, 3862.0, 3894.0, 3863.0, 3892.0, 3861.0, 3881.0, 3872.0, 3881.0, 3873.0, 3906.0, 3874.0, 3893.0, 3863.0, 3893.0, 3875.0, 3904.0, 3875.0, 3916.0, 3874.0, 3904.0, 3876.0, 3905.0, 3872.0, 3904.0, 3874.0, 3904.0, 3873.0, 3893.0, 3873.0, 3893.0, 3866.0, 3917.0, 3906.0, 3926.0, 3874.0, 3863.0, 3895.0, 3873.0, 3895.0, 3892.0, 3862.0, 3903.0, 3863.0, 3894.0, 3862.0, 3883.0, 3872.0, 3882.0, 3850.0, 3882.0, 3872.0, 3880.0, 3860.0, 3871.0, 3857.0, 3871.0, 3859.0, 3884.0, 3880.0, 3870.0, 3858.0, 3868.0, 3847.0, 3879.0, 3862.0, 3883.0, 3861.0, 3882.0, 3851.0, 3904.0, 3862.0, 3891.0, 3863.0, 3884.0, 3874.0, 3872.0, 3873.0, 3874.0, 3876.0, 3864.0, 3895.0, 3876.0, 3908.0, 3888.0, 3874.0, 3875.0, 3874.0, 3874.0, 3881.0, 3863.0, 3903.0, 3862.0, 3881.0, 3862.0, 3892.0, 3863.0, 3916.0, 3874.0, 3883.0, 3864.0, 3883.0, 3874.0, 3884.0, 3887.0, 3886.0, 3885.0, 3875.0, 3885.0, 3863.0, 3887.0, 3886.0, 3886.0, 3875.0, 3895.0, 3863.0, 3885.0, 3876.0, 3896.0, 3875.0, 3894.0, 3875.0, 3892.0, 3876.0, 3905.0, 3876.0, 3917.0, 3876.0, 3915.0, 3864.0, 3905.0, 3863.0, 3904.0, 3873.0, 3913.0, 3872.0, 3881.0, 3871.0, 3882.0, 3874.0, 3883.0, 3874.0, 3894.0, 3873.0, 3893.0, 3872.0, 3907.0, 3875.0, 3895.0, 3875.0, 3905.0, 3875.0, 3905.0, 3873.0, 3896.0, 3862.0, 3884.0, 3883.0, 3874.0, 3882.0, 3863.0, 3905.0, 3864.0, 3892.0, 3861.0, 3892.0, 3862.0, 3904.0, 3865.0, 3893.0, 3863.0, 3893.0, 3863.0, 3905.0, 3864.0, 3905.0, 3875.0, 3894.0, 3872.0, 3883.0, 3872.0, 3886.0, 3895.0, 3864.0, 3882.0, 3862.0, 3892.0, 3862.0, 3905.0, 3865.0, 3905.0, 3864.0, 3904.0, 3866.0, 3916.0, 3875.0, 3914.0, 3875.0, 3894.0, 3875.0, 3895.0, 3865.0, 3895.0, 3884.0, 3875.0, 3884.0, 3865.0, 3882.0, 3864.0, 3905.0, 3864.0, 3905.0, 3864.0, 3905.0, 3865.0, 3906.0, 3875.0, 3906.0, 3885.0, 3895.0, 3874.0, 3885.0, 3897.0, 3888.0, 3896.0, 3875.0, 3895.0, 3877.0, 3917.0, 3877.0, 3917.0, 3866.0, 3907.0, 3865.0, 3907.0, 3876.0, 3920.0, 3890.0, 3918.0, 3876.0, 3906.0, 3878.0, 3917.0, 3876.0, 3905.0, 3865.0, 3905.0], 'WindowWidth': [8847.0, 8757.0, 8757.0, 8707.0, 8727.0, 8701.0, 8725.0, 8699.0, 8766.0, 8696.0, 8755.0, 8680.0, 8703.0, 8679.0, 8715.0, 8681.0, 8735.0, 8681.0, 8704.0, 8678.0, 8687.0, 8678.0, 8690.0, 8697.0, 8707.0, 8681.0, 8677.0, 8694.0, 8678.0, 8711.0, 8701.0, 8743.0, 8703.0, 8726.0, 8688.0, 8726.0, 8717.0, 8745.0, 8731.0, 8699.0, 8711.0, 8683.0, 8712.0, 8680.0, 8729.0, 8697.0, 8724.0, 8681.0, 8706.0, 8661.0, 8705.0, 8681.0, 8721.0, 8680.0, 8705.0, 8678.0, 8704.0, 8678.0, 8726.0, 8695.0, 8722.0, 8681.0, 8720.0, 8682.0, 8738.0, 8693.0, 8736.0, 8680.0, 8721.0, 8680.0, 8716.0, 8695.0, 8739.0, 8686.0, 8721.0, 8683.0, 8718.0, 8679.0, 8726.0, 8715.0, 8726.0, 8683.0, 8679.0, 8696.0, 8699.0, 8722.0, 8702.0, 8729.0, 8686.0, 8723.0, 8699.0, 8743.0, 8716.0, 8758.0, 8701.0, 8739.0, 8699.0, 8737.0, 8718.0, 8761.0, 8703.0, 8740.0, 8686.0, 8706.0, 8700.0, 8726.0, 8713.0, 8682.0, 8694.0, 8681.0, 8708.0, 8680.0, 8726.0, 8708.0, 8708.0, 8675.0, 8704.0, 8679.0, 8708.0, 8681.0, 8721.0, 8673.0, 8703.0, 8674.0, 8707.0, 8678.0, 8711.0, 8679.0, 8689.0, 8680.0, 8706.0, 8685.0, 8686.0, 8728.0, 8704.0, 8758.0, 8720.0, 8754.0, 8696.0, 8718.0, 8660.0, 8701.0, 8665.0, 8721.0, 8678.0, 8702.0, 8664.0, 8662.0, 8681.0, 8682.0, 8716.0, 8683.0, 8709.0, 8664.0, 8708.0, 8680.0, 8723.0, 8685.0, 8751.0, 8680.0, 8718.0, 8677.0, 8700.0, 8680.0, 8726.0, 8677.0, 8702.0, 8674.0, 8701.0, 8674.0, 8706.0, 8693.0, 8718.0, 8680.0, 8711.0, 8678.0, 8715.0, 8678.0, 8734.0, 8693.0, 8714.0, 8675.0, 8696.0, 8674.0, 8699.0, 8678.0, 8719.0, 8662.0, 8687.0, 8676.0, 8702.0, 8678.0, 8722.0, 8698.0, 8738.0, 8681.0, 8718.0, 8680.0, 8721.0, 8687.0, 8738.0, 8683.0, 8718.0, 8679.0, 8716.0, 8680.0, 8723.0, 8696.0, 8719.0, 8677.0, 8702.0, 8691.0, 8725.0, 8703.0, 8729.0, 8700.0, 8713.0, 8702.0, 8726.0, 8705.0, 8764.0, 8720.0, 8732.0, 8704.0, 8743.0, 8701.0, 8755.0, 8726.0, 8734.0, 8680.0, 8717.0, 8682.0, 8743.0, 8699.0, 8724.0, 8697.0, 8719.0, 8682.0, 8718.0, 8697.0, 8740.0, 8701.0, 8735.0, 8684.0, 8722.0, 8696.0, 8740.0, 8714.0, 8736.0, 8681.0, 8732.0, 8664.0, 8721.0, 8682.0, 8720.0, 8679.0, 8700.0, 8676.0, 8701.0, 8675.0, 8694.0, 8678.0, 8708.0, 8675.0, 8695.0, 8677.0, 8697.0, 8711.0, 8702.0, 8721.0, 8684.0, 8721.0, 8683.0, 8728.0, 8689.0, 8724.0, 8686.0, 8708.0, 8681.0, 8710.0, 8696.0, 8719.0, 8725.0, 8699.0, 8711.0, 8683.0, 8724.0, 8699.0, 8741.0, 8700.0, 8739.0, 8686.0, 8722.0, 8687.0, 8741.0, 8699.0, 8724.0, 8681.0, 8710.0, 8678.0, 8713.0, 8698.0, 8698.0, 8679.0, 8709.0, 8673.0, 8690.0, 8683.0, 8716.0, 8711.0, 8698.0, 8708.0, 8699.0, 8706.0, 8705.0, 8757.0, 8699.0, 8739.0, 8667.0, 8720.0, 8681.0, 8724.0, 8686.0, 8726.0, 8682.0, 8708.0, 8684.0, 8714.0, 8729.0, 8696.0, 8712.0, 8686.0, 8709.0, 8685.0, 8739.0, 8705.0, 8742.0, 8691.0, 8739.0, 8691.0, 8741.0, 8699.0, 8746.0, 8705.0, 8742.0, 8688.0, 8754.0, 8680.0, 8757.0, 8717.0, 8740.0, 8681.0, 8721.0, 8680.0, 8707.0, 8699.0, 8724.0, 8681.0, 8707.0, 8676.0, 8709.0, 8699.0, 8711.0, 8686.0, 8710.0, 8678.0, 8696.0, 8684.0, 8712.0, 8706.0, 8684.0, 8680.0, 8684.0, 8711.0, 8703.0, 8738.0, 8699.0, 8724.0, 8682.0, 8737.0, 8686.0, 8738.0, 8684.0, 8722.0, 8678.0, 8705.0, 8679.0, 8707.0, 8681.0, 8704.0, 8680.0, 8706.0, 8681.0, 8709.0, 8686.0, 8713.0, 8685.0, 8695.0, 8679.0, 8696.0, 8677.0, 8711.0, 8740.0, 8710.0, 8734.0, 8683.0, 8716.0, 8678.0, 8742.0, 8677.0, 8722.0, 8684.0, 8719.0, 8680.0, 8722.0, 8700.0, 8727.0, 8680.0, 8712.0, 8693.0, 8709.0, 8680.0, 8704.0, 8698.0, 8689.0, 8687.0, 8690.0, 8711.0, 8704.0, 8750.0, 8706.0, 8744.0, 8704.0, 8728.0, 8709.0, 8749.0, 8709.0, 8745.0, 8705.0, 8726.0, 8716.0, 8762.0, 8718.0, 8759.0, 8705.0, 8739.0, 8700.0, 8757.0, 8696.0, 8769.0, 8684.0, 8734.0, 8682.0, 8737.0, 8701.0, 8751.0, 8695.0, 8731.0, 8680.0, 8718.0, 8679.0, 8735.0, 8680.0, 8719.0, 8679.0, 8704.0, 8676.0, 8714.0, 8685.0, 8714.0, 8698.0, 8710.0, 8679.0, 8725.0, 8700.0, 8740.0, 8702.0, 8723.0, 8686.0, 8721.0, 8682.0, 8756.0, 8686.0, 8752.0, 8679.0, 8706.0, 8675.0, 8708.0, 8696.0, 8711.0, 8680.0, 8698.0, 8678.0, 8680.0, 8725.0, 8686.0, 8738.0, 8684.0, 8717.0, 8682.0, 8737.0, 8687.0, 8740.0, 8701.0, 8707.0, 8698.0, 8723.0, 8685.0, 8754.0, 8698.0, 8740.0, 8698.0, 8734.0, 8685.0, 8738.0, 8699.0, 8735.0, 8680.0, 8720.0, 8681.0, 8723.0, 8700.0, 8721.0, 8682.0, 8721.0, 8689.0, 8708.0, 8698.0, 8709.0, 8681.0, 8707.0, 8691.0, 8695.0, 8721.0, 8700.0, 8752.0, 8686.0, 8733.0, 8698.0, 8719.0, 8686.0, 8760.0, 8706.0, 8739.0, 8702.0, 8736.0, 8703.0, 8763.0, 8703.0, 8727.0, 8703.0, 8710.0, 8706.0, 8762.0, 8738.0, 8785.0, 8783.0, 8747.0, 8773.0, 8699.0, 8704.0, 8735.0, 8736.0, 8684.0, 8733.0, 8681.0, 8707.0, 8700.0, 8722.0, 8687.0, 8700.0, 8712.0, 8680.0, 8748.0, 8732.0, 8744.0, 8712.0, 8718.0, 8668.0, 8694.0, 8652.0, 8677.0, 8636.0, 8674.0, 8625.0, 8682.0, 8625.0, 8653.0, 8623.0, 8647.0, 8626.0, 8657.0, 8653.0, 8662.0, 8649.0, 8647.0, 8666.0, 8669.0, 8698.0, 8676.0, 8718.0, 8678.0, 8714.0, 8676.0, 8713.0, 8691.0, 8714.0, 8695.0, 8734.0, 8691.0, 8702.0, 8675.0, 8687.0, 8691.0, 8691.0, 8703.0, 8690.0, 8704.0, 8676.0, 8718.0, 8677.0, 8727.0, 8679.0, 8733.0, 8678.0, 8718.0, 8678.0, 8722.0, 8682.0, 8716.0, 8675.0, 8698.0, 8689.0, 8700.0, 8694.0, 8741.0, 8696.0, 8720.0, 8682.0, 8720.0, 8698.0, 8736.0, 8701.0, 8754.0, 8698.0, 8735.0, 8700.0, 8736.0, 8691.0, 8737.0, 8697.0, 8735.0, 8692.0, 8717.0, 8690.0, 8719.0, 8691.0, 8757.0, 8742.0, 8768.0, 8695.0, 8680.0, 8724.0, 8695.0, 8724.0, 8716.0, 8676.0, 8732.0, 8679.0, 8721.0, 8676.0, 8705.0, 8689.0, 8702.0, 8657.0, 8701.0, 8687.0, 8698.0, 8670.0, 8685.0, 8663.0, 8684.0, 8666.0, 8706.0, 8697.0, 8681.0, 8663.0, 8675.0, 8647.0, 8693.0, 8673.0, 8705.0, 8675.0, 8701.0, 8659.0, 8735.0, 8678.0, 8716.0, 8680.0, 8706.0, 8694.0, 8689.0, 8689.0, 8691.0, 8697.0, 8681.0, 8722.0, 8702.0, 8748.0, 8718.0, 8694.0, 8696.0, 8690.0, 8692.0, 8699.0, 8679.0, 8731.0, 8677.0, 8701.0, 8676.0, 8716.0, 8681.0, 8754.0, 8697.0, 8707.0, 8682.0, 8706.0, 8695.0, 8710.0, 8718.0, 8716.0, 8713.0, 8698.0, 8711.0, 8680.0, 8717.0, 8715.0, 8715.0, 8698.0, 8725.0, 8681.0, 8711.0, 8702.0, 8730.0, 8700.0, 8722.0, 8698.0, 8719.0, 8700.0, 8739.0, 8702.0, 8756.0, 8702.0, 8751.0, 8682.0, 8735.0, 8678.0, 8734.0, 8693.0, 8745.0, 8688.0, 8699.0, 8686.0, 8701.0, 8697.0, 8708.0, 8697.0, 8720.0, 8692.0, 8719.0, 8691.0, 8743.0, 8701.0, 8725.0, 8699.0, 8738.0, 8698.0, 8737.0, 8694.0, 8726.0, 8678.0, 8707.0, 8704.0, 8693.0, 8701.0, 8680.0, 8737.0, 8681.0, 8714.0, 8674.0, 8715.0, 8675.0, 8734.0, 8686.0, 8720.0, 8682.0, 8719.0, 8681.0, 8737.0, 8685.0, 8738.0, 8697.0, 8720.0, 8691.0, 8705.0, 8690.0, 8713.0, 8724.0, 8680.0, 8703.0, 8675.0, 8714.0, 8678.0, 8737.0, 8686.0, 8737.0, 8685.0, 8737.0, 8687.0, 8754.0, 8701.0, 8750.0, 8698.0, 8722.0, 8696.0, 8723.0, 8684.0, 8726.0, 8709.0, 8698.0, 8708.0, 8684.0, 8703.0, 8684.0, 8739.0, 8685.0, 8737.0, 8685.0, 8738.0, 8686.0, 8741.0, 8701.0, 8741.0, 8711.0, 8724.0, 8696.0, 8713.0, 8731.0, 8719.0, 8729.0, 8701.0, 8725.0, 8704.0, 8759.0, 8708.0, 8758.0, 8691.0, 8743.0, 8687.0, 8743.0, 8704.0, 8767.0, 8725.0, 8761.0, 8703.0, 8740.0, 8708.0, 8757.0, 8703.0, 8738.0, 8686.0, 8737.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.0016545057471264368</td></tr>
<tr><td colspan=3>aqi</td><td>0.03375407620689655</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.41347022103565</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.14424954629459</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9663114899079408</td></tr>
<tr><td colspan=3>efc</td><td>0.4663</td></tr>
<tr><td colspan=3>fber</td><td>5189.2119</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0863774532662676</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>26</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.9885057471264367</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.465938233461411</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3692333980585287</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6327739372297776</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.395807365095927</td></tr>
<tr><td colspan=3>gcor</td><td>0.0059489</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014157559722661972</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028365548700094223</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.068804306745722</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>33.8633</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.9232</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>149.2237</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303217.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>640.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>277.2909</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6562</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>422.1703</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3135.7705</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3336.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73327.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1105.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4022.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>819.8913</td></tr>
<tr><td colspan=3>tsnr</td><td>38.42197885620408</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>