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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0094_ses-04_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0094_ses-04_task-social_acq-mb8_run-03_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-04_subject-0094_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-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-04_subject-0094_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-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-04_subject-0094_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-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-04_subject-0094_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-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-04_subject-0094_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-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-04_subject-0094_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-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-04_subject-0094_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-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0094/ses-04/func/sub-0094_ses-04_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>e53131ede40562aaf88759956aea95a5</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>19:07:18.520000</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.998631, -0.0081217, 0.0516788, 0.0118526, 0.997312, -0.0723015]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.106691</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4252, -7862, -7212, 636, -41, -268, 293, 84]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>231.029</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7cfeb4ff-f5ee-4403-8619-796cbba5c6a7||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.679253339767456, 0.031799543648958206, 0.1375722587108612, 106.48217010498047], [0.021789928898215294, 2.6757161617279053, -0.19660061597824097, -99.373779296875], [0.13865041732788086, 0.1939796805381775, 2.6893162727355957, -77.31224822998047], [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': ['190718.520000', '190718.980000', '190719.440000', '190719.900000', '190720.360000', '190720.820000', '190721.280000', '190721.740000', '190722.200000', '190722.660000', '190723.120000', '190723.580000', '190724.040000', '190724.500000', '190724.960000', '190725.420000', '190725.880000', '190726.340000', '190726.800000', '190727.260000', '190727.720000', '190728.180000', '190728.640000', '190729.100000', '190729.560000', '190730.020000', '190730.480000', '190730.940000', '190731.400000', '190731.860000', '190732.320000', '190732.780000', '190733.240000', '190733.700000', '190734.160000', '190734.620000', '190735.080000', '190735.540000', '190736.000000', '190736.460000', '190736.920000', '190737.380000', '190737.840000', '190738.300000', '190738.760000', '190739.220000', '190739.680000', '190740.140000', '190740.600000', '190741.060000', '190741.520000', '190741.980000', '190742.440000', '190742.900000', '190743.360000', '190743.820000', '190744.280000', '190744.740000', '190745.200000', '190745.660000', '190746.120000', '190746.580000', '190747.040000', '190747.500000', '190747.960000', '190748.420000', '190748.880000', '190749.340000', '190749.800000', '190750.260000', '190750.720000', '190751.180000', '190751.640000', '190752.100000', '190752.560000', '190753.020000', '190753.480000', '190753.940000', '190754.400000', '190754.860000', '190755.320000', '190755.780000', '190756.240000', '190756.700000', '190757.160000', '190757.620000', '190758.080000', '190758.540000', '190759.000000', '190759.460000', '190759.920000', '190800.380000', '190800.840000', '190801.300000', '190801.760000', '190802.220000', '190802.680000', '190803.140000', '190803.600000', '190804.060000', '190804.520000', '190804.980000', '190805.440000', '190805.900000', '190806.360000', '190806.820000', '190807.280000', '190807.740000', '190808.200000', '190808.660000', '190809.120000', '190809.580000', '190810.040000', '190810.500000', '190810.960000', '190811.420000', '190811.880000', '190812.340000', '190812.800000', '190813.260000', '190813.720000', '190814.180000', '190814.640000', '190815.100000', '190815.560000', '190816.020000', '190816.480000', '190816.940000', '190817.400000', '190817.860000', '190818.320000', '190818.780000', '190819.240000', '190819.700000', '190820.160000', '190820.620000', '190821.080000', '190821.540000', '190822.000000', '190822.460000', '190822.920000', '190823.380000', '190823.840000', '190824.300000', '190824.760000', '190825.220000', '190825.680000', '190826.140000', '190826.600000', '190827.060000', '190827.520000', '190827.980000', '190828.440000', '190828.900000', '190829.360000', '190829.820000', '190830.280000', '190830.740000', '190831.200000', '190831.660000', '190832.120000', '190832.580000', '190833.040000', '190833.500000', '190833.960000', '190834.420000', '190834.880000', '190835.340000', '190835.800000', '190836.260000', '190836.720000', '190837.180000', '190837.640000', '190838.100000', '190838.560000', '190839.020000', '190839.480000', '190839.940000', '190840.400000', '190840.860000', '190841.320000', '190841.780000', '190842.240000', '190842.700000', '190843.160000', '190843.620000', '190844.080000', '190844.540000', '190845.000000', '190845.460000', '190845.920000', '190846.380000', '190846.840000', '190847.300000', '190847.760000', '190848.220000', '190848.680000', '190849.140000', '190849.600000', '190850.060000', '190850.520000', '190850.980000', '190851.440000', '190851.900000', '190852.360000', '190852.820000', '190853.280000', '190853.740000', '190854.200000', '190854.660000', '190855.120000', '190855.580000', '190856.040000', '190856.500000', '190856.960000', '190857.420000', '190857.880000', '190858.340000', '190858.800000', '190859.260000', '190859.720000', '190900.180000', '190900.640000', '190901.100000', '190901.560000', '190902.020000', '190902.480000', '190902.940000', '190903.400000', '190903.860000', '190904.320000', '190904.780000', '190905.240000', '190905.700000', '190906.160000', '190906.620000', '190907.080000', '190907.540000', '190908.000000', '190908.460000', '190908.920000', '190909.380000', '190909.840000', '190910.300000', '190910.760000', '190911.220000', '190911.680000', '190912.140000', '190912.600000', '190913.060000', '190913.520000', '190913.980000', '190914.440000', '190914.900000', '190915.360000', '190915.820000', '190916.280000', '190916.740000', '190917.200000', '190917.660000', '190918.120000', '190918.580000', '190919.040000', '190919.500000', '190919.960000', '190920.420000', '190920.880000', '190921.340000', '190921.800000', '190922.260000', '190922.720000', '190923.180000', '190923.640000', '190924.100000', '190924.560000', '190925.020000', '190925.480000', '190925.940000', '190926.400000', '190926.860000', '190927.320000', '190927.780000', '190928.240000', '190928.700000', '190929.160000', '190929.620000', '190930.080000', '190930.540000', '190931.000000', '190931.460000', '190931.920000', '190932.380000', '190932.840000', '190933.300000', '190933.760000', '190934.220000', '190934.680000', '190935.140000', '190935.600000', '190936.060000', '190936.520000', '190936.980000', '190937.440000', '190937.900000', '190938.360000', '190938.820000', '190939.280000', '190939.740000', '190940.200000', '190940.660000', '190941.120000', '190941.580000', '190942.040000', '190942.500000', '190942.960000', '190943.420000', '190943.880000', '190944.340000', '190944.800000', '190945.260000', '190945.720000', '190946.180000', '190946.640000', '190947.100000', '190947.560000', '190948.020000', '190948.480000', '190948.940000', '190949.400000', '190949.860000', '190950.320000', '190950.780000', '190951.240000', '190951.700000', '190952.160000', '190952.620000', '190953.080000', '190953.540000', '190954.000000', '190954.460000', '190954.920000', '190955.380000', '190955.840000', '190956.300000', '190956.760000', '190957.220000', '190957.680000', '190958.140000', '190958.600000', '190959.060000', '190959.520000', '190959.980000', '191000.440000', '191000.900000', '191001.360000', '191001.820000', '191002.280000', '191002.740000', '191003.200000', '191003.660000', '191004.120000', '191004.580000', '191005.040000', '191005.500000', '191005.960000', '191006.420000', '191006.880000', '191007.340000', '191007.800000', '191008.260000', '191008.720000', '191009.180000', '191009.640000', '191010.100000', '191010.560000', '191011.020000', '191011.480000', '191011.940000', '191012.400000', '191012.860000', '191013.320000', '191013.780000', '191014.240000', '191014.700000', '191015.160000', '191015.620000', '191016.080000', '191016.540000', '191017.000000', '191017.460000', '191017.920000', '191018.380000', '191018.840000', '191019.300000', '191019.760000', '191020.220000', '191020.680000', '191021.140000', '191021.600000', '191022.060000', '191022.520000', '191022.980000', '191023.440000', '191023.900000', '191024.360000', '191024.820000', '191025.280000', '191025.740000', '191026.200000', '191026.660000', '191027.120000', '191027.580000', '191028.040000', '191028.500000', '191028.960000', '191029.420000', '191029.880000', '191030.340000', '191030.800000', '191031.260000', '191031.720000', '191032.180000', '191032.640000', '191033.100000', '191033.560000', '191034.020000', '191034.480000', '191034.940000', '191035.400000', '191035.860000', '191036.320000', '191036.780000', '191037.240000', '191037.700000', '191038.160000', '191038.620000', '191039.080000', '191039.540000', '191040.000000', '191040.460000', '191040.920000', '191041.380000', '191041.840000', '191042.300000', '191042.760000', '191043.220000', '191043.680000', '191044.140000', '191044.600000', '191045.060000', '191045.520000', '191045.980000', '191046.440000', '191046.900000', '191047.360000', '191047.820000', '191048.280000', '191048.740000', '191049.200000', '191049.660000', '191050.120000', '191050.580000', '191051.040000', '191051.500000', '191051.960000', '191052.420000', '191052.880000', '191053.340000', '191053.800000', '191054.260000', '191054.720000', '191055.180000', '191055.640000', '191056.100000', '191056.560000', '191057.020000', '191057.480000', '191057.940000', '191058.400000', '191058.860000', '191059.320000', '191059.780000', '191100.240000', '191100.700000', '191101.160000', '191101.620000', '191102.080000', '191102.540000', '191103.000000', '191103.460000', '191103.920000', '191104.380000', '191104.840000', '191105.300000', '191105.760000', '191106.220000', '191106.680000', '191107.140000', '191107.600000', '191108.060000', '191108.520000', '191108.980000', '191109.440000', '191109.900000', '191110.360000', '191110.820000', '191111.280000', '191111.740000', '191112.200000', '191112.660000', '191113.120000', '191113.580000', '191114.040000', '191114.500000', '191114.960000', '191115.420000', '191115.880000', '191116.340000', '191116.800000', '191117.260000', '191117.720000', '191118.180000', '191118.640000', '191119.100000', '191119.560000', '191120.020000', '191120.480000', '191120.940000', '191121.400000', '191121.860000', '191122.320000', '191122.780000', '191123.240000', '191123.700000', '191124.160000', '191124.620000', '191125.080000', '191125.540000', '191126.000000', '191126.460000', '191126.920000', '191127.380000', '191127.840000', '191128.300000', '191128.760000', '191129.220000', '191129.680000', '191130.140000', '191130.600000', '191131.060000', '191131.520000', '191131.980000', '191132.440000', '191132.900000', '191133.360000', '191133.820000', '191134.280000', '191134.740000', '191135.200000', '191135.660000', '191136.120000', '191136.580000', '191137.040000', '191137.500000', '191137.960000', '191138.420000', '191138.880000', '191139.340000', '191139.800000', '191140.260000', '191140.720000', '191141.180000', '191141.640000', '191142.100000', '191142.560000', '191143.020000', '191143.480000', '191143.940000', '191144.400000', '191144.860000', '191145.320000', '191145.780000', '191146.240000', '191146.700000', '191147.160000', '191147.620000', '191148.080000', '191148.540000', '191149.000000', '191149.460000', '191149.920000', '191150.380000', '191150.840000', '191151.300000', '191151.760000', '191152.220000', '191152.680000', '191153.140000', '191153.600000', '191154.060000', '191154.520000', '191154.980000', '191155.440000', '191155.900000', '191156.360000', '191156.820000', '191157.280000', '191157.740000', '191158.200000', '191158.660000', '191159.120000', '191159.580000', '191200.040000', '191200.500000', '191200.960000', '191201.420000', '191201.880000', '191202.340000', '191202.800000', '191203.260000', '191203.720000', '191204.180000', '191204.640000', '191205.100000', '191205.560000', '191206.020000', '191206.480000', '191206.940000', '191207.400000', '191207.860000', '191208.320000', '191208.780000', '191209.240000', '191209.700000', '191210.160000', '191210.620000', '191211.080000', '191211.540000', '191212.000000', '191212.460000', '191212.920000', '191213.380000', '191213.840000', '191214.300000', '191214.760000', '191215.220000', '191215.680000', '191216.140000', '191216.600000', '191217.060000', '191217.520000', '191217.980000', '191218.440000', '191218.900000', '191219.360000', '191219.820000', '191220.280000', '191220.740000', '191221.200000', '191221.660000', '191222.120000', '191222.580000', '191223.040000', '191223.500000', '191223.960000', '191224.420000', '191224.880000', '191225.340000', '191225.800000', '191226.260000', '191226.720000', '191227.180000', '191227.640000', '191228.100000', '191228.560000', '191229.020000', '191229.480000', '191229.940000', '191230.400000', '191230.860000', '191231.320000', '191231.780000', '191232.240000', '191232.700000', '191233.160000', '191233.620000', '191234.080000', '191234.540000', '191235.000000', '191235.460000', '191235.920000', '191236.380000', '191236.840000', '191237.300000', '191237.760000', '191238.220000', '191238.680000', '191239.140000', '191239.600000', '191240.060000', '191240.520000', '191240.980000', '191241.440000', '191241.900000', '191242.360000', '191242.820000', '191243.280000', '191243.740000', '191244.200000', '191244.660000', '191245.120000', '191245.580000', '191246.040000', '191246.500000', '191246.960000', '191247.420000', '191247.880000', '191248.340000', '191248.800000', '191249.260000', '191249.720000', '191250.180000', '191250.640000', '191251.100000', '191251.560000', '191252.020000', '191252.480000', '191252.940000', '191253.400000', '191253.860000', '191254.320000', '191254.780000', '191255.240000', '191255.700000', '191256.160000', '191256.620000', '191257.080000', '191257.540000', '191258.000000', '191258.460000', '191258.920000', '191259.380000', '191259.840000', '191300.300000', '191300.760000', '191301.220000', '191301.680000', '191302.140000', '191302.600000', '191303.060000', '191303.520000', '191303.980000', '191304.440000', '191304.900000', '191305.360000', '191305.820000', '191306.280000', '191306.740000', '191307.200000', '191307.660000', '191308.120000', '191308.580000', '191309.040000', '191309.500000', '191309.960000', '191310.420000', '191310.880000', '191311.340000', '191311.800000', '191312.260000', '191312.720000', '191313.180000', '191313.640000', '191314.100000', '191314.560000', '191315.020000', '191315.480000', '191315.940000', '191316.400000', '191316.860000', '191317.320000', '191317.780000', '191318.240000', '191318.700000', '191319.160000', '191319.620000', '191320.080000', '191320.540000', '191321.000000', '191321.460000', '191321.920000', '191322.380000', '191322.840000', '191323.300000', '191323.760000', '191324.220000', '191324.680000', '191325.140000', '191325.600000', '191326.060000', '191326.520000', '191326.980000', '191327.440000', '191327.900000', '191328.360000', '191328.820000', '191329.280000', '191329.740000', '191330.200000', '191330.660000', '191331.120000', '191331.580000', '191332.040000', '191332.500000', '191332.960000', '191333.420000', '191333.880000', '191334.340000', '191334.800000', '191335.260000', '191335.720000', '191336.180000', '191336.640000', '191337.100000', '191337.560000', '191338.020000', '191338.480000', '191338.940000', '191339.400000', '191339.860000', '191340.320000', '191340.780000', '191341.240000', '191341.700000', '191342.160000', '191342.620000', '191343.080000', '191343.540000', '191344.000000', '191344.460000', '191344.920000', '191345.380000', '191345.840000', '191346.300000', '191346.760000', '191347.220000', '191347.680000', '191348.140000', '191348.600000', '191349.060000', '191349.520000', '191349.980000', '191350.440000', '191350.900000', '191351.360000', '191351.820000', '191352.280000', '191352.740000', '191353.200000', '191353.660000', '191354.120000', '191354.580000', '191355.040000', '191355.500000', '191355.960000', '191356.420000', '191356.880000', '191357.340000', '191357.800000', '191358.260000', '191358.720000', '191359.180000'], 'ContentTime': ['190748.049000', '190748.052000', '190748.055000', '190748.058000', '190748.060000', '190748.063000', '190748.066000', '190748.068000', '190748.071000', '190748.073000', '190748.076000', '190748.078000', '190748.081000', '190748.084000', '190748.086000', '190748.089000', '190748.091000', '190748.094000', '190748.096000', '190748.131000', '190748.133000', '190748.136000', '190748.138000', '190748.141000', '190748.144000', '190748.146000', '190748.149000', '190748.170000', '190748.173000', '190748.175000', '190748.178000', '190748.181000', '190748.183000', '190748.186000', '190748.188000', '190748.191000', '190748.193000', '190748.196000', '190748.198000', '190748.201000', '190748.203000', '190748.206000', '190748.209000', '190748.211000', '190748.214000', '190748.216000', '190748.219000', '190748.221000', '190748.224000', '190748.226000', '190748.229000', '190748.231000', '190748.234000', '190748.245000', '190748.247000', '190748.250000', '190748.253000', '190748.255000', '190748.258000', '190748.260000', '190748.263000', '190748.266000', '190748.268000', '190808.011000', '190808.014000', '190808.017000', '190808.019000', '190808.022000', '190808.025000', '190808.027000', '190808.030000', '190808.032000', '190808.035000', '190808.037000', '190808.040000', '190808.043000', '190808.045000', '190808.048000', '190808.050000', '190808.053000', '190808.055000', '190808.058000', '190808.061000', '190808.063000', '190808.066000', '190808.068000', '190808.071000', '190808.074000', '190808.076000', '190808.079000', '190808.081000', '190808.084000', '190808.086000', '190808.089000', '190808.092000', '190808.094000', '190808.097000', '190808.099000', '190808.102000', '190808.105000', '190808.107000', '190808.110000', '190808.112000', '190808.115000', '190808.118000', '190808.120000', '190828.011000', '190828.014000', '190828.017000', '190828.019000', '190828.025000', '190828.028000', '190828.030000', '190828.033000', '190828.036000', '190828.038000', '190828.041000', '190828.043000', '190828.046000', '190828.048000', '190828.051000', '190828.054000', '190828.056000', '190828.059000', '190828.062000', '190828.064000', '190828.067000', '190828.069000', '190828.072000', '190828.075000', '190828.077000', '190828.080000', '190828.082000', '190828.085000', '190828.087000', '190828.090000', '190828.093000', '190828.095000', '190828.098000', '190828.100000', '190828.103000', '190828.105000', '190828.108000', '190828.111000', '190828.113000', '190828.116000', '190828.119000', '190828.121000', '190828.124000', '190828.126000', '190848.010000', '190848.013000', '190848.016000', '190848.019000', '190848.021000', '190848.024000', '190848.026000', '190848.029000', '190848.032000', '190848.034000', '190848.037000', '190848.039000', '190848.042000', '190848.044000', '190848.047000', '190848.050000', '190848.052000', '190848.055000', '190848.057000', '190848.060000', '190848.063000', '190848.065000', '190848.068000', '190848.070000', '190848.073000', '190848.075000', '190848.078000', '190848.081000', '190848.083000', '190848.086000', '190848.088000', '190848.091000', '190848.093000', '190848.096000', '190848.099000', '190848.101000', '190848.104000', '190848.106000', '190848.109000', '190848.112000', '190848.114000', '190848.117000', '190848.119000', '190908.012000', '190908.014000', '190908.017000', '190908.020000', '190908.022000', '190908.025000', '190908.027000', '190908.030000', '190908.032000', '190908.035000', '190908.038000', '190908.040000', '190908.043000', '190908.045000', '190908.048000', '190908.051000', '190908.053000', '190908.056000', '190908.059000', '190908.061000', '190908.064000', '190908.066000', '190908.069000', '190908.072000', '190908.074000', '190908.077000', '190908.079000', '190908.082000', '190908.084000', '190908.087000', '190908.089000', '190908.092000', '190908.095000', '190908.097000', '190908.100000', '190908.102000', '190908.105000', '190908.108000', '190908.110000', '190908.113000', '190908.115000', '190908.118000', '190908.120000', '190928.011000', '190928.014000', '190928.017000', '190928.019000', '190928.022000', '190928.025000', '190928.027000', '190928.030000', '190928.032000', '190928.035000', '190928.037000', '190928.040000', '190928.043000', '190928.045000', '190928.048000', '190928.050000', '190928.053000', '190928.055000', '190928.058000', '190928.061000', '190928.063000', '190928.066000', '190928.069000', '190928.071000', '190928.074000', '190928.076000', '190928.079000', '190928.082000', '190928.084000', '190928.087000', '190928.089000', '190928.092000', '190928.095000', '190928.097000', '190928.100000', '190928.102000', '190928.105000', '190928.108000', '190928.110000', '190928.113000', '190928.115000', '190928.118000', '190928.121000', '190928.123000', '190948.011000', '190948.014000', '190948.017000', '190948.020000', '190948.022000', '190948.025000', '190948.028000', '190948.030000', '190948.033000', '190948.035000', '190948.038000', '190948.041000', '190948.044000', '190948.047000', '190948.049000', '190948.052000', '190948.054000', '190948.057000', '190948.060000', '190948.062000', '190948.065000', '190948.067000', '190948.070000', '190948.072000', '190948.075000', '190948.078000', '190948.080000', '190948.083000', '190948.085000', '190948.088000', '190948.091000', '190948.093000', '190948.096000', '190948.098000', '190948.101000', '190948.104000', '190948.106000', '190948.109000', '190948.111000', '190948.114000', '190948.117000', '190948.119000', '190948.122000', '191008.011000', '191008.014000', '191008.017000', '191008.020000', '191008.022000', '191008.027000', '191008.029000', '191008.032000', '191008.034000', '191008.037000', '191008.039000', '191008.042000', '191008.045000', '191008.047000', '191008.050000', '191008.052000', '191008.055000', '191008.058000', '191008.060000', '191008.063000', '191008.066000', '191008.068000', '191008.071000', '191008.073000', '191008.076000', '191008.078000', '191008.081000', '191008.084000', '191008.086000', '191008.089000', '191008.091000', '191008.094000', '191008.097000', '191008.099000', '191008.102000', '191008.104000', '191008.107000', '191008.109000', '191008.112000', '191008.115000', '191008.117000', '191008.120000', '191008.122000', '191008.125000', '191028.011000', '191028.014000', '191028.017000', '191028.020000', '191028.022000', '191028.025000', '191028.028000', '191028.030000', '191028.033000', '191028.035000', '191028.038000', '191028.041000', '191028.043000', '191028.046000', '191028.049000', '191028.051000', '191028.054000', '191028.057000', '191028.059000', '191028.062000', '191028.065000', '191028.067000', '191028.070000', '191028.072000', '191028.075000', '191028.078000', '191028.080000', '191028.083000', '191028.086000', '191028.088000', '191028.091000', '191028.093000', '191028.096000', '191028.099000', '191028.101000', '191028.104000', '191028.107000', '191028.109000', '191028.112000', '191028.114000', '191028.117000', '191028.120000', '191028.122000', '191028.125000', '191048.011000', '191048.014000', '191048.017000', '191048.019000', '191048.022000', '191048.036000', '191048.038000', '191048.041000', '191048.044000', '191048.046000', '191048.049000', '191048.051000', '191048.054000', '191048.056000', '191048.059000', '191048.062000', '191048.064000', '191048.067000', '191048.069000', '191048.072000', '191048.075000', '191048.077000', '191048.080000', '191048.083000', '191048.085000', '191048.088000', '191048.090000', '191048.093000', '191048.108000', '191048.111000', '191048.114000', '191048.116000', '191048.119000', '191048.121000', '191048.124000', '191048.127000', '191048.129000', '191048.132000', '191048.134000', '191048.137000', '191048.140000', '191048.142000', '191048.145000', '191108.010000', '191108.013000', '191108.016000', '191108.018000', '191108.021000', '191108.024000', '191108.026000', '191108.029000', '191108.032000', '191108.034000', '191108.037000', '191108.039000', '191108.042000', '191108.045000', '191108.047000', '191108.050000', '191108.052000', '191108.055000', '191108.057000', '191108.060000', '191108.063000', '191108.065000', '191108.068000', '191108.070000', '191108.073000', '191108.075000', '191108.078000', '191108.082000', '191108.085000', '191108.087000', '191108.090000', '191108.092000', '191108.095000', '191108.098000', '191108.100000', '191108.103000', '191108.105000', '191108.108000', '191108.111000', '191108.113000', '191108.116000', '191108.118000', '191108.121000', '191128.011000', '191128.014000', '191128.017000', '191128.019000', '191128.022000', '191128.025000', '191128.027000', '191128.030000', '191128.032000', '191128.035000', '191128.038000', '191128.040000', '191128.043000', '191128.045000', '191128.048000', '191128.051000', '191128.053000', '191128.063000', '191128.066000', '191128.069000', '191128.071000', '191128.074000', '191128.076000', '191128.079000', '191128.082000', '191128.084000', '191128.087000', '191128.090000', '191128.092000', '191128.095000', '191128.097000', '191128.100000', '191128.102000', '191128.105000', '191128.108000', '191128.110000', '191128.113000', '191128.115000', '191128.118000', '191128.120000', '191128.123000', '191128.126000', '191128.128000', '191128.131000', '191148.011000', '191148.014000', '191148.017000', '191148.019000', '191148.022000', '191148.025000', '191148.027000', '191148.030000', '191148.032000', '191148.035000', '191148.038000', '191148.040000', '191148.043000', '191148.045000', '191148.048000', '191148.050000', '191148.053000', '191148.056000', '191148.058000', '191148.061000', '191148.064000', '191148.066000', '191148.069000', '191148.071000', '191148.074000', '191148.077000', '191148.079000', '191148.082000', '191148.085000', '191148.087000', '191148.090000', '191148.092000', '191148.095000', '191148.097000', '191148.100000', '191148.103000', '191148.105000', '191148.108000', '191148.110000', '191148.113000', '191148.116000', '191148.118000', '191148.121000', '191208.011000', '191208.014000', '191208.017000', '191208.019000', '191208.022000', '191208.025000', '191208.027000', '191208.030000', '191208.032000', '191208.035000', '191208.038000', '191208.040000', '191208.043000', '191208.045000', '191208.048000', '191208.051000', '191208.053000', '191208.056000', '191208.058000', '191208.061000', '191208.063000', '191208.066000', '191208.069000', '191208.071000', '191208.074000', '191208.077000', '191208.079000', '191208.082000', '191208.084000', '191208.087000', '191208.090000', '191208.092000', '191208.095000', '191208.097000', '191208.100000', '191208.103000', '191208.105000', '191208.108000', '191208.111000', '191208.113000', '191208.116000', '191208.118000', '191208.121000', '191208.124000', '191228.011000', '191228.014000', '191228.017000', '191228.020000', '191228.022000', '191228.025000', '191228.027000', '191228.030000', '191228.033000', '191228.035000', '191228.038000', '191228.040000', '191228.043000', '191228.046000', '191228.048000', '191228.051000', '191228.053000', '191228.056000', '191228.059000', '191228.061000', '191228.064000', '191228.066000', '191228.069000', '191228.072000', '191228.075000', '191228.077000', '191228.080000', '191228.082000', '191228.085000', '191228.088000', '191228.090000', '191228.093000', '191228.096000', '191228.098000', '191228.101000', '191228.103000', '191228.106000', '191228.108000', '191228.111000', '191228.114000', '191228.116000', '191228.119000', '191228.122000', '191248.011000', '191248.014000', '191248.017000', '191248.020000', '191248.022000', '191248.025000', '191248.027000', '191248.030000', '191248.032000', '191248.035000', '191248.038000', '191248.040000', '191248.043000', '191248.046000', '191248.058000', '191248.061000', '191248.064000', '191248.066000', '191248.069000', '191248.071000', '191248.074000', '191248.077000', '191248.079000', '191248.082000', '191248.084000', '191248.087000', '191248.090000', '191248.092000', '191248.095000', '191248.097000', '191248.100000', '191248.103000', '191248.105000', '191248.108000', '191248.111000', '191248.113000', '191248.116000', '191248.118000', '191248.121000', '191248.124000', '191248.126000', '191248.129000', '191248.131000', '191248.134000', '191308.011000', '191308.014000', '191308.017000', '191308.020000', '191308.022000', '191308.025000', '191308.027000', '191308.030000', '191308.033000', '191308.035000', '191308.038000', '191308.041000', '191308.043000', '191308.046000', '191308.048000', '191308.051000', '191308.053000', '191308.056000', '191308.059000', '191308.061000', '191308.064000', '191308.066000', '191308.069000', '191308.072000', '191308.074000', '191308.077000', '191308.079000', '191308.082000', '191308.084000', '191308.087000', '191308.091000', '191308.094000', '191308.096000', '191308.099000', '191308.101000', '191308.104000', '191308.107000', '191308.109000', '191308.112000', '191308.115000', '191308.117000', '191308.120000', '191308.122000', '191328.011000', '191328.013000', '191328.016000', '191328.019000', '191328.021000', '191328.024000', '191328.026000', '191328.029000', '191328.032000', '191328.034000', '191328.037000', '191328.039000', '191328.042000', '191328.045000', '191328.047000', '191328.050000', '191328.052000', '191328.055000', '191328.058000', '191328.060000', '191328.063000', '191328.065000', '191328.068000', '191328.071000', '191328.073000', '191328.076000', '191328.078000', '191328.081000', '191328.084000', '191328.086000', '191328.089000', '191328.091000', '191328.094000', '191328.097000', '191328.099000', '191328.102000', '191328.104000', '191328.107000', '191328.109000', '191328.112000', '191328.115000', '191328.117000', '191328.120000', '191328.122000', '191348.011000', '191348.014000', '191348.017000', '191348.019000', '191348.022000', '191348.025000', '191348.036000', '191348.038000', '191348.041000', '191348.044000', '191348.046000', '191348.049000', '191348.051000', '191348.054000', '191348.056000', '191348.059000', '191348.062000', '191348.064000', '191348.067000', '191348.069000', '191348.072000', '191348.075000', '191348.078000', '191348.080000', '191348.083000', '191348.085000', '191348.088000', '191348.091000', '191348.093000', '191348.096000', '191348.098000', '191348.101000', '191348.104000', '191348.106000', '191348.109000', '191348.111000', '191348.114000', '191348.117000', '191348.119000', '191348.122000', '191348.125000', '191348.128000', '191348.131000', '191400.066000', '191400.070000', '191400.072000', '191400.075000', '191400.078000', '191400.081000', '191400.084000', '191400.087000', '191400.090000', '191400.092000', '191400.095000', '191400.098000', '191400.101000', '191400.104000', '191400.107000', '191400.110000', '191400.113000', '191400.115000', '191400.118000', '191400.121000', '191400.124000', '191400.126000', '191400.129000', '191400.132000', '191400.134000', '191400.137000', '191400.140000'], 'InstanceCreationTime': ['190748.049000', '190748.052000', '190748.055000', '190748.058000', '190748.060000', '190748.063000', '190748.066000', '190748.068000', '190748.071000', '190748.073000', '190748.076000', '190748.078000', '190748.081000', '190748.084000', '190748.086000', '190748.089000', '190748.091000', '190748.094000', '190748.096000', '190748.131000', '190748.133000', '190748.136000', '190748.138000', '190748.141000', '190748.144000', '190748.146000', '190748.149000', '190748.170000', '190748.173000', '190748.175000', '190748.178000', '190748.181000', '190748.183000', '190748.186000', '190748.188000', '190748.191000', '190748.193000', '190748.196000', '190748.198000', '190748.201000', '190748.203000', '190748.206000', '190748.209000', '190748.211000', '190748.214000', '190748.216000', '190748.219000', '190748.221000', '190748.224000', '190748.226000', '190748.229000', '190748.231000', '190748.234000', '190748.245000', '190748.247000', '190748.250000', '190748.253000', '190748.255000', '190748.258000', '190748.260000', '190748.263000', '190748.266000', '190748.268000', '190808.011000', '190808.014000', '190808.017000', '190808.019000', '190808.022000', '190808.025000', '190808.027000', '190808.030000', '190808.032000', '190808.035000', '190808.037000', '190808.040000', '190808.043000', '190808.045000', '190808.048000', '190808.050000', '190808.053000', '190808.055000', '190808.058000', '190808.061000', '190808.063000', '190808.066000', '190808.068000', '190808.071000', '190808.074000', '190808.076000', '190808.079000', '190808.081000', '190808.084000', '190808.086000', '190808.089000', '190808.092000', '190808.094000', '190808.097000', '190808.099000', '190808.102000', '190808.105000', '190808.107000', '190808.110000', '190808.112000', '190808.115000', '190808.118000', '190808.120000', '190828.011000', '190828.014000', '190828.017000', '190828.019000', '190828.025000', '190828.028000', '190828.030000', '190828.033000', '190828.036000', '190828.038000', '190828.041000', '190828.043000', '190828.046000', '190828.048000', '190828.051000', '190828.054000', '190828.056000', '190828.059000', '190828.062000', '190828.064000', '190828.067000', '190828.069000', '190828.072000', '190828.075000', '190828.077000', '190828.080000', '190828.082000', '190828.085000', '190828.087000', '190828.090000', '190828.093000', '190828.095000', '190828.098000', '190828.100000', '190828.103000', '190828.105000', '190828.108000', '190828.111000', '190828.113000', '190828.116000', '190828.119000', '190828.121000', '190828.124000', '190828.126000', '190848.010000', '190848.013000', '190848.016000', '190848.019000', '190848.021000', '190848.024000', '190848.026000', '190848.029000', '190848.032000', '190848.034000', '190848.037000', '190848.039000', '190848.042000', '190848.044000', '190848.047000', '190848.050000', '190848.052000', '190848.055000', '190848.057000', '190848.060000', '190848.063000', '190848.065000', '190848.068000', '190848.070000', '190848.073000', '190848.075000', '190848.078000', '190848.081000', '190848.083000', '190848.086000', '190848.088000', '190848.091000', '190848.093000', '190848.096000', '190848.099000', '190848.101000', '190848.104000', '190848.106000', '190848.109000', '190848.112000', '190848.114000', '190848.117000', '190848.119000', '190908.012000', '190908.014000', '190908.017000', '190908.020000', '190908.022000', '190908.025000', '190908.027000', '190908.030000', '190908.032000', '190908.035000', '190908.038000', '190908.040000', '190908.043000', '190908.045000', '190908.048000', '190908.051000', '190908.053000', '190908.056000', '190908.059000', '190908.061000', '190908.064000', '190908.066000', '190908.069000', '190908.072000', '190908.074000', '190908.077000', '190908.079000', '190908.082000', '190908.084000', '190908.087000', '190908.089000', '190908.092000', '190908.095000', '190908.097000', '190908.100000', '190908.102000', '190908.105000', '190908.108000', '190908.110000', '190908.113000', '190908.115000', '190908.118000', '190908.120000', '190928.011000', '190928.014000', '190928.017000', '190928.019000', '190928.022000', '190928.025000', '190928.027000', '190928.030000', '190928.032000', '190928.035000', '190928.037000', '190928.040000', '190928.043000', '190928.045000', '190928.048000', '190928.050000', '190928.053000', '190928.055000', '190928.058000', '190928.061000', '190928.063000', '190928.066000', '190928.069000', '190928.071000', '190928.074000', '190928.076000', '190928.079000', '190928.082000', '190928.084000', '190928.087000', '190928.089000', '190928.092000', '190928.095000', '190928.097000', '190928.100000', '190928.102000', '190928.105000', '190928.108000', '190928.110000', '190928.113000', '190928.115000', '190928.118000', '190928.121000', '190928.123000', '190948.011000', '190948.014000', '190948.017000', '190948.020000', '190948.022000', '190948.025000', '190948.028000', '190948.030000', '190948.033000', '190948.035000', '190948.038000', '190948.041000', '190948.044000', '190948.047000', '190948.049000', '190948.052000', '190948.054000', '190948.057000', '190948.060000', '190948.062000', '190948.065000', '190948.067000', '190948.070000', '190948.072000', '190948.075000', '190948.078000', '190948.080000', '190948.083000', '190948.085000', '190948.088000', '190948.091000', '190948.093000', '190948.096000', '190948.098000', '190948.101000', '190948.104000', '190948.106000', '190948.109000', '190948.111000', '190948.114000', '190948.117000', '190948.119000', '190948.122000', '191008.011000', '191008.014000', '191008.017000', '191008.020000', '191008.022000', '191008.027000', '191008.029000', '191008.032000', '191008.034000', '191008.037000', '191008.039000', '191008.042000', '191008.045000', '191008.047000', '191008.050000', '191008.052000', '191008.055000', '191008.058000', '191008.060000', '191008.063000', '191008.066000', '191008.068000', '191008.071000', '191008.073000', '191008.076000', '191008.078000', '191008.081000', '191008.084000', '191008.086000', '191008.089000', '191008.091000', '191008.094000', '191008.097000', '191008.099000', '191008.102000', '191008.104000', '191008.107000', '191008.109000', '191008.112000', '191008.115000', '191008.117000', '191008.120000', '191008.122000', '191008.125000', '191028.011000', '191028.014000', '191028.017000', '191028.020000', '191028.022000', '191028.025000', '191028.028000', '191028.030000', '191028.033000', '191028.035000', '191028.038000', '191028.041000', '191028.043000', '191028.046000', '191028.049000', '191028.051000', '191028.054000', '191028.057000', '191028.059000', '191028.062000', '191028.065000', '191028.067000', '191028.070000', '191028.072000', '191028.075000', '191028.078000', '191028.080000', '191028.083000', '191028.086000', '191028.088000', '191028.091000', '191028.093000', '191028.096000', '191028.099000', '191028.101000', '191028.104000', '191028.107000', '191028.109000', '191028.112000', '191028.114000', '191028.117000', '191028.120000', '191028.122000', '191028.125000', '191048.011000', '191048.014000', '191048.017000', '191048.019000', '191048.022000', '191048.036000', '191048.038000', '191048.041000', '191048.044000', '191048.046000', '191048.049000', '191048.051000', '191048.054000', '191048.056000', '191048.059000', '191048.062000', '191048.064000', '191048.067000', '191048.069000', '191048.072000', '191048.075000', '191048.077000', '191048.080000', '191048.083000', '191048.085000', '191048.088000', '191048.090000', '191048.093000', '191048.108000', '191048.111000', '191048.114000', '191048.116000', '191048.119000', '191048.121000', '191048.124000', '191048.127000', '191048.129000', '191048.132000', '191048.134000', '191048.137000', '191048.140000', '191048.142000', '191048.145000', '191108.010000', '191108.013000', '191108.016000', '191108.018000', '191108.021000', '191108.024000', '191108.026000', '191108.029000', '191108.032000', '191108.034000', '191108.037000', '191108.039000', '191108.042000', '191108.045000', '191108.047000', '191108.050000', '191108.052000', '191108.055000', '191108.057000', '191108.060000', '191108.063000', '191108.065000', '191108.068000', '191108.070000', '191108.073000', '191108.075000', '191108.078000', '191108.082000', '191108.085000', '191108.087000', '191108.090000', '191108.092000', '191108.095000', '191108.098000', '191108.100000', '191108.103000', '191108.105000', '191108.108000', '191108.111000', '191108.113000', '191108.116000', '191108.118000', '191108.121000', '191128.011000', '191128.014000', '191128.017000', '191128.019000', '191128.022000', '191128.025000', '191128.027000', '191128.030000', '191128.032000', '191128.035000', '191128.038000', '191128.040000', '191128.043000', '191128.045000', '191128.048000', '191128.051000', '191128.053000', '191128.063000', '191128.066000', '191128.069000', '191128.071000', '191128.074000', '191128.076000', '191128.079000', '191128.082000', '191128.084000', '191128.087000', '191128.090000', '191128.092000', '191128.095000', '191128.097000', '191128.100000', '191128.102000', '191128.105000', '191128.108000', '191128.110000', '191128.113000', '191128.115000', '191128.118000', '191128.120000', '191128.123000', '191128.126000', '191128.128000', '191128.131000', '191148.011000', '191148.014000', '191148.017000', '191148.019000', '191148.022000', '191148.025000', '191148.027000', '191148.030000', '191148.032000', '191148.035000', '191148.038000', '191148.040000', '191148.043000', '191148.045000', '191148.048000', '191148.050000', '191148.053000', '191148.056000', '191148.058000', '191148.061000', '191148.064000', '191148.066000', '191148.069000', '191148.071000', '191148.074000', '191148.077000', '191148.079000', '191148.082000', '191148.085000', '191148.087000', '191148.090000', '191148.092000', '191148.095000', '191148.097000', '191148.100000', '191148.103000', '191148.105000', '191148.108000', '191148.110000', '191148.113000', '191148.116000', '191148.118000', '191148.121000', '191208.011000', '191208.014000', '191208.017000', '191208.019000', '191208.022000', '191208.025000', '191208.027000', '191208.030000', '191208.032000', '191208.035000', '191208.038000', '191208.040000', '191208.043000', '191208.045000', '191208.048000', '191208.051000', '191208.053000', '191208.056000', '191208.058000', '191208.061000', '191208.063000', '191208.066000', '191208.069000', '191208.071000', '191208.074000', '191208.077000', '191208.079000', '191208.082000', '191208.084000', '191208.087000', '191208.090000', '191208.092000', '191208.095000', '191208.097000', '191208.100000', '191208.103000', '191208.105000', '191208.108000', '191208.111000', '191208.113000', '191208.116000', '191208.118000', '191208.121000', '191208.124000', '191228.011000', '191228.014000', '191228.017000', '191228.020000', '191228.022000', '191228.025000', '191228.027000', '191228.030000', '191228.033000', '191228.035000', '191228.038000', '191228.040000', '191228.043000', '191228.046000', '191228.048000', '191228.051000', '191228.053000', '191228.056000', '191228.059000', '191228.061000', '191228.064000', '191228.066000', '191228.069000', '191228.072000', '191228.075000', '191228.077000', '191228.080000', '191228.082000', '191228.085000', '191228.088000', '191228.090000', '191228.093000', '191228.096000', '191228.098000', '191228.101000', '191228.103000', '191228.106000', '191228.108000', '191228.111000', '191228.114000', '191228.116000', '191228.119000', '191228.122000', '191248.011000', '191248.014000', '191248.017000', '191248.020000', '191248.022000', '191248.025000', '191248.027000', '191248.030000', '191248.032000', '191248.035000', '191248.038000', '191248.040000', '191248.043000', '191248.046000', '191248.058000', '191248.061000', '191248.064000', '191248.066000', '191248.069000', '191248.071000', '191248.074000', '191248.077000', '191248.079000', '191248.082000', '191248.084000', '191248.087000', '191248.090000', '191248.092000', '191248.095000', '191248.097000', '191248.100000', '191248.103000', '191248.105000', '191248.108000', '191248.111000', '191248.113000', '191248.116000', '191248.118000', '191248.121000', '191248.124000', '191248.126000', '191248.129000', '191248.131000', '191248.134000', '191308.011000', '191308.014000', '191308.017000', '191308.020000', '191308.022000', '191308.025000', '191308.027000', '191308.030000', '191308.033000', '191308.035000', '191308.038000', '191308.041000', '191308.043000', '191308.046000', '191308.048000', '191308.051000', '191308.053000', '191308.056000', '191308.059000', '191308.061000', '191308.064000', '191308.066000', '191308.069000', '191308.072000', '191308.074000', '191308.077000', '191308.079000', '191308.082000', '191308.084000', '191308.087000', '191308.091000', '191308.094000', '191308.096000', '191308.099000', '191308.101000', '191308.104000', '191308.107000', '191308.109000', '191308.112000', '191308.115000', '191308.117000', '191308.120000', '191308.122000', '191328.011000', '191328.013000', '191328.016000', '191328.019000', '191328.021000', '191328.024000', '191328.026000', '191328.029000', '191328.032000', '191328.034000', '191328.037000', '191328.039000', '191328.042000', '191328.045000', '191328.047000', '191328.050000', '191328.052000', '191328.055000', '191328.058000', '191328.060000', '191328.063000', '191328.065000', '191328.068000', '191328.071000', '191328.073000', '191328.076000', '191328.078000', '191328.081000', '191328.084000', '191328.086000', '191328.089000', '191328.091000', '191328.094000', '191328.097000', '191328.099000', '191328.102000', '191328.104000', '191328.107000', '191328.109000', '191328.112000', '191328.115000', '191328.117000', '191328.120000', '191328.122000', '191348.011000', '191348.014000', '191348.017000', '191348.019000', '191348.022000', '191348.025000', '191348.036000', '191348.038000', '191348.041000', '191348.044000', '191348.046000', '191348.049000', '191348.051000', '191348.054000', '191348.056000', '191348.059000', '191348.062000', '191348.064000', '191348.067000', '191348.069000', '191348.072000', '191348.075000', '191348.078000', '191348.080000', '191348.083000', '191348.085000', '191348.088000', '191348.091000', '191348.093000', '191348.096000', '191348.098000', '191348.101000', '191348.104000', '191348.106000', '191348.109000', '191348.111000', '191348.114000', '191348.117000', '191348.119000', '191348.122000', '191348.125000', '191348.128000', '191348.131000', '191400.066000', '191400.070000', '191400.072000', '191400.075000', '191400.078000', '191400.081000', '191400.084000', '191400.087000', '191400.090000', '191400.092000', '191400.095000', '191400.098000', '191400.101000', '191400.104000', '191400.107000', '191400.110000', '191400.113000', '191400.115000', '191400.118000', '191400.121000', '191400.124000', '191400.126000', '191400.129000', '191400.132000', '191400.134000', '191400.137000', '191400.140000'], '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': [7695, 7445, 8244, 7659, 8259, 7488, 8496, 7378, 7396, 7136, 8626, 7180, 7512, 8510, 8267, 9507, 7716, 7355, 9595, 7788, 7368, 7821, 8097, 7689, 7672, 8013, 7411, 8474, 7537, 8997, 7420, 8783, 7638, 7482, 7635, 7236, 9567, 7502, 9427, 8031, 8069, 7782, 7713, 7027, 7647, 9738, 7742, 7276, 8851, 7402, 8435, 7781, 9107, 8012, 7732, 6868, 7234, 6969, 7505, 8565, 7420, 7690, 7419, 7452, 8593, 7807, 8804, 7704, 7220, 7600, 7579, 7691, 7737, 7741, 7490, 8650, 7978, 8408, 7653, 7721, 7229, 7456, 7921, 7581, 8852, 7806, 8663, 7844, 7481, 7265, 7958, 7741, 7435, 8348, 7588, 7884, 7566, 8368, 7813, 7188, 7686, 7715, 7481, 7590, 7802, 7790, 8950, 7267, 8882, 7297, 7465, 8570, 7431, 7019, 7873, 7420, 7846, 7617, 7848, 7688, 8085, 7663, 8606, 7795, 8608, 7830, 8213, 7877, 7642, 7886, 7552, 7951, 6842, 7915, 6898, 7976, 7098, 7307, 7065, 8325, 7397, 8540, 7425, 8694, 7658, 7067, 7416, 6952, 7421, 7271, 8052, 8365, 7711, 7395, 7823, 7494, 7599, 7551, 7101, 9259, 7385, 8199, 7502, 8950, 7685, 7567, 7535, 7391, 7581, 7888, 8758, 7979, 8652, 8548, 7200, 7238, 7624, 8371, 8143, 7885, 8231, 8078, 7567, 8033, 7819, 8083, 7798, 7991, 7677, 8060, 7411, 7867, 7589, 8142, 7835, 7283, 7253, 7644, 8700, 7866, 8944, 7567, 8706, 7534, 8483, 7755, 8604, 6909, 7556, 7491, 7263, 9257, 7478, 9745, 7431, 8265, 7254, 7340, 9618, 7777, 7669, 9361, 7698, 9279, 7771, 8492, 7842, 7287, 7702, 7492, 6815, 7547, 7060, 7131, 9387, 7846, 8972, 7693, 7854, 7833, 7489, 8028, 7223, 9104, 7717, 8693, 7429, 8790, 7669, 6835, 7135, 7616, 6857, 7227, 8340, 7193, 8261, 7706, 7257, 7098, 7446, 7148, 7479, 7985, 7352, 8264, 7655, 7195, 7619, 7868, 7870, 7913, 8577, 7487, 8786, 7717, 8562, 7254, 6854, 7383, 7027, 6726, 7058, 8782, 7414, 7356, 7323, 7648, 7830, 7490, 7948, 7313, 8198, 7101, 8666, 7488, 7612, 6980, 7790, 8843, 6996, 7343, 8335, 9936, 8305, 9756, 7735, 8649, 7533, 8975, 7108, 7190, 7882, 7760, 7654, 7922, 7186, 7477, 7994, 6968, 9290, 7830, 8372, 8456, 7155, 8337, 6875, 7473, 7974, 8075, 8485, 8681, 7368, 7726, 8731, 9127, 10926, 8233, 7044, 7418, 7730, 8825, 8958, 6921, 7822, 7624, 8214, 7772, 8203, 7681, 7464, 7929, 7272, 7152, 7935, 7232, 7510, 7848, 7195, 8932, 7547, 8219, 8180, 7566, 7156, 9206, 7243, 7428, 8303, 7805, 7372, 6995, 7951, 7696, 8068, 7471, 7865, 7314, 7712, 7892, 6990, 7526, 7664, 7447, 7935, 7546, 7676, 7695, 7207, 7934, 7254, 7936, 7192, 7489, 7434, 7511, 7309, 7604, 7727, 7652, 7872, 7079, 7891, 7240, 8060, 7183, 8340, 6849, 7481, 9210, 6783, 8327, 9588, 7574, 9675, 7462, 9871, 7252, 9708, 6809, 7929, 8908, 7197, 7427, 8366, 7276, 7949, 7315, 8038, 7064, 7440, 8482, 7230, 7668, 7191, 7858, 7250, 8288, 7141, 7734, 7336, 6961, 6902, 7466, 8537, 7577, 8749, 7348, 8957, 7022, 8748, 7192, 6926, 7261, 7913, 7390, 7578, 7742, 7410, 7565, 7370, 7580, 7282, 7625, 7032, 8568, 7822, 8955, 6971, 7965, 6877, 7844, 7132, 7880, 7383, 7633, 7345, 7823, 7129, 6902, 6908, 7202, 7227, 6953, 9454, 7088, 10292, 7870, 10254, 7752, 8456, 6815, 8954, 7257, 7631, 8914, 7051, 8328, 8835, 6812, 8800, 7789, 7711, 7429, 8000, 6872, 7937, 7130, 6922, 8552, 7072, 8786, 7074, 8511, 7140, 7941, 7114, 6954, 7294, 7864, 7887, 7717, 8371, 7309, 8416, 7265, 8784, 7192, 8344, 7054, 8125, 7018, 8015, 7255, 7089, 8870, 6989, 9207, 7044, 8252, 7086, 8001, 7475, 7893, 7616, 7588, 7715, 7337, 9032, 7317, 9681, 7240, 7797, 6884, 8040, 9558, 9683, 7169, 7848, 7419, 7372, 7726, 7879, 7583, 7284, 7306, 7410, 7765, 7449, 8132, 7136, 8500, 7446, 7761, 6978, 7589, 7482, 7497, 7498, 7358, 7873, 7517, 8198, 7636, 8109, 7531, 6977, 7488, 7148, 7085, 7403, 7669, 7243, 7351, 7588, 8034, 7521, 8389, 7371, 8470, 7344, 6927, 7224, 7563, 7075, 7619, 7562, 7412, 7608, 7059, 8162, 7462, 8536, 7315, 7053, 7516, 7631, 7340, 7338, 7581, 7533, 7291, 7221, 8482, 7309, 8771, 7419, 8723, 7224, 7721, 7232, 8111, 7406, 7301, 7172, 7078, 7835, 7357, 9170, 7370, 9758, 7146, 7865, 6889, 8283, 9041, 7242, 7308, 9319, 9804, 8281, 9247, 7382, 8363, 8400, 7326, 8546, 7749, 8923, 7685, 9953, 7344, 9477, 7631, 7322, 7970, 8107, 7942, 7148, 7719, 7150, 7678, 7214, 7654, 7171, 8328, 7341, 7132, 7178, 7868, 7431, 7861, 7763, 7484, 7653, 7380, 8327, 7048, 7743, 7083, 8405, 7159, 7535, 8597, 7444, 8898, 7105, 8872, 7174, 8203, 7203, 7928, 7276, 7976, 9043, 7292, 7798, 8989, 6768, 7840, 7643, 8155, 7506, 7758, 7502, 7253, 7740, 7446, 7815, 7136, 7520, 7120, 8713, 7274, 8506, 7426, 8943, 7587, 8230, 7490, 7021, 7482, 7733, 7345, 7535, 7515, 7252, 7385, 7522, 6992, 8012, 8896, 7588, 8920, 7054, 8842, 7221, 8677, 7247, 7786, 6951, 7622, 7094, 7495, 7075, 7519, 7167, 8184, 6987, 7463, 7756, 7498, 8155, 7494, 8163, 7516, 7609, 7581, 7460, 7614, 6863, 7213, 7332, 7036, 7426, 7179, 7228, 6901, 7270, 8193, 7313, 8557, 7619, 8517, 7691, 8661, 7462, 6889, 7455, 7516, 7591, 7790, 7473, 6926, 7492, 7190, 7675, 7371, 7105, 7020, 8257, 6932, 9234, 7478, 8739, 7996, 7490, 9100, 6964, 7417, 8525, 7184, 7379, 7879, 7471, 7894, 7605, 8480, 7643, 7998, 7543, 7881, 7365, 7812, 7464, 7759, 7304, 7894, 7265, 8004, 7350, 8026, 6907, 8546, 8987, 7210, 9144, 7005, 9244, 7358, 9231, 7546, 7926, 7002, 7247, 8070, 7115, 8224, 7483, 8357, 7253, 8011, 7326, 7180, 7216, 7348, 7709, 7414, 7612, 7456, 7697, 7468, 8571, 7231, 6955, 6869, 7683, 9098, 7318, 9093, 8259, 8672], 'WindowCenter': [4236.0, 4214.0, 4215.0, 4195.0, 4196.0, 4180.0, 4195.0, 4186.0, 4180.0, 4177.0, 4194.0, 4163.0, 4185.0, 4205.0, 4197.0, 4212.0, 4200.0, 4188.0, 4212.0, 4198.0, 4181.0, 4179.0, 4178.0, 4169.0, 4168.0, 4189.0, 4163.0, 4175.0, 4166.0, 4173.0, 4167.0, 4194.0, 4181.0, 4164.0, 4185.0, 4169.0, 4204.0, 4165.0, 4194.0, 4178.0, 4180.0, 4187.0, 4193.0, 4186.0, 4168.0, 4204.0, 4182.0, 4169.0, 4194.0, 4178.0, 4197.0, 4181.0, 4181.0, 4170.0, 4166.0, 4158.0, 4157.0, 4157.0, 4164.0, 4195.0, 4173.0, 4168.0, 4172.0, 4165.0, 4177.0, 4165.0, 4187.0, 4179.0, 4170.0, 4183.0, 4183.0, 4181.0, 4166.0, 4184.0, 4170.0, 4192.0, 4182.0, 4179.0, 4169.0, 4170.0, 4170.0, 4168.0, 4180.0, 4181.0, 4191.0, 4181.0, 4192.0, 4178.0, 4170.0, 4183.0, 4175.0, 4179.0, 4166.0, 4177.0, 4167.0, 4183.0, 4186.0, 4180.0, 4176.0, 4167.0, 4168.0, 4178.0, 4169.0, 4169.0, 4178.0, 4174.0, 4202.0, 4179.0, 4215.0, 4176.0, 4176.0, 4188.0, 4176.0, 4158.0, 4178.0, 4168.0, 4194.0, 4181.0, 4184.0, 4169.0, 4183.0, 4171.0, 4195.0, 4169.0, 4180.0, 4174.0, 4177.0, 4178.0, 4168.0, 4177.0, 4163.0, 4167.0, 4146.0, 4168.0, 4158.0, 4181.0, 4158.0, 4168.0, 4154.0, 4179.0, 4161.0, 4184.0, 4162.0, 4181.0, 4172.0, 4162.0, 4162.0, 4150.0, 4165.0, 4153.0, 4172.0, 4175.0, 4178.0, 4163.0, 4177.0, 4161.0, 4165.0, 4179.0, 4163.0, 4198.0, 4176.0, 4189.0, 4164.0, 4190.0, 4179.0, 4189.0, 4193.0, 4175.0, 4174.0, 4180.0, 4176.0, 4166.0, 4169.0, 4165.0, 4160.0, 4181.0, 4162.0, 4176.0, 4174.0, 4176.0, 4177.0, 4180.0, 4154.0, 4158.0, 4147.0, 4150.0, 4138.0, 4158.0, 4144.0, 4157.0, 4145.0, 4157.0, 4152.0, 4152.0, 4160.0, 4158.0, 4159.0, 4157.0, 4170.0, 4168.0, 4178.0, 4168.0, 4179.0, 4174.0, 4179.0, 4176.0, 4186.0, 4182.0, 4180.0, 4187.0, 4180.0, 4186.0, 4169.0, 4191.0, 4172.0, 4183.0, 4187.0, 4175.0, 4202.0, 4180.0, 4186.0, 4200.0, 4179.0, 4187.0, 4167.0, 4180.0, 4187.0, 4158.0, 4173.0, 4171.0, 4163.0, 4170.0, 4164.0, 4157.0, 4195.0, 4169.0, 4190.0, 4177.0, 4195.0, 4186.0, 4173.0, 4184.0, 4183.0, 4193.0, 4171.0, 4185.0, 4184.0, 4195.0, 4185.0, 4160.0, 4170.0, 4181.0, 4160.0, 4169.0, 4184.0, 4174.0, 4193.0, 4183.0, 4171.0, 4161.0, 4168.0, 4159.0, 4164.0, 4176.0, 4166.0, 4174.0, 4168.0, 4172.0, 4182.0, 4163.0, 4177.0, 4177.0, 4186.0, 4174.0, 4180.0, 4172.0, 4180.0, 4168.0, 4159.0, 4174.0, 4168.0, 4165.0, 4162.0, 4182.0, 4166.0, 4155.0, 4171.0, 4168.0, 4166.0, 4156.0, 4167.0, 4158.0, 4182.0, 4143.0, 4167.0, 4156.0, 4160.0, 4159.0, 4168.0, 4190.0, 4162.0, 4174.0, 4185.0, 4207.0, 4196.0, 4193.0, 4183.0, 4185.0, 4181.0, 4203.0, 4165.0, 4171.0, 4193.0, 4164.0, 4171.0, 4180.0, 4161.0, 4187.0, 4174.0, 4150.0, 4159.0, 4152.0, 4162.0, 4179.0, 4156.0, 4182.0, 4169.0, 4195.0, 4190.0, 4187.0, 4179.0, 4176.0, 4168.0, 4169.0, 4194.0, 4193.0, 4202.0, 4175.0, 4175.0, 4172.0, 4176.0, 4180.0, 4169.0, 4137.0, 4154.0, 4146.0, 4167.0, 4146.0, 4158.0, 4146.0, 4138.0, 4143.0, 4144.0, 4130.0, 4142.0, 4140.0, 4132.0, 4141.0, 4120.0, 4156.0, 4146.0, 4143.0, 4157.0, 4156.0, 4149.0, 4181.0, 4157.0, 4144.0, 4165.0, 4152.0, 4142.0, 4146.0, 4154.0, 4142.0, 4158.0, 4146.0, 4162.0, 4160.0, 4159.0, 4156.0, 4142.0, 4151.0, 4155.0, 4142.0, 4152.0, 4157.0, 4153.0, 4159.0, 4143.0, 4157.0, 4148.0, 4155.0, 4144.0, 4146.0, 4159.0, 4148.0, 4146.0, 4143.0, 4157.0, 4156.0, 4160.0, 4146.0, 4168.0, 4158.0, 4167.0, 4149.0, 4180.0, 4158.0, 4156.0, 4191.0, 4163.0, 4192.0, 4202.0, 4181.0, 4201.0, 4174.0, 4188.0, 4181.0, 4201.0, 4178.0, 4190.0, 4199.0, 4167.0, 4173.0, 4180.0, 4171.0, 4182.0, 4167.0, 4172.0, 4153.0, 4158.0, 4177.0, 4160.0, 4171.0, 4150.0, 4166.0, 4155.0, 4163.0, 4157.0, 4168.0, 4162.0, 4171.0, 4170.0, 4168.0, 4182.0, 4166.0, 4193.0, 4174.0, 4189.0, 4169.0, 4191.0, 4170.0, 4165.0, 4170.0, 4177.0, 4168.0, 4163.0, 4172.0, 4156.0, 4168.0, 4161.0, 4167.0, 4157.0, 4169.0, 4175.0, 4186.0, 4167.0, 4188.0, 4161.0, 4168.0, 4162.0, 4172.0, 4162.0, 4170.0, 4172.0, 4167.0, 4156.0, 4171.0, 4156.0, 4173.0, 4169.0, 4159.0, 4161.0, 4155.0, 4189.0, 4156.0, 4195.0, 4180.0, 4205.0, 4170.0, 4192.0, 4173.0, 4197.0, 4175.0, 4178.0, 4197.0, 4180.0, 4189.0, 4199.0, 4177.0, 4187.0, 4183.0, 4179.0, 4185.0, 4179.0, 4162.0, 4178.0, 4165.0, 4157.0, 4182.0, 4155.0, 4180.0, 4158.0, 4179.0, 4161.0, 4167.0, 4163.0, 4175.0, 4174.0, 4166.0, 4183.0, 4166.0, 4182.0, 4162.0, 4182.0, 4169.0, 4194.0, 4175.0, 4175.0, 4174.0, 4179.0, 4157.0, 4166.0, 4169.0, 4174.0, 4195.0, 4169.0, 4189.0, 4167.0, 4177.0, 4170.0, 4175.0, 4168.0, 4180.0, 4165.0, 4171.0, 4162.0, 4160.0, 4195.0, 4165.0, 4186.0, 4173.0, 4163.0, 4181.0, 4190.0, 4206.0, 4211.0, 4174.0, 4179.0, 4182.0, 4166.0, 4170.0, 4171.0, 4171.0, 4173.0, 4171.0, 4181.0, 4186.0, 4163.0, 4174.0, 4160.0, 4196.0, 4169.0, 4170.0, 4169.0, 4164.0, 4170.0, 4173.0, 4180.0, 4185.0, 4186.0, 4170.0, 4178.0, 4173.0, 4166.0, 4169.0, 4170.0, 4170.0, 4162.0, 4164.0, 4156.0, 4173.0, 4169.0, 4168.0, 4166.0, 4172.0, 4168.0, 4175.0, 4172.0, 4176.0, 4169.0, 4160.0, 4169.0, 4172.0, 4163.0, 4172.0, 4170.0, 4168.0, 4169.0, 4159.0, 4182.0, 4167.0, 4175.0, 4157.0, 4157.0, 4156.0, 4165.0, 4171.0, 4161.0, 4182.0, 4181.0, 4173.0, 4171.0, 4182.0, 4167.0, 4177.0, 4167.0, 4177.0, 4168.0, 4163.0, 4173.0, 4174.0, 4171.0, 4186.0, 4173.0, 4173.0, 4174.0, 4171.0, 4189.0, 4167.0, 4195.0, 4170.0, 4196.0, 4178.0, 4197.0, 4212.0, 4203.0, 4210.0, 4206.0, 4194.0, 4185.0, 4212.0, 4188.0, 4208.0, 4195.0, 4183.0, 4189.0, 4180.0, 4183.0, 4170.0, 4187.0, 4146.0, 4158.0, 4142.0, 4133.0, 4154.0, 4140.0, 4145.0, 4132.0, 4144.0, 4131.0, 4137.0, 4141.0, 4143.0, 4131.0, 4166.0, 4145.0, 4144.0, 4146.0, 4155.0, 4160.0, 4166.0, 4170.0, 4159.0, 4170.0, 4153.0, 4181.0, 4153.0, 4171.0, 4157.0, 4180.0, 4169.0, 4170.0, 4181.0, 4167.0, 4187.0, 4169.0, 4189.0, 4173.0, 4183.0, 4170.0, 4195.0, 4199.0, 4194.0, 4209.0, 4189.0, 4180.0, 4208.0, 4172.0, 4172.0, 4183.0, 4181.0, 4171.0, 4167.0, 4172.0, 4171.0, 4168.0, 4160.0, 4170.0, 4149.0, 4171.0, 4155.0, 4183.0, 4162.0, 4181.0, 4157.0, 4179.0, 4168.0, 4181.0, 4176.0, 4159.0, 4170.0, 4169.0, 4162.0, 4167.0, 4171.0, 4173.0, 4169.0, 4168.0, 4160.0, 4168.0, 4192.0, 4183.0, 4210.0, 4175.0, 4205.0, 4185.0, 4194.0, 4181.0, 4181.0, 4173.0, 4169.0, 4177.0, 4169.0, 4159.0, 4158.0, 4161.0, 4179.0, 4164.0, 4156.0, 4162.0, 4155.0, 4160.0, 4161.0, 4165.0, 4169.0, 4171.0, 4169.0, 4156.0, 4172.0, 4163.0, 4170.0, 4170.0, 4160.0, 4157.0, 4160.0, 4159.0, 4162.0, 4159.0, 4184.0, 4168.0, 4183.0, 4172.0, 4179.0, 4171.0, 4195.0, 4170.0, 4159.0, 4176.0, 4169.0, 4169.0, 4172.0, 4163.0, 4159.0, 4184.0, 4158.0, 4171.0, 4167.0, 4167.0, 4161.0, 4185.0, 4161.0, 4188.0, 4170.0, 4176.0, 4181.0, 4181.0, 4201.0, 4179.0, 4182.0, 4203.0, 4177.0, 4167.0, 4176.0, 4155.0, 4173.0, 4155.0, 4162.0, 4151.0, 4159.0, 4144.0, 4157.0, 4140.0, 4156.0, 4144.0, 4155.0, 4143.0, 4156.0, 4157.0, 4157.0, 4157.0, 4157.0, 4156.0, 4178.0, 4192.0, 4181.0, 4205.0, 4170.0, 4198.0, 4171.0, 4202.0, 4195.0, 4188.0, 4173.0, 4170.0, 4180.0, 4169.0, 4183.0, 4157.0, 4179.0, 4163.0, 4165.0, 4169.0, 4152.0, 4167.0, 4154.0, 4165.0, 4157.0, 4168.0, 4155.0, 4173.0, 4154.0, 4182.0, 4160.0, 4154.0, 4168.0, 4182.0, 4192.0, 4185.0, 4205.0, 4202.0, 4215.0], 'WindowWidth': [9428.0, 9375.0, 9370.0, 9330.0, 9328.0, 9301.0, 9321.0, 9312.0, 9297.0, 9297.0, 9315.0, 9270.0, 9308.0, 9336.0, 9325.0, 9343.0, 9333.0, 9314.0, 9341.0, 9327.0, 9297.0, 9294.0, 9288.0, 9275.0, 9275.0, 9308.0, 9264.0, 9281.0, 9267.0, 9274.0, 9271.0, 9314.0, 9295.0, 9265.0, 9302.0, 9275.0, 9326.0, 9269.0, 9312.0, 9286.0, 9292.0, 9309.0, 9317.0, 9309.0, 9273.0, 9327.0, 9296.0, 9276.0, 9312.0, 9290.0, 9324.0, 9294.0, 9292.0, 9274.0, 9265.0, 9259.0, 9253.0, 9256.0, 9263.0, 9315.0, 9282.0, 9272.0, 9282.0, 9266.0, 9283.0, 9265.0, 9298.0, 9292.0, 9282.0, 9300.0, 9299.0, 9294.0, 9270.0, 9301.0, 9276.0, 9312.0, 9297.0, 9289.0, 9276.0, 9278.0, 9277.0, 9276.0, 9295.0, 9298.0, 9310.0, 9295.0, 9314.0, 9291.0, 9281.0, 9303.0, 9284.0, 9292.0, 9270.0, 9286.0, 9272.0, 9301.0, 9306.0, 9295.0, 9284.0, 9272.0, 9275.0, 9291.0, 9278.0, 9275.0, 9288.0, 9285.0, 9326.0, 9297.0, 9352.0, 9293.0, 9290.0, 9304.0, 9287.0, 9262.0, 9288.0, 9272.0, 9318.0, 9296.0, 9301.0, 9275.0, 9297.0, 9278.0, 9315.0, 9275.0, 9289.0, 9283.0, 9283.0, 9286.0, 9271.0, 9284.0, 9261.0, 9271.0, 9241.0, 9273.0, 9257.0, 9293.0, 9260.0, 9273.0, 9252.0, 9291.0, 9263.0, 9295.0, 9264.0, 9287.0, 9277.0, 9262.0, 9265.0, 9244.0, 9267.0, 9249.0, 9275.0, 9279.0, 9289.0, 9266.0, 9287.0, 9258.0, 9268.0, 9294.0, 9265.0, 9318.0, 9289.0, 9306.0, 9267.0, 9305.0, 9292.0, 9311.0, 9320.0, 9286.0, 9283.0, 9290.0, 9278.0, 9264.0, 9266.0, 9257.0, 9260.0, 9296.0, 9262.0, 9282.0, 9277.0, 9285.0, 9285.0, 9291.0, 9246.0, 9251.0, 9228.0, 9235.0, 9217.0, 9250.0, 9228.0, 9249.0, 9234.0, 9251.0, 9240.0, 9240.0, 9260.0, 9254.0, 9259.0, 9253.0, 9267.0, 9270.0, 9285.0, 9274.0, 9288.0, 9285.0, 9287.0, 9285.0, 9300.0, 9303.0, 9296.0, 9310.0, 9296.0, 9298.0, 9278.0, 9306.0, 9283.0, 9297.0, 9308.0, 9290.0, 9326.0, 9292.0, 9305.0, 9320.0, 9291.0, 9299.0, 9272.0, 9291.0, 9304.0, 9258.0, 9284.0, 9282.0, 9272.0, 9276.0, 9271.0, 9255.0, 9313.0, 9273.0, 9303.0, 9292.0, 9322.0, 9308.0, 9286.0, 9302.0, 9300.0, 9313.0, 9282.0, 9302.0, 9303.0, 9317.0, 9305.0, 9265.0, 9280.0, 9295.0, 9268.0, 9276.0, 9301.0, 9291.0, 9312.0, 9299.0, 9281.0, 9268.0, 9273.0, 9261.0, 9265.0, 9284.0, 9268.0, 9278.0, 9273.0, 9285.0, 9297.0, 9260.0, 9284.0, 9287.0, 9299.0, 9286.0, 9290.0, 9284.0, 9291.0, 9275.0, 9261.0, 9286.0, 9276.0, 9271.0, 9268.0, 9293.0, 9268.0, 9252.0, 9279.0, 9271.0, 9270.0, 9254.0, 9270.0, 9257.0, 9291.0, 9230.0, 9264.0, 9248.0, 9255.0, 9262.0, 9270.0, 9306.0, 9265.0, 9286.0, 9298.0, 9333.0, 9317.0, 9308.0, 9300.0, 9299.0, 9299.0, 9327.0, 9271.0, 9282.0, 9315.0, 9265.0, 9281.0, 9289.0, 9261.0, 9313.0, 9284.0, 9241.0, 9243.0, 9240.0, 9255.0, 9285.0, 9253.0, 9294.0, 9277.0, 9323.0, 9311.0, 9309.0, 9288.0, 9280.0, 9271.0, 9275.0, 9312.0, 9308.0, 9315.0, 9282.0, 9286.0, 9278.0, 9282.0, 9286.0, 9266.0, 9217.0, 9241.0, 9232.0, 9261.0, 9232.0, 9246.0, 9231.0, 9213.0, 9220.0, 9229.0, 9205.0, 9222.0, 9217.0, 9206.0, 9218.0, 9186.0, 9239.0, 9227.0, 9220.0, 9245.0, 9245.0, 9238.0, 9284.0, 9250.0, 9230.0, 9258.0, 9237.0, 9225.0, 9234.0, 9245.0, 9225.0, 9250.0, 9236.0, 9253.0, 9260.0, 9256.0, 9248.0, 9226.0, 9236.0, 9244.0, 9223.0, 9239.0, 9250.0, 9242.0, 9258.0, 9230.0, 9251.0, 9233.0, 9246.0, 9231.0, 9234.0, 9257.0, 9238.0, 9234.0, 9226.0, 9248.0, 9247.0, 9256.0, 9235.0, 9267.0, 9254.0, 9266.0, 9243.0, 9287.0, 9259.0, 9254.0, 9304.0, 9274.0, 9313.0, 9326.0, 9298.0, 9321.0, 9288.0, 9296.0, 9296.0, 9322.0, 9298.0, 9309.0, 9320.0, 9277.0, 9285.0, 9293.0, 9279.0, 9299.0, 9271.0, 9279.0, 9247.0, 9258.0, 9281.0, 9260.0, 9276.0, 9245.0, 9265.0, 9248.0, 9259.0, 9259.0, 9271.0, 9263.0, 9284.0, 9279.0, 9272.0, 9293.0, 9268.0, 9309.0, 9287.0, 9304.0, 9278.0, 9309.0, 9282.0, 9267.0, 9279.0, 9284.0, 9275.0, 9262.0, 9280.0, 9254.0, 9272.0, 9264.0, 9270.0, 9257.0, 9275.0, 9289.0, 9298.0, 9273.0, 9300.0, 9264.0, 9270.0, 9269.0, 9279.0, 9268.0, 9274.0, 9280.0, 9270.0, 9254.0, 9276.0, 9257.0, 9285.0, 9276.0, 9261.0, 9264.0, 9252.0, 9300.0, 9256.0, 9307.0, 9292.0, 9325.0, 9276.0, 9313.0, 9291.0, 9320.0, 9289.0, 9291.0, 9316.0, 9298.0, 9310.0, 9322.0, 9299.0, 9302.0, 9302.0, 9292.0, 9306.0, 9289.0, 9270.0, 9289.0, 9274.0, 9256.0, 9292.0, 9251.0, 9289.0, 9259.0, 9286.0, 9266.0, 9270.0, 9271.0, 9288.0, 9286.0, 9267.0, 9296.0, 9268.0, 9293.0, 9266.0, 9293.0, 9275.0, 9313.0, 9291.0, 9281.0, 9287.0, 9288.0, 9259.0, 9268.0, 9277.0, 9287.0, 9318.0, 9278.0, 9303.0, 9273.0, 9286.0, 9280.0, 9281.0, 9274.0, 9292.0, 9266.0, 9278.0, 9261.0, 9256.0, 9312.0, 9264.0, 9292.0, 9285.0, 9263.0, 9302.0, 9309.0, 9331.0, 9339.0, 9291.0, 9292.0, 9300.0, 9269.0, 9277.0, 9278.0, 9281.0, 9283.0, 9281.0, 9297.0, 9305.0, 9262.0, 9285.0, 9263.0, 9318.0, 9279.0, 9279.0, 9278.0, 9267.0, 9280.0, 9285.0, 9296.0, 9306.0, 9307.0, 9277.0, 9286.0, 9282.0, 9266.0, 9275.0, 9280.0, 9279.0, 9266.0, 9270.0, 9252.0, 9281.0, 9275.0, 9274.0, 9267.0, 9281.0, 9272.0, 9279.0, 9280.0, 9281.0, 9276.0, 9264.0, 9277.0, 9281.0, 9270.0, 9280.0, 9278.0, 9273.0, 9277.0, 9264.0, 9295.0, 9270.0, 9279.0, 9256.0, 9254.0, 9255.0, 9263.0, 9279.0, 9265.0, 9298.0, 9296.0, 9286.0, 9279.0, 9293.0, 9270.0, 9285.0, 9271.0, 9283.0, 9274.0, 9262.0, 9284.0, 9278.0, 9282.0, 9307.0, 9288.0, 9285.0, 9285.0, 9278.0, 9299.0, 9271.0, 9311.0, 9283.0, 9322.0, 9299.0, 9324.0, 9344.0, 9338.0, 9355.0, 9332.0, 9309.0, 9299.0, 9340.0, 9313.0, 9341.0, 9322.0, 9301.0, 9305.0, 9294.0, 9298.0, 9273.0, 9294.0, 9235.0, 9242.0, 9222.0, 9210.0, 9240.0, 9217.0, 9227.0, 9209.0, 9227.0, 9206.0, 9213.0, 9221.0, 9225.0, 9208.0, 9260.0, 9232.0, 9231.0, 9238.0, 9247.0, 9259.0, 9265.0, 9275.0, 9259.0, 9276.0, 9246.0, 9290.0, 9248.0, 9278.0, 9258.0, 9289.0, 9277.0, 9277.0, 9291.0, 9270.0, 9300.0, 9280.0, 9305.0, 9286.0, 9299.0, 9281.0, 9324.0, 9333.0, 9319.0, 9340.0, 9319.0, 9297.0, 9339.0, 9285.0, 9278.0, 9305.0, 9295.0, 9281.0, 9274.0, 9283.0, 9279.0, 9272.0, 9260.0, 9272.0, 9238.0, 9278.0, 9252.0, 9295.0, 9266.0, 9288.0, 9254.0, 9285.0, 9271.0, 9292.0, 9291.0, 9261.0, 9278.0, 9273.0, 9267.0, 9268.0, 9280.0, 9286.0, 9276.0, 9270.0, 9264.0, 9272.0, 9308.0, 9303.0, 9343.0, 9292.0, 9333.0, 9309.0, 9317.0, 9297.0, 9296.0, 9288.0, 9276.0, 9294.0, 9275.0, 9261.0, 9258.0, 9264.0, 9287.0, 9270.0, 9251.0, 9264.0, 9248.0, 9257.0, 9261.0, 9262.0, 9274.0, 9275.0, 9272.0, 9252.0, 9279.0, 9269.0, 9277.0, 9276.0, 9263.0, 9255.0, 9262.0, 9259.0, 9268.0, 9261.0, 9295.0, 9271.0, 9293.0, 9280.0, 9286.0, 9280.0, 9315.0, 9278.0, 9262.0, 9289.0, 9273.0, 9273.0, 9279.0, 9263.0, 9262.0, 9304.0, 9259.0, 9280.0, 9274.0, 9275.0, 9267.0, 9300.0, 9265.0, 9297.0, 9278.0, 9279.0, 9296.0, 9298.0, 9326.0, 9296.0, 9301.0, 9334.0, 9294.0, 9276.0, 9284.0, 9251.0, 9283.0, 9249.0, 9257.0, 9239.0, 9254.0, 9229.0, 9249.0, 9220.0, 9246.0, 9228.0, 9243.0, 9228.0, 9248.0, 9250.0, 9251.0, 9252.0, 9252.0, 9253.0, 9286.0, 9310.0, 9301.0, 9332.0, 9281.0, 9318.0, 9282.0, 9327.0, 9323.0, 9306.0, 9288.0, 9280.0, 9293.0, 9278.0, 9298.0, 9256.0, 9287.0, 9269.0, 9266.0, 9274.0, 9247.0, 9270.0, 9251.0, 9266.0, 9253.0, 9269.0, 9249.0, 9281.0, 9249.0, 9292.0, 9257.0, 9252.0, 9279.0, 9297.0, 9311.0, 9306.0, 9335.0, 9335.0, 9351.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.0017792087155963302</td></tr>
<tr><td colspan=3>aqi</td><td>0.024523940596330278</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.93552547158437</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1721099161768074</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0057608494603905</td></tr>
<tr><td colspan=3>efc</td><td>0.4615</td></tr>
<tr><td colspan=3>fber</td><td>6444.7373</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1430003047156687</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>176</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>20.18348623853211</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.483629129525376</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.473943668289314</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7070733900037953</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.269870330283018</td></tr>
<tr><td colspan=3>gcor</td><td>0.0157978</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01915033720433712</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027124643325805664</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.972400465694436</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>28.9332</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.3495</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>178.0441</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305923.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>884.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>384.5996</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3093</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>564.2883</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3439.1414</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3605.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70621.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1308.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4526.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>907.5053</td></tr>
<tr><td colspan=3>tsnr</td><td>38.10399181954563</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>