ds005256-mriqc/sub-0130_ses-04_task-social_acq-mb8_run-03_bold.html
Felix Hoffstaedter 3f1617b677 [DATALAD RUNCMD] Compute MRIQC for sub-0130
=== Do not change lines below ===
{
 "chain": [],
 "cmd": "./code/containers/scripts/singularity_cmd exec code/containers/images/bids/bids-mriqc--24.0.2.sing mriqc sourcedata/raw . participant --participant-label sub-0130 --no-datalad-get --no-sub --verbose --nprocs 1 --mem 3000 --work-dir /tmp --float32 --verbose-reports",
 "dsid": "2d58dd48-4166-4dc3-9cd1-64f3d0665a8c",
 "exit": 0,
 "extra_inputs": [
  "code/containers/images/bids/bids-mriqc--24.0.2.sing"
 ],
 "inputs": [
  "sourcedata/raw/sub-0130",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:18:25 +02:00

616 lines
No EOL
105 KiB (Stored with Git Annex)
HTML

<?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-0130_ses-04_task-social_acq-mb8_run-03_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-0130_ses-04_task-social_acq-mb8_run-03_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-03_session-04_subject-0130_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-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-04_subject-0130_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-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-04_subject-0130_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-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-04_subject-0130_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-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-03_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-03_session-04_subject-0130_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-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-03_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-03_session-04_subject-0130_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-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-04_subject-0130_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-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-03_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-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-03_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-0130/ses-04/func/sub-0130_ses-04_task-social_acq-mb8_run-03_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>130aa39f28c8431967aa538206bffdb6</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:05:15.675000</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.997385, 0.00603919, 0.0720166, -0.000696295, 0.997259, -0.0739851]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_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.0890505</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4231, -7758, -7223, 301, -195, 17, -52, 88]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>231.202</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>284b4864-d0d1-4505-a2ac-9ecad878f94c||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.6759114265441895, -0.0018681081710383296, 0.19511836767196655, 108.96206665039062], [-0.016202693805098534, 2.6755733489990234, -0.19910204410552979, -97.02413177490234], [0.19321538507938385, 0.19849662482738495, 2.685570240020752, -85.24185180664062], [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': ['190515.675000', '190516.135000', '190516.595000', '190517.055000', '190517.515000', '190517.975000', '190518.435000', '190518.895000', '190519.355000', '190519.815000', '190520.275000', '190520.735000', '190521.195000', '190521.655000', '190522.115000', '190522.575000', '190523.035000', '190523.495000', '190523.955000', '190524.415000', '190524.875000', '190525.335000', '190525.795000', '190526.255000', '190526.715000', '190527.175000', '190527.635000', '190528.095000', '190528.555000', '190529.015000', '190529.475000', '190529.935000', '190530.395000', '190530.855000', '190531.315000', '190531.775000', '190532.235000', '190532.695000', '190533.155000', '190533.615000', '190534.075000', '190534.535000', '190534.995000', '190535.455000', '190535.915000', '190536.375000', '190536.835000', '190537.295000', '190537.755000', '190538.215000', '190538.675000', '190539.135000', '190539.595000', '190540.055000', '190540.515000', '190540.975000', '190541.435000', '190541.895000', '190542.355000', '190542.815000', '190543.275000', '190543.735000', '190544.195000', '190544.655000', '190545.115000', '190545.575000', '190546.035000', '190546.495000', '190546.955000', '190547.415000', '190547.875000', '190548.335000', '190548.795000', '190549.255000', '190549.715000', '190550.175000', '190550.635000', '190551.095000', '190551.555000', '190552.015000', '190552.475000', '190552.935000', '190553.395000', '190553.855000', '190554.315000', '190554.775000', '190555.235000', '190555.695000', '190556.155000', '190556.615000', '190557.075000', '190557.535000', '190557.995000', '190558.455000', '190558.915000', '190559.375000', '190559.835000', '190600.295000', '190600.755000', '190601.215000', '190601.675000', '190602.135000', '190602.595000', '190603.055000', '190603.515000', '190603.975000', '190604.435000', '190604.895000', '190605.355000', '190605.815000', '190606.275000', '190606.735000', '190607.195000', '190607.655000', '190608.115000', '190608.575000', '190609.035000', '190609.495000', '190609.955000', '190610.415000', '190610.875000', '190611.335000', '190611.795000', '190612.255000', '190612.715000', '190613.175000', '190613.635000', '190614.095000', '190614.555000', '190615.015000', '190615.475000', '190615.935000', '190616.395000', '190616.855000', '190617.315000', '190617.775000', '190618.235000', '190618.695000', '190619.155000', '190619.615000', '190620.075000', '190620.535000', '190620.995000', '190621.455000', '190621.915000', '190622.375000', '190622.835000', '190623.295000', '190623.755000', '190624.215000', '190624.675000', '190625.135000', '190625.595000', '190626.055000', '190626.515000', '190626.975000', '190627.435000', '190627.895000', '190628.355000', '190628.815000', '190629.275000', '190629.735000', '190630.195000', '190630.655000', '190631.115000', '190631.575000', '190632.035000', '190632.495000', '190632.955000', '190633.415000', '190633.875000', '190634.335000', '190634.795000', '190635.255000', '190635.715000', '190636.175000', '190636.635000', '190637.095000', '190637.555000', '190638.015000', '190638.475000', '190638.935000', '190639.395000', '190639.855000', '190640.315000', '190640.775000', '190641.235000', '190641.695000', '190642.155000', '190642.615000', '190643.075000', '190643.535000', '190643.995000', '190644.455000', '190644.915000', '190645.375000', '190645.835000', '190646.295000', '190646.755000', '190647.215000', '190647.675000', '190648.135000', '190648.595000', '190649.055000', '190649.515000', '190649.975000', '190650.435000', '190650.895000', '190651.355000', '190651.815000', '190652.275000', '190652.735000', '190653.195000', '190653.655000', '190654.115000', '190654.575000', '190655.035000', '190655.495000', '190655.955000', '190656.415000', '190656.875000', '190657.335000', '190657.795000', '190658.255000', '190658.715000', '190659.175000', '190659.635000', '190700.095000', '190700.555000', '190701.015000', '190701.475000', '190701.935000', '190702.395000', '190702.855000', '190703.315000', '190703.775000', '190704.235000', '190704.695000', '190705.155000', '190705.615000', '190706.075000', '190706.535000', '190706.995000', '190707.455000', '190707.915000', '190708.375000', '190708.835000', '190709.295000', '190709.755000', '190710.215000', '190710.675000', '190711.135000', '190711.595000', '190712.055000', '190712.515000', '190712.975000', '190713.435000', '190713.895000', '190714.355000', '190714.815000', '190715.275000', '190715.735000', '190716.195000', '190716.655000', '190717.115000', '190717.575000', '190718.035000', '190718.495000', '190718.955000', '190719.415000', '190719.875000', '190720.335000', '190720.795000', '190721.255000', '190721.715000', '190722.175000', '190722.635000', '190723.095000', '190723.555000', '190724.015000', '190724.475000', '190724.935000', '190725.395000', '190725.855000', '190726.315000', '190726.775000', '190727.235000', '190727.695000', '190728.155000', '190728.615000', '190729.075000', '190729.535000', '190729.995000', '190730.455000', '190730.915000', '190731.375000', '190731.835000', '190732.295000', '190732.755000', '190733.215000', '190733.675000', '190734.135000', '190734.595000', '190735.055000', '190735.515000', '190735.975000', '190736.435000', '190736.895000', '190737.355000', '190737.815000', '190738.275000', '190738.735000', '190739.195000', '190739.655000', '190740.115000', '190740.575000', '190741.035000', '190741.495000', '190741.955000', '190742.415000', '190742.875000', '190743.335000', '190743.795000', '190744.255000', '190744.715000', '190745.175000', '190745.635000', '190746.095000', '190746.555000', '190747.015000', '190747.475000', '190747.935000', '190748.395000', '190748.855000', '190749.315000', '190749.775000', '190750.235000', '190750.695000', '190751.155000', '190751.615000', '190752.075000', '190752.535000', '190752.995000', '190753.455000', '190753.915000', '190754.375000', '190754.835000', '190755.295000', '190755.755000', '190756.215000', '190756.675000', '190757.135000', '190757.595000', '190758.055000', '190758.515000', '190758.975000', '190759.435000', '190759.895000', '190800.355000', '190800.815000', '190801.275000', '190801.735000', '190802.195000', '190802.655000', '190803.115000', '190803.575000', '190804.035000', '190804.495000', '190804.955000', '190805.415000', '190805.875000', '190806.335000', '190806.795000', '190807.255000', '190807.715000', '190808.175000', '190808.635000', '190809.095000', '190809.555000', '190810.015000', '190810.475000', '190810.935000', '190811.395000', '190811.855000', '190812.315000', '190812.775000', '190813.235000', '190813.695000', '190814.155000', '190814.615000', '190815.075000', '190815.535000', '190815.995000', '190816.455000', '190816.915000', '190817.375000', '190817.835000', '190818.295000', '190818.755000', '190819.215000', '190819.675000', '190820.135000', '190820.595000', '190821.055000', '190821.515000', '190821.975000', '190822.435000', '190822.895000', '190823.355000', '190823.815000', '190824.275000', '190824.735000', '190825.195000', '190825.655000', '190826.115000', '190826.575000', '190827.035000', '190827.495000', '190827.955000', '190828.415000', '190828.875000', '190829.335000', '190829.795000', '190830.255000', '190830.715000', '190831.175000', '190831.635000', '190832.095000', '190832.555000', '190833.015000', '190833.475000', '190833.935000', '190834.395000', '190834.855000', '190835.315000', '190835.775000', '190836.235000', '190836.695000', '190837.155000', '190837.615000', '190838.075000', '190838.535000', '190838.995000', '190839.455000', '190839.915000', '190840.375000', '190840.835000', '190841.295000', '190841.755000', '190842.215000', '190842.675000', '190843.135000', '190843.595000', '190844.055000', '190844.515000', '190844.975000', '190845.435000', '190845.895000', '190846.355000', '190846.815000', '190847.275000', '190847.735000', '190848.195000', '190848.655000', '190849.115000', '190849.575000', '190850.035000', '190850.495000', '190850.955000', '190851.415000', '190851.875000', '190852.335000', '190852.795000', '190853.255000', '190853.715000', '190854.175000', '190854.635000', '190855.095000', '190855.555000', '190856.015000', '190856.475000', '190856.935000', '190857.395000', '190857.855000', '190858.315000', '190858.775000', '190859.235000', '190859.695000', '190900.155000', '190900.615000', '190901.075000', '190901.535000', '190901.995000', '190902.455000', '190902.915000', '190903.375000', '190903.835000', '190904.295000', '190904.755000', '190905.215000', '190905.675000', '190906.135000', '190906.595000', '190907.055000', '190907.515000', '190907.975000', '190908.435000', '190908.895000', '190909.355000', '190909.815000', '190910.275000', '190910.735000', '190911.195000', '190911.655000', '190912.115000', '190912.575000', '190913.035000', '190913.495000', '190913.955000', '190914.415000', '190914.875000', '190915.335000', '190915.795000', '190916.255000', '190916.715000', '190917.175000', '190917.635000', '190918.095000', '190918.555000', '190919.015000', '190919.475000', '190919.935000', '190920.395000', '190920.855000', '190921.315000', '190921.775000', '190922.235000', '190922.695000', '190923.155000', '190923.615000', '190924.075000', '190924.535000', '190924.995000', '190925.455000', '190925.915000', '190926.375000', '190926.835000', '190927.295000', '190927.755000', '190928.215000', '190928.675000', '190929.135000', '190929.595000', '190930.055000', '190930.515000', '190930.975000', '190931.435000', '190931.895000', '190932.355000', '190932.815000', '190933.275000', '190933.735000', '190934.195000', '190934.655000', '190935.115000', '190935.575000', '190936.035000', '190936.495000', '190936.955000', '190937.415000', '190937.875000', '190938.335000', '190938.795000', '190939.255000', '190939.715000', '190940.175000', '190940.635000', '190941.095000', '190941.555000', '190942.015000', '190942.475000', '190942.935000', '190943.395000', '190943.855000', '190944.315000', '190944.775000', '190945.235000', '190945.695000', '190946.155000', '190946.615000', '190947.075000', '190947.535000', '190947.995000', '190948.455000', '190948.915000', '190949.375000', '190949.835000', '190950.295000', '190950.755000', '190951.215000', '190951.675000', '190952.135000', '190952.595000', '190953.055000', '190953.515000', '190953.975000', '190954.435000', '190954.895000', '190955.355000', '190955.815000', '190956.275000', '190956.735000', '190957.195000', '190957.655000', '190958.115000', '190958.575000', '190959.035000', '190959.495000', '190959.955000', '191000.415000', '191000.875000', '191001.335000', '191001.795000', '191002.255000', '191002.715000', '191003.175000', '191003.635000', '191004.095000', '191004.555000', '191005.015000', '191005.475000', '191005.935000', '191006.395000', '191006.855000', '191007.315000', '191007.775000', '191008.235000', '191008.695000', '191009.155000', '191009.615000', '191010.075000', '191010.535000', '191010.995000', '191011.455000', '191011.915000', '191012.375000', '191012.835000', '191013.295000', '191013.755000', '191014.215000', '191014.675000', '191015.135000', '191015.595000', '191016.055000', '191016.515000', '191016.975000', '191017.435000', '191017.895000', '191018.355000', '191018.815000', '191019.275000', '191019.735000', '191020.195000', '191020.655000', '191021.115000', '191021.575000', '191022.035000', '191022.495000', '191022.955000', '191023.415000', '191023.875000', '191024.335000', '191024.795000', '191025.255000', '191025.715000', '191026.175000', '191026.635000', '191027.095000', '191027.555000', '191028.015000', '191028.475000', '191028.935000', '191029.395000', '191029.855000', '191030.315000', '191030.775000', '191031.235000', '191031.695000', '191032.155000', '191032.615000', '191033.075000', '191033.535000', '191033.995000', '191034.455000', '191034.915000', '191035.375000', '191035.835000', '191036.295000', '191036.755000', '191037.215000', '191037.675000', '191038.135000', '191038.595000', '191039.055000', '191039.515000', '191039.975000', '191040.435000', '191040.895000', '191041.355000', '191041.815000', '191042.275000', '191042.735000', '191043.195000', '191043.655000', '191044.115000', '191044.575000', '191045.035000', '191045.495000', '191045.955000', '191046.415000', '191046.875000', '191047.335000', '191047.795000', '191048.255000', '191048.715000', '191049.175000', '191049.635000', '191050.095000', '191050.555000', '191051.015000', '191051.475000', '191051.935000', '191052.395000', '191052.855000', '191053.315000', '191053.775000', '191054.235000', '191054.695000', '191055.155000', '191055.615000', '191056.075000', '191056.535000', '191056.995000', '191057.455000', '191057.915000', '191058.375000', '191058.835000', '191059.295000', '191059.755000', '191100.215000', '191100.675000', '191101.135000', '191101.595000', '191102.055000', '191102.515000', '191102.975000', '191103.435000', '191103.895000', '191104.355000', '191104.815000', '191105.275000', '191105.735000', '191106.195000', '191106.655000', '191107.115000', '191107.575000', '191108.035000', '191108.495000', '191108.955000', '191109.415000', '191109.875000', '191110.335000', '191110.795000', '191111.255000', '191111.715000', '191112.175000', '191112.635000', '191113.095000', '191113.555000', '191114.015000', '191114.475000', '191114.935000', '191115.395000', '191115.855000', '191116.315000', '191116.775000', '191117.235000', '191117.695000', '191118.155000', '191118.615000', '191119.075000', '191119.535000', '191119.995000', '191120.455000', '191120.915000', '191121.375000', '191121.835000', '191122.295000', '191122.755000', '191123.215000', '191123.675000', '191124.135000', '191124.595000', '191125.055000', '191125.515000', '191125.975000', '191126.435000', '191126.895000', '191127.355000', '191127.815000', '191128.275000', '191128.735000', '191129.195000', '191129.655000', '191130.115000', '191130.575000', '191131.035000', '191131.495000', '191131.955000', '191132.415000', '191132.875000', '191133.335000', '191133.795000', '191134.255000', '191134.715000', '191135.175000', '191135.635000', '191136.095000', '191136.555000', '191137.015000', '191137.475000', '191137.935000', '191138.395000', '191138.855000', '191139.315000', '191139.775000', '191140.235000', '191140.695000', '191141.155000', '191141.615000', '191142.075000', '191142.535000', '191142.995000', '191143.455000', '191143.915000', '191144.375000', '191144.835000', '191145.295000', '191145.755000', '191146.215000', '191146.675000', '191147.135000', '191147.595000', '191148.055000', '191148.515000', '191148.975000', '191149.435000', '191149.895000', '191150.355000', '191150.815000', '191151.275000', '191151.735000', '191152.195000', '191152.655000', '191153.115000', '191153.575000', '191154.035000', '191154.495000', '191154.955000', '191155.415000', '191155.875000', '191156.335000'], 'ContentTime': ['190528.313000', '190528.316000', '190528.319000', '190528.322000', '190528.324000', '190528.327000', '190528.330000', '190528.332000', '190528.335000', '190528.337000', '190528.340000', '190528.342000', '190528.345000', '190528.348000', '190528.361000', '190528.363000', '190528.366000', '190528.369000', '190528.371000', '190528.374000', '190528.376000', '190528.379000', '190528.381000', '190528.384000', '190528.387000', '190528.389000', '190548.257000', '190548.259000', '190548.262000', '190548.265000', '190548.267000', '190548.270000', '190548.272000', '190548.275000', '190548.277000', '190548.280000', '190548.282000', '190548.285000', '190548.288000', '190548.290000', '190548.293000', '190548.295000', '190548.298000', '190548.300000', '190548.303000', '190548.305000', '190548.308000', '190548.310000', '190548.313000', '190548.316000', '190548.323000', '190548.326000', '190548.328000', '190548.331000', '190548.333000', '190548.336000', '190548.339000', '190548.341000', '190548.344000', '190548.346000', '190548.349000', '190548.351000', '190548.354000', '190548.357000', '190548.359000', '190548.362000', '190548.364000', '190548.367000', '190548.369000', '190608.256000', '190608.259000', '190608.262000', '190608.264000', '190608.267000', '190608.270000', '190608.272000', '190608.275000', '190608.277000', '190608.280000', '190608.282000', '190608.285000', '190608.288000', '190608.290000', '190608.293000', '190608.295000', '190608.298000', '190608.301000', '190608.303000', '190608.306000', '190608.308000', '190608.311000', '190608.314000', '190608.316000', '190608.319000', '190608.323000', '190608.326000', '190608.328000', '190608.331000', '190608.334000', '190608.336000', '190608.339000', '190608.341000', '190608.344000', '190608.346000', '190608.349000', '190608.352000', '190608.354000', '190608.357000', '190608.359000', '190608.362000', '190608.364000', '190608.367000', '190608.370000', '190628.257000', '190628.259000', '190628.262000', '190628.265000', '190628.267000', '190628.270000', '190628.272000', '190628.275000', '190628.277000', '190628.280000', '190628.282000', '190628.285000', '190628.288000', '190628.290000', '190628.293000', '190628.295000', '190628.298000', '190628.301000', '190628.303000', '190628.306000', '190628.308000', '190628.311000', '190628.313000', '190628.316000', '190628.318000', '190628.321000', '190628.324000', '190628.326000', '190628.329000', '190628.331000', '190628.334000', '190628.336000', '190628.339000', '190628.342000', '190628.344000', '190628.347000', '190628.349000', '190628.352000', '190628.354000', '190628.357000', '190628.360000', '190628.362000', '190628.365000', '190648.255000', '190648.258000', '190648.261000', '190648.263000', '190648.266000', '190648.268000', '190648.271000', '190648.274000', '190648.276000', '190648.279000', '190648.281000', '190648.284000', '190648.286000', '190648.291000', '190648.293000', '190648.296000', '190648.299000', '190648.301000', '190648.304000', '190648.306000', '190648.309000', '190648.311000', '190648.314000', '190648.317000', '190648.319000', '190648.322000', '190648.324000', '190648.327000', '190648.329000', '190648.332000', '190648.335000', '190648.337000', '190648.340000', '190648.342000', '190648.345000', '190648.348000', '190648.350000', '190648.353000', '190648.355000', '190648.358000', '190648.360000', '190648.391000', '190648.394000', '190648.396000', '190708.256000', '190708.258000', '190708.261000', '190708.264000', '190708.266000', '190708.269000', '190708.271000', '190708.274000', '190708.276000', '190708.279000', '190708.282000', '190708.284000', '190708.287000', '190708.289000', '190708.292000', '190708.295000', '190708.297000', '190708.300000', '190708.302000', '190708.305000', '190708.307000', '190708.310000', '190708.313000', '190708.315000', '190708.318000', '190708.320000', '190708.323000', '190708.326000', '190708.328000', '190708.331000', '190708.333000', '190708.336000', '190708.339000', '190708.341000', '190708.344000', '190708.346000', '190708.349000', '190708.351000', '190708.354000', '190708.357000', '190708.359000', '190708.362000', '190708.364000', '190728.255000', '190728.258000', '190728.261000', '190728.263000', '190728.266000', '190728.269000', '190728.271000', '190728.274000', '190728.276000', '190728.279000', '190728.282000', '190728.285000', '190728.288000', '190728.290000', '190728.293000', '190728.296000', '190728.298000', '190728.301000', '190728.303000', '190728.306000', '190728.309000', '190728.311000', '190728.314000', '190728.316000', '190728.319000', '190728.322000', '190728.324000', '190728.327000', '190728.329000', '190728.332000', '190728.335000', '190728.337000', '190728.340000', '190728.342000', '190728.345000', '190728.347000', '190728.350000', '190728.353000', '190728.355000', '190728.358000', '190728.360000', '190728.363000', '190728.366000', '190748.257000', '190748.260000', '190748.262000', '190748.265000', '190748.267000', '190748.270000', '190748.273000', '190748.275000', '190748.278000', '190748.280000', '190748.283000', '190748.286000', '190748.288000', '190748.291000', '190748.293000', '190748.296000', '190748.299000', '190748.301000', '190748.304000', '190748.306000', '190748.309000', '190748.311000', '190748.314000', '190748.317000', '190748.319000', '190748.322000', '190748.325000', '190748.327000', '190748.330000', '190748.332000', '190748.335000', '190748.338000', '190748.340000', '190748.343000', '190748.345000', '190748.348000', '190748.351000', '190748.353000', '190748.356000', '190748.358000', '190748.361000', '190748.364000', '190748.366000', '190748.369000', '190808.256000', '190808.259000', '190808.262000', '190808.264000', '190808.267000', '190808.270000', '190808.272000', '190808.275000', '190808.277000', '190808.280000', '190808.283000', '190808.285000', '190808.288000', '190808.291000', '190808.294000', '190808.297000', '190808.300000', '190808.302000', '190808.305000', '190808.308000', '190808.310000', '190808.313000', '190808.315000', '190808.318000', '190808.321000', '190808.323000', '190808.326000', '190808.329000', '190808.333000', '190808.335000', '190808.338000', '190808.341000', '190808.343000', '190808.346000', '190808.348000', '190808.351000', '190808.354000', '190808.356000', '190808.359000', '190808.362000', '190808.364000', '190808.367000', '190808.369000', '190828.257000', '190828.259000', '190828.262000', '190828.264000', '190828.267000', '190828.270000', '190828.272000', '190828.275000', '190828.277000', '190828.280000', '190828.283000', '190828.285000', '190828.288000', '190828.290000', '190828.293000', '190828.296000', '190828.298000', '190828.301000', '190828.304000', '190828.306000', '190828.309000', '190828.311000', '190828.314000', '190828.317000', '190828.319000', '190828.322000', '190828.325000', '190828.327000', '190828.330000', '190828.333000', '190828.335000', '190828.338000', '190828.340000', '190828.343000', '190828.346000', '190828.348000', '190828.351000', '190828.367000', '190828.370000', '190828.373000', '190828.375000', '190828.378000', '190828.380000', '190828.383000', '190848.256000', '190848.259000', '190848.262000', '190848.264000', '190848.267000', '190848.270000', '190848.272000', '190848.275000', '190848.277000', '190848.280000', '190848.283000', '190848.285000', '190848.288000', '190848.290000', '190848.293000', '190848.295000', '190848.298000', '190848.301000', '190848.303000', '190848.306000', '190848.308000', '190848.311000', '190848.314000', '190848.316000', '190848.319000', '190848.321000', '190848.324000', '190848.326000', '190848.329000', '190848.332000', '190848.334000', '190848.337000', '190848.339000', '190848.342000', '190848.344000', '190848.347000', '190848.350000', '190848.352000', '190848.355000', '190848.358000', '190848.360000', '190848.363000', '190848.365000', '190908.255000', '190908.258000', '190908.261000', '190908.263000', '190908.266000', '190908.269000', '190908.271000', '190908.274000', '190908.276000', '190908.279000', '190908.282000', '190908.284000', '190908.287000', '190908.289000', '190908.292000', '190908.295000', '190908.297000', '190908.300000', '190908.302000', '190908.305000', '190908.307000', '190908.310000', '190908.313000', '190908.315000', '190908.318000', '190908.320000', '190908.323000', '190908.326000', '190908.328000', '190908.331000', '190908.333000', '190908.336000', '190908.338000', '190908.341000', '190908.344000', '190908.346000', '190908.349000', '190908.352000', '190908.354000', '190908.357000', '190908.359000', '190908.362000', '190908.364000', '190908.367000', '190928.256000', '190928.258000', '190928.261000', '190928.263000', '190928.266000', '190928.269000', '190928.271000', '190928.274000', '190928.276000', '190928.279000', '190928.282000', '190928.284000', '190928.287000', '190928.289000', '190928.292000', '190928.294000', '190928.297000', '190928.300000', '190928.302000', '190928.305000', '190928.308000', '190928.310000', '190928.313000', '190928.315000', '190928.318000', '190928.321000', '190928.323000', '190928.326000', '190928.329000', '190928.331000', '190928.334000', '190928.336000', '190928.339000', '190928.341000', '190928.344000', '190928.347000', '190928.349000', '190928.352000', '190928.354000', '190928.357000', '190928.360000', '190928.362000', '190928.365000', '190948.255000', '190948.258000', '190948.261000', '190948.263000', '190948.266000', '190948.269000', '190948.271000', '190948.274000', '190948.277000', '190948.279000', '190948.282000', '190948.284000', '190948.287000', '190948.289000', '190948.292000', '190948.295000', '190948.297000', '190948.300000', '190948.302000', '190948.305000', '190948.308000', '190948.310000', '190948.313000', '190948.315000', '190948.318000', '190948.321000', '190948.323000', '190948.326000', '190948.328000', '190948.331000', '190948.334000', '190948.336000', '190948.339000', '190948.341000', '190948.344000', '190948.347000', '190948.349000', '190948.352000', '190948.354000', '190948.357000', '190948.360000', '190948.362000', '190948.365000', '190948.367000', '191008.257000', '191008.260000', '191008.262000', '191008.265000', '191008.267000', '191008.270000', '191008.273000', '191008.275000', '191008.278000', '191008.280000', '191008.283000', '191008.286000', '191008.288000', '191008.291000', '191008.293000', '191008.296000', '191008.299000', '191008.301000', '191008.314000', '191008.316000', '191008.319000', '191008.322000', '191008.324000', '191008.327000', '191008.329000', '191008.332000', '191008.335000', '191008.337000', '191008.340000', '191008.342000', '191008.345000', '191008.348000', '191008.350000', '191008.353000', '191008.356000', '191008.358000', '191008.361000', '191008.364000', '191008.366000', '191008.369000', '191008.371000', '191008.374000', '191008.377000', '191028.256000', '191028.259000', '191028.262000', '191028.265000', '191028.267000', '191028.270000', '191028.272000', '191028.275000', '191028.278000', '191028.280000', '191028.283000', '191028.285000', '191028.288000', '191028.291000', '191028.293000', '191028.296000', '191028.298000', '191028.301000', '191028.304000', '191028.306000', '191028.309000', '191028.312000', '191028.314000', '191028.317000', '191028.319000', '191028.322000', '191028.325000', '191028.327000', '191028.330000', '191028.332000', '191028.335000', '191028.338000', '191028.340000', '191028.343000', '191028.346000', '191028.348000', '191028.351000', '191028.353000', '191028.356000', '191028.359000', '191028.361000', '191028.364000', '191028.366000', '191028.369000', '191048.256000', '191048.259000', '191048.262000', '191048.265000', '191048.267000', '191048.270000', '191048.272000', '191048.275000', '191048.278000', '191048.280000', '191048.283000', '191048.285000', '191048.288000', '191048.290000', '191048.293000', '191048.296000', '191048.298000', '191048.301000', '191048.303000', '191048.306000', '191048.309000', '191048.311000', '191048.314000', '191048.317000', '191048.319000', '191048.322000', '191048.324000', '191048.327000', '191048.330000', '191048.332000', '191048.335000', '191048.338000', '191048.340000', '191048.343000', '191048.345000', '191048.348000', '191048.351000', '191048.353000', '191048.356000', '191048.358000', '191048.361000', '191048.364000', '191048.366000', '191108.256000', '191108.259000', '191108.262000', '191108.264000', '191108.267000', '191108.270000', '191108.272000', '191108.275000', '191108.277000', '191108.280000', '191108.282000', '191108.285000', '191108.288000', '191108.292000', '191108.295000', '191108.297000', '191108.300000', '191108.303000', '191108.305000', '191108.308000', '191108.310000', '191108.313000', '191108.316000', '191108.318000', '191108.321000', '191108.324000', '191108.326000', '191108.329000', '191108.331000', '191108.334000', '191108.337000', '191108.339000', '191108.342000', '191108.344000', '191108.347000', '191108.350000', '191108.352000', '191108.355000', '191108.357000', '191108.360000', '191108.363000', '191108.365000', '191108.368000', '191108.370000', '191128.255000', '191128.258000', '191128.261000', '191128.263000', '191128.266000', '191128.269000', '191128.271000', '191128.274000', '191128.276000', '191128.279000', '191128.282000', '191128.284000', '191128.287000', '191128.289000', '191128.292000', '191128.295000', '191128.297000', '191128.300000', '191128.302000', '191128.305000', '191128.308000', '191128.310000', '191128.313000', '191128.315000', '191128.318000', '191128.321000', '191128.323000', '191128.326000', '191128.328000', '191128.331000', '191128.334000', '191128.336000', '191128.339000', '191128.341000', '191128.344000', '191128.347000', '191128.349000', '191128.352000', '191128.354000', '191128.357000', '191128.360000', '191128.362000', '191128.365000', '191148.255000', '191148.258000', '191148.261000', '191148.264000', '191148.266000', '191148.269000', '191148.271000', '191148.274000', '191148.277000', '191148.279000', '191148.282000', '191148.284000', '191148.287000', '191148.290000', '191148.292000', '191148.295000', '191148.297000', '191148.300000', '191148.303000', '191148.305000', '191148.308000', '191148.310000', '191148.313000', '191148.316000', '191148.318000', '191148.321000', '191148.323000', '191148.326000', '191148.328000', '191148.331000', '191148.334000', '191148.336000', '191148.339000', '191148.341000', '191148.344000', '191148.347000', '191148.349000', '191148.352000', '191148.354000', '191148.357000', '191148.360000', '191148.362000', '191148.365000', '191148.367000', '191157.336000', '191157.339000', '191157.342000', '191157.345000', '191157.347000', '191157.350000', '191157.352000', '191157.355000', '191157.358000', '191157.361000', '191157.364000', '191157.367000', '191157.370000', '191157.373000', '191157.376000', '191157.378000', '191157.381000', '191157.384000', '191157.386000', '191157.389000'], 'InstanceCreationTime': ['190528.313000', '190528.316000', '190528.319000', '190528.322000', '190528.324000', '190528.327000', '190528.330000', '190528.332000', '190528.335000', '190528.337000', '190528.340000', '190528.342000', '190528.345000', '190528.348000', '190528.361000', '190528.363000', '190528.366000', '190528.369000', '190528.371000', '190528.374000', '190528.376000', '190528.379000', '190528.381000', '190528.384000', '190528.387000', '190528.389000', '190548.257000', '190548.259000', '190548.262000', '190548.265000', '190548.267000', '190548.270000', '190548.272000', '190548.275000', '190548.277000', '190548.280000', '190548.282000', '190548.285000', '190548.288000', '190548.290000', '190548.293000', '190548.295000', '190548.298000', '190548.300000', '190548.303000', '190548.305000', '190548.308000', '190548.310000', '190548.313000', '190548.316000', '190548.323000', '190548.326000', '190548.328000', '190548.331000', '190548.333000', '190548.336000', '190548.339000', '190548.341000', '190548.344000', '190548.346000', '190548.349000', '190548.351000', '190548.354000', '190548.357000', '190548.359000', '190548.362000', '190548.364000', '190548.367000', '190548.369000', '190608.256000', '190608.259000', '190608.262000', '190608.264000', '190608.267000', '190608.270000', '190608.272000', '190608.275000', '190608.277000', '190608.280000', '190608.282000', '190608.285000', '190608.288000', '190608.290000', '190608.293000', '190608.295000', '190608.298000', '190608.301000', '190608.303000', '190608.306000', '190608.308000', '190608.311000', '190608.314000', '190608.316000', '190608.319000', '190608.323000', '190608.326000', '190608.328000', '190608.331000', '190608.334000', '190608.336000', '190608.339000', '190608.341000', '190608.344000', '190608.346000', '190608.349000', '190608.352000', '190608.354000', '190608.357000', '190608.359000', '190608.362000', '190608.364000', '190608.367000', '190608.370000', '190628.257000', '190628.259000', '190628.262000', '190628.265000', '190628.267000', '190628.270000', '190628.272000', '190628.275000', '190628.277000', '190628.280000', '190628.282000', '190628.285000', '190628.288000', '190628.290000', '190628.293000', '190628.295000', '190628.298000', '190628.301000', '190628.303000', '190628.306000', '190628.308000', '190628.311000', '190628.313000', '190628.316000', '190628.318000', '190628.321000', '190628.324000', '190628.326000', '190628.329000', '190628.331000', '190628.334000', '190628.336000', '190628.339000', '190628.342000', '190628.344000', '190628.347000', '190628.349000', '190628.352000', '190628.354000', '190628.357000', '190628.360000', '190628.362000', '190628.365000', '190648.255000', '190648.258000', '190648.261000', '190648.263000', '190648.266000', '190648.268000', '190648.271000', '190648.274000', '190648.276000', '190648.279000', '190648.281000', '190648.284000', '190648.286000', '190648.291000', '190648.293000', '190648.296000', '190648.299000', '190648.301000', '190648.304000', '190648.306000', '190648.309000', '190648.311000', '190648.314000', '190648.317000', '190648.319000', '190648.322000', '190648.324000', '190648.327000', '190648.329000', '190648.332000', '190648.335000', '190648.337000', '190648.340000', '190648.342000', '190648.345000', '190648.348000', '190648.350000', '190648.353000', '190648.355000', '190648.358000', '190648.360000', '190648.391000', '190648.394000', '190648.396000', '190708.256000', '190708.258000', '190708.261000', '190708.264000', '190708.266000', '190708.269000', '190708.271000', '190708.274000', '190708.276000', '190708.279000', '190708.282000', '190708.284000', '190708.287000', '190708.289000', '190708.292000', '190708.295000', '190708.297000', '190708.300000', '190708.302000', '190708.305000', '190708.307000', '190708.310000', '190708.313000', '190708.315000', '190708.318000', '190708.320000', '190708.323000', '190708.326000', '190708.328000', '190708.331000', '190708.333000', '190708.336000', '190708.339000', '190708.341000', '190708.344000', '190708.346000', '190708.349000', '190708.351000', '190708.354000', '190708.357000', '190708.359000', '190708.362000', '190708.364000', '190728.255000', '190728.258000', '190728.261000', '190728.263000', '190728.266000', '190728.269000', '190728.271000', '190728.274000', '190728.276000', '190728.279000', '190728.282000', '190728.285000', '190728.288000', '190728.290000', '190728.293000', '190728.296000', '190728.298000', '190728.301000', '190728.303000', '190728.306000', '190728.309000', '190728.311000', '190728.314000', '190728.316000', '190728.319000', '190728.322000', '190728.324000', '190728.327000', '190728.329000', '190728.332000', '190728.335000', '190728.337000', '190728.340000', '190728.342000', '190728.345000', '190728.347000', '190728.350000', '190728.353000', '190728.355000', '190728.358000', '190728.360000', '190728.363000', '190728.366000', '190748.257000', '190748.260000', '190748.262000', '190748.265000', '190748.267000', '190748.270000', '190748.273000', '190748.275000', '190748.278000', '190748.280000', '190748.283000', '190748.286000', '190748.288000', '190748.291000', '190748.293000', '190748.296000', '190748.299000', '190748.301000', '190748.304000', '190748.306000', '190748.309000', '190748.311000', '190748.314000', '190748.317000', '190748.319000', '190748.322000', '190748.325000', '190748.327000', '190748.330000', '190748.332000', '190748.335000', '190748.338000', '190748.340000', '190748.343000', '190748.345000', '190748.348000', '190748.351000', '190748.353000', '190748.356000', '190748.358000', '190748.361000', '190748.364000', '190748.366000', '190748.369000', '190808.256000', '190808.259000', '190808.262000', '190808.264000', '190808.267000', '190808.270000', '190808.272000', '190808.275000', '190808.277000', '190808.280000', '190808.283000', '190808.285000', '190808.288000', '190808.291000', '190808.294000', '190808.297000', '190808.300000', '190808.302000', '190808.305000', '190808.308000', '190808.310000', '190808.313000', '190808.315000', '190808.318000', '190808.321000', '190808.323000', '190808.326000', '190808.329000', '190808.333000', '190808.335000', '190808.338000', '190808.341000', '190808.343000', '190808.346000', '190808.348000', '190808.351000', '190808.354000', '190808.356000', '190808.359000', '190808.362000', '190808.364000', '190808.367000', '190808.369000', '190828.257000', '190828.259000', '190828.262000', '190828.264000', '190828.267000', '190828.270000', '190828.272000', '190828.275000', '190828.277000', '190828.280000', '190828.283000', '190828.285000', '190828.288000', '190828.290000', '190828.293000', '190828.296000', '190828.298000', '190828.301000', '190828.304000', '190828.306000', '190828.309000', '190828.311000', '190828.314000', '190828.317000', '190828.319000', '190828.322000', '190828.325000', '190828.327000', '190828.330000', '190828.333000', '190828.335000', '190828.338000', '190828.340000', '190828.343000', '190828.346000', '190828.348000', '190828.351000', '190828.367000', '190828.370000', '190828.373000', '190828.375000', '190828.378000', '190828.380000', '190828.383000', '190848.256000', '190848.259000', '190848.262000', '190848.264000', '190848.267000', '190848.270000', '190848.272000', '190848.275000', '190848.277000', '190848.280000', '190848.283000', '190848.285000', '190848.288000', '190848.290000', '190848.293000', '190848.295000', '190848.298000', '190848.301000', '190848.303000', '190848.306000', '190848.308000', '190848.311000', '190848.314000', '190848.316000', '190848.319000', '190848.321000', '190848.324000', '190848.326000', '190848.329000', '190848.332000', '190848.334000', '190848.337000', '190848.339000', '190848.342000', '190848.344000', '190848.347000', '190848.350000', '190848.352000', '190848.355000', '190848.358000', '190848.360000', '190848.363000', '190848.365000', '190908.255000', '190908.258000', '190908.261000', '190908.263000', '190908.266000', '190908.269000', '190908.271000', '190908.274000', '190908.276000', '190908.279000', '190908.282000', '190908.284000', '190908.287000', '190908.289000', '190908.292000', '190908.295000', '190908.297000', '190908.300000', '190908.302000', '190908.305000', '190908.307000', '190908.310000', '190908.313000', '190908.315000', '190908.318000', '190908.320000', '190908.323000', '190908.326000', '190908.328000', '190908.331000', '190908.333000', '190908.336000', '190908.338000', '190908.341000', '190908.344000', '190908.346000', '190908.349000', '190908.352000', '190908.354000', '190908.357000', '190908.359000', '190908.362000', '190908.364000', '190908.367000', '190928.256000', '190928.258000', '190928.261000', '190928.263000', '190928.266000', '190928.269000', '190928.271000', '190928.274000', '190928.276000', '190928.279000', '190928.282000', '190928.284000', '190928.287000', '190928.289000', '190928.292000', '190928.294000', '190928.297000', '190928.300000', '190928.302000', '190928.305000', '190928.308000', '190928.310000', '190928.313000', '190928.315000', '190928.318000', '190928.321000', '190928.323000', '190928.326000', '190928.329000', '190928.331000', '190928.334000', '190928.336000', '190928.339000', '190928.341000', '190928.344000', '190928.347000', '190928.349000', '190928.352000', '190928.354000', '190928.357000', '190928.360000', '190928.362000', '190928.365000', '190948.255000', '190948.258000', '190948.261000', '190948.263000', '190948.266000', '190948.269000', '190948.271000', '190948.274000', '190948.277000', '190948.279000', '190948.282000', '190948.284000', '190948.287000', '190948.289000', '190948.292000', '190948.295000', '190948.297000', '190948.300000', '190948.302000', '190948.305000', '190948.308000', '190948.310000', '190948.313000', '190948.315000', '190948.318000', '190948.321000', '190948.323000', '190948.326000', '190948.328000', '190948.331000', '190948.334000', '190948.336000', '190948.339000', '190948.341000', '190948.344000', '190948.347000', '190948.349000', '190948.352000', '190948.354000', '190948.357000', '190948.360000', '190948.362000', '190948.365000', '190948.367000', '191008.257000', '191008.260000', '191008.262000', '191008.265000', '191008.267000', '191008.270000', '191008.273000', '191008.275000', '191008.278000', '191008.280000', '191008.283000', '191008.286000', '191008.288000', '191008.291000', '191008.293000', '191008.296000', '191008.299000', '191008.301000', '191008.314000', '191008.316000', '191008.319000', '191008.322000', '191008.324000', '191008.327000', '191008.329000', '191008.332000', '191008.335000', '191008.337000', '191008.340000', '191008.342000', '191008.345000', '191008.348000', '191008.350000', '191008.353000', '191008.356000', '191008.358000', '191008.361000', '191008.364000', '191008.366000', '191008.369000', '191008.371000', '191008.374000', '191008.377000', '191028.256000', '191028.259000', '191028.262000', '191028.265000', '191028.267000', '191028.270000', '191028.272000', '191028.275000', '191028.278000', '191028.280000', '191028.283000', '191028.285000', '191028.288000', '191028.291000', '191028.293000', '191028.296000', '191028.298000', '191028.301000', '191028.304000', '191028.306000', '191028.309000', '191028.312000', '191028.314000', '191028.317000', '191028.319000', '191028.322000', '191028.325000', '191028.327000', '191028.330000', '191028.332000', '191028.335000', '191028.338000', '191028.340000', '191028.343000', '191028.346000', '191028.348000', '191028.351000', '191028.353000', '191028.356000', '191028.359000', '191028.361000', '191028.364000', '191028.366000', '191028.369000', '191048.256000', '191048.259000', '191048.262000', '191048.265000', '191048.267000', '191048.270000', '191048.272000', '191048.275000', '191048.278000', '191048.280000', '191048.283000', '191048.285000', '191048.288000', '191048.290000', '191048.293000', '191048.296000', '191048.298000', '191048.301000', '191048.303000', '191048.306000', '191048.309000', '191048.311000', '191048.314000', '191048.317000', '191048.319000', '191048.322000', '191048.324000', '191048.327000', '191048.330000', '191048.332000', '191048.335000', '191048.338000', '191048.340000', '191048.343000', '191048.345000', '191048.348000', '191048.351000', '191048.353000', '191048.356000', '191048.358000', '191048.361000', '191048.364000', '191048.366000', '191108.256000', '191108.259000', '191108.262000', '191108.264000', '191108.267000', '191108.270000', '191108.272000', '191108.275000', '191108.277000', '191108.280000', '191108.282000', '191108.285000', '191108.288000', '191108.292000', '191108.295000', '191108.297000', '191108.300000', '191108.303000', '191108.305000', '191108.308000', '191108.310000', '191108.313000', '191108.316000', '191108.318000', '191108.321000', '191108.324000', '191108.326000', '191108.329000', '191108.331000', '191108.334000', '191108.337000', '191108.339000', '191108.342000', '191108.344000', '191108.347000', '191108.350000', '191108.352000', '191108.355000', '191108.357000', '191108.360000', '191108.363000', '191108.365000', '191108.368000', '191108.370000', '191128.255000', '191128.258000', '191128.261000', '191128.263000', '191128.266000', '191128.269000', '191128.271000', '191128.274000', '191128.276000', '191128.279000', '191128.282000', '191128.284000', '191128.287000', '191128.289000', '191128.292000', '191128.295000', '191128.297000', '191128.300000', '191128.302000', '191128.305000', '191128.308000', '191128.310000', '191128.313000', '191128.315000', '191128.318000', '191128.321000', '191128.323000', '191128.326000', '191128.328000', '191128.331000', '191128.334000', '191128.336000', '191128.339000', '191128.341000', '191128.344000', '191128.347000', '191128.349000', '191128.352000', '191128.354000', '191128.357000', '191128.360000', '191128.362000', '191128.365000', '191148.255000', '191148.258000', '191148.261000', '191148.264000', '191148.266000', '191148.269000', '191148.271000', '191148.274000', '191148.277000', '191148.279000', '191148.282000', '191148.284000', '191148.287000', '191148.290000', '191148.292000', '191148.295000', '191148.297000', '191148.300000', '191148.303000', '191148.305000', '191148.308000', '191148.310000', '191148.313000', '191148.316000', '191148.318000', '191148.321000', '191148.323000', '191148.326000', '191148.328000', '191148.331000', '191148.334000', '191148.336000', '191148.339000', '191148.341000', '191148.344000', '191148.347000', '191148.349000', '191148.352000', '191148.354000', '191148.357000', '191148.360000', '191148.362000', '191148.365000', '191148.367000', '191157.336000', '191157.339000', '191157.342000', '191157.345000', '191157.347000', '191157.350000', '191157.352000', '191157.355000', '191157.358000', '191157.361000', '191157.364000', '191157.367000', '191157.370000', '191157.373000', '191157.376000', '191157.378000', '191157.381000', '191157.384000', '191157.386000', '191157.389000'], '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': [10242, 10813, 7471, 9328, 6744, 9197, 7434, 8899, 6902, 8913, 6942, 8401, 8688, 9015, 11303, 7397, 9575, 6679, 8907, 8045, 11749, 6715, 8692, 6904, 7530, 10124, 7177, 9767, 7173, 10420, 6528, 8794, 8495, 7328, 10465, 7041, 8890, 7167, 9858, 7633, 8240, 8373, 7100, 8972, 6844, 8495, 7696, 8775, 6884, 8338, 7727, 7102, 9830, 7052, 8866, 6891, 9403, 6826, 7979, 10862, 7174, 9541, 7552, 10006, 6871, 8888, 7599, 8130, 11870, 6871, 9772, 7134, 9883, 7385, 7874, 6803, 7577, 8423, 6757, 8267, 7304, 8951, 6594, 8374, 7431, 7414, 10034, 7003, 8721, 6920, 9417, 6692, 8336, 9299, 7811, 10854, 7336, 9492, 7071, 9771, 6963, 9585, 8359, 7621, 11159, 6830, 9778, 7540, 10983, 6818, 9093, 6989, 7836, 10049, 6922, 8393, 7154, 8990, 6802, 8318, 10459, 6960, 9139, 7224, 10657, 6721, 8395, 10159, 7125, 9404, 7356, 8137, 6839, 8896, 7440, 7748, 11146, 6952, 8783, 7037, 9596, 7607, 7657, 8729, 7002, 8641, 7103, 9633, 7610, 8009, 6985, 7950, 9214, 6699, 9232, 7471, 10653, 6816, 8595, 9337, 7117, 9764, 7356, 9382, 7200, 9723, 6939, 8420, 11831, 7147, 9891, 7525, 10260, 6730, 8521, 9487, 7767, 11062, 7290, 9278, 6906, 9434, 7751, 8053, 11169, 7149, 9515, 7252, 10661, 8099, 9066, 7023, 8056, 9743, 6817, 8770, 6963, 10435, 7297, 8568, 7269, 7991, 6908, 7438, 7858, 7429, 11725, 7079, 10857, 6862, 9865, 7060, 7990, 7196, 7148, 12713, 7166, 13167, 9391, 10311, 12667, 12905, 14168, 11964, 13685, 8295, 10509, 7548, 7916, 7021, 7539, 11880, 7433, 9593, 7316, 7236, 7035, 7965, 6821, 7743, 7032, 7433, 9072, 7328, 8886, 7136, 8310, 7279, 8654, 7803, 7551, 9139, 7057, 9323, 7089, 9046, 7407, 10979, 8525, 8646, 6907, 8072, 6649, 7477, 9648, 7198, 8883, 7063, 8950, 7146, 9221, 7322, 8588, 8709, 8024, 10358, 6871, 9173, 7060, 8276, 6893, 8884, 7295, 7244, 10222, 7023, 8935, 7266, 9730, 7392, 9311, 7455, 7171, 11302, 6937, 9321, 6757, 9329, 7393, 7849, 6830, 7045, 9128, 6728, 8442, 7566, 7754, 6865, 7949, 8049, 7100, 8906, 7017, 8224, 6738, 9232, 6823, 8015, 10197, 6859, 8862, 7250, 9287, 6640, 8433, 7630, 7039, 10497, 7062, 8777, 6727, 9003, 7336, 7329, 10423, 6822, 10331, 6818, 11410, 8559, 8959, 7466, 7119, 10136, 6892, 9975, 7522, 7976, 6857, 6948, 8482, 6831, 10012, 7805, 9228, 6865, 7561, 11102, 6875, 9776, 8144, 9552, 6883, 8239, 11074, 6985, 9018, 7538, 12498, 6840, 8440, 11626, 6824, 10941, 6973, 9417, 6749, 7201, 10044, 6712, 9218, 6427, 7395, 6796, 7539, 10180, 6708, 10239, 7103, 9543, 6764, 8132, 7204, 7070, 10702, 6980, 9772, 6637, 8835, 6593, 7759, 11722, 7398, 10670, 7258, 10951, 6419, 8341, 11501, 7364, 10314, 6714, 9145, 6333, 8593, 6873, 7410, 10005, 7013, 10228, 6687, 8911, 6675, 7919, 6341, 7864, 9660, 6738, 10134, 6655, 8727, 6271, 8675, 6571, 7243, 11569, 7199, 9747, 7011, 8990, 6412, 7956, 9422, 7244, 10169, 6770, 8822, 6231, 8567, 6747, 7313, 9694, 6771, 9730, 6594, 8746, 7021, 9806, 6584, 7549, 11242, 6665, 10526, 7226, 9164, 6292, 8445, 6659, 6932, 10742, 7039, 9473, 6472, 9020, 6450, 7694, 10760, 7263, 9899, 6760, 9131, 6404, 8557, 6709, 7162, 10374, 6691, 8297, 6415, 7924, 6883, 6934, 9814, 6785, 9151, 6586, 9862, 6725, 8325, 7103, 7302, 10090, 6620, 9064, 7142, 9351, 6595, 7783, 10722, 6959, 10053, 6787, 9492, 6460, 8403, 6538, 7158, 10462, 7063, 9581, 6563, 8895, 6621, 7559, 10933, 7259, 9744, 6740, 9167, 6393, 7640, 8237, 6986, 10569, 6796, 9005, 6561, 8079, 6656, 8003, 9221, 7146, 9989, 6786, 8974, 6453, 9513, 7058, 8967, 7237, 7557, 10644, 6910, 10163, 7020, 9373, 6364, 8059, 6551, 7582, 10659, 6846, 9084, 6805, 7891, 6439, 8925, 6852, 7946, 9054, 6865, 10132, 6577, 9693, 7226, 8547, 6613, 7921, 9928, 6633, 9775, 6825, 8803, 6390, 8923, 6731, 7671, 10576, 7086, 9130, 6793, 10785, 6333, 8035, 8374, 7903, 10620, 6876, 9560, 6815, 10097, 7318, 9497, 7671, 7523, 10177, 6896, 9483, 7168, 9818, 6665, 8082, 9349, 6926, 9972, 6783, 8689, 6371, 8449, 6749, 7814, 10741, 6935, 9251, 6959, 7990, 6390, 8932, 6903, 8330, 7814, 7357, 9795, 6716, 10116, 7158, 10677, 6407, 8725, 6669, 7565, 10931, 6967, 9452, 6773, 8014, 6393, 8409, 7087, 8032, 10639, 6919, 9576, 6732, 10711, 7271, 9782, 7987, 7616, 10131, 6586, 9423, 7596, 10325, 6594, 8178, 10368, 6685, 9729, 6975, 10440, 6314, 8260, 7270, 6953, 9561, 6998, 8302, 6323, 8901, 6514, 7467, 10450, 7127, 9307, 7104, 9084, 6345, 8247, 6606, 7128, 9852, 6704, 8486, 6588, 9870, 7180, 9337, 6657, 7706, 10627, 6597, 9176, 6903, 8381, 6453, 8342, 6985, 7134, 9464, 7045, 8577, 6579, 8914, 6600, 8334, 10651, 6864, 9554, 6665, 9657, 6667, 8349, 10807, 6794, 9381, 6728, 8112, 6540, 8702, 7585, 8056, 10616, 6714, 9599, 6997, 10016, 7372, 9050, 10930, 7091, 10575, 6832, 11547, 7375, 9186, 6675, 7799, 10592, 6881, 9582, 6927, 10149, 6577, 8163, 7920, 6894, 10067, 6645, 8591, 6615, 8489, 6504, 8044, 10775, 7372, 9569, 6760, 8429, 6405, 8969, 7140, 7689, 8291, 7088, 9512, 6798, 9379, 7413, 8818, 6702, 8155, 10206, 6573, 9839, 6781, 8992, 6583, 9129, 6694, 7786, 10918, 7074, 9758, 6644, 9021, 6652, 9323, 7256, 7922, 8787, 6936, 9382, 6713, 8868, 6909, 10562, 6396, 7988, 6877, 7496, 10477, 7181, 9955, 6675, 8818, 6371, 9118, 7014, 8064, 10028, 9441, 10720, 6856, 8933, 6910, 7764, 6619, 8613, 7147, 8755, 9162, 6726, 9672, 6771, 6511, 6730, 11413, 6992, 9294, 7827, 9985, 10180, 10428, 9911, 6807, 8175, 6511, 8449, 7030, 9914, 6458, 7840, 6673, 7721, 9640, 7295, 9853, 6801, 8907, 6613, 10416, 6855, 10930, 9084, 9853, 11475, 7047, 9647, 6923, 10444, 6891], 'WindowCenter': [3952.0, 3937.0, 3892.0, 3900.0, 3871.0, 3900.0, 3878.0, 3887.0, 3867.0, 3898.0, 3867.0, 3889.0, 3887.0, 3897.0, 3907.0, 3876.0, 3896.0, 3867.0, 3897.0, 3877.0, 3919.0, 3856.0, 3887.0, 3864.0, 3877.0, 3897.0, 3867.0, 3897.0, 3866.0, 3907.0, 3855.0, 3887.0, 3886.0, 3865.0, 3906.0, 3866.0, 3885.0, 3865.0, 3897.0, 3875.0, 3887.0, 3875.0, 3865.0, 3885.0, 3854.0, 3886.0, 3875.0, 3887.0, 3864.0, 3886.0, 3874.0, 3866.0, 3897.0, 3865.0, 3885.0, 3854.0, 3886.0, 3854.0, 3876.0, 3906.0, 3865.0, 3896.0, 3875.0, 3895.0, 3854.0, 3886.0, 3874.0, 3876.0, 3906.0, 3853.0, 3895.0, 3865.0, 3896.0, 3864.0, 3875.0, 3853.0, 3875.0, 3875.0, 3854.0, 3886.0, 3865.0, 3897.0, 3855.0, 3886.0, 3865.0, 3865.0, 3897.0, 3867.0, 3885.0, 3866.0, 3896.0, 3855.0, 3888.0, 3908.0, 3888.0, 3917.0, 3878.0, 3906.0, 3866.0, 3909.0, 3866.0, 3909.0, 3885.0, 3877.0, 3908.0, 3867.0, 3909.0, 3878.0, 3908.0, 3855.0, 3886.0, 3853.0, 3876.0, 3896.0, 3866.0, 3875.0, 3866.0, 3887.0, 3855.0, 3887.0, 3906.0, 3865.0, 3886.0, 3866.0, 3907.0, 3855.0, 3887.0, 3897.0, 3866.0, 3885.0, 3866.0, 3875.0, 3866.0, 3898.0, 3865.0, 3878.0, 3907.0, 3866.0, 3887.0, 3866.0, 3898.0, 3876.0, 3877.0, 3886.0, 3867.0, 3887.0, 3868.0, 3898.0, 3876.0, 3888.0, 3867.0, 3888.0, 3897.0, 3868.0, 3899.0, 3879.0, 3910.0, 3867.0, 3889.0, 3898.0, 3879.0, 3909.0, 3878.0, 3898.0, 3866.0, 3898.0, 3866.0, 3888.0, 3919.0, 3867.0, 3896.0, 3876.0, 3896.0, 3855.0, 3888.0, 3897.0, 3877.0, 3906.0, 3865.0, 3885.0, 3865.0, 3897.0, 3876.0, 3877.0, 3906.0, 3866.0, 3885.0, 3865.0, 3908.0, 3876.0, 3886.0, 3864.0, 3876.0, 3896.0, 3866.0, 3887.0, 3867.0, 3907.0, 3877.0, 3885.0, 3876.0, 3886.0, 3879.0, 3890.0, 3887.0, 3878.0, 3918.0, 3877.0, 3908.0, 3867.0, 3898.0, 3866.0, 3887.0, 3865.0, 3877.0, 3931.0, 3880.0, 3932.0, 3897.0, 3906.0, 3915.0, 3917.0, 3917.0, 3892.0, 3901.0, 3849.0, 3869.0, 3837.0, 3848.0, 3835.0, 3847.0, 3877.0, 3837.0, 3867.0, 3837.0, 3836.0, 3836.0, 3859.0, 3837.0, 3861.0, 3850.0, 3850.0, 3870.0, 3852.0, 3871.0, 3851.0, 3872.0, 3852.0, 3874.0, 3863.0, 3863.0, 3884.0, 3854.0, 3883.0, 3867.0, 3886.0, 3865.0, 3905.0, 3886.0, 3886.0, 3865.0, 3875.0, 3854.0, 3865.0, 3896.0, 3867.0, 3886.0, 3867.0, 3897.0, 3866.0, 3898.0, 3876.0, 3899.0, 3888.0, 3889.0, 3908.0, 3869.0, 3898.0, 3878.0, 3887.0, 3866.0, 3898.0, 3877.0, 3879.0, 3907.0, 3868.0, 3897.0, 3877.0, 3910.0, 3878.0, 3900.0, 3879.0, 3878.0, 3918.0, 3867.0, 3897.0, 3869.0, 3900.0, 3878.0, 3890.0, 3867.0, 3878.0, 3898.0, 3868.0, 3888.0, 3879.0, 3890.0, 3879.0, 3890.0, 3888.0, 3880.0, 3900.0, 3879.0, 3889.0, 3869.0, 3911.0, 3879.0, 3901.0, 3910.0, 3869.0, 3899.0, 3880.0, 3911.0, 3869.0, 3901.0, 3891.0, 3881.0, 3921.0, 3880.0, 3899.0, 3870.0, 3911.0, 3879.0, 3881.0, 3910.0, 3882.0, 3923.0, 3880.0, 3933.0, 3900.0, 3901.0, 3879.0, 3869.0, 3910.0, 3879.0, 3910.0, 3890.0, 3890.0, 3869.0, 3880.0, 3899.0, 3870.0, 3911.0, 3891.0, 3911.0, 3868.0, 3890.0, 3921.0, 3870.0, 3910.0, 3889.0, 3899.0, 3867.0, 3889.0, 3918.0, 3868.0, 3915.0, 3892.0, 3932.0, 3856.0, 3876.0, 3906.0, 3857.0, 3907.0, 3866.0, 3898.0, 3867.0, 3878.0, 3897.0, 3868.0, 3898.0, 3857.0, 3879.0, 3857.0, 3877.0, 3908.0, 3868.0, 3909.0, 3868.0, 3899.0, 3869.0, 3889.0, 3878.0, 3893.0, 3934.0, 3880.0, 3911.0, 3881.0, 3900.0, 3866.0, 3879.0, 3919.0, 3880.0, 3908.0, 3879.0, 3908.0, 3856.0, 3889.0, 3919.0, 3877.0, 3907.0, 3857.0, 3899.0, 3857.0, 3900.0, 3868.0, 3879.0, 3909.0, 3870.0, 3909.0, 3869.0, 3898.0, 3867.0, 3890.0, 3857.0, 3889.0, 3899.0, 3869.0, 3909.0, 3869.0, 3889.0, 3858.0, 3889.0, 3868.0, 3880.0, 3921.0, 3879.0, 3900.0, 3868.0, 3899.0, 3857.0, 3889.0, 3899.0, 3879.0, 3909.0, 3869.0, 3899.0, 3857.0, 3900.0, 3868.0, 3880.0, 3898.0, 3869.0, 3910.0, 3870.0, 3900.0, 3868.0, 3912.0, 3869.0, 3878.0, 3909.0, 3869.0, 3910.0, 3878.0, 3899.0, 3856.0, 3889.0, 3856.0, 3868.0, 3908.0, 3879.0, 3898.0, 3857.0, 3899.0, 3858.0, 3879.0, 3908.0, 3878.0, 3898.0, 3857.0, 3898.0, 3856.0, 3888.0, 3857.0, 3868.0, 3907.0, 3857.0, 3888.0, 3858.0, 3889.0, 3866.0, 3869.0, 3909.0, 3869.0, 3897.0, 3868.0, 3910.0, 3868.0, 3889.0, 3868.0, 3879.0, 3910.0, 3868.0, 3899.0, 3868.0, 3899.0, 3857.0, 3878.0, 3908.0, 3867.0, 3898.0, 3868.0, 3900.0, 3857.0, 3889.0, 3857.0, 3867.0, 3907.0, 3867.0, 3898.0, 3857.0, 3898.0, 3856.0, 3878.0, 3907.0, 3878.0, 3898.0, 3856.0, 3898.0, 3855.0, 3878.0, 3888.0, 3869.0, 3911.0, 3868.0, 3898.0, 3867.0, 3888.0, 3869.0, 3891.0, 3899.0, 3880.0, 3909.0, 3869.0, 3900.0, 3869.0, 3912.0, 3868.0, 3900.0, 3879.0, 3879.0, 3910.0, 3880.0, 3910.0, 3868.0, 3901.0, 3858.0, 3889.0, 3858.0, 3890.0, 3910.0, 3870.0, 3900.0, 3869.0, 3889.0, 3870.0, 3912.0, 3870.0, 3891.0, 3900.0, 3869.0, 3910.0, 3870.0, 3911.0, 3879.0, 3901.0, 3869.0, 3889.0, 3910.0, 3869.0, 3910.0, 3869.0, 3901.0, 3859.0, 3900.0, 3869.0, 3891.0, 3911.0, 3880.0, 3901.0, 3870.0, 3920.0, 3858.0, 3890.0, 3889.0, 3890.0, 3910.0, 3869.0, 3900.0, 3869.0, 3910.0, 3878.0, 3911.0, 3878.0, 3880.0, 3909.0, 3869.0, 3899.0, 3868.0, 3909.0, 3857.0, 3888.0, 3896.0, 3868.0, 3898.0, 3867.0, 3900.0, 3858.0, 3889.0, 3868.0, 3890.0, 3919.0, 3881.0, 3899.0, 3879.0, 3889.0, 3870.0, 3901.0, 3880.0, 3902.0, 3890.0, 3881.0, 3912.0, 3870.0, 3911.0, 3880.0, 3912.0, 3859.0, 3901.0, 3869.0, 3891.0, 3921.0, 3880.0, 3909.0, 3870.0, 3891.0, 3869.0, 3902.0, 3880.0, 3891.0, 3921.0, 3881.0, 3911.0, 3881.0, 3922.0, 3881.0, 3913.0, 3890.0, 3891.0, 3910.0, 3871.0, 3900.0, 3879.0, 3910.0, 3867.0, 3889.0, 3898.0, 3868.0, 3898.0, 3869.0, 3910.0, 3856.0, 3888.0, 3877.0, 3868.0, 3899.0, 3867.0, 3889.0, 3858.0, 3899.0, 3856.0, 3880.0, 3909.0, 3868.0, 3899.0, 3868.0, 3899.0, 3858.0, 3901.0, 3867.0, 3880.0, 3910.0, 3870.0, 3900.0, 3869.0, 3912.0, 3870.0, 3912.0, 3869.0, 3881.0, 3911.0, 3869.0, 3900.0, 3880.0, 3890.0, 3859.0, 3890.0, 3879.0, 3880.0, 3911.0, 3881.0, 3901.0, 3870.0, 3901.0, 3870.0, 3903.0, 3921.0, 3870.0, 3912.0, 3870.0, 3912.0, 3870.0, 3903.0, 3922.0, 3881.0, 3912.0, 3871.0, 3892.0, 3870.0, 3913.0, 3892.0, 3903.0, 3922.0, 3871.0, 3913.0, 3881.0, 3913.0, 3880.0, 3901.0, 3910.0, 3879.0, 3910.0, 3869.0, 3922.0, 3878.0, 3902.0, 3869.0, 3879.0, 3909.0, 3879.0, 3900.0, 3868.0, 3911.0, 3867.0, 3889.0, 3878.0, 3880.0, 3910.0, 3870.0, 3890.0, 3869.0, 3901.0, 3858.0, 3891.0, 3921.0, 3880.0, 3910.0, 3870.0, 3890.0, 3869.0, 3903.0, 3881.0, 3892.0, 3891.0, 3881.0, 3911.0, 3871.0, 3913.0, 3880.0, 3902.0, 3870.0, 3891.0, 3912.0, 3872.0, 3912.0, 3872.0, 3901.0, 3870.0, 3902.0, 3869.0, 3891.0, 3922.0, 3882.0, 3911.0, 3871.0, 3901.0, 3870.0, 3911.0, 3880.0, 3890.0, 3900.0, 3881.0, 3901.0, 3870.0, 3901.0, 3880.0, 3922.0, 3870.0, 3892.0, 3870.0, 3882.0, 3911.0, 3869.0, 3912.0, 3871.0, 3902.0, 3870.0, 3914.0, 3880.0, 3891.0, 3911.0, 3912.0, 3911.0, 3869.0, 3899.0, 3869.0, 3890.0, 3870.0, 3902.0, 3881.0, 3902.0, 3900.0, 3871.0, 3900.0, 3871.0, 3872.0, 3881.0, 3933.0, 3881.0, 3912.0, 3892.0, 3924.0, 3913.0, 3923.0, 3911.0, 3870.0, 3890.0, 3870.0, 3902.0, 3881.0, 3924.0, 3871.0, 3892.0, 3870.0, 3891.0, 3912.0, 3893.0, 3913.0, 3873.0, 3903.0, 3871.0, 3924.0, 3871.0, 3923.0, 3901.0, 3913.0, 3922.0, 3869.0, 3900.0, 3869.0, 3911.0, 3869.0], 'WindowWidth': [8824.0, 8791.0, 8726.0, 8729.0, 8693.0, 8729.0, 8697.0, 8708.0, 8681.0, 8723.0, 8679.0, 8710.0, 8706.0, 8720.0, 8732.0, 8691.0, 8715.0, 8679.0, 8719.0, 8693.0, 8751.0, 8661.0, 8705.0, 8670.0, 8692.0, 8719.0, 8680.0, 8718.0, 8676.0, 8730.0, 8659.0, 8705.0, 8703.0, 8673.0, 8729.0, 8674.0, 8700.0, 8673.0, 8719.0, 8684.0, 8704.0, 8684.0, 8673.0, 8697.0, 8658.0, 8701.0, 8687.0, 8703.0, 8670.0, 8701.0, 8683.0, 8676.0, 8720.0, 8673.0, 8699.0, 8657.0, 8700.0, 8655.0, 8689.0, 8728.0, 8673.0, 8713.0, 8685.0, 8712.0, 8658.0, 8701.0, 8682.0, 8687.0, 8727.0, 8655.0, 8710.0, 8671.0, 8714.0, 8668.0, 8685.0, 8654.0, 8686.0, 8684.0, 8658.0, 8702.0, 8674.0, 8717.0, 8660.0, 8703.0, 8671.0, 8674.0, 8718.0, 8677.0, 8699.0, 8675.0, 8716.0, 8660.0, 8710.0, 8738.0, 8711.0, 8749.0, 8698.0, 8733.0, 8678.0, 8738.0, 8678.0, 8739.0, 8701.0, 8692.0, 8735.0, 8679.0, 8737.0, 8695.0, 8735.0, 8658.0, 8702.0, 8653.0, 8688.0, 8713.0, 8674.0, 8686.0, 8675.0, 8705.0, 8659.0, 8704.0, 8730.0, 8674.0, 8701.0, 8675.0, 8731.0, 8657.0, 8704.0, 8716.0, 8676.0, 8699.0, 8676.0, 8687.0, 8676.0, 8720.0, 8674.0, 8696.0, 8730.0, 8675.0, 8703.0, 8676.0, 8720.0, 8688.0, 8692.0, 8702.0, 8680.0, 8706.0, 8681.0, 8721.0, 8690.0, 8707.0, 8678.0, 8708.0, 8719.0, 8683.0, 8725.0, 8697.0, 8739.0, 8679.0, 8711.0, 8719.0, 8698.0, 8738.0, 8696.0, 8721.0, 8676.0, 8722.0, 8675.0, 8708.0, 8749.0, 8679.0, 8716.0, 8689.0, 8716.0, 8661.0, 8707.0, 8717.0, 8692.0, 8729.0, 8673.0, 8700.0, 8673.0, 8718.0, 8687.0, 8691.0, 8728.0, 8674.0, 8699.0, 8674.0, 8732.0, 8687.0, 8703.0, 8670.0, 8689.0, 8715.0, 8677.0, 8704.0, 8678.0, 8733.0, 8692.0, 8703.0, 8691.0, 8706.0, 8700.0, 8716.0, 8708.0, 8695.0, 8748.0, 8695.0, 8736.0, 8681.0, 8720.0, 8675.0, 8706.0, 8675.0, 8695.0, 8769.0, 8703.0, 8777.0, 8719.0, 8731.0, 8739.0, 8745.0, 8746.0, 8703.0, 8711.0, 8636.0, 8666.0, 8616.0, 8634.0, 8613.0, 8632.0, 8673.0, 8618.0, 8657.0, 8618.0, 8616.0, 8618.0, 8650.0, 8620.0, 8658.0, 8642.0, 8643.0, 8670.0, 8650.0, 8671.0, 8646.0, 8676.0, 8648.0, 8682.0, 8666.0, 8666.0, 8693.0, 8656.0, 8691.0, 8677.0, 8703.0, 8673.0, 8728.0, 8701.0, 8701.0, 8672.0, 8688.0, 8657.0, 8674.0, 8715.0, 8680.0, 8704.0, 8679.0, 8718.0, 8678.0, 8720.0, 8690.0, 8725.0, 8709.0, 8711.0, 8734.0, 8684.0, 8722.0, 8697.0, 8706.0, 8677.0, 8723.0, 8692.0, 8697.0, 8733.0, 8682.0, 8719.0, 8694.0, 8742.0, 8697.0, 8728.0, 8697.0, 8696.0, 8748.0, 8681.0, 8721.0, 8686.0, 8728.0, 8695.0, 8713.0, 8680.0, 8697.0, 8721.0, 8683.0, 8711.0, 8700.0, 8715.0, 8701.0, 8715.0, 8709.0, 8703.0, 8728.0, 8701.0, 8714.0, 8687.0, 8746.0, 8701.0, 8732.0, 8741.0, 8687.0, 8726.0, 8703.0, 8744.0, 8688.0, 8734.0, 8717.0, 8706.0, 8757.0, 8702.0, 8726.0, 8689.0, 8746.0, 8699.0, 8703.0, 8740.0, 8709.0, 8764.0, 8705.0, 8775.0, 8728.0, 8731.0, 8697.0, 8685.0, 8739.0, 8700.0, 8741.0, 8713.0, 8716.0, 8684.0, 8702.0, 8726.0, 8690.0, 8745.0, 8717.0, 8743.0, 8683.0, 8715.0, 8757.0, 8688.0, 8741.0, 8710.0, 8726.0, 8678.0, 8711.0, 8749.0, 8683.0, 8757.0, 8720.0, 8772.0, 8662.0, 8688.0, 8727.0, 8663.0, 8730.0, 8674.0, 8720.0, 8677.0, 8697.0, 8718.0, 8682.0, 8721.0, 8666.0, 8697.0, 8664.0, 8692.0, 8734.0, 8682.0, 8738.0, 8682.0, 8723.0, 8683.0, 8712.0, 8695.0, 8726.0, 8781.0, 8702.0, 8742.0, 8706.0, 8728.0, 8677.0, 8696.0, 8750.0, 8698.0, 8733.0, 8696.0, 8735.0, 8663.0, 8711.0, 8748.0, 8692.0, 8731.0, 8666.0, 8722.0, 8667.0, 8726.0, 8681.0, 8699.0, 8736.0, 8686.0, 8736.0, 8684.0, 8723.0, 8680.0, 8713.0, 8665.0, 8710.0, 8722.0, 8686.0, 8737.0, 8683.0, 8710.0, 8668.0, 8711.0, 8680.0, 8702.0, 8755.0, 8699.0, 8724.0, 8680.0, 8722.0, 8664.0, 8712.0, 8723.0, 8699.0, 8738.0, 8684.0, 8724.0, 8666.0, 8728.0, 8683.0, 8700.0, 8722.0, 8686.0, 8739.0, 8688.0, 8727.0, 8683.0, 8744.0, 8684.0, 8697.0, 8737.0, 8683.0, 8740.0, 8694.0, 8722.0, 8662.0, 8710.0, 8662.0, 8682.0, 8735.0, 8698.0, 8720.0, 8665.0, 8724.0, 8667.0, 8697.0, 8733.0, 8694.0, 8720.0, 8666.0, 8720.0, 8662.0, 8709.0, 8663.0, 8681.0, 8732.0, 8665.0, 8707.0, 8669.0, 8711.0, 8678.0, 8684.0, 8735.0, 8683.0, 8719.0, 8682.0, 8741.0, 8682.0, 8711.0, 8680.0, 8697.0, 8739.0, 8682.0, 8725.0, 8682.0, 8723.0, 8664.0, 8695.0, 8733.0, 8680.0, 8721.0, 8681.0, 8725.0, 8664.0, 8710.0, 8664.0, 8680.0, 8732.0, 8680.0, 8721.0, 8665.0, 8721.0, 8663.0, 8694.0, 8733.0, 8694.0, 8720.0, 8663.0, 8719.0, 8661.0, 8695.0, 8706.0, 8685.0, 8741.0, 8681.0, 8720.0, 8680.0, 8709.0, 8684.0, 8715.0, 8724.0, 8701.0, 8738.0, 8684.0, 8726.0, 8685.0, 8745.0, 8684.0, 8728.0, 8699.0, 8699.0, 8740.0, 8701.0, 8740.0, 8683.0, 8732.0, 8668.0, 8711.0, 8670.0, 8714.0, 8739.0, 8687.0, 8726.0, 8686.0, 8712.0, 8689.0, 8747.0, 8688.0, 8718.0, 8727.0, 8687.0, 8739.0, 8688.0, 8744.0, 8697.0, 8729.0, 8682.0, 8712.0, 8738.0, 8686.0, 8740.0, 8686.0, 8731.0, 8673.0, 8728.0, 8686.0, 8718.0, 8744.0, 8700.0, 8728.0, 8686.0, 8754.0, 8669.0, 8715.0, 8710.0, 8713.0, 8741.0, 8685.0, 8726.0, 8684.0, 8741.0, 8696.0, 8741.0, 8694.0, 8700.0, 8737.0, 8683.0, 8723.0, 8680.0, 8737.0, 8664.0, 8709.0, 8715.0, 8681.0, 8719.0, 8679.0, 8727.0, 8668.0, 8712.0, 8683.0, 8713.0, 8750.0, 8702.0, 8725.0, 8700.0, 8712.0, 8690.0, 8731.0, 8702.0, 8734.0, 8715.0, 8704.0, 8746.0, 8690.0, 8744.0, 8701.0, 8746.0, 8671.0, 8729.0, 8685.0, 8716.0, 8756.0, 8702.0, 8739.0, 8688.0, 8716.0, 8688.0, 8734.0, 8702.0, 8719.0, 8759.0, 8704.0, 8745.0, 8705.0, 8760.0, 8702.0, 8749.0, 8715.0, 8717.0, 8741.0, 8690.0, 8728.0, 8697.0, 8740.0, 8679.0, 8711.0, 8721.0, 8681.0, 8721.0, 8683.0, 8739.0, 8663.0, 8709.0, 8692.0, 8682.0, 8722.0, 8680.0, 8710.0, 8667.0, 8723.0, 8665.0, 8700.0, 8739.0, 8681.0, 8723.0, 8682.0, 8723.0, 8668.0, 8729.0, 8680.0, 8701.0, 8740.0, 8689.0, 8726.0, 8688.0, 8746.0, 8687.0, 8746.0, 8683.0, 8702.0, 8743.0, 8687.0, 8728.0, 8702.0, 8714.0, 8672.0, 8715.0, 8697.0, 8704.0, 8743.0, 8704.0, 8730.0, 8688.0, 8730.0, 8689.0, 8735.0, 8757.0, 8690.0, 8745.0, 8688.0, 8746.0, 8688.0, 8736.0, 8759.0, 8704.0, 8745.0, 8693.0, 8720.0, 8691.0, 8751.0, 8722.0, 8736.0, 8762.0, 8692.0, 8748.0, 8703.0, 8749.0, 8700.0, 8729.0, 8741.0, 8699.0, 8740.0, 8684.0, 8759.0, 8696.0, 8731.0, 8682.0, 8698.0, 8739.0, 8699.0, 8726.0, 8682.0, 8741.0, 8679.0, 8711.0, 8695.0, 8701.0, 8740.0, 8686.0, 8712.0, 8685.0, 8728.0, 8669.0, 8718.0, 8757.0, 8703.0, 8741.0, 8689.0, 8714.0, 8687.0, 8734.0, 8703.0, 8721.0, 8716.0, 8705.0, 8743.0, 8692.0, 8749.0, 8702.0, 8733.0, 8687.0, 8719.0, 8747.0, 8695.0, 8747.0, 8692.0, 8731.0, 8688.0, 8733.0, 8686.0, 8719.0, 8759.0, 8705.0, 8742.0, 8689.0, 8730.0, 8687.0, 8744.0, 8701.0, 8715.0, 8726.0, 8703.0, 8729.0, 8689.0, 8730.0, 8702.0, 8759.0, 8688.0, 8720.0, 8688.0, 8705.0, 8743.0, 8687.0, 8744.0, 8691.0, 8732.0, 8689.0, 8752.0, 8702.0, 8718.0, 8743.0, 8746.0, 8741.0, 8685.0, 8724.0, 8685.0, 8714.0, 8688.0, 8733.0, 8703.0, 8733.0, 8728.0, 8690.0, 8727.0, 8690.0, 8693.0, 8706.0, 8778.0, 8706.0, 8747.0, 8721.0, 8766.0, 8748.0, 8762.0, 8743.0, 8688.0, 8713.0, 8689.0, 8732.0, 8705.0, 8766.0, 8692.0, 8719.0, 8688.0, 8718.0, 8746.0, 8724.0, 8750.0, 8696.0, 8735.0, 8692.0, 8765.0, 8691.0, 8764.0, 8731.0, 8747.0, 8759.0, 8685.0, 8725.0, 8684.0, 8742.0, 8684.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.001257307249712313</td></tr>
<tr><td colspan=3>aqi</td><td>0.028618455350978133</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.88531266040322</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1976668634101382</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9699109918778807</td></tr>
<tr><td colspan=3>efc</td><td>0.4485</td></tr>
<tr><td colspan=3>fber</td><td>6635.9395</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07113937368486377</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>11</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.2658227848101267</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4813162756584606</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.458937668647085</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6304667554666032</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.354544402861694</td></tr>
<tr><td colspan=3>gcor</td><td>0.00872106</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018422575667500496</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.019112039357423782</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</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.680414383162063</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>27.8862</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.3285</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>150.9902</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309105.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>711.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>303.4912</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.984</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>479.4318</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3129.7851</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3374.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67439.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>859.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4100.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>916.7378</td></tr>
<tr><td colspan=3>tsnr</td><td>39.12746634799987</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>