<?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-0074_ses-03_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0074_ses-03_task-social_acq-mb8_run-01_bold.nii.gz";

    var artifacts = [];
    $('#qcartifacts-group input:checked').each(function() {
        artifacts.push($(this).attr('name'));
    });

    var rating = $('#qcslider').val();
    var payload = {
        'dataset': ds,
        'subject': sub,
        'rating': rating,
        'artifacts': artifacts,
        'time_sec': (Date.now() - timestamp) / 1000,
        'confidence': $('#qcextra-confidence').val(),
        'comments': $('#qcextra-comments').val()
    };

    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
    $('#btn-download').attr('href', URL.createObjectURL(file));
    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
    return payload
};

function toggle_rating() {
    if ($('#qcrating-menu').hasClass('d-none')) {
        $('#qcrating-menu').removeClass('d-none');
        $('#qcrating-toggler').prop('checked', true);
    } else {
        $('#qcrating-menu').addClass('d-none');
        $('#qcrating-toggler').prop('checked', false);
    }
};

$(window).on('load',function(){
    var authorization = $('#btn-post').val()
    if (authorization.includes("secret_token")) {
        $('#btn-post').addClass('d-none');
    };
    timestamp = Date.now();
});

</script>
<style type="text/css">
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  margin-bottom: 8px;
  margin-left: 10%;
  width: 80%;
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
        <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
            About
            </a>
            <ul class="dropdown-menu">
                <li><a class="dropdown-item" href="#errors">Errors</a></li>
                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
            </ul>
        </li>
    </ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-03_subject-0074_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-0074/figures/sub-0074_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-03_subject-0074_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-0074/figures/sub-0074_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-03_subject-0074_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-0074/figures/sub-0074_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0074_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-0074/figures/sub-0074_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0074/figures/sub-0074_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>

        </div>
    </div>
    <div id="About" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">About</h1>
        <div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
        </div>
        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p>                    <div class="accordion accordion-flush" id="about-metadata">


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0074/ses-03/func/sub-0074_ses-03_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>5b497211fa91ae738cea3607216a261c</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:31.610000</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.993898, -0.075553, 0.08037, 0.06828, 0.993627, 0.0896876]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0856565</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4177, -7744, -7273, 629, -126, -253, -142, 66]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>228.088</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>65dadf11-1842-48c9-b962-7a994f5b5736||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.6665544509887695, 0.18319012224674225, 0.23391161859035492, 91.65484619140625], [0.20270316302776337, 2.665827751159668, 0.22586211562156677, -107.57952880859375], [0.2156268209218979, -0.2406252920627594, 2.680349111557007, -77.5068588256836], [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': ['190431.610000', '190432.070000', '190432.530000', '190432.990000', '190433.450000', '190433.910000', '190434.370000', '190434.830000', '190435.290000', '190435.750000', '190436.210000', '190436.670000', '190437.130000', '190437.590000', '190438.050000', '190438.510000', '190438.970000', '190439.430000', '190439.890000', '190440.350000', '190440.810000', '190441.270000', '190441.730000', '190442.190000', '190442.650000', '190443.110000', '190443.570000', '190444.030000', '190444.490000', '190444.950000', '190445.410000', '190445.870000', '190446.330000', '190446.790000', '190447.250000', '190447.710000', '190448.170000', '190448.630000', '190449.090000', '190449.550000', '190450.010000', '190450.470000', '190450.930000', '190451.390000', '190451.850000', '190452.310000', '190452.770000', '190453.230000', '190453.690000', '190454.150000', '190454.610000', '190455.070000', '190455.530000', '190455.990000', '190456.450000', '190456.910000', '190457.370000', '190457.830000', '190458.290000', '190458.750000', '190459.210000', '190459.670000', '190500.130000', '190500.590000', '190501.050000', '190501.510000', '190501.970000', '190502.430000', '190502.890000', '190503.350000', '190503.810000', '190504.270000', '190504.730000', '190505.190000', '190505.650000', '190506.110000', '190506.570000', '190507.030000', '190507.490000', '190507.950000', '190508.410000', '190508.870000', '190509.330000', '190509.790000', '190510.250000', '190510.710000', '190511.170000', '190511.630000', '190512.090000', '190512.550000', '190513.010000', '190513.470000', '190513.930000', '190514.390000', '190514.850000', '190515.310000', '190515.770000', '190516.230000', '190516.690000', '190517.150000', '190517.610000', '190518.070000', '190518.530000', '190518.990000', '190519.450000', '190519.910000', '190520.370000', '190520.830000', '190521.290000', '190521.750000', '190522.210000', '190522.670000', '190523.130000', '190523.590000', '190524.050000', '190524.510000', '190524.970000', '190525.430000', '190525.890000', '190526.350000', '190526.810000', '190527.270000', '190527.730000', '190528.190000', '190528.650000', '190529.110000', '190529.570000', '190530.030000', '190530.490000', '190530.950000', '190531.410000', '190531.870000', '190532.330000', '190532.790000', '190533.250000', '190533.710000', '190534.170000', '190534.630000', '190535.090000', '190535.550000', '190536.010000', '190536.470000', '190536.930000', '190537.390000', '190537.850000', '190538.310000', '190538.770000', '190539.230000', '190539.690000', '190540.150000', '190540.610000', '190541.070000', '190541.530000', '190541.990000', '190542.450000', '190542.910000', '190543.370000', '190543.830000', '190544.290000', '190544.750000', '190545.210000', '190545.670000', '190546.130000', '190546.590000', '190547.050000', '190547.510000', '190547.970000', '190548.430000', '190548.890000', '190549.350000', '190549.810000', '190550.270000', '190550.730000', '190551.190000', '190551.650000', '190552.110000', '190552.570000', '190553.030000', '190553.490000', '190553.950000', '190554.410000', '190554.870000', '190555.330000', '190555.790000', '190556.250000', '190556.710000', '190557.170000', '190557.630000', '190558.090000', '190558.550000', '190559.010000', '190559.470000', '190559.930000', '190600.390000', '190600.850000', '190601.310000', '190601.770000', '190602.230000', '190602.690000', '190603.150000', '190603.610000', '190604.070000', '190604.530000', '190604.990000', '190605.450000', '190605.910000', '190606.370000', '190606.830000', '190607.290000', '190607.750000', '190608.210000', '190608.670000', '190609.130000', '190609.590000', '190610.050000', '190610.510000', '190610.970000', '190611.430000', '190611.890000', '190612.350000', '190612.810000', '190613.270000', '190613.730000', '190614.190000', '190614.650000', '190615.110000', '190615.570000', '190616.030000', '190616.490000', '190616.950000', '190617.410000', '190617.870000', '190618.330000', '190618.790000', '190619.250000', '190619.710000', '190620.170000', '190620.630000', '190621.090000', '190621.550000', '190622.010000', '190622.470000', '190622.930000', '190623.390000', '190623.850000', '190624.310000', '190624.770000', '190625.230000', '190625.690000', '190626.150000', '190626.610000', '190627.070000', '190627.530000', '190627.990000', '190628.450000', '190628.910000', '190629.370000', '190629.830000', '190630.290000', '190630.750000', '190631.210000', '190631.670000', '190632.130000', '190632.590000', '190633.050000', '190633.510000', '190633.970000', '190634.430000', '190634.890000', '190635.350000', '190635.810000', '190636.270000', '190636.730000', '190637.190000', '190637.650000', '190638.110000', '190638.570000', '190639.030000', '190639.490000', '190639.950000', '190640.410000', '190640.870000', '190641.330000', '190641.790000', '190642.250000', '190642.710000', '190643.170000', '190643.630000', '190644.090000', '190644.550000', '190645.010000', '190645.470000', '190645.930000', '190646.390000', '190646.850000', '190647.310000', '190647.770000', '190648.230000', '190648.690000', '190649.150000', '190649.610000', '190650.070000', '190650.530000', '190650.990000', '190651.450000', '190651.910000', '190652.370000', '190652.830000', '190653.290000', '190653.750000', '190654.210000', '190654.670000', '190655.130000', '190655.590000', '190656.050000', '190656.510000', '190656.970000', '190657.430000', '190657.890000', '190658.350000', '190658.810000', '190659.270000', '190659.730000', '190700.190000', '190700.650000', '190701.110000', '190701.570000', '190702.030000', '190702.490000', '190702.950000', '190703.410000', '190703.870000', '190704.330000', '190704.790000', '190705.250000', '190705.710000', '190706.170000', '190706.630000', '190707.090000', '190707.550000', '190708.010000', '190708.470000', '190708.930000', '190709.390000', '190709.850000', '190710.310000', '190710.770000', '190711.230000', '190711.690000', '190712.150000', '190712.610000', '190713.070000', '190713.530000', '190713.990000', '190714.450000', '190714.910000', '190715.370000', '190715.830000', '190716.290000', '190716.750000', '190717.210000', '190717.670000', '190718.130000', '190718.590000', '190719.050000', '190719.510000', '190719.970000', '190720.430000', '190720.890000', '190721.350000', '190721.810000', '190722.270000', '190722.730000', '190723.190000', '190723.650000', '190724.110000', '190724.570000', '190725.030000', '190725.490000', '190725.950000', '190726.410000', '190726.870000', '190727.330000', '190727.790000', '190728.250000', '190728.710000', '190729.170000', '190729.630000', '190730.090000', '190730.550000', '190731.010000', '190731.470000', '190731.930000', '190732.390000', '190732.850000', '190733.310000', '190733.770000', '190734.230000', '190734.690000', '190735.150000', '190735.610000', '190736.070000', '190736.530000', '190736.990000', '190737.450000', '190737.910000', '190738.370000', '190738.830000', '190739.290000', '190739.750000', '190740.210000', '190740.670000', '190741.130000', '190741.590000', '190742.050000', '190742.510000', '190742.970000', '190743.430000', '190743.890000', '190744.350000', '190744.810000', '190745.270000', '190745.730000', '190746.190000', '190746.650000', '190747.110000', '190747.570000', '190748.030000', '190748.490000', '190748.950000', '190749.410000', '190749.870000', '190750.330000', '190750.790000', '190751.250000', '190751.710000', '190752.170000', '190752.630000', '190753.090000', '190753.550000', '190754.010000', '190754.470000', '190754.930000', '190755.390000', '190755.850000', '190756.310000', '190756.770000', '190757.230000', '190757.690000', '190758.150000', '190758.610000', '190759.070000', '190759.530000', '190759.990000', '190800.450000', '190800.910000', '190801.370000', '190801.830000', '190802.290000', '190802.750000', '190803.210000', '190803.670000', '190804.130000', '190804.590000', '190805.050000', '190805.510000', '190805.970000', '190806.430000', '190806.890000', '190807.350000', '190807.810000', '190808.270000', '190808.730000', '190809.190000', '190809.650000', '190810.110000', '190810.570000', '190811.030000', '190811.490000', '190811.950000', '190812.410000', '190812.870000', '190813.330000', '190813.790000', '190814.250000', '190814.710000', '190815.170000', '190815.630000', '190816.090000', '190816.550000', '190817.010000', '190817.470000', '190817.930000', '190818.390000', '190818.850000', '190819.310000', '190819.770000', '190820.230000', '190820.690000', '190821.150000', '190821.610000', '190822.070000', '190822.530000', '190822.990000', '190823.450000', '190823.910000', '190824.370000', '190824.830000', '190825.290000', '190825.750000', '190826.210000', '190826.670000', '190827.130000', '190827.590000', '190828.050000', '190828.510000', '190828.970000', '190829.430000', '190829.890000', '190830.350000', '190830.810000', '190831.270000', '190831.730000', '190832.190000', '190832.650000', '190833.110000', '190833.570000', '190834.030000', '190834.490000', '190834.950000', '190835.410000', '190835.870000', '190836.330000', '190836.790000', '190837.250000', '190837.710000', '190838.170000', '190838.630000', '190839.090000', '190839.550000', '190840.010000', '190840.470000', '190840.930000', '190841.390000', '190841.850000', '190842.310000', '190842.770000', '190843.230000', '190843.690000', '190844.150000', '190844.610000', '190845.070000', '190845.530000', '190845.990000', '190846.450000', '190846.910000', '190847.370000', '190847.830000', '190848.290000', '190848.750000', '190849.210000', '190849.670000', '190850.130000', '190850.590000', '190851.050000', '190851.510000', '190851.970000', '190852.430000', '190852.890000', '190853.350000', '190853.810000', '190854.270000', '190854.730000', '190855.190000', '190855.650000', '190856.110000', '190856.570000', '190857.030000', '190857.490000', '190857.950000', '190858.410000', '190858.870000', '190859.330000', '190859.790000', '190900.250000', '190900.710000', '190901.170000', '190901.630000', '190902.090000', '190902.550000', '190903.010000', '190903.470000', '190903.930000', '190904.390000', '190904.850000', '190905.310000', '190905.770000', '190906.230000', '190906.690000', '190907.150000', '190907.610000', '190908.070000', '190908.530000', '190908.990000', '190909.450000', '190909.910000', '190910.370000', '190910.830000', '190911.290000', '190911.750000', '190912.210000', '190912.670000', '190913.130000', '190913.590000', '190914.050000', '190914.510000', '190914.970000', '190915.430000', '190915.890000', '190916.350000', '190916.810000', '190917.270000', '190917.730000', '190918.190000', '190918.650000', '190919.110000', '190919.570000', '190920.030000', '190920.490000', '190920.950000', '190921.410000', '190921.870000', '190922.330000', '190922.790000', '190923.250000', '190923.710000', '190924.170000', '190924.630000', '190925.090000', '190925.550000', '190926.010000', '190926.470000', '190926.930000', '190927.390000', '190927.850000', '190928.310000', '190928.770000', '190929.230000', '190929.690000', '190930.150000', '190930.610000', '190931.070000', '190931.530000', '190931.990000', '190932.450000', '190932.910000', '190933.370000', '190933.830000', '190934.290000', '190934.750000', '190935.210000', '190935.670000', '190936.130000', '190936.590000', '190937.050000', '190937.510000', '190937.970000', '190938.430000', '190938.890000', '190939.350000', '190939.810000', '190940.270000', '190940.730000', '190941.190000', '190941.650000', '190942.110000', '190942.570000', '190943.030000', '190943.490000', '190943.950000', '190944.410000', '190944.870000', '190945.330000', '190945.790000', '190946.250000', '190946.710000', '190947.170000', '190947.630000', '190948.090000', '190948.550000', '190949.010000', '190949.470000', '190949.930000', '190950.390000', '190950.850000', '190951.310000', '190951.770000', '190952.230000', '190952.690000', '190953.150000', '190953.610000', '190954.070000', '190954.530000', '190954.990000', '190955.450000', '190955.910000', '190956.370000', '190956.830000', '190957.290000', '190957.750000', '190958.210000', '190958.670000', '190959.130000', '190959.590000', '191000.050000', '191000.510000', '191000.970000', '191001.430000', '191001.890000', '191002.350000', '191002.810000', '191003.270000', '191003.730000', '191004.190000', '191004.650000', '191005.110000', '191005.570000', '191006.030000', '191006.490000', '191006.950000', '191007.410000', '191007.870000', '191008.330000', '191008.790000', '191009.250000', '191009.710000', '191010.170000', '191010.630000', '191011.090000', '191011.550000', '191012.010000', '191012.470000', '191012.930000', '191013.390000', '191013.850000', '191014.310000', '191014.770000', '191015.230000', '191015.690000', '191016.150000', '191016.610000', '191017.070000', '191017.530000', '191017.990000', '191018.450000', '191018.910000', '191019.370000', '191019.830000', '191020.290000', '191020.750000', '191021.210000', '191021.670000', '191022.130000', '191022.590000', '191023.050000', '191023.510000', '191023.970000', '191024.430000', '191024.890000', '191025.350000', '191025.810000', '191026.270000', '191026.730000', '191027.190000', '191027.650000', '191028.110000', '191028.570000', '191029.030000', '191029.490000', '191029.950000', '191030.410000', '191030.870000', '191031.330000', '191031.790000', '191032.250000', '191032.710000', '191033.170000', '191033.630000', '191034.090000', '191034.550000', '191035.010000', '191035.470000', '191035.930000', '191036.390000', '191036.850000', '191037.310000', '191037.770000', '191038.230000', '191038.690000', '191039.150000', '191039.610000', '191040.070000', '191040.530000', '191040.990000', '191041.450000', '191041.910000', '191042.370000', '191042.830000', '191043.290000', '191043.750000', '191044.210000', '191044.670000', '191045.130000', '191045.590000', '191046.050000', '191046.510000', '191046.970000', '191047.430000', '191047.890000', '191048.350000', '191048.810000', '191049.270000', '191049.730000', '191050.190000', '191050.650000', '191051.110000', '191051.570000', '191052.030000', '191052.490000', '191052.950000', '191053.410000', '191053.870000', '191054.330000', '191054.790000', '191055.250000', '191055.710000', '191056.170000', '191056.630000', '191057.090000', '191057.550000', '191058.010000', '191058.470000', '191058.930000', '191059.390000', '191059.850000', '191100.310000', '191100.770000', '191101.230000', '191101.690000', '191102.150000', '191102.610000', '191103.070000', '191103.530000', '191103.990000', '191104.450000', '191104.910000', '191105.370000', '191105.830000', '191106.290000', '191106.750000', '191107.210000', '191107.670000', '191108.130000', '191108.590000', '191109.050000', '191109.510000', '191109.970000', '191110.430000', '191110.890000', '191111.350000', '191111.810000', '191112.270000'], 'ContentTime': ['190444.863000', '190444.867000', '190444.870000', '190444.873000', '190444.875000', '190444.878000', '190444.880000', '190444.883000', '190444.885000', '190444.888000', '190444.891000', '190444.893000', '190444.896000', '190444.898000', '190444.901000', '190444.903000', '190444.908000', '190444.911000', '190444.914000', '190444.916000', '190444.919000', '190444.921000', '190444.924000', '190444.926000', '190444.929000', '190504.830000', '190504.836000', '190504.838000', '190504.841000', '190504.843000', '190504.846000', '190504.848000', '190504.851000', '190504.854000', '190504.856000', '190504.859000', '190504.861000', '190504.864000', '190504.866000', '190504.869000', '190504.872000', '190504.874000', '190504.877000', '190504.879000', '190504.882000', '190504.884000', '190504.887000', '190504.889000', '190504.892000', '190504.894000', '190504.897000', '190504.899000', '190504.902000', '190504.904000', '190504.907000', '190504.910000', '190504.912000', '190504.915000', '190504.917000', '190504.920000', '190504.922000', '190504.930000', '190504.932000', '190504.935000', '190504.937000', '190504.940000', '190504.943000', '190504.945000', '190504.948000', '190524.831000', '190524.833000', '190524.836000', '190524.838000', '190524.841000', '190524.843000', '190524.846000', '190524.848000', '190524.851000', '190524.854000', '190524.856000', '190524.859000', '190524.861000', '190524.864000', '190524.866000', '190524.869000', '190524.871000', '190524.874000', '190524.876000', '190524.879000', '190524.881000', '190524.884000', '190524.887000', '190524.889000', '190524.892000', '190524.894000', '190524.897000', '190524.899000', '190524.902000', '190524.904000', '190524.907000', '190524.910000', '190524.912000', '190524.915000', '190524.917000', '190524.920000', '190524.922000', '190524.925000', '190524.927000', '190524.930000', '190524.932000', '190524.935000', '190524.938000', '190544.838000', '190544.841000', '190544.844000', '190544.846000', '190544.849000', '190544.851000', '190544.854000', '190544.856000', '190544.859000', '190544.862000', '190544.864000', '190544.867000', '190544.869000', '190544.872000', '190544.874000', '190544.877000', '190544.879000', '190544.882000', '190544.885000', '190544.887000', '190544.890000', '190544.892000', '190544.895000', '190544.897000', '190544.900000', '190544.902000', '190544.905000', '190544.907000', '190544.910000', '190544.913000', '190544.915000', '190544.918000', '190544.921000', '190544.923000', '190544.926000', '190544.928000', '190544.931000', '190544.933000', '190544.936000', '190544.938000', '190544.941000', '190544.943000', '190544.946000', '190544.949000', '190604.831000', '190604.834000', '190604.837000', '190604.839000', '190604.842000', '190604.844000', '190604.847000', '190604.849000', '190604.852000', '190604.855000', '190604.857000', '190604.860000', '190604.862000', '190604.865000', '190604.868000', '190604.870000', '190604.873000', '190604.875000', '190604.878000', '190604.880000', '190604.883000', '190604.885000', '190604.888000', '190604.890000', '190604.893000', '190604.896000', '190604.898000', '190604.901000', '190604.903000', '190604.906000', '190604.909000', '190604.911000', '190604.914000', '190604.916000', '190604.919000', '190604.921000', '190604.924000', '190604.926000', '190604.929000', '190604.931000', '190604.934000', '190604.937000', '190604.939000', '190624.832000', '190624.834000', '190624.837000', '190624.839000', '190624.842000', '190624.844000', '190624.847000', '190624.850000', '190624.852000', '190624.855000', '190624.857000', '190624.860000', '190624.862000', '190624.865000', '190624.867000', '190624.870000', '190624.872000', '190624.875000', '190624.877000', '190624.880000', '190624.883000', '190624.885000', '190624.888000', '190624.890000', '190624.893000', '190624.895000', '190624.898000', '190624.900000', '190624.903000', '190624.906000', '190624.908000', '190624.911000', '190624.913000', '190624.916000', '190624.918000', '190624.921000', '190624.923000', '190624.926000', '190624.928000', '190624.931000', '190624.933000', '190624.936000', '190624.939000', '190624.941000', '190644.830000', '190644.833000', '190644.836000', '190644.839000', '190644.841000', '190644.844000', '190644.846000', '190644.849000', '190644.851000', '190644.854000', '190644.856000', '190644.859000', '190644.862000', '190644.864000', '190644.867000', '190644.869000', '190644.872000', '190644.875000', '190644.877000', '190644.880000', '190644.882000', '190644.885000', '190644.887000', '190644.890000', '190644.892000', '190644.895000', '190644.898000', '190644.900000', '190644.903000', '190644.905000', '190644.908000', '190644.910000', '190644.913000', '190644.915000', '190644.918000', '190644.921000', '190644.923000', '190644.926000', '190644.928000', '190644.931000', '190644.933000', '190644.936000', '190644.939000', '190704.830000', '190704.833000', '190704.836000', '190704.838000', '190704.841000', '190704.843000', '190704.847000', '190704.850000', '190704.852000', '190704.855000', '190704.858000', '190704.860000', '190704.863000', '190704.865000', '190704.868000', '190704.870000', '190704.873000', '190704.876000', '190704.878000', '190704.881000', '190704.883000', '190704.886000', '190704.888000', '190704.891000', '190704.893000', '190704.915000', '190704.917000', '190704.920000', '190704.922000', '190704.925000', '190704.927000', '190704.930000', '190704.932000', '190704.935000', '190704.938000', '190704.940000', '190704.943000', '190704.945000', '190704.948000', '190704.950000', '190704.953000', '190704.955000', '190704.958000', '190724.830000', '190724.833000', '190724.836000', '190724.838000', '190724.841000', '190724.844000', '190724.846000', '190724.849000', '190724.851000', '190724.854000', '190724.856000', '190724.859000', '190724.862000', '190724.864000', '190724.867000', '190724.869000', '190724.872000', '190724.875000', '190724.877000', '190724.880000', '190724.882000', '190724.885000', '190724.887000', '190724.890000', '190724.893000', '190724.895000', '190724.898000', '190724.900000', '190724.903000', '190724.905000', '190724.908000', '190724.910000', '190724.913000', '190724.916000', '190724.918000', '190724.921000', '190724.924000', '190724.926000', '190724.929000', '190724.931000', '190724.934000', '190724.936000', '190724.939000', '190724.942000', '190744.830000', '190744.833000', '190744.836000', '190744.839000', '190744.841000', '190744.844000', '190744.846000', '190744.849000', '190744.851000', '190744.854000', '190744.857000', '190744.859000', '190744.862000', '190744.864000', '190744.867000', '190744.870000', '190744.872000', '190744.875000', '190744.877000', '190744.880000', '190744.882000', '190744.885000', '190744.888000', '190744.890000', '190744.893000', '190744.895000', '190744.898000', '190744.900000', '190744.903000', '190744.906000', '190744.908000', '190744.911000', '190744.914000', '190744.916000', '190744.919000', '190744.921000', '190744.924000', '190744.926000', '190744.929000', '190744.931000', '190744.934000', '190744.936000', '190744.939000', '190804.830000', '190804.833000', '190804.836000', '190804.838000', '190804.841000', '190804.843000', '190804.846000', '190804.849000', '190804.851000', '190804.854000', '190804.856000', '190804.859000', '190804.862000', '190804.864000', '190804.867000', '190804.869000', '190804.872000', '190804.874000', '190804.877000', '190804.879000', '190804.882000', '190804.885000', '190804.887000', '190804.890000', '190804.892000', '190804.895000', '190804.898000', '190804.900000', '190804.903000', '190804.905000', '190804.908000', '190804.910000', '190804.913000', '190804.915000', '190804.918000', '190804.921000', '190804.923000', '190804.926000', '190804.928000', '190804.931000', '190804.933000', '190804.936000', '190804.939000', '190804.941000', '190824.831000', '190824.834000', '190824.837000', '190824.839000', '190824.842000', '190824.845000', '190824.848000', '190824.851000', '190824.854000', '190824.856000', '190824.859000', '190824.862000', '190824.864000', '190824.867000', '190824.869000', '190824.872000', '190824.874000', '190824.877000', '190824.879000', '190824.882000', '190824.884000', '190824.887000', '190824.890000', '190824.892000', '190824.895000', '190824.898000', '190824.900000', '190824.903000', '190824.905000', '190824.908000', '190824.910000', '190824.913000', '190824.916000', '190824.918000', '190824.921000', '190824.923000', '190824.926000', '190824.928000', '190824.931000', '190824.934000', '190824.936000', '190824.939000', '190824.941000', '190824.944000', '190844.831000', '190844.834000', '190844.837000', '190844.839000', '190844.842000', '190844.845000', '190844.857000', '190844.860000', '190844.862000', '190844.865000', '190844.868000', '190844.870000', '190844.873000', '190844.875000', '190844.878000', '190844.880000', '190844.883000', '190844.885000', '190844.888000', '190844.891000', '190844.894000', '190844.896000', '190844.899000', '190844.901000', '190844.904000', '190844.906000', '190844.909000', '190844.911000', '190844.914000', '190844.917000', '190844.919000', '190844.922000', '190844.924000', '190844.927000', '190844.929000', '190844.932000', '190844.935000', '190844.937000', '190844.940000', '190844.942000', '190844.945000', '190844.947000', '190844.950000', '190904.830000', '190904.834000', '190904.837000', '190904.840000', '190904.842000', '190904.845000', '190904.847000', '190904.850000', '190904.853000', '190904.855000', '190904.858000', '190904.860000', '190904.863000', '190904.866000', '190904.868000', '190904.871000', '190904.873000', '190904.876000', '190904.878000', '190904.881000', '190904.884000', '190904.886000', '190904.889000', '190904.891000', '190904.894000', '190904.896000', '190904.899000', '190904.901000', '190904.904000', '190904.907000', '190904.909000', '190904.912000', '190904.914000', '190904.917000', '190904.920000', '190904.922000', '190904.925000', '190904.927000', '190904.930000', '190904.933000', '190904.935000', '190904.938000', '190904.940000', '190924.830000', '190924.833000', '190924.836000', '190924.838000', '190924.841000', '190924.844000', '190924.846000', '190924.849000', '190924.851000', '190924.854000', '190924.857000', '190924.859000', '190924.862000', '190924.864000', '190924.867000', '190924.869000', '190924.872000', '190924.875000', '190924.877000', '190924.880000', '190924.882000', '190924.885000', '190924.887000', '190924.890000', '190924.892000', '190924.895000', '190924.898000', '190924.900000', '190924.903000', '190924.905000', '190924.908000', '190924.910000', '190924.913000', '190924.916000', '190924.918000', '190924.921000', '190924.923000', '190924.926000', '190924.928000', '190924.931000', '190924.933000', '190924.936000', '190924.938000', '190924.941000', '190944.830000', '190944.833000', '190944.836000', '190944.838000', '190944.841000', '190944.843000', '190944.846000', '190944.849000', '190944.851000', '190944.854000', '190944.856000', '190944.859000', '190944.861000', '190944.864000', '190944.867000', '190944.869000', '190944.872000', '190944.874000', '190944.877000', '190944.880000', '190944.882000', '190944.886000', '190944.889000', '190944.891000', '190944.894000', '190944.897000', '190944.899000', '190944.902000', '190944.904000', '190944.907000', '190944.909000', '190944.912000', '190944.915000', '190944.917000', '190944.920000', '190944.922000', '190944.925000', '190944.927000', '190944.930000', '190944.932000', '190944.935000', '190944.938000', '190944.940000', '191004.831000', '191004.834000', '191004.836000', '191004.839000', '191004.841000', '191004.844000', '191004.846000', '191004.849000', '191004.851000', '191004.854000', '191004.857000', '191004.859000', '191004.862000', '191004.864000', '191004.867000', '191004.870000', '191004.872000', '191004.875000', '191004.877000', '191004.880000', '191004.883000', '191004.885000', '191004.888000', '191004.890000', '191004.893000', '191004.896000', '191004.898000', '191004.901000', '191004.903000', '191004.906000', '191004.909000', '191004.911000', '191004.918000', '191004.921000', '191004.923000', '191004.926000', '191004.929000', '191004.931000', '191004.934000', '191004.936000', '191004.939000', '191004.942000', '191004.944000', '191004.947000', '191024.831000', '191024.833000', '191024.836000', '191024.838000', '191024.841000', '191024.844000', '191024.846000', '191024.849000', '191024.851000', '191024.854000', '191024.857000', '191024.859000', '191024.862000', '191024.864000', '191024.867000', '191024.870000', '191024.872000', '191024.875000', '191024.877000', '191024.880000', '191024.882000', '191024.885000', '191024.888000', '191024.890000', '191024.893000', '191024.895000', '191024.898000', '191024.900000', '191024.903000', '191024.906000', '191024.908000', '191024.911000', '191024.913000', '191024.916000', '191024.918000', '191024.921000', '191024.924000', '191024.926000', '191024.929000', '191024.931000', '191024.934000', '191024.936000', '191024.939000', '191024.942000', '191044.831000', '191044.834000', '191044.837000', '191044.839000', '191044.842000', '191044.845000', '191044.847000', '191044.850000', '191044.852000', '191044.855000', '191044.857000', '191044.860000', '191044.863000', '191044.865000', '191044.868000', '191044.870000', '191044.873000', '191044.875000', '191044.878000', '191044.880000', '191044.883000', '191044.886000', '191044.888000', '191044.891000', '191044.893000', '191044.896000', '191044.899000', '191044.901000', '191044.904000', '191044.906000', '191044.909000', '191044.913000', '191044.915000', '191044.918000', '191044.921000', '191044.923000', '191044.926000', '191044.928000', '191044.931000', '191044.933000', '191044.936000', '191044.939000', '191044.941000', '191104.832000', '191104.834000', '191104.837000', '191104.840000', '191104.842000', '191104.845000', '191104.847000', '191104.850000', '191104.852000', '191104.855000', '191104.858000', '191104.860000', '191104.863000', '191104.865000', '191104.868000', '191104.870000', '191104.873000', '191104.876000', '191104.879000', '191104.882000', '191104.884000', '191104.887000', '191104.890000', '191104.893000', '191104.895000', '191104.898000', '191104.900000', '191104.903000', '191104.905000', '191104.908000', '191104.910000', '191104.913000', '191104.916000', '191104.918000', '191104.921000', '191104.924000', '191104.928000', '191104.931000', '191104.933000', '191104.936000', '191104.938000', '191104.941000', '191104.943000', '191114.088000', '191114.091000', '191114.094000', '191114.097000', '191114.100000', '191114.103000', '191114.105000', '191114.108000', '191114.111000', '191114.114000', '191114.117000', '191114.119000', '191114.122000', '191114.125000', '191114.128000', '191114.130000', '191114.133000', '191114.136000', '191114.138000', '191114.141000', '191114.144000'], 'InstanceCreationTime': ['190444.863000', '190444.867000', '190444.870000', '190444.873000', '190444.875000', '190444.878000', '190444.880000', '190444.883000', '190444.885000', '190444.888000', '190444.891000', '190444.893000', '190444.896000', '190444.898000', '190444.901000', '190444.903000', '190444.908000', '190444.911000', '190444.914000', '190444.916000', '190444.919000', '190444.921000', '190444.924000', '190444.926000', '190444.929000', '190504.830000', '190504.836000', '190504.838000', '190504.841000', '190504.843000', '190504.846000', '190504.848000', '190504.851000', '190504.854000', '190504.856000', '190504.859000', '190504.861000', '190504.864000', '190504.866000', '190504.869000', '190504.872000', '190504.874000', '190504.877000', '190504.879000', '190504.882000', '190504.884000', '190504.887000', '190504.889000', '190504.892000', '190504.894000', '190504.897000', '190504.899000', '190504.902000', '190504.904000', '190504.907000', '190504.910000', '190504.912000', '190504.915000', '190504.917000', '190504.920000', '190504.922000', '190504.930000', '190504.932000', '190504.935000', '190504.937000', '190504.940000', '190504.943000', '190504.945000', '190504.948000', '190524.831000', '190524.833000', '190524.836000', '190524.838000', '190524.841000', '190524.843000', '190524.846000', '190524.848000', '190524.851000', '190524.854000', '190524.856000', '190524.859000', '190524.861000', '190524.864000', '190524.866000', '190524.869000', '190524.871000', '190524.874000', '190524.876000', '190524.879000', '190524.881000', '190524.884000', '190524.887000', '190524.889000', '190524.892000', '190524.894000', '190524.897000', '190524.899000', '190524.902000', '190524.904000', '190524.907000', '190524.910000', '190524.912000', '190524.915000', '190524.917000', '190524.920000', '190524.922000', '190524.925000', '190524.927000', '190524.930000', '190524.932000', '190524.935000', '190524.938000', '190544.838000', '190544.841000', '190544.844000', '190544.846000', '190544.849000', '190544.851000', '190544.854000', '190544.856000', '190544.859000', '190544.862000', '190544.864000', '190544.867000', '190544.869000', '190544.872000', '190544.874000', '190544.877000', '190544.879000', '190544.882000', '190544.885000', '190544.887000', '190544.890000', '190544.892000', '190544.895000', '190544.897000', '190544.900000', '190544.902000', '190544.905000', '190544.907000', '190544.910000', '190544.913000', '190544.915000', '190544.918000', '190544.921000', '190544.923000', '190544.926000', '190544.928000', '190544.931000', '190544.933000', '190544.936000', '190544.938000', '190544.941000', '190544.943000', '190544.946000', '190544.949000', '190604.831000', '190604.834000', '190604.837000', '190604.839000', '190604.842000', '190604.844000', '190604.847000', '190604.849000', '190604.852000', '190604.855000', '190604.857000', '190604.860000', '190604.862000', '190604.865000', '190604.868000', '190604.870000', '190604.873000', '190604.875000', '190604.878000', '190604.880000', '190604.883000', '190604.885000', '190604.888000', '190604.890000', '190604.893000', '190604.896000', '190604.898000', '190604.901000', '190604.903000', '190604.906000', '190604.909000', '190604.911000', '190604.914000', '190604.916000', '190604.919000', '190604.921000', '190604.924000', '190604.926000', '190604.929000', '190604.931000', '190604.934000', '190604.937000', '190604.939000', '190624.832000', '190624.834000', '190624.837000', '190624.839000', '190624.842000', '190624.844000', '190624.847000', '190624.850000', '190624.852000', '190624.855000', '190624.857000', '190624.860000', '190624.862000', '190624.865000', '190624.867000', '190624.870000', '190624.872000', '190624.875000', '190624.877000', '190624.880000', '190624.883000', '190624.885000', '190624.888000', '190624.890000', '190624.893000', '190624.895000', '190624.898000', '190624.900000', '190624.903000', '190624.906000', '190624.908000', '190624.911000', '190624.913000', '190624.916000', '190624.918000', '190624.921000', '190624.923000', '190624.926000', '190624.928000', '190624.931000', '190624.933000', '190624.936000', '190624.939000', '190624.941000', '190644.830000', '190644.833000', '190644.836000', '190644.839000', '190644.841000', '190644.844000', '190644.846000', '190644.849000', '190644.851000', '190644.854000', '190644.856000', '190644.859000', '190644.862000', '190644.864000', '190644.867000', '190644.869000', '190644.872000', '190644.875000', '190644.877000', '190644.880000', '190644.882000', '190644.885000', '190644.887000', '190644.890000', '190644.892000', '190644.895000', '190644.898000', '190644.900000', '190644.903000', '190644.905000', '190644.908000', '190644.910000', '190644.913000', '190644.915000', '190644.918000', '190644.921000', '190644.923000', '190644.926000', '190644.928000', '190644.931000', '190644.933000', '190644.936000', '190644.939000', '190704.830000', '190704.833000', '190704.836000', '190704.838000', '190704.841000', '190704.843000', '190704.847000', '190704.850000', '190704.852000', '190704.855000', '190704.858000', '190704.860000', '190704.863000', '190704.865000', '190704.868000', '190704.870000', '190704.873000', '190704.876000', '190704.878000', '190704.881000', '190704.883000', '190704.886000', '190704.888000', '190704.891000', '190704.893000', '190704.915000', '190704.917000', '190704.920000', '190704.922000', '190704.925000', '190704.927000', '190704.930000', '190704.932000', '190704.935000', '190704.938000', '190704.940000', '190704.943000', '190704.945000', '190704.948000', '190704.950000', '190704.953000', '190704.955000', '190704.958000', '190724.830000', '190724.833000', '190724.836000', '190724.838000', '190724.841000', '190724.844000', '190724.846000', '190724.849000', '190724.851000', '190724.854000', '190724.856000', '190724.859000', '190724.862000', '190724.864000', '190724.867000', '190724.869000', '190724.872000', '190724.875000', '190724.877000', '190724.880000', '190724.882000', '190724.885000', '190724.887000', '190724.890000', '190724.893000', '190724.895000', '190724.898000', '190724.900000', '190724.903000', '190724.905000', '190724.908000', '190724.910000', '190724.913000', '190724.916000', '190724.918000', '190724.921000', '190724.924000', '190724.926000', '190724.929000', '190724.931000', '190724.934000', '190724.936000', '190724.939000', '190724.942000', '190744.830000', '190744.833000', '190744.836000', '190744.839000', '190744.841000', '190744.844000', '190744.846000', '190744.849000', '190744.851000', '190744.854000', '190744.857000', '190744.859000', '190744.862000', '190744.864000', '190744.867000', '190744.870000', '190744.872000', '190744.875000', '190744.877000', '190744.880000', '190744.882000', '190744.885000', '190744.888000', '190744.890000', '190744.893000', '190744.895000', '190744.898000', '190744.900000', '190744.903000', '190744.906000', '190744.908000', '190744.911000', '190744.914000', '190744.916000', '190744.919000', '190744.921000', '190744.924000', '190744.926000', '190744.929000', '190744.931000', '190744.934000', '190744.936000', '190744.939000', '190804.830000', '190804.833000', '190804.836000', '190804.838000', '190804.841000', '190804.843000', '190804.846000', '190804.849000', '190804.851000', '190804.854000', '190804.856000', '190804.859000', '190804.862000', '190804.864000', '190804.867000', '190804.869000', '190804.872000', '190804.874000', '190804.877000', '190804.879000', '190804.882000', '190804.885000', '190804.887000', '190804.890000', '190804.892000', '190804.895000', '190804.898000', '190804.900000', '190804.903000', '190804.905000', '190804.908000', '190804.910000', '190804.913000', '190804.915000', '190804.918000', '190804.921000', '190804.923000', '190804.926000', '190804.928000', '190804.931000', '190804.933000', '190804.936000', '190804.939000', '190804.941000', '190824.831000', '190824.834000', '190824.837000', '190824.839000', '190824.842000', '190824.845000', '190824.848000', '190824.851000', '190824.854000', '190824.856000', '190824.859000', '190824.862000', '190824.864000', '190824.867000', '190824.869000', '190824.872000', '190824.874000', '190824.877000', '190824.879000', '190824.882000', '190824.884000', '190824.887000', '190824.890000', '190824.892000', '190824.895000', '190824.898000', '190824.900000', '190824.903000', '190824.905000', '190824.908000', '190824.910000', '190824.913000', '190824.916000', '190824.918000', '190824.921000', '190824.923000', '190824.926000', '190824.928000', '190824.931000', '190824.934000', '190824.936000', '190824.939000', '190824.941000', '190824.944000', '190844.831000', '190844.834000', '190844.837000', '190844.839000', '190844.842000', '190844.845000', '190844.857000', '190844.860000', '190844.862000', '190844.865000', '190844.868000', '190844.870000', '190844.873000', '190844.875000', '190844.878000', '190844.880000', '190844.883000', '190844.885000', '190844.888000', '190844.891000', '190844.894000', '190844.896000', '190844.899000', '190844.901000', '190844.904000', '190844.906000', '190844.909000', '190844.911000', '190844.914000', '190844.917000', '190844.919000', '190844.922000', '190844.924000', '190844.927000', '190844.929000', '190844.932000', '190844.935000', '190844.937000', '190844.940000', '190844.942000', '190844.945000', '190844.947000', '190844.950000', '190904.830000', '190904.834000', '190904.837000', '190904.840000', '190904.842000', '190904.845000', '190904.847000', '190904.850000', '190904.853000', '190904.855000', '190904.858000', '190904.860000', '190904.863000', '190904.866000', '190904.868000', '190904.871000', '190904.873000', '190904.876000', '190904.878000', '190904.881000', '190904.884000', '190904.886000', '190904.889000', '190904.891000', '190904.894000', '190904.896000', '190904.899000', '190904.901000', '190904.904000', '190904.907000', '190904.909000', '190904.912000', '190904.914000', '190904.917000', '190904.920000', '190904.922000', '190904.925000', '190904.927000', '190904.930000', '190904.933000', '190904.935000', '190904.938000', '190904.940000', '190924.830000', '190924.833000', '190924.836000', '190924.838000', '190924.841000', '190924.844000', '190924.846000', '190924.849000', '190924.851000', '190924.854000', '190924.857000', '190924.859000', '190924.862000', '190924.864000', '190924.867000', '190924.869000', '190924.872000', '190924.875000', '190924.877000', '190924.880000', '190924.882000', '190924.885000', '190924.887000', '190924.890000', '190924.892000', '190924.895000', '190924.898000', '190924.900000', '190924.903000', '190924.905000', '190924.908000', '190924.910000', '190924.913000', '190924.916000', '190924.918000', '190924.921000', '190924.923000', '190924.926000', '190924.928000', '190924.931000', '190924.933000', '190924.936000', '190924.938000', '190924.941000', '190944.830000', '190944.833000', '190944.836000', '190944.838000', '190944.841000', '190944.843000', '190944.846000', '190944.849000', '190944.851000', '190944.854000', '190944.856000', '190944.859000', '190944.861000', '190944.864000', '190944.867000', '190944.869000', '190944.872000', '190944.874000', '190944.877000', '190944.880000', '190944.882000', '190944.886000', '190944.889000', '190944.891000', '190944.894000', '190944.897000', '190944.899000', '190944.902000', '190944.904000', '190944.907000', '190944.909000', '190944.912000', '190944.915000', '190944.917000', '190944.920000', '190944.922000', '190944.925000', '190944.927000', '190944.930000', '190944.932000', '190944.935000', '190944.938000', '190944.940000', '191004.831000', '191004.834000', '191004.836000', '191004.839000', '191004.841000', '191004.844000', '191004.846000', '191004.849000', '191004.851000', '191004.854000', '191004.857000', '191004.859000', '191004.862000', '191004.864000', '191004.867000', '191004.870000', '191004.872000', '191004.875000', '191004.877000', '191004.880000', '191004.883000', '191004.885000', '191004.888000', '191004.890000', '191004.893000', '191004.896000', '191004.898000', '191004.901000', '191004.903000', '191004.906000', '191004.909000', '191004.911000', '191004.918000', '191004.921000', '191004.923000', '191004.926000', '191004.929000', '191004.931000', '191004.934000', '191004.936000', '191004.939000', '191004.942000', '191004.944000', '191004.947000', '191024.831000', '191024.833000', '191024.836000', '191024.838000', '191024.841000', '191024.844000', '191024.846000', '191024.849000', '191024.851000', '191024.854000', '191024.857000', '191024.859000', '191024.862000', '191024.864000', '191024.867000', '191024.870000', '191024.872000', '191024.875000', '191024.877000', '191024.880000', '191024.882000', '191024.885000', '191024.888000', '191024.890000', '191024.893000', '191024.895000', '191024.898000', '191024.900000', '191024.903000', '191024.906000', '191024.908000', '191024.911000', '191024.913000', '191024.916000', '191024.918000', '191024.921000', '191024.924000', '191024.926000', '191024.929000', '191024.931000', '191024.934000', '191024.936000', '191024.939000', '191024.942000', '191044.831000', '191044.834000', '191044.837000', '191044.839000', '191044.842000', '191044.845000', '191044.847000', '191044.850000', '191044.852000', '191044.855000', '191044.857000', '191044.860000', '191044.863000', '191044.865000', '191044.868000', '191044.870000', '191044.873000', '191044.875000', '191044.878000', '191044.880000', '191044.883000', '191044.886000', '191044.888000', '191044.891000', '191044.893000', '191044.896000', '191044.899000', '191044.901000', '191044.904000', '191044.906000', '191044.909000', '191044.913000', '191044.915000', '191044.918000', '191044.921000', '191044.923000', '191044.926000', '191044.928000', '191044.931000', '191044.933000', '191044.936000', '191044.939000', '191044.941000', '191104.832000', '191104.834000', '191104.837000', '191104.840000', '191104.842000', '191104.845000', '191104.847000', '191104.850000', '191104.852000', '191104.855000', '191104.858000', '191104.860000', '191104.863000', '191104.865000', '191104.868000', '191104.870000', '191104.873000', '191104.876000', '191104.879000', '191104.882000', '191104.884000', '191104.887000', '191104.890000', '191104.893000', '191104.895000', '191104.898000', '191104.900000', '191104.903000', '191104.905000', '191104.908000', '191104.910000', '191104.913000', '191104.916000', '191104.918000', '191104.921000', '191104.924000', '191104.928000', '191104.931000', '191104.933000', '191104.936000', '191104.938000', '191104.941000', '191104.943000', '191114.088000', '191114.091000', '191114.094000', '191114.097000', '191114.100000', '191114.103000', '191114.105000', '191114.108000', '191114.111000', '191114.114000', '191114.117000', '191114.119000', '191114.122000', '191114.125000', '191114.128000', '191114.130000', '191114.133000', '191114.136000', '191114.138000', '191114.141000', '191114.144000'], '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': [8049, 6509, 7056, 9074, 7234, 10555, 7184, 9142, 6284, 7459, 6242, 7330, 11681, 7105, 9730, 6924, 8171, 6202, 7532, 7437, 7168, 6464, 7328, 11760, 7134, 10844, 7026, 8511, 6271, 7122, 7444, 7233, 9878, 6947, 7800, 6710, 6704, 6564, 6733, 7059, 6818, 7545, 7310, 10104, 6819, 10456, 7329, 10435, 7156, 10284, 6881, 10365, 6385, 7090, 6511, 6851, 6250, 7142, 7178, 10860, 7898, 8099, 6483, 8809, 7525, 10760, 8463, 10871, 8262, 9638, 7080, 10614, 7788, 11154, 10847, 10572, 13201, 9387, 13230, 8863, 11157, 7997, 9040, 7033, 8711, 7128, 9389, 6791, 11781, 7340, 8516, 6108, 8598, 6526, 8728, 6422, 8689, 8883, 8224, 9408, 7671, 10106, 6897, 8417, 8029, 8188, 7068, 7854, 7236, 8153, 7601, 8521, 7043, 9274, 6558, 9674, 7950, 9807, 8941, 9031, 11622, 9256, 11465, 8257, 10358, 8580, 10473, 7738, 9283, 8317, 11563, 8704, 12883, 7869, 11885, 7652, 10249, 7377, 10249, 7116, 8745, 7385, 9313, 8324, 7805, 7758, 7399, 10000, 8355, 8312, 8689, 8053, 8238, 9063, 8571, 7204, 8356, 9369, 7964, 9613, 7928, 9820, 7940, 9504, 7491, 9789, 7244, 8739, 7659, 8587, 7240, 8469, 6721, 8100, 7785, 7992, 7743, 8810, 7321, 9319, 6960, 8442, 8973, 9455, 7112, 9623, 7069, 9833, 7447, 9908, 7582, 10690, 11415, 9414, 13292, 8631, 12235, 8013, 11422, 7663, 9470, 13680, 8125, 11588, 8222, 11186, 7576, 10014, 11251, 8369, 10817, 8399, 10654, 8011, 9545, 11557, 8539, 10951, 8296, 11629, 8738, 10336, 10785, 8616, 10656, 7911, 10798, 7818, 8512, 7863, 10071, 7324, 9435, 6848, 8949, 7249, 9358, 7487, 10165, 7910, 10269, 7833, 9272, 7648, 9844, 7648, 9805, 7152, 8695, 6785, 8612, 7659, 10424, 8101, 8799, 7789, 9064, 7751, 8011, 7705, 8603, 8397, 9142, 7952, 9268, 7153, 8983, 10028, 8181, 8666, 9042, 10102, 8452, 9966, 7510, 9217, 8032, 10010, 7751, 9952, 7638, 9888, 12864, 8036, 10290, 7721, 9897, 8132, 9624, 7497, 8969, 11566, 8040, 9984, 8783, 10885, 7900, 9332, 7930, 8594, 7499, 9940, 7281, 9627, 7386, 9198, 8918, 8893, 13034, 8022, 10186, 7894, 8983, 7979, 9440, 7666, 9288, 9845, 8147, 11090, 7539, 9427, 7669, 9540, 7639, 9006, 6985, 8353, 7261, 8724, 9042, 7733, 9618, 8737, 10998, 8592, 7413, 8896, 8127, 9710, 7595, 11408, 7712, 11020, 7647, 10409, 7366, 10824, 11537, 9686, 12057, 8973, 10276, 8164, 11406, 7659, 10675, 6850, 9623, 7840, 9242, 8346, 9361, 12038, 8919, 10941, 8032, 9499, 7337, 10669, 7571, 10477, 7358, 10133, 8525, 9058, 11729, 8225, 11264, 7669, 10556, 7189, 9669, 7050, 9585, 10782, 8301, 10388, 7761, 9396, 7569, 10765, 7772, 10352, 6754, 10089, 6841, 9840, 10388, 8901, 11799, 8144, 10229, 7929, 10440, 7635, 9853, 7124, 9436, 6646, 10187, 7729, 9432, 6877, 9085, 9215, 9215, 10739, 7627, 10466, 7566, 10235, 7809, 9417, 8172, 8737, 11920, 7996, 10457, 7577, 9744, 7289, 9260, 7892, 9050, 10969, 7753, 9904, 7213, 9222, 7546, 9944, 8381, 8660, 10508, 7684, 9992, 8183, 10455, 7604, 10562, 7451, 9958, 7192, 9609, 8651, 9189, 11417, 8118, 10537, 7674, 10053, 7218, 9887, 7326, 9225, 6891, 8908, 7513, 8793, 7335, 6924, 8099, 7347, 7142, 7208, 9184, 6826, 8866, 8880, 9170, 14474, 8775, 10588, 7775, 11150, 8784, 10637, 16100, 8538, 13487, 7082, 9956, 7856, 8494, 16003, 7465, 9161, 7196, 8749, 7341, 8492, 9782, 7654, 8879, 6894, 8705, 7196, 8506, 7121, 8582, 10533, 7821, 9354, 7863, 9787, 7905, 9984, 7790, 9602, 7478, 10043, 7327, 10140, 6915, 10028, 7070, 9162, 8362, 8927, 11393, 8635, 10137, 7564, 10205, 7227, 10422, 7042, 10355, 7123, 9746, 7088, 9774, 6939, 9054, 7167, 8661, 7795, 9296, 7052, 10485, 7045, 8852, 6467, 9976, 9067, 9776, 9666, 11059, 10057, 10658, 9920, 10251, 10222, 12383, 9985, 11976, 9271, 11360, 8260, 11620, 8431, 11863, 9304, 11053, 10842, 10175, 12588, 9259, 11972, 8038, 11318, 7639, 10892, 8311, 10879, 11669, 9213, 10357, 8331, 10003, 8032, 10737, 7669, 10825, 7018, 10796, 7451, 10815, 10245, 9931, 12452, 9008, 9814, 8091, 10121, 8003, 9439, 7710, 8737, 7101, 8734, 7240, 9587, 7905, 9029, 8352, 7786, 9050, 7894, 9121, 14630, 8386, 16560, 8158, 11425, 8195, 10781, 8107, 9281, 7384, 9146, 11918, 8726, 16342, 7501, 10019, 7176, 9039, 7343, 8821, 7539, 8435, 16018, 7304, 8944, 7362, 8652, 7316, 8660, 7433, 8244, 10819, 7618, 9378, 7363, 11796, 7486, 8248, 8427, 7587, 9179, 6669, 9753, 6886, 9985, 6906, 9994, 10044, 8964, 10804, 7938, 9696, 8454, 11819, 8132, 10725, 7646, 10027, 7307, 9375, 6864, 9650, 7052, 9570, 7026, 10980, 7783, 8602, 8359, 9680, 8710, 8936, 7599, 8534, 10077, 8023, 11456, 7535, 11780, 7820, 10550, 7709, 10312, 7262, 9576, 7414, 10255, 7381, 10303, 8027, 9531, 10969, 8668, 9244, 9367, 11813, 8516, 10787, 7523, 9865, 7461, 10646, 7694, 10159, 8585, 9335, 11101, 7802, 10825, 7900, 10814, 7658, 10429, 7197, 9956, 7214, 10548, 7554, 10143, 10011, 9004, 11203, 8653, 11325, 8141, 11056, 7536, 9928, 7760, 9853, 7066, 9929, 10006, 8929, 12078, 8034, 10374, 8150, 10994, 7824, 10754, 7901, 9899, 7454, 10327, 7440, 9834, 12251, 7945, 11231, 7861, 10972, 7884, 10700, 8047, 10160, 7492, 9837, 7480, 9370, 9868, 9457, 12333, 9105, 7824, 8961, 8915, 7858, 7371, 9438, 6889, 9366, 7059, 9048, 7314, 9426, 14455, 7831, 11606, 7879, 9395, 6646, 9647, 8219, 8864, 7805, 7898, 8733, 7450, 9799, 7536, 8978, 7458, 8501, 6816, 9177, 6901, 8828, 8769, 8163, 9154, 7729, 11342, 7408, 9977, 7411, 9034, 6667, 9616, 7225, 9044, 13618, 7620, 9876, 7960, 10376, 7748, 11289, 8328, 10767, 8286, 9289, 7951, 10505, 7917, 8289, 9094, 9415, 8379, 8112, 9222, 12960, 8972, 12979, 8232, 11119, 8299, 9535, 13706, 8071, 13178, 7993, 10218, 8030, 10419, 7645, 9942, 7684, 9679, 7464, 9933], 'WindowCenter': [3834.0, 3774.0, 3781.0, 3815.0, 3779.0, 3819.0, 3768.0, 3799.0, 3748.0, 3769.0, 3747.0, 3779.0, 3819.0, 3768.0, 3798.0, 3763.0, 3783.0, 3737.0, 3775.0, 3767.0, 3767.0, 3744.0, 3778.0, 3818.0, 3766.0, 3806.0, 3756.0, 3786.0, 3743.0, 3750.0, 3766.0, 3773.0, 3807.0, 3763.0, 3777.0, 3785.0, 3782.0, 3786.0, 3797.0, 3768.0, 3771.0, 3790.0, 3793.0, 3823.0, 3771.0, 3817.0, 3782.0, 3824.0, 3781.0, 3836.0, 3793.0, 3849.0, 3720.0, 3785.0, 3759.0, 3763.0, 3761.0, 3783.0, 3758.0, 3792.0, 3732.0, 3756.0, 3721.0, 3770.0, 3750.0, 3804.0, 3774.0, 3802.0, 3780.0, 3784.0, 3735.0, 3773.0, 3736.0, 3777.0, 3776.0, 3786.0, 3794.0, 3753.0, 3783.0, 3749.0, 3758.0, 3727.0, 3738.0, 3705.0, 3724.0, 3713.0, 3747.0, 3706.0, 3791.0, 3729.0, 3761.0, 3707.0, 3758.0, 3703.0, 3758.0, 3707.0, 3770.0, 3769.0, 3761.0, 3782.0, 3756.0, 3784.0, 3728.0, 3752.0, 3763.0, 3762.0, 3742.0, 3751.0, 3741.0, 3739.0, 3746.0, 3777.0, 3746.0, 3789.0, 3718.0, 3787.0, 3754.0, 3799.0, 3775.0, 3773.0, 3790.0, 3758.0, 3783.0, 3754.0, 3772.0, 3763.0, 3783.0, 3734.0, 3761.0, 3749.0, 3772.0, 3753.0, 3794.0, 3750.0, 3777.0, 3726.0, 3766.0, 3726.0, 3768.0, 3717.0, 3760.0, 3726.0, 3757.0, 3734.0, 3743.0, 3739.0, 3742.0, 3762.0, 3765.0, 3762.0, 3774.0, 3777.0, 3789.0, 3786.0, 3789.0, 3768.0, 3789.0, 3797.0, 3778.0, 3798.0, 3789.0, 3810.0, 3789.0, 3811.0, 3781.0, 3822.0, 3779.0, 3815.0, 3793.0, 3808.0, 3775.0, 3804.0, 3774.0, 3808.0, 3783.0, 3794.0, 3783.0, 3810.0, 3783.0, 3816.0, 3774.0, 3818.0, 3819.0, 3830.0, 3769.0, 3809.0, 3762.0, 3816.0, 3760.0, 3802.0, 3767.0, 3824.0, 3821.0, 3789.0, 3819.0, 3777.0, 3808.0, 3764.0, 3795.0, 3728.0, 3771.0, 3790.0, 3738.0, 3781.0, 3739.0, 3770.0, 3725.0, 3748.0, 3766.0, 3736.0, 3753.0, 3735.0, 3768.0, 3724.0, 3757.0, 3767.0, 3746.0, 3768.0, 3737.0, 3793.0, 3759.0, 3772.0, 3766.0, 3772.0, 3783.0, 3774.0, 3805.0, 3763.0, 3776.0, 3763.0, 3800.0, 3754.0, 3800.0, 3745.0, 3787.0, 3767.0, 3798.0, 3767.0, 3822.0, 3779.0, 3810.0, 3778.0, 3800.0, 3769.0, 3809.0, 3761.0, 3811.0, 3759.0, 3791.0, 3748.0, 3793.0, 3777.0, 3812.0, 3776.0, 3786.0, 3778.0, 3799.0, 3782.0, 3792.0, 3781.0, 3803.0, 3818.0, 3817.0, 3787.0, 3825.0, 3785.0, 3803.0, 3823.0, 3805.0, 3801.0, 3814.0, 3821.0, 3792.0, 3818.0, 3783.0, 3803.0, 3784.0, 3811.0, 3779.0, 3804.0, 3779.0, 3805.0, 3832.0, 3780.0, 3809.0, 3768.0, 3798.0, 3777.0, 3798.0, 3767.0, 3789.0, 3808.0, 3769.0, 3797.0, 3788.0, 3807.0, 3779.0, 3799.0, 3778.0, 3788.0, 3767.0, 3809.0, 3756.0, 3799.0, 3757.0, 3800.0, 3787.0, 3781.0, 3810.0, 3767.0, 3797.0, 3767.0, 3777.0, 3753.0, 3778.0, 3754.0, 3786.0, 3797.0, 3780.0, 3808.0, 3767.0, 3786.0, 3758.0, 3798.0, 3754.0, 3787.0, 3744.0, 3769.0, 3766.0, 3789.0, 3788.0, 3778.0, 3812.0, 3814.0, 3823.0, 3796.0, 3770.0, 3793.0, 3791.0, 3822.0, 3792.0, 3846.0, 3770.0, 3826.0, 3780.0, 3813.0, 3771.0, 3822.0, 3820.0, 3812.0, 3831.0, 3800.0, 3807.0, 3778.0, 3820.0, 3753.0, 3800.0, 3746.0, 3810.0, 3769.0, 3799.0, 3769.0, 3791.0, 3821.0, 3793.0, 3821.0, 3772.0, 3800.0, 3768.0, 3820.0, 3771.0, 3821.0, 3769.0, 3822.0, 3780.0, 3801.0, 3812.0, 3788.0, 3819.0, 3779.0, 3810.0, 3756.0, 3798.0, 3748.0, 3809.0, 3820.0, 3789.0, 3809.0, 3779.0, 3791.0, 3778.0, 3811.0, 3770.0, 3814.0, 3760.0, 3814.0, 3753.0, 3812.0, 3810.0, 3800.0, 3808.0, 3781.0, 3802.0, 3771.0, 3810.0, 3769.0, 3811.0, 3757.0, 3799.0, 3747.0, 3811.0, 3779.0, 3800.0, 3747.0, 3811.0, 3802.0, 3810.0, 3819.0, 3771.0, 3808.0, 3778.0, 3801.0, 3779.0, 3787.0, 3787.0, 3799.0, 3818.0, 3777.0, 3806.0, 3757.0, 3799.0, 3766.0, 3790.0, 3774.0, 3791.0, 3807.0, 3777.0, 3809.0, 3758.0, 3799.0, 3766.0, 3801.0, 3776.0, 3788.0, 3819.0, 3779.0, 3808.0, 3790.0, 3799.0, 3779.0, 3800.0, 3756.0, 3802.0, 3749.0, 3798.0, 3786.0, 3799.0, 3817.0, 3777.0, 3799.0, 3758.0, 3788.0, 3756.0, 3799.0, 3767.0, 3800.0, 3759.0, 3801.0, 3769.0, 3791.0, 3769.0, 3755.0, 3779.0, 3755.0, 3758.0, 3766.0, 3802.0, 3757.0, 3806.0, 3802.0, 3814.0, 3842.0, 3790.0, 3799.0, 3755.0, 3797.0, 3752.0, 3774.0, 3801.0, 3749.0, 3779.0, 3717.0, 3759.0, 3724.0, 3735.0, 3786.0, 3700.0, 3733.0, 3700.0, 3734.0, 3713.0, 3736.0, 3754.0, 3725.0, 3745.0, 3715.0, 3747.0, 3715.0, 3747.0, 3716.0, 3760.0, 3782.0, 3751.0, 3770.0, 3752.0, 3781.0, 3764.0, 3782.0, 3752.0, 3783.0, 3754.0, 3796.0, 3765.0, 3808.0, 3756.0, 3809.0, 3756.0, 3798.0, 3776.0, 3799.0, 3818.0, 3788.0, 3809.0, 3767.0, 3807.0, 3767.0, 3808.0, 3756.0, 3811.0, 3769.0, 3812.0, 3769.0, 3814.0, 3785.0, 3814.0, 3769.0, 3804.0, 3781.0, 3814.0, 3784.0, 3836.0, 3772.0, 3803.0, 3761.0, 3823.0, 3826.0, 3836.0, 3840.0, 3848.0, 3839.0, 3848.0, 3841.0, 3837.0, 3838.0, 3845.0, 3838.0, 3847.0, 3826.0, 3835.0, 3803.0, 3834.0, 3790.0, 3833.0, 3812.0, 3833.0, 3820.0, 3822.0, 3830.0, 3801.0, 3832.0, 3791.0, 3820.0, 3777.0, 3822.0, 3789.0, 3835.0, 3812.0, 3791.0, 3810.0, 3789.0, 3809.0, 3790.0, 3821.0, 3779.0, 3834.0, 3771.0, 3822.0, 3769.0, 3822.0, 3809.0, 3802.0, 3831.0, 3802.0, 3824.0, 3806.0, 3815.0, 3779.0, 3791.0, 3771.0, 3802.0, 3771.0, 3802.0, 3771.0, 3801.0, 3781.0, 3790.0, 3790.0, 3769.0, 3802.0, 3778.0, 3803.0, 3844.0, 3792.0, 3854.0, 3782.0, 3809.0, 3766.0, 3809.0, 3778.0, 3788.0, 3742.0, 3774.0, 3792.0, 3761.0, 3812.0, 3740.0, 3770.0, 3729.0, 3747.0, 3726.0, 3749.0, 3727.0, 3738.0, 3798.0, 3725.0, 3746.0, 3726.0, 3747.0, 3724.0, 3747.0, 3724.0, 3749.0, 3792.0, 3753.0, 3759.0, 3727.0, 3790.0, 3740.0, 3763.0, 3775.0, 3753.0, 3785.0, 3733.0, 3786.0, 3745.0, 3797.0, 3744.0, 3797.0, 3785.0, 3786.0, 3796.0, 3765.0, 3784.0, 3765.0, 3805.0, 3765.0, 3795.0, 3766.0, 3795.0, 3755.0, 3786.0, 3745.0, 3798.0, 3770.0, 3812.0, 3770.0, 3835.0, 3781.0, 3782.0, 3796.0, 3825.0, 3815.0, 3817.0, 3792.0, 3803.0, 3810.0, 3792.0, 3833.0, 3782.0, 3831.0, 3793.0, 3823.0, 3782.0, 3823.0, 3781.0, 3811.0, 3780.0, 3822.0, 3781.0, 3823.0, 3790.0, 3813.0, 3822.0, 3803.0, 3812.0, 3813.0, 3831.0, 3802.0, 3822.0, 3781.0, 3812.0, 3770.0, 3822.0, 3773.0, 3823.0, 3802.0, 3814.0, 3821.0, 3782.0, 3822.0, 3791.0, 3822.0, 3780.0, 3823.0, 3770.0, 3812.0, 3780.0, 3823.0, 3781.0, 3824.0, 3812.0, 3803.0, 3821.0, 3803.0, 3822.0, 3780.0, 3822.0, 3781.0, 3811.0, 3769.0, 3811.0, 3757.0, 3812.0, 3810.0, 3802.0, 3831.0, 3780.0, 3809.0, 3791.0, 3821.0, 3779.0, 3821.0, 3779.0, 3811.0, 3768.0, 3811.0, 3757.0, 3802.0, 3819.0, 3780.0, 3809.0, 3779.0, 3809.0, 3778.0, 3809.0, 3779.0, 3810.0, 3757.0, 3800.0, 3757.0, 3801.0, 3810.0, 3812.0, 3832.0, 3803.0, 3782.0, 3815.0, 3802.0, 3790.0, 3769.0, 3801.0, 3758.0, 3801.0, 3759.0, 3801.0, 3768.0, 3800.0, 3830.0, 3769.0, 3820.0, 3766.0, 3786.0, 3734.0, 3785.0, 3776.0, 3788.0, 3765.0, 3777.0, 3776.0, 3768.0, 3797.0, 3779.0, 3799.0, 3768.0, 3787.0, 3747.0, 3801.0, 3756.0, 3800.0, 3789.0, 3791.0, 3799.0, 3779.0, 3808.0, 3769.0, 3810.0, 3770.0, 3790.0, 3747.0, 3800.0, 3757.0, 3789.0, 3830.0, 3771.0, 3801.0, 3779.0, 3798.0, 3767.0, 3810.0, 3771.0, 3810.0, 3778.0, 3785.0, 3780.0, 3809.0, 3780.0, 3769.0, 3778.0, 3775.0, 3777.0, 3767.0, 3799.0, 3832.0, 3787.0, 3820.0, 3764.0, 3795.0, 3753.0, 3775.0, 3804.0, 3745.0, 3805.0, 3753.0, 3784.0, 3744.0, 3775.0, 3740.0, 3765.0, 3752.0, 3766.0, 3734.0, 3785.0], 'WindowWidth': [8621.0, 8518.0, 8522.0, 8563.0, 8511.0, 8560.0, 8490.0, 8529.0, 8462.0, 8490.0, 8457.0, 8503.0, 8555.0, 8487.0, 8524.0, 8474.0, 8501.0, 8443.0, 8491.0, 8481.0, 8483.0, 8448.0, 8499.0, 8550.0, 8482.0, 8532.0, 8465.0, 8505.0, 8445.0, 8452.0, 8480.0, 8490.0, 8536.0, 8477.0, 8499.0, 8524.0, 8521.0, 8526.0, 8548.0, 8488.0, 8494.0, 8519.0, 8532.0, 8565.0, 8495.0, 8551.0, 8510.0, 8566.0, 8509.0, 8590.0, 8534.0, 8616.0, 8413.0, 8524.0, 8483.0, 8482.0, 8488.0, 8518.0, 8470.0, 8504.0, 8407.0, 8461.0, 8412.0, 8472.0, 8449.0, 8528.0, 8488.0, 8524.0, 8498.0, 8499.0, 8431.0, 8470.0, 8422.0, 8479.0, 8475.0, 8499.0, 8506.0, 8443.0, 8485.0, 8438.0, 8442.0, 8401.0, 8414.0, 8367.0, 8388.0, 8383.0, 8427.0, 8377.0, 8499.0, 8408.0, 8460.0, 8388.0, 8451.0, 8368.0, 8454.0, 8379.0, 8473.0, 8471.0, 8457.0, 8494.0, 8459.0, 8491.0, 8410.0, 8445.0, 8467.0, 8465.0, 8439.0, 8446.0, 8434.0, 8422.0, 8439.0, 8490.0, 8451.0, 8510.0, 8404.0, 8502.0, 8456.0, 8522.0, 8485.0, 8481.0, 8500.0, 8452.0, 8487.0, 8452.0, 8472.0, 8462.0, 8490.0, 8418.0, 8455.0, 8440.0, 8463.0, 8442.0, 8496.0, 8442.0, 8470.0, 8403.0, 8456.0, 8405.0, 8461.0, 8395.0, 8454.0, 8406.0, 8447.0, 8411.0, 8432.0, 8428.0, 8435.0, 8454.0, 8466.0, 8466.0, 8485.0, 8497.0, 8514.0, 8507.0, 8513.0, 8486.0, 8517.0, 8523.0, 8499.0, 8525.0, 8517.0, 8546.0, 8517.0, 8548.0, 8513.0, 8565.0, 8504.0, 8562.0, 8532.0, 8548.0, 8500.0, 8547.0, 8508.0, 8556.0, 8514.0, 8529.0, 8514.0, 8551.0, 8513.0, 8560.0, 8504.0, 8573.0, 8572.0, 8588.0, 8496.0, 8545.0, 8476.0, 8558.0, 8476.0, 8533.0, 8481.0, 8568.0, 8556.0, 8510.0, 8551.0, 8491.0, 8536.0, 8471.0, 8512.0, 8410.0, 8470.0, 8496.0, 8421.0, 8484.0, 8427.0, 8467.0, 8397.0, 8423.0, 8456.0, 8415.0, 8426.0, 8411.0, 8458.0, 8395.0, 8443.0, 8456.0, 8429.0, 8457.0, 8420.0, 8505.0, 8456.0, 8469.0, 8454.0, 8477.0, 8488.0, 8486.0, 8529.0, 8471.0, 8483.0, 8470.0, 8520.0, 8461.0, 8530.0, 8452.0, 8509.0, 8484.0, 8525.0, 8482.0, 8562.0, 8502.0, 8544.0, 8498.0, 8529.0, 8487.0, 8539.0, 8471.0, 8544.0, 8476.0, 8520.0, 8459.0, 8523.0, 8500.0, 8543.0, 8495.0, 8508.0, 8501.0, 8530.0, 8511.0, 8522.0, 8508.0, 8538.0, 8569.0, 8558.0, 8517.0, 8573.0, 8525.0, 8535.0, 8567.0, 8549.0, 8535.0, 8556.0, 8561.0, 8525.0, 8561.0, 8518.0, 8532.0, 8506.0, 8547.0, 8501.0, 8532.0, 8504.0, 8535.0, 8576.0, 8503.0, 8541.0, 8486.0, 8525.0, 8494.0, 8524.0, 8482.0, 8514.0, 8535.0, 8477.0, 8520.0, 8511.0, 8535.0, 8500.0, 8529.0, 8500.0, 8511.0, 8483.0, 8540.0, 8465.0, 8526.0, 8470.0, 8530.0, 8507.0, 8495.0, 8532.0, 8480.0, 8519.0, 8478.0, 8492.0, 8449.0, 8486.0, 8458.0, 8503.0, 8521.0, 8505.0, 8536.0, 8483.0, 8505.0, 8462.0, 8520.0, 8459.0, 8506.0, 8445.0, 8476.0, 8479.0, 8515.0, 8511.0, 8502.0, 8552.0, 8560.0, 8563.0, 8529.0, 8486.0, 8520.0, 8524.0, 8568.0, 8531.0, 8605.0, 8490.0, 8568.0, 8509.0, 8546.0, 8486.0, 8565.0, 8558.0, 8552.0, 8578.0, 8532.0, 8538.0, 8492.0, 8555.0, 8455.0, 8521.0, 8456.0, 8545.0, 8483.0, 8529.0, 8479.0, 8513.0, 8551.0, 8519.0, 8561.0, 8489.0, 8531.0, 8486.0, 8557.0, 8486.0, 8560.0, 8490.0, 8562.0, 8497.0, 8533.0, 8539.0, 8512.0, 8554.0, 8504.0, 8544.0, 8469.0, 8527.0, 8450.0, 8542.0, 8554.0, 8515.0, 8541.0, 8502.0, 8510.0, 8502.0, 8538.0, 8485.0, 8545.0, 8481.0, 8547.0, 8464.0, 8550.0, 8543.0, 8531.0, 8533.0, 8506.0, 8525.0, 8484.0, 8542.0, 8489.0, 8546.0, 8469.0, 8526.0, 8457.0, 8545.0, 8504.0, 8533.0, 8454.0, 8551.0, 8529.0, 8546.0, 8555.0, 8486.0, 8539.0, 8500.0, 8524.0, 8505.0, 8506.0, 8512.0, 8530.0, 8552.0, 8497.0, 8533.0, 8463.0, 8528.0, 8480.0, 8509.0, 8489.0, 8511.0, 8535.0, 8497.0, 8541.0, 8464.0, 8526.0, 8481.0, 8523.0, 8493.0, 8514.0, 8556.0, 8503.0, 8540.0, 8518.0, 8521.0, 8502.0, 8523.0, 8462.0, 8527.0, 8454.0, 8527.0, 8506.0, 8526.0, 8547.0, 8496.0, 8518.0, 8464.0, 8500.0, 8466.0, 8525.0, 8484.0, 8529.0, 8478.0, 8534.0, 8491.0, 8519.0, 8489.0, 8464.0, 8499.0, 8462.0, 8470.0, 8480.0, 8534.0, 8471.0, 8548.0, 8537.0, 8555.0, 8589.0, 8516.0, 8526.0, 8462.0, 8522.0, 8450.0, 8482.0, 8513.0, 8437.0, 8480.0, 8390.0, 8450.0, 8397.0, 8411.0, 8481.0, 8360.0, 8405.0, 8360.0, 8408.0, 8380.0, 8414.0, 8437.0, 8401.0, 8427.0, 8388.0, 8433.0, 8389.0, 8434.0, 8394.0, 8460.0, 8487.0, 8449.0, 8472.0, 8452.0, 8491.0, 8471.0, 8493.0, 8455.0, 8496.0, 8461.0, 8520.0, 8479.0, 8539.0, 8470.0, 8542.0, 8468.0, 8526.0, 8493.0, 8528.0, 8553.0, 8513.0, 8540.0, 8484.0, 8537.0, 8484.0, 8538.0, 8470.0, 8547.0, 8491.0, 8550.0, 8491.0, 8555.0, 8523.0, 8562.0, 8492.0, 8544.0, 8512.0, 8559.0, 8521.0, 8589.0, 8501.0, 8541.0, 8486.0, 8568.0, 8581.0, 8592.0, 8604.0, 8611.0, 8603.0, 8613.0, 8610.0, 8598.0, 8600.0, 8605.0, 8599.0, 8611.0, 8581.0, 8588.0, 8544.0, 8585.0, 8521.0, 8582.0, 8551.0, 8579.0, 8560.0, 8564.0, 8574.0, 8535.0, 8579.0, 8523.0, 8561.0, 8498.0, 8566.0, 8517.0, 8587.0, 8542.0, 8514.0, 8545.0, 8519.0, 8541.0, 8519.0, 8561.0, 8504.0, 8582.0, 8500.0, 8566.0, 8492.0, 8566.0, 8544.0, 8529.0, 8574.0, 8539.0, 8570.0, 8551.0, 8551.0, 8503.0, 8514.0, 8488.0, 8540.0, 8496.0, 8539.0, 8497.0, 8534.0, 8505.0, 8516.0, 8515.0, 8486.0, 8535.0, 8499.0, 8538.0, 8593.0, 8523.0, 8611.0, 8510.0, 8540.0, 8473.0, 8539.0, 8496.0, 8510.0, 8439.0, 8482.0, 8501.0, 8461.0, 8531.0, 8432.0, 8471.0, 8413.0, 8436.0, 8405.0, 8439.0, 8405.0, 8422.0, 8503.0, 8403.0, 8430.0, 8405.0, 8433.0, 8401.0, 8434.0, 8400.0, 8440.0, 8506.0, 8453.0, 8455.0, 8409.0, 8495.0, 8431.0, 8468.0, 8487.0, 8455.0, 8501.0, 8431.0, 8503.0, 8448.0, 8520.0, 8446.0, 8520.0, 8501.0, 8504.0, 8515.0, 8473.0, 8496.0, 8474.0, 8526.0, 8473.0, 8513.0, 8478.0, 8514.0, 8462.0, 8503.0, 8450.0, 8521.0, 8492.0, 8550.0, 8495.0, 8587.0, 8509.0, 8500.0, 8526.0, 8575.0, 8562.0, 8566.0, 8528.0, 8542.0, 8546.0, 8525.0, 8579.0, 8511.0, 8576.0, 8528.0, 8567.0, 8512.0, 8566.0, 8511.0, 8549.0, 8508.0, 8566.0, 8510.0, 8568.0, 8520.0, 8554.0, 8566.0, 8541.0, 8552.0, 8554.0, 8575.0, 8538.0, 8565.0, 8511.0, 8550.0, 8494.0, 8563.0, 8492.0, 8565.0, 8537.0, 8559.0, 8562.0, 8512.0, 8563.0, 8525.0, 8564.0, 8508.0, 8566.0, 8496.0, 8551.0, 8508.0, 8566.0, 8507.0, 8569.0, 8551.0, 8540.0, 8561.0, 8539.0, 8562.0, 8507.0, 8564.0, 8507.0, 8547.0, 8489.0, 8546.0, 8473.0, 8549.0, 8543.0, 8536.0, 8574.0, 8505.0, 8542.0, 8522.0, 8558.0, 8502.0, 8560.0, 8502.0, 8545.0, 8486.0, 8546.0, 8469.0, 8526.0, 8554.0, 8504.0, 8541.0, 8502.0, 8540.0, 8499.0, 8540.0, 8500.0, 8542.0, 8468.0, 8528.0, 8468.0, 8531.0, 8543.0, 8550.0, 8576.0, 8540.0, 8510.0, 8561.0, 8539.0, 8520.0, 8490.0, 8534.0, 8474.0, 8533.0, 8475.0, 8533.0, 8484.0, 8529.0, 8568.0, 8488.0, 8557.0, 8479.0, 8504.0, 8433.0, 8502.0, 8492.0, 8510.0, 8475.0, 8494.0, 8492.0, 8484.0, 8521.0, 8502.0, 8529.0, 8486.0, 8510.0, 8456.0, 8532.0, 8470.0, 8531.0, 8514.0, 8523.0, 8528.0, 8503.0, 8538.0, 8488.0, 8545.0, 8492.0, 8517.0, 8457.0, 8530.0, 8468.0, 8513.0, 8568.0, 8490.0, 8532.0, 8505.0, 8520.0, 8479.0, 8539.0, 8482.0, 8538.0, 8493.0, 8501.0, 8501.0, 8538.0, 8502.0, 8474.0, 8494.0, 8487.0, 8491.0, 8479.0, 8527.0, 8572.0, 8507.0, 8553.0, 8470.0, 8512.0, 8452.0, 8482.0, 8517.0, 8433.0, 8524.0, 8451.0, 8494.0, 8432.0, 8472.0, 8428.0, 8461.0, 8450.0, 8464.0, 8420.0, 8497.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.01542671641791045</td></tr>
<tr><td colspan=3>aqi</td><td>0.08988395993111366</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>46.01763070652869</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2891238442183917</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.2533752929655175</td></tr>
<tr><td colspan=3>efc</td><td>0.4577</td></tr>
<tr><td colspan=3>fber</td><td>4939.606</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.2298199312044582</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>315</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>36.16532721010333</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5709565221268407</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.416614487837966</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8078215694199535</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.488433509122602</td></tr>
<tr><td colspan=3>gcor</td><td>0.00962672</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015764359384775162</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04139837995171547</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>3.969725223203192</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>26.5583</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.0557</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>136.0678</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305730.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>555.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>247.1324</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1562</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>505.5628</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3006.8649</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3150.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70814.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1112.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3958.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>793.5002</td></tr>
<tr><td colspan=3>tsnr</td><td>18.526929247484077</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>