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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-03_subject-0132_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-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-05_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-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-05_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-0132/ses-03/func/sub-0132_ses-03_task-social_acq-mb8_run-05_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>ce25986914e133f5a7c7f41a01314084</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>19:04:45.840000</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.998769, 0.0101333, -0.0485635, -0.0099364, 0.999941, 0.00429369]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-05_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.0688445</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4211, -7734, -7224, 326, -60, -4, 49, 142]</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.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>222.594</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>dc9604ba-9ca1-42d0-9de9-496831543161||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.6796233654022217, -0.02665862813591957, -0.1312311440706253, 118.07454681396484], [-0.027186831459403038, 2.682769775390625, 0.010275820270180702, -106.09562683105469], [-0.13029220700263977, -0.011519662104547024, 2.696789503097534, -63.600826263427734], [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': ['190445.840000', '190446.300000', '190446.760000', '190447.220000', '190447.680000', '190448.140000', '190448.600000', '190449.060000', '190449.520000', '190449.980000', '190450.440000', '190450.900000', '190451.360000', '190451.820000', '190452.280000', '190452.740000', '190453.200000', '190453.660000', '190454.120000', '190454.580000', '190455.040000', '190455.500000', '190455.960000', '190456.420000', '190456.880000', '190457.340000', '190457.800000', '190458.260000', '190458.720000', '190459.180000', '190459.640000', '190500.100000', '190500.560000', '190501.020000', '190501.480000', '190501.940000', '190502.400000', '190502.860000', '190503.320000', '190503.780000', '190504.240000', '190504.700000', '190505.160000', '190505.620000', '190506.080000', '190506.540000', '190507.000000', '190507.460000', '190507.920000', '190508.380000', '190508.840000', '190509.300000', '190509.760000', '190510.220000', '190510.680000', '190511.140000', '190511.600000', '190512.060000', '190512.520000', '190512.980000', '190513.440000', '190513.900000', '190514.360000', '190514.820000', '190515.280000', '190515.740000', '190516.200000', '190516.660000', '190517.120000', '190517.580000', '190518.040000', '190518.500000', '190518.960000', '190519.420000', '190519.880000', '190520.340000', '190520.800000', '190521.260000', '190521.720000', '190522.180000', '190522.640000', '190523.100000', '190523.560000', '190524.020000', '190524.480000', '190524.940000', '190525.400000', '190525.860000', '190526.320000', '190526.780000', '190527.240000', '190527.700000', '190528.160000', '190528.620000', '190529.080000', '190529.540000', '190530.000000', '190530.460000', '190530.920000', '190531.380000', '190531.840000', '190532.300000', '190532.760000', '190533.220000', '190533.680000', '190534.140000', '190534.600000', '190535.060000', '190535.520000', '190535.980000', '190536.440000', '190536.900000', '190537.360000', '190537.820000', '190538.280000', '190538.740000', '190539.200000', '190539.660000', '190540.120000', '190540.580000', '190541.040000', '190541.500000', '190541.960000', '190542.420000', '190542.880000', '190543.340000', '190543.800000', '190544.260000', '190544.720000', '190545.180000', '190545.640000', '190546.100000', '190546.560000', '190547.020000', '190547.480000', '190547.940000', '190548.400000', '190548.860000', '190549.320000', '190549.780000', '190550.240000', '190550.700000', '190551.160000', '190551.620000', '190552.080000', '190552.540000', '190553.000000', '190553.460000', '190553.920000', '190554.380000', '190554.840000', '190555.300000', '190555.760000', '190556.220000', '190556.680000', '190557.140000', '190557.600000', '190558.060000', '190558.520000', '190558.980000', '190559.440000', '190559.900000', '190600.360000', '190600.820000', '190601.280000', '190601.740000', '190602.200000', '190602.660000', '190603.120000', '190603.580000', '190604.040000', '190604.500000', '190604.960000', '190605.420000', '190605.880000', '190606.340000', '190606.800000', '190607.260000', '190607.720000', '190608.180000', '190608.640000', '190609.100000', '190609.560000', '190610.020000', '190610.480000', '190610.940000', '190611.400000', '190611.860000', '190612.320000', '190612.780000', '190613.240000', '190613.700000', '190614.160000', '190614.620000', '190615.080000', '190615.540000', '190616.000000', '190616.460000', '190616.920000', '190617.380000', '190617.840000', '190618.300000', '190618.760000', '190619.220000', '190619.680000', '190620.140000', '190620.600000', '190621.060000', '190621.520000', '190621.980000', '190622.440000', '190622.900000', '190623.360000', '190623.820000', '190624.280000', '190624.740000', '190625.200000', '190625.660000', '190626.120000', '190626.580000', '190627.040000', '190627.500000', '190627.960000', '190628.420000', '190628.880000', '190629.340000', '190629.800000', '190630.260000', '190630.720000', '190631.180000', '190631.640000', '190632.100000', '190632.560000', '190633.020000', '190633.480000', '190633.940000', '190634.400000', '190634.860000', '190635.320000', '190635.780000', '190636.240000', '190636.700000', '190637.160000', '190637.620000', '190638.080000', '190638.540000', '190639.000000', '190639.460000', '190639.920000', '190640.380000', '190640.840000', '190641.300000', '190641.760000', '190642.220000', '190642.680000', '190643.140000', '190643.600000', '190644.060000', '190644.520000', '190644.980000', '190645.440000', '190645.900000', '190646.360000', '190646.820000', '190647.280000', '190647.740000', '190648.200000', '190648.660000', '190649.120000', '190649.580000', '190650.040000', '190650.500000', '190650.960000', '190651.420000', '190651.880000', '190652.340000', '190652.800000', '190653.260000', '190653.720000', '190654.180000', '190654.640000', '190655.100000', '190655.560000', '190656.020000', '190656.480000', '190656.940000', '190657.400000', '190657.860000', '190658.320000', '190658.780000', '190659.240000', '190659.700000', '190700.160000', '190700.620000', '190701.080000', '190701.540000', '190702.000000', '190702.460000', '190702.920000', '190703.380000', '190703.840000', '190704.300000', '190704.760000', '190705.220000', '190705.680000', '190706.140000', '190706.600000', '190707.060000', '190707.520000', '190707.980000', '190708.440000', '190708.900000', '190709.360000', '190709.820000', '190710.280000', '190710.740000', '190711.200000', '190711.660000', '190712.120000', '190712.580000', '190713.040000', '190713.500000', '190713.960000', '190714.420000', '190714.880000', '190715.340000', '190715.800000', '190716.260000', '190716.720000', '190717.180000', '190717.640000', '190718.100000', '190718.560000', '190719.020000', '190719.480000', '190719.940000', '190720.400000', '190720.860000', '190721.320000', '190721.780000', '190722.240000', '190722.700000', '190723.160000', '190723.620000', '190724.080000', '190724.540000', '190725.000000', '190725.460000', '190725.920000', '190726.380000', '190726.840000', '190727.300000', '190727.760000', '190728.220000', '190728.680000', '190729.140000', '190729.600000', '190730.060000', '190730.520000', '190730.980000', '190731.440000', '190731.900000', '190732.360000', '190732.820000', '190733.280000', '190733.740000', '190734.200000', '190734.660000', '190735.120000', '190735.580000', '190736.040000', '190736.500000', '190736.960000', '190737.420000', '190737.880000', '190738.340000', '190738.800000', '190739.260000', '190739.720000', '190740.180000', '190740.640000', '190741.100000', '190741.560000', '190742.020000', '190742.480000', '190742.940000', '190743.400000', '190743.860000', '190744.320000', '190744.780000', '190745.240000', '190745.700000', '190746.160000', '190746.620000', '190747.080000', '190747.540000', '190748.000000', '190748.460000', '190748.920000', '190749.380000', '190749.840000', '190750.300000', '190750.760000', '190751.220000', '190751.680000', '190752.140000', '190752.600000', '190753.060000', '190753.520000', '190753.980000', '190754.440000', '190754.900000', '190755.360000', '190755.820000', '190756.280000', '190756.740000', '190757.200000', '190757.660000', '190758.120000', '190758.580000', '190759.040000', '190759.500000', '190759.960000', '190800.420000', '190800.880000', '190801.340000', '190801.800000', '190802.260000', '190802.720000', '190803.180000', '190803.640000', '190804.100000', '190804.560000', '190805.020000', '190805.480000', '190805.940000', '190806.400000', '190806.860000', '190807.320000', '190807.780000', '190808.240000', '190808.700000', '190809.160000', '190809.620000', '190810.080000', '190810.540000', '190811.000000', '190811.460000', '190811.920000', '190812.380000', '190812.840000', '190813.300000', '190813.760000', '190814.220000', '190814.680000', '190815.140000', '190815.600000', '190816.060000', '190816.520000', '190816.980000', '190817.440000', '190817.900000', '190818.360000', '190818.820000', '190819.280000', '190819.740000', '190820.200000', '190820.660000', '190821.120000', '190821.580000', '190822.040000', '190822.500000', '190822.960000', '190823.420000', '190823.880000', '190824.340000', '190824.800000', '190825.260000', '190825.720000', '190826.180000', '190826.640000', '190827.100000', '190827.560000', '190828.020000', '190828.480000', '190828.940000', '190829.400000', '190829.860000', '190830.320000', '190830.780000', '190831.240000', '190831.700000', '190832.160000', '190832.620000', '190833.080000', '190833.540000', '190834.000000', '190834.460000', '190834.920000', '190835.380000', '190835.840000', '190836.300000', '190836.760000', '190837.220000', '190837.680000', '190838.140000', '190838.600000', '190839.060000', '190839.520000', '190839.980000', '190840.440000', '190840.900000', '190841.360000', '190841.820000', '190842.280000', '190842.740000', '190843.200000', '190843.660000', '190844.120000', '190844.580000', '190845.040000', '190845.500000', '190845.960000', '190846.420000', '190846.880000', '190847.340000', '190847.800000', '190848.260000', '190848.720000', '190849.180000', '190849.640000', '190850.100000', '190850.560000', '190851.020000', '190851.480000', '190851.940000', '190852.400000', '190852.860000', '190853.320000', '190853.780000', '190854.240000', '190854.700000', '190855.160000', '190855.620000', '190856.080000', '190856.540000', '190857.000000', '190857.460000', '190857.920000', '190858.380000', '190858.840000', '190859.300000', '190859.760000', '190900.220000', '190900.680000', '190901.140000', '190901.600000', '190902.060000', '190902.520000', '190902.980000', '190903.440000', '190903.900000', '190904.360000', '190904.820000', '190905.280000', '190905.740000', '190906.200000', '190906.660000', '190907.120000', '190907.580000', '190908.040000', '190908.500000', '190908.960000', '190909.420000', '190909.880000', '190910.340000', '190910.800000', '190911.260000', '190911.720000', '190912.180000', '190912.640000', '190913.100000', '190913.560000', '190914.020000', '190914.480000', '190914.940000', '190915.400000', '190915.860000', '190916.320000', '190916.780000', '190917.240000', '190917.700000', '190918.160000', '190918.620000', '190919.080000', '190919.540000', '190920.000000', '190920.460000', '190920.920000', '190921.380000', '190921.840000', '190922.300000', '190922.760000', '190923.220000', '190923.680000', '190924.140000', '190924.600000', '190925.060000', '190925.520000', '190925.980000', '190926.440000', '190926.900000', '190927.360000', '190927.820000', '190928.280000', '190928.740000', '190929.200000', '190929.660000', '190930.120000', '190930.580000', '190931.040000', '190931.500000', '190931.960000', '190932.420000', '190932.880000', '190933.340000', '190933.800000', '190934.260000', '190934.720000', '190935.180000', '190935.640000', '190936.100000', '190936.560000', '190937.020000', '190937.480000', '190937.940000', '190938.400000', '190938.860000', '190939.320000', '190939.780000', '190940.240000', '190940.700000', '190941.160000', '190941.620000', '190942.080000', '190942.540000', '190943.000000', '190943.460000', '190943.920000', '190944.380000', '190944.840000', '190945.300000', '190945.760000', '190946.220000', '190946.680000', '190947.140000', '190947.600000', '190948.060000', '190948.520000', '190948.980000', '190949.440000', '190949.900000', '190950.360000', '190950.820000', '190951.280000', '190951.740000', '190952.200000', '190952.660000', '190953.120000', '190953.580000', '190954.040000', '190954.500000', '190954.960000', '190955.420000', '190955.880000', '190956.340000', '190956.800000', '190957.260000', '190957.720000', '190958.180000', '190958.640000', '190959.100000', '190959.560000', '191000.020000', '191000.480000', '191000.940000', '191001.400000', '191001.860000', '191002.320000', '191002.780000', '191003.240000', '191003.700000', '191004.160000', '191004.620000', '191005.080000', '191005.540000', '191006.000000', '191006.460000', '191006.920000', '191007.380000', '191007.840000', '191008.300000', '191008.760000', '191009.220000', '191009.680000', '191010.140000', '191010.600000', '191011.060000', '191011.520000', '191011.980000', '191012.440000', '191012.900000', '191013.360000', '191013.820000', '191014.280000', '191014.740000', '191015.200000', '191015.660000', '191016.120000', '191016.580000', '191017.040000', '191017.500000', '191017.960000', '191018.420000', '191018.880000', '191019.340000', '191019.800000', '191020.260000', '191020.720000', '191021.180000', '191021.640000', '191022.100000', '191022.560000', '191023.020000', '191023.480000', '191023.940000', '191024.400000', '191024.860000', '191025.320000', '191025.780000', '191026.240000', '191026.700000', '191027.160000', '191027.620000', '191028.080000', '191028.540000', '191029.000000', '191029.460000', '191029.920000', '191030.380000', '191030.840000', '191031.300000', '191031.760000', '191032.220000', '191032.680000', '191033.140000', '191033.600000', '191034.060000', '191034.520000', '191034.980000', '191035.440000', '191035.900000', '191036.360000', '191036.820000', '191037.280000', '191037.740000', '191038.200000', '191038.660000', '191039.120000', '191039.580000', '191040.040000', '191040.500000', '191040.960000', '191041.420000', '191041.880000', '191042.340000', '191042.800000', '191043.260000', '191043.720000', '191044.180000', '191044.640000', '191045.100000', '191045.560000', '191046.020000', '191046.480000', '191046.940000', '191047.400000', '191047.860000', '191048.320000', '191048.780000', '191049.240000', '191049.700000', '191050.160000', '191050.620000', '191051.080000', '191051.540000', '191052.000000', '191052.460000', '191052.920000', '191053.380000', '191053.840000', '191054.300000', '191054.760000', '191055.220000', '191055.680000', '191056.140000', '191056.600000', '191057.060000', '191057.520000', '191057.980000', '191058.440000', '191058.900000', '191059.360000', '191059.820000', '191100.280000', '191100.740000', '191101.200000', '191101.660000', '191102.120000', '191102.580000', '191103.040000', '191103.500000', '191103.960000', '191104.420000', '191104.880000', '191105.340000', '191105.800000', '191106.260000', '191106.720000', '191107.180000', '191107.640000', '191108.100000', '191108.560000', '191109.020000', '191109.480000', '191109.940000', '191110.400000', '191110.860000', '191111.320000', '191111.780000', '191112.240000', '191112.700000', '191113.160000', '191113.620000', '191114.080000', '191114.540000', '191115.000000', '191115.460000', '191115.920000', '191116.380000', '191116.840000', '191117.300000', '191117.760000', '191118.220000', '191118.680000', '191119.140000', '191119.600000', '191120.060000', '191120.520000', '191120.980000', '191121.440000', '191121.900000', '191122.360000', '191122.820000', '191123.280000', '191123.740000', '191124.200000', '191124.660000', '191125.120000', '191125.580000', '191126.040000', '191126.500000'], 'ContentTime': ['190514.621000', '190514.624000', '190514.627000', '190514.630000', '190514.632000', '190514.635000', '190514.637000', '190514.640000', '190514.642000', '190514.645000', '190514.648000', '190514.650000', '190514.653000', '190514.655000', '190514.658000', '190514.671000', '190514.674000', '190514.676000', '190514.679000', '190514.681000', '190514.684000', '190514.686000', '190514.689000', '190514.691000', '190514.694000', '190514.697000', '190514.699000', '190514.702000', '190514.704000', '190514.707000', '190514.709000', '190514.712000', '190514.714000', '190514.717000', '190514.720000', '190514.722000', '190514.725000', '190514.727000', '190514.730000', '190514.732000', '190514.735000', '190514.737000', '190514.740000', '190514.742000', '190514.745000', '190514.748000', '190514.750000', '190514.753000', '190514.755000', '190514.758000', '190514.760000', '190514.763000', '190514.765000', '190514.768000', '190514.770000', '190514.773000', '190514.775000', '190514.778000', '190514.781000', '190534.587000', '190534.590000', '190534.593000', '190534.595000', '190534.598000', '190534.601000', '190534.603000', '190534.606000', '190534.608000', '190534.611000', '190534.613000', '190534.616000', '190534.619000', '190534.621000', '190534.624000', '190534.626000', '190534.629000', '190534.631000', '190534.634000', '190534.637000', '190534.639000', '190534.642000', '190534.644000', '190534.647000', '190534.649000', '190534.652000', '190534.654000', '190534.657000', '190534.660000', '190534.662000', '190534.665000', '190534.667000', '190534.670000', '190534.672000', '190534.675000', '190534.677000', '190534.680000', '190534.682000', '190534.685000', '190534.688000', '190534.690000', '190534.693000', '190534.695000', '190554.588000', '190554.591000', '190554.594000', '190554.596000', '190554.599000', '190554.601000', '190554.604000', '190554.606000', '190554.609000', '190554.611000', '190554.614000', '190554.617000', '190554.619000', '190554.622000', '190554.624000', '190554.627000', '190554.629000', '190554.632000', '190554.634000', '190554.637000', '190554.639000', '190554.642000', '190554.644000', '190554.647000', '190554.665000', '190554.667000', '190554.670000', '190554.672000', '190554.675000', '190554.677000', '190554.680000', '190554.682000', '190554.685000', '190554.688000', '190554.690000', '190554.693000', '190554.695000', '190554.698000', '190554.700000', '190554.703000', '190554.706000', '190554.708000', '190554.711000', '190554.713000', '190614.588000', '190614.591000', '190614.594000', '190614.596000', '190614.599000', '190614.601000', '190614.604000', '190614.606000', '190614.613000', '190614.616000', '190614.618000', '190614.621000', '190614.624000', '190614.626000', '190614.629000', '190614.631000', '190614.634000', '190614.637000', '190614.640000', '190614.642000', '190614.645000', '190614.647000', '190614.650000', '190614.653000', '190614.655000', '190614.658000', '190614.661000', '190614.663000', '190614.666000', '190614.668000', '190614.672000', '190614.674000', '190614.677000', '190614.680000', '190614.682000', '190614.685000', '190614.687000', '190614.690000', '190614.693000', '190614.695000', '190614.698000', '190614.700000', '190614.703000', '190634.588000', '190634.592000', '190634.595000', '190634.597000', '190634.600000', '190634.603000', '190634.605000', '190634.608000', '190634.610000', '190634.613000', '190634.615000', '190634.622000', '190634.624000', '190634.627000', '190634.629000', '190634.632000', '190634.634000', '190634.637000', '190634.639000', '190634.642000', '190634.645000', '190634.647000', '190634.650000', '190634.653000', '190634.655000', '190634.658000', '190634.660000', '190634.663000', '190634.666000', '190634.668000', '190634.671000', '190634.673000', '190634.676000', '190634.678000', '190634.681000', '190634.684000', '190634.686000', '190634.689000', '190634.691000', '190634.694000', '190634.697000', '190634.699000', '190634.702000', '190634.704000', '190654.588000', '190654.590000', '190654.593000', '190654.596000', '190654.605000', '190654.608000', '190654.611000', '190654.613000', '190654.616000', '190654.619000', '190654.621000', '190654.624000', '190654.627000', '190654.629000', '190654.632000', '190654.635000', '190654.637000', '190654.641000', '190654.643000', '190654.646000', '190654.649000', '190654.652000', '190654.654000', '190654.657000', '190654.659000', '190654.662000', '190654.665000', '190654.667000', '190654.670000', '190654.672000', '190654.675000', '190654.678000', '190654.680000', '190654.683000', '190654.685000', '190654.688000', '190654.691000', '190654.693000', '190654.696000', '190654.698000', '190654.701000', '190654.704000', '190654.706000', '190714.588000', '190714.590000', '190714.593000', '190714.595000', '190714.598000', '190714.601000', '190714.603000', '190714.606000', '190714.608000', '190714.611000', '190714.614000', '190714.616000', '190714.619000', '190714.621000', '190714.624000', '190714.626000', '190714.629000', '190714.632000', '190714.634000', '190714.637000', '190714.639000', '190714.642000', '190714.644000', '190714.647000', '190714.650000', '190714.652000', '190714.655000', '190714.657000', '190714.660000', '190714.663000', '190714.665000', '190714.668000', '190714.670000', '190714.673000', '190714.675000', '190714.678000', '190714.681000', '190714.683000', '190714.686000', '190714.688000', '190714.691000', '190714.693000', '190714.696000', '190714.698000', '190734.588000', '190734.590000', '190734.593000', '190734.595000', '190734.598000', '190734.601000', '190734.603000', '190734.606000', '190734.608000', '190734.611000', '190734.613000', '190734.616000', '190734.619000', '190734.621000', '190734.624000', '190734.626000', '190734.629000', '190734.631000', '190734.634000', '190734.650000', '190734.653000', '190734.656000', '190734.659000', '190734.670000', '190734.673000', '190734.676000', '190734.678000', '190734.681000', '190734.683000', '190734.686000', '190734.688000', '190734.691000', '190734.693000', '190734.696000', '190734.698000', '190734.701000', '190734.704000', '190734.706000', '190734.709000', '190734.712000', '190734.715000', '190734.718000', '190734.720000', '190754.587000', '190754.590000', '190754.593000', '190754.595000', '190754.598000', '190754.601000', '190754.603000', '190754.606000', '190754.608000', '190754.611000', '190754.614000', '190754.616000', '190754.619000', '190754.621000', '190754.624000', '190754.626000', '190754.629000', '190754.631000', '190754.634000', '190754.637000', '190754.639000', '190754.642000', '190754.644000', '190754.647000', '190754.650000', '190754.652000', '190754.655000', '190754.657000', '190754.660000', '190754.662000', '190754.665000', '190754.668000', '190754.670000', '190754.673000', '190754.675000', '190754.678000', '190754.681000', '190754.683000', '190754.686000', '190754.688000', '190754.691000', '190754.694000', '190754.696000', '190754.699000', '190814.588000', '190814.591000', '190814.594000', '190814.596000', '190814.599000', '190814.602000', '190814.604000', '190814.607000', '190814.609000', '190814.612000', '190814.614000', '190814.617000', '190814.619000', '190814.622000', '190814.625000', '190814.627000', '190814.630000', '190814.632000', '190814.635000', '190814.637000', '190814.640000', '190814.642000', '190814.645000', '190814.647000', '190814.650000', '190814.660000', '190814.663000', '190814.665000', '190814.668000', '190814.671000', '190814.673000', '190814.676000', '190814.679000', '190814.682000', '190814.685000', '190814.688000', '190814.690000', '190814.693000', '190814.696000', '190814.698000', '190814.701000', '190814.704000', '190814.706000', '190834.588000', '190834.591000', '190834.594000', '190834.596000', '190834.599000', '190834.602000', '190834.604000', '190834.607000', '190834.609000', '190834.612000', '190834.614000', '190834.617000', '190834.619000', '190834.622000', '190834.625000', '190834.627000', '190834.630000', '190834.632000', '190834.635000', '190834.637000', '190834.640000', '190834.642000', '190834.645000', '190834.647000', '190834.650000', '190834.653000', '190834.655000', '190834.658000', '190834.660000', '190834.663000', '190834.665000', '190834.668000', '190834.670000', '190834.673000', '190834.675000', '190834.678000', '190834.681000', '190834.683000', '190834.686000', '190834.688000', '190834.691000', '190834.693000', '190834.696000', '190834.699000', '190854.589000', '190854.591000', '190854.594000', '190854.597000', '190854.599000', '190854.602000', '190854.604000', '190854.607000', '190854.610000', '190854.612000', '190854.615000', '190854.617000', '190854.620000', '190854.622000', '190854.625000', '190854.627000', '190854.630000', '190854.632000', '190854.635000', '190854.638000', '190854.640000', '190854.643000', '190854.645000', '190854.648000', '190854.650000', '190854.653000', '190854.655000', '190854.658000', '190854.660000', '190854.663000', '190854.666000', '190854.668000', '190854.671000', '190854.673000', '190854.676000', '190854.679000', '190854.682000', '190854.685000', '190854.687000', '190854.690000', '190854.693000', '190854.695000', '190854.698000', '190914.588000', '190914.602000', '190914.605000', '190914.607000', '190914.610000', '190914.613000', '190914.615000', '190914.618000', '190914.620000', '190914.623000', '190914.626000', '190914.628000', '190914.631000', '190914.633000', '190914.636000', '190914.638000', '190914.641000', '190914.643000', '190914.646000', '190914.648000', '190914.651000', '190914.654000', '190914.656000', '190914.659000', '190914.661000', '190914.664000', '190914.666000', '190914.669000', '190914.671000', '190914.674000', '190914.676000', '190914.679000', '190914.681000', '190914.684000', '190914.687000', '190914.689000', '190914.692000', '190914.694000', '190914.697000', '190914.699000', '190914.702000', '190914.704000', '190914.707000', '190914.709000', '190934.588000', '190934.590000', '190934.593000', '190934.595000', '190934.598000', '190934.601000', '190934.603000', '190934.606000', '190934.608000', '190934.611000', '190934.613000', '190934.616000', '190934.619000', '190934.621000', '190934.631000', '190934.633000', '190934.636000', '190934.639000', '190934.641000', '190934.644000', '190934.646000', '190934.649000', '190934.652000', '190934.654000', '190934.657000', '190934.659000', '190934.662000', '190934.665000', '190934.667000', '190934.670000', '190934.672000', '190934.675000', '190934.677000', '190934.680000', '190934.683000', '190934.685000', '190934.688000', '190934.690000', '190934.693000', '190934.695000', '190934.698000', '190934.700000', '190934.703000', '190954.588000', '190954.590000', '190954.593000', '190954.595000', '190954.598000', '190954.601000', '190954.603000', '190954.606000', '190954.609000', '190954.611000', '190954.614000', '190954.616000', '190954.619000', '190954.622000', '190954.624000', '190954.627000', '190954.630000', '190954.632000', '190954.635000', '190954.637000', '190954.640000', '190954.642000', '190954.645000', '190954.648000', '190954.650000', '190954.653000', '190954.655000', '190954.658000', '190954.661000', '190954.663000', '190954.666000', '190954.668000', '190954.671000', '190954.673000', '190954.676000', '190954.678000', '190954.681000', '190954.684000', '190954.686000', '190954.689000', '190954.692000', '190954.694000', '190954.697000', '190954.699000', '191014.588000', '191014.590000', '191014.593000', '191014.595000', '191014.598000', '191014.601000', '191014.603000', '191014.606000', '191014.608000', '191014.611000', '191014.613000', '191014.616000', '191014.618000', '191014.621000', '191014.624000', '191014.626000', '191014.629000', '191014.631000', '191014.634000', '191014.636000', '191014.639000', '191014.642000', '191014.644000', '191014.647000', '191014.649000', '191014.652000', '191014.654000', '191014.657000', '191014.688000', '191014.691000', '191014.694000', '191014.696000', '191014.699000', '191014.701000', '191014.704000', '191014.707000', '191014.709000', '191014.712000', '191014.714000', '191014.717000', '191014.719000', '191014.722000', '191014.724000', '191034.589000', '191034.591000', '191034.594000', '191034.597000', '191034.599000', '191034.602000', '191034.604000', '191034.607000', '191034.610000', '191034.612000', '191034.615000', '191034.617000', '191034.635000', '191034.637000', '191034.640000', '191034.643000', '191034.645000', '191034.648000', '191034.650000', '191034.653000', '191034.655000', '191034.658000', '191034.661000', '191034.663000', '191034.666000', '191034.668000', '191034.671000', '191034.674000', '191034.676000', '191034.679000', '191034.681000', '191034.684000', '191034.686000', '191034.689000', '191034.692000', '191034.694000', '191034.697000', '191034.699000', '191034.702000', '191034.704000', '191034.707000', '191034.709000', '191034.712000', '191034.715000', '191054.589000', '191054.592000', '191054.594000', '191054.597000', '191054.599000', '191054.602000', '191054.604000', '191054.607000', '191054.610000', '191054.612000', '191054.615000', '191054.617000', '191054.620000', '191054.622000', '191054.625000', '191054.628000', '191054.630000', '191054.633000', '191054.635000', '191054.638000', '191054.640000', '191054.643000', '191054.645000', '191054.648000', '191054.651000', '191054.653000', '191054.656000', '191054.658000', '191054.661000', '191054.664000', '191054.666000', '191054.669000', '191054.671000', '191054.674000', '191054.676000', '191054.679000', '191054.681000', '191054.684000', '191054.686000', '191054.689000', '191054.692000', '191054.694000', '191054.697000', '191114.590000', '191114.594000', '191114.596000', '191114.599000', '191114.602000', '191114.604000', '191114.607000', '191114.609000', '191114.612000', '191114.614000', '191114.617000', '191114.620000', '191114.622000', '191114.625000', '191114.627000', '191114.630000', '191114.632000', '191114.643000', '191114.646000', '191114.649000', '191114.651000', '191114.654000', '191114.657000', '191114.659000', '191114.662000', '191114.665000', '191114.667000', '191114.670000', '191114.672000', '191114.675000', '191114.678000', '191114.680000', '191114.683000', '191114.685000', '191114.688000', '191114.690000', '191114.693000', '191114.696000', '191114.698000', '191114.701000', '191114.703000', '191114.706000', '191114.708000', '191128.364000', '191128.367000', '191128.369000', '191128.372000', '191128.375000', '191128.377000', '191128.380000', '191128.383000', '191128.385000', '191128.388000', '191128.391000', '191128.394000', '191128.397000', '191128.399000', '191128.402000', '191128.405000', '191128.408000', '191128.411000', '191128.414000', '191128.416000', '191128.419000', '191128.422000', '191128.425000', '191128.428000', '191128.431000', '191128.433000', '191128.436000', '191128.439000', '191128.441000', '191128.445000', '191128.448000'], 'InstanceCreationTime': ['190514.621000', '190514.624000', '190514.627000', '190514.630000', '190514.632000', '190514.635000', '190514.637000', '190514.640000', '190514.642000', '190514.645000', '190514.648000', '190514.650000', '190514.653000', '190514.655000', '190514.658000', '190514.671000', '190514.674000', '190514.676000', '190514.679000', '190514.681000', '190514.684000', '190514.686000', '190514.689000', '190514.691000', '190514.694000', '190514.697000', '190514.699000', '190514.702000', '190514.704000', '190514.707000', '190514.709000', '190514.712000', '190514.714000', '190514.717000', '190514.720000', '190514.722000', '190514.725000', '190514.727000', '190514.730000', '190514.732000', '190514.735000', '190514.737000', '190514.740000', '190514.742000', '190514.745000', '190514.748000', '190514.750000', '190514.753000', '190514.755000', '190514.758000', '190514.760000', '190514.763000', '190514.765000', '190514.768000', '190514.770000', '190514.773000', '190514.775000', '190514.778000', '190514.781000', '190534.587000', '190534.590000', '190534.593000', '190534.595000', '190534.598000', '190534.601000', '190534.603000', '190534.606000', '190534.608000', '190534.611000', '190534.613000', '190534.616000', '190534.619000', '190534.621000', '190534.624000', '190534.626000', '190534.629000', '190534.631000', '190534.634000', '190534.637000', '190534.639000', '190534.642000', '190534.644000', '190534.647000', '190534.649000', '190534.652000', '190534.654000', '190534.657000', '190534.660000', '190534.662000', '190534.665000', '190534.667000', '190534.670000', '190534.672000', '190534.675000', '190534.677000', '190534.680000', '190534.682000', '190534.685000', '190534.688000', '190534.690000', '190534.693000', '190534.695000', '190554.588000', '190554.591000', '190554.594000', '190554.596000', '190554.599000', '190554.601000', '190554.604000', '190554.606000', '190554.609000', '190554.611000', '190554.614000', '190554.617000', '190554.619000', '190554.622000', '190554.624000', '190554.627000', '190554.629000', '190554.632000', '190554.634000', '190554.637000', '190554.639000', '190554.642000', '190554.644000', '190554.647000', '190554.665000', '190554.667000', '190554.670000', '190554.672000', '190554.675000', '190554.677000', '190554.680000', '190554.682000', '190554.685000', '190554.688000', '190554.690000', '190554.693000', '190554.695000', '190554.698000', '190554.700000', '190554.703000', '190554.706000', '190554.708000', '190554.711000', '190554.713000', '190614.588000', '190614.591000', '190614.594000', '190614.596000', '190614.599000', '190614.601000', '190614.604000', '190614.606000', '190614.613000', '190614.616000', '190614.618000', '190614.621000', '190614.624000', '190614.626000', '190614.629000', '190614.631000', '190614.634000', '190614.637000', '190614.640000', '190614.642000', '190614.645000', '190614.647000', '190614.650000', '190614.653000', '190614.655000', '190614.658000', '190614.661000', '190614.663000', '190614.666000', '190614.668000', '190614.672000', '190614.674000', '190614.677000', '190614.680000', '190614.682000', '190614.685000', '190614.687000', '190614.690000', '190614.693000', '190614.695000', '190614.698000', '190614.700000', '190614.703000', '190634.588000', '190634.592000', '190634.595000', '190634.597000', '190634.600000', '190634.603000', '190634.605000', '190634.608000', '190634.610000', '190634.613000', '190634.615000', '190634.622000', '190634.624000', '190634.627000', '190634.629000', '190634.632000', '190634.634000', '190634.637000', '190634.639000', '190634.642000', '190634.645000', '190634.647000', '190634.650000', '190634.653000', '190634.655000', '190634.658000', '190634.660000', '190634.663000', '190634.666000', '190634.668000', '190634.671000', '190634.673000', '190634.676000', '190634.678000', '190634.681000', '190634.684000', '190634.686000', '190634.689000', '190634.691000', '190634.694000', '190634.697000', '190634.699000', '190634.702000', '190634.704000', '190654.588000', '190654.590000', '190654.593000', '190654.596000', '190654.605000', '190654.608000', '190654.611000', '190654.613000', '190654.616000', '190654.619000', '190654.621000', '190654.624000', '190654.627000', '190654.629000', '190654.632000', '190654.635000', '190654.637000', '190654.641000', '190654.643000', '190654.646000', '190654.649000', '190654.652000', '190654.654000', '190654.657000', '190654.659000', '190654.662000', '190654.665000', '190654.667000', '190654.670000', '190654.672000', '190654.675000', '190654.678000', '190654.680000', '190654.683000', '190654.685000', '190654.688000', '190654.691000', '190654.693000', '190654.696000', '190654.698000', '190654.701000', '190654.704000', '190654.706000', '190714.588000', '190714.590000', '190714.593000', '190714.595000', '190714.598000', '190714.601000', '190714.603000', '190714.606000', '190714.608000', '190714.611000', '190714.614000', '190714.616000', '190714.619000', '190714.621000', '190714.624000', '190714.626000', '190714.629000', '190714.632000', '190714.634000', '190714.637000', '190714.639000', '190714.642000', '190714.644000', '190714.647000', '190714.650000', '190714.652000', '190714.655000', '190714.657000', '190714.660000', '190714.663000', '190714.665000', '190714.668000', '190714.670000', '190714.673000', '190714.675000', '190714.678000', '190714.681000', '190714.683000', '190714.686000', '190714.688000', '190714.691000', '190714.693000', '190714.696000', '190714.698000', '190734.588000', '190734.590000', '190734.593000', '190734.595000', '190734.598000', '190734.601000', '190734.603000', '190734.606000', '190734.608000', '190734.611000', '190734.613000', '190734.616000', '190734.619000', '190734.621000', '190734.624000', '190734.626000', '190734.629000', '190734.631000', '190734.634000', '190734.650000', '190734.653000', '190734.656000', '190734.659000', '190734.670000', '190734.673000', '190734.676000', '190734.678000', '190734.681000', '190734.683000', '190734.686000', '190734.688000', '190734.691000', '190734.693000', '190734.696000', '190734.698000', '190734.701000', '190734.704000', '190734.706000', '190734.709000', '190734.712000', '190734.715000', '190734.718000', '190734.720000', '190754.587000', '190754.590000', '190754.593000', '190754.595000', '190754.598000', '190754.601000', '190754.603000', '190754.606000', '190754.608000', '190754.611000', '190754.614000', '190754.616000', '190754.619000', '190754.621000', '190754.624000', '190754.626000', '190754.629000', '190754.631000', '190754.634000', '190754.637000', '190754.639000', '190754.642000', '190754.644000', '190754.647000', '190754.650000', '190754.652000', '190754.655000', '190754.657000', '190754.660000', '190754.662000', '190754.665000', '190754.668000', '190754.670000', '190754.673000', '190754.675000', '190754.678000', '190754.681000', '190754.683000', '190754.686000', '190754.688000', '190754.691000', '190754.694000', '190754.696000', '190754.699000', '190814.588000', '190814.591000', '190814.594000', '190814.596000', '190814.599000', '190814.602000', '190814.604000', '190814.607000', '190814.609000', '190814.612000', '190814.614000', '190814.617000', '190814.619000', '190814.622000', '190814.625000', '190814.627000', '190814.630000', '190814.632000', '190814.635000', '190814.637000', '190814.640000', '190814.642000', '190814.645000', '190814.647000', '190814.650000', '190814.660000', '190814.663000', '190814.665000', '190814.668000', '190814.671000', '190814.673000', '190814.676000', '190814.679000', '190814.682000', '190814.685000', '190814.688000', '190814.690000', '190814.693000', '190814.696000', '190814.698000', '190814.701000', '190814.704000', '190814.706000', '190834.588000', '190834.591000', '190834.594000', '190834.596000', '190834.599000', '190834.602000', '190834.604000', '190834.607000', '190834.609000', '190834.612000', '190834.614000', '190834.617000', '190834.619000', '190834.622000', '190834.625000', '190834.627000', '190834.630000', '190834.632000', '190834.635000', '190834.637000', '190834.640000', '190834.642000', '190834.645000', '190834.647000', '190834.650000', '190834.653000', '190834.655000', '190834.658000', '190834.660000', '190834.663000', '190834.665000', '190834.668000', '190834.670000', '190834.673000', '190834.675000', '190834.678000', '190834.681000', '190834.683000', '190834.686000', '190834.688000', '190834.691000', '190834.693000', '190834.696000', '190834.699000', '190854.589000', '190854.591000', '190854.594000', '190854.597000', '190854.599000', '190854.602000', '190854.604000', '190854.607000', '190854.610000', '190854.612000', '190854.615000', '190854.617000', '190854.620000', '190854.622000', '190854.625000', '190854.627000', '190854.630000', '190854.632000', '190854.635000', '190854.638000', '190854.640000', '190854.643000', '190854.645000', '190854.648000', '190854.650000', '190854.653000', '190854.655000', '190854.658000', '190854.660000', '190854.663000', '190854.666000', '190854.668000', '190854.671000', '190854.673000', '190854.676000', '190854.679000', '190854.682000', '190854.685000', '190854.687000', '190854.690000', '190854.693000', '190854.695000', '190854.698000', '190914.588000', '190914.602000', '190914.605000', '190914.607000', '190914.610000', '190914.613000', '190914.615000', '190914.618000', '190914.620000', '190914.623000', '190914.626000', '190914.628000', '190914.631000', '190914.633000', '190914.636000', '190914.638000', '190914.641000', '190914.643000', '190914.646000', '190914.648000', '190914.651000', '190914.654000', '190914.656000', '190914.659000', '190914.661000', '190914.664000', '190914.666000', '190914.669000', '190914.671000', '190914.674000', '190914.676000', '190914.679000', '190914.681000', '190914.684000', '190914.687000', '190914.689000', '190914.692000', '190914.694000', '190914.697000', '190914.699000', '190914.702000', '190914.704000', '190914.707000', '190914.709000', '190934.588000', '190934.590000', '190934.593000', '190934.595000', '190934.598000', '190934.601000', '190934.603000', '190934.606000', '190934.608000', '190934.611000', '190934.613000', '190934.616000', '190934.619000', '190934.621000', '190934.631000', '190934.633000', '190934.636000', '190934.639000', '190934.641000', '190934.644000', '190934.646000', '190934.649000', '190934.652000', '190934.654000', '190934.657000', '190934.659000', '190934.662000', '190934.665000', '190934.667000', '190934.670000', '190934.672000', '190934.675000', '190934.677000', '190934.680000', '190934.683000', '190934.685000', '190934.688000', '190934.690000', '190934.693000', '190934.695000', '190934.698000', '190934.700000', '190934.703000', '190954.588000', '190954.590000', '190954.593000', '190954.595000', '190954.598000', '190954.601000', '190954.603000', '190954.606000', '190954.609000', '190954.611000', '190954.614000', '190954.616000', '190954.619000', '190954.622000', '190954.624000', '190954.627000', '190954.630000', '190954.632000', '190954.635000', '190954.637000', '190954.640000', '190954.642000', '190954.645000', '190954.648000', '190954.650000', '190954.653000', '190954.655000', '190954.658000', '190954.661000', '190954.663000', '190954.666000', '190954.668000', '190954.671000', '190954.673000', '190954.676000', '190954.678000', '190954.681000', '190954.684000', '190954.686000', '190954.689000', '190954.692000', '190954.694000', '190954.697000', '190954.699000', '191014.588000', '191014.590000', '191014.593000', '191014.595000', '191014.598000', '191014.601000', '191014.603000', '191014.606000', '191014.608000', '191014.611000', '191014.613000', '191014.616000', '191014.618000', '191014.621000', '191014.624000', '191014.626000', '191014.629000', '191014.631000', '191014.634000', '191014.636000', '191014.639000', '191014.642000', '191014.644000', '191014.647000', '191014.649000', '191014.652000', '191014.654000', '191014.657000', '191014.688000', '191014.691000', '191014.694000', '191014.696000', '191014.699000', '191014.701000', '191014.704000', '191014.707000', '191014.709000', '191014.712000', '191014.714000', '191014.717000', '191014.719000', '191014.722000', '191014.724000', '191034.589000', '191034.591000', '191034.594000', '191034.597000', '191034.599000', '191034.602000', '191034.604000', '191034.607000', '191034.610000', '191034.612000', '191034.615000', '191034.617000', '191034.635000', '191034.637000', '191034.640000', '191034.643000', '191034.645000', '191034.648000', '191034.650000', '191034.653000', '191034.655000', '191034.658000', '191034.661000', '191034.663000', '191034.666000', '191034.668000', '191034.671000', '191034.674000', '191034.676000', '191034.679000', '191034.681000', '191034.684000', '191034.686000', '191034.689000', '191034.692000', '191034.694000', '191034.697000', '191034.699000', '191034.702000', '191034.704000', '191034.707000', '191034.709000', '191034.712000', '191034.715000', '191054.589000', '191054.592000', '191054.594000', '191054.597000', '191054.599000', '191054.602000', '191054.604000', '191054.607000', '191054.610000', '191054.612000', '191054.615000', '191054.617000', '191054.620000', '191054.622000', '191054.625000', '191054.628000', '191054.630000', '191054.633000', '191054.635000', '191054.638000', '191054.640000', '191054.643000', '191054.645000', '191054.648000', '191054.651000', '191054.653000', '191054.656000', '191054.658000', '191054.661000', '191054.664000', '191054.666000', '191054.669000', '191054.671000', '191054.674000', '191054.676000', '191054.679000', '191054.681000', '191054.684000', '191054.686000', '191054.689000', '191054.692000', '191054.694000', '191054.697000', '191114.590000', '191114.594000', '191114.596000', '191114.599000', '191114.602000', '191114.604000', '191114.607000', '191114.609000', '191114.612000', '191114.614000', '191114.617000', '191114.620000', '191114.622000', '191114.625000', '191114.627000', '191114.630000', '191114.632000', '191114.643000', '191114.646000', '191114.649000', '191114.651000', '191114.654000', '191114.657000', '191114.659000', '191114.662000', '191114.665000', '191114.667000', '191114.670000', '191114.672000', '191114.675000', '191114.678000', '191114.680000', '191114.683000', '191114.685000', '191114.688000', '191114.690000', '191114.693000', '191114.696000', '191114.698000', '191114.701000', '191114.703000', '191114.706000', '191114.708000', '191128.364000', '191128.367000', '191128.369000', '191128.372000', '191128.375000', '191128.377000', '191128.380000', '191128.383000', '191128.385000', '191128.388000', '191128.391000', '191128.394000', '191128.397000', '191128.399000', '191128.402000', '191128.405000', '191128.408000', '191128.411000', '191128.414000', '191128.416000', '191128.419000', '191128.422000', '191128.425000', '191128.428000', '191128.431000', '191128.433000', '191128.436000', '191128.439000', '191128.441000', '191128.445000', '191128.448000'], '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': [9173, 13425, 12096, 12458, 8664, 8481, 11297, 7816, 10655, 8131, 8761, 7400, 7795, 9699, 7770, 9486, 7638, 8238, 7637, 9154, 7564, 9126, 7510, 9382, 11627, 7864, 12582, 10012, 11099, 7740, 10327, 9672, 9845, 8524, 8236, 7445, 7847, 7429, 10505, 9253, 9089, 14162, 7747, 12417, 7549, 8895, 15164, 10591, 11880, 7635, 8207, 10511, 7881, 11859, 7418, 8951, 7030, 7448, 8708, 7870, 10187, 7771, 8370, 7437, 8900, 7779, 8054, 10208, 8125, 13064, 9165, 9262, 13926, 8504, 12984, 10968, 12466, 11870, 8158, 14829, 9988, 10781, 13997, 10684, 10570, 7615, 7853, 10110, 7466, 9949, 7270, 7845, 11344, 7483, 9355, 7232, 7949, 7520, 7743, 9690, 7549, 8227, 7660, 7913, 9846, 7619, 9069, 7840, 11811, 8975, 13643, 7997, 7510, 10624, 7512, 8509, 12929, 7751, 10825, 10447, 8760, 12165, 8153, 11530, 8163, 12697, 13639, 10671, 13597, 11405, 12098, 7867, 7757, 9141, 7548, 9203, 7596, 8608, 7382, 9496, 7621, 8637, 10765, 8065, 9329, 7707, 8799, 7541, 8640, 10571, 7955, 9738, 7914, 8465, 8179, 8093, 7772, 10566, 7883, 8756, 7773, 10205, 8348, 12088, 8051, 9935, 13068, 7946, 11541, 7961, 8793, 7976, 7676, 9699, 8068, 8569, 7646, 8649, 7526, 8558, 7496, 7615, 7442, 7672, 9082, 8204, 11049, 8735, 10653, 7186, 8235, 13832, 7595, 11772, 9227, 8509, 9486, 7634, 6988, 6542, 8450, 6714, 7513, 6492, 8264, 6945, 11637, 7526, 13379, 13959, 10096, 13534, 8570, 14962, 12832, 12489, 13615, 10035, 14714, 9493, 14669, 12885, 10088, 13718, 7298, 9379, 7242, 8317, 7998, 7015, 10491, 6926, 8091, 7108, 7905, 7064, 7738, 7106, 6991, 7705, 7297, 10825, 7204, 9901, 7266, 8253, 8957, 8427, 11561, 7062, 7196, 7428, 12541, 8047, 10430, 7087, 10650, 7215, 9791, 12743, 7622, 12420, 7405, 7765, 11097, 7128, 11895, 8043, 8686, 6603, 7747, 7003, 7456, 7343, 9572, 8304, 13561, 13604, 10250, 9321, 10223, 9173, 12218, 9665, 15051, 11942, 11244, 15496, 9232, 13332, 14398, 8684, 14905, 12288, 8601, 11404, 7963, 7637, 9879, 7265, 7843, 7225, 7618, 8648, 7861, 8477, 7588, 7879, 7248, 7951, 10606, 7754, 8722, 7368, 8197, 12626, 10354, 10261, 14998, 8347, 12059, 9980, 8051, 13952, 9319, 9684, 14832, 7616, 9796, 7218, 7667, 11378, 8175, 8657, 7075, 7183, 9893, 7042, 8044, 11653, 8895, 7889, 7590, 7926, 6841, 8134, 7018, 8243, 7251, 8164, 7291, 9196, 13457, 10570, 13073, 10204, 13654, 11928, 11976, 15737, 8492, 12732, 11036, 9350, 14760, 7833, 12138, 7814, 9268, 7399, 7937, 6930, 7907, 9399, 7827, 12983, 7788, 10904, 12580, 8452, 12260, 7335, 9326, 6965, 8526, 15173, 7442, 11452, 7377, 7594, 10164, 7413, 10348, 7429, 10076, 7382, 11139, 8174, 11088, 7859, 9595, 11296, 7849, 14423, 10627, 10223, 12491, 7899, 10774, 7492, 9855, 6820, 10648, 7293, 10751, 7826, 10812, 7644, 11360, 6881, 12200, 8174, 13601, 16473, 12327, 16349, 11967, 10897, 17321, 10700, 11118, 16597, 8895, 13472, 7926, 9896, 10864, 8056, 11749, 8121, 9234, 7454, 8200, 9161, 7421, 9115, 7574, 13005, 8596, 12499, 8177, 10756, 13765, 8288, 13654, 10659, 10210, 17383, 8366, 15341, 10025, 10336, 8125, 7895, 11147, 6963, 8860, 7094, 8245, 10546, 7412, 11379, 7814, 9475, 16359, 10016, 13472, 9740, 9625, 9368, 7814, 9059, 6531, 8716, 7112, 8770, 8135, 12656, 8341, 10471, 12098, 14734, 7628, 13616, 10456, 16166, 15078, 16753, 13394, 11126, 15636, 9198, 13378, 8176, 10757, 7453, 9046, 7616, 8347, 12370, 7501, 10627, 6970, 8121, 12614, 7329, 10273, 7416, 8759, 11161, 7367, 11139, 7777, 8636, 12346, 8010, 10423, 7523, 12491, 8792, 11144, 7204, 10735, 11198, 12115, 11609, 11990, 8478, 10873, 8680, 13723, 7681, 14286, 8539, 13664, 10385, 12846, 14897, 12349, 13790, 9491, 16234, 8649, 14885, 13836, 15844, 10201, 10618, 8094, 10719, 7788, 10970, 11352, 11137, 11047, 13212, 15675, 13836, 11470, 7140, 10580, 7085, 11549, 9409, 11187, 14727, 9598, 12485, 7891, 10796, 9654, 10178, 9770, 10999, 14479, 12669, 17258, 13384, 15396, 8536, 11825, 8110, 10780, 7422, 10240, 7504, 9825, 8498, 8829, 11944, 8559, 12177, 7419, 8114, 7603, 7045, 7860, 7276, 11020, 8865, 13226, 11604, 12650, 9707, 10441, 9079, 14498, 11705, 15341, 12064, 12511, 8511, 9724, 8341, 7929, 13419, 11332, 14260, 11045, 11166, 7714, 8982, 7205, 9580, 9522, 8094, 13870, 8693, 12048, 7579, 11717, 9405, 11270, 8476, 14091, 8868, 13300, 12271, 11768, 8779, 8900, 6958, 6965, 10431, 7023, 10456, 7821, 10540, 8044, 9613, 7848, 9433, 6930, 6875, 6943, 8700, 8382, 13334, 11138, 13070, 7090, 9703, 7051, 8467, 13915, 11140, 12234, 7311, 8326, 12209, 9530, 11116, 7411, 6967, 10877, 7372, 8558, 7134, 8756, 6809, 7601, 6986, 9432, 7599, 11213, 7980, 13368, 9809, 14678, 11402, 15372, 15776, 11413, 13950, 10318, 10751, 16401, 12068, 14446, 16031, 11310, 16527, 12810, 12240, 9742, 8790, 14935, 7966, 11451, 7381, 7646, 12922, 7189, 10782, 7582, 8749, 7316, 8111, 7490, 9609, 8374, 9224, 10225, 8100, 14624, 8213, 12348, 8020, 8637, 14948, 7552, 11939, 7730, 8664, 7324, 7054, 10001, 7484, 9571, 7085, 8664, 10090, 7660, 11451, 7894, 8983, 9337, 7798, 13774, 8083, 9460, 7865, 8420, 7129, 6838, 7435, 7037, 13525, 8947, 14222, 11172, 9859, 16372, 11569, 12859, 18106, 11669, 16354, 10405, 10507, 14720, 7590, 10472, 8348, 7145, 12549, 7793, 11352, 7433, 8223, 7233, 8186, 10263, 7659, 13446, 7610, 10003, 9800, 7944, 14162, 7546, 9193, 14870, 7468, 10843, 7284, 8853, 8661, 7338, 11254, 7481, 9760, 7230, 8087, 7632, 8068, 12373, 7136, 10533, 7370, 14150, 7960, 12967, 7651, 9445, 11939, 7311, 13784, 8025, 9356, 13007, 7462, 11808, 7578, 11538, 6882, 8757, 6719, 7699, 7529, 7021, 12351, 7657, 10485, 7496, 8138, 12801, 6911, 12210, 7332, 8272, 7805, 7496, 11307, 6832, 11411, 7677, 9269, 7252, 8427, 15134, 7264, 12284, 14291, 8346, 13697, 13386, 9417, 14368, 7629, 10426, 8644], 'WindowCenter': [4258.0, 4260.0, 4233.0, 4217.0, 4173.0, 4172.0, 4192.0, 4151.0, 4179.0, 4148.0, 4158.0, 4135.0, 4148.0, 4167.0, 4148.0, 4168.0, 4160.0, 4170.0, 4174.0, 4193.0, 4177.0, 4209.0, 4175.0, 4196.0, 4215.0, 4174.0, 4216.0, 4195.0, 4204.0, 4162.0, 4194.0, 4195.0, 4195.0, 4173.0, 4173.0, 4152.0, 4162.0, 4163.0, 4206.0, 4184.0, 4186.0, 4222.0, 4162.0, 4201.0, 4160.0, 4181.0, 4210.0, 4182.0, 4189.0, 4138.0, 4159.0, 4166.0, 4160.0, 4200.0, 4148.0, 4170.0, 4136.0, 4149.0, 4157.0, 4162.0, 4206.0, 4175.0, 4173.0, 4150.0, 4171.0, 4173.0, 4178.0, 4207.0, 4189.0, 4239.0, 4186.0, 4198.0, 4226.0, 4175.0, 4216.0, 4193.0, 4203.0, 4190.0, 4150.0, 4201.0, 4185.0, 4183.0, 4199.0, 4167.0, 4154.0, 4123.0, 4135.0, 4167.0, 4136.0, 4165.0, 4124.0, 4146.0, 4164.0, 4123.0, 4143.0, 4122.0, 4132.0, 4121.0, 4133.0, 4156.0, 4136.0, 4147.0, 4134.0, 4148.0, 4167.0, 4152.0, 4170.0, 4161.0, 4189.0, 4171.0, 4214.0, 4163.0, 4153.0, 4192.0, 4149.0, 4158.0, 4188.0, 4147.0, 4179.0, 4166.0, 4158.0, 4186.0, 4148.0, 4177.0, 4134.0, 4174.0, 4171.0, 4152.0, 4163.0, 4151.0, 4149.0, 4107.0, 4110.0, 4129.0, 4107.0, 4139.0, 4120.0, 4130.0, 4108.0, 4140.0, 4107.0, 4130.0, 4151.0, 4121.0, 4141.0, 4120.0, 4144.0, 4137.0, 4155.0, 4164.0, 4124.0, 4141.0, 4133.0, 4132.0, 4146.0, 4146.0, 4147.0, 4188.0, 4171.0, 4183.0, 4163.0, 4192.0, 4162.0, 4189.0, 4148.0, 4169.0, 4187.0, 4161.0, 4189.0, 4146.0, 4157.0, 4157.0, 4162.0, 4168.0, 4149.0, 4156.0, 4149.0, 4169.0, 4149.0, 4183.0, 4164.0, 4164.0, 4162.0, 4163.0, 4183.0, 4175.0, 4203.0, 4173.0, 4194.0, 4155.0, 4173.0, 4211.0, 4161.0, 4214.0, 4173.0, 4175.0, 4170.0, 4151.0, 4128.0, 4112.0, 4147.0, 4126.0, 4149.0, 4142.0, 4161.0, 4152.0, 4209.0, 4164.0, 4215.0, 4213.0, 4184.0, 4204.0, 4162.0, 4209.0, 4193.0, 4192.0, 4188.0, 4159.0, 4192.0, 4157.0, 4200.0, 4175.0, 4155.0, 4173.0, 4113.0, 4145.0, 4124.0, 4134.0, 4134.0, 4127.0, 4153.0, 4114.0, 4132.0, 4125.0, 4135.0, 4127.0, 4137.0, 4127.0, 4139.0, 4149.0, 4166.0, 4191.0, 4152.0, 4171.0, 4139.0, 4162.0, 4171.0, 4160.0, 4189.0, 4142.0, 4150.0, 4151.0, 4202.0, 4173.0, 4192.0, 4153.0, 4182.0, 4151.0, 4183.0, 4201.0, 4152.0, 4200.0, 4138.0, 4140.0, 4167.0, 4141.0, 4193.0, 4151.0, 4149.0, 4118.0, 4136.0, 4139.0, 4149.0, 4164.0, 4196.0, 4201.0, 4217.0, 4246.0, 4224.0, 4198.0, 4198.0, 4199.0, 4219.0, 4200.0, 4228.0, 4205.0, 4195.0, 4224.0, 4173.0, 4201.0, 4188.0, 4159.0, 4198.0, 4165.0, 4134.0, 4153.0, 4133.0, 4150.0, 4167.0, 4126.0, 4123.0, 4114.0, 4137.0, 4156.0, 4161.0, 4160.0, 4148.0, 4162.0, 4138.0, 4160.0, 4181.0, 4150.0, 4159.0, 4137.0, 4149.0, 4190.0, 4171.0, 4169.0, 4197.0, 4146.0, 4177.0, 4154.0, 4136.0, 4187.0, 4146.0, 4145.0, 4184.0, 4124.0, 4154.0, 4123.0, 4135.0, 4163.0, 4134.0, 4135.0, 4112.0, 4114.0, 4142.0, 4101.0, 4149.0, 4178.0, 4147.0, 4124.0, 4104.0, 4120.0, 4100.0, 4132.0, 4124.0, 4134.0, 4113.0, 4134.0, 4107.0, 4134.0, 4155.0, 4134.0, 4153.0, 4131.0, 4150.0, 4128.0, 4129.0, 4146.0, 4108.0, 4150.0, 4128.0, 4119.0, 4147.0, 4098.0, 4149.0, 4097.0, 4118.0, 4098.0, 4122.0, 4101.0, 4124.0, 4132.0, 4124.0, 4164.0, 4119.0, 4169.0, 4170.0, 4138.0, 4160.0, 4132.0, 4141.0, 4116.0, 4148.0, 4191.0, 4123.0, 4182.0, 4122.0, 4133.0, 4151.0, 4134.0, 4162.0, 4142.0, 4165.0, 4143.0, 4186.0, 4146.0, 4176.0, 4146.0, 4166.0, 4174.0, 4159.0, 4216.0, 4164.0, 4156.0, 4164.0, 4125.0, 4154.0, 4113.0, 4141.0, 4111.0, 4150.0, 4134.0, 4173.0, 4144.0, 4175.0, 4147.0, 4186.0, 4124.0, 4182.0, 4144.0, 4186.0, 4181.0, 4164.0, 4171.0, 4147.0, 4137.0, 4178.0, 4136.0, 4144.0, 4172.0, 4121.0, 4162.0, 4113.0, 4144.0, 4142.0, 4124.0, 4164.0, 4123.0, 4145.0, 4115.0, 4148.0, 4149.0, 4129.0, 4148.0, 4144.0, 4193.0, 4168.0, 4184.0, 4144.0, 4188.0, 4197.0, 4158.0, 4196.0, 4163.0, 4176.0, 4205.0, 4148.0, 4201.0, 4140.0, 4150.0, 4136.0, 4139.0, 4172.0, 4136.0, 4161.0, 4128.0, 4140.0, 4160.0, 4140.0, 4173.0, 4132.0, 4165.0, 4206.0, 4155.0, 4186.0, 4154.0, 4141.0, 4128.0, 4108.0, 4126.0, 4084.0, 4112.0, 4094.0, 4116.0, 4121.0, 4172.0, 4139.0, 4142.0, 4150.0, 4170.0, 4117.0, 4158.0, 4140.0, 4169.0, 4171.0, 4178.0, 4134.0, 4124.0, 4152.0, 4116.0, 4152.0, 4099.0, 4131.0, 4089.0, 4109.0, 4086.0, 4099.0, 4138.0, 4101.0, 4131.0, 4105.0, 4125.0, 4152.0, 4116.0, 4146.0, 4104.0, 4131.0, 4155.0, 4130.0, 4170.0, 4134.0, 4152.0, 4179.0, 4134.0, 4171.0, 4134.0, 4185.0, 4157.0, 4177.0, 4147.0, 4192.0, 4178.0, 4200.0, 4199.0, 4199.0, 4146.0, 4177.0, 4157.0, 4208.0, 4147.0, 4208.0, 4158.0, 4209.0, 4154.0, 4175.0, 4203.0, 4175.0, 4184.0, 4166.0, 4200.0, 4138.0, 4182.0, 4171.0, 4177.0, 4137.0, 4133.0, 4113.0, 4146.0, 4114.0, 4157.0, 4155.0, 4157.0, 4144.0, 4152.0, 4173.0, 4163.0, 4140.0, 4090.0, 4129.0, 4089.0, 4129.0, 4107.0, 4129.0, 4137.0, 4107.0, 4138.0, 4097.0, 4128.0, 4105.0, 4116.0, 4105.0, 4128.0, 4135.0, 4138.0, 4146.0, 4126.0, 4123.0, 4083.0, 4110.0, 4071.0, 4099.0, 4070.0, 4101.0, 4060.0, 4103.0, 4080.0, 4105.0, 4123.0, 4095.0, 4124.0, 4088.0, 4085.0, 4087.0, 4087.0, 4109.0, 4116.0, 4157.0, 4150.0, 4180.0, 4158.0, 4154.0, 4123.0, 4143.0, 4124.0, 4151.0, 4130.0, 4151.0, 4142.0, 4140.0, 4098.0, 4119.0, 4098.0, 4099.0, 4149.0, 4140.0, 4148.0, 4127.0, 4113.0, 4084.0, 4105.0, 4086.0, 4119.0, 4117.0, 4098.0, 4148.0, 4108.0, 4139.0, 4090.0, 4128.0, 4094.0, 4115.0, 4083.0, 4136.0, 4093.0, 4138.0, 4124.0, 4116.0, 4081.0, 4093.0, 4050.0, 4063.0, 4103.0, 4076.0, 4126.0, 4098.0, 4127.0, 4098.0, 4118.0, 4099.0, 4118.0, 4090.0, 4078.0, 4104.0, 4121.0, 4123.0, 4164.0, 4155.0, 4164.0, 4093.0, 4133.0, 4103.0, 4116.0, 4163.0, 4141.0, 4152.0, 4090.0, 4111.0, 4140.0, 4124.0, 4143.0, 4088.0, 4089.0, 4128.0, 4112.0, 4123.0, 4103.0, 4111.0, 4091.0, 4103.0, 4091.0, 4122.0, 4114.0, 4155.0, 4113.0, 4151.0, 4132.0, 4162.0, 4142.0, 4163.0, 4161.0, 4130.0, 4164.0, 4119.0, 4129.0, 4147.0, 4138.0, 4162.0, 4147.0, 4127.0, 4144.0, 4122.0, 4124.0, 4091.0, 4082.0, 4133.0, 4071.0, 4111.0, 4059.0, 4072.0, 4121.0, 4060.0, 4100.0, 4072.0, 4092.0, 4084.0, 4096.0, 4086.0, 4117.0, 4097.0, 4121.0, 4128.0, 4099.0, 4159.0, 4109.0, 4153.0, 4098.0, 4108.0, 4159.0, 4099.0, 4140.0, 4100.0, 4109.0, 4087.0, 4089.0, 4128.0, 4101.0, 4131.0, 4103.0, 4134.0, 4156.0, 4125.0, 4153.0, 4113.0, 4126.0, 4132.0, 4126.0, 4189.0, 4132.0, 4163.0, 4124.0, 4118.0, 4085.0, 4084.0, 4092.0, 4093.0, 4153.0, 4125.0, 4168.0, 4147.0, 4135.0, 4164.0, 4131.0, 4142.0, 4153.0, 4128.0, 4161.0, 4106.0, 4130.0, 4148.0, 4087.0, 4116.0, 4072.0, 4062.0, 4112.0, 4070.0, 4115.0, 4086.0, 4100.0, 4087.0, 4109.0, 4117.0, 4098.0, 4148.0, 4101.0, 4131.0, 4118.0, 4099.0, 4144.0, 4100.0, 4132.0, 4155.0, 4089.0, 4129.0, 4089.0, 4119.0, 4107.0, 4101.0, 4152.0, 4113.0, 4144.0, 4113.0, 4136.0, 4128.0, 4137.0, 4176.0, 4129.0, 4182.0, 4134.0, 4195.0, 4145.0, 4199.0, 4133.0, 4160.0, 4168.0, 4133.0, 4190.0, 4132.0, 4152.0, 4191.0, 4118.0, 4156.0, 4119.0, 4170.0, 4118.0, 4137.0, 4107.0, 4127.0, 4125.0, 4128.0, 4177.0, 4119.0, 4161.0, 4126.0, 4129.0, 4169.0, 4109.0, 4158.0, 4116.0, 4128.0, 4116.0, 4128.0, 4167.0, 4116.0, 4167.0, 4127.0, 4158.0, 4120.0, 4143.0, 4205.0, 4130.0, 4183.0, 4188.0, 4139.0, 4180.0, 4176.0, 4136.0, 4176.0, 4125.0, 4157.0, 4136.0], 'WindowWidth': [9442.0, 9427.0, 9373.0, 9341.0, 9268.0, 9266.0, 9291.0, 9236.0, 9269.0, 9227.0, 9239.0, 9203.0, 9227.0, 9248.0, 9227.0, 9252.0, 9244.0, 9259.0, 9273.0, 9297.0, 9282.0, 9331.0, 9276.0, 9303.0, 9327.0, 9274.0, 9333.0, 9302.0, 9309.0, 9250.0, 9296.0, 9301.0, 9300.0, 9267.0, 9266.0, 9237.0, 9250.0, 9254.0, 9316.0, 9287.0, 9290.0, 9332.0, 9252.0, 9302.0, 9247.0, 9276.0, 9314.0, 9275.0, 9281.0, 9211.0, 9239.0, 9244.0, 9243.0, 9299.0, 9226.0, 9256.0, 9205.0, 9229.0, 9237.0, 9251.0, 9322.0, 9277.0, 9270.0, 9231.0, 9262.0, 9271.0, 9282.0, 9322.0, 9302.0, 9370.0, 9290.0, 9310.0, 9344.0, 9273.0, 9331.0, 9295.0, 9308.0, 9283.0, 9230.0, 9303.0, 9285.0, 9277.0, 9295.0, 9246.0, 9222.0, 9177.0, 9200.0, 9244.0, 9206.0, 9242.0, 9182.0, 9218.0, 9237.0, 9180.0, 9207.0, 9177.0, 9193.0, 9175.0, 9197.0, 9229.0, 9203.0, 9220.0, 9200.0, 9223.0, 9245.0, 9236.0, 9256.0, 9247.0, 9279.0, 9258.0, 9321.0, 9252.0, 9242.0, 9290.0, 9229.0, 9238.0, 9277.0, 9222.0, 9267.0, 9245.0, 9238.0, 9273.0, 9224.0, 9260.0, 9197.0, 9251.0, 9240.0, 9216.0, 9232.0, 9211.0, 9209.0, 9146.0, 9156.0, 9179.0, 9151.0, 9199.0, 9175.0, 9184.0, 9155.0, 9198.0, 9148.0, 9186.0, 9213.0, 9176.0, 9199.0, 9172.0, 9213.0, 9207.0, 9231.0, 9236.0, 9180.0, 9200.0, 9192.0, 9190.0, 9216.0, 9217.0, 9225.0, 9283.0, 9264.0, 9282.0, 9256.0, 9292.0, 9249.0, 9281.0, 9224.0, 9253.0, 9274.0, 9248.0, 9280.0, 9218.0, 9235.0, 9238.0, 9251.0, 9251.0, 9228.0, 9233.0, 9226.0, 9255.0, 9229.0, 9282.0, 9256.0, 9258.0, 9253.0, 9256.0, 9280.0, 9274.0, 9310.0, 9268.0, 9297.0, 9249.0, 9268.0, 9315.0, 9247.0, 9328.0, 9266.0, 9270.0, 9256.0, 9231.0, 9196.0, 9170.0, 9218.0, 9189.0, 9225.0, 9225.0, 9244.0, 9236.0, 9314.0, 9253.0, 9323.0, 9318.0, 9280.0, 9306.0, 9249.0, 9310.0, 9290.0, 9286.0, 9273.0, 9234.0, 9274.0, 9229.0, 9293.0, 9251.0, 9223.0, 9244.0, 9164.0, 9207.0, 9180.0, 9194.0, 9194.0, 9190.0, 9216.0, 9168.0, 9189.0, 9188.0, 9200.0, 9192.0, 9206.0, 9192.0, 9213.0, 9228.0, 9261.0, 9285.0, 9235.0, 9257.0, 9211.0, 9249.0, 9259.0, 9241.0, 9279.0, 9223.0, 9232.0, 9235.0, 9305.0, 9267.0, 9289.0, 9238.0, 9272.0, 9233.0, 9279.0, 9298.0, 9235.0, 9297.0, 9209.0, 9213.0, 9240.0, 9215.0, 9289.0, 9228.0, 9222.0, 9180.0, 9200.0, 9213.0, 9227.0, 9258.0, 9303.0, 9318.0, 9326.0, 9390.0, 9356.0, 9309.0, 9308.0, 9312.0, 9340.0, 9315.0, 9354.0, 9315.0, 9301.0, 9336.0, 9262.0, 9300.0, 9274.0, 9239.0, 9290.0, 9237.0, 9194.0, 9216.0, 9192.0, 9229.0, 9244.0, 9184.0, 9174.0, 9163.0, 9202.0, 9233.0, 9247.0, 9242.0, 9225.0, 9248.0, 9210.0, 9244.0, 9273.0, 9228.0, 9239.0, 9207.0, 9226.0, 9284.0, 9257.0, 9252.0, 9285.0, 9216.0, 9259.0, 9224.0, 9202.0, 9274.0, 9214.0, 9213.0, 9263.0, 9181.0, 9222.0, 9179.0, 9200.0, 9234.0, 9197.0, 9198.0, 9161.0, 9168.0, 9201.0, 9145.0, 9226.0, 9261.0, 9216.0, 9177.0, 9141.0, 9167.0, 9141.0, 9188.0, 9179.0, 9190.0, 9160.0, 9189.0, 9147.0, 9187.0, 9206.0, 9177.0, 9202.0, 9175.0, 9203.0, 9168.0, 9168.0, 9190.0, 9140.0, 9201.0, 9164.0, 9158.0, 9192.0, 9129.0, 9198.0, 9127.0, 9158.0, 9131.0, 9170.0, 9140.0, 9176.0, 9180.0, 9175.0, 9227.0, 9168.0, 9245.0, 9238.0, 9203.0, 9222.0, 9192.0, 9200.0, 9169.0, 9214.0, 9267.0, 9180.0, 9268.0, 9179.0, 9195.0, 9213.0, 9197.0, 9233.0, 9218.0, 9242.0, 9218.0, 9270.0, 9218.0, 9256.0, 9218.0, 9245.0, 9248.0, 9241.0, 9324.0, 9237.0, 9225.0, 9228.0, 9179.0, 9214.0, 9159.0, 9195.0, 9158.0, 9208.0, 9194.0, 9247.0, 9212.0, 9255.0, 9221.0, 9271.0, 9183.0, 9263.0, 9208.0, 9273.0, 9252.0, 9231.0, 9243.0, 9197.0, 9184.0, 9247.0, 9183.0, 9200.0, 9234.0, 9163.0, 9221.0, 9156.0, 9200.0, 9195.0, 9177.0, 9228.0, 9176.0, 9206.0, 9166.0, 9217.0, 9210.0, 9194.0, 9217.0, 9213.0, 9278.0, 9253.0, 9267.0, 9211.0, 9279.0, 9287.0, 9235.0, 9287.0, 9237.0, 9259.0, 9296.0, 9217.0, 9294.0, 9195.0, 9210.0, 9197.0, 9205.0, 9244.0, 9208.0, 9243.0, 9190.0, 9202.0, 9228.0, 9213.0, 9250.0, 9193.0, 9242.0, 9297.0, 9222.0, 9272.0, 9218.0, 9197.0, 9170.0, 9146.0, 9170.0, 9114.0, 9147.0, 9127.0, 9154.0, 9168.0, 9240.0, 9198.0, 9194.0, 9199.0, 9232.0, 9162.0, 9212.0, 9190.0, 9230.0, 9236.0, 9254.0, 9171.0, 9155.0, 9202.0, 9149.0, 9202.0, 9126.0, 9172.0, 9114.0, 9139.0, 9102.0, 9124.0, 9174.0, 9133.0, 9174.0, 9145.0, 9176.0, 9205.0, 9166.0, 9204.0, 9145.0, 9185.0, 9214.0, 9194.0, 9244.0, 9195.0, 9224.0, 9255.0, 9195.0, 9248.0, 9197.0, 9264.0, 9232.0, 9257.0, 9223.0, 9286.0, 9261.0, 9296.0, 9296.0, 9298.0, 9216.0, 9260.0, 9237.0, 9305.0, 9224.0, 9305.0, 9237.0, 9310.0, 9221.0, 9251.0, 9298.0, 9253.0, 9261.0, 9243.0, 9290.0, 9201.0, 9259.0, 9241.0, 9252.0, 9185.0, 9180.0, 9157.0, 9205.0, 9160.0, 9222.0, 9215.0, 9222.0, 9198.0, 9207.0, 9237.0, 9223.0, 9185.0, 9120.0, 9169.0, 9118.0, 9170.0, 9136.0, 9168.0, 9178.0, 9136.0, 9181.0, 9123.0, 9164.0, 9131.0, 9147.0, 9130.0, 9166.0, 9173.0, 9180.0, 9192.0, 9161.0, 9151.0, 9096.0, 9127.0, 9077.0, 9111.0, 9076.0, 9117.0, 9063.0, 9124.0, 9088.0, 9130.0, 9151.0, 9118.0, 9153.0, 9112.0, 9102.0, 9111.0, 9114.0, 9147.0, 9168.0, 9221.0, 9219.0, 9258.0, 9224.0, 9210.0, 9168.0, 9194.0, 9172.0, 9203.0, 9169.0, 9204.0, 9190.0, 9184.0, 9126.0, 9155.0, 9126.0, 9130.0, 9197.0, 9189.0, 9197.0, 9163.0, 9136.0, 9100.0, 9130.0, 9108.0, 9157.0, 9150.0, 9127.0, 9193.0, 9139.0, 9182.0, 9119.0, 9165.0, 9115.0, 9142.0, 9097.0, 9172.0, 9110.0, 9180.0, 9153.0, 9144.0, 9090.0, 9108.0, 9046.0, 9069.0, 9123.0, 9096.0, 9162.0, 9126.0, 9165.0, 9128.0, 9153.0, 9129.0, 9157.0, 9123.0, 9103.0, 9149.0, 9165.0, 9170.0, 9227.0, 9216.0, 9225.0, 9129.0, 9183.0, 9145.0, 9156.0, 9224.0, 9190.0, 9206.0, 9119.0, 9148.0, 9188.0, 9165.0, 9197.0, 9114.0, 9120.0, 9169.0, 9157.0, 9173.0, 9143.0, 9148.0, 9124.0, 9140.0, 9122.0, 9162.0, 9159.0, 9216.0, 9156.0, 9200.0, 9178.0, 9219.0, 9193.0, 9227.0, 9217.0, 9172.0, 9229.0, 9156.0, 9169.0, 9191.0, 9181.0, 9219.0, 9189.0, 9164.0, 9182.0, 9146.0, 9154.0, 9103.0, 9094.0, 9164.0, 9078.0, 9130.0, 9056.0, 9082.0, 9143.0, 9060.0, 9114.0, 9081.0, 9110.0, 9102.0, 9122.0, 9108.0, 9152.0, 9125.0, 9162.0, 9168.0, 9130.0, 9211.0, 9144.0, 9210.0, 9126.0, 9140.0, 9209.0, 9130.0, 9186.0, 9134.0, 9145.0, 9111.0, 9118.0, 9169.0, 9138.0, 9179.0, 9147.0, 9190.0, 9220.0, 9180.0, 9211.0, 9159.0, 9171.0, 9182.0, 9181.0, 9274.0, 9192.0, 9241.0, 9176.0, 9162.0, 9114.0, 9111.0, 9120.0, 9123.0, 9203.0, 9168.0, 9234.0, 9202.0, 9182.0, 9223.0, 9171.0, 9186.0, 9194.0, 9161.0, 9212.0, 9127.0, 9168.0, 9192.0, 9107.0, 9143.0, 9075.0, 9063.0, 9131.0, 9073.0, 9142.0, 9104.0, 9128.0, 9109.0, 9142.0, 9148.0, 9127.0, 9194.0, 9137.0, 9176.0, 9151.0, 9130.0, 9187.0, 9132.0, 9180.0, 9204.0, 9115.0, 9171.0, 9117.0, 9156.0, 9138.0, 9138.0, 9207.0, 9159.0, 9201.0, 9157.0, 9197.0, 9187.0, 9197.0, 9247.0, 9192.0, 9269.0, 9199.0, 9283.0, 9214.0, 9290.0, 9196.0, 9233.0, 9241.0, 9196.0, 9277.0, 9193.0, 9220.0, 9280.0, 9167.0, 9214.0, 9170.0, 9239.0, 9168.0, 9197.0, 9149.0, 9187.0, 9181.0, 9190.0, 9254.0, 9169.0, 9227.0, 9181.0, 9183.0, 9234.0, 9155.0, 9218.0, 9169.0, 9178.0, 9160.0, 9189.0, 9237.0, 9171.0, 9239.0, 9187.0, 9229.0, 9172.0, 9210.0, 9295.0, 9195.0, 9264.0, 9270.0, 9203.0, 9254.0, 9248.0, 9193.0, 9249.0, 9178.0, 9223.0, 9193.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.00635524684270953</td></tr>
<tr><td colspan=3>aqi</td><td>0.14734298874856486</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.397417449942544</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0553099475747112</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9238546392873572</td></tr>
<tr><td colspan=3>efc</td><td>0.4495</td></tr>
<tr><td colspan=3>fber</td><td>7334.313</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.2457932720870613</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>364</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>41.791044776119406</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6860055542643906</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5121258491971616</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.872079749706101</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.6738110638899086</td></tr>
<tr><td colspan=3>gcor</td><td>0.014893</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01869562268257141</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028760431334376335</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.260716563938085</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>27.0341</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.0488</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>150.8346</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308306.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>703.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>301.5681</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4166</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>503.2807</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3408.9717</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3586.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68238.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1407.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4379.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>841.6363</td></tr>
<tr><td colspan=3>tsnr</td><td>17.75737399351783</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>