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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0065_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-0065/figures/sub-0065_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0065/figures/sub-0065_ses-04_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-0065/figures/sub-0065_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-04_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-0065/ses-04/func/sub-0065_ses-04_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>55ef2d42b9f0f94e51ae1ad02573f8a9</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:07:32.467500</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.999197, 0.0398528, 0.0040751, -0.0397825, 0.999079, -0.0160753]</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.0857187</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>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4153, -7784, -7238, 719, -31, -403, 336, 61]</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>238.17</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b0fc9707-30ac-4a75-b1ed-0f7ef8b2fcf7||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.6807732582092285, -0.10673356801271439, 0.012722376734018326, 116.92801666259766], [-0.10692211985588074, 2.6804559230804443, -0.042930860072374344, -85.19605255126953], [0.010933187790215015, 0.04312896355986595, 2.6996288299560547, -65.9483871459961], [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': ['190732.467500', '190732.927500', '190733.387500', '190733.847500', '190734.307500', '190734.767500', '190735.227500', '190735.687500', '190736.147500', '190736.607500', '190737.067500', '190737.527500', '190737.987500', '190738.447500', '190738.907500', '190739.367500', '190739.827500', '190740.287500', '190740.747500', '190741.207500', '190741.667500', '190742.127500', '190742.587500', '190743.047500', '190743.507500', '190743.967500', '190744.427500', '190744.887500', '190745.347500', '190745.807500', '190746.267500', '190746.727500', '190747.187500', '190747.647500', '190748.107500', '190748.567500', '190749.027500', '190749.487500', '190749.947500', '190750.407500', '190750.867500', '190751.327500', '190751.787500', '190752.247500', '190752.707500', '190753.167500', '190753.627500', '190754.087500', '190754.547500', '190755.007500', '190755.467500', '190755.927500', '190756.387500', '190756.847500', '190757.307500', '190757.767500', '190758.227500', '190758.687500', '190759.147500', '190759.607500', '190800.067500', '190800.527500', '190800.987500', '190801.447500', '190801.907500', '190802.367500', '190802.827500', '190803.287500', '190803.747500', '190804.207500', '190804.667500', '190805.127500', '190805.587500', '190806.047500', '190806.507500', '190806.967500', '190807.427500', '190807.887500', '190808.347500', '190808.807500', '190809.267500', '190809.727500', '190810.187500', '190810.647500', '190811.107500', '190811.567500', '190812.027500', '190812.487500', '190812.947500', '190813.407500', '190813.867500', '190814.327500', '190814.787500', '190815.247500', '190815.707500', '190816.167500', '190816.627500', '190817.087500', '190817.547500', '190818.007500', '190818.467500', '190818.927500', '190819.387500', '190819.847500', '190820.307500', '190820.767500', '190821.227500', '190821.687500', '190822.147500', '190822.607500', '190823.067500', '190823.527500', '190823.987500', '190824.447500', '190824.907500', '190825.367500', '190825.827500', '190826.287500', '190826.747500', '190827.207500', '190827.667500', '190828.127500', '190828.587500', '190829.047500', '190829.507500', '190829.967500', '190830.427500', '190830.887500', '190831.347500', '190831.807500', '190832.267500', '190832.727500', '190833.187500', '190833.647500', '190834.107500', '190834.567500', '190835.027500', '190835.487500', '190835.947500', '190836.407500', '190836.867500', '190837.327500', '190837.787500', '190838.247500', '190838.707500', '190839.167500', '190839.627500', '190840.087500', '190840.547500', '190841.007500', '190841.467500', '190841.927500', '190842.387500', '190842.847500', '190843.307500', '190843.767500', '190844.227500', '190844.687500', '190845.147500', '190845.607500', '190846.067500', '190846.527500', '190846.987500', '190847.447500', '190847.907500', '190848.367500', '190848.827500', '190849.287500', '190849.747500', '190850.207500', '190850.667500', '190851.127500', '190851.587500', '190852.047500', '190852.507500', '190852.967500', '190853.427500', '190853.887500', '190854.347500', '190854.807500', '190855.267500', '190855.727500', '190856.187500', '190856.647500', '190857.107500', '190857.567500', '190858.027500', '190858.487500', '190858.947500', '190859.407500', '190859.867500', '190900.327500', '190900.787500', '190901.247500', '190901.707500', '190902.167500', '190902.627500', '190903.087500', '190903.547500', '190904.007500', '190904.467500', '190904.927500', '190905.387500', '190905.847500', '190906.307500', '190906.767500', '190907.227500', '190907.687500', '190908.147500', '190908.607500', '190909.067500', '190909.527500', '190909.987500', '190910.447500', '190910.907500', '190911.367500', '190911.827500', '190912.287500', '190912.747500', '190913.207500', '190913.667500', '190914.127500', '190914.587500', '190915.047500', '190915.507500', '190915.967500', '190916.427500', '190916.887500', '190917.347500', '190917.807500', '190918.267500', '190918.727500', '190919.187500', '190919.647500', '190920.107500', '190920.567500', '190921.027500', '190921.487500', '190921.947500', '190922.407500', '190922.867500', '190923.327500', '190923.787500', '190924.247500', '190924.707500', '190925.167500', '190925.627500', '190926.087500', '190926.547500', '190927.007500', '190927.467500', '190927.927500', '190928.387500', '190928.847500', '190929.307500', '190929.767500', '190930.227500', '190930.687500', '190931.147500', '190931.607500', '190932.067500', '190932.527500', '190932.987500', '190933.447500', '190933.907500', '190934.367500', '190934.827500', '190935.287500', '190935.747500', '190936.207500', '190936.667500', '190937.127500', '190937.587500', '190938.047500', '190938.507500', '190938.967500', '190939.427500', '190939.887500', '190940.347500', '190940.807500', '190941.267500', '190941.727500', '190942.187500', '190942.647500', '190943.107500', '190943.567500', '190944.027500', '190944.487500', '190944.947500', '190945.407500', '190945.867500', '190946.327500', '190946.787500', '190947.247500', '190947.707500', '190948.167500', '190948.627500', '190949.087500', '190949.547500', '190950.007500', '190950.467500', '190950.927500', '190951.387500', '190951.847500', '190952.307500', '190952.767500', '190953.227500', '190953.687500', '190954.147500', '190954.607500', '190955.067500', '190955.527500', '190955.987500', '190956.447500', '190956.907500', '190957.367500', '190957.827500', '190958.287500', '190958.747500', '190959.207500', '190959.667500', '191000.127500', '191000.587500', '191001.047500', '191001.507500', '191001.967500', '191002.427500', '191002.887500', '191003.347500', '191003.807500', '191004.267500', '191004.727500', '191005.187500', '191005.647500', '191006.107500', '191006.567500', '191007.027500', '191007.487500', '191007.947500', '191008.407500', '191008.867500', '191009.327500', '191009.787500', '191010.247500', '191010.707500', '191011.167500', '191011.627500', '191012.087500', '191012.547500', '191013.007500', '191013.467500', '191013.927500', '191014.387500', '191014.847500', '191015.307500', '191015.767500', '191016.227500', '191016.687500', '191017.147500', '191017.607500', '191018.067500', '191018.527500', '191018.987500', '191019.447500', '191019.907500', '191020.367500', '191020.827500', '191021.287500', '191021.747500', '191022.207500', '191022.667500', '191023.127500', '191023.587500', '191024.047500', '191024.507500', '191024.967500', '191025.427500', '191025.887500', '191026.347500', '191026.807500', '191027.267500', '191027.727500', '191028.187500', '191028.647500', '191029.107500', '191029.567500', '191030.027500', '191030.487500', '191030.947500', '191031.407500', '191031.867500', '191032.327500', '191032.787500', '191033.247500', '191033.707500', '191034.167500', '191034.627500', '191035.087500', '191035.547500', '191036.007500', '191036.467500', '191036.927500', '191037.387500', '191037.847500', '191038.307500', '191038.767500', '191039.227500', '191039.687500', '191040.147500', '191040.607500', '191041.067500', '191041.527500', '191041.987500', '191042.447500', '191042.907500', '191043.367500', '191043.827500', '191044.287500', '191044.747500', '191045.207500', '191045.667500', '191046.127500', '191046.587500', '191047.047500', '191047.507500', '191047.967500', '191048.427500', '191048.887500', '191049.347500', '191049.807500', '191050.267500', '191050.727500', '191051.187500', '191051.647500', '191052.107500', '191052.567500', '191053.027500', '191053.487500', '191053.947500', '191054.407500', '191054.867500', '191055.327500', '191055.787500', '191056.247500', '191056.707500', '191057.167500', '191057.627500', '191058.087500', '191058.547500', '191059.007500', '191059.467500', '191059.927500', '191100.387500', '191100.847500', '191101.307500', '191101.767500', '191102.227500', '191102.687500', '191103.147500', '191103.607500', '191104.067500', '191104.527500', '191104.987500', '191105.447500', '191105.907500', '191106.367500', '191106.827500', '191107.287500', '191107.747500', '191108.207500', '191108.667500', '191109.127500', '191109.587500', '191110.047500', '191110.507500', '191110.967500', '191111.427500', '191111.887500', '191112.347500', '191112.807500', '191113.267500', '191113.727500', '191114.187500', '191114.647500', '191115.107500', '191115.567500', '191116.027500', '191116.487500', '191116.947500', '191117.407500', '191117.867500', '191118.327500', '191118.787500', '191119.247500', '191119.707500', '191120.167500', '191120.627500', '191121.087500', '191121.547500', '191122.007500', '191122.467500', '191122.927500', '191123.387500', '191123.847500', '191124.307500', '191124.767500', '191125.227500', '191125.687500', '191126.147500', '191126.607500', '191127.067500', '191127.527500', '191127.987500', '191128.447500', '191128.907500', '191129.367500', '191129.827500', '191130.287500', '191130.747500', '191131.207500', '191131.667500', '191132.127500', '191132.587500', '191133.047500', '191133.507500', '191133.967500', '191134.427500', '191134.887500', '191135.347500', '191135.807500', '191136.267500', '191136.727500', '191137.187500', '191137.647500', '191138.107500', '191138.567500', '191139.027500', '191139.487500', '191139.947500', '191140.407500', '191140.867500', '191141.327500', '191141.787500', '191142.247500', '191142.707500', '191143.167500', '191143.627500', '191144.087500', '191144.547500', '191145.007500', '191145.467500', '191145.927500', '191146.387500', '191146.847500', '191147.307500', '191147.767500', '191148.227500', '191148.687500', '191149.147500', '191149.607500', '191150.067500', '191150.527500', '191150.987500', '191151.447500', '191151.907500', '191152.367500', '191152.827500', '191153.287500', '191153.747500', '191154.207500', '191154.667500', '191155.127500', '191155.587500', '191156.047500', '191156.507500', '191156.967500', '191157.427500', '191157.887500', '191158.347500', '191158.807500', '191159.267500', '191159.727500', '191200.187500', '191200.647500', '191201.107500', '191201.567500', '191202.027500', '191202.487500', '191202.947500', '191203.407500', '191203.867500', '191204.327500', '191204.787500', '191205.247500', '191205.707500', '191206.167500', '191206.627500', '191207.087500', '191207.547500', '191208.007500', '191208.467500', '191208.927500', '191209.387500', '191209.847500', '191210.307500', '191210.767500', '191211.227500', '191211.687500', '191212.147500', '191212.607500', '191213.067500', '191213.527500', '191213.987500', '191214.447500', '191214.907500', '191215.367500', '191215.827500', '191216.287500', '191216.747500', '191217.207500', '191217.667500', '191218.127500', '191218.587500', '191219.047500', '191219.507500', '191219.967500', '191220.427500', '191220.887500', '191221.347500', '191221.807500', '191222.267500', '191222.727500', '191223.187500', '191223.647500', '191224.107500', '191224.567500', '191225.027500', '191225.487500', '191225.947500', '191226.407500', '191226.867500', '191227.327500', '191227.787500', '191228.247500', '191228.707500', '191229.167500', '191229.627500', '191230.087500', '191230.547500', '191231.007500', '191231.467500', '191231.927500', '191232.387500', '191232.847500', '191233.307500', '191233.767500', '191234.227500', '191234.687500', '191235.147500', '191235.607500', '191236.067500', '191236.527500', '191236.987500', '191237.447500', '191237.907500', '191238.367500', '191238.827500', '191239.287500', '191239.747500', '191240.207500', '191240.667500', '191241.127500', '191241.587500', '191242.047500', '191242.507500', '191242.967500', '191243.427500', '191243.887500', '191244.347500', '191244.807500', '191245.267500', '191245.727500', '191246.187500', '191246.647500', '191247.107500', '191247.567500', '191248.027500', '191248.487500', '191248.947500', '191249.407500', '191249.867500', '191250.327500', '191250.787500', '191251.247500', '191251.707500', '191252.167500', '191252.627500', '191253.087500', '191253.547500', '191254.007500', '191254.467500', '191254.927500', '191255.387500', '191255.847500', '191256.307500', '191256.767500', '191257.227500', '191257.687500', '191258.147500', '191258.607500', '191259.067500', '191259.527500', '191259.987500', '191300.447500', '191300.907500', '191301.367500', '191301.827500', '191302.287500', '191302.747500', '191303.207500', '191303.667500', '191304.127500', '191304.587500', '191305.047500', '191305.507500', '191305.967500', '191306.427500', '191306.887500', '191307.347500', '191307.807500', '191308.267500', '191308.727500', '191309.187500', '191309.647500', '191310.107500', '191310.567500', '191311.027500', '191311.487500', '191311.947500', '191312.407500', '191312.867500', '191313.327500', '191313.787500', '191314.247500', '191314.707500', '191315.167500', '191315.627500', '191316.087500', '191316.547500', '191317.007500', '191317.467500', '191317.927500', '191318.387500', '191318.847500', '191319.307500', '191319.767500', '191320.227500', '191320.687500', '191321.147500', '191321.607500', '191322.067500', '191322.527500', '191322.987500', '191323.447500', '191323.907500', '191324.367500', '191324.827500', '191325.287500', '191325.747500', '191326.207500', '191326.667500', '191327.127500', '191327.587500', '191328.047500', '191328.507500', '191328.967500', '191329.427500', '191329.887500', '191330.347500', '191330.807500', '191331.267500', '191331.727500', '191332.187500', '191332.647500', '191333.107500', '191333.567500', '191334.027500', '191334.487500', '191334.947500', '191335.407500', '191335.867500', '191336.327500', '191336.787500', '191337.247500', '191337.707500', '191338.167500', '191338.627500', '191339.087500', '191339.547500', '191340.007500', '191340.467500', '191340.927500', '191341.387500', '191341.847500', '191342.307500', '191342.767500', '191343.227500', '191343.687500', '191344.147500', '191344.607500', '191345.067500', '191345.527500', '191345.987500', '191346.447500', '191346.907500', '191347.367500', '191347.827500', '191348.287500', '191348.747500', '191349.207500', '191349.667500', '191350.127500', '191350.587500', '191351.047500', '191351.507500', '191351.967500', '191352.427500', '191352.887500', '191353.347500', '191353.807500', '191354.267500', '191354.727500', '191355.187500', '191355.647500', '191356.107500', '191356.567500', '191357.027500', '191357.487500', '191357.947500', '191358.407500', '191358.867500', '191359.327500', '191359.787500', '191400.247500', '191400.707500', '191401.167500', '191401.627500', '191402.087500', '191402.547500', '191403.007500', '191403.467500', '191403.927500', '191404.387500', '191404.847500', '191405.307500', '191405.767500', '191406.227500', '191406.687500', '191407.147500', '191407.607500', '191408.067500', '191408.527500', '191408.987500', '191409.447500', '191409.907500', '191410.367500', '191410.827500', '191411.287500', '191411.747500', '191412.207500', '191412.667500', '191413.127500'], 'ContentTime': ['190802.611000', '190802.614000', '190802.616000', '190802.623000', '190802.626000', '190802.628000', '190802.631000', '190802.633000', '190802.636000', '190802.638000', '190802.641000', '190802.644000', '190802.646000', '190802.649000', '190802.651000', '190802.654000', '190802.657000', '190802.659000', '190802.662000', '190802.664000', '190802.667000', '190802.669000', '190802.672000', '190802.675000', '190802.677000', '190802.680000', '190802.682000', '190802.685000', '190802.687000', '190802.690000', '190802.693000', '190802.695000', '190802.698000', '190802.700000', '190802.703000', '190802.705000', '190802.708000', '190802.710000', '190802.713000', '190802.715000', '190802.718000', '190802.721000', '190802.723000', '190802.726000', '190802.728000', '190802.731000', '190802.733000', '190802.736000', '190802.738000', '190802.741000', '190802.743000', '190802.754000', '190802.756000', '190802.759000', '190802.761000', '190802.764000', '190802.767000', '190802.769000', '190802.772000', '190802.774000', '190802.777000', '190802.779000', '190802.782000', '190822.585000', '190822.588000', '190822.590000', '190822.593000', '190822.595000', '190822.598000', '190822.611000', '190822.614000', '190822.616000', '190822.619000', '190822.622000', '190822.624000', '190822.627000', '190822.629000', '190822.632000', '190822.634000', '190822.637000', '190822.639000', '190822.642000', '190822.644000', '190822.647000', '190822.650000', '190822.652000', '190822.655000', '190822.657000', '190822.660000', '190822.663000', '190822.665000', '190822.668000', '190822.671000', '190822.674000', '190822.676000', '190822.679000', '190822.681000', '190822.684000', '190822.687000', '190822.689000', '190822.692000', '190822.694000', '190822.697000', '190822.699000', '190822.702000', '190822.704000', '190842.585000', '190842.588000', '190842.590000', '190842.593000', '190842.595000', '190842.598000', '190842.600000', '190842.603000', '190842.606000', '190842.608000', '190842.611000', '190842.613000', '190842.616000', '190842.618000', '190842.621000', '190842.624000', '190842.626000', '190842.629000', '190842.631000', '190842.634000', '190842.636000', '190842.639000', '190842.642000', '190842.644000', '190842.647000', '190842.649000', '190842.652000', '190842.655000', '190842.657000', '190842.660000', '190842.662000', '190842.665000', '190842.667000', '190842.670000', '190842.673000', '190842.675000', '190842.678000', '190842.680000', '190842.683000', '190842.685000', '190842.688000', '190842.690000', '190842.693000', '190842.696000', '190902.583000', '190902.586000', '190902.589000', '190902.591000', '190902.594000', '190902.596000', '190902.599000', '190902.602000', '190902.604000', '190902.607000', '190902.609000', '190902.612000', '190902.615000', '190902.617000', '190902.620000', '190902.622000', '190902.625000', '190902.627000', '190902.630000', '190902.633000', '190902.635000', '190902.638000', '190902.640000', '190902.643000', '190902.646000', '190902.648000', '190902.651000', '190902.654000', '190902.656000', '190902.659000', '190902.661000', '190902.664000', '190902.666000', '190902.669000', '190902.672000', '190902.674000', '190902.677000', '190902.680000', '190902.682000', '190902.685000', '190902.688000', '190902.690000', '190902.693000', '190922.584000', '190922.586000', '190922.589000', '190922.592000', '190922.594000', '190922.597000', '190922.599000', '190922.602000', '190922.605000', '190922.607000', '190922.610000', '190922.612000', '190922.615000', '190922.618000', '190922.620000', '190922.623000', '190922.625000', '190922.628000', '190922.630000', '190922.633000', '190922.636000', '190922.638000', '190922.641000', '190922.643000', '190922.646000', '190922.649000', '190922.651000', '190922.654000', '190922.656000', '190922.659000', '190922.661000', '190922.664000', '190922.666000', '190922.669000', '190922.672000', '190922.674000', '190922.677000', '190922.680000', '190922.682000', '190922.685000', '190922.687000', '190922.690000', '190922.692000', '190922.695000', '190942.584000', '190942.586000', '190942.589000', '190942.592000', '190942.594000', '190942.597000', '190942.600000', '190942.602000', '190942.605000', '190942.607000', '190942.610000', '190942.612000', '190942.615000', '190942.618000', '190942.620000', '190942.623000', '190942.625000', '190942.628000', '190942.631000', '190942.633000', '190942.636000', '190942.638000', '190942.641000', '190942.643000', '190942.646000', '190942.649000', '190942.651000', '190942.654000', '190942.656000', '190942.659000', '190942.661000', '190942.664000', '190942.667000', '190942.669000', '190942.672000', '190942.674000', '190942.677000', '190942.680000', '190942.682000', '190942.685000', '190942.688000', '190942.691000', '190942.694000', '191002.583000', '191002.586000', '191002.616000', '191002.618000', '191002.621000', '191002.623000', '191002.626000', '191002.662000', '191002.665000', '191002.667000', '191002.670000', '191002.673000', '191002.675000', '191002.678000', '191002.681000', '191002.683000', '191002.686000', '191002.688000', '191002.691000', '191002.694000', '191002.696000', '191002.699000', '191002.701000', '191002.704000', '191002.707000', '191002.709000', '191002.712000', '191002.714000', '191002.717000', '191002.719000', '191002.722000', '191002.725000', '191002.727000', '191002.730000', '191002.733000', '191002.735000', '191002.738000', '191002.740000', '191002.743000', '191002.745000', '191002.748000', '191002.751000', '191002.753000', '191002.756000', '191022.583000', '191022.586000', '191022.589000', '191022.591000', '191022.594000', '191022.597000', '191022.599000', '191022.602000', '191022.604000', '191022.607000', '191022.610000', '191022.612000', '191022.615000', '191022.617000', '191022.620000', '191022.622000', '191022.625000', '191022.628000', '191022.630000', '191022.633000', '191022.635000', '191022.638000', '191022.641000', '191022.643000', '191022.646000', '191022.648000', '191022.651000', '191022.654000', '191022.656000', '191022.659000', '191022.661000', '191022.664000', '191022.667000', '191022.669000', '191022.672000', '191022.674000', '191022.677000', '191022.679000', '191022.682000', '191022.685000', '191022.687000', '191022.690000', '191022.692000', '191042.585000', '191042.587000', '191042.590000', '191042.593000', '191042.595000', '191042.598000', '191042.601000', '191042.603000', '191042.606000', '191042.608000', '191042.611000', '191042.613000', '191042.616000', '191042.618000', '191042.621000', '191042.624000', '191042.626000', '191042.629000', '191042.631000', '191042.634000', '191042.637000', '191042.639000', '191042.642000', '191042.644000', '191042.647000', '191042.650000', '191042.652000', '191042.655000', '191042.657000', '191042.660000', '191042.663000', '191042.665000', '191042.668000', '191042.670000', '191042.673000', '191042.675000', '191042.678000', '191042.681000', '191042.683000', '191042.686000', '191042.688000', '191042.691000', '191042.693000', '191042.696000', '191102.584000', '191102.587000', '191102.590000', '191102.593000', '191102.595000', '191102.598000', '191102.601000', '191102.603000', '191102.606000', '191102.608000', '191102.611000', '191102.613000', '191102.616000', '191102.619000', '191102.621000', '191102.624000', '191102.627000', '191102.629000', '191102.632000', '191102.634000', '191102.637000', '191102.639000', '191102.642000', '191102.645000', '191102.647000', '191102.650000', '191102.652000', '191102.655000', '191102.658000', '191102.660000', '191102.663000', '191102.665000', '191102.668000', '191102.671000', '191102.673000', '191102.676000', '191102.678000', '191102.681000', '191102.684000', '191102.686000', '191102.689000', '191102.691000', '191102.694000', '191122.584000', '191122.586000', '191122.589000', '191122.592000', '191122.594000', '191122.597000', '191122.600000', '191122.602000', '191122.605000', '191122.607000', '191122.610000', '191122.612000', '191122.615000', '191122.618000', '191122.620000', '191122.623000', '191122.625000', '191122.628000', '191122.630000', '191122.633000', '191122.635000', '191122.638000', '191122.641000', '191122.643000', '191122.646000', '191122.648000', '191122.651000', '191122.669000', '191122.672000', '191122.675000', '191122.677000', '191122.680000', '191122.682000', '191122.685000', '191122.687000', '191122.690000', '191122.692000', '191122.695000', '191122.698000', '191122.700000', '191122.703000', '191122.705000', '191122.708000', '191122.711000', '191142.584000', '191142.586000', '191142.589000', '191142.592000', '191142.594000', '191142.597000', '191142.599000', '191142.602000', '191142.605000', '191142.607000', '191142.610000', '191142.612000', '191142.615000', '191142.624000', '191142.627000', '191142.629000', '191142.632000', '191142.635000', '191142.637000', '191142.640000', '191142.642000', '191142.645000', '191142.648000', '191142.650000', '191142.653000', '191142.655000', '191142.658000', '191142.661000', '191142.663000', '191142.666000', '191142.668000', '191142.671000', '191142.673000', '191142.676000', '191142.679000', '191142.681000', '191142.684000', '191142.686000', '191142.689000', '191142.692000', '191142.694000', '191142.697000', '191142.700000', '191202.583000', '191202.586000', '191202.589000', '191202.591000', '191202.594000', '191202.597000', '191202.599000', '191202.602000', '191202.604000', '191202.607000', '191202.610000', '191202.612000', '191202.615000', '191202.618000', '191202.620000', '191202.623000', '191202.625000', '191202.628000', '191202.630000', '191202.633000', '191202.635000', '191202.638000', '191202.641000', '191202.643000', '191202.646000', '191202.648000', '191202.651000', '191202.654000', '191202.656000', '191202.659000', '191202.661000', '191202.664000', '191202.666000', '191202.669000', '191202.672000', '191202.674000', '191202.677000', '191202.679000', '191202.682000', '191202.684000', '191202.687000', '191202.690000', '191202.692000', '191202.695000', '191222.583000', '191222.586000', '191222.589000', '191222.592000', '191222.594000', '191222.597000', '191222.599000', '191222.602000', '191222.605000', '191222.607000', '191222.610000', '191222.612000', '191222.615000', '191222.618000', '191222.620000', '191222.623000', '191222.625000', '191222.628000', '191222.631000', '191222.633000', '191222.636000', '191222.638000', '191222.641000', '191222.643000', '191222.646000', '191222.648000', '191222.651000', '191222.654000', '191222.656000', '191222.659000', '191222.661000', '191222.664000', '191222.666000', '191222.669000', '191222.672000', '191222.674000', '191222.677000', '191222.679000', '191222.682000', '191222.685000', '191222.687000', '191222.690000', '191222.692000', '191242.584000', '191242.587000', '191242.589000', '191242.592000', '191242.594000', '191242.597000', '191242.600000', '191242.602000', '191242.605000', '191242.608000', '191242.611000', '191242.614000', '191242.616000', '191242.619000', '191242.621000', '191242.624000', '191242.627000', '191242.629000', '191242.632000', '191242.634000', '191242.637000', '191242.640000', '191242.643000', '191242.645000', '191242.648000', '191242.650000', '191242.653000', '191242.656000', '191242.658000', '191242.661000', '191242.663000', '191242.666000', '191242.669000', '191242.671000', '191242.674000', '191242.676000', '191242.679000', '191242.681000', '191242.684000', '191242.687000', '191242.689000', '191242.692000', '191242.694000', '191242.697000', '191302.585000', '191302.587000', '191302.590000', '191302.593000', '191302.595000', '191302.598000', '191302.601000', '191302.603000', '191302.606000', '191302.608000', '191302.611000', '191302.614000', '191302.616000', '191302.619000', '191302.621000', '191302.624000', '191302.627000', '191302.629000', '191302.632000', '191302.634000', '191302.637000', '191302.640000', '191302.642000', '191302.645000', '191302.648000', '191302.650000', '191302.653000', '191302.662000', '191302.664000', '191302.667000', '191302.669000', '191302.672000', '191302.675000', '191302.677000', '191302.680000', '191302.682000', '191302.685000', '191302.688000', '191302.690000', '191302.693000', '191302.695000', '191302.698000', '191302.701000', '191322.584000', '191322.587000', '191322.590000', '191322.593000', '191322.595000', '191322.598000', '191322.601000', '191322.603000', '191322.606000', '191322.609000', '191322.611000', '191322.614000', '191322.617000', '191322.619000', '191322.622000', '191322.624000', '191322.627000', '191322.629000', '191322.632000', '191322.635000', '191322.637000', '191322.640000', '191322.643000', '191322.645000', '191322.648000', '191322.650000', '191322.653000', '191322.655000', '191322.658000', '191322.661000', '191322.663000', '191322.666000', '191322.668000', '191322.671000', '191322.673000', '191322.676000', '191322.679000', '191322.681000', '191322.684000', '191322.686000', '191322.689000', '191322.692000', '191322.694000', '191342.583000', '191342.586000', '191342.590000', '191342.593000', '191342.596000', '191342.598000', '191342.601000', '191342.603000', '191342.606000', '191342.609000', '191342.611000', '191342.614000', '191342.617000', '191342.619000', '191342.622000', '191342.624000', '191342.627000', '191342.630000', '191342.632000', '191342.635000', '191342.637000', '191342.640000', '191342.642000', '191342.645000', '191342.648000', '191342.650000', '191342.653000', '191342.656000', '191342.658000', '191342.661000', '191342.663000', '191342.666000', '191342.668000', '191342.671000', '191342.674000', '191342.676000', '191342.679000', '191342.681000', '191342.684000', '191342.687000', '191342.689000', '191342.692000', '191342.694000', '191342.697000', '191402.583000', '191402.586000', '191402.589000', '191402.592000', '191402.594000', '191402.597000', '191402.600000', '191402.603000', '191402.606000', '191402.608000', '191402.611000', '191402.614000', '191402.616000', '191402.619000', '191402.622000', '191402.625000', '191402.627000', '191402.630000', '191402.633000', '191402.635000', '191402.638000', '191402.640000', '191402.643000', '191402.646000', '191402.648000', '191402.651000', '191402.654000', '191402.656000', '191402.659000', '191402.661000', '191402.664000', '191402.667000', '191402.669000', '191402.672000', '191402.675000', '191402.677000', '191402.680000', '191402.682000', '191402.685000', '191402.688000', '191402.690000', '191402.693000', '191402.695000', '191414.536000', '191414.539000', '191414.542000', '191414.545000', '191414.547000', '191414.550000', '191414.553000', '191414.555000', '191414.558000', '191414.561000', '191414.564000', '191414.567000', '191414.569000', '191414.572000', '191414.575000', '191414.578000', '191414.581000', '191414.583000', '191414.587000', '191414.589000', '191414.605000', '191414.608000', '191414.611000', '191414.614000', '191414.616000', '191414.619000', '191414.622000'], 'InstanceCreationTime': ['190802.611000', '190802.614000', '190802.616000', '190802.623000', '190802.626000', '190802.628000', '190802.631000', '190802.633000', '190802.636000', '190802.638000', '190802.641000', '190802.644000', '190802.646000', '190802.649000', '190802.651000', '190802.654000', '190802.657000', '190802.659000', '190802.662000', '190802.664000', '190802.667000', '190802.669000', '190802.672000', '190802.675000', '190802.677000', '190802.680000', '190802.682000', '190802.685000', '190802.687000', '190802.690000', '190802.693000', '190802.695000', '190802.698000', '190802.700000', '190802.703000', '190802.705000', '190802.708000', '190802.710000', '190802.713000', '190802.715000', '190802.718000', '190802.721000', '190802.723000', '190802.726000', '190802.728000', '190802.731000', '190802.733000', '190802.736000', '190802.738000', '190802.741000', '190802.743000', '190802.754000', '190802.756000', '190802.759000', '190802.761000', '190802.764000', '190802.767000', '190802.769000', '190802.772000', '190802.774000', '190802.777000', '190802.779000', '190802.782000', '190822.585000', '190822.588000', '190822.590000', '190822.593000', '190822.595000', '190822.598000', '190822.611000', '190822.614000', '190822.616000', '190822.619000', '190822.622000', '190822.624000', '190822.627000', '190822.629000', '190822.632000', '190822.634000', '190822.637000', '190822.639000', '190822.642000', '190822.644000', '190822.647000', '190822.650000', '190822.652000', '190822.655000', '190822.657000', '190822.660000', '190822.663000', '190822.665000', '190822.668000', '190822.671000', '190822.674000', '190822.676000', '190822.679000', '190822.681000', '190822.684000', '190822.687000', '190822.689000', '190822.692000', '190822.694000', '190822.697000', '190822.699000', '190822.702000', '190822.704000', '190842.585000', '190842.588000', '190842.590000', '190842.593000', '190842.595000', '190842.598000', '190842.600000', '190842.603000', '190842.606000', '190842.608000', '190842.611000', '190842.613000', '190842.616000', '190842.618000', '190842.621000', '190842.624000', '190842.626000', '190842.629000', '190842.631000', '190842.634000', '190842.636000', '190842.639000', '190842.642000', '190842.644000', '190842.647000', '190842.649000', '190842.652000', '190842.655000', '190842.657000', '190842.660000', '190842.662000', '190842.665000', '190842.667000', '190842.670000', '190842.673000', '190842.675000', '190842.678000', '190842.680000', '190842.683000', '190842.685000', '190842.688000', '190842.690000', '190842.693000', '190842.696000', '190902.583000', '190902.586000', '190902.589000', '190902.591000', '190902.594000', '190902.596000', '190902.599000', '190902.602000', '190902.604000', '190902.607000', '190902.609000', '190902.612000', '190902.615000', '190902.617000', '190902.620000', '190902.622000', '190902.625000', '190902.627000', '190902.630000', '190902.633000', '190902.635000', '190902.638000', '190902.640000', '190902.643000', '190902.646000', '190902.648000', '190902.651000', '190902.654000', '190902.656000', '190902.659000', '190902.661000', '190902.664000', '190902.666000', '190902.669000', '190902.672000', '190902.674000', '190902.677000', '190902.680000', '190902.682000', '190902.685000', '190902.688000', '190902.690000', '190902.693000', '190922.584000', '190922.586000', '190922.589000', '190922.592000', '190922.594000', '190922.597000', '190922.599000', '190922.602000', '190922.605000', '190922.607000', '190922.610000', '190922.612000', '190922.615000', '190922.618000', '190922.620000', '190922.623000', '190922.625000', '190922.628000', '190922.630000', '190922.633000', '190922.636000', '190922.638000', '190922.641000', '190922.643000', '190922.646000', '190922.649000', '190922.651000', '190922.654000', '190922.656000', '190922.659000', '190922.661000', '190922.664000', '190922.666000', '190922.669000', '190922.672000', '190922.674000', '190922.677000', '190922.680000', '190922.682000', '190922.685000', '190922.687000', '190922.690000', '190922.692000', '190922.695000', '190942.584000', '190942.586000', '190942.589000', '190942.592000', '190942.594000', '190942.597000', '190942.600000', '190942.602000', '190942.605000', '190942.607000', '190942.610000', '190942.612000', '190942.615000', '190942.618000', '190942.620000', '190942.623000', '190942.625000', '190942.628000', '190942.631000', '190942.633000', '190942.636000', '190942.638000', '190942.641000', '190942.643000', '190942.646000', '190942.649000', '190942.651000', '190942.654000', '190942.656000', '190942.659000', '190942.661000', '190942.664000', '190942.667000', '190942.669000', '190942.672000', '190942.674000', '190942.677000', '190942.680000', '190942.682000', '190942.685000', '190942.688000', '190942.691000', '190942.694000', '191002.583000', '191002.586000', '191002.616000', '191002.618000', '191002.621000', '191002.623000', '191002.626000', '191002.662000', '191002.665000', '191002.667000', '191002.670000', '191002.673000', '191002.675000', '191002.678000', '191002.681000', '191002.683000', '191002.686000', '191002.688000', '191002.691000', '191002.694000', '191002.696000', '191002.699000', '191002.701000', '191002.704000', '191002.707000', '191002.709000', '191002.712000', '191002.714000', '191002.717000', '191002.719000', '191002.722000', '191002.725000', '191002.727000', '191002.730000', '191002.733000', '191002.735000', '191002.738000', '191002.740000', '191002.743000', '191002.745000', '191002.748000', '191002.751000', '191002.753000', '191002.756000', '191022.583000', '191022.586000', '191022.589000', '191022.591000', '191022.594000', '191022.597000', '191022.599000', '191022.602000', '191022.604000', '191022.607000', '191022.610000', '191022.612000', '191022.615000', '191022.617000', '191022.620000', '191022.622000', '191022.625000', '191022.628000', '191022.630000', '191022.633000', '191022.635000', '191022.638000', '191022.641000', '191022.643000', '191022.646000', '191022.648000', '191022.651000', '191022.654000', '191022.656000', '191022.659000', '191022.661000', '191022.664000', '191022.667000', '191022.669000', '191022.672000', '191022.674000', '191022.677000', '191022.679000', '191022.682000', '191022.685000', '191022.687000', '191022.690000', '191022.692000', '191042.585000', '191042.587000', '191042.590000', '191042.593000', '191042.595000', '191042.598000', '191042.601000', '191042.603000', '191042.606000', '191042.608000', '191042.611000', '191042.613000', '191042.616000', '191042.618000', '191042.621000', '191042.624000', '191042.626000', '191042.629000', '191042.631000', '191042.634000', '191042.637000', '191042.639000', '191042.642000', '191042.644000', '191042.647000', '191042.650000', '191042.652000', '191042.655000', '191042.657000', '191042.660000', '191042.663000', '191042.665000', '191042.668000', '191042.670000', '191042.673000', '191042.675000', '191042.678000', '191042.681000', '191042.683000', '191042.686000', '191042.688000', '191042.691000', '191042.693000', '191042.696000', '191102.584000', '191102.587000', '191102.590000', '191102.593000', '191102.595000', '191102.598000', '191102.601000', '191102.603000', '191102.606000', '191102.608000', '191102.611000', '191102.613000', '191102.616000', '191102.619000', '191102.621000', '191102.624000', '191102.627000', '191102.629000', '191102.632000', '191102.634000', '191102.637000', '191102.639000', '191102.642000', '191102.645000', '191102.647000', '191102.650000', '191102.652000', '191102.655000', '191102.658000', '191102.660000', '191102.663000', '191102.665000', '191102.668000', '191102.671000', '191102.673000', '191102.676000', '191102.678000', '191102.681000', '191102.684000', '191102.686000', '191102.689000', '191102.691000', '191102.694000', '191122.584000', '191122.586000', '191122.589000', '191122.592000', '191122.594000', '191122.597000', '191122.600000', '191122.602000', '191122.605000', '191122.607000', '191122.610000', '191122.612000', '191122.615000', '191122.618000', '191122.620000', '191122.623000', '191122.625000', '191122.628000', '191122.630000', '191122.633000', '191122.635000', '191122.638000', '191122.641000', '191122.643000', '191122.646000', '191122.648000', '191122.651000', '191122.669000', '191122.672000', '191122.675000', '191122.677000', '191122.680000', '191122.682000', '191122.685000', '191122.687000', '191122.690000', '191122.692000', '191122.695000', '191122.698000', '191122.700000', '191122.703000', '191122.705000', '191122.708000', '191122.711000', '191142.584000', '191142.586000', '191142.589000', '191142.592000', '191142.594000', '191142.597000', '191142.599000', '191142.602000', '191142.605000', '191142.607000', '191142.610000', '191142.612000', '191142.615000', '191142.624000', '191142.627000', '191142.629000', '191142.632000', '191142.635000', '191142.637000', '191142.640000', '191142.642000', '191142.645000', '191142.648000', '191142.650000', '191142.653000', '191142.655000', '191142.658000', '191142.661000', '191142.663000', '191142.666000', '191142.668000', '191142.671000', '191142.673000', '191142.676000', '191142.679000', '191142.681000', '191142.684000', '191142.686000', '191142.689000', '191142.692000', '191142.694000', '191142.697000', '191142.700000', '191202.583000', '191202.586000', '191202.589000', '191202.591000', '191202.594000', '191202.597000', '191202.599000', '191202.602000', '191202.604000', '191202.607000', '191202.610000', '191202.612000', '191202.615000', '191202.618000', '191202.620000', '191202.623000', '191202.625000', '191202.628000', '191202.630000', '191202.633000', '191202.635000', '191202.638000', '191202.641000', '191202.643000', '191202.646000', '191202.648000', '191202.651000', '191202.654000', '191202.656000', '191202.659000', '191202.661000', '191202.664000', '191202.666000', '191202.669000', '191202.672000', '191202.674000', '191202.677000', '191202.679000', '191202.682000', '191202.684000', '191202.687000', '191202.690000', '191202.692000', '191202.695000', '191222.583000', '191222.586000', '191222.589000', '191222.592000', '191222.594000', '191222.597000', '191222.599000', '191222.602000', '191222.605000', '191222.607000', '191222.610000', '191222.612000', '191222.615000', '191222.618000', '191222.620000', '191222.623000', '191222.625000', '191222.628000', '191222.631000', '191222.633000', '191222.636000', '191222.638000', '191222.641000', '191222.643000', '191222.646000', '191222.648000', '191222.651000', '191222.654000', '191222.656000', '191222.659000', '191222.661000', '191222.664000', '191222.666000', '191222.669000', '191222.672000', '191222.674000', '191222.677000', '191222.679000', '191222.682000', '191222.685000', '191222.687000', '191222.690000', '191222.692000', '191242.584000', '191242.587000', '191242.589000', '191242.592000', '191242.594000', '191242.597000', '191242.600000', '191242.602000', '191242.605000', '191242.608000', '191242.611000', '191242.614000', '191242.616000', '191242.619000', '191242.621000', '191242.624000', '191242.627000', '191242.629000', '191242.632000', '191242.634000', '191242.637000', '191242.640000', '191242.643000', '191242.645000', '191242.648000', '191242.650000', '191242.653000', '191242.656000', '191242.658000', '191242.661000', '191242.663000', '191242.666000', '191242.669000', '191242.671000', '191242.674000', '191242.676000', '191242.679000', '191242.681000', '191242.684000', '191242.687000', '191242.689000', '191242.692000', '191242.694000', '191242.697000', '191302.585000', '191302.587000', '191302.590000', '191302.593000', '191302.595000', '191302.598000', '191302.601000', '191302.603000', '191302.606000', '191302.608000', '191302.611000', '191302.614000', '191302.616000', '191302.619000', '191302.621000', '191302.624000', '191302.627000', '191302.629000', '191302.632000', '191302.634000', '191302.637000', '191302.640000', '191302.642000', '191302.645000', '191302.648000', '191302.650000', '191302.653000', '191302.662000', '191302.664000', '191302.667000', '191302.669000', '191302.672000', '191302.675000', '191302.677000', '191302.680000', '191302.682000', '191302.685000', '191302.688000', '191302.690000', '191302.693000', '191302.695000', '191302.698000', '191302.701000', '191322.584000', '191322.587000', '191322.590000', '191322.593000', '191322.595000', '191322.598000', '191322.601000', '191322.603000', '191322.606000', '191322.609000', '191322.611000', '191322.614000', '191322.617000', '191322.619000', '191322.622000', '191322.624000', '191322.627000', '191322.629000', '191322.632000', '191322.635000', '191322.637000', '191322.640000', '191322.643000', '191322.645000', '191322.648000', '191322.650000', '191322.653000', '191322.655000', '191322.658000', '191322.661000', '191322.663000', '191322.666000', '191322.668000', '191322.671000', '191322.673000', '191322.676000', '191322.679000', '191322.681000', '191322.684000', '191322.686000', '191322.689000', '191322.692000', '191322.694000', '191342.583000', '191342.586000', '191342.590000', '191342.593000', '191342.596000', '191342.598000', '191342.601000', '191342.603000', '191342.606000', '191342.609000', '191342.611000', '191342.614000', '191342.617000', '191342.619000', '191342.622000', '191342.624000', '191342.627000', '191342.630000', '191342.632000', '191342.635000', '191342.637000', '191342.640000', '191342.642000', '191342.645000', '191342.648000', '191342.650000', '191342.653000', '191342.656000', '191342.658000', '191342.661000', '191342.663000', '191342.666000', '191342.668000', '191342.671000', '191342.674000', '191342.676000', '191342.679000', '191342.681000', '191342.684000', '191342.687000', '191342.689000', '191342.692000', '191342.694000', '191342.697000', '191402.583000', '191402.586000', '191402.589000', '191402.592000', '191402.594000', '191402.597000', '191402.600000', '191402.603000', '191402.606000', '191402.608000', '191402.611000', '191402.614000', '191402.616000', '191402.619000', '191402.622000', '191402.625000', '191402.627000', '191402.630000', '191402.633000', '191402.635000', '191402.638000', '191402.640000', '191402.643000', '191402.646000', '191402.648000', '191402.651000', '191402.654000', '191402.656000', '191402.659000', '191402.661000', '191402.664000', '191402.667000', '191402.669000', '191402.672000', '191402.675000', '191402.677000', '191402.680000', '191402.682000', '191402.685000', '191402.688000', '191402.690000', '191402.693000', '191402.695000', '191414.536000', '191414.539000', '191414.542000', '191414.545000', '191414.547000', '191414.550000', '191414.553000', '191414.555000', '191414.558000', '191414.561000', '191414.564000', '191414.567000', '191414.569000', '191414.572000', '191414.575000', '191414.578000', '191414.581000', '191414.583000', '191414.587000', '191414.589000', '191414.605000', '191414.608000', '191414.611000', '191414.614000', '191414.616000', '191414.619000', '191414.622000'], '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': [6703, 5735, 5701, 6029, 6793, 6251, 8171, 6547, 8782, 8078, 6481, 8685, 6565, 6633, 5936, 6396, 8378, 6458, 6218, 5541, 6397, 7800, 6490, 7122, 6282, 6357, 6076, 6357, 7974, 6480, 6278, 6342, 7066, 6828, 6641, 6596, 6831, 6527, 6787, 6709, 7180, 6239, 6760, 7115, 6725, 6569, 6666, 6057, 6672, 5866, 6585, 5828, 6851, 10796, 6840, 8134, 5923, 6816, 5797, 6733, 7213, 6215, 7400, 5848, 7006, 8372, 6802, 7263, 6419, 7047, 5943, 6965, 7293, 6253, 7194, 5938, 6980, 7221, 6464, 7323, 6405, 7388, 6604, 6862, 7050, 6399, 7021, 6452, 7069, 6178, 6772, 7178, 6430, 7364, 6415, 7029, 8240, 6626, 7135, 6123, 7063, 5893, 6703, 6772, 6455, 7114, 5923, 6971, 7209, 6292, 7516, 6035, 6931, 6474, 6415, 6970, 6552, 7319, 5902, 6873, 7047, 6113, 7085, 6429, 7135, 6024, 6799, 6904, 6542, 7051, 6314, 6987, 6513, 6593, 6947, 6261, 7008, 6099, 6874, 7227, 6399, 7336, 6215, 6772, 7121, 6454, 7226, 6302, 7082, 5968, 6457, 7231, 6215, 7237, 5936, 6700, 7348, 6376, 7043, 6059, 6720, 7303, 6330, 7179, 6140, 6881, 7208, 6448, 7220, 6241, 6822, 7348, 6615, 7422, 6187, 6860, 7404, 6347, 7082, 6068, 6863, 7392, 6371, 7197, 6462, 6910, 7615, 6530, 7130, 6290, 6936, 5896, 6555, 5871, 6408, 6018, 6799, 7387, 6483, 7188, 6550, 6892, 7562, 6856, 7107, 6270, 7062, 6323, 6723, 7199, 6296, 7122, 6592, 7007, 6091, 6453, 7249, 6530, 7373, 6148, 6819, 7626, 6149, 7215, 6228, 7069, 5773, 6546, 6005, 6832, 5790, 6148, 5919, 6800, 6648, 7186, 6118, 7341, 6522, 6860, 9297, 6322, 7308, 6476, 7213, 6244, 7069, 7300, 6247, 7155, 6305, 7097, 7336, 6051, 7247, 5844, 7068, 6503, 6461, 7151, 6018, 7164, 6076, 6813, 6626, 6352, 7034, 6584, 7354, 6220, 6829, 7531, 6378, 7141, 6453, 6983, 7162, 6463, 7188, 6419, 7392, 6161, 6943, 7348, 6446, 7481, 6461, 6987, 8083, 6249, 7217, 6261, 7253, 7454, 6379, 6921, 6233, 7288, 5918, 6867, 7199, 6264, 7240, 6369, 7026, 6584, 6648, 7064, 6930, 7025, 6455, 6932, 7254, 6539, 7091, 6583, 7073, 7925, 6724, 6854, 6626, 7161, 5914, 6668, 6910, 6527, 7089, 5938, 6862, 7105, 6438, 7167, 6176, 6850, 6071, 6910, 6363, 6831, 6125, 6172, 5872, 6580, 6434, 7484, 6506, 7413, 6720, 7071, 8534, 6475, 7472, 6072, 6956, 7729, 6986, 7846, 6504, 7322, 5868, 6713, 7456, 6624, 7153, 6502, 6022, 6299, 6481, 7044, 9264, 6593, 7365, 6615, 6981, 6960, 6909, 7263, 6650, 7280, 6333, 6914, 7415, 6550, 7130, 6553, 7220, 7729, 6664, 7236, 6646, 7101, 6190, 6628, 7084, 6707, 7049, 6312, 6859, 6922, 6899, 6748, 6370, 6596, 7133, 6961, 7050, 6250, 6750, 6760, 6964, 6935, 6272, 6593, 7176, 6663, 7235, 6406, 6936, 6333, 6881, 7249, 6731, 6806, 6698, 7049, 8129, 6666, 7096, 6520, 6882, 7459, 6449, 7013, 5911, 7059, 5828, 6436, 6931, 6282, 6848, 6460, 6630, 6039, 6687, 7446, 6679, 7028, 6713, 6859, 7595, 6595, 6745, 6452, 6964, 6203, 6558, 6612, 6405, 7058, 6608, 6586, 5953, 6769, 6887, 6811, 6829, 6462, 6670, 6602, 6535, 6797, 6238, 6917, 6601, 6481, 6873, 6339, 6663, 7564, 6566, 6851, 6628, 6604, 6461, 6698, 6591, 6505, 7162, 6398, 7446, 6109, 6893, 6328, 5899, 6437, 6161, 6832, 8725, 6258, 7085, 6880, 6782, 7718, 6568, 7137, 6028, 6811, 6129, 6531, 7055, 6347, 7214, 6284, 6591, 6953, 6327, 7526, 6439, 6802, 6821, 6549, 7150, 6727, 7228, 6759, 5978, 6177, 6177, 6620, 8485, 6551, 7209, 6611, 6821, 8618, 6430, 7017, 6795, 6743, 7142, 6726, 6823, 6566, 6783, 6358, 6611, 6974, 6715, 7010, 6528, 6805, 7265, 6416, 6825, 6546, 6862, 6875, 6487, 6653, 6030, 6953, 6629, 6657, 6650, 6634, 6545, 6517, 6675, 7088, 6357, 6685, 6644, 6659, 7874, 6539, 6427, 6184, 6801, 6441, 6631, 6651, 6455, 6697, 7526, 6499, 6207, 6528, 6677, 6262, 6577, 7341, 6563, 6730, 7261, 6401, 5890, 6316, 6122, 5984, 6621, 6009, 6561, 6700, 8139, 6452, 6114, 6499, 6938, 6941, 6466, 6225, 6668, 6459, 7644, 6476, 6103, 6120, 7015, 6140, 6568, 6188, 6135, 5983, 5756, 6723, 6668, 6169, 6016, 6118, 6611, 7015, 6472, 6479, 7568, 6586, 6346, 6262, 6726, 5779, 5627, 6338, 6160, 6651, 6533, 6492, 6804, 8307, 6659, 6335, 6390, 6915, 7560, 6438, 6104, 6152, 6793, 6981, 6546, 5954, 6340, 6760, 7125, 6534, 6037, 5889, 6531, 6057, 6549, 6975, 7593, 6542, 5924, 6109, 6933, 6197, 6855, 6059, 6554, 6736, 6003, 7067, 6304, 6838, 6352, 6161, 6207, 6123, 7105, 6571, 6679, 6689, 6859, 6545, 6853, 6760, 6879, 6804, 6341, 6058, 6840, 6923, 6829, 6027, 6212, 6672, 6835, 6326, 6664, 6733, 6948, 5980, 6320, 6407, 6888, 6212, 6113, 6290, 6348, 6603, 6622, 6090, 6454, 6254, 5750, 6577, 7578, 6657, 6281, 6014, 6935, 6799, 6960, 6262, 6698, 7032, 7431, 7026, 6615, 6198, 6852, 7017, 6552, 6146, 6294, 6760, 6829, 6461, 6126, 5793, 6917, 6350, 6596, 6093, 6341, 6178, 5992, 6792, 6025, 6377, 6046, 6235, 6286, 5777, 6901, 7085, 6243, 6339, 6101, 6866, 7559, 6425, 6537, 7174, 6592, 5809, 6305, 6681, 7020, 6643, 6278, 6643, 6749, 7562, 6415, 6279, 6535, 6484, 6662, 6683, 6251, 6112, 7039, 6981, 6752, 6753, 6629, 6798, 6781, 6522, 6828, 6629, 6825, 5978, 6505, 6417, 6163, 6603, 6447, 6332, 6321, 6322, 7147, 6218, 5710, 6556, 5830, 5841, 6488, 7700, 6641, 6621, 6452, 6367, 8315, 6574, 6206, 6492, 6348, 7126, 6617, 6231, 6581, 6367, 7663, 6383, 6175, 6545, 6617, 7711, 6468, 6178, 6510, 6562, 7776, 6587, 6122, 6177, 6610, 6369, 6475, 6526, 7829, 6825, 6252, 6322, 6631, 6389, 6425, 6351, 6698, 6713, 7181, 6639, 6288, 6935, 6557, 6029, 6718, 6941, 6804, 6339, 6823, 6803], 'WindowCenter': [3596.0, 3558.0, 3557.0, 3554.0, 3564.0, 3563.0, 3585.0, 3551.0, 3582.0, 3571.0, 3535.0, 3566.0, 3533.0, 3534.0, 3523.0, 3533.0, 3553.0, 3533.0, 3523.0, 3512.0, 3534.0, 3554.0, 3534.0, 3544.0, 3534.0, 3534.0, 3522.0, 3535.0, 3570.0, 3560.0, 3561.0, 3549.0, 3571.0, 3590.0, 3577.0, 3563.0, 3565.0, 3551.0, 3549.0, 3561.0, 3574.0, 3552.0, 3579.0, 3574.0, 3577.0, 3564.0, 3577.0, 3555.0, 3565.0, 3554.0, 3563.0, 3545.0, 3578.0, 3618.0, 3562.0, 3572.0, 3539.0, 3551.0, 3529.0, 3550.0, 3560.0, 3538.0, 3560.0, 3538.0, 3563.0, 3571.0, 3550.0, 3561.0, 3537.0, 3547.0, 3537.0, 3548.0, 3558.0, 3549.0, 3560.0, 3538.0, 3562.0, 3560.0, 3549.0, 3561.0, 3548.0, 3573.0, 3548.0, 3561.0, 3562.0, 3551.0, 3562.0, 3538.0, 3561.0, 3539.0, 3562.0, 3562.0, 3551.0, 3561.0, 3549.0, 3563.0, 3572.0, 3548.0, 3562.0, 3539.0, 3561.0, 3529.0, 3550.0, 3547.0, 3548.0, 3562.0, 3538.0, 3562.0, 3561.0, 3550.0, 3561.0, 3540.0, 3561.0, 3551.0, 3552.0, 3563.0, 3550.0, 3574.0, 3540.0, 3565.0, 3561.0, 3552.0, 3573.0, 3561.0, 3573.0, 3554.0, 3577.0, 3576.0, 3563.0, 3563.0, 3551.0, 3564.0, 3552.0, 3563.0, 3563.0, 3550.0, 3562.0, 3552.0, 3563.0, 3574.0, 3562.0, 3572.0, 3549.0, 3562.0, 3562.0, 3553.0, 3572.0, 3561.0, 3575.0, 3554.0, 3554.0, 3571.0, 3554.0, 3575.0, 3551.0, 3564.0, 3573.0, 3552.0, 3563.0, 3551.0, 3561.0, 3562.0, 3552.0, 3564.0, 3552.0, 3564.0, 3572.0, 3553.0, 3573.0, 3552.0, 3562.0, 3573.0, 3561.0, 3574.0, 3552.0, 3561.0, 3572.0, 3551.0, 3563.0, 3554.0, 3574.0, 3575.0, 3564.0, 3573.0, 3553.0, 3575.0, 3571.0, 3550.0, 3572.0, 3562.0, 3575.0, 3554.0, 3564.0, 3554.0, 3566.0, 3567.0, 3576.0, 3587.0, 3567.0, 3577.0, 3567.0, 3577.0, 3578.0, 3566.0, 3574.0, 3552.0, 3564.0, 3552.0, 3561.0, 3562.0, 3552.0, 3563.0, 3549.0, 3576.0, 3550.0, 3552.0, 3573.0, 3551.0, 3573.0, 3551.0, 3562.0, 3572.0, 3551.0, 3572.0, 3551.0, 3560.0, 3538.0, 3551.0, 3553.0, 3577.0, 3554.0, 3567.0, 3555.0, 3575.0, 3578.0, 3590.0, 3570.0, 3590.0, 3578.0, 3566.0, 3594.0, 3551.0, 3562.0, 3552.0, 3563.0, 3551.0, 3560.0, 3563.0, 3550.0, 3559.0, 3539.0, 3561.0, 3558.0, 3539.0, 3562.0, 3540.0, 3560.0, 3550.0, 3551.0, 3561.0, 3552.0, 3563.0, 3551.0, 3564.0, 3563.0, 3551.0, 3561.0, 3551.0, 3574.0, 3541.0, 3563.0, 3571.0, 3552.0, 3563.0, 3550.0, 3560.0, 3560.0, 3552.0, 3562.0, 3550.0, 3560.0, 3540.0, 3562.0, 3560.0, 3549.0, 3562.0, 3550.0, 3561.0, 3571.0, 3549.0, 3559.0, 3549.0, 3560.0, 3559.0, 3548.0, 3559.0, 3537.0, 3574.0, 3540.0, 3564.0, 3565.0, 3555.0, 3573.0, 3552.0, 3575.0, 3565.0, 3564.0, 3562.0, 3562.0, 3562.0, 3549.0, 3559.0, 3573.0, 3551.0, 3572.0, 3563.0, 3573.0, 3574.0, 3562.0, 3559.0, 3552.0, 3562.0, 3539.0, 3563.0, 3562.0, 3548.0, 3560.0, 3551.0, 3577.0, 3573.0, 3550.0, 3576.0, 3564.0, 3565.0, 3552.0, 3575.0, 3564.0, 3576.0, 3566.0, 3568.0, 3569.0, 3580.0, 3580.0, 3589.0, 3580.0, 3593.0, 3576.0, 3576.0, 3586.0, 3552.0, 3576.0, 3553.0, 3564.0, 3574.0, 3564.0, 3574.0, 3556.0, 3580.0, 3557.0, 3567.0, 3578.0, 3565.0, 3567.0, 3556.0, 3555.0, 3566.0, 3567.0, 3590.0, 3599.0, 3567.0, 3577.0, 3565.0, 3564.0, 3563.0, 3563.0, 3563.0, 3551.0, 3563.0, 3551.0, 3563.0, 3562.0, 3552.0, 3562.0, 3551.0, 3562.0, 3560.0, 3551.0, 3561.0, 3551.0, 3562.0, 3540.0, 3552.0, 3561.0, 3550.0, 3562.0, 3539.0, 3551.0, 3552.0, 3550.0, 3550.0, 3548.0, 3549.0, 3548.0, 3562.0, 3560.0, 3549.0, 3560.0, 3549.0, 3561.0, 3562.0, 3551.0, 3563.0, 3575.0, 3563.0, 3574.0, 3553.0, 3576.0, 3565.0, 3576.0, 3575.0, 3565.0, 3565.0, 3564.0, 3565.0, 3574.0, 3551.0, 3562.0, 3551.0, 3562.0, 3561.0, 3549.0, 3561.0, 3540.0, 3563.0, 3542.0, 3563.0, 3575.0, 3563.0, 3565.0, 3567.0, 3578.0, 3554.0, 3567.0, 3574.0, 3565.0, 3563.0, 3563.0, 3553.0, 3571.0, 3553.0, 3551.0, 3551.0, 3563.0, 3542.0, 3553.0, 3561.0, 3552.0, 3565.0, 3565.0, 3564.0, 3551.0, 3563.0, 3563.0, 3563.0, 3562.0, 3553.0, 3561.0, 3561.0, 3550.0, 3562.0, 3550.0, 3561.0, 3564.0, 3553.0, 3562.0, 3552.0, 3563.0, 3576.0, 3564.0, 3562.0, 3550.0, 3562.0, 3564.0, 3565.0, 3563.0, 3564.0, 3576.0, 3564.0, 3575.0, 3554.0, 3575.0, 3578.0, 3559.0, 3579.0, 3568.0, 3581.0, 3599.0, 3566.0, 3575.0, 3563.0, 3563.0, 3575.0, 3551.0, 3563.0, 3541.0, 3563.0, 3552.0, 3552.0, 3563.0, 3551.0, 3573.0, 3553.0, 3564.0, 3563.0, 3551.0, 3572.0, 3552.0, 3563.0, 3552.0, 3551.0, 3563.0, 3564.0, 3576.0, 3564.0, 3554.0, 3567.0, 3567.0, 3578.0, 3600.0, 3567.0, 3577.0, 3564.0, 3564.0, 3584.0, 3552.0, 3562.0, 3552.0, 3564.0, 3561.0, 3551.0, 3551.0, 3551.0, 3562.0, 3549.0, 3560.0, 3560.0, 3561.0, 3563.0, 3553.0, 3562.0, 3563.0, 3552.0, 3563.0, 3549.0, 3550.0, 3550.0, 3550.0, 3561.0, 3549.0, 3562.0, 3563.0, 3565.0, 3563.0, 3563.0, 3566.0, 3564.0, 3575.0, 3576.0, 3566.0, 3578.0, 3579.0, 3576.0, 3585.0, 3563.0, 3564.0, 3552.0, 3564.0, 3563.0, 3563.0, 3564.0, 3552.0, 3563.0, 3573.0, 3552.0, 3550.0, 3551.0, 3562.0, 3551.0, 3579.0, 3587.0, 3564.0, 3562.0, 3575.0, 3563.0, 3555.0, 3566.0, 3553.0, 3553.0, 3564.0, 3553.0, 3564.0, 3566.0, 3574.0, 3551.0, 3552.0, 3549.0, 3562.0, 3563.0, 3551.0, 3551.0, 3581.0, 3567.0, 3586.0, 3566.0, 3554.0, 3553.0, 3575.0, 3565.0, 3575.0, 3554.0, 3565.0, 3565.0, 3555.0, 3578.0, 3578.0, 3568.0, 3569.0, 3582.0, 3578.0, 3576.0, 3566.0, 3565.0, 3587.0, 3577.0, 3566.0, 3565.0, 3564.0, 3556.0, 3556.0, 3578.0, 3578.0, 3589.0, 3580.0, 3567.0, 3578.0, 3598.0, 3566.0, 3566.0, 3552.0, 3564.0, 3573.0, 3552.0, 3540.0, 3540.0, 3551.0, 3562.0, 3551.0, 3553.0, 3550.0, 3562.0, 3561.0, 3550.0, 3551.0, 3540.0, 3551.0, 3552.0, 3552.0, 3577.0, 3587.0, 3564.0, 3553.0, 3553.0, 3577.0, 3554.0, 3578.0, 3566.0, 3566.0, 3565.0, 3553.0, 3575.0, 3562.0, 3592.0, 3592.0, 3568.0, 3567.0, 3556.0, 3576.0, 3564.0, 3576.0, 3565.0, 3577.0, 3567.0, 3563.0, 3565.0, 3564.0, 3563.0, 3554.0, 3552.0, 3563.0, 3564.0, 3564.0, 3553.0, 3553.0, 3578.0, 3563.0, 3552.0, 3563.0, 3552.0, 3563.0, 3552.0, 3551.0, 3563.0, 3561.0, 3553.0, 3554.0, 3564.0, 3565.0, 3564.0, 3576.0, 3565.0, 3565.0, 3567.0, 3556.0, 3581.0, 3600.0, 3577.0, 3566.0, 3566.0, 3577.0, 3566.0, 3577.0, 3564.0, 3565.0, 3575.0, 3576.0, 3577.0, 3565.0, 3552.0, 3563.0, 3561.0, 3552.0, 3554.0, 3551.0, 3563.0, 3562.0, 3563.0, 3554.0, 3555.0, 3578.0, 3564.0, 3577.0, 3568.0, 3579.0, 3568.0, 3567.0, 3577.0, 3555.0, 3567.0, 3567.0, 3567.0, 3566.0, 3556.0, 3577.0, 3577.0, 3565.0, 3566.0, 3553.0, 3582.0, 3591.0, 3564.0, 3564.0, 3564.0, 3562.0, 3554.0, 3564.0, 3576.0, 3566.0, 3566.0, 3579.0, 3565.0, 3565.0, 3586.0, 3552.0, 3564.0, 3563.0, 3564.0, 3564.0, 3565.0, 3566.0, 3554.0, 3577.0, 3565.0, 3578.0, 3580.0, 3577.0, 3576.0, 3564.0, 3565.0, 3577.0, 3576.0, 3578.0, 3566.0, 3567.0, 3578.0, 3567.0, 3578.0, 3578.0, 3579.0, 3579.0, 3581.0, 3588.0, 3566.0, 3557.0, 3575.0, 3569.0, 3569.0, 3579.0, 3600.0, 3578.0, 3579.0, 3568.0, 3567.0, 3596.0, 3565.0, 3551.0, 3548.0, 3564.0, 3563.0, 3564.0, 3553.0, 3563.0, 3564.0, 3574.0, 3554.0, 3553.0, 3549.0, 3565.0, 3572.0, 3551.0, 3553.0, 3551.0, 3562.0, 3570.0, 3551.0, 3541.0, 3540.0, 3548.0, 3549.0, 3549.0, 3549.0, 3570.0, 3561.0, 3551.0, 3550.0, 3560.0, 3551.0, 3551.0, 3551.0, 3561.0, 3562.0, 3563.0, 3563.0, 3564.0, 3560.0, 3565.0, 3554.0, 3563.0, 3563.0, 3562.0, 3562.0, 3562.0, 3564.0], 'WindowWidth': [8161.0, 8097.0, 8093.0, 8085.0, 8095.0, 8095.0, 8124.0, 8074.0, 8114.0, 8092.0, 8039.0, 8080.0, 8032.0, 8037.0, 8019.0, 8034.0, 8059.0, 8033.0, 8019.0, 8005.0, 8038.0, 8062.0, 8036.0, 8050.0, 8036.0, 8039.0, 8017.0, 8040.0, 8093.0, 8085.0, 8087.0, 8067.0, 8100.0, 8141.0, 8120.0, 8091.0, 8094.0, 8068.0, 8062.0, 8086.0, 8105.0, 8077.0, 8122.0, 8108.0, 8115.0, 8093.0, 8113.0, 8079.0, 8096.0, 8080.0, 8091.0, 8067.0, 8121.0, 8171.0, 8088.0, 8098.0, 8050.0, 8068.0, 8036.0, 8066.0, 8077.0, 8047.0, 8078.0, 8048.0, 8087.0, 8094.0, 8065.0, 8080.0, 8045.0, 8058.0, 8042.0, 8059.0, 8074.0, 8063.0, 8080.0, 8047.0, 8084.0, 8078.0, 8066.0, 8083.0, 8065.0, 8102.0, 8063.0, 8084.0, 8086.0, 8071.0, 8086.0, 8048.0, 8084.0, 8051.0, 8085.0, 8086.0, 8068.0, 8082.0, 8063.0, 8086.0, 8098.0, 8062.0, 8084.0, 8049.0, 8081.0, 8037.0, 8067.0, 8060.0, 8063.0, 8085.0, 8048.0, 8084.0, 8082.0, 8067.0, 8083.0, 8053.0, 8083.0, 8071.0, 8073.0, 8089.0, 8070.0, 8106.0, 8057.0, 8094.0, 8085.0, 8075.0, 8104.0, 8086.0, 8106.0, 8082.0, 8115.0, 8112.0, 8092.0, 8091.0, 8071.0, 8093.0, 8074.0, 8090.0, 8089.0, 8069.0, 8087.0, 8073.0, 8089.0, 8105.0, 8087.0, 8099.0, 8067.0, 8087.0, 8088.0, 8075.0, 8101.0, 8085.0, 8108.0, 8078.0, 8078.0, 8099.0, 8078.0, 8107.0, 8071.0, 8091.0, 8103.0, 8073.0, 8090.0, 8070.0, 8085.0, 8087.0, 8073.0, 8092.0, 8074.0, 8093.0, 8101.0, 8077.0, 8103.0, 8072.0, 8088.0, 8103.0, 8085.0, 8105.0, 8072.0, 8087.0, 8100.0, 8072.0, 8089.0, 8078.0, 8106.0, 8110.0, 8095.0, 8106.0, 8077.0, 8111.0, 8100.0, 8072.0, 8101.0, 8090.0, 8109.0, 8081.0, 8094.0, 8082.0, 8101.0, 8103.0, 8115.0, 8129.0, 8105.0, 8118.0, 8104.0, 8117.0, 8115.0, 8099.0, 8106.0, 8076.0, 8093.0, 8072.0, 8086.0, 8088.0, 8074.0, 8089.0, 8065.0, 8110.0, 8071.0, 8076.0, 8103.0, 8071.0, 8102.0, 8071.0, 8087.0, 8100.0, 8070.0, 8100.0, 8072.0, 8083.0, 8052.0, 8072.0, 8077.0, 8114.0, 8081.0, 8103.0, 8085.0, 8113.0, 8119.0, 8138.0, 8112.0, 8140.0, 8120.0, 8100.0, 8132.0, 8071.0, 8087.0, 8073.0, 8089.0, 8068.0, 8082.0, 8087.0, 8067.0, 8080.0, 8049.0, 8081.0, 8075.0, 8050.0, 8084.0, 8054.0, 8080.0, 8066.0, 8069.0, 8083.0, 8073.0, 8090.0, 8069.0, 8091.0, 8089.0, 8073.0, 8084.0, 8071.0, 8105.0, 8056.0, 8088.0, 8097.0, 8071.0, 8088.0, 8065.0, 8081.0, 8081.0, 8072.0, 8084.0, 8066.0, 8081.0, 8053.0, 8085.0, 8080.0, 8064.0, 8085.0, 8067.0, 8083.0, 8096.0, 8063.0, 8079.0, 8064.0, 8080.0, 8077.0, 8062.0, 8077.0, 8048.0, 8103.0, 8056.0, 8092.0, 8095.0, 8081.0, 8103.0, 8075.0, 8108.0, 8094.0, 8093.0, 8089.0, 8087.0, 8087.0, 8067.0, 8080.0, 8102.0, 8071.0, 8102.0, 8090.0, 8107.0, 8106.0, 8087.0, 8081.0, 8072.0, 8088.0, 8053.0, 8088.0, 8085.0, 8064.0, 8082.0, 8073.0, 8118.0, 8107.0, 8071.0, 8112.0, 8095.0, 8097.0, 8077.0, 8110.0, 8097.0, 8117.0, 8101.0, 8106.0, 8111.0, 8126.0, 8125.0, 8137.0, 8126.0, 8146.0, 8114.0, 8112.0, 8123.0, 8073.0, 8107.0, 8075.0, 8091.0, 8104.0, 8089.0, 8102.0, 8082.0, 8119.0, 8087.0, 8103.0, 8118.0, 8096.0, 8098.0, 8083.0, 8083.0, 8102.0, 8105.0, 8138.0, 8145.0, 8100.0, 8114.0, 8094.0, 8093.0, 8089.0, 8088.0, 8087.0, 8069.0, 8089.0, 8068.0, 8088.0, 8086.0, 8073.0, 8085.0, 8069.0, 8085.0, 8081.0, 8069.0, 8083.0, 8070.0, 8085.0, 8053.0, 8071.0, 8084.0, 8068.0, 8085.0, 8051.0, 8070.0, 8070.0, 8067.0, 8067.0, 8062.0, 8065.0, 8062.0, 8084.0, 8083.0, 8065.0, 8081.0, 8065.0, 8082.0, 8085.0, 8069.0, 8092.0, 8109.0, 8089.0, 8103.0, 8077.0, 8111.0, 8096.0, 8113.0, 8110.0, 8097.0, 8095.0, 8091.0, 8095.0, 8103.0, 8071.0, 8086.0, 8069.0, 8085.0, 8082.0, 8064.0, 8082.0, 8054.0, 8090.0, 8062.0, 8092.0, 8109.0, 8092.0, 8097.0, 8101.0, 8119.0, 8082.0, 8103.0, 8107.0, 8096.0, 8092.0, 8090.0, 8076.0, 8096.0, 8075.0, 8070.0, 8071.0, 8089.0, 8060.0, 8077.0, 8086.0, 8075.0, 8097.0, 8093.0, 8093.0, 8071.0, 8091.0, 8090.0, 8089.0, 8089.0, 8076.0, 8086.0, 8085.0, 8069.0, 8088.0, 8070.0, 8087.0, 8092.0, 8076.0, 8090.0, 8076.0, 8092.0, 8109.0, 8091.0, 8088.0, 8069.0, 8090.0, 8094.0, 8097.0, 8089.0, 8093.0, 8113.0, 8095.0, 8107.0, 8078.0, 8113.0, 8119.0, 8096.0, 8125.0, 8109.0, 8129.0, 8151.0, 8099.0, 8109.0, 8089.0, 8089.0, 8106.0, 8071.0, 8087.0, 8057.0, 8089.0, 8074.0, 8075.0, 8090.0, 8072.0, 8104.0, 8075.0, 8091.0, 8089.0, 8071.0, 8100.0, 8071.0, 8089.0, 8074.0, 8073.0, 8088.0, 8091.0, 8110.0, 8093.0, 8083.0, 8104.0, 8105.0, 8124.0, 8151.0, 8102.0, 8114.0, 8094.0, 8094.0, 8116.0, 8073.0, 8085.0, 8073.0, 8092.0, 8083.0, 8068.0, 8069.0, 8071.0, 8088.0, 8067.0, 8083.0, 8083.0, 8085.0, 8091.0, 8075.0, 8089.0, 8088.0, 8073.0, 8089.0, 8067.0, 8069.0, 8068.0, 8069.0, 8086.0, 8067.0, 8088.0, 8091.0, 8097.0, 8091.0, 8091.0, 8100.0, 8095.0, 8113.0, 8114.0, 8102.0, 8120.0, 8121.0, 8113.0, 8121.0, 8091.0, 8094.0, 8075.0, 8094.0, 8092.0, 8092.0, 8094.0, 8076.0, 8093.0, 8103.0, 8074.0, 8071.0, 8072.0, 8089.0, 8072.0, 8121.0, 8132.0, 8093.0, 8088.0, 8110.0, 8091.0, 8084.0, 8101.0, 8081.0, 8081.0, 8094.0, 8079.0, 8092.0, 8101.0, 8106.0, 8073.0, 8074.0, 8066.0, 8087.0, 8090.0, 8074.0, 8074.0, 8128.0, 8104.0, 8125.0, 8100.0, 8084.0, 8079.0, 8113.0, 8103.0, 8112.0, 8083.0, 8098.0, 8100.0, 8088.0, 8120.0, 8121.0, 8107.0, 8109.0, 8135.0, 8120.0, 8115.0, 8100.0, 8098.0, 8130.0, 8117.0, 8102.0, 8100.0, 8096.0, 8085.0, 8089.0, 8120.0, 8125.0, 8140.0, 8128.0, 8106.0, 8119.0, 8144.0, 8099.0, 8097.0, 8075.0, 8091.0, 8102.0, 8075.0, 8057.0, 8056.0, 8073.0, 8088.0, 8073.0, 8077.0, 8068.0, 8087.0, 8084.0, 8069.0, 8072.0, 8056.0, 8074.0, 8073.0, 8073.0, 8117.0, 8129.0, 8094.0, 8080.0, 8080.0, 8114.0, 8082.0, 8123.0, 8103.0, 8099.0, 8098.0, 8078.0, 8111.0, 8093.0, 8146.0, 8149.0, 8106.0, 8105.0, 8086.0, 8115.0, 8096.0, 8115.0, 8098.0, 8117.0, 8104.0, 8093.0, 8096.0, 8092.0, 8089.0, 8079.0, 8075.0, 8091.0, 8091.0, 8093.0, 8078.0, 8076.0, 8119.0, 8091.0, 8073.0, 8090.0, 8072.0, 8090.0, 8077.0, 8070.0, 8091.0, 8086.0, 8079.0, 8080.0, 8094.0, 8098.0, 8094.0, 8112.0, 8099.0, 8098.0, 8104.0, 8086.0, 8128.0, 8152.0, 8116.0, 8102.0, 8102.0, 8116.0, 8099.0, 8115.0, 8096.0, 8099.0, 8111.0, 8112.0, 8115.0, 8097.0, 8074.0, 8091.0, 8085.0, 8075.0, 8080.0, 8073.0, 8093.0, 8089.0, 8093.0, 8083.0, 8086.0, 8118.0, 8094.0, 8116.0, 8109.0, 8123.0, 8108.0, 8103.0, 8117.0, 8086.0, 8103.0, 8104.0, 8104.0, 8102.0, 8088.0, 8116.0, 8116.0, 8096.0, 8100.0, 8078.0, 8129.0, 8141.0, 8094.0, 8093.0, 8094.0, 8089.0, 8081.0, 8095.0, 8112.0, 8096.0, 8100.0, 8124.0, 8097.0, 8097.0, 8125.0, 8076.0, 8093.0, 8091.0, 8095.0, 8095.0, 8096.0, 8100.0, 8082.0, 8115.0, 8097.0, 8119.0, 8126.0, 8118.0, 8114.0, 8096.0, 8098.0, 8116.0, 8112.0, 8121.0, 8104.0, 8106.0, 8120.0, 8104.0, 8119.0, 8121.0, 8124.0, 8125.0, 8131.0, 8136.0, 8104.0, 8090.0, 8115.0, 8112.0, 8112.0, 8126.0, 8152.0, 8120.0, 8122.0, 8105.0, 8103.0, 8140.0, 8097.0, 8076.0, 8068.0, 8094.0, 8090.0, 8093.0, 8079.0, 8090.0, 8095.0, 8108.0, 8080.0, 8079.0, 8069.0, 8094.0, 8100.0, 8070.0, 8076.0, 8069.0, 8087.0, 8095.0, 8068.0, 8058.0, 8053.0, 8063.0, 8066.0, 8065.0, 8067.0, 8095.0, 8085.0, 8072.0, 8069.0, 8083.0, 8071.0, 8072.0, 8072.0, 8086.0, 8091.0, 8091.0, 8091.0, 8094.0, 8083.0, 8096.0, 8082.0, 8092.0, 8091.0, 8088.0, 8090.0, 8091.0, 8096.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.0020241284403669725</td></tr>
<tr><td colspan=3>aqi</td><td>0.03463273509174312</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.12777095068883</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.142711979563719</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9892621423421354</td></tr>
<tr><td colspan=3>efc</td><td>0.4595</td></tr>
<tr><td colspan=3>fber</td><td>5118.5947</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10673228969287137</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>58</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.651376146788991</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.455737161699771</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.324506126397637</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.732049843953765</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3106555147479106</td></tr>
<tr><td colspan=3>gcor</td><td>0.00924782</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01676790602505207</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024057796224951744</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7862160900557438</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>33.4726</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.4892</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>134.7088</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305134.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>594.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>261.7457</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0126</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>463.7714</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2807.5911</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2989.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71410.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>889.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3701.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>789.437</td></tr>
<tr><td colspan=3>tsnr</td><td>32.79871278000064</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>