ds005256-mriqc/sub-0105_ses-04_task-social_acq-mb8_run-01_bold.html
Felix Hoffstaedter a81ea98a1d [DATALAD RUNCMD] Compute MRIQC for sub-0105
=== 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-0105 --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-0105",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:35:26 +02:00

616 lines
No EOL
106 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-0105_ses-04_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0105_ses-04_task-social_acq-mb8_run-01_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-04_subject-0105_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-0105/figures/sub-0105_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0105/figures/sub-0105_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0105_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-0105/figures/sub-0105_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0105/figures/sub-0105_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0105_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-0105/figures/sub-0105_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0105/figures/sub-0105_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0105_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-0105/figures/sub-0105_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0105/figures/sub-0105_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-04_subject-0105_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-0105/figures/sub-0105_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0105/figures/sub-0105_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-04_subject-0105_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-0105/figures/sub-0105_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0105/figures/sub-0105_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0105_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-0105/figures/sub-0105_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0105/figures/sub-0105_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0105/figures/sub-0105_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0105/ses-04/func/sub-0105_ses-04_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>c5fd61fa872ce518ca0f924dc61e16cf</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:03:11.887500</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.999882, 0.010981, 0.0107479, -0.00994759, 0.99572, -0.091888]</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.112119</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4219, -7746, -7286, 185, -165, -137, -46, 58]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</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>274.565</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7b5d88d6-52cc-4824-b57f-90e36c5fbdb3||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.682610273361206, -0.026688650250434875, 0.031619396060705185, 113.3382797241211], [-0.029461262747645378, 2.671442985534668, -0.24777965247631073, -90.05152893066406], [0.02883574552834034, 0.24652880430221558, 2.688420534133911, -93.166015625], [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': ['190311.887500', '190312.347500', '190312.807500', '190313.267500', '190313.727500', '190314.187500', '190314.647500', '190315.107500', '190315.567500', '190316.027500', '190316.487500', '190316.947500', '190317.407500', '190317.867500', '190318.327500', '190318.787500', '190319.247500', '190319.707500', '190320.167500', '190320.627500', '190321.087500', '190321.547500', '190322.007500', '190322.467500', '190322.927500', '190323.387500', '190323.847500', '190324.307500', '190324.767500', '190325.227500', '190325.687500', '190326.147500', '190326.607500', '190327.067500', '190327.527500', '190327.987500', '190328.447500', '190328.907500', '190329.367500', '190329.827500', '190330.287500', '190330.747500', '190331.207500', '190331.667500', '190332.127500', '190332.587500', '190333.047500', '190333.507500', '190333.967500', '190334.427500', '190334.887500', '190335.347500', '190335.807500', '190336.267500', '190336.727500', '190337.187500', '190337.647500', '190338.107500', '190338.567500', '190339.027500', '190339.487500', '190339.947500', '190340.407500', '190340.867500', '190341.327500', '190341.787500', '190342.247500', '190342.707500', '190343.167500', '190343.627500', '190344.087500', '190344.547500', '190345.007500', '190345.467500', '190345.927500', '190346.387500', '190346.847500', '190347.307500', '190347.767500', '190348.227500', '190348.687500', '190349.147500', '190349.607500', '190350.067500', '190350.527500', '190350.987500', '190351.447500', '190351.907500', '190352.367500', '190352.827500', '190353.287500', '190353.747500', '190354.207500', '190354.667500', '190355.127500', '190355.587500', '190356.047500', '190356.507500', '190356.967500', '190357.427500', '190357.887500', '190358.347500', '190358.807500', '190359.267500', '190359.727500', '190400.187500', '190400.647500', '190401.107500', '190401.567500', '190402.027500', '190402.487500', '190402.947500', '190403.407500', '190403.867500', '190404.327500', '190404.787500', '190405.247500', '190405.707500', '190406.167500', '190406.627500', '190407.087500', '190407.547500', '190408.007500', '190408.467500', '190408.927500', '190409.387500', '190409.847500', '190410.307500', '190410.767500', '190411.227500', '190411.687500', '190412.147500', '190412.607500', '190413.067500', '190413.527500', '190413.987500', '190414.447500', '190414.907500', '190415.367500', '190415.827500', '190416.287500', '190416.747500', '190417.207500', '190417.667500', '190418.127500', '190418.587500', '190419.047500', '190419.507500', '190419.967500', '190420.427500', '190420.887500', '190421.347500', '190421.807500', '190422.267500', '190422.727500', '190423.187500', '190423.647500', '190424.107500', '190424.567500', '190425.027500', '190425.487500', '190425.947500', '190426.407500', '190426.867500', '190427.327500', '190427.787500', '190428.247500', '190428.707500', '190429.167500', '190429.627500', '190430.087500', '190430.547500', '190431.007500', '190431.467500', '190431.927500', '190432.387500', '190432.847500', '190433.307500', '190433.767500', '190434.227500', '190434.687500', '190435.147500', '190435.607500', '190436.067500', '190436.527500', '190436.987500', '190437.447500', '190437.907500', '190438.367500', '190438.827500', '190439.287500', '190439.747500', '190440.207500', '190440.667500', '190441.127500', '190441.587500', '190442.047500', '190442.507500', '190442.967500', '190443.427500', '190443.887500', '190444.347500', '190444.807500', '190445.267500', '190445.727500', '190446.187500', '190446.647500', '190447.107500', '190447.567500', '190448.027500', '190448.487500', '190448.947500', '190449.407500', '190449.867500', '190450.327500', '190450.787500', '190451.247500', '190451.707500', '190452.167500', '190452.627500', '190453.087500', '190453.547500', '190454.007500', '190454.467500', '190454.927500', '190455.387500', '190455.847500', '190456.307500', '190456.767500', '190457.227500', '190457.687500', '190458.147500', '190458.607500', '190459.067500', '190459.527500', '190459.987500', '190500.447500', '190500.907500', '190501.367500', '190501.827500', '190502.287500', '190502.747500', '190503.207500', '190503.667500', '190504.127500', '190504.587500', '190505.047500', '190505.507500', '190505.967500', '190506.427500', '190506.887500', '190507.347500', '190507.807500', '190508.267500', '190508.727500', '190509.187500', '190509.647500', '190510.107500', '190510.567500', '190511.027500', '190511.487500', '190511.947500', '190512.407500', '190512.867500', '190513.327500', '190513.787500', '190514.247500', '190514.707500', '190515.167500', '190515.627500', '190516.087500', '190516.547500', '190517.007500', '190517.467500', '190517.927500', '190518.387500', '190518.847500', '190519.307500', '190519.767500', '190520.227500', '190520.687500', '190521.147500', '190521.607500', '190522.067500', '190522.527500', '190522.987500', '190523.447500', '190523.907500', '190524.367500', '190524.827500', '190525.287500', '190525.747500', '190526.207500', '190526.667500', '190527.127500', '190527.587500', '190528.047500', '190528.507500', '190528.967500', '190529.427500', '190529.887500', '190530.347500', '190530.807500', '190531.267500', '190531.727500', '190532.187500', '190532.647500', '190533.107500', '190533.567500', '190534.027500', '190534.487500', '190534.947500', '190535.407500', '190535.867500', '190536.327500', '190536.787500', '190537.247500', '190537.707500', '190538.167500', '190538.627500', '190539.087500', '190539.547500', '190540.007500', '190540.467500', '190540.927500', '190541.387500', '190541.847500', '190542.307500', '190542.767500', '190543.227500', '190543.687500', '190544.147500', '190544.607500', '190545.067500', '190545.527500', '190545.987500', '190546.447500', '190546.907500', '190547.367500', '190547.827500', '190548.287500', '190548.747500', '190549.207500', '190549.667500', '190550.127500', '190550.587500', '190551.047500', '190551.507500', '190551.967500', '190552.427500', '190552.887500', '190553.347500', '190553.807500', '190554.267500', '190554.727500', '190555.187500', '190555.647500', '190556.107500', '190556.567500', '190557.027500', '190557.487500', '190557.947500', '190558.407500', '190558.867500', '190559.327500', '190559.787500', '190600.247500', '190600.707500', '190601.167500', '190601.627500', '190602.087500', '190602.547500', '190603.007500', '190603.467500', '190603.927500', '190604.387500', '190604.847500', '190605.307500', '190605.767500', '190606.227500', '190606.687500', '190607.147500', '190607.607500', '190608.067500', '190608.527500', '190608.987500', '190609.447500', '190609.907500', '190610.367500', '190610.827500', '190611.287500', '190611.747500', '190612.207500', '190612.667500', '190613.127500', '190613.587500', '190614.047500', '190614.507500', '190614.967500', '190615.427500', '190615.887500', '190616.347500', '190616.807500', '190617.267500', '190617.727500', '190618.187500', '190618.647500', '190619.107500', '190619.567500', '190620.027500', '190620.487500', '190620.947500', '190621.407500', '190621.867500', '190622.327500', '190622.787500', '190623.247500', '190623.707500', '190624.167500', '190624.627500', '190625.087500', '190625.547500', '190626.007500', '190626.467500', '190626.927500', '190627.387500', '190627.847500', '190628.307500', '190628.767500', '190629.227500', '190629.687500', '190630.147500', '190630.607500', '190631.067500', '190631.527500', '190631.987500', '190632.447500', '190632.907500', '190633.367500', '190633.827500', '190634.287500', '190634.747500', '190635.207500', '190635.667500', '190636.127500', '190636.587500', '190637.047500', '190637.507500', '190637.967500', '190638.427500', '190638.887500', '190639.347500', '190639.807500', '190640.267500', '190640.727500', '190641.187500', '190641.647500', '190642.107500', '190642.567500', '190643.027500', '190643.487500', '190643.947500', '190644.407500', '190644.867500', '190645.327500', '190645.787500', '190646.247500', '190646.707500', '190647.167500', '190647.627500', '190648.087500', '190648.547500', '190649.007500', '190649.467500', '190649.927500', '190650.387500', '190650.847500', '190651.307500', '190651.767500', '190652.227500', '190652.687500', '190653.147500', '190653.607500', '190654.067500', '190654.527500', '190654.987500', '190655.447500', '190655.907500', '190656.367500', '190656.827500', '190657.287500', '190657.747500', '190658.207500', '190658.667500', '190659.127500', '190659.587500', '190700.047500', '190700.507500', '190700.967500', '190701.427500', '190701.887500', '190702.347500', '190702.807500', '190703.267500', '190703.727500', '190704.187500', '190704.647500', '190705.107500', '190705.567500', '190706.027500', '190706.487500', '190706.947500', '190707.407500', '190707.867500', '190708.327500', '190708.787500', '190709.247500', '190709.707500', '190710.167500', '190710.627500', '190711.087500', '190711.547500', '190712.007500', '190712.467500', '190712.927500', '190713.387500', '190713.847500', '190714.307500', '190714.767500', '190715.227500', '190715.687500', '190716.147500', '190716.607500', '190717.067500', '190717.527500', '190717.987500', '190718.447500', '190718.907500', '190719.367500', '190719.827500', '190720.287500', '190720.747500', '190721.207500', '190721.667500', '190722.127500', '190722.587500', '190723.047500', '190723.507500', '190723.967500', '190724.427500', '190724.887500', '190725.347500', '190725.807500', '190726.267500', '190726.727500', '190727.187500', '190727.647500', '190728.107500', '190728.567500', '190729.027500', '190729.487500', '190729.947500', '190730.407500', '190730.867500', '190731.327500', '190731.787500', '190732.247500', '190732.707500', '190733.167500', '190733.627500', '190734.087500', '190734.547500', '190735.007500', '190735.467500', '190735.927500', '190736.387500', '190736.847500', '190737.307500', '190737.767500', '190738.227500', '190738.687500', '190739.147500', '190739.607500', '190740.067500', '190740.527500', '190740.987500', '190741.447500', '190741.907500', '190742.367500', '190742.827500', '190743.287500', '190743.747500', '190744.207500', '190744.667500', '190745.127500', '190745.587500', '190746.047500', '190746.507500', '190746.967500', '190747.427500', '190747.887500', '190748.347500', '190748.807500', '190749.267500', '190749.727500', '190750.187500', '190750.647500', '190751.107500', '190751.567500', '190752.027500', '190752.487500', '190752.947500', '190753.407500', '190753.867500', '190754.327500', '190754.787500', '190755.247500', '190755.707500', '190756.167500', '190756.627500', '190757.087500', '190757.547500', '190758.007500', '190758.467500', '190758.927500', '190759.387500', '190759.847500', '190800.307500', '190800.767500', '190801.227500', '190801.687500', '190802.147500', '190802.607500', '190803.067500', '190803.527500', '190803.987500', '190804.447500', '190804.907500', '190805.367500', '190805.827500', '190806.287500', '190806.747500', '190807.207500', '190807.667500', '190808.127500', '190808.587500', '190809.047500', '190809.507500', '190809.967500', '190810.427500', '190810.887500', '190811.347500', '190811.807500', '190812.267500', '190812.727500', '190813.187500', '190813.647500', '190814.107500', '190814.567500', '190815.027500', '190815.487500', '190815.947500', '190816.407500', '190816.867500', '190817.327500', '190817.787500', '190818.247500', '190818.707500', '190819.167500', '190819.627500', '190820.087500', '190820.547500', '190821.007500', '190821.467500', '190821.927500', '190822.387500', '190822.847500', '190823.307500', '190823.767500', '190824.227500', '190824.687500', '190825.147500', '190825.607500', '190826.067500', '190826.527500', '190826.987500', '190827.447500', '190827.907500', '190828.367500', '190828.827500', '190829.287500', '190829.747500', '190830.207500', '190830.667500', '190831.127500', '190831.587500', '190832.047500', '190832.507500', '190832.967500', '190833.427500', '190833.887500', '190834.347500', '190834.807500', '190835.267500', '190835.727500', '190836.187500', '190836.647500', '190837.107500', '190837.567500', '190838.027500', '190838.487500', '190838.947500', '190839.407500', '190839.867500', '190840.327500', '190840.787500', '190841.247500', '190841.707500', '190842.167500', '190842.627500', '190843.087500', '190843.547500', '190844.007500', '190844.467500', '190844.927500', '190845.387500', '190845.847500', '190846.307500', '190846.767500', '190847.227500', '190847.687500', '190848.147500', '190848.607500', '190849.067500', '190849.527500', '190849.987500', '190850.447500', '190850.907500', '190851.367500', '190851.827500', '190852.287500', '190852.747500', '190853.207500', '190853.667500', '190854.127500', '190854.587500', '190855.047500', '190855.507500', '190855.967500', '190856.427500', '190856.887500', '190857.347500', '190857.807500', '190858.267500', '190858.727500', '190859.187500', '190859.647500', '190900.107500', '190900.567500', '190901.027500', '190901.487500', '190901.947500', '190902.407500', '190902.867500', '190903.327500', '190903.787500', '190904.247500', '190904.707500', '190905.167500', '190905.627500', '190906.087500', '190906.547500', '190907.007500', '190907.467500', '190907.927500', '190908.387500', '190908.847500', '190909.307500', '190909.767500', '190910.227500', '190910.687500', '190911.147500', '190911.607500', '190912.067500', '190912.527500', '190912.987500', '190913.447500', '190913.907500', '190914.367500', '190914.827500', '190915.287500', '190915.747500', '190916.207500', '190916.667500', '190917.127500', '190917.587500', '190918.047500', '190918.507500', '190918.967500', '190919.427500', '190919.887500', '190920.347500', '190920.807500', '190921.267500', '190921.727500', '190922.187500', '190922.647500', '190923.107500', '190923.567500', '190924.027500', '190924.487500', '190924.947500', '190925.407500', '190925.867500', '190926.327500', '190926.787500', '190927.247500', '190927.707500', '190928.167500', '190928.627500', '190929.087500', '190929.547500', '190930.007500', '190930.467500', '190930.927500', '190931.387500', '190931.847500', '190932.307500', '190932.767500', '190933.227500', '190933.687500', '190934.147500', '190934.607500', '190935.067500', '190935.527500', '190935.987500', '190936.447500', '190936.907500', '190937.367500', '190937.827500', '190938.287500', '190938.747500', '190939.207500', '190939.667500', '190940.127500', '190940.587500', '190941.047500', '190941.507500', '190941.967500', '190942.427500', '190942.887500', '190943.347500', '190943.807500', '190944.267500', '190944.727500', '190945.187500', '190945.647500', '190946.107500', '190946.567500', '190947.027500', '190947.487500', '190947.947500', '190948.407500', '190948.867500', '190949.327500', '190949.787500', '190950.247500', '190950.707500', '190951.167500', '190951.627500', '190952.087500', '190952.547500'], 'ContentTime': ['190326.097000', '190326.100000', '190326.103000', '190326.105000', '190326.108000', '190326.110000', '190326.113000', '190326.120000', '190326.123000', '190326.125000', '190326.128000', '190326.130000', '190326.133000', '190326.136000', '190326.138000', '190326.141000', '190326.143000', '190326.146000', '190326.149000', '190326.151000', '190326.162000', '190326.165000', '190326.167000', '190326.170000', '190326.172000', '190326.175000', '190326.177000', '190326.180000', '190326.183000', '190346.047000', '190346.050000', '190346.053000', '190346.055000', '190346.058000', '190346.060000', '190346.063000', '190346.066000', '190346.068000', '190346.079000', '190346.082000', '190346.084000', '190346.087000', '190346.090000', '190346.092000', '190346.095000', '190346.097000', '190346.100000', '190346.106000', '190346.109000', '190346.112000', '190346.114000', '190346.117000', '190346.119000', '190346.122000', '190346.124000', '190346.127000', '190346.130000', '190346.132000', '190346.135000', '190346.137000', '190346.140000', '190346.142000', '190346.145000', '190346.147000', '190346.150000', '190346.152000', '190346.155000', '190346.158000', '190346.160000', '190346.163000', '190346.165000', '190346.168000', '190346.170000', '190406.046000', '190406.049000', '190406.052000', '190406.055000', '190406.057000', '190406.060000', '190406.062000', '190406.065000', '190406.067000', '190406.070000', '190406.072000', '190406.075000', '190406.078000', '190406.080000', '190406.083000', '190406.092000', '190406.095000', '190406.097000', '190406.100000', '190406.112000', '190406.115000', '190406.117000', '190406.120000', '190406.122000', '190406.125000', '190406.128000', '190406.130000', '190406.133000', '190406.135000', '190406.138000', '190406.140000', '190406.143000', '190406.146000', '190406.148000', '190406.151000', '190406.153000', '190406.156000', '190406.159000', '190406.161000', '190406.164000', '190406.166000', '190406.169000', '190406.171000', '190426.046000', '190426.049000', '190426.052000', '190426.054000', '190426.057000', '190426.059000', '190426.062000', '190426.064000', '190426.067000', '190426.069000', '190426.072000', '190426.075000', '190426.077000', '190426.080000', '190426.083000', '190426.085000', '190426.088000', '190426.092000', '190426.094000', '190426.097000', '190426.100000', '190426.102000', '190426.105000', '190426.107000', '190426.110000', '190426.113000', '190426.115000', '190426.118000', '190426.120000', '190426.123000', '190426.125000', '190426.128000', '190426.131000', '190426.133000', '190426.136000', '190426.138000', '190426.141000', '190426.143000', '190426.146000', '190426.149000', '190426.151000', '190426.154000', '190426.157000', '190426.159000', '190446.046000', '190446.049000', '190446.052000', '190446.054000', '190446.057000', '190446.060000', '190446.062000', '190446.065000', '190446.067000', '190446.085000', '190446.088000', '190446.090000', '190446.093000', '190446.095000', '190446.098000', '190446.100000', '190446.103000', '190446.105000', '190446.108000', '190446.111000', '190446.113000', '190446.116000', '190446.118000', '190446.121000', '190446.123000', '190446.126000', '190446.129000', '190446.131000', '190446.134000', '190446.136000', '190446.139000', '190446.141000', '190446.144000', '190446.147000', '190446.149000', '190446.152000', '190446.154000', '190446.157000', '190446.159000', '190446.162000', '190446.164000', '190446.167000', '190446.170000', '190506.047000', '190506.050000', '190506.053000', '190506.055000', '190506.058000', '190506.061000', '190506.063000', '190506.066000', '190506.068000', '190506.071000', '190506.073000', '190506.076000', '190506.079000', '190506.081000', '190506.084000', '190506.087000', '190506.089000', '190506.092000', '190506.094000', '190506.097000', '190506.100000', '190506.102000', '190506.105000', '190506.107000', '190506.110000', '190506.113000', '190506.115000', '190506.118000', '190506.120000', '190506.123000', '190506.126000', '190506.128000', '190506.131000', '190506.133000', '190506.136000', '190506.138000', '190506.141000', '190506.144000', '190506.146000', '190506.149000', '190506.151000', '190506.154000', '190506.156000', '190526.047000', '190526.050000', '190526.053000', '190526.056000', '190526.058000', '190526.061000', '190526.063000', '190526.066000', '190526.068000', '190526.071000', '190526.074000', '190526.076000', '190526.079000', '190526.081000', '190526.084000', '190526.087000', '190526.089000', '190526.092000', '190526.094000', '190526.097000', '190526.099000', '190526.102000', '190526.105000', '190526.107000', '190526.110000', '190526.112000', '190526.115000', '190526.118000', '190526.120000', '190526.123000', '190526.125000', '190526.128000', '190526.130000', '190526.133000', '190526.136000', '190526.138000', '190526.141000', '190526.143000', '190526.146000', '190526.148000', '190526.151000', '190526.154000', '190526.156000', '190526.159000', '190546.047000', '190546.050000', '190546.053000', '190546.056000', '190546.058000', '190546.061000', '190546.063000', '190546.066000', '190546.068000', '190546.071000', '190546.073000', '190546.076000', '190546.079000', '190546.081000', '190546.084000', '190546.086000', '190546.089000', '190546.092000', '190546.094000', '190546.097000', '190546.100000', '190546.102000', '190546.105000', '190546.107000', '190546.110000', '190546.112000', '190546.115000', '190546.118000', '190546.120000', '190546.123000', '190546.126000', '190546.129000', '190546.133000', '190546.136000', '190546.138000', '190546.141000', '190546.144000', '190546.146000', '190546.149000', '190546.151000', '190546.154000', '190546.156000', '190546.159000', '190606.046000', '190606.049000', '190606.052000', '190606.054000', '190606.057000', '190606.060000', '190606.062000', '190606.065000', '190606.067000', '190606.070000', '190606.073000', '190606.075000', '190606.078000', '190606.080000', '190606.083000', '190606.086000', '190606.088000', '190606.091000', '190606.093000', '190606.096000', '190606.099000', '190606.102000', '190606.104000', '190606.107000', '190606.109000', '190606.112000', '190606.114000', '190606.117000', '190606.120000', '190606.122000', '190606.125000', '190606.127000', '190606.130000', '190606.133000', '190606.135000', '190606.138000', '190606.140000', '190606.143000', '190606.146000', '190606.148000', '190606.151000', '190606.153000', '190606.156000', '190606.158000', '190626.047000', '190626.050000', '190626.052000', '190626.055000', '190626.057000', '190626.060000', '190626.063000', '190626.065000', '190626.068000', '190626.071000', '190626.073000', '190626.076000', '190626.078000', '190626.081000', '190626.084000', '190626.086000', '190626.089000', '190626.092000', '190626.094000', '190626.097000', '190626.099000', '190626.102000', '190626.105000', '190626.107000', '190626.110000', '190626.112000', '190626.115000', '190626.118000', '190626.120000', '190626.123000', '190626.126000', '190626.128000', '190626.131000', '190626.133000', '190626.136000', '190626.139000', '190626.141000', '190626.144000', '190626.147000', '190626.149000', '190626.152000', '190626.154000', '190626.157000', '190646.047000', '190646.050000', '190646.052000', '190646.055000', '190646.057000', '190646.060000', '190646.063000', '190646.065000', '190646.068000', '190646.070000', '190646.073000', '190646.075000', '190646.078000', '190646.081000', '190646.083000', '190646.086000', '190646.088000', '190646.091000', '190646.094000', '190646.096000', '190646.099000', '190646.101000', '190646.104000', '190646.107000', '190646.109000', '190646.112000', '190646.114000', '190646.117000', '190646.120000', '190646.122000', '190646.125000', '190646.127000', '190646.130000', '190646.133000', '190646.135000', '190646.138000', '190646.140000', '190646.143000', '190646.145000', '190646.148000', '190646.150000', '190646.153000', '190646.156000', '190646.158000', '190706.047000', '190706.049000', '190706.052000', '190706.055000', '190706.057000', '190706.060000', '190706.063000', '190706.065000', '190706.068000', '190706.070000', '190706.073000', '190706.075000', '190706.078000', '190706.081000', '190706.083000', '190706.086000', '190706.089000', '190706.091000', '190706.094000', '190706.097000', '190706.099000', '190706.102000', '190706.104000', '190706.107000', '190706.110000', '190706.113000', '190706.116000', '190706.119000', '190706.122000', '190706.124000', '190706.127000', '190706.129000', '190706.132000', '190706.135000', '190706.137000', '190706.140000', '190706.142000', '190706.145000', '190706.148000', '190706.150000', '190706.153000', '190706.155000', '190706.165000', '190726.048000', '190726.050000', '190726.053000', '190726.056000', '190726.058000', '190726.061000', '190726.064000', '190726.066000', '190726.069000', '190726.071000', '190726.074000', '190726.076000', '190726.079000', '190726.081000', '190726.084000', '190726.087000', '190726.089000', '190726.092000', '190726.094000', '190726.097000', '190726.100000', '190726.102000', '190726.105000', '190726.107000', '190726.110000', '190726.113000', '190726.115000', '190726.118000', '190726.120000', '190726.123000', '190726.125000', '190726.128000', '190726.131000', '190726.133000', '190726.136000', '190726.138000', '190726.141000', '190726.144000', '190726.146000', '190726.149000', '190726.152000', '190726.154000', '190726.157000', '190726.159000', '190746.048000', '190746.051000', '190746.053000', '190746.056000', '190746.059000', '190746.061000', '190746.064000', '190746.066000', '190746.069000', '190746.072000', '190746.074000', '190746.077000', '190746.079000', '190746.082000', '190746.084000', '190746.087000', '190746.130000', '190746.132000', '190746.135000', '190746.138000', '190746.140000', '190746.143000', '190746.145000', '190746.148000', '190746.150000', '190746.153000', '190746.156000', '190746.158000', '190746.161000', '190746.164000', '190746.166000', '190746.169000', '190746.172000', '190746.174000', '190746.177000', '190746.179000', '190746.182000', '190746.184000', '190746.187000', '190746.190000', '190746.192000', '190746.195000', '190746.197000', '190806.047000', '190806.050000', '190806.053000', '190806.056000', '190806.058000', '190806.061000', '190806.063000', '190806.066000', '190806.069000', '190806.071000', '190806.074000', '190806.076000', '190806.079000', '190806.081000', '190806.084000', '190806.087000', '190806.089000', '190806.092000', '190806.095000', '190806.097000', '190806.100000', '190806.102000', '190806.105000', '190806.107000', '190806.110000', '190806.113000', '190806.115000', '190806.118000', '190806.120000', '190806.123000', '190806.126000', '190806.128000', '190806.131000', '190806.133000', '190806.136000', '190806.139000', '190806.141000', '190806.144000', '190806.146000', '190806.149000', '190806.152000', '190806.154000', '190806.157000', '190806.159000', '190826.047000', '190826.050000', '190826.052000', '190826.055000', '190826.057000', '190826.060000', '190826.063000', '190826.065000', '190826.068000', '190826.070000', '190826.073000', '190826.075000', '190826.078000', '190826.081000', '190826.083000', '190826.086000', '190826.089000', '190826.091000', '190826.094000', '190826.096000', '190826.099000', '190826.102000', '190826.104000', '190826.107000', '190826.109000', '190826.112000', '190826.115000', '190826.117000', '190826.120000', '190826.122000', '190826.130000', '190826.133000', '190826.136000', '190826.138000', '190826.141000', '190826.143000', '190826.146000', '190826.149000', '190826.151000', '190826.154000', '190826.156000', '190826.159000', '190826.161000', '190846.046000', '190846.049000', '190846.052000', '190846.055000', '190846.057000', '190846.060000', '190846.062000', '190846.065000', '190846.068000', '190846.070000', '190846.073000', '190846.076000', '190846.078000', '190846.081000', '190846.084000', '190846.086000', '190846.089000', '190846.091000', '190846.094000', '190846.096000', '190846.099000', '190846.102000', '190846.104000', '190846.107000', '190846.109000', '190846.112000', '190846.114000', '190846.117000', '190846.120000', '190846.122000', '190846.125000', '190846.128000', '190846.130000', '190846.133000', '190846.135000', '190846.138000', '190846.140000', '190846.143000', '190846.146000', '190846.148000', '190846.151000', '190846.153000', '190846.156000', '190846.159000', '190906.047000', '190906.049000', '190906.052000', '190906.055000', '190906.057000', '190906.060000', '190906.062000', '190906.065000', '190906.068000', '190906.070000', '190906.073000', '190906.075000', '190906.078000', '190906.081000', '190906.083000', '190906.086000', '190906.088000', '190906.091000', '190906.093000', '190906.096000', '190906.099000', '190906.101000', '190906.104000', '190906.106000', '190906.109000', '190906.111000', '190906.114000', '190906.117000', '190906.119000', '190906.122000', '190906.125000', '190906.138000', '190906.141000', '190906.144000', '190906.146000', '190906.149000', '190906.151000', '190906.154000', '190906.156000', '190906.159000', '190906.162000', '190906.179000', '190906.183000', '190926.047000', '190926.049000', '190926.052000', '190926.055000', '190926.057000', '190926.060000', '190926.062000', '190926.065000', '190926.068000', '190926.070000', '190926.073000', '190926.075000', '190926.078000', '190926.081000', '190926.083000', '190926.086000', '190926.088000', '190926.091000', '190926.093000', '190926.096000', '190926.098000', '190926.101000', '190926.104000', '190926.106000', '190926.109000', '190926.111000', '190926.139000', '190926.142000', '190926.144000', '190926.147000', '190926.149000', '190926.152000', '190926.154000', '190926.157000', '190926.160000', '190926.162000', '190926.165000', '190926.167000', '190926.170000', '190926.173000', '190926.175000', '190926.178000', '190926.181000', '190926.183000', '190946.048000', '190946.050000', '190946.053000', '190946.056000', '190946.058000', '190946.061000', '190946.063000', '190946.066000', '190946.069000', '190946.071000', '190946.074000', '190946.076000', '190946.079000', '190946.081000', '190946.084000', '190946.087000', '190946.089000', '190946.092000', '190946.094000', '190946.097000', '190946.100000', '190946.102000', '190946.105000', '190946.107000', '190946.110000', '190946.113000', '190946.115000', '190946.118000', '190946.120000', '190946.123000', '190946.126000', '190946.128000', '190946.131000', '190946.133000', '190946.136000', '190946.139000', '190946.141000', '190946.144000', '190946.146000', '190946.149000', '190946.152000', '190946.154000', '190946.157000', '190953.564000', '190953.568000', '190953.571000', '190953.573000', '190953.576000', '190953.579000', '190953.582000', '190953.584000', '190953.587000', '190953.590000', '190953.593000', '190953.596000', '190953.600000', '190953.603000', '190953.605000', '190953.610000', '190953.615000'], 'InstanceCreationTime': ['190326.097000', '190326.100000', '190326.103000', '190326.105000', '190326.108000', '190326.110000', '190326.113000', '190326.120000', '190326.123000', '190326.125000', '190326.128000', '190326.130000', '190326.133000', '190326.136000', '190326.138000', '190326.141000', '190326.143000', '190326.146000', '190326.149000', '190326.151000', '190326.162000', '190326.165000', '190326.167000', '190326.170000', '190326.172000', '190326.175000', '190326.177000', '190326.180000', '190326.183000', '190346.047000', '190346.050000', '190346.053000', '190346.055000', '190346.058000', '190346.060000', '190346.063000', '190346.066000', '190346.068000', '190346.079000', '190346.082000', '190346.084000', '190346.087000', '190346.090000', '190346.092000', '190346.095000', '190346.097000', '190346.100000', '190346.106000', '190346.109000', '190346.112000', '190346.114000', '190346.117000', '190346.119000', '190346.122000', '190346.124000', '190346.127000', '190346.130000', '190346.132000', '190346.135000', '190346.137000', '190346.140000', '190346.142000', '190346.145000', '190346.147000', '190346.150000', '190346.152000', '190346.155000', '190346.158000', '190346.160000', '190346.163000', '190346.165000', '190346.168000', '190346.170000', '190406.046000', '190406.049000', '190406.052000', '190406.055000', '190406.057000', '190406.060000', '190406.062000', '190406.065000', '190406.067000', '190406.070000', '190406.072000', '190406.075000', '190406.078000', '190406.080000', '190406.083000', '190406.092000', '190406.095000', '190406.097000', '190406.100000', '190406.112000', '190406.115000', '190406.117000', '190406.120000', '190406.122000', '190406.125000', '190406.128000', '190406.130000', '190406.133000', '190406.135000', '190406.138000', '190406.140000', '190406.143000', '190406.146000', '190406.148000', '190406.151000', '190406.153000', '190406.156000', '190406.159000', '190406.161000', '190406.164000', '190406.166000', '190406.169000', '190406.171000', '190426.046000', '190426.049000', '190426.052000', '190426.054000', '190426.057000', '190426.059000', '190426.062000', '190426.064000', '190426.067000', '190426.069000', '190426.072000', '190426.075000', '190426.077000', '190426.080000', '190426.083000', '190426.085000', '190426.088000', '190426.092000', '190426.094000', '190426.097000', '190426.100000', '190426.102000', '190426.105000', '190426.107000', '190426.110000', '190426.113000', '190426.115000', '190426.118000', '190426.120000', '190426.123000', '190426.125000', '190426.128000', '190426.131000', '190426.133000', '190426.136000', '190426.138000', '190426.141000', '190426.143000', '190426.146000', '190426.149000', '190426.151000', '190426.154000', '190426.157000', '190426.159000', '190446.046000', '190446.049000', '190446.052000', '190446.054000', '190446.057000', '190446.060000', '190446.062000', '190446.065000', '190446.067000', '190446.085000', '190446.088000', '190446.090000', '190446.093000', '190446.095000', '190446.098000', '190446.100000', '190446.103000', '190446.105000', '190446.108000', '190446.111000', '190446.113000', '190446.116000', '190446.118000', '190446.121000', '190446.123000', '190446.126000', '190446.129000', '190446.131000', '190446.134000', '190446.136000', '190446.139000', '190446.141000', '190446.144000', '190446.147000', '190446.149000', '190446.152000', '190446.154000', '190446.157000', '190446.159000', '190446.162000', '190446.164000', '190446.167000', '190446.170000', '190506.047000', '190506.050000', '190506.053000', '190506.055000', '190506.058000', '190506.061000', '190506.063000', '190506.066000', '190506.068000', '190506.071000', '190506.073000', '190506.076000', '190506.079000', '190506.081000', '190506.084000', '190506.087000', '190506.089000', '190506.092000', '190506.094000', '190506.097000', '190506.100000', '190506.102000', '190506.105000', '190506.107000', '190506.110000', '190506.113000', '190506.115000', '190506.118000', '190506.120000', '190506.123000', '190506.126000', '190506.128000', '190506.131000', '190506.133000', '190506.136000', '190506.138000', '190506.141000', '190506.144000', '190506.146000', '190506.149000', '190506.151000', '190506.154000', '190506.156000', '190526.047000', '190526.050000', '190526.053000', '190526.056000', '190526.058000', '190526.061000', '190526.063000', '190526.066000', '190526.068000', '190526.071000', '190526.074000', '190526.076000', '190526.079000', '190526.081000', '190526.084000', '190526.087000', '190526.089000', '190526.092000', '190526.094000', '190526.097000', '190526.099000', '190526.102000', '190526.105000', '190526.107000', '190526.110000', '190526.112000', '190526.115000', '190526.118000', '190526.120000', '190526.123000', '190526.125000', '190526.128000', '190526.130000', '190526.133000', '190526.136000', '190526.138000', '190526.141000', '190526.143000', '190526.146000', '190526.148000', '190526.151000', '190526.154000', '190526.156000', '190526.159000', '190546.047000', '190546.050000', '190546.053000', '190546.056000', '190546.058000', '190546.061000', '190546.063000', '190546.066000', '190546.068000', '190546.071000', '190546.073000', '190546.076000', '190546.079000', '190546.081000', '190546.084000', '190546.086000', '190546.089000', '190546.092000', '190546.094000', '190546.097000', '190546.100000', '190546.102000', '190546.105000', '190546.107000', '190546.110000', '190546.112000', '190546.115000', '190546.118000', '190546.120000', '190546.123000', '190546.126000', '190546.129000', '190546.133000', '190546.136000', '190546.138000', '190546.141000', '190546.144000', '190546.146000', '190546.149000', '190546.151000', '190546.154000', '190546.156000', '190546.159000', '190606.046000', '190606.049000', '190606.052000', '190606.054000', '190606.057000', '190606.060000', '190606.062000', '190606.065000', '190606.067000', '190606.070000', '190606.073000', '190606.075000', '190606.078000', '190606.080000', '190606.083000', '190606.086000', '190606.088000', '190606.091000', '190606.093000', '190606.096000', '190606.099000', '190606.102000', '190606.104000', '190606.107000', '190606.109000', '190606.112000', '190606.114000', '190606.117000', '190606.120000', '190606.122000', '190606.125000', '190606.127000', '190606.130000', '190606.133000', '190606.135000', '190606.138000', '190606.140000', '190606.143000', '190606.146000', '190606.148000', '190606.151000', '190606.153000', '190606.156000', '190606.158000', '190626.047000', '190626.050000', '190626.052000', '190626.055000', '190626.057000', '190626.060000', '190626.063000', '190626.065000', '190626.068000', '190626.071000', '190626.073000', '190626.076000', '190626.078000', '190626.081000', '190626.084000', '190626.086000', '190626.089000', '190626.092000', '190626.094000', '190626.097000', '190626.099000', '190626.102000', '190626.105000', '190626.107000', '190626.110000', '190626.112000', '190626.115000', '190626.118000', '190626.120000', '190626.123000', '190626.126000', '190626.128000', '190626.131000', '190626.133000', '190626.136000', '190626.139000', '190626.141000', '190626.144000', '190626.147000', '190626.149000', '190626.152000', '190626.154000', '190626.157000', '190646.047000', '190646.050000', '190646.052000', '190646.055000', '190646.057000', '190646.060000', '190646.063000', '190646.065000', '190646.068000', '190646.070000', '190646.073000', '190646.075000', '190646.078000', '190646.081000', '190646.083000', '190646.086000', '190646.088000', '190646.091000', '190646.094000', '190646.096000', '190646.099000', '190646.101000', '190646.104000', '190646.107000', '190646.109000', '190646.112000', '190646.114000', '190646.117000', '190646.120000', '190646.122000', '190646.125000', '190646.127000', '190646.130000', '190646.133000', '190646.135000', '190646.138000', '190646.140000', '190646.143000', '190646.145000', '190646.148000', '190646.150000', '190646.153000', '190646.156000', '190646.158000', '190706.047000', '190706.049000', '190706.052000', '190706.055000', '190706.057000', '190706.060000', '190706.063000', '190706.065000', '190706.068000', '190706.070000', '190706.073000', '190706.075000', '190706.078000', '190706.081000', '190706.083000', '190706.086000', '190706.089000', '190706.091000', '190706.094000', '190706.097000', '190706.099000', '190706.102000', '190706.104000', '190706.107000', '190706.110000', '190706.113000', '190706.116000', '190706.119000', '190706.122000', '190706.124000', '190706.127000', '190706.129000', '190706.132000', '190706.135000', '190706.137000', '190706.140000', '190706.142000', '190706.145000', '190706.148000', '190706.150000', '190706.153000', '190706.155000', '190706.165000', '190726.048000', '190726.050000', '190726.053000', '190726.056000', '190726.058000', '190726.061000', '190726.064000', '190726.066000', '190726.069000', '190726.071000', '190726.074000', '190726.076000', '190726.079000', '190726.081000', '190726.084000', '190726.087000', '190726.089000', '190726.092000', '190726.094000', '190726.097000', '190726.100000', '190726.102000', '190726.105000', '190726.107000', '190726.110000', '190726.113000', '190726.115000', '190726.118000', '190726.120000', '190726.123000', '190726.125000', '190726.128000', '190726.131000', '190726.133000', '190726.136000', '190726.138000', '190726.141000', '190726.144000', '190726.146000', '190726.149000', '190726.152000', '190726.154000', '190726.157000', '190726.159000', '190746.048000', '190746.051000', '190746.053000', '190746.056000', '190746.059000', '190746.061000', '190746.064000', '190746.066000', '190746.069000', '190746.072000', '190746.074000', '190746.077000', '190746.079000', '190746.082000', '190746.084000', '190746.087000', '190746.130000', '190746.132000', '190746.135000', '190746.138000', '190746.140000', '190746.143000', '190746.145000', '190746.148000', '190746.150000', '190746.153000', '190746.156000', '190746.158000', '190746.161000', '190746.164000', '190746.166000', '190746.169000', '190746.172000', '190746.174000', '190746.177000', '190746.179000', '190746.182000', '190746.184000', '190746.187000', '190746.190000', '190746.192000', '190746.195000', '190746.197000', '190806.047000', '190806.050000', '190806.053000', '190806.056000', '190806.058000', '190806.061000', '190806.063000', '190806.066000', '190806.069000', '190806.071000', '190806.074000', '190806.076000', '190806.079000', '190806.081000', '190806.084000', '190806.087000', '190806.089000', '190806.092000', '190806.095000', '190806.097000', '190806.100000', '190806.102000', '190806.105000', '190806.107000', '190806.110000', '190806.113000', '190806.115000', '190806.118000', '190806.120000', '190806.123000', '190806.126000', '190806.128000', '190806.131000', '190806.133000', '190806.136000', '190806.139000', '190806.141000', '190806.144000', '190806.146000', '190806.149000', '190806.152000', '190806.154000', '190806.157000', '190806.159000', '190826.047000', '190826.050000', '190826.052000', '190826.055000', '190826.057000', '190826.060000', '190826.063000', '190826.065000', '190826.068000', '190826.070000', '190826.073000', '190826.075000', '190826.078000', '190826.081000', '190826.083000', '190826.086000', '190826.089000', '190826.091000', '190826.094000', '190826.096000', '190826.099000', '190826.102000', '190826.104000', '190826.107000', '190826.109000', '190826.112000', '190826.115000', '190826.117000', '190826.120000', '190826.122000', '190826.130000', '190826.133000', '190826.136000', '190826.138000', '190826.141000', '190826.143000', '190826.146000', '190826.149000', '190826.151000', '190826.154000', '190826.156000', '190826.159000', '190826.161000', '190846.046000', '190846.049000', '190846.052000', '190846.055000', '190846.057000', '190846.060000', '190846.062000', '190846.065000', '190846.068000', '190846.070000', '190846.073000', '190846.076000', '190846.078000', '190846.081000', '190846.084000', '190846.086000', '190846.089000', '190846.091000', '190846.094000', '190846.096000', '190846.099000', '190846.102000', '190846.104000', '190846.107000', '190846.109000', '190846.112000', '190846.114000', '190846.117000', '190846.120000', '190846.122000', '190846.125000', '190846.128000', '190846.130000', '190846.133000', '190846.135000', '190846.138000', '190846.140000', '190846.143000', '190846.146000', '190846.148000', '190846.151000', '190846.153000', '190846.156000', '190846.159000', '190906.047000', '190906.049000', '190906.052000', '190906.055000', '190906.057000', '190906.060000', '190906.062000', '190906.065000', '190906.068000', '190906.070000', '190906.073000', '190906.075000', '190906.078000', '190906.081000', '190906.083000', '190906.086000', '190906.088000', '190906.091000', '190906.093000', '190906.096000', '190906.099000', '190906.101000', '190906.104000', '190906.106000', '190906.109000', '190906.111000', '190906.114000', '190906.117000', '190906.119000', '190906.122000', '190906.125000', '190906.138000', '190906.141000', '190906.144000', '190906.146000', '190906.149000', '190906.151000', '190906.154000', '190906.156000', '190906.159000', '190906.162000', '190906.179000', '190906.183000', '190926.047000', '190926.049000', '190926.052000', '190926.055000', '190926.057000', '190926.060000', '190926.062000', '190926.065000', '190926.068000', '190926.070000', '190926.073000', '190926.075000', '190926.078000', '190926.081000', '190926.083000', '190926.086000', '190926.088000', '190926.091000', '190926.093000', '190926.096000', '190926.098000', '190926.101000', '190926.104000', '190926.106000', '190926.109000', '190926.111000', '190926.139000', '190926.142000', '190926.144000', '190926.147000', '190926.149000', '190926.152000', '190926.154000', '190926.157000', '190926.160000', '190926.162000', '190926.165000', '190926.167000', '190926.170000', '190926.173000', '190926.175000', '190926.178000', '190926.181000', '190926.183000', '190946.048000', '190946.050000', '190946.053000', '190946.056000', '190946.058000', '190946.061000', '190946.063000', '190946.066000', '190946.069000', '190946.071000', '190946.074000', '190946.076000', '190946.079000', '190946.081000', '190946.084000', '190946.087000', '190946.089000', '190946.092000', '190946.094000', '190946.097000', '190946.100000', '190946.102000', '190946.105000', '190946.107000', '190946.110000', '190946.113000', '190946.115000', '190946.118000', '190946.120000', '190946.123000', '190946.126000', '190946.128000', '190946.131000', '190946.133000', '190946.136000', '190946.139000', '190946.141000', '190946.144000', '190946.146000', '190946.149000', '190946.152000', '190946.154000', '190946.157000', '190953.564000', '190953.568000', '190953.571000', '190953.573000', '190953.576000', '190953.579000', '190953.582000', '190953.584000', '190953.587000', '190953.590000', '190953.593000', '190953.596000', '190953.600000', '190953.603000', '190953.605000', '190953.610000', '190953.615000'], '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': [14071, 14261, 12703, 18944, 12434, 16010, 10741, 14968, 10143, 13732, 10499, 12762, 17271, 11755, 17725, 11878, 15240, 9838, 13379, 9971, 11826, 17311, 10913, 14329, 9666, 13673, 10317, 11108, 16386, 10914, 13632, 9827, 11899, 11983, 10622, 15713, 11035, 13344, 10053, 12546, 9237, 12722, 9933, 14179, 10285, 12917, 11031, 10114, 11512, 9736, 14588, 11275, 15204, 10667, 15689, 18073, 14351, 17821, 13155, 17193, 19066, 13909, 17864, 13493, 16491, 11489, 14691, 13782, 11484, 16447, 11119, 14415, 10276, 13286, 9036, 12059, 10938, 10693, 17271, 11409, 14139, 12269, 13643, 9906, 14892, 10567, 16074, 11321, 16930, 10888, 14705, 10705, 13740, 9835, 13188, 9073, 12200, 13029, 11238, 15966, 10832, 13853, 10904, 13087, 9962, 12874, 8731, 12514, 9231, 11970, 12857, 12356, 14872, 11450, 16186, 10930, 13615, 9746, 12841, 12218, 12691, 15800, 11345, 15667, 11368, 14900, 10863, 14963, 9843, 13998, 9773, 13334, 15769, 12263, 18386, 13249, 16111, 11654, 14774, 10010, 13968, 14304, 11812, 18208, 12821, 14857, 11005, 13323, 9707, 12522, 11565, 12048, 16227, 11404, 15466, 10746, 13604, 9469, 12619, 12967, 11837, 16716, 11144, 14912, 11167, 14640, 10675, 15212, 9623, 13483, 10937, 12008, 17502, 12542, 15888, 11376, 13422, 9565, 12917, 9371, 11725, 13808, 12104, 15532, 11769, 16458, 11304, 14195, 9813, 12942, 9890, 13625, 12630, 12022, 17090, 11441, 14718, 9863, 14173, 10289, 12216, 16458, 11595, 15398, 11111, 14472, 11042, 14633, 10661, 13867, 9728, 13466, 10205, 12178, 17439, 13035, 17012, 11531, 14107, 9756, 13141, 10327, 13124, 14405, 12148, 17752, 11635, 14828, 11236, 15075, 11036, 14181, 9628, 13187, 9347, 12579, 9962, 13400, 11326, 12072, 15322, 11514, 16840, 12270, 16473, 11728, 14639, 10749, 13685, 9633, 13328, 10364, 13092, 9387, 12497, 13178, 11042, 15839, 11390, 15027, 11395, 14950, 9716, 13350, 9387, 9841, 10407, 16774, 10846, 17814, 14391, 16144, 11953, 12839, 10966, 17355, 12064, 17619, 13106, 16358, 12277, 14781, 10126, 13282, 9165, 12136, 9384, 12327, 8902, 12504, 9599, 13014, 9063, 13333, 8929, 13063, 16691, 11783, 15264, 11986, 15003, 9615, 13418, 10042, 13045, 9799, 15819, 9497, 15264, 12220, 12379, 17365, 13144, 15777, 11260, 16401, 10801, 13134, 18168, 12598, 16172, 11677, 14212, 11217, 11722, 16236, 11809, 13420, 9401, 12532, 11156, 10296, 15202, 11279, 13842, 10303, 12973, 9112, 12205, 12503, 11477, 16842, 12120, 14451, 10453, 13269, 10418, 11274, 16811, 12081, 14239, 10448, 12412, 8490, 11525, 10522, 10567, 15459, 12045, 14877, 10271, 12600, 8674, 11053, 11732, 10542, 16215, 12087, 14012, 10282, 12931, 9143, 11461, 13065, 11848, 17095, 12295, 14385, 10259, 12756, 9395, 13018, 9383, 12821, 9002, 13737, 8709, 14146, 12295, 11809, 17370, 13025, 15816, 11559, 14656, 10788, 13184, 17612, 12505, 15333, 11139, 13527, 8874, 12560, 9428, 12558, 10256, 11455, 16473, 11536, 13669, 9913, 12051, 9348, 12408, 10233, 11260, 16363, 11151, 13603, 9363, 11768, 10534, 11521, 14317, 10704, 14011, 9729, 14058, 9608, 11126, 12097, 8714, 14764, 9358, 15486, 10574, 16851, 12241, 15334, 17066, 12427, 17550, 11605, 15168, 10482, 13872, 11299, 12053, 13060, 11612, 14814, 11652, 11004, 11807, 8723, 13989, 10498, 12136, 11884, 9680, 12883, 10387, 16574, 11865, 15976, 14644, 16314, 18747, 14546, 17877, 14188, 17821, 13956, 15527, 18057, 12633, 15588, 10555, 12918, 9220, 11878, 8891, 10803, 12906, 9755, 13444, 10121, 12594, 8992, 11241, 8680, 10905, 11132, 10635, 16822, 12163, 14419, 10368, 12817, 10589, 13435, 9600, 14533, 10473, 15820, 11699, 14884, 10798, 14896, 10985, 16916, 11843, 16545, 12477, 16017, 11409, 14737, 10585, 13626, 9827, 13526, 9345, 14602, 9283, 14173, 9434, 13574, 11918, 12826, 16432, 12694, 17297, 11920, 16110, 11502, 16239, 11795, 15436, 9894, 13737, 13927, 11635, 17482, 12884, 15602, 10519, 13090, 9330, 12667, 10784, 11795, 15046, 12022, 12229, 11696, 16939, 11590, 14315, 9912, 14460, 10808, 12552, 16523, 11722, 14053, 9407, 13184, 10432, 13170, 11331, 12948, 16151, 11833, 15567, 10808, 14557, 10279, 14723, 10409, 13535, 9606, 13554, 9436, 14781, 11055, 15197, 11611, 9928, 11721, 12720, 17924, 13843, 18713, 15419, 13628, 18171, 15103, 17386, 18285, 18766, 14662, 18593, 14388, 17203, 11247, 16508, 11192, 14428, 10739, 10180, 12795, 9947, 12946, 9624, 12070, 8981, 11454, 8818, 10432, 14765, 11221, 14977, 9874, 13155, 9846, 12120, 14921, 11183, 17060, 11567, 13951, 10276, 12453, 8982, 11914, 12949, 11159, 18023, 11884, 15043, 10768, 13320, 10038, 12719, 16114, 12011, 17917, 12302, 14333, 9936, 12403, 9889, 11855, 9578, 11158, 10438, 11701, 14226, 11929, 17405, 13104, 15915, 10954, 13646, 9622, 13147, 12818, 12544, 18227, 12190, 14873, 10397, 13970, 10605, 13045, 17398, 11767, 16041, 10728, 14322, 10483, 12972, 14432, 11425, 17233, 11590, 14705, 9875, 14424, 9874, 12228, 13076, 10992, 16206, 11053, 13973, 9524, 13922, 9161, 11899, 16924, 10631, 14647, 10483, 13631, 9012, 11521, 14500, 11140, 14588, 12065, 14409, 9525, 13306, 10361, 15331, 10595, 13618, 9744, 13614, 9733, 12951, 17711, 12919, 15658, 11015, 12848, 8880, 12191, 11509, 10851, 16783, 11214, 13994, 9799, 12526, 15966, 12366, 16311, 11856, 14526, 9826, 14284, 11319, 13060, 18164, 13743, 16723, 12033, 15386, 10031, 14645, 12638, 13531, 17196, 12341, 17171, 11728, 15824, 11662, 15869, 11253, 14095, 10431, 11836, 10859, 7753, 12319, 9916, 12318, 12376, 12350, 17492, 17846, 18697, 17672, 17161, 18876, 15039, 17791, 14032, 18066, 13604, 15062, 19643, 14466, 15099, 10392, 12052, 8502, 10234, 13321, 9359, 11629, 9557, 11231, 7965, 11136, 8045, 10602, 10190, 10109, 15177, 11172, 14722, 11001, 14492, 9701, 13453, 9200, 12447, 17096, 11250, 14339, 10171, 12044, 10484, 12282, 12560, 10863, 14914, 11159, 14900, 11029, 15252, 11267, 14859, 10181, 13503, 10049, 13692, 10050, 13641, 8686, 15103, 12079, 14926, 12141, 11658, 14168, 11701, 16862, 11482, 17280, 12694, 15874, 19370, 14011, 17905, 13831, 17119, 11250, 14660, 10599, 12630, 17155, 11905, 15176, 11275, 14181, 9357, 12608, 8817, 11705, 13828, 11313, 15959, 11970, 15512, 11292, 15662], 'WindowCenter': [4362.0, 4345.0, 4323.0, 4354.0, 4310.0, 4317.0, 4297.0, 4329.0, 4287.0, 4318.0, 4271.0, 4294.0, 4323.0, 4294.0, 4312.0, 4281.0, 4301.0, 4260.0, 4290.0, 4258.0, 4269.0, 4299.0, 4257.0, 4288.0, 4247.0, 4290.0, 4258.0, 4269.0, 4298.0, 4269.0, 4288.0, 4258.0, 4278.0, 4277.0, 4284.0, 4314.0, 4298.0, 4303.0, 4274.0, 4308.0, 4287.0, 4317.0, 4286.0, 4317.0, 4299.0, 4318.0, 4311.0, 4300.0, 4321.0, 4300.0, 4344.0, 4323.0, 4343.0, 4298.0, 4329.0, 4329.0, 4316.0, 4326.0, 4292.0, 4315.0, 4312.0, 4290.0, 4300.0, 4277.0, 4288.0, 4255.0, 4276.0, 4263.0, 4253.0, 4286.0, 4252.0, 4273.0, 4243.0, 4274.0, 4233.0, 4266.0, 4254.0, 4259.0, 4299.0, 4280.0, 4302.0, 4279.0, 4293.0, 4270.0, 4302.0, 4272.0, 4316.0, 4284.0, 4315.0, 4282.0, 4304.0, 4282.0, 4294.0, 4263.0, 4292.0, 4253.0, 4294.0, 4302.0, 4282.0, 4313.0, 4284.0, 4305.0, 4284.0, 4302.0, 4285.0, 4319.0, 4266.0, 4308.0, 4273.0, 4298.0, 4306.0, 4308.0, 4329.0, 4308.0, 4328.0, 4298.0, 4307.0, 4272.0, 4306.0, 4295.0, 4307.0, 4327.0, 4297.0, 4317.0, 4295.0, 4315.0, 4287.0, 4315.0, 4277.0, 4317.0, 4274.0, 4317.0, 4324.0, 4307.0, 4337.0, 4307.0, 4327.0, 4297.0, 4317.0, 4276.0, 4305.0, 4303.0, 4295.0, 4326.0, 4303.0, 4314.0, 4282.0, 4293.0, 4271.0, 4293.0, 4281.0, 4293.0, 4312.0, 4283.0, 4313.0, 4280.0, 4303.0, 4273.0, 4294.0, 4303.0, 4295.0, 4323.0, 4285.0, 4314.0, 4293.0, 4312.0, 4281.0, 4315.0, 4274.0, 4305.0, 4282.0, 4295.0, 4325.0, 4291.0, 4314.0, 4294.0, 4305.0, 4273.0, 4293.0, 4262.0, 4292.0, 4302.0, 4294.0, 4315.0, 4296.0, 4325.0, 4294.0, 4314.0, 4274.0, 4306.0, 4275.0, 4315.0, 4305.0, 4305.0, 4324.0, 4292.0, 4303.0, 4272.0, 4302.0, 4272.0, 4291.0, 4313.0, 4282.0, 4310.0, 4282.0, 4303.0, 4282.0, 4314.0, 4283.0, 4304.0, 4274.0, 4304.0, 4285.0, 4306.0, 4324.0, 4303.0, 4326.0, 4295.0, 4303.0, 4273.0, 4303.0, 4272.0, 4303.0, 4302.0, 4294.0, 4322.0, 4281.0, 4302.0, 4281.0, 4314.0, 4282.0, 4300.0, 4261.0, 4293.0, 4261.0, 4294.0, 4273.0, 4304.0, 4284.0, 4294.0, 4314.0, 4293.0, 4312.0, 4294.0, 4314.0, 4293.0, 4301.0, 4280.0, 4302.0, 4260.0, 4290.0, 4271.0, 4290.0, 4259.0, 4294.0, 4304.0, 4284.0, 4316.0, 4295.0, 4312.0, 4294.0, 4315.0, 4274.0, 4317.0, 4277.0, 4288.0, 4285.0, 4324.0, 4298.0, 4335.0, 4316.0, 4326.0, 4307.0, 4318.0, 4296.0, 4325.0, 4294.0, 4324.0, 4291.0, 4313.0, 4280.0, 4303.0, 4260.0, 4291.0, 4249.0, 4280.0, 4249.0, 4292.0, 4263.0, 4293.0, 4272.0, 4305.0, 4265.0, 4308.0, 4265.0, 4306.0, 4338.0, 4295.0, 4314.0, 4295.0, 4316.0, 4275.0, 4304.0, 4276.0, 4308.0, 4285.0, 4326.0, 4276.0, 4327.0, 4295.0, 4294.0, 4324.0, 4305.0, 4317.0, 4282.0, 4330.0, 4285.0, 4292.0, 4310.0, 4279.0, 4313.0, 4280.0, 4293.0, 4279.0, 4281.0, 4312.0, 4281.0, 4302.0, 4261.0, 4291.0, 4267.0, 4259.0, 4300.0, 4267.0, 4289.0, 4269.0, 4291.0, 4250.0, 4282.0, 4280.0, 4271.0, 4311.0, 4280.0, 4290.0, 4257.0, 4280.0, 4258.0, 4270.0, 4311.0, 4279.0, 4291.0, 4271.0, 4279.0, 4248.0, 4282.0, 4271.0, 4273.0, 4312.0, 4294.0, 4305.0, 4273.0, 4294.0, 4252.0, 4285.0, 4291.0, 4283.0, 4327.0, 4307.0, 4314.0, 4284.0, 4308.0, 4275.0, 4296.0, 4305.0, 4297.0, 4328.0, 4306.0, 4314.0, 4286.0, 4306.0, 4277.0, 4304.0, 4262.0, 4306.0, 4265.0, 4318.0, 4264.0, 4318.0, 4305.0, 4295.0, 4327.0, 4305.0, 4314.0, 4294.0, 4315.0, 4284.0, 4294.0, 4314.0, 4282.0, 4302.0, 4271.0, 4293.0, 4250.0, 4293.0, 4264.0, 4294.0, 4271.0, 4283.0, 4314.0, 4297.0, 4307.0, 4272.0, 4293.0, 4261.0, 4294.0, 4274.0, 4283.0, 4325.0, 4295.0, 4306.0, 4260.0, 4295.0, 4286.0, 4308.0, 4317.0, 4295.0, 4318.0, 4276.0, 4317.0, 4275.0, 4297.0, 4322.0, 4278.0, 4331.0, 4289.0, 4329.0, 4287.0, 4340.0, 4307.0, 4329.0, 4328.0, 4296.0, 4326.0, 4284.0, 4304.0, 4271.0, 4293.0, 4281.0, 4282.0, 4303.0, 4284.0, 4302.0, 4284.0, 4285.0, 4310.0, 4278.0, 4329.0, 4313.0, 4332.0, 4324.0, 4314.0, 4344.0, 4313.0, 4354.0, 4323.0, 4345.0, 4319.0, 4328.0, 4329.0, 4305.0, 4316.0, 4289.0, 4301.0, 4276.0, 4277.0, 4287.0, 4254.0, 4273.0, 4243.0, 4253.0, 4222.0, 4254.0, 4234.0, 4255.0, 4276.0, 4246.0, 4277.0, 4258.0, 4279.0, 4250.0, 4270.0, 4249.0, 4273.0, 4281.0, 4285.0, 4314.0, 4294.0, 4304.0, 4273.0, 4317.0, 4284.0, 4306.0, 4276.0, 4314.0, 4287.0, 4328.0, 4308.0, 4328.0, 4297.0, 4326.0, 4297.0, 4342.0, 4296.0, 4327.0, 4307.0, 4318.0, 4297.0, 4319.0, 4288.0, 4305.0, 4273.0, 4306.0, 4266.0, 4319.0, 4277.0, 4317.0, 4275.0, 4320.0, 4306.0, 4309.0, 4328.0, 4306.0, 4330.0, 4298.0, 4328.0, 4297.0, 4325.0, 4295.0, 4330.0, 4285.0, 4308.0, 4303.0, 4285.0, 4325.0, 4304.0, 4313.0, 4284.0, 4303.0, 4261.0, 4306.0, 4283.0, 4293.0, 4316.0, 4319.0, 4322.0, 4311.0, 4328.0, 4307.0, 4318.0, 4274.0, 4316.0, 4283.0, 4306.0, 4327.0, 4296.0, 4305.0, 4276.0, 4305.0, 4285.0, 4305.0, 4295.0, 4308.0, 4325.0, 4297.0, 4326.0, 4300.0, 4318.0, 4285.0, 4331.0, 4314.0, 4334.0, 4289.0, 4319.0, 4289.0, 4328.0, 4282.0, 4312.0, 4307.0, 4298.0, 4321.0, 4323.0, 4355.0, 4331.0, 4355.0, 4334.0, 4320.0, 4326.0, 4305.0, 4315.0, 4314.0, 4315.0, 4293.0, 4302.0, 4277.0, 4287.0, 4244.0, 4275.0, 4242.0, 4263.0, 4242.0, 4245.0, 4265.0, 4246.0, 4277.0, 4247.0, 4268.0, 4251.0, 4269.0, 4262.0, 4273.0, 4303.0, 4282.0, 4302.0, 4272.0, 4294.0, 4276.0, 4295.0, 4317.0, 4282.0, 4315.0, 4284.0, 4304.0, 4283.0, 4295.0, 4264.0, 4295.0, 4307.0, 4295.0, 4329.0, 4297.0, 4315.0, 4286.0, 4316.0, 4273.0, 4318.0, 4338.0, 4323.0, 4339.0, 4310.0, 4331.0, 4287.0, 4297.0, 4277.0, 4297.0, 4272.0, 4296.0, 4284.0, 4294.0, 4313.0, 4296.0, 4329.0, 4308.0, 4329.0, 4300.0, 4318.0, 4274.0, 4304.0, 4304.0, 4296.0, 4324.0, 4296.0, 4313.0, 4284.0, 4317.0, 4284.0, 4306.0, 4327.0, 4294.0, 4312.0, 4279.0, 4303.0, 4272.0, 4292.0, 4303.0, 4282.0, 4312.0, 4281.0, 4303.0, 4258.0, 4302.0, 4260.0, 4292.0, 4291.0, 4281.0, 4314.0, 4283.0, 4302.0, 4272.0, 4302.0, 4276.0, 4294.0, 4313.0, 4272.0, 4299.0, 4271.0, 4302.0, 4249.0, 4296.0, 4314.0, 4297.0, 4329.0, 4307.0, 4315.0, 4276.0, 4316.0, 4298.0, 4330.0, 4312.0, 4332.0, 4288.0, 4320.0, 4287.0, 4305.0, 4324.0, 4304.0, 4314.0, 4294.0, 4306.0, 4262.0, 4295.0, 4295.0, 4294.0, 4326.0, 4297.0, 4315.0, 4285.0, 4318.0, 4327.0, 4307.0, 4341.0, 4307.0, 4316.0, 4275.0, 4316.0, 4296.0, 4316.0, 4340.0, 4318.0, 4329.0, 4308.0, 4315.0, 4273.0, 4316.0, 4295.0, 4305.0, 4324.0, 4295.0, 4325.0, 4291.0, 4312.0, 4283.0, 4317.0, 4292.0, 4301.0, 4282.0, 4292.0, 4295.0, 4255.0, 4304.0, 4297.0, 4320.0, 4319.0, 4320.0, 4352.0, 4340.0, 4342.0, 4327.0, 4325.0, 4316.0, 4292.0, 4301.0, 4279.0, 4297.0, 4264.0, 4274.0, 4285.0, 4262.0, 4271.0, 4241.0, 4252.0, 4220.0, 4242.0, 4262.0, 4234.0, 4254.0, 4246.0, 4266.0, 4237.0, 4268.0, 4238.0, 4270.0, 4269.0, 4271.0, 4301.0, 4282.0, 4304.0, 4296.0, 4317.0, 4274.0, 4305.0, 4264.0, 4294.0, 4315.0, 4283.0, 4306.0, 4297.0, 4306.0, 4287.0, 4305.0, 4291.0, 4280.0, 4313.0, 4295.0, 4324.0, 4296.0, 4328.0, 4308.0, 4328.0, 4299.0, 4316.0, 4286.0, 4327.0, 4299.0, 4331.0, 4293.0, 4340.0, 4321.0, 4342.0, 4322.0, 4321.0, 4332.0, 4310.0, 4342.0, 4308.0, 4339.0, 4306.0, 4326.0, 4338.0, 4315.0, 4324.0, 4293.0, 4314.0, 4269.0, 4302.0, 4270.0, 4280.0, 4312.0, 4281.0, 4302.0, 4282.0, 4302.0, 4261.0, 4294.0, 4263.0, 4293.0, 4304.0, 4294.0, 4326.0, 4306.0, 4329.0, 4297.0, 4325.0], 'WindowWidth': [9617.0, 9579.0, 9545.0, 9592.0, 9517.0, 9527.0, 9497.0, 9547.0, 9482.0, 9528.0, 9452.0, 9485.0, 9528.0, 9485.0, 9512.0, 9465.0, 9494.0, 9437.0, 9474.0, 9426.0, 9444.0, 9487.0, 9426.0, 9470.0, 9414.0, 9474.0, 9427.0, 9444.0, 9485.0, 9443.0, 9469.0, 9428.0, 9457.0, 9454.0, 9473.0, 9515.0, 9497.0, 9500.0, 9461.0, 9514.0, 9485.0, 9525.0, 9479.0, 9523.0, 9508.0, 9528.0, 9524.0, 9508.0, 9539.0, 9509.0, 9576.0, 9543.0, 9575.0, 9499.0, 9546.0, 9549.0, 9520.0, 9539.0, 9481.0, 9517.0, 9516.0, 9476.0, 9494.0, 9449.0, 9470.0, 9414.0, 9446.0, 9425.0, 9409.0, 9461.0, 9409.0, 9441.0, 9399.0, 9443.0, 9385.0, 9435.0, 9416.0, 9428.0, 9488.0, 9460.0, 9493.0, 9461.0, 9484.0, 9449.0, 9493.0, 9451.0, 9517.0, 9469.0, 9518.0, 9467.0, 9502.0, 9468.0, 9487.0, 9439.0, 9482.0, 9427.0, 9485.0, 9496.0, 9469.0, 9513.0, 9472.0, 9502.0, 9473.0, 9497.0, 9479.0, 9528.0, 9453.0, 9513.0, 9460.0, 9499.0, 9508.0, 9512.0, 9543.0, 9513.0, 9541.0, 9498.0, 9510.0, 9456.0, 9508.0, 9490.0, 9510.0, 9539.0, 9496.0, 9524.0, 9490.0, 9518.0, 9479.0, 9521.0, 9467.0, 9524.0, 9462.0, 9524.0, 9531.0, 9510.0, 9554.0, 9510.0, 9540.0, 9495.0, 9527.0, 9464.0, 9506.0, 9499.0, 9490.0, 9541.0, 9500.0, 9518.0, 9469.0, 9485.0, 9452.0, 9485.0, 9465.0, 9485.0, 9511.0, 9470.0, 9514.0, 9465.0, 9500.0, 9457.0, 9490.0, 9499.0, 9489.0, 9527.0, 9475.0, 9516.0, 9486.0, 9512.0, 9469.0, 9519.0, 9459.0, 9504.0, 9470.0, 9491.0, 9533.0, 9482.0, 9516.0, 9486.0, 9503.0, 9458.0, 9487.0, 9443.0, 9482.0, 9498.0, 9488.0, 9518.0, 9492.0, 9535.0, 9488.0, 9518.0, 9460.0, 9507.0, 9461.0, 9518.0, 9505.0, 9505.0, 9533.0, 9484.0, 9500.0, 9454.0, 9498.0, 9453.0, 9480.0, 9514.0, 9467.0, 9508.0, 9468.0, 9498.0, 9470.0, 9515.0, 9473.0, 9503.0, 9461.0, 9505.0, 9477.0, 9507.0, 9533.0, 9502.0, 9536.0, 9489.0, 9503.0, 9456.0, 9501.0, 9455.0, 9500.0, 9496.0, 9485.0, 9527.0, 9466.0, 9497.0, 9466.0, 9516.0, 9468.0, 9492.0, 9439.0, 9484.0, 9440.0, 9488.0, 9456.0, 9502.0, 9472.0, 9487.0, 9516.0, 9485.0, 9514.0, 9486.0, 9516.0, 9485.0, 9496.0, 9463.0, 9496.0, 9437.0, 9480.0, 9450.0, 9478.0, 9434.0, 9488.0, 9503.0, 9476.0, 9521.0, 9489.0, 9512.0, 9488.0, 9520.0, 9463.0, 9526.0, 9470.0, 9490.0, 9478.0, 9531.0, 9496.0, 9547.0, 9520.0, 9539.0, 9511.0, 9530.0, 9497.0, 9535.0, 9488.0, 9533.0, 9481.0, 9516.0, 9464.0, 9498.0, 9431.0, 9477.0, 9416.0, 9462.0, 9418.0, 9481.0, 9444.0, 9485.0, 9455.0, 9505.0, 9450.0, 9511.0, 9450.0, 9509.0, 9556.0, 9492.0, 9516.0, 9489.0, 9521.0, 9463.0, 9503.0, 9464.0, 9512.0, 9479.0, 9535.0, 9467.0, 9542.0, 9489.0, 9489.0, 9534.0, 9503.0, 9525.0, 9469.0, 9550.0, 9474.0, 9477.0, 9506.0, 9459.0, 9511.0, 9460.0, 9482.0, 9458.0, 9464.0, 9512.0, 9463.0, 9500.0, 9436.0, 9476.0, 9441.0, 9430.0, 9489.0, 9440.0, 9473.0, 9445.0, 9478.0, 9419.0, 9466.0, 9462.0, 9448.0, 9507.0, 9459.0, 9476.0, 9425.0, 9461.0, 9427.0, 9448.0, 9508.0, 9458.0, 9478.0, 9448.0, 9460.0, 9414.0, 9465.0, 9448.0, 9455.0, 9510.0, 9484.0, 9501.0, 9457.0, 9487.0, 9427.0, 9477.0, 9480.0, 9473.0, 9537.0, 9508.0, 9519.0, 9479.0, 9512.0, 9465.0, 9495.0, 9505.0, 9495.0, 9542.0, 9507.0, 9519.0, 9478.0, 9506.0, 9467.0, 9500.0, 9442.0, 9506.0, 9448.0, 9525.0, 9448.0, 9529.0, 9504.0, 9492.0, 9538.0, 9502.0, 9520.0, 9486.0, 9519.0, 9471.0, 9485.0, 9517.0, 9464.0, 9497.0, 9450.0, 9483.0, 9419.0, 9484.0, 9444.0, 9488.0, 9451.0, 9468.0, 9517.0, 9494.0, 9510.0, 9456.0, 9485.0, 9437.0, 9484.0, 9459.0, 9472.0, 9534.0, 9489.0, 9505.0, 9435.0, 9488.0, 9477.0, 9514.0, 9525.0, 9493.0, 9526.0, 9467.0, 9525.0, 9465.0, 9496.0, 9538.0, 9474.0, 9550.0, 9491.0, 9546.0, 9483.0, 9561.0, 9508.0, 9544.0, 9540.0, 9492.0, 9537.0, 9472.0, 9503.0, 9450.0, 9484.0, 9463.0, 9466.0, 9499.0, 9472.0, 9496.0, 9471.0, 9475.0, 9519.0, 9474.0, 9545.0, 9532.0, 9554.0, 9546.0, 9533.0, 9578.0, 9529.0, 9591.0, 9545.0, 9579.0, 9531.0, 9541.0, 9551.0, 9502.0, 9523.0, 9470.0, 9495.0, 9445.0, 9449.0, 9469.0, 9410.0, 9439.0, 9393.0, 9410.0, 9366.0, 9412.0, 9385.0, 9415.0, 9449.0, 9406.0, 9451.0, 9425.0, 9455.0, 9417.0, 9446.0, 9417.0, 9455.0, 9466.0, 9472.0, 9514.0, 9485.0, 9499.0, 9457.0, 9524.0, 9475.0, 9505.0, 9465.0, 9515.0, 9482.0, 9539.0, 9511.0, 9539.0, 9496.0, 9536.0, 9497.0, 9564.0, 9495.0, 9536.0, 9507.0, 9527.0, 9494.0, 9528.0, 9484.0, 9505.0, 9457.0, 9506.0, 9451.0, 9527.0, 9468.0, 9524.0, 9462.0, 9532.0, 9508.0, 9515.0, 9540.0, 9508.0, 9544.0, 9496.0, 9541.0, 9496.0, 9534.0, 9490.0, 9545.0, 9477.0, 9512.0, 9500.0, 9476.0, 9532.0, 9499.0, 9514.0, 9473.0, 9500.0, 9439.0, 9504.0, 9472.0, 9487.0, 9519.0, 9534.0, 9540.0, 9521.0, 9542.0, 9510.0, 9527.0, 9460.0, 9522.0, 9472.0, 9506.0, 9537.0, 9492.0, 9505.0, 9465.0, 9507.0, 9475.0, 9504.0, 9491.0, 9511.0, 9533.0, 9496.0, 9538.0, 9504.0, 9526.0, 9477.0, 9552.0, 9534.0, 9561.0, 9492.0, 9531.0, 9493.0, 9543.0, 9470.0, 9507.0, 9514.0, 9502.0, 9539.0, 9541.0, 9590.0, 9551.0, 9599.0, 9554.0, 9533.0, 9538.0, 9503.0, 9514.0, 9512.0, 9521.0, 9479.0, 9500.0, 9448.0, 9466.0, 9397.0, 9444.0, 9390.0, 9423.0, 9395.0, 9400.0, 9430.0, 9406.0, 9451.0, 9410.0, 9441.0, 9422.0, 9445.0, 9439.0, 9456.0, 9495.0, 9465.0, 9492.0, 9454.0, 9485.0, 9463.0, 9490.0, 9520.0, 9468.0, 9518.0, 9473.0, 9500.0, 9471.0, 9488.0, 9445.0, 9492.0, 9509.0, 9491.0, 9544.0, 9496.0, 9519.0, 9478.0, 9522.0, 9458.0, 9530.0, 9559.0, 9540.0, 9561.0, 9520.0, 9550.0, 9481.0, 9494.0, 9465.0, 9495.0, 9458.0, 9492.0, 9475.0, 9491.0, 9515.0, 9494.0, 9544.0, 9512.0, 9544.0, 9504.0, 9527.0, 9462.0, 9503.0, 9501.0, 9492.0, 9533.0, 9491.0, 9514.0, 9475.0, 9522.0, 9472.0, 9506.0, 9540.0, 9486.0, 9512.0, 9462.0, 9497.0, 9453.0, 9483.0, 9497.0, 9467.0, 9511.0, 9464.0, 9498.0, 9430.0, 9494.0, 9433.0, 9481.0, 9478.0, 9467.0, 9515.0, 9469.0, 9496.0, 9455.0, 9497.0, 9465.0, 9487.0, 9515.0, 9452.0, 9489.0, 9453.0, 9497.0, 9421.0, 9492.0, 9516.0, 9495.0, 9546.0, 9510.0, 9520.0, 9465.0, 9525.0, 9501.0, 9549.0, 9525.0, 9552.0, 9488.0, 9530.0, 9484.0, 9508.0, 9532.0, 9500.0, 9517.0, 9491.0, 9508.0, 9444.0, 9492.0, 9493.0, 9490.0, 9536.0, 9498.0, 9523.0, 9478.0, 9530.0, 9539.0, 9512.0, 9563.0, 9513.0, 9524.0, 9465.0, 9522.0, 9495.0, 9523.0, 9563.0, 9528.0, 9544.0, 9512.0, 9521.0, 9459.0, 9523.0, 9489.0, 9504.0, 9530.0, 9489.0, 9534.0, 9482.0, 9511.0, 9469.0, 9523.0, 9486.0, 9495.0, 9469.0, 9486.0, 9491.0, 9441.0, 9506.0, 9501.0, 9539.0, 9535.0, 9539.0, 9586.0, 9562.0, 9576.0, 9538.0, 9533.0, 9528.0, 9479.0, 9498.0, 9454.0, 9484.0, 9428.0, 9441.0, 9466.0, 9420.0, 9435.0, 9393.0, 9407.0, 9363.0, 9394.0, 9423.0, 9387.0, 9415.0, 9408.0, 9435.0, 9399.0, 9442.0, 9400.0, 9448.0, 9445.0, 9450.0, 9493.0, 9467.0, 9498.0, 9494.0, 9525.0, 9460.0, 9502.0, 9445.0, 9488.0, 9518.0, 9470.0, 9506.0, 9499.0, 9510.0, 9480.0, 9506.0, 9480.0, 9464.0, 9511.0, 9488.0, 9530.0, 9498.0, 9542.0, 9513.0, 9541.0, 9503.0, 9523.0, 9484.0, 9541.0, 9507.0, 9553.0, 9505.0, 9563.0, 9539.0, 9567.0, 9543.0, 9540.0, 9555.0, 9519.0, 9572.0, 9513.0, 9563.0, 9509.0, 9538.0, 9561.0, 9520.0, 9534.0, 9483.0, 9518.0, 9446.0, 9496.0, 9446.0, 9462.0, 9510.0, 9462.0, 9494.0, 9466.0, 9495.0, 9439.0, 9487.0, 9443.0, 9486.0, 9501.0, 9488.0, 9536.0, 9507.0, 9542.0, 9498.0, 9533.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.004271135321100918</td></tr>
<tr><td colspan=3>aqi</td><td>0.032828199311926605</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.07535502177956</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2894683898163026</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0564660368656715</td></tr>
<tr><td colspan=3>efc</td><td>0.4985</td></tr>
<tr><td colspan=3>fber</td><td>5209.2373</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.14282663152031494</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>118</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>13.53211009174312</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.752358080682202</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.678451663413463</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.035796473075517</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.542826105557626</td></tr>
<tr><td colspan=3>gcor</td><td>0.0140226</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007171500474214554</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.036864105612039566</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9194771502698296</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>21.1668</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.3894</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>189.157</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292108.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>862.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>355.3121</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5868</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>532.863</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3410.0095</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3614.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84436.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1193.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4455.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>922.0563</td></tr>
<tr><td colspan=3>tsnr</td><td>33.13723536179168</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>