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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0046_ses-03_task-social_acq-mb8_run-05_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-0046_ses-03_task-social_acq-mb8_run-05_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-05_session-03_subject-0046_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-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-03_subject-0046_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-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-03_subject-0046_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-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-03_subject-0046_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-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-05_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-05_session-03_subject-0046_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-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-05_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-05_session-03_subject-0046_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-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-03_subject-0046_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-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-05_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-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-05_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-0046/ses-03/func/sub-0046_ses-03_task-social_acq-mb8_run-05_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>485f09166a19fdb4fdcaf4435c793666</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>19:03:20.407500</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.995842, 0.0359696, 0.0836996, -0.0382564, 0.998933, 0.0258792]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-05_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.102993</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4152, -7764, -7291, 524, -62, -107, -27, 73]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>252.715</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>84b16c3b-9bb6-4f85-8662-90e6409ac885||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.6717703342437744, -0.10263907164335251, 0.22323451936244965, 113.6416244506836], [-0.09650381654500961, 2.6800637245178223, 0.07822882384061813, -94.73924255371094], [0.22456000745296478, -0.06943202018737793, 2.6896183490753174, -85.09545135498047], [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': ['190320.407500', '190320.867500', '190321.327500', '190321.787500', '190322.247500', '190322.707500', '190323.167500', '190323.627500', '190324.087500', '190324.547500', '190325.007500', '190325.467500', '190325.927500', '190326.387500', '190326.847500', '190327.307500', '190327.767500', '190328.227500', '190328.687500', '190329.147500', '190329.607500', '190330.067500', '190330.527500', '190330.987500', '190331.447500', '190331.907500', '190332.367500', '190332.827500', '190333.287500', '190333.747500', '190334.207500', '190334.667500', '190335.127500', '190335.587500', '190336.047500', '190336.507500', '190336.967500', '190337.427500', '190337.887500', '190338.347500', '190338.807500', '190339.267500', '190339.727500', '190340.187500', '190340.647500', '190341.107500', '190341.567500', '190342.027500', '190342.487500', '190342.947500', '190343.407500', '190343.867500', '190344.327500', '190344.787500', '190345.247500', '190345.707500', '190346.167500', '190346.627500', '190347.087500', '190347.547500', '190348.007500', '190348.467500', '190348.927500', '190349.387500', '190349.847500', '190350.307500', '190350.767500', '190351.227500', '190351.687500', '190352.147500', '190352.607500', '190353.067500', '190353.527500', '190353.987500', '190354.447500', '190354.907500', '190355.367500', '190355.827500', '190356.287500', '190356.747500', '190357.207500', '190357.667500', '190358.127500', '190358.587500', '190359.047500', '190359.507500', '190359.967500', '190400.427500', '190400.887500', '190401.347500', '190401.807500', '190402.267500', '190402.727500', '190403.187500', '190403.647500', '190404.107500', '190404.567500', '190405.027500', '190405.487500', '190405.947500', '190406.407500', '190406.867500', '190407.327500', '190407.787500', '190408.247500', '190408.707500', '190409.167500', '190409.627500', '190410.087500', '190410.547500', '190411.007500', '190411.467500', '190411.927500', '190412.387500', '190412.847500', '190413.307500', '190413.767500', '190414.227500', '190414.687500', '190415.147500', '190415.607500', '190416.067500', '190416.527500', '190416.987500', '190417.447500', '190417.907500', '190418.367500', '190418.827500', '190419.287500', '190419.747500', '190420.207500', '190420.667500', '190421.127500', '190421.587500', '190422.047500', '190422.507500', '190422.967500', '190423.427500', '190423.887500', '190424.347500', '190424.807500', '190425.267500', '190425.727500', '190426.187500', '190426.647500', '190427.107500', '190427.567500', '190428.027500', '190428.487500', '190428.947500', '190429.407500', '190429.867500', '190430.327500', '190430.787500', '190431.247500', '190431.707500', '190432.167500', '190432.627500', '190433.087500', '190433.547500', '190434.007500', '190434.467500', '190434.927500', '190435.387500', '190435.847500', '190436.307500', '190436.767500', '190437.227500', '190437.687500', '190438.147500', '190438.607500', '190439.067500', '190439.527500', '190439.987500', '190440.447500', '190440.907500', '190441.367500', '190441.827500', '190442.287500', '190442.747500', '190443.207500', '190443.667500', '190444.127500', '190444.587500', '190445.047500', '190445.507500', '190445.967500', '190446.427500', '190446.887500', '190447.347500', '190447.807500', '190448.267500', '190448.727500', '190449.187500', '190449.647500', '190450.107500', '190450.567500', '190451.027500', '190451.487500', '190451.947500', '190452.407500', '190452.867500', '190453.327500', '190453.787500', '190454.247500', '190454.707500', '190455.167500', '190455.627500', '190456.087500', '190456.547500', '190457.007500', '190457.467500', '190457.927500', '190458.387500', '190458.847500', '190459.307500', '190459.767500', '190500.227500', '190500.687500', '190501.147500', '190501.607500', '190502.067500', '190502.527500', '190502.987500', '190503.447500', '190503.907500', '190504.367500', '190504.827500', '190505.287500', '190505.747500', '190506.207500', '190506.667500', '190507.127500', '190507.587500', '190508.047500', '190508.507500', '190508.967500', '190509.427500', '190509.887500', '190510.347500', '190510.807500', '190511.267500', '190511.727500', '190512.187500', '190512.647500', '190513.107500', '190513.567500', '190514.027500', '190514.487500', '190514.947500', '190515.407500', '190515.867500', '190516.327500', '190516.787500', '190517.247500', '190517.707500', '190518.167500', '190518.627500', '190519.087500', '190519.547500', '190520.007500', '190520.467500', '190520.927500', '190521.387500', '190521.847500', '190522.307500', '190522.767500', '190523.227500', '190523.687500', '190524.147500', '190524.607500', '190525.067500', '190525.527500', '190525.987500', '190526.447500', '190526.907500', '190527.367500', '190527.827500', '190528.287500', '190528.747500', '190529.207500', '190529.667500', '190530.127500', '190530.587500', '190531.047500', '190531.507500', '190531.967500', '190532.427500', '190532.887500', '190533.347500', '190533.807500', '190534.267500', '190534.727500', '190535.187500', '190535.647500', '190536.107500', '190536.567500', '190537.027500', '190537.487500', '190537.947500', '190538.407500', '190538.867500', '190539.327500', '190539.787500', '190540.247500', '190540.707500', '190541.167500', '190541.627500', '190542.087500', '190542.547500', '190543.007500', '190543.467500', '190543.927500', '190544.387500', '190544.847500', '190545.307500', '190545.767500', '190546.227500', '190546.687500', '190547.147500', '190547.607500', '190548.067500', '190548.527500', '190548.987500', '190549.447500', '190549.907500', '190550.367500', '190550.827500', '190551.287500', '190551.747500', '190552.207500', '190552.667500', '190553.127500', '190553.587500', '190554.047500', '190554.507500', '190554.967500', '190555.427500', '190555.887500', '190556.347500', '190556.807500', '190557.267500', '190557.727500', '190558.187500', '190558.647500', '190559.107500', '190559.567500', '190600.027500', '190600.487500', '190600.947500', '190601.407500', '190601.867500', '190602.327500', '190602.787500', '190603.247500', '190603.707500', '190604.167500', '190604.627500', '190605.087500', '190605.547500', '190606.007500', '190606.467500', '190606.927500', '190607.387500', '190607.847500', '190608.307500', '190608.767500', '190609.227500', '190609.687500', '190610.147500', '190610.607500', '190611.067500', '190611.527500', '190611.987500', '190612.447500', '190612.907500', '190613.367500', '190613.827500', '190614.287500', '190614.747500', '190615.207500', '190615.667500', '190616.127500', '190616.587500', '190617.047500', '190617.507500', '190617.967500', '190618.427500', '190618.887500', '190619.347500', '190619.807500', '190620.267500', '190620.727500', '190621.187500', '190621.647500', '190622.107500', '190622.567500', '190623.027500', '190623.487500', '190623.947500', '190624.407500', '190624.867500', '190625.327500', '190625.787500', '190626.247500', '190626.707500', '190627.167500', '190627.627500', '190628.087500', '190628.547500', '190629.007500', '190629.467500', '190629.927500', '190630.387500', '190630.847500', '190631.307500', '190631.767500', '190632.227500', '190632.687500', '190633.147500', '190633.607500', '190634.067500', '190634.527500', '190634.987500', '190635.447500', '190635.907500', '190636.367500', '190636.827500', '190637.287500', '190637.747500', '190638.207500', '190638.667500', '190639.127500', '190639.587500', '190640.047500', '190640.507500', '190640.967500', '190641.427500', '190641.887500', '190642.347500', '190642.807500', '190643.267500', '190643.727500', '190644.187500', '190644.647500', '190645.107500', '190645.567500', '190646.027500', '190646.487500', '190646.947500', '190647.407500', '190647.867500', '190648.327500', '190648.787500', '190649.247500', '190649.707500', '190650.167500', '190650.627500', '190651.087500', '190651.547500', '190652.007500', '190652.467500', '190652.927500', '190653.387500', '190653.847500', '190654.307500', '190654.767500', '190655.227500', '190655.687500', '190656.147500', '190656.607500', '190657.067500', '190657.527500', '190657.987500', '190658.447500', '190658.907500', '190659.367500', '190659.827500', '190700.287500', '190700.747500', '190701.207500', '190701.667500', '190702.127500', '190702.587500', '190703.047500', '190703.507500', '190703.967500', '190704.427500', '190704.887500', '190705.347500', '190705.807500', '190706.267500', '190706.727500', '190707.187500', '190707.647500', '190708.107500', '190708.567500', '190709.027500', '190709.487500', '190709.947500', '190710.407500', '190710.867500', '190711.327500', '190711.787500', '190712.247500', '190712.707500', '190713.167500', '190713.627500', '190714.087500', '190714.547500', '190715.007500', '190715.467500', '190715.927500', '190716.387500', '190716.847500', '190717.307500', '190717.767500', '190718.227500', '190718.687500', '190719.147500', '190719.607500', '190720.067500', '190720.527500', '190720.987500', '190721.447500', '190721.907500', '190722.367500', '190722.827500', '190723.287500', '190723.747500', '190724.207500', '190724.667500', '190725.127500', '190725.587500', '190726.047500', '190726.507500', '190726.967500', '190727.427500', '190727.887500', '190728.347500', '190728.807500', '190729.267500', '190729.727500', '190730.187500', '190730.647500', '190731.107500', '190731.567500', '190732.027500', '190732.487500', '190732.947500', '190733.407500', '190733.867500', '190734.327500', '190734.787500', '190735.247500', '190735.707500', '190736.167500', '190736.627500', '190737.087500', '190737.547500', '190738.007500', '190738.467500', '190738.927500', '190739.387500', '190739.847500', '190740.307500', '190740.767500', '190741.227500', '190741.687500', '190742.147500', '190742.607500', '190743.067500', '190743.527500', '190743.987500', '190744.447500', '190744.907500', '190745.367500', '190745.827500', '190746.287500', '190746.747500', '190747.207500', '190747.667500', '190748.127500', '190748.587500', '190749.047500', '190749.507500', '190749.967500', '190750.427500', '190750.887500', '190751.347500', '190751.807500', '190752.267500', '190752.727500', '190753.187500', '190753.647500', '190754.107500', '190754.567500', '190755.027500', '190755.487500', '190755.947500', '190756.407500', '190756.867500', '190757.327500', '190757.787500', '190758.247500', '190758.707500', '190759.167500', '190759.627500', '190800.087500', '190800.547500', '190801.007500', '190801.467500', '190801.927500', '190802.387500', '190802.847500', '190803.307500', '190803.767500', '190804.227500', '190804.687500', '190805.147500', '190805.607500', '190806.067500', '190806.527500', '190806.987500', '190807.447500', '190807.907500', '190808.367500', '190808.827500', '190809.287500', '190809.747500', '190810.207500', '190810.667500', '190811.127500', '190811.587500', '190812.047500', '190812.507500', '190812.967500', '190813.427500', '190813.887500', '190814.347500', '190814.807500', '190815.267500', '190815.727500', '190816.187500', '190816.647500', '190817.107500', '190817.567500', '190818.027500', '190818.487500', '190818.947500', '190819.407500', '190819.867500', '190820.327500', '190820.787500', '190821.247500', '190821.707500', '190822.167500', '190822.627500', '190823.087500', '190823.547500', '190824.007500', '190824.467500', '190824.927500', '190825.387500', '190825.847500', '190826.307500', '190826.767500', '190827.227500', '190827.687500', '190828.147500', '190828.607500', '190829.067500', '190829.527500', '190829.987500', '190830.447500', '190830.907500', '190831.367500', '190831.827500', '190832.287500', '190832.747500', '190833.207500', '190833.667500', '190834.127500', '190834.587500', '190835.047500', '190835.507500', '190835.967500', '190836.427500', '190836.887500', '190837.347500', '190837.807500', '190838.267500', '190838.727500', '190839.187500', '190839.647500', '190840.107500', '190840.567500', '190841.027500', '190841.487500', '190841.947500', '190842.407500', '190842.867500', '190843.327500', '190843.787500', '190844.247500', '190844.707500', '190845.167500', '190845.627500', '190846.087500', '190846.547500', '190847.007500', '190847.467500', '190847.927500', '190848.387500', '190848.847500', '190849.307500', '190849.767500', '190850.227500', '190850.687500', '190851.147500', '190851.607500', '190852.067500', '190852.527500', '190852.987500', '190853.447500', '190853.907500', '190854.367500', '190854.827500', '190855.287500', '190855.747500', '190856.207500', '190856.667500', '190857.127500', '190857.587500', '190858.047500', '190858.507500', '190858.967500', '190859.427500', '190859.887500', '190900.347500', '190900.807500', '190901.267500', '190901.727500', '190902.187500', '190902.647500', '190903.107500', '190903.567500', '190904.027500', '190904.487500', '190904.947500', '190905.407500', '190905.867500', '190906.327500', '190906.787500', '190907.247500', '190907.707500', '190908.167500', '190908.627500', '190909.087500', '190909.547500', '190910.007500', '190910.467500', '190910.927500', '190911.387500', '190911.847500', '190912.307500', '190912.767500', '190913.227500', '190913.687500', '190914.147500', '190914.607500', '190915.067500', '190915.527500', '190915.987500', '190916.447500', '190916.907500', '190917.367500', '190917.827500', '190918.287500', '190918.747500', '190919.207500', '190919.667500', '190920.127500', '190920.587500', '190921.047500', '190921.507500', '190921.967500', '190922.427500', '190922.887500', '190923.347500', '190923.807500', '190924.267500', '190924.727500', '190925.187500', '190925.647500', '190926.107500', '190926.567500', '190927.027500', '190927.487500', '190927.947500', '190928.407500', '190928.867500', '190929.327500', '190929.787500', '190930.247500', '190930.707500', '190931.167500', '190931.627500', '190932.087500', '190932.547500', '190933.007500', '190933.467500', '190933.927500', '190934.387500', '190934.847500', '190935.307500', '190935.767500', '190936.227500', '190936.687500', '190937.147500', '190937.607500', '190938.067500', '190938.527500', '190938.987500', '190939.447500', '190939.907500', '190940.367500', '190940.827500', '190941.287500', '190941.747500', '190942.207500', '190942.667500', '190943.127500', '190943.587500', '190944.047500', '190944.507500', '190944.967500', '190945.427500', '190945.887500', '190946.347500', '190946.807500', '190947.267500', '190947.727500', '190948.187500', '190948.647500', '190949.107500', '190949.567500', '190950.027500', '190950.487500', '190950.947500', '190951.407500', '190951.867500', '190952.327500', '190952.787500', '190953.247500', '190953.707500', '190954.167500', '190954.627500', '190955.087500', '190955.547500', '190956.007500', '190956.467500', '190956.927500', '190957.387500', '190957.847500', '190958.307500', '190958.767500', '190959.227500', '190959.687500', '191000.147500', '191000.607500', '191001.067500'], 'ContentTime': ['190334.665000', '190334.668000', '190334.670000', '190334.673000', '190334.676000', '190334.678000', '190334.681000', '190334.683000', '190334.686000', '190334.689000', '190334.691000', '190334.700000', '190334.703000', '190334.705000', '190334.708000', '190334.710000', '190334.713000', '190334.716000', '190334.718000', '190334.721000', '190334.723000', '190334.730000', '190334.732000', '190334.735000', '190334.737000', '190334.740000', '190334.742000', '190334.745000', '190354.601000', '190354.604000', '190354.607000', '190354.609000', '190354.612000', '190354.614000', '190354.617000', '190354.620000', '190354.622000', '190354.625000', '190354.627000', '190354.630000', '190354.632000', '190354.635000', '190354.638000', '190354.640000', '190354.643000', '190354.645000', '190354.648000', '190354.651000', '190354.653000', '190354.656000', '190354.658000', '190354.661000', '190354.663000', '190354.666000', '190354.668000', '190354.671000', '190354.674000', '190354.676000', '190354.679000', '190354.681000', '190354.690000', '190354.692000', '190354.695000', '190354.697000', '190354.700000', '190354.702000', '190354.705000', '190354.707000', '190354.710000', '190354.713000', '190354.715000', '190354.718000', '190414.601000', '190414.604000', '190414.607000', '190414.609000', '190414.612000', '190414.614000', '190414.617000', '190414.619000', '190414.622000', '190414.624000', '190414.627000', '190414.629000', '190414.632000', '190414.635000', '190414.637000', '190414.640000', '190414.642000', '190414.645000', '190414.647000', '190414.650000', '190414.652000', '190414.655000', '190414.658000', '190414.660000', '190414.663000', '190414.665000', '190414.668000', '190414.670000', '190414.673000', '190414.675000', '190414.678000', '190414.681000', '190414.683000', '190414.686000', '190414.688000', '190414.691000', '190414.693000', '190414.696000', '190414.699000', '190414.701000', '190414.708000', '190414.711000', '190414.717000', '190434.600000', '190434.603000', '190434.606000', '190434.608000', '190434.611000', '190434.613000', '190434.616000', '190434.618000', '190434.621000', '190434.624000', '190434.626000', '190434.629000', '190434.632000', '190434.634000', '190434.637000', '190434.639000', '190434.642000', '190434.644000', '190434.647000', '190434.650000', '190434.652000', '190434.655000', '190434.657000', '190434.660000', '190434.663000', '190434.665000', '190434.668000', '190434.670000', '190434.673000', '190434.675000', '190434.678000', '190434.680000', '190434.683000', '190434.686000', '190434.688000', '190434.691000', '190434.693000', '190434.696000', '190434.699000', '190434.701000', '190434.704000', '190434.706000', '190434.709000', '190434.711000', '190454.600000', '190454.603000', '190454.606000', '190454.608000', '190454.611000', '190454.613000', '190454.616000', '190454.619000', '190454.621000', '190454.624000', '190454.626000', '190454.629000', '190454.631000', '190454.634000', '190454.636000', '190454.639000', '190454.642000', '190454.644000', '190454.647000', '190454.649000', '190454.652000', '190454.654000', '190454.657000', '190454.659000', '190454.662000', '190454.665000', '190454.667000', '190454.670000', '190454.673000', '190454.675000', '190454.678000', '190454.680000', '190454.683000', '190454.686000', '190454.688000', '190454.691000', '190454.693000', '190454.696000', '190454.699000', '190454.701000', '190454.704000', '190454.706000', '190454.709000', '190514.601000', '190514.603000', '190514.606000', '190514.609000', '190514.611000', '190514.614000', '190514.616000', '190514.619000', '190514.621000', '190514.630000', '190514.633000', '190514.636000', '190514.638000', '190514.641000', '190514.643000', '190514.646000', '190514.649000', '190514.651000', '190514.654000', '190514.656000', '190514.659000', '190514.662000', '190514.664000', '190514.667000', '190514.669000', '190514.672000', '190514.675000', '190514.677000', '190514.680000', '190514.682000', '190514.685000', '190514.688000', '190514.690000', '190514.693000', '190514.695000', '190514.698000', '190514.700000', '190514.703000', '190514.706000', '190514.708000', '190514.711000', '190514.713000', '190514.716000', '190514.718000', '190534.602000', '190534.604000', '190534.607000', '190534.609000', '190534.612000', '190534.615000', '190534.617000', '190534.620000', '190534.622000', '190534.625000', '190534.627000', '190534.630000', '190534.633000', '190534.635000', '190534.638000', '190534.640000', '190534.643000', '190534.646000', '190534.648000', '190534.651000', '190534.653000', '190534.656000', '190534.659000', '190534.661000', '190534.664000', '190534.666000', '190534.669000', '190534.672000', '190534.674000', '190534.677000', '190534.679000', '190534.682000', '190534.684000', '190534.687000', '190534.690000', '190534.692000', '190534.695000', '190534.697000', '190534.700000', '190534.702000', '190534.705000', '190534.707000', '190534.710000', '190554.601000', '190554.604000', '190554.607000', '190554.609000', '190554.612000', '190554.615000', '190554.617000', '190554.620000', '190554.622000', '190554.625000', '190554.627000', '190554.630000', '190554.633000', '190554.635000', '190554.638000', '190554.640000', '190554.643000', '190554.646000', '190554.648000', '190554.651000', '190554.654000', '190554.656000', '190554.659000', '190554.662000', '190554.664000', '190554.667000', '190554.669000', '190554.672000', '190554.675000', '190554.677000', '190554.680000', '190554.683000', '190554.685000', '190554.688000', '190554.691000', '190554.693000', '190554.706000', '190554.709000', '190554.711000', '190554.714000', '190554.717000', '190554.719000', '190554.722000', '190554.724000', '190614.601000', '190614.604000', '190614.607000', '190614.610000', '190614.612000', '190614.615000', '190614.617000', '190614.620000', '190614.622000', '190614.625000', '190614.628000', '190614.630000', '190614.633000', '190614.635000', '190614.638000', '190614.640000', '190614.643000', '190614.645000', '190614.648000', '190614.651000', '190614.653000', '190614.656000', '190614.658000', '190614.661000', '190614.664000', '190614.666000', '190614.669000', '190614.671000', '190614.674000', '190614.676000', '190614.679000', '190614.682000', '190614.684000', '190614.687000', '190614.689000', '190614.692000', '190614.694000', '190614.697000', '190614.700000', '190614.702000', '190614.705000', '190614.707000', '190614.710000', '190634.601000', '190634.604000', '190634.607000', '190634.609000', '190634.612000', '190634.616000', '190634.618000', '190634.621000', '190634.624000', '190634.626000', '190634.629000', '190634.631000', '190634.634000', '190634.636000', '190634.639000', '190634.642000', '190634.644000', '190634.647000', '190634.649000', '190634.652000', '190634.655000', '190634.657000', '190634.660000', '190634.662000', '190634.665000', '190634.668000', '190634.670000', '190634.673000', '190634.675000', '190634.678000', '190634.681000', '190634.683000', '190634.686000', '190634.689000', '190634.691000', '190634.694000', '190634.697000', '190634.699000', '190634.702000', '190634.705000', '190634.707000', '190634.710000', '190634.713000', '190634.715000', '190654.600000', '190654.603000', '190654.606000', '190654.608000', '190654.611000', '190654.614000', '190654.616000', '190654.619000', '190654.621000', '190654.624000', '190654.626000', '190654.629000', '190654.632000', '190654.634000', '190654.637000', '190654.639000', '190654.642000', '190654.644000', '190654.647000', '190654.650000', '190654.652000', '190654.655000', '190654.658000', '190654.660000', '190654.663000', '190654.665000', '190654.668000', '190654.670000', '190654.673000', '190654.676000', '190654.678000', '190654.681000', '190654.683000', '190654.686000', '190654.689000', '190654.691000', '190654.694000', '190654.696000', '190654.699000', '190654.701000', '190654.704000', '190654.707000', '190654.709000', '190714.601000', '190714.603000', '190714.606000', '190714.609000', '190714.611000', '190714.614000', '190714.617000', '190714.619000', '190714.622000', '190714.624000', '190714.627000', '190714.630000', '190714.632000', '190714.635000', '190714.638000', '190714.640000', '190714.643000', '190714.646000', '190714.649000', '190714.651000', '190714.654000', '190714.656000', '190714.659000', '190714.662000', '190714.664000', '190714.667000', '190714.669000', '190714.672000', '190714.675000', '190714.677000', '190714.680000', '190714.682000', '190714.685000', '190714.688000', '190714.690000', '190714.693000', '190714.696000', '190714.698000', '190714.701000', '190714.703000', '190714.706000', '190714.708000', '190714.711000', '190714.714000', '190734.600000', '190734.603000', '190734.606000', '190734.609000', '190734.612000', '190734.615000', '190734.617000', '190734.620000', '190734.623000', '190734.625000', '190734.628000', '190734.630000', '190734.633000', '190734.636000', '190734.638000', '190734.641000', '190734.644000', '190734.658000', '190734.661000', '190734.664000', '190734.666000', '190734.669000', '190734.671000', '190734.674000', '190734.677000', '190734.679000', '190734.682000', '190734.684000', '190734.687000', '190734.689000', '190734.692000', '190734.695000', '190734.697000', '190734.700000', '190734.702000', '190734.705000', '190734.708000', '190734.710000', '190734.713000', '190734.715000', '190734.718000', '190734.721000', '190734.723000', '190754.601000', '190754.604000', '190754.607000', '190754.609000', '190754.612000', '190754.615000', '190754.617000', '190754.620000', '190754.622000', '190754.625000', '190754.628000', '190754.630000', '190754.633000', '190754.635000', '190754.638000', '190754.641000', '190754.643000', '190754.646000', '190754.648000', '190754.651000', '190754.654000', '190754.657000', '190754.660000', '190754.662000', '190754.665000', '190754.667000', '190754.670000', '190754.672000', '190754.675000', '190754.678000', '190754.680000', '190754.683000', '190754.686000', '190754.688000', '190754.691000', '190754.693000', '190754.696000', '190754.699000', '190754.701000', '190754.704000', '190754.707000', '190754.710000', '190754.712000', '190814.601000', '190814.604000', '190814.607000', '190814.609000', '190814.612000', '190814.615000', '190814.617000', '190814.620000', '190814.622000', '190814.625000', '190814.628000', '190814.630000', '190814.633000', '190814.635000', '190814.638000', '190814.641000', '190814.643000', '190814.646000', '190814.648000', '190814.651000', '190814.654000', '190814.657000', '190814.659000', '190814.662000', '190814.665000', '190814.667000', '190814.670000', '190814.673000', '190814.675000', '190814.678000', '190814.681000', '190814.683000', '190814.686000', '190814.688000', '190814.691000', '190814.694000', '190814.696000', '190814.699000', '190814.701000', '190814.704000', '190814.706000', '190814.709000', '190814.712000', '190814.714000', '190834.601000', '190834.604000', '190834.607000', '190834.610000', '190834.612000', '190834.615000', '190834.618000', '190834.621000', '190834.624000', '190834.627000', '190834.629000', '190834.632000', '190834.635000', '190834.637000', '190834.640000', '190834.642000', '190834.645000', '190834.648000', '190834.650000', '190834.653000', '190834.655000', '190834.658000', '190834.661000', '190834.663000', '190834.666000', '190834.669000', '190834.671000', '190834.674000', '190834.676000', '190834.679000', '190834.681000', '190834.684000', '190834.687000', '190834.689000', '190834.692000', '190834.694000', '190834.697000', '190834.700000', '190834.702000', '190834.705000', '190834.708000', '190834.710000', '190834.713000', '190854.602000', '190854.604000', '190854.607000', '190854.610000', '190854.612000', '190854.615000', '190854.617000', '190854.620000', '190854.622000', '190854.625000', '190854.628000', '190854.630000', '190854.633000', '190854.635000', '190854.638000', '190854.641000', '190854.643000', '190854.646000', '190854.649000', '190854.652000', '190854.654000', '190854.657000', '190854.660000', '190854.663000', '190854.665000', '190854.668000', '190854.670000', '190854.673000', '190854.676000', '190854.678000', '190854.681000', '190854.684000', '190854.686000', '190854.689000', '190854.691000', '190854.694000', '190854.696000', '190854.699000', '190854.702000', '190854.704000', '190854.707000', '190854.709000', '190854.712000', '190854.723000', '190914.601000', '190914.604000', '190914.606000', '190914.609000', '190914.611000', '190914.614000', '190914.617000', '190914.619000', '190914.622000', '190914.625000', '190914.627000', '190914.630000', '190914.632000', '190914.635000', '190914.638000', '190914.640000', '190914.643000', '190914.646000', '190914.648000', '190914.651000', '190914.653000', '190914.656000', '190914.659000', '190914.661000', '190914.664000', '190914.667000', '190914.669000', '190914.672000', '190914.675000', '190914.678000', '190914.680000', '190914.685000', '190914.687000', '190914.690000', '190914.693000', '190914.696000', '190914.699000', '190914.702000', '190914.704000', '190914.707000', '190914.709000', '190914.712000', '190914.715000', '190934.601000', '190934.603000', '190934.606000', '190934.609000', '190934.611000', '190934.614000', '190934.616000', '190934.619000', '190934.621000', '190934.624000', '190934.627000', '190934.629000', '190934.632000', '190934.634000', '190934.637000', '190934.640000', '190934.642000', '190934.645000', '190934.648000', '190934.650000', '190934.653000', '190934.655000', '190934.658000', '190934.661000', '190934.663000', '190934.666000', '190934.668000', '190934.671000', '190934.674000', '190934.676000', '190934.679000', '190934.682000', '190934.684000', '190934.687000', '190934.689000', '190934.692000', '190934.695000', '190934.697000', '190934.700000', '190934.702000', '190934.705000', '190934.708000', '190934.710000', '190934.713000', '190954.602000', '190954.604000', '190954.607000', '190954.610000', '190954.612000', '190954.615000', '190954.617000', '190954.620000', '190954.622000', '190954.625000', '190954.627000', '190954.630000', '190954.633000', '190954.635000', '190954.638000', '190954.640000', '190954.643000', '190954.646000', '190954.648000', '190954.651000', '190954.654000', '190954.656000', '190954.659000', '190954.662000', '190954.664000', '190954.667000', '190954.669000', '190954.672000', '190954.674000', '190954.677000', '190954.680000', '190954.682000', '190954.685000', '190954.688000', '190954.690000', '190954.693000', '190954.696000', '190954.698000', '190954.701000', '190954.703000', '190954.706000', '190954.708000', '190954.711000', '191002.451000', '191002.454000', '191002.457000', '191002.460000', '191002.463000', '191002.466000', '191002.469000', '191002.472000', '191002.475000', '191002.477000', '191002.480000', '191002.484000', '191002.487000', '191002.489000', '191002.492000', '191002.495000', '191002.497000', '191002.500000'], 'InstanceCreationTime': ['190334.665000', '190334.668000', '190334.670000', '190334.673000', '190334.676000', '190334.678000', '190334.681000', '190334.683000', '190334.686000', '190334.689000', '190334.691000', '190334.700000', '190334.703000', '190334.705000', '190334.708000', '190334.710000', '190334.713000', '190334.716000', '190334.718000', '190334.721000', '190334.723000', '190334.730000', '190334.732000', '190334.735000', '190334.737000', '190334.740000', '190334.742000', '190334.745000', '190354.601000', '190354.604000', '190354.607000', '190354.609000', '190354.612000', '190354.614000', '190354.617000', '190354.620000', '190354.622000', '190354.625000', '190354.627000', '190354.630000', '190354.632000', '190354.635000', '190354.638000', '190354.640000', '190354.643000', '190354.645000', '190354.648000', '190354.651000', '190354.653000', '190354.656000', '190354.658000', '190354.661000', '190354.663000', '190354.666000', '190354.668000', '190354.671000', '190354.674000', '190354.676000', '190354.679000', '190354.681000', '190354.690000', '190354.692000', '190354.695000', '190354.697000', '190354.700000', '190354.702000', '190354.705000', '190354.707000', '190354.710000', '190354.713000', '190354.715000', '190354.718000', '190414.601000', '190414.604000', '190414.607000', '190414.609000', '190414.612000', '190414.614000', '190414.617000', '190414.619000', '190414.622000', '190414.624000', '190414.627000', '190414.629000', '190414.632000', '190414.635000', '190414.637000', '190414.640000', '190414.642000', '190414.645000', '190414.647000', '190414.650000', '190414.652000', '190414.655000', '190414.658000', '190414.660000', '190414.663000', '190414.665000', '190414.668000', '190414.670000', '190414.673000', '190414.675000', '190414.678000', '190414.681000', '190414.683000', '190414.686000', '190414.688000', '190414.691000', '190414.693000', '190414.696000', '190414.699000', '190414.701000', '190414.708000', '190414.711000', '190414.717000', '190434.600000', '190434.603000', '190434.606000', '190434.608000', '190434.611000', '190434.613000', '190434.616000', '190434.618000', '190434.621000', '190434.624000', '190434.626000', '190434.629000', '190434.632000', '190434.634000', '190434.637000', '190434.639000', '190434.642000', '190434.644000', '190434.647000', '190434.650000', '190434.652000', '190434.655000', '190434.657000', '190434.660000', '190434.663000', '190434.665000', '190434.668000', '190434.670000', '190434.673000', '190434.675000', '190434.678000', '190434.680000', '190434.683000', '190434.686000', '190434.688000', '190434.691000', '190434.693000', '190434.696000', '190434.699000', '190434.701000', '190434.704000', '190434.706000', '190434.709000', '190434.711000', '190454.600000', '190454.603000', '190454.606000', '190454.608000', '190454.611000', '190454.613000', '190454.616000', '190454.619000', '190454.621000', '190454.624000', '190454.626000', '190454.629000', '190454.631000', '190454.634000', '190454.636000', '190454.639000', '190454.642000', '190454.644000', '190454.647000', '190454.649000', '190454.652000', '190454.654000', '190454.657000', '190454.659000', '190454.662000', '190454.665000', '190454.667000', '190454.670000', '190454.673000', '190454.675000', '190454.678000', '190454.680000', '190454.683000', '190454.686000', '190454.688000', '190454.691000', '190454.693000', '190454.696000', '190454.699000', '190454.701000', '190454.704000', '190454.706000', '190454.709000', '190514.601000', '190514.603000', '190514.606000', '190514.609000', '190514.611000', '190514.614000', '190514.616000', '190514.619000', '190514.621000', '190514.630000', '190514.633000', '190514.636000', '190514.638000', '190514.641000', '190514.643000', '190514.646000', '190514.649000', '190514.651000', '190514.654000', '190514.656000', '190514.659000', '190514.662000', '190514.664000', '190514.667000', '190514.669000', '190514.672000', '190514.675000', '190514.677000', '190514.680000', '190514.682000', '190514.685000', '190514.688000', '190514.690000', '190514.693000', '190514.695000', '190514.698000', '190514.700000', '190514.703000', '190514.706000', '190514.708000', '190514.711000', '190514.713000', '190514.716000', '190514.718000', '190534.602000', '190534.604000', '190534.607000', '190534.609000', '190534.612000', '190534.615000', '190534.617000', '190534.620000', '190534.622000', '190534.625000', '190534.627000', '190534.630000', '190534.633000', '190534.635000', '190534.638000', '190534.640000', '190534.643000', '190534.646000', '190534.648000', '190534.651000', '190534.653000', '190534.656000', '190534.659000', '190534.661000', '190534.664000', '190534.666000', '190534.669000', '190534.672000', '190534.674000', '190534.677000', '190534.679000', '190534.682000', '190534.684000', '190534.687000', '190534.690000', '190534.692000', '190534.695000', '190534.697000', '190534.700000', '190534.702000', '190534.705000', '190534.707000', '190534.710000', '190554.601000', '190554.604000', '190554.607000', '190554.609000', '190554.612000', '190554.615000', '190554.617000', '190554.620000', '190554.622000', '190554.625000', '190554.627000', '190554.630000', '190554.633000', '190554.635000', '190554.638000', '190554.640000', '190554.643000', '190554.646000', '190554.648000', '190554.651000', '190554.654000', '190554.656000', '190554.659000', '190554.662000', '190554.664000', '190554.667000', '190554.669000', '190554.672000', '190554.675000', '190554.677000', '190554.680000', '190554.683000', '190554.685000', '190554.688000', '190554.691000', '190554.693000', '190554.706000', '190554.709000', '190554.711000', '190554.714000', '190554.717000', '190554.719000', '190554.722000', '190554.724000', '190614.601000', '190614.604000', '190614.607000', '190614.610000', '190614.612000', '190614.615000', '190614.617000', '190614.620000', '190614.622000', '190614.625000', '190614.628000', '190614.630000', '190614.633000', '190614.635000', '190614.638000', '190614.640000', '190614.643000', '190614.645000', '190614.648000', '190614.651000', '190614.653000', '190614.656000', '190614.658000', '190614.661000', '190614.664000', '190614.666000', '190614.669000', '190614.671000', '190614.674000', '190614.676000', '190614.679000', '190614.682000', '190614.684000', '190614.687000', '190614.689000', '190614.692000', '190614.694000', '190614.697000', '190614.700000', '190614.702000', '190614.705000', '190614.707000', '190614.710000', '190634.601000', '190634.604000', '190634.607000', '190634.609000', '190634.612000', '190634.616000', '190634.618000', '190634.621000', '190634.624000', '190634.626000', '190634.629000', '190634.631000', '190634.634000', '190634.636000', '190634.639000', '190634.642000', '190634.644000', '190634.647000', '190634.649000', '190634.652000', '190634.655000', '190634.657000', '190634.660000', '190634.662000', '190634.665000', '190634.668000', '190634.670000', '190634.673000', '190634.675000', '190634.678000', '190634.681000', '190634.683000', '190634.686000', '190634.689000', '190634.691000', '190634.694000', '190634.697000', '190634.699000', '190634.702000', '190634.705000', '190634.707000', '190634.710000', '190634.713000', '190634.715000', '190654.600000', '190654.603000', '190654.606000', '190654.608000', '190654.611000', '190654.614000', '190654.616000', '190654.619000', '190654.621000', '190654.624000', '190654.626000', '190654.629000', '190654.632000', '190654.634000', '190654.637000', '190654.639000', '190654.642000', '190654.644000', '190654.647000', '190654.650000', '190654.652000', '190654.655000', '190654.658000', '190654.660000', '190654.663000', '190654.665000', '190654.668000', '190654.670000', '190654.673000', '190654.676000', '190654.678000', '190654.681000', '190654.683000', '190654.686000', '190654.689000', '190654.691000', '190654.694000', '190654.696000', '190654.699000', '190654.701000', '190654.704000', '190654.707000', '190654.709000', '190714.601000', '190714.603000', '190714.606000', '190714.609000', '190714.611000', '190714.614000', '190714.617000', '190714.619000', '190714.622000', '190714.624000', '190714.627000', '190714.630000', '190714.632000', '190714.635000', '190714.638000', '190714.640000', '190714.643000', '190714.646000', '190714.649000', '190714.651000', '190714.654000', '190714.656000', '190714.659000', '190714.662000', '190714.664000', '190714.667000', '190714.669000', '190714.672000', '190714.675000', '190714.677000', '190714.680000', '190714.682000', '190714.685000', '190714.688000', '190714.690000', '190714.693000', '190714.696000', '190714.698000', '190714.701000', '190714.703000', '190714.706000', '190714.708000', '190714.711000', '190714.714000', '190734.600000', '190734.603000', '190734.606000', '190734.609000', '190734.612000', '190734.615000', '190734.617000', '190734.620000', '190734.623000', '190734.625000', '190734.628000', '190734.630000', '190734.633000', '190734.636000', '190734.638000', '190734.641000', '190734.644000', '190734.658000', '190734.661000', '190734.664000', '190734.666000', '190734.669000', '190734.671000', '190734.674000', '190734.677000', '190734.679000', '190734.682000', '190734.684000', '190734.687000', '190734.689000', '190734.692000', '190734.695000', '190734.697000', '190734.700000', '190734.702000', '190734.705000', '190734.708000', '190734.710000', '190734.713000', '190734.715000', '190734.718000', '190734.721000', '190734.723000', '190754.601000', '190754.604000', '190754.607000', '190754.609000', '190754.612000', '190754.615000', '190754.617000', '190754.620000', '190754.622000', '190754.625000', '190754.628000', '190754.630000', '190754.633000', '190754.635000', '190754.638000', '190754.641000', '190754.643000', '190754.646000', '190754.648000', '190754.651000', '190754.654000', '190754.657000', '190754.660000', '190754.662000', '190754.665000', '190754.667000', '190754.670000', '190754.672000', '190754.675000', '190754.678000', '190754.680000', '190754.683000', '190754.686000', '190754.688000', '190754.691000', '190754.693000', '190754.696000', '190754.699000', '190754.701000', '190754.704000', '190754.707000', '190754.710000', '190754.712000', '190814.601000', '190814.604000', '190814.607000', '190814.609000', '190814.612000', '190814.615000', '190814.617000', '190814.620000', '190814.622000', '190814.625000', '190814.628000', '190814.630000', '190814.633000', '190814.635000', '190814.638000', '190814.641000', '190814.643000', '190814.646000', '190814.648000', '190814.651000', '190814.654000', '190814.657000', '190814.659000', '190814.662000', '190814.665000', '190814.667000', '190814.670000', '190814.673000', '190814.675000', '190814.678000', '190814.681000', '190814.683000', '190814.686000', '190814.688000', '190814.691000', '190814.694000', '190814.696000', '190814.699000', '190814.701000', '190814.704000', '190814.706000', '190814.709000', '190814.712000', '190814.714000', '190834.601000', '190834.604000', '190834.607000', '190834.610000', '190834.612000', '190834.615000', '190834.618000', '190834.621000', '190834.624000', '190834.627000', '190834.629000', '190834.632000', '190834.635000', '190834.637000', '190834.640000', '190834.642000', '190834.645000', '190834.648000', '190834.650000', '190834.653000', '190834.655000', '190834.658000', '190834.661000', '190834.663000', '190834.666000', '190834.669000', '190834.671000', '190834.674000', '190834.676000', '190834.679000', '190834.681000', '190834.684000', '190834.687000', '190834.689000', '190834.692000', '190834.694000', '190834.697000', '190834.700000', '190834.702000', '190834.705000', '190834.708000', '190834.710000', '190834.713000', '190854.602000', '190854.604000', '190854.607000', '190854.610000', '190854.612000', '190854.615000', '190854.617000', '190854.620000', '190854.622000', '190854.625000', '190854.628000', '190854.630000', '190854.633000', '190854.635000', '190854.638000', '190854.641000', '190854.643000', '190854.646000', '190854.649000', '190854.652000', '190854.654000', '190854.657000', '190854.660000', '190854.663000', '190854.665000', '190854.668000', '190854.670000', '190854.673000', '190854.676000', '190854.678000', '190854.681000', '190854.684000', '190854.686000', '190854.689000', '190854.691000', '190854.694000', '190854.696000', '190854.699000', '190854.702000', '190854.704000', '190854.707000', '190854.709000', '190854.712000', '190854.723000', '190914.601000', '190914.604000', '190914.606000', '190914.609000', '190914.611000', '190914.614000', '190914.617000', '190914.619000', '190914.622000', '190914.625000', '190914.627000', '190914.630000', '190914.632000', '190914.635000', '190914.638000', '190914.640000', '190914.643000', '190914.646000', '190914.648000', '190914.651000', '190914.653000', '190914.656000', '190914.659000', '190914.661000', '190914.664000', '190914.667000', '190914.669000', '190914.672000', '190914.675000', '190914.678000', '190914.680000', '190914.685000', '190914.687000', '190914.690000', '190914.693000', '190914.696000', '190914.699000', '190914.702000', '190914.704000', '190914.707000', '190914.709000', '190914.712000', '190914.715000', '190934.601000', '190934.603000', '190934.606000', '190934.609000', '190934.611000', '190934.614000', '190934.616000', '190934.619000', '190934.621000', '190934.624000', '190934.627000', '190934.629000', '190934.632000', '190934.634000', '190934.637000', '190934.640000', '190934.642000', '190934.645000', '190934.648000', '190934.650000', '190934.653000', '190934.655000', '190934.658000', '190934.661000', '190934.663000', '190934.666000', '190934.668000', '190934.671000', '190934.674000', '190934.676000', '190934.679000', '190934.682000', '190934.684000', '190934.687000', '190934.689000', '190934.692000', '190934.695000', '190934.697000', '190934.700000', '190934.702000', '190934.705000', '190934.708000', '190934.710000', '190934.713000', '190954.602000', '190954.604000', '190954.607000', '190954.610000', '190954.612000', '190954.615000', '190954.617000', '190954.620000', '190954.622000', '190954.625000', '190954.627000', '190954.630000', '190954.633000', '190954.635000', '190954.638000', '190954.640000', '190954.643000', '190954.646000', '190954.648000', '190954.651000', '190954.654000', '190954.656000', '190954.659000', '190954.662000', '190954.664000', '190954.667000', '190954.669000', '190954.672000', '190954.674000', '190954.677000', '190954.680000', '190954.682000', '190954.685000', '190954.688000', '190954.690000', '190954.693000', '190954.696000', '190954.698000', '190954.701000', '190954.703000', '190954.706000', '190954.708000', '190954.711000', '191002.451000', '191002.454000', '191002.457000', '191002.460000', '191002.463000', '191002.466000', '191002.469000', '191002.472000', '191002.475000', '191002.477000', '191002.480000', '191002.484000', '191002.487000', '191002.489000', '191002.492000', '191002.495000', '191002.497000', '191002.500000'], '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': [13435, 13308, 10795, 14248, 11685, 12296, 11303, 13123, 16965, 15145, 9613, 11113, 8820, 13081, 9705, 8756, 14259, 8793, 10893, 9779, 7957, 12832, 9693, 8334, 9542, 8357, 12967, 10316, 7642, 11951, 9268, 10662, 10238, 7985, 15109, 9995, 14424, 10546, 14168, 10380, 8498, 11060, 7414, 11827, 9632, 7545, 11506, 10898, 8249, 10156, 8147, 7731, 11578, 9867, 9203, 12569, 9562, 7758, 10588, 8868, 12307, 9653, 7283, 14158, 10772, 16321, 12293, 8086, 11612, 9405, 8086, 11538, 9761, 11152, 11538, 10019, 12504, 10682, 7596, 14229, 9647, 9371, 11430, 7974, 12307, 9285, 9325, 10264, 7871, 11699, 8849, 11979, 9256, 9241, 9789, 7353, 11431, 8092, 11650, 8937, 7694, 9805, 7908, 11149, 8634, 10866, 9273, 9158, 10708, 7443, 11216, 8327, 12005, 10320, 13118, 9096, 7535, 10672, 8624, 12703, 10027, 14781, 10407, 9314, 10460, 7461, 11216, 9008, 14121, 10250, 13976, 8795, 14652, 10171, 15815, 10130, 12526, 10436, 8950, 10100, 7513, 10841, 7708, 14160, 9261, 14780, 8995, 11440, 8923, 7891, 10491, 7531, 11923, 7352, 10973, 7330, 11296, 8183, 13056, 9044, 10561, 8523, 7409, 9265, 7859, 11095, 8798, 12743, 8568, 10653, 8888, 7588, 10653, 7366, 10839, 8675, 12164, 8564, 8969, 10071, 7459, 10031, 8270, 13667, 9524, 10534, 9649, 7598, 10608, 9191, 11136, 12048, 8114, 10943, 9732, 11066, 10830, 7612, 12056, 9061, 9062, 10573, 7670, 12603, 10777, 15470, 12085, 13489, 12398, 12985, 10381, 12624, 9493, 12702, 8892, 12753, 9109, 12591, 9120, 11945, 9417, 8922, 9212, 7443, 9947, 7545, 10239, 7181, 10488, 7626, 10340, 7341, 9881, 7214, 9692, 7452, 9933, 7628, 10987, 8108, 10571, 8356, 7523, 10951, 8285, 11787, 8482, 11813, 9264, 12876, 10234, 12839, 11098, 14110, 7565, 10995, 9836, 7357, 10914, 8029, 11353, 8673, 10752, 9995, 9220, 15532, 11776, 8102, 9376, 8005, 13283, 9181, 14493, 11397, 12817, 13082, 10600, 18132, 15287, 12689, 10552, 8937, 14360, 10536, 8936, 12314, 10670, 14693, 13740, 11971, 14583, 11623, 13970, 11595, 11076, 10742, 7537, 12899, 10091, 8236, 10745, 8883, 13603, 10332, 7748, 10803, 7389, 11665, 7726, 11952, 8952, 11700, 8379, 11242, 8447, 9481, 9376, 7518, 9765, 7866, 9934, 8219, 10020, 10761, 9428, 12437, 9761, 12206, 8590, 11952, 8828, 12438, 9012, 9018, 8165, 7629, 12741, 9973, 8338, 10873, 9034, 8051, 11502, 8399, 7864, 12345, 9534, 9979, 12307, 13163, 16931, 13741, 13276, 15932, 13952, 17157, 13497, 12823, 13277, 11144, 15907, 10811, 14957, 9317, 9267, 10324, 7416, 11034, 8641, 12417, 8621, 8250, 9633, 7787, 12315, 8368, 7672, 10313, 8184, 7861, 11857, 9751, 8290, 10548, 10020, 8391, 8014, 12401, 10761, 11994, 11775, 11890, 15070, 14399, 15986, 14294, 15644, 13864, 14843, 13007, 14031, 12063, 8565, 9598, 7442, 11813, 10033, 7885, 8540, 8593, 7792, 14248, 10911, 8057, 11441, 9892, 11740, 11213, 9124, 10777, 8773, 7458, 10594, 10108, 7364, 9352, 7331, 12586, 10361, 12677, 8456, 13519, 9997, 15582, 12683, 14664, 10274, 13377, 9607, 14689, 9290, 12369, 8937, 12307, 9523, 10318, 10447, 7714, 11715, 9909, 11592, 9276, 14028, 10086, 14401, 8723, 12282, 8517, 12146, 9312, 11827, 7871, 11743, 8127, 10651, 8221, 10978, 8234, 10596, 7944, 11545, 8686, 11570, 9440, 7453, 9938, 7582, 10438, 8570, 9667, 9904, 7833, 12649, 9064, 8741, 9194, 7666, 10924, 10947, 13911, 11401, 14380, 11295, 12931, 14269, 10342, 15591, 11117, 13090, 10518, 12166, 8278, 12002, 8195, 12275, 9220, 11889, 8396, 11898, 8356, 11510, 7510, 10877, 7749, 10703, 7879, 11158, 7677, 10945, 7609, 10657, 7617, 10512, 7604, 10878, 8014, 10412, 7796, 11411, 8040, 12030, 9738, 8735, 8360, 7479, 9997, 7465, 11814, 8560, 10259, 8314, 7751, 12110, 9974, 7497, 10048, 7856, 11755, 10204, 12195, 14347, 15518, 12660, 9369, 7700, 7493, 10045, 8066, 14089, 9469, 10498, 8846, 9719, 13448, 8174, 11267, 8289, 11510, 8931, 12131, 9003, 13926, 9405, 16213, 10324, 14915, 10793, 13643, 9377, 9970, 8829, 7466, 9987, 7373, 10997, 7433, 11383, 7717, 11387, 7739, 11092, 8429, 11513, 8419, 11176, 8456, 11171, 8051, 11160, 8874, 8325, 8769, 8078, 10228, 8348, 9692, 7478, 11291, 8851, 10390, 8366, 7994, 7551, 8029, 11125, 9216, 8165, 9361, 7788, 10459, 8675, 8971, 12344, 13149, 16137, 15228, 11629, 14557, 12409, 15716, 15695, 16053, 13629, 15671, 13803, 15639, 13471, 16762, 12181, 10916, 11278, 8716, 14804, 9233, 14819, 12440, 8247, 10122, 8452, 11232, 8869, 11145, 9594, 7315, 10174, 8051, 10959, 8738, 11330, 9111, 7223, 10151, 7613, 11672, 9635, 10623, 9011, 7646, 9972, 7665, 11706, 8246, 11014, 9407, 7532, 11965, 8822, 10872, 7750, 7865, 11597, 9669, 7579, 10552, 8822, 6960, 8989, 7731, 7373, 11453, 9845, 14166, 16936, 14552, 15948, 12587, 13793, 16009, 15268, 16318, 13482, 9946, 11018, 8567, 13744, 9486, 7922, 12665, 10804, 7466, 12216, 9927, 14098, 9199, 8209, 10019, 7524, 10533, 7994, 10756, 7820, 10998, 8015, 11025, 8112, 8061, 9201, 8029, 8922, 7609, 10906, 8163, 9150, 8158, 7680, 9185, 7599, 9582, 7524, 10040, 8244, 10501, 8061, 11571, 9085, 12150, 9512, 8526, 8914, 7260, 10710, 8725, 13450, 8728, 11727, 8603, 11252, 8391, 11253, 10252, 14222, 11469, 12838, 8874, 10915, 9018, 12969, 11200, 12283, 10851, 9774, 14370, 9648, 16022, 8802, 13018, 9240, 12302, 9232, 11419, 7728, 10836, 7850, 10759, 7598, 10711, 7708, 10732, 7300, 10247, 7595, 10032, 7524, 10947, 8543, 10346, 7847, 8641, 9138, 8703, 9660, 7648, 9618, 7489, 11744, 11892, 14719, 10121, 9442, 8754, 7309, 12295, 8165, 12689, 9338, 12761, 9264, 12567, 7998, 11263, 8529, 11734, 8700, 11374, 8626, 10671, 7937, 11537, 8903, 11378, 8663, 10795, 8378, 10543, 8626, 10672, 8434, 10821, 9004, 10995, 9058, 7726, 9719, 7637, 10910, 7687, 11805, 7711, 10962, 8391, 11475, 8913, 7295, 8607, 7728, 10487, 7405, 11788, 7528, 11127, 9188, 14766, 11954, 14188, 12367, 11273, 10189, 10099, 8334, 11140, 7246, 11330], 'WindowCenter': [4768.0, 4739.0, 4694.0, 4712.0, 4690.0, 4687.0, 4666.0, 4696.0, 4705.0, 4693.0, 4642.0, 4661.0, 4632.0, 4672.0, 4642.0, 4633.0, 4681.0, 4620.0, 4649.0, 4653.0, 4624.0, 4684.0, 4643.0, 4638.0, 4655.0, 4622.0, 4681.0, 4654.0, 4613.0, 4672.0, 4642.0, 4651.0, 4651.0, 4622.0, 4691.0, 4639.0, 4679.0, 4638.0, 4668.0, 4638.0, 4620.0, 4648.0, 4615.0, 4685.0, 4654.0, 4612.0, 4664.0, 4653.0, 4625.0, 4652.0, 4610.0, 4614.0, 4661.0, 4641.0, 4633.0, 4661.0, 4630.0, 4599.0, 4637.0, 4617.0, 4658.0, 4629.0, 4588.0, 4667.0, 4650.0, 4676.0, 4645.0, 4597.0, 4635.0, 4615.0, 4594.0, 4634.0, 4625.0, 4635.0, 4635.0, 4625.0, 4644.0, 4623.0, 4585.0, 4654.0, 4613.0, 4605.0, 4633.0, 4592.0, 4643.0, 4614.0, 4614.0, 4624.0, 4598.0, 4647.0, 4618.0, 4645.0, 4618.0, 4627.0, 4628.0, 4601.0, 4672.0, 4611.0, 4660.0, 4631.0, 4612.0, 4653.0, 4625.0, 4675.0, 4647.0, 4676.0, 4658.0, 4658.0, 4667.0, 4616.0, 4676.0, 4650.0, 4690.0, 4680.0, 4713.0, 4662.0, 4641.0, 4667.0, 4646.0, 4685.0, 4667.0, 4705.0, 4678.0, 4643.0, 4652.0, 4615.0, 4662.0, 4643.0, 4683.0, 4665.0, 4681.0, 4622.0, 4680.0, 4640.0, 4703.0, 4652.0, 4660.0, 4638.0, 4632.0, 4640.0, 4589.0, 4637.0, 4596.0, 4666.0, 4629.0, 4677.0, 4619.0, 4648.0, 4618.0, 4608.0, 4636.0, 4595.0, 4647.0, 4588.0, 4635.0, 4585.0, 4634.0, 4605.0, 4655.0, 4617.0, 4635.0, 4607.0, 4587.0, 4616.0, 4607.0, 4662.0, 4620.0, 4671.0, 4619.0, 4638.0, 4619.0, 4609.0, 4651.0, 4598.0, 4649.0, 4621.0, 4661.0, 4632.0, 4632.0, 4641.0, 4600.0, 4641.0, 4647.0, 4695.0, 4628.0, 4666.0, 4656.0, 4612.0, 4663.0, 4645.0, 4663.0, 4679.0, 4603.0, 4658.0, 4635.0, 4655.0, 4655.0, 4614.0, 4661.0, 4634.0, 4631.0, 4651.0, 4612.0, 4675.0, 4651.0, 4680.0, 4658.0, 4658.0, 4657.0, 4655.0, 4626.0, 4644.0, 4616.0, 4644.0, 4605.0, 4644.0, 4605.0, 4644.0, 4614.0, 4634.0, 4614.0, 4605.0, 4614.0, 4584.0, 4625.0, 4585.0, 4624.0, 4575.0, 4636.0, 4585.0, 4626.0, 4587.0, 4627.0, 4587.0, 4627.0, 4588.0, 4641.0, 4613.0, 4651.0, 4612.0, 4651.0, 4623.0, 4625.0, 4677.0, 4648.0, 4687.0, 4647.0, 4676.0, 4646.0, 4675.0, 4653.0, 4672.0, 4664.0, 4694.0, 4642.0, 4665.0, 4655.0, 4613.0, 4663.0, 4622.0, 4661.0, 4632.0, 4680.0, 4671.0, 4660.0, 4710.0, 4678.0, 4625.0, 4645.0, 4624.0, 4683.0, 4644.0, 4696.0, 4666.0, 4688.0, 4658.0, 4650.0, 4707.0, 4710.0, 4660.0, 4625.0, 4594.0, 4655.0, 4626.0, 4606.0, 4636.0, 4638.0, 4667.0, 4656.0, 4633.0, 4641.0, 4607.0, 4628.0, 4622.0, 4609.0, 4615.0, 4560.0, 4629.0, 4599.0, 4579.0, 4608.0, 4589.0, 4638.0, 4599.0, 4569.0, 4608.0, 4560.0, 4621.0, 4568.0, 4621.0, 4591.0, 4632.0, 4592.0, 4622.0, 4593.0, 4615.0, 4615.0, 4586.0, 4626.0, 4596.0, 4628.0, 4597.0, 4628.0, 4637.0, 4618.0, 4647.0, 4626.0, 4647.0, 4609.0, 4645.0, 4645.0, 4698.0, 4632.0, 4588.0, 4625.0, 4603.0, 4680.0, 4639.0, 4618.0, 4658.0, 4628.0, 4620.0, 4639.0, 4616.0, 4629.0, 4677.0, 4644.0, 4644.0, 4651.0, 4659.0, 4680.0, 4659.0, 4658.0, 4670.0, 4658.0, 4674.0, 4644.0, 4629.0, 4619.0, 4609.0, 4637.0, 4597.0, 4626.0, 4578.0, 4587.0, 4597.0, 4557.0, 4607.0, 4578.0, 4616.0, 4577.0, 4581.0, 4601.0, 4584.0, 4631.0, 4592.0, 4595.0, 4636.0, 4610.0, 4610.0, 4650.0, 4629.0, 4608.0, 4614.0, 4619.0, 4599.0, 4600.0, 4648.0, 4629.0, 4650.0, 4640.0, 4652.0, 4659.0, 4657.0, 4653.0, 4632.0, 4629.0, 4620.0, 4655.0, 4635.0, 4645.0, 4636.0, 4569.0, 4602.0, 4551.0, 4599.0, 4596.0, 4562.0, 4574.0, 4583.0, 4567.0, 4636.0, 4615.0, 4548.0, 4571.0, 4589.0, 4609.0, 4597.0, 4577.0, 4597.0, 4579.0, 4561.0, 4601.0, 4612.0, 4561.0, 4591.0, 4563.0, 4621.0, 4614.0, 4632.0, 4573.0, 4631.0, 4589.0, 4639.0, 4608.0, 4629.0, 4587.0, 4615.0, 4576.0, 4626.0, 4579.0, 4604.0, 4565.0, 4605.0, 4588.0, 4585.0, 4598.0, 4557.0, 4621.0, 4600.0, 4595.0, 4577.0, 4616.0, 4587.0, 4613.0, 4553.0, 4592.0, 4554.0, 4592.0, 4562.0, 4581.0, 4543.0, 4591.0, 4543.0, 4573.0, 4554.0, 4582.0, 4553.0, 4583.0, 4556.0, 4595.0, 4567.0, 4610.0, 4591.0, 4551.0, 4588.0, 4573.0, 4625.0, 4594.0, 4605.0, 4602.0, 4577.0, 4636.0, 4596.0, 4584.0, 4605.0, 4561.0, 4611.0, 4600.0, 4630.0, 4608.0, 4629.0, 4594.0, 4604.0, 4614.0, 4575.0, 4637.0, 4595.0, 4616.0, 4596.0, 4602.0, 4556.0, 4601.0, 4554.0, 4604.0, 4575.0, 4593.0, 4556.0, 4594.0, 4554.0, 4593.0, 4548.0, 4594.0, 4544.0, 4585.0, 4554.0, 4593.0, 4546.0, 4595.0, 4543.0, 4584.0, 4545.0, 4597.0, 4559.0, 4607.0, 4568.0, 4596.0, 4572.0, 4619.0, 4570.0, 4619.0, 4602.0, 4580.0, 4578.0, 4575.0, 4643.0, 4592.0, 4637.0, 4596.0, 4614.0, 4596.0, 4585.0, 4646.0, 4632.0, 4577.0, 4604.0, 4573.0, 4624.0, 4619.0, 4651.0, 4657.0, 4653.0, 4647.0, 4591.0, 4572.0, 4562.0, 4602.0, 4584.0, 4643.0, 4617.0, 4625.0, 4595.0, 4602.0, 4644.0, 4583.0, 4611.0, 4582.0, 4619.0, 4590.0, 4620.0, 4578.0, 4628.0, 4578.0, 4635.0, 4586.0, 4638.0, 4597.0, 4615.0, 4573.0, 4574.0, 4564.0, 4545.0, 4584.0, 4545.0, 4594.0, 4534.0, 4592.0, 4543.0, 4594.0, 4544.0, 4593.0, 4564.0, 4595.0, 4566.0, 4605.0, 4568.0, 4608.0, 4570.0, 4609.0, 4592.0, 4581.0, 4596.0, 4599.0, 4614.0, 4597.0, 4617.0, 4574.0, 4637.0, 4618.0, 4613.0, 4585.0, 4598.0, 4599.0, 4614.0, 4653.0, 4624.0, 4614.0, 4623.0, 4590.0, 4628.0, 4601.0, 4612.0, 4652.0, 4640.0, 4670.0, 4656.0, 4613.0, 4644.0, 4607.0, 4656.0, 4640.0, 4628.0, 4603.0, 4626.0, 4616.0, 4624.0, 4628.0, 4636.0, 4594.0, 4571.0, 4568.0, 4538.0, 4609.0, 4561.0, 4609.0, 4602.0, 4552.0, 4569.0, 4541.0, 4577.0, 4548.0, 4566.0, 4569.0, 4530.0, 4583.0, 4553.0, 4582.0, 4565.0, 4593.0, 4564.0, 4543.0, 4583.0, 4556.0, 4594.0, 4575.0, 4582.0, 4564.0, 4544.0, 4574.0, 4545.0, 4606.0, 4567.0, 4607.0, 4590.0, 4574.0, 4615.0, 4599.0, 4586.0, 4567.0, 4565.0, 4587.0, 4583.0, 4554.0, 4592.0, 4588.0, 4562.0, 4587.0, 4579.0, 4570.0, 4613.0, 4581.0, 4623.0, 4643.0, 4619.0, 4629.0, 4610.0, 4618.0, 4627.0, 4626.0, 4625.0, 4603.0, 4561.0, 4559.0, 4541.0, 4599.0, 4549.0, 4553.0, 4615.0, 4583.0, 4534.0, 4591.0, 4573.0, 4609.0, 4556.0, 4539.0, 4557.0, 4526.0, 4568.0, 4527.0, 4567.0, 4529.0, 4578.0, 4540.0, 4580.0, 4540.0, 4541.0, 4573.0, 4555.0, 4588.0, 4554.0, 4607.0, 4578.0, 4589.0, 4570.0, 4570.0, 4591.0, 4571.0, 4598.0, 4573.0, 4602.0, 4583.0, 4612.0, 4582.0, 4633.0, 4602.0, 4634.0, 4603.0, 4593.0, 4604.0, 4572.0, 4613.0, 4592.0, 4655.0, 4594.0, 4633.0, 4593.0, 4620.0, 4582.0, 4610.0, 4599.0, 4642.0, 4621.0, 4630.0, 4588.0, 4606.0, 4579.0, 4627.0, 4596.0, 4605.0, 4594.0, 4586.0, 4623.0, 4575.0, 4632.0, 4564.0, 4613.0, 4574.0, 4604.0, 4574.0, 4593.0, 4543.0, 4592.0, 4555.0, 4592.0, 4553.0, 4594.0, 4554.0, 4594.0, 4545.0, 4585.0, 4558.0, 4598.0, 4559.0, 4608.0, 4592.0, 4610.0, 4583.0, 4591.0, 4602.0, 4592.0, 4614.0, 4583.0, 4628.0, 4587.0, 4622.0, 4660.0, 4654.0, 4624.0, 4627.0, 4630.0, 4612.0, 4672.0, 4619.0, 4655.0, 4614.0, 4654.0, 4601.0, 4631.0, 4582.0, 4621.0, 4593.0, 4633.0, 4605.0, 4644.0, 4604.0, 4622.0, 4581.0, 4630.0, 4601.0, 4632.0, 4593.0, 4622.0, 4594.0, 4623.0, 4605.0, 4625.0, 4596.0, 4635.0, 4605.0, 4635.0, 4605.0, 4586.0, 4616.0, 4600.0, 4650.0, 4612.0, 4657.0, 4598.0, 4637.0, 4606.0, 4646.0, 4619.0, 4586.0, 4606.0, 4586.0, 4637.0, 4586.0, 4646.0, 4584.0, 4634.0, 4603.0, 4653.0, 4630.0, 4653.0, 4629.0, 4633.0, 4601.0, 4599.0, 4579.0, 4609.0, 4558.0, 4618.0], 'WindowWidth': [10394.0, 10338.0, 10264.0, 10287.0, 10252.0, 10240.0, 10211.0, 10251.0, 10267.0, 10242.0, 10170.0, 10194.0, 10156.0, 10212.0, 10172.0, 10159.0, 10224.0, 10138.0, 10177.0, 10189.0, 10151.0, 10232.0, 10173.0, 10176.0, 10196.0, 10143.0, 10223.0, 10191.0, 10132.0, 10211.0, 10170.0, 10184.0, 10181.0, 10143.0, 10237.0, 10160.0, 10217.0, 10159.0, 10200.0, 10158.0, 10135.0, 10174.0, 10143.0, 10237.0, 10192.0, 10133.0, 10203.0, 10186.0, 10151.0, 10181.0, 10124.0, 10133.0, 10192.0, 10166.0, 10154.0, 10193.0, 10150.0, 10105.0, 10153.0, 10127.0, 10187.0, 10146.0, 10088.0, 10194.0, 10178.0, 10209.0, 10160.0, 10096.0, 10147.0, 10119.0, 10089.0, 10144.0, 10131.0, 10149.0, 10148.0, 10132.0, 10157.0, 10127.0, 10078.0, 10171.0, 10115.0, 10103.0, 10141.0, 10086.0, 10155.0, 10117.0, 10118.0, 10132.0, 10100.0, 10164.0, 10126.0, 10162.0, 10129.0, 10141.0, 10142.0, 10112.0, 10211.0, 10126.0, 10190.0, 10153.0, 10131.0, 10186.0, 10152.0, 10219.0, 10186.0, 10223.0, 10201.0, 10201.0, 10213.0, 10142.0, 10223.0, 10198.0, 10249.0, 10240.0, 10289.0, 10214.0, 10186.0, 10212.0, 10183.0, 10234.0, 10213.0, 10265.0, 10231.0, 10174.0, 10186.0, 10139.0, 10197.0, 10175.0, 10228.0, 10208.0, 10223.0, 10144.0, 10222.0, 10166.0, 10258.0, 10182.0, 10191.0, 10159.0, 10157.0, 10162.0, 10091.0, 10153.0, 10099.0, 10195.0, 10147.0, 10212.0, 10132.0, 10172.0, 10131.0, 10117.0, 10154.0, 10097.0, 10167.0, 10088.0, 10150.0, 10082.0, 10147.0, 10110.0, 10177.0, 10129.0, 10151.0, 10115.0, 10089.0, 10125.0, 10117.0, 10198.0, 10140.0, 10210.0, 10134.0, 10159.0, 10133.0, 10122.0, 10181.0, 10107.0, 10176.0, 10140.0, 10194.0, 10156.0, 10155.0, 10168.0, 10113.0, 10168.0, 10189.0, 10249.0, 10143.0, 10207.0, 10198.0, 10130.0, 10202.0, 10178.0, 10196.0, 10223.0, 10111.0, 10193.0, 10158.0, 10186.0, 10186.0, 10130.0, 10190.0, 10162.0, 10152.0, 10178.0, 10128.0, 10218.0, 10180.0, 10219.0, 10183.0, 10187.0, 10179.0, 10175.0, 10135.0, 10158.0, 10124.0, 10159.0, 10105.0, 10157.0, 10105.0, 10157.0, 10118.0, 10144.0, 10116.0, 10107.0, 10117.0, 10078.0, 10133.0, 10079.0, 10131.0, 10067.0, 10149.0, 10081.0, 10136.0, 10086.0, 10139.0, 10086.0, 10138.0, 10091.0, 10167.0, 10133.0, 10180.0, 10130.0, 10180.0, 10145.0, 10151.0, 10224.0, 10188.0, 10243.0, 10186.0, 10224.0, 10181.0, 10217.0, 10187.0, 10212.0, 10204.0, 10244.0, 10186.0, 10208.0, 10192.0, 10134.0, 10202.0, 10145.0, 10194.0, 10157.0, 10237.0, 10224.0, 10206.0, 10278.0, 10225.0, 10153.0, 10178.0, 10147.0, 10227.0, 10175.0, 10251.0, 10207.0, 10240.0, 10180.0, 10178.0, 10272.0, 10280.0, 10189.0, 10130.0, 10086.0, 10172.0, 10133.0, 10106.0, 10146.0, 10153.0, 10195.0, 10176.0, 10141.0, 10147.0, 10094.0, 10124.0, 10122.0, 10097.0, 10113.0, 10033.0, 10127.0, 10086.0, 10059.0, 10097.0, 10073.0, 10138.0, 10085.0, 10045.0, 10096.0, 10035.0, 10117.0, 10044.0, 10117.0, 10078.0, 10134.0, 10082.0, 10123.0, 10086.0, 10119.0, 10119.0, 10081.0, 10136.0, 10095.0, 10140.0, 10098.0, 10138.0, 10152.0, 10126.0, 10168.0, 10136.0, 10166.0, 10116.0, 10162.0, 10180.0, 10257.0, 10154.0, 10067.0, 10151.0, 10113.0, 10226.0, 10166.0, 10135.0, 10191.0, 10149.0, 10137.0, 10149.0, 10131.0, 10155.0, 10219.0, 10171.0, 10169.0, 10173.0, 10183.0, 10217.0, 10185.0, 10180.0, 10204.0, 10180.0, 10202.0, 10157.0, 10128.0, 10109.0, 10098.0, 10133.0, 10075.0, 10116.0, 10053.0, 10066.0, 10077.0, 10028.0, 10093.0, 10054.0, 10103.0, 10053.0, 10067.0, 10093.0, 10076.0, 10135.0, 10085.0, 10099.0, 10156.0, 10125.0, 10125.0, 10174.0, 10146.0, 10119.0, 10112.0, 10124.0, 10097.0, 10099.0, 10162.0, 10138.0, 10170.0, 10156.0, 10173.0, 10183.0, 10173.0, 10167.0, 10131.0, 10125.0, 10109.0, 10171.0, 10140.0, 10154.0, 10141.0, 10039.0, 10091.0, 10016.0, 10074.0, 10079.0, 10030.0, 10048.0, 10060.0, 10038.0, 10135.0, 10105.0, 10004.0, 10020.0, 10064.0, 10092.0, 10072.0, 10045.0, 10073.0, 10056.0, 10032.0, 10085.0, 10105.0, 10033.0, 10071.0, 10036.0, 10115.0, 10108.0, 10132.0, 10050.0, 10127.0, 10068.0, 10137.0, 10090.0, 10118.0, 10061.0, 10097.0, 10043.0, 10112.0, 10053.0, 10080.0, 10026.0, 10082.0, 10064.0, 10051.0, 10075.0, 10020.0, 10114.0, 10083.0, 10069.0, 10048.0, 10099.0, 10058.0, 10089.0, 10006.0, 10057.0, 10008.0, 10057.0, 10019.0, 10041.0, 9995.0, 10055.0, 9993.0, 10032.0, 10010.0, 10046.0, 10009.0, 10048.0, 10022.0, 10070.0, 10035.0, 10096.0, 10073.0, 10019.0, 10063.0, 10056.0, 10128.0, 10084.0, 10099.0, 10090.0, 10062.0, 10143.0, 10087.0, 10067.0, 10096.0, 10034.0, 10100.0, 10082.0, 10128.0, 10091.0, 10120.0, 10066.0, 10081.0, 10093.0, 10040.0, 10132.0, 10070.0, 10102.0, 10072.0, 10078.0, 10017.0, 10073.0, 10013.0, 10080.0, 10045.0, 10065.0, 10017.0, 10066.0, 10013.0, 10065.0, 10014.0, 10068.0, 10000.0, 10055.0, 10015.0, 10067.0, 10006.0, 10070.0, 9999.0, 10055.0, 10003.0, 10075.0, 10028.0, 10093.0, 10040.0, 10077.0, 10054.0, 10112.0, 10049.0, 10113.0, 10093.0, 10059.0, 10057.0, 10063.0, 10167.0, 10095.0, 10147.0, 10089.0, 10111.0, 10092.0, 10077.0, 10160.0, 10150.0, 10066.0, 10096.0, 10053.0, 10122.0, 10121.0, 10172.0, 10173.0, 10165.0, 10161.0, 10077.0, 10052.0, 10037.0, 10090.0, 10071.0, 10150.0, 10123.0, 10128.0, 10088.0, 10091.0, 10155.0, 10068.0, 10104.0, 10063.0, 10112.0, 10074.0, 10111.0, 10054.0, 10121.0, 10052.0, 10128.0, 10060.0, 10135.0, 10076.0, 10098.0, 10039.0, 10040.0, 10025.0, 10003.0, 10055.0, 10003.0, 10065.0, 9987.0, 10061.0, 9998.0, 10067.0, 10001.0, 10065.0, 10028.0, 10069.0, 10034.0, 10086.0, 10040.0, 10093.0, 10044.0, 10095.0, 10078.0, 10062.0, 10093.0, 10100.0, 10113.0, 10095.0, 10124.0, 10060.0, 10150.0, 10127.0, 10108.0, 10074.0, 10098.0, 10101.0, 10130.0, 10181.0, 10141.0, 10131.0, 10138.0, 10086.0, 10135.0, 10103.0, 10116.0, 10172.0, 10151.0, 10195.0, 10170.0, 10103.0, 10149.0, 10085.0, 10173.0, 10140.0, 10122.0, 10077.0, 10115.0, 10099.0, 10112.0, 10121.0, 10128.0, 10065.0, 10028.0, 10021.0, 9980.0, 10082.0, 10019.0, 10083.0, 10076.0, 10009.0, 10025.0, 9989.0, 10035.0, 9994.0, 10016.0, 10027.0, 9975.0, 10052.0, 10009.0, 10049.0, 10031.0, 10065.0, 10029.0, 9999.0, 10050.0, 10022.0, 10068.0, 10042.0, 10048.0, 10026.0, 10000.0, 10041.0, 10004.0, 10086.0, 10038.0, 10093.0, 10072.0, 10057.0, 10104.0, 10091.0, 10051.0, 10047.0, 10037.0, 10050.0, 10056.0, 10020.0, 10066.0, 10072.0, 10043.0, 10069.0, 10065.0, 10052.0, 10099.0, 10052.0, 10116.0, 10144.0, 10103.0, 10121.0, 10091.0, 10101.0, 10116.0, 10114.0, 10110.0, 10074.0, 10012.0, 10003.0, 9986.0, 10066.0, 9994.0, 10009.0, 10097.0, 10050.0, 9985.0, 10057.0, 10036.0, 10082.0, 10005.0, 9984.0, 10005.0, 9961.0, 10020.0, 9964.0, 10018.0, 9972.0, 10037.0, 9988.0, 10045.0, 9991.0, 9993.0, 10039.0, 10017.0, 10069.0, 10021.0, 10092.0, 10056.0, 10070.0, 10047.0, 10046.0, 10076.0, 10050.0, 10085.0, 10055.0, 10094.0, 10067.0, 10106.0, 10069.0, 10138.0, 10097.0, 10139.0, 10095.0, 10085.0, 10098.0, 10055.0, 10108.0, 10080.0, 10173.0, 10086.0, 10139.0, 10085.0, 10115.0, 10065.0, 10100.0, 10086.0, 10148.0, 10117.0, 10127.0, 10071.0, 10093.0, 10055.0, 10119.0, 10073.0, 10087.0, 10070.0, 10060.0, 10108.0, 10045.0, 10122.0, 10028.0, 10096.0, 10042.0, 10083.0, 10041.0, 10064.0, 9999.0, 10063.0, 10017.0, 10066.0, 10015.0, 10070.0, 10019.0, 10070.0, 10009.0, 10060.0, 10029.0, 10081.0, 10031.0, 10097.0, 10084.0, 10103.0, 10070.0, 10082.0, 10096.0, 10082.0, 10118.0, 10073.0, 10143.0, 10085.0, 10129.0, 10195.0, 10174.0, 10132.0, 10142.0, 10153.0, 10130.0, 10214.0, 10136.0, 10178.0, 10118.0, 10173.0, 10097.0, 10135.0, 10072.0, 10123.0, 10089.0, 10141.0, 10108.0, 10162.0, 10108.0, 10128.0, 10071.0, 10133.0, 10096.0, 10137.0, 10085.0, 10124.0, 10089.0, 10128.0, 10107.0, 10132.0, 10096.0, 10148.0, 10109.0, 10150.0, 10107.0, 10084.0, 10124.0, 10113.0, 10178.0, 10131.0, 10183.0, 10104.0, 10152.0, 10110.0, 10165.0, 10134.0, 10083.0, 10111.0, 10084.0, 10154.0, 10085.0, 10167.0, 10077.0, 10145.0, 10100.0, 10169.0, 10132.0, 10169.0, 10131.0, 10142.0, 10092.0, 10087.0, 10059.0, 10100.0, 10031.0, 10110.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.0037681588032220936</td></tr>
<tr><td colspan=3>aqi</td><td>0.042788362025316454</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.752084986797236</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.175736741889401</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0282850042396305</td></tr>
<tr><td colspan=3>efc</td><td>0.5181</td></tr>
<tr><td colspan=3>fber</td><td>2761.615</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.189345299524207</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>233</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>26.812428078250864</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6603025468492323</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.57586593858657</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.814526932896449</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.590514769064678</td></tr>
<tr><td colspan=3>gcor</td><td>0.0331353</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.0010277638211846352</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03378327563405037</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.116670595492667</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>14.4248</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>77.5978</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>254.4804</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>75.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291692.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>1200.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>443.8595</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.542</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>593.8998</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3771.3652</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3965.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84852.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1489.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4901.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>963.1513</td></tr>
<tr><td colspan=3>tsnr</td><td>27.620830317027867</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>