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

616 lines
No EOL
107 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-0036_ses-04_task-social_acq-mb8_run-04_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-0036_ses-04_task-social_acq-mb8_run-04_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-04_session-04_subject-0036_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-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-04_subject-0036_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-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-04_subject-0036_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-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-04_subject-0036_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-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-04_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-04_session-04_subject-0036_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-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-04_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-04_session-04_subject-0036_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-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-04_subject-0036_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-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-04_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-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-04_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-0036/ses-04/func/sub-0036_ses-04_task-social_acq-mb8_run-04_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>1a40f07bf36e5c560c96d2151788fa18</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:15:29.845000</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.998786, 0.0490244, 0.00476119, -0.0491983, 0.997602, 0.0486789]</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-04_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.111738</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4166, -7717, -7219, 591, -17, -25, 93, 65]</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.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>291.619</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>07c866c7-ac07-4bef-ba8c-6dca7016692c||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.6796703338623047, -0.13199539482593536, 0.006380968727171421, 117.97613525390625], [-0.13152876496315002, 2.6764934062957764, 0.13190586864948273, -88.49603271484375], [0.012773922644555569, -0.13060185313224792, 2.696768283843994, -45.6597900390625], [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': ['191529.845000', '191530.305000', '191530.765000', '191531.225000', '191531.685000', '191532.145000', '191532.605000', '191533.065000', '191533.525000', '191533.985000', '191534.445000', '191534.905000', '191535.365000', '191535.825000', '191536.285000', '191536.745000', '191537.205000', '191537.665000', '191538.125000', '191538.585000', '191539.045000', '191539.505000', '191539.965000', '191540.425000', '191540.885000', '191541.345000', '191541.805000', '191542.265000', '191542.725000', '191543.185000', '191543.645000', '191544.105000', '191544.565000', '191545.025000', '191545.485000', '191545.945000', '191546.405000', '191546.865000', '191547.325000', '191547.785000', '191548.245000', '191548.705000', '191549.165000', '191549.625000', '191550.085000', '191550.545000', '191551.005000', '191551.465000', '191551.925000', '191552.385000', '191552.845000', '191553.305000', '191553.765000', '191554.225000', '191554.685000', '191555.145000', '191555.605000', '191556.065000', '191556.525000', '191556.985000', '191557.445000', '191557.905000', '191558.365000', '191558.825000', '191559.285000', '191559.745000', '191600.205000', '191600.665000', '191601.125000', '191601.585000', '191602.045000', '191602.505000', '191602.965000', '191603.425000', '191603.885000', '191604.345000', '191604.805000', '191605.265000', '191605.725000', '191606.185000', '191606.645000', '191607.105000', '191607.565000', '191608.025000', '191608.485000', '191608.945000', '191609.405000', '191609.865000', '191610.325000', '191610.785000', '191611.245000', '191611.705000', '191612.165000', '191612.625000', '191613.085000', '191613.545000', '191614.005000', '191614.465000', '191614.925000', '191615.385000', '191615.845000', '191616.305000', '191616.765000', '191617.225000', '191617.685000', '191618.145000', '191618.605000', '191619.065000', '191619.525000', '191619.985000', '191620.445000', '191620.905000', '191621.365000', '191621.825000', '191622.285000', '191622.745000', '191623.205000', '191623.665000', '191624.125000', '191624.585000', '191625.045000', '191625.505000', '191625.965000', '191626.425000', '191626.885000', '191627.345000', '191627.805000', '191628.265000', '191628.725000', '191629.185000', '191629.645000', '191630.105000', '191630.565000', '191631.025000', '191631.485000', '191631.945000', '191632.405000', '191632.865000', '191633.325000', '191633.785000', '191634.245000', '191634.705000', '191635.165000', '191635.625000', '191636.085000', '191636.545000', '191637.005000', '191637.465000', '191637.925000', '191638.385000', '191638.845000', '191639.305000', '191639.765000', '191640.225000', '191640.685000', '191641.145000', '191641.605000', '191642.065000', '191642.525000', '191642.985000', '191643.445000', '191643.905000', '191644.365000', '191644.825000', '191645.285000', '191645.745000', '191646.205000', '191646.665000', '191647.125000', '191647.585000', '191648.045000', '191648.505000', '191648.965000', '191649.425000', '191649.885000', '191650.345000', '191650.805000', '191651.265000', '191651.725000', '191652.185000', '191652.645000', '191653.105000', '191653.565000', '191654.025000', '191654.485000', '191654.945000', '191655.405000', '191655.865000', '191656.325000', '191656.785000', '191657.245000', '191657.705000', '191658.165000', '191658.625000', '191659.085000', '191659.545000', '191700.005000', '191700.465000', '191700.925000', '191701.385000', '191701.845000', '191702.305000', '191702.765000', '191703.225000', '191703.685000', '191704.145000', '191704.605000', '191705.065000', '191705.525000', '191705.985000', '191706.445000', '191706.905000', '191707.365000', '191707.825000', '191708.285000', '191708.745000', '191709.205000', '191709.665000', '191710.125000', '191710.585000', '191711.045000', '191711.505000', '191711.965000', '191712.425000', '191712.885000', '191713.345000', '191713.805000', '191714.265000', '191714.725000', '191715.185000', '191715.645000', '191716.105000', '191716.565000', '191717.025000', '191717.485000', '191717.945000', '191718.405000', '191718.865000', '191719.325000', '191719.785000', '191720.245000', '191720.705000', '191721.165000', '191721.625000', '191722.085000', '191722.545000', '191723.005000', '191723.465000', '191723.925000', '191724.385000', '191724.845000', '191725.305000', '191725.765000', '191726.225000', '191726.685000', '191727.145000', '191727.605000', '191728.065000', '191728.525000', '191728.985000', '191729.445000', '191729.905000', '191730.365000', '191730.825000', '191731.285000', '191731.745000', '191732.205000', '191732.665000', '191733.125000', '191733.585000', '191734.045000', '191734.505000', '191734.965000', '191735.425000', '191735.885000', '191736.345000', '191736.805000', '191737.265000', '191737.725000', '191738.185000', '191738.645000', '191739.105000', '191739.565000', '191740.025000', '191740.485000', '191740.945000', '191741.405000', '191741.865000', '191742.325000', '191742.785000', '191743.245000', '191743.705000', '191744.165000', '191744.625000', '191745.085000', '191745.545000', '191746.005000', '191746.465000', '191746.925000', '191747.385000', '191747.845000', '191748.305000', '191748.765000', '191749.225000', '191749.685000', '191750.145000', '191750.605000', '191751.065000', '191751.525000', '191751.985000', '191752.445000', '191752.905000', '191753.365000', '191753.825000', '191754.285000', '191754.745000', '191755.205000', '191755.665000', '191756.125000', '191756.585000', '191757.045000', '191757.505000', '191757.965000', '191758.425000', '191758.885000', '191759.345000', '191759.805000', '191800.265000', '191800.725000', '191801.185000', '191801.645000', '191802.105000', '191802.565000', '191803.025000', '191803.485000', '191803.945000', '191804.405000', '191804.865000', '191805.325000', '191805.785000', '191806.245000', '191806.705000', '191807.165000', '191807.625000', '191808.085000', '191808.545000', '191809.005000', '191809.465000', '191809.925000', '191810.385000', '191810.845000', '191811.305000', '191811.765000', '191812.225000', '191812.685000', '191813.145000', '191813.605000', '191814.065000', '191814.525000', '191814.985000', '191815.445000', '191815.905000', '191816.365000', '191816.825000', '191817.285000', '191817.745000', '191818.205000', '191818.665000', '191819.125000', '191819.585000', '191820.045000', '191820.505000', '191820.965000', '191821.425000', '191821.885000', '191822.345000', '191822.805000', '191823.265000', '191823.725000', '191824.185000', '191824.645000', '191825.105000', '191825.565000', '191826.025000', '191826.485000', '191826.945000', '191827.405000', '191827.865000', '191828.325000', '191828.785000', '191829.245000', '191829.705000', '191830.165000', '191830.625000', '191831.085000', '191831.545000', '191832.005000', '191832.465000', '191832.925000', '191833.385000', '191833.845000', '191834.305000', '191834.765000', '191835.225000', '191835.685000', '191836.145000', '191836.605000', '191837.065000', '191837.525000', '191837.985000', '191838.445000', '191838.905000', '191839.365000', '191839.825000', '191840.285000', '191840.745000', '191841.205000', '191841.665000', '191842.125000', '191842.585000', '191843.045000', '191843.505000', '191843.965000', '191844.425000', '191844.885000', '191845.345000', '191845.805000', '191846.265000', '191846.725000', '191847.185000', '191847.645000', '191848.105000', '191848.565000', '191849.025000', '191849.485000', '191849.945000', '191850.405000', '191850.865000', '191851.325000', '191851.785000', '191852.245000', '191852.705000', '191853.165000', '191853.625000', '191854.085000', '191854.545000', '191855.005000', '191855.465000', '191855.925000', '191856.385000', '191856.845000', '191857.305000', '191857.765000', '191858.225000', '191858.685000', '191859.145000', '191859.605000', '191900.065000', '191900.525000', '191900.985000', '191901.445000', '191901.905000', '191902.365000', '191902.825000', '191903.285000', '191903.745000', '191904.205000', '191904.665000', '191905.125000', '191905.585000', '191906.045000', '191906.505000', '191906.965000', '191907.425000', '191907.885000', '191908.345000', '191908.805000', '191909.265000', '191909.725000', '191910.185000', '191910.645000', '191911.105000', '191911.565000', '191912.025000', '191912.485000', '191912.945000', '191913.405000', '191913.865000', '191914.325000', '191914.785000', '191915.245000', '191915.705000', '191916.165000', '191916.625000', '191917.085000', '191917.545000', '191918.005000', '191918.465000', '191918.925000', '191919.385000', '191919.845000', '191920.305000', '191920.765000', '191921.225000', '191921.685000', '191922.145000', '191922.605000', '191923.065000', '191923.525000', '191923.985000', '191924.445000', '191924.905000', '191925.365000', '191925.825000', '191926.285000', '191926.745000', '191927.205000', '191927.665000', '191928.125000', '191928.585000', '191929.045000', '191929.505000', '191929.965000', '191930.425000', '191930.885000', '191931.345000', '191931.805000', '191932.265000', '191932.725000', '191933.185000', '191933.645000', '191934.105000', '191934.565000', '191935.025000', '191935.485000', '191935.945000', '191936.405000', '191936.865000', '191937.325000', '191937.785000', '191938.245000', '191938.705000', '191939.165000', '191939.625000', '191940.085000', '191940.545000', '191941.005000', '191941.465000', '191941.925000', '191942.385000', '191942.845000', '191943.305000', '191943.765000', '191944.225000', '191944.685000', '191945.145000', '191945.605000', '191946.065000', '191946.525000', '191946.985000', '191947.445000', '191947.905000', '191948.365000', '191948.825000', '191949.285000', '191949.745000', '191950.205000', '191950.665000', '191951.125000', '191951.585000', '191952.045000', '191952.505000', '191952.965000', '191953.425000', '191953.885000', '191954.345000', '191954.805000', '191955.265000', '191955.725000', '191956.185000', '191956.645000', '191957.105000', '191957.565000', '191958.025000', '191958.485000', '191958.945000', '191959.405000', '191959.865000', '192000.325000', '192000.785000', '192001.245000', '192001.705000', '192002.165000', '192002.625000', '192003.085000', '192003.545000', '192004.005000', '192004.465000', '192004.925000', '192005.385000', '192005.845000', '192006.305000', '192006.765000', '192007.225000', '192007.685000', '192008.145000', '192008.605000', '192009.065000', '192009.525000', '192009.985000', '192010.445000', '192010.905000', '192011.365000', '192011.825000', '192012.285000', '192012.745000', '192013.205000', '192013.665000', '192014.125000', '192014.585000', '192015.045000', '192015.505000', '192015.965000', '192016.425000', '192016.885000', '192017.345000', '192017.805000', '192018.265000', '192018.725000', '192019.185000', '192019.645000', '192020.105000', '192020.565000', '192021.025000', '192021.485000', '192021.945000', '192022.405000', '192022.865000', '192023.325000', '192023.785000', '192024.245000', '192024.705000', '192025.165000', '192025.625000', '192026.085000', '192026.545000', '192027.005000', '192027.465000', '192027.925000', '192028.385000', '192028.845000', '192029.305000', '192029.765000', '192030.225000', '192030.685000', '192031.145000', '192031.605000', '192032.065000', '192032.525000', '192032.985000', '192033.445000', '192033.905000', '192034.365000', '192034.825000', '192035.285000', '192035.745000', '192036.205000', '192036.665000', '192037.125000', '192037.585000', '192038.045000', '192038.505000', '192038.965000', '192039.425000', '192039.885000', '192040.345000', '192040.805000', '192041.265000', '192041.725000', '192042.185000', '192042.645000', '192043.105000', '192043.565000', '192044.025000', '192044.485000', '192044.945000', '192045.405000', '192045.865000', '192046.325000', '192046.785000', '192047.245000', '192047.705000', '192048.165000', '192048.625000', '192049.085000', '192049.545000', '192050.005000', '192050.465000', '192050.925000', '192051.385000', '192051.845000', '192052.305000', '192052.765000', '192053.225000', '192053.685000', '192054.145000', '192054.605000', '192055.065000', '192055.525000', '192055.985000', '192056.445000', '192056.905000', '192057.365000', '192057.825000', '192058.285000', '192058.745000', '192059.205000', '192059.665000', '192100.125000', '192100.585000', '192101.045000', '192101.505000', '192101.965000', '192102.425000', '192102.885000', '192103.345000', '192103.805000', '192104.265000', '192104.725000', '192105.185000', '192105.645000', '192106.105000', '192106.565000', '192107.025000', '192107.485000', '192107.945000', '192108.405000', '192108.865000', '192109.325000', '192109.785000', '192110.245000', '192110.705000', '192111.165000', '192111.625000', '192112.085000', '192112.545000', '192113.005000', '192113.465000', '192113.925000', '192114.385000', '192114.845000', '192115.305000', '192115.765000', '192116.225000', '192116.685000', '192117.145000', '192117.605000', '192118.065000', '192118.525000', '192118.985000', '192119.445000', '192119.905000', '192120.365000', '192120.825000', '192121.285000', '192121.745000', '192122.205000', '192122.665000', '192123.125000', '192123.585000', '192124.045000', '192124.505000', '192124.965000', '192125.425000', '192125.885000', '192126.345000', '192126.805000', '192127.265000', '192127.725000', '192128.185000', '192128.645000', '192129.105000', '192129.565000', '192130.025000', '192130.485000', '192130.945000', '192131.405000', '192131.865000', '192132.325000', '192132.785000', '192133.245000', '192133.705000', '192134.165000', '192134.625000', '192135.085000', '192135.545000', '192136.005000', '192136.465000', '192136.925000', '192137.385000', '192137.845000', '192138.305000', '192138.765000', '192139.225000', '192139.685000', '192140.145000', '192140.605000', '192141.065000', '192141.525000', '192141.985000', '192142.445000', '192142.905000', '192143.365000', '192143.825000', '192144.285000', '192144.745000', '192145.205000', '192145.665000', '192146.125000', '192146.585000', '192147.045000', '192147.505000', '192147.965000', '192148.425000', '192148.885000', '192149.345000', '192149.805000', '192150.265000', '192150.725000', '192151.185000', '192151.645000', '192152.105000', '192152.565000', '192153.025000', '192153.485000', '192153.945000', '192154.405000', '192154.865000', '192155.325000', '192155.785000', '192156.245000', '192156.705000', '192157.165000', '192157.625000', '192158.085000', '192158.545000', '192159.005000', '192159.465000', '192159.925000', '192200.385000', '192200.845000', '192201.305000', '192201.765000', '192202.225000', '192202.685000', '192203.145000', '192203.605000', '192204.065000', '192204.525000', '192204.985000', '192205.445000', '192205.905000', '192206.365000', '192206.825000', '192207.285000', '192207.745000', '192208.205000', '192208.665000', '192209.125000', '192209.585000', '192210.045000', '192210.505000'], 'ContentTime': ['191541.553000', '191541.556000', '191541.559000', '191541.561000', '191541.564000', '191541.566000', '191541.569000', '191541.572000', '191541.574000', '191541.577000', '191541.579000', '191541.582000', '191541.584000', '191541.603000', '191541.606000', '191541.608000', '191541.611000', '191541.613000', '191541.616000', '191541.618000', '191541.621000', '191541.623000', '191541.626000', '191541.632000', '191601.526000', '191601.528000', '191601.531000', '191601.534000', '191601.536000', '191601.539000', '191601.541000', '191601.544000', '191601.546000', '191601.549000', '191601.554000', '191601.557000', '191601.559000', '191601.562000', '191601.565000', '191601.567000', '191601.570000', '191601.572000', '191601.575000', '191601.577000', '191601.580000', '191601.582000', '191601.585000', '191601.587000', '191601.590000', '191601.592000', '191601.595000', '191601.598000', '191601.600000', '191601.603000', '191601.605000', '191601.608000', '191601.611000', '191601.614000', '191601.617000', '191601.624000', '191601.627000', '191601.629000', '191601.632000', '191601.635000', '191601.637000', '191601.640000', '191601.642000', '191621.526000', '191621.529000', '191621.532000', '191621.535000', '191621.537000', '191621.540000', '191621.542000', '191621.545000', '191621.547000', '191621.550000', '191621.552000', '191621.555000', '191621.558000', '191621.560000', '191621.563000', '191621.565000', '191621.568000', '191621.570000', '191621.573000', '191621.575000', '191621.578000', '191621.580000', '191621.583000', '191621.586000', '191621.588000', '191621.591000', '191621.593000', '191621.596000', '191621.598000', '191621.601000', '191621.603000', '191621.606000', '191621.609000', '191621.611000', '191621.614000', '191621.616000', '191621.619000', '191621.621000', '191621.624000', '191621.633000', '191621.635000', '191621.638000', '191621.640000', '191621.643000', '191641.526000', '191641.529000', '191641.532000', '191641.534000', '191641.537000', '191641.540000', '191641.542000', '191641.545000', '191641.547000', '191641.550000', '191641.552000', '191641.555000', '191641.557000', '191641.560000', '191641.562000', '191641.565000', '191641.567000', '191641.570000', '191641.572000', '191641.575000', '191641.578000', '191641.580000', '191641.583000', '191641.585000', '191641.588000', '191641.590000', '191641.593000', '191641.596000', '191641.598000', '191641.601000', '191641.603000', '191641.606000', '191641.608000', '191641.611000', '191641.614000', '191641.616000', '191641.619000', '191641.621000', '191641.624000', '191641.626000', '191641.629000', '191641.632000', '191641.635000', '191701.527000', '191701.530000', '191701.532000', '191701.535000', '191701.537000', '191701.540000', '191701.543000', '191701.545000', '191701.548000', '191701.550000', '191701.553000', '191701.555000', '191701.558000', '191701.560000', '191701.563000', '191701.566000', '191701.568000', '191701.571000', '191701.573000', '191701.576000', '191701.578000', '191701.581000', '191701.583000', '191701.586000', '191701.589000', '191701.591000', '191701.594000', '191701.596000', '191701.599000', '191701.602000', '191701.604000', '191701.607000', '191701.609000', '191701.612000', '191701.614000', '191701.617000', '191701.620000', '191701.622000', '191701.625000', '191701.627000', '191701.630000', '191701.632000', '191701.635000', '191701.638000', '191721.526000', '191721.529000', '191721.532000', '191721.534000', '191721.537000', '191721.540000', '191721.542000', '191721.545000', '191721.547000', '191721.550000', '191721.552000', '191721.555000', '191721.557000', '191721.560000', '191721.562000', '191721.565000', '191721.568000', '191721.570000', '191721.573000', '191721.575000', '191721.578000', '191721.581000', '191721.583000', '191721.586000', '191721.588000', '191721.591000', '191721.593000', '191721.596000', '191721.599000', '191721.601000', '191721.604000', '191721.606000', '191721.609000', '191721.611000', '191721.614000', '191721.617000', '191721.619000', '191721.622000', '191721.624000', '191721.627000', '191721.629000', '191721.632000', '191721.648000', '191741.527000', '191741.529000', '191741.532000', '191741.535000', '191741.537000', '191741.540000', '191741.542000', '191741.545000', '191741.547000', '191741.550000', '191741.552000', '191741.555000', '191741.558000', '191741.560000', '191741.563000', '191741.565000', '191741.568000', '191741.570000', '191741.573000', '191741.575000', '191741.578000', '191741.581000', '191741.583000', '191741.586000', '191741.589000', '191741.591000', '191741.594000', '191741.597000', '191741.599000', '191741.602000', '191741.604000', '191741.607000', '191741.610000', '191741.612000', '191741.615000', '191741.617000', '191741.620000', '191741.623000', '191741.625000', '191741.628000', '191741.630000', '191741.633000', '191741.636000', '191741.638000', '191801.526000', '191801.529000', '191801.532000', '191801.534000', '191801.537000', '191801.539000', '191801.542000', '191801.545000', '191801.547000', '191801.550000', '191801.552000', '191801.555000', '191801.557000', '191801.560000', '191801.563000', '191801.565000', '191801.568000', '191801.570000', '191801.573000', '191801.575000', '191801.578000', '191801.580000', '191801.583000', '191801.585000', '191801.588000', '191801.591000', '191801.593000', '191801.596000', '191801.598000', '191801.601000', '191801.604000', '191801.606000', '191801.609000', '191801.611000', '191801.614000', '191801.616000', '191801.619000', '191801.621000', '191801.624000', '191801.626000', '191801.629000', '191801.632000', '191801.634000', '191821.526000', '191821.528000', '191821.531000', '191821.534000', '191821.536000', '191821.539000', '191821.541000', '191821.544000', '191821.546000', '191821.549000', '191821.552000', '191821.555000', '191821.557000', '191821.560000', '191821.563000', '191821.565000', '191821.568000', '191821.570000', '191821.573000', '191821.575000', '191821.578000', '191821.580000', '191821.583000', '191821.586000', '191821.588000', '191821.591000', '191821.594000', '191821.596000', '191821.599000', '191821.602000', '191821.604000', '191821.607000', '191821.609000', '191821.612000', '191821.614000', '191821.617000', '191821.620000', '191821.622000', '191821.625000', '191821.627000', '191821.630000', '191821.633000', '191821.635000', '191821.638000', '191841.527000', '191841.529000', '191841.532000', '191841.535000', '191841.537000', '191841.540000', '191841.542000', '191841.545000', '191841.547000', '191841.550000', '191841.553000', '191841.555000', '191841.558000', '191841.560000', '191841.563000', '191841.565000', '191841.568000', '191841.570000', '191841.573000', '191841.576000', '191841.578000', '191841.581000', '191841.583000', '191841.586000', '191841.588000', '191841.591000', '191841.594000', '191841.596000', '191841.599000', '191841.602000', '191841.604000', '191841.607000', '191841.609000', '191841.612000', '191841.614000', '191841.617000', '191841.620000', '191841.622000', '191841.625000', '191841.627000', '191841.630000', '191841.632000', '191841.635000', '191901.527000', '191901.529000', '191901.532000', '191901.535000', '191901.537000', '191901.540000', '191901.542000', '191901.545000', '191901.548000', '191901.550000', '191901.553000', '191901.555000', '191901.558000', '191901.561000', '191901.563000', '191901.566000', '191901.568000', '191901.571000', '191901.573000', '191901.576000', '191901.579000', '191901.581000', '191901.584000', '191901.586000', '191901.600000', '191901.603000', '191901.606000', '191901.608000', '191901.611000', '191901.613000', '191901.616000', '191901.619000', '191901.621000', '191901.624000', '191901.626000', '191901.629000', '191901.631000', '191901.634000', '191901.636000', '191901.639000', '191901.642000', '191901.644000', '191901.647000', '191901.649000', '191921.527000', '191921.529000', '191921.532000', '191921.535000', '191921.537000', '191921.540000', '191921.542000', '191921.545000', '191921.547000', '191921.550000', '191921.553000', '191921.555000', '191921.558000', '191921.560000', '191921.563000', '191921.565000', '191921.568000', '191921.571000', '191921.573000', '191921.576000', '191921.578000', '191921.581000', '191921.584000', '191921.586000', '191921.589000', '191921.591000', '191921.594000', '191921.596000', '191921.599000', '191921.602000', '191921.604000', '191921.607000', '191921.609000', '191921.612000', '191921.614000', '191921.617000', '191921.620000', '191921.622000', '191921.625000', '191921.627000', '191921.630000', '191921.632000', '191921.635000', '191941.527000', '191941.529000', '191941.532000', '191941.535000', '191941.537000', '191941.540000', '191941.543000', '191941.546000', '191941.548000', '191941.551000', '191941.553000', '191941.556000', '191941.559000', '191941.561000', '191941.564000', '191941.567000', '191941.569000', '191941.572000', '191941.574000', '191941.577000', '191941.579000', '191941.582000', '191941.585000', '191941.587000', '191941.590000', '191941.592000', '191941.595000', '191941.598000', '191941.601000', '191941.603000', '191941.606000', '191941.608000', '191941.611000', '191941.614000', '191941.616000', '191941.619000', '191941.621000', '191941.624000', '191941.626000', '191941.629000', '191941.632000', '191941.634000', '191941.637000', '191941.639000', '192001.527000', '192001.530000', '192001.532000', '192001.535000', '192001.537000', '192001.540000', '192001.542000', '192001.545000', '192001.548000', '192001.550000', '192001.553000', '192001.555000', '192001.558000', '192001.560000', '192001.563000', '192001.566000', '192001.568000', '192001.571000', '192001.573000', '192001.576000', '192001.578000', '192001.581000', '192001.584000', '192001.586000', '192001.589000', '192001.591000', '192001.594000', '192001.597000', '192001.599000', '192001.602000', '192001.604000', '192001.607000', '192001.610000', '192001.612000', '192001.615000', '192001.617000', '192001.620000', '192001.622000', '192001.625000', '192001.628000', '192001.630000', '192001.633000', '192001.635000', '192021.527000', '192021.530000', '192021.532000', '192021.535000', '192021.537000', '192021.540000', '192021.542000', '192021.545000', '192021.548000', '192021.550000', '192021.553000', '192021.555000', '192021.558000', '192021.560000', '192021.563000', '192021.565000', '192021.568000', '192021.571000', '192021.573000', '192021.576000', '192021.579000', '192021.581000', '192021.584000', '192021.587000', '192021.589000', '192021.592000', '192021.594000', '192021.597000', '192021.600000', '192021.602000', '192021.605000', '192021.607000', '192021.610000', '192021.613000', '192021.615000', '192021.618000', '192021.620000', '192021.623000', '192021.626000', '192021.628000', '192021.631000', '192021.633000', '192021.636000', '192021.639000', '192041.526000', '192041.529000', '192041.531000', '192041.534000', '192041.536000', '192041.547000', '192041.549000', '192041.552000', '192041.555000', '192041.557000', '192041.560000', '192041.562000', '192041.565000', '192041.567000', '192041.570000', '192041.572000', '192041.575000', '192041.578000', '192041.580000', '192041.583000', '192041.585000', '192041.588000', '192041.591000', '192041.593000', '192041.596000', '192041.598000', '192041.601000', '192041.603000', '192041.606000', '192041.609000', '192041.611000', '192041.614000', '192041.616000', '192041.619000', '192041.621000', '192041.624000', '192041.627000', '192041.629000', '192041.632000', '192041.634000', '192041.637000', '192041.640000', '192041.642000', '192101.527000', '192101.530000', '192101.532000', '192101.535000', '192101.538000', '192101.540000', '192101.543000', '192101.546000', '192101.548000', '192101.551000', '192101.553000', '192101.556000', '192101.558000', '192101.561000', '192101.563000', '192101.566000', '192101.569000', '192101.571000', '192101.574000', '192101.576000', '192101.580000', '192101.583000', '192101.586000', '192101.588000', '192101.591000', '192101.593000', '192101.596000', '192101.599000', '192101.601000', '192101.610000', '192101.613000', '192101.616000', '192101.618000', '192101.621000', '192101.623000', '192101.626000', '192101.629000', '192101.631000', '192101.634000', '192101.636000', '192101.639000', '192101.642000', '192101.644000', '192121.526000', '192121.529000', '192121.532000', '192121.535000', '192121.537000', '192121.540000', '192121.542000', '192121.545000', '192121.548000', '192121.550000', '192121.553000', '192121.555000', '192121.560000', '192121.562000', '192121.565000', '192121.567000', '192121.570000', '192121.573000', '192121.575000', '192121.578000', '192121.580000', '192121.583000', '192121.585000', '192121.588000', '192121.591000', '192121.593000', '192121.596000', '192121.598000', '192121.601000', '192121.604000', '192121.606000', '192121.609000', '192121.611000', '192121.614000', '192121.617000', '192121.619000', '192121.622000', '192121.624000', '192121.627000', '192121.629000', '192121.632000', '192121.635000', '192121.637000', '192121.640000', '192141.527000', '192141.530000', '192141.532000', '192141.535000', '192141.537000', '192141.540000', '192141.543000', '192141.545000', '192141.548000', '192141.550000', '192141.553000', '192141.556000', '192141.558000', '192141.561000', '192141.563000', '192141.566000', '192141.568000', '192141.571000', '192141.574000', '192141.576000', '192141.579000', '192141.581000', '192141.584000', '192141.586000', '192141.589000', '192141.592000', '192141.594000', '192141.597000', '192141.599000', '192141.602000', '192141.605000', '192141.607000', '192141.610000', '192141.612000', '192141.615000', '192141.618000', '192141.620000', '192141.623000', '192141.625000', '192141.628000', '192141.630000', '192141.633000', '192141.636000', '192201.527000', '192201.530000', '192201.532000', '192201.535000', '192201.537000', '192201.540000', '192201.542000', '192201.545000', '192201.548000', '192201.550000', '192201.553000', '192201.555000', '192201.558000', '192201.560000', '192201.563000', '192201.565000', '192201.578000', '192201.581000', '192201.583000', '192201.586000', '192201.589000', '192201.591000', '192201.594000', '192201.596000', '192201.599000', '192201.602000', '192201.604000', '192201.607000', '192201.609000', '192201.612000', '192201.615000', '192201.617000', '192201.620000', '192201.623000', '192201.625000', '192201.628000', '192201.630000', '192201.633000', '192201.635000', '192201.638000', '192201.640000', '192201.643000', '192201.646000', '192201.648000', '192211.444000', '192211.447000', '192211.450000', '192211.453000', '192211.455000', '192211.458000', '192211.461000', '192211.464000', '192211.466000', '192211.469000', '192211.472000', '192211.475000', '192211.477000', '192211.480000', '192211.483000', '192211.485000', '192211.488000', '192211.491000', '192211.493000', '192211.496000', '192211.499000', '192211.501000'], 'InstanceCreationTime': ['191541.553000', '191541.556000', '191541.559000', '191541.561000', '191541.564000', '191541.566000', '191541.569000', '191541.572000', '191541.574000', '191541.577000', '191541.579000', '191541.582000', '191541.584000', '191541.603000', '191541.606000', '191541.608000', '191541.611000', '191541.613000', '191541.616000', '191541.618000', '191541.621000', '191541.623000', '191541.626000', '191541.632000', '191601.526000', '191601.528000', '191601.531000', '191601.534000', '191601.536000', '191601.539000', '191601.541000', '191601.544000', '191601.546000', '191601.549000', '191601.554000', '191601.557000', '191601.559000', '191601.562000', '191601.565000', '191601.567000', '191601.570000', '191601.572000', '191601.575000', '191601.577000', '191601.580000', '191601.582000', '191601.585000', '191601.587000', '191601.590000', '191601.592000', '191601.595000', '191601.598000', '191601.600000', '191601.603000', '191601.605000', '191601.608000', '191601.611000', '191601.614000', '191601.617000', '191601.624000', '191601.627000', '191601.629000', '191601.632000', '191601.635000', '191601.637000', '191601.640000', '191601.642000', '191621.526000', '191621.529000', '191621.532000', '191621.535000', '191621.537000', '191621.540000', '191621.542000', '191621.545000', '191621.547000', '191621.550000', '191621.552000', '191621.555000', '191621.558000', '191621.560000', '191621.563000', '191621.565000', '191621.568000', '191621.570000', '191621.573000', '191621.575000', '191621.578000', '191621.580000', '191621.583000', '191621.586000', '191621.588000', '191621.591000', '191621.593000', '191621.596000', '191621.598000', '191621.601000', '191621.603000', '191621.606000', '191621.609000', '191621.611000', '191621.614000', '191621.616000', '191621.619000', '191621.621000', '191621.624000', '191621.633000', '191621.635000', '191621.638000', '191621.640000', '191621.643000', '191641.526000', '191641.529000', '191641.532000', '191641.534000', '191641.537000', '191641.540000', '191641.542000', '191641.545000', '191641.547000', '191641.550000', '191641.552000', '191641.555000', '191641.557000', '191641.560000', '191641.562000', '191641.565000', '191641.567000', '191641.570000', '191641.572000', '191641.575000', '191641.578000', '191641.580000', '191641.583000', '191641.585000', '191641.588000', '191641.590000', '191641.593000', '191641.596000', '191641.598000', '191641.601000', '191641.603000', '191641.606000', '191641.608000', '191641.611000', '191641.614000', '191641.616000', '191641.619000', '191641.621000', '191641.624000', '191641.626000', '191641.629000', '191641.632000', '191641.635000', '191701.527000', '191701.530000', '191701.532000', '191701.535000', '191701.537000', '191701.540000', '191701.543000', '191701.545000', '191701.548000', '191701.550000', '191701.553000', '191701.555000', '191701.558000', '191701.560000', '191701.563000', '191701.566000', '191701.568000', '191701.571000', '191701.573000', '191701.576000', '191701.578000', '191701.581000', '191701.583000', '191701.586000', '191701.589000', '191701.591000', '191701.594000', '191701.596000', '191701.599000', '191701.602000', '191701.604000', '191701.607000', '191701.609000', '191701.612000', '191701.614000', '191701.617000', '191701.620000', '191701.622000', '191701.625000', '191701.627000', '191701.630000', '191701.632000', '191701.635000', '191701.638000', '191721.526000', '191721.529000', '191721.532000', '191721.534000', '191721.537000', '191721.540000', '191721.542000', '191721.545000', '191721.547000', '191721.550000', '191721.552000', '191721.555000', '191721.557000', '191721.560000', '191721.562000', '191721.565000', '191721.568000', '191721.570000', '191721.573000', '191721.575000', '191721.578000', '191721.581000', '191721.583000', '191721.586000', '191721.588000', '191721.591000', '191721.593000', '191721.596000', '191721.599000', '191721.601000', '191721.604000', '191721.606000', '191721.609000', '191721.611000', '191721.614000', '191721.617000', '191721.619000', '191721.622000', '191721.624000', '191721.627000', '191721.629000', '191721.632000', '191721.648000', '191741.527000', '191741.529000', '191741.532000', '191741.535000', '191741.537000', '191741.540000', '191741.542000', '191741.545000', '191741.547000', '191741.550000', '191741.552000', '191741.555000', '191741.558000', '191741.560000', '191741.563000', '191741.565000', '191741.568000', '191741.570000', '191741.573000', '191741.575000', '191741.578000', '191741.581000', '191741.583000', '191741.586000', '191741.589000', '191741.591000', '191741.594000', '191741.597000', '191741.599000', '191741.602000', '191741.604000', '191741.607000', '191741.610000', '191741.612000', '191741.615000', '191741.617000', '191741.620000', '191741.623000', '191741.625000', '191741.628000', '191741.630000', '191741.633000', '191741.636000', '191741.638000', '191801.526000', '191801.529000', '191801.532000', '191801.534000', '191801.537000', '191801.539000', '191801.542000', '191801.545000', '191801.547000', '191801.550000', '191801.552000', '191801.555000', '191801.557000', '191801.560000', '191801.563000', '191801.565000', '191801.568000', '191801.570000', '191801.573000', '191801.575000', '191801.578000', '191801.580000', '191801.583000', '191801.585000', '191801.588000', '191801.591000', '191801.593000', '191801.596000', '191801.598000', '191801.601000', '191801.604000', '191801.606000', '191801.609000', '191801.611000', '191801.614000', '191801.616000', '191801.619000', '191801.621000', '191801.624000', '191801.626000', '191801.629000', '191801.632000', '191801.634000', '191821.526000', '191821.528000', '191821.531000', '191821.534000', '191821.536000', '191821.539000', '191821.541000', '191821.544000', '191821.546000', '191821.549000', '191821.552000', '191821.555000', '191821.557000', '191821.560000', '191821.563000', '191821.565000', '191821.568000', '191821.570000', '191821.573000', '191821.575000', '191821.578000', '191821.580000', '191821.583000', '191821.586000', '191821.588000', '191821.591000', '191821.594000', '191821.596000', '191821.599000', '191821.602000', '191821.604000', '191821.607000', '191821.609000', '191821.612000', '191821.614000', '191821.617000', '191821.620000', '191821.622000', '191821.625000', '191821.627000', '191821.630000', '191821.633000', '191821.635000', '191821.638000', '191841.527000', '191841.529000', '191841.532000', '191841.535000', '191841.537000', '191841.540000', '191841.542000', '191841.545000', '191841.547000', '191841.550000', '191841.553000', '191841.555000', '191841.558000', '191841.560000', '191841.563000', '191841.565000', '191841.568000', '191841.570000', '191841.573000', '191841.576000', '191841.578000', '191841.581000', '191841.583000', '191841.586000', '191841.588000', '191841.591000', '191841.594000', '191841.596000', '191841.599000', '191841.602000', '191841.604000', '191841.607000', '191841.609000', '191841.612000', '191841.614000', '191841.617000', '191841.620000', '191841.622000', '191841.625000', '191841.627000', '191841.630000', '191841.632000', '191841.635000', '191901.527000', '191901.529000', '191901.532000', '191901.535000', '191901.537000', '191901.540000', '191901.542000', '191901.545000', '191901.548000', '191901.550000', '191901.553000', '191901.555000', '191901.558000', '191901.561000', '191901.563000', '191901.566000', '191901.568000', '191901.571000', '191901.573000', '191901.576000', '191901.579000', '191901.581000', '191901.584000', '191901.586000', '191901.600000', '191901.603000', '191901.606000', '191901.608000', '191901.611000', '191901.613000', '191901.616000', '191901.619000', '191901.621000', '191901.624000', '191901.626000', '191901.629000', '191901.631000', '191901.634000', '191901.636000', '191901.639000', '191901.642000', '191901.644000', '191901.647000', '191901.649000', '191921.527000', '191921.529000', '191921.532000', '191921.535000', '191921.537000', '191921.540000', '191921.542000', '191921.545000', '191921.547000', '191921.550000', '191921.553000', '191921.555000', '191921.558000', '191921.560000', '191921.563000', '191921.565000', '191921.568000', '191921.571000', '191921.573000', '191921.576000', '191921.578000', '191921.581000', '191921.584000', '191921.586000', '191921.589000', '191921.591000', '191921.594000', '191921.596000', '191921.599000', '191921.602000', '191921.604000', '191921.607000', '191921.609000', '191921.612000', '191921.614000', '191921.617000', '191921.620000', '191921.622000', '191921.625000', '191921.627000', '191921.630000', '191921.632000', '191921.635000', '191941.527000', '191941.529000', '191941.532000', '191941.535000', '191941.537000', '191941.540000', '191941.543000', '191941.546000', '191941.548000', '191941.551000', '191941.553000', '191941.556000', '191941.559000', '191941.561000', '191941.564000', '191941.567000', '191941.569000', '191941.572000', '191941.574000', '191941.577000', '191941.579000', '191941.582000', '191941.585000', '191941.587000', '191941.590000', '191941.592000', '191941.595000', '191941.598000', '191941.601000', '191941.603000', '191941.606000', '191941.608000', '191941.611000', '191941.614000', '191941.616000', '191941.619000', '191941.621000', '191941.624000', '191941.626000', '191941.629000', '191941.632000', '191941.634000', '191941.637000', '191941.639000', '192001.527000', '192001.530000', '192001.532000', '192001.535000', '192001.537000', '192001.540000', '192001.542000', '192001.545000', '192001.548000', '192001.550000', '192001.553000', '192001.555000', '192001.558000', '192001.560000', '192001.563000', '192001.566000', '192001.568000', '192001.571000', '192001.573000', '192001.576000', '192001.578000', '192001.581000', '192001.584000', '192001.586000', '192001.589000', '192001.591000', '192001.594000', '192001.597000', '192001.599000', '192001.602000', '192001.604000', '192001.607000', '192001.610000', '192001.612000', '192001.615000', '192001.617000', '192001.620000', '192001.622000', '192001.625000', '192001.628000', '192001.630000', '192001.633000', '192001.635000', '192021.527000', '192021.530000', '192021.532000', '192021.535000', '192021.537000', '192021.540000', '192021.542000', '192021.545000', '192021.548000', '192021.550000', '192021.553000', '192021.555000', '192021.558000', '192021.560000', '192021.563000', '192021.565000', '192021.568000', '192021.571000', '192021.573000', '192021.576000', '192021.579000', '192021.581000', '192021.584000', '192021.587000', '192021.589000', '192021.592000', '192021.594000', '192021.597000', '192021.600000', '192021.602000', '192021.605000', '192021.607000', '192021.610000', '192021.613000', '192021.615000', '192021.618000', '192021.620000', '192021.623000', '192021.626000', '192021.628000', '192021.631000', '192021.633000', '192021.636000', '192021.639000', '192041.526000', '192041.529000', '192041.531000', '192041.534000', '192041.536000', '192041.547000', '192041.549000', '192041.552000', '192041.555000', '192041.557000', '192041.560000', '192041.562000', '192041.565000', '192041.567000', '192041.570000', '192041.572000', '192041.575000', '192041.578000', '192041.580000', '192041.583000', '192041.585000', '192041.588000', '192041.591000', '192041.593000', '192041.596000', '192041.598000', '192041.601000', '192041.603000', '192041.606000', '192041.609000', '192041.611000', '192041.614000', '192041.616000', '192041.619000', '192041.621000', '192041.624000', '192041.627000', '192041.629000', '192041.632000', '192041.634000', '192041.637000', '192041.640000', '192041.642000', '192101.527000', '192101.530000', '192101.532000', '192101.535000', '192101.538000', '192101.540000', '192101.543000', '192101.546000', '192101.548000', '192101.551000', '192101.553000', '192101.556000', '192101.558000', '192101.561000', '192101.563000', '192101.566000', '192101.569000', '192101.571000', '192101.574000', '192101.576000', '192101.580000', '192101.583000', '192101.586000', '192101.588000', '192101.591000', '192101.593000', '192101.596000', '192101.599000', '192101.601000', '192101.610000', '192101.613000', '192101.616000', '192101.618000', '192101.621000', '192101.623000', '192101.626000', '192101.629000', '192101.631000', '192101.634000', '192101.636000', '192101.639000', '192101.642000', '192101.644000', '192121.526000', '192121.529000', '192121.532000', '192121.535000', '192121.537000', '192121.540000', '192121.542000', '192121.545000', '192121.548000', '192121.550000', '192121.553000', '192121.555000', '192121.560000', '192121.562000', '192121.565000', '192121.567000', '192121.570000', '192121.573000', '192121.575000', '192121.578000', '192121.580000', '192121.583000', '192121.585000', '192121.588000', '192121.591000', '192121.593000', '192121.596000', '192121.598000', '192121.601000', '192121.604000', '192121.606000', '192121.609000', '192121.611000', '192121.614000', '192121.617000', '192121.619000', '192121.622000', '192121.624000', '192121.627000', '192121.629000', '192121.632000', '192121.635000', '192121.637000', '192121.640000', '192141.527000', '192141.530000', '192141.532000', '192141.535000', '192141.537000', '192141.540000', '192141.543000', '192141.545000', '192141.548000', '192141.550000', '192141.553000', '192141.556000', '192141.558000', '192141.561000', '192141.563000', '192141.566000', '192141.568000', '192141.571000', '192141.574000', '192141.576000', '192141.579000', '192141.581000', '192141.584000', '192141.586000', '192141.589000', '192141.592000', '192141.594000', '192141.597000', '192141.599000', '192141.602000', '192141.605000', '192141.607000', '192141.610000', '192141.612000', '192141.615000', '192141.618000', '192141.620000', '192141.623000', '192141.625000', '192141.628000', '192141.630000', '192141.633000', '192141.636000', '192201.527000', '192201.530000', '192201.532000', '192201.535000', '192201.537000', '192201.540000', '192201.542000', '192201.545000', '192201.548000', '192201.550000', '192201.553000', '192201.555000', '192201.558000', '192201.560000', '192201.563000', '192201.565000', '192201.578000', '192201.581000', '192201.583000', '192201.586000', '192201.589000', '192201.591000', '192201.594000', '192201.596000', '192201.599000', '192201.602000', '192201.604000', '192201.607000', '192201.609000', '192201.612000', '192201.615000', '192201.617000', '192201.620000', '192201.623000', '192201.625000', '192201.628000', '192201.630000', '192201.633000', '192201.635000', '192201.638000', '192201.640000', '192201.643000', '192201.646000', '192201.648000', '192211.444000', '192211.447000', '192211.450000', '192211.453000', '192211.455000', '192211.458000', '192211.461000', '192211.464000', '192211.466000', '192211.469000', '192211.472000', '192211.475000', '192211.477000', '192211.480000', '192211.483000', '192211.485000', '192211.488000', '192211.491000', '192211.493000', '192211.496000', '192211.499000', '192211.501000'], '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': [13475, 15872, 8870, 14103, 18126, 12808, 15814, 11156, 14989, 11239, 15666, 9409, 16023, 12389, 17188, 12886, 16242, 13826, 11967, 16075, 12712, 14857, 8528, 12737, 16305, 12514, 14374, 9852, 14245, 11791, 11919, 16163, 12557, 14909, 9120, 14225, 14036, 12671, 16278, 11785, 14384, 11398, 12506, 17458, 13399, 15239, 10068, 14767, 11331, 12663, 16698, 12283, 15179, 9541, 13131, 16009, 12413, 14996, 11582, 15368, 11470, 15512, 10214, 15173, 16017, 12630, 16649, 12749, 15459, 10124, 15169, 9257, 14041, 10749, 13202, 13730, 12844, 16524, 12297, 15456, 11500, 15086, 10260, 14314, 11906, 14197, 15255, 11973, 10507, 13081, 9602, 14614, 9431, 13901, 16662, 9759, 12343, 15580, 11786, 14675, 8365, 12497, 15450, 12794, 13706, 8006, 12972, 15962, 10738, 14046, 8568, 12973, 15657, 11502, 14009, 11657, 11207, 15148, 11069, 13667, 16089, 9893, 13602, 9005, 13231, 14076, 10895, 15887, 10076, 13802, 8868, 14982, 13631, 11846, 14251, 11987, 16147, 12013, 12881, 8630, 11845, 16409, 11051, 13045, 18811, 11378, 14846, 9463, 12660, 14342, 10890, 13989, 9201, 13333, 15440, 10934, 13750, 9173, 13187, 16788, 11589, 14073, 9988, 14018, 16757, 11903, 14542, 9538, 14191, 14757, 11824, 14999, 12157, 13880, 8154, 12907, 10895, 13421, 16473, 11969, 14381, 15050, 11199, 14848, 10140, 13679, 16502, 10903, 14450, 8972, 13139, 16163, 11062, 14966, 10749, 15122, 12500, 13974, 12055, 14360, 11600, 15972, 10770, 15656, 18501, 11011, 13751, 16146, 12662, 14331, 9057, 12001, 16262, 12602, 14226, 9297, 11819, 16416, 12137, 14722, 9582, 12548, 16798, 11822, 14208, 9937, 13344, 16894, 11626, 13912, 15011, 12176, 15845, 10556, 13466, 16922, 11855, 17930, 11688, 15409, 9445, 8152, 11887, 13433, 11479, 15651, 10089, 13671, 13043, 13235, 18071, 14616, 14639, 10276, 15871, 11609, 16683, 11182, 16126, 12153, 15352, 12319, 13176, 10043, 16301, 10765, 14687, 9952, 13292, 10967, 12269, 18107, 11987, 13629, 9204, 11185, 16613, 11466, 12525, 8758, 12377, 17137, 11420, 14152, 10857, 12565, 9366, 12530, 18072, 12495, 13626, 9605, 13958, 9972, 14042, 11494, 16384, 10876, 13008, 20695, 12169, 16283, 11423, 13166, 9716, 13442, 15787, 12027, 16750, 12511, 15270, 12294, 14426, 10252, 13954, 10510, 14713, 9917, 12696, 17394, 13716, 14979, 10024, 12784, 17402, 12509, 14226, 9332, 12951, 18261, 12917, 14697, 10287, 14146, 19234, 11195, 14872, 10821, 14633, 14039, 11767, 16687, 12157, 14312, 9476, 12291, 18192, 12655, 14560, 14295, 12418, 18097, 10154, 13426, 18818, 12561, 15660, 11406, 12531, 8606, 12824, 18250, 12248, 14387, 10030, 12859, 18282, 11909, 13016, 9362, 12655, 13156, 11163, 10763, 10777, 8574, 12369, 9195, 14436, 19399, 15201, 14253, 13499, 10985, 14651, 10467, 14688, 19219, 12907, 14532, 9857, 13326, 18698, 12083, 13505, 10137, 13325, 10189, 14827, 10732, 13823, 12293, 14394, 11766, 9383, 13885, 10213, 14912, 19111, 11151, 13258, 15853, 11622, 13347, 8579, 12122, 15739, 10856, 13467, 10144, 13251, 9775, 13759, 9063, 13879, 16903, 12307, 15772, 10896, 13984, 10190, 12655, 16782, 11729, 13567, 8586, 11797, 16276, 11699, 13430, 9143, 12650, 16346, 11428, 14188, 9127, 12954, 17115, 11957, 13848, 9159, 12505, 16480, 12921, 14079, 9556, 14491, 10289, 14965, 11557, 15758, 12074, 17442, 12173, 14787, 19265, 11027, 13987, 9240, 13032, 17072, 10986, 13490, 10978, 12921, 16216, 11263, 14109, 9554, 12754, 16955, 12302, 14246, 9058, 12611, 17137, 12731, 14255, 8435, 12688, 17428, 12315, 14158, 9267, 12890, 17855, 12356, 14033, 12866, 11929, 16821, 10344, 13565, 17153, 11664, 14489, 8500, 9825, 15251, 11243, 15212, 9981, 9423, 9345, 10850, 10414, 15308, 10540, 12749, 12985, 11518, 15208, 12473, 14840, 9932, 13845, 13970, 13135, 19016, 12724, 15996, 11714, 17165, 11384, 14207, 11614, 9996, 12776, 18351, 9513, 12206, 17546, 11149, 12594, 8659, 12237, 15705, 10915, 12803, 8633, 12197, 16610, 11286, 13132, 10443, 12647, 8894, 13196, 15362, 11547, 15395, 10487, 13256, 8700, 12915, 12316, 11457, 16970, 10122, 15294, 10822, 15175, 10186, 13815, 9486, 12856, 15213, 11482, 15746, 9447, 15028, 18875, 13064, 15038, 10569, 13868, 10500, 14175, 17858, 12653, 17007, 12391, 14986, 12173, 15053, 10903, 17485, 13260, 15796, 11725, 10946, 12529, 19068, 12526, 15833, 9724, 12067, 15824, 10363, 13317, 9088, 12818, 16948, 12004, 13405, 8419, 12010, 15883, 11446, 13452, 8999, 11845, 16211, 11376, 13869, 9538, 12478, 17094, 11611, 13620, 18638, 11566, 13904, 9523, 12214, 17705, 11124, 13364, 18926, 12225, 14003, 8964, 11844, 17057, 11779, 13387, 9576, 11471, 16084, 9660, 13703, 18954, 12009, 14190, 9346, 12079, 16949, 12731, 13753, 8630, 11602, 15649, 11635, 13680, 8669, 13461, 16916, 11669, 14897, 10365, 13765, 19361, 11175, 14024, 9862, 13593, 14198, 11213, 15634, 11551, 14492, 9961, 12520, 17900, 12078, 13901, 13957, 11674, 16740, 13029, 15127, 10618, 14708, 10368, 15970, 11345, 16256, 20274, 12957, 13785, 16931, 11186, 15399, 9477, 12656, 16878, 11964, 13554, 15075, 11559, 14790, 9240, 12712, 16721, 11874, 13838, 9434, 12848, 17951, 12142, 14238, 10283, 14256, 10089, 11886, 17030, 11106, 14442, 17538, 12607, 15582, 10348, 13567, 19151, 12518, 14729, 9633, 13217, 17284, 12135, 14382, 9408, 13019, 17744, 12126, 14417, 9455, 12931, 18069, 11848, 14512, 10093, 12892, 17476, 10927, 13805, 10983, 12493, 17228, 11619, 14175, 9564, 13654, 18665, 11828, 14302, 10109, 13746, 19351, 11938, 14983, 9502, 13642, 18762, 11977, 14358, 8870, 12864, 18263, 12499, 14235, 9742, 13378, 15354, 11270, 11018, 11243, 16943, 11966, 15579, 10133, 14782, 10881, 12113, 8827, 14690, 11431, 16833, 11098, 14659, 19627, 13670, 14780, 10074, 12069, 17200, 13254, 14119, 10823, 14985, 11935, 15185, 12433, 11565, 14282, 18103, 11900, 13516, 17145, 13430, 15015, 10228, 11924, 17630, 14022, 13980, 12764, 11176, 16521, 10820, 13915, 19000, 11806, 14459, 10521, 12328, 17360, 12081, 14031, 15034, 12034, 16490, 11577, 14494, 16887, 12378, 16245, 11782, 13457, 10091, 14213, 19761, 13956, 16411, 11112, 14123, 17560, 12442, 16450, 10165, 13655, 18582, 13736, 14789, 9547, 11273, 16970, 12348, 14108, 10423, 11399, 16985], 'WindowCenter': [4713.0, 4705.0, 4618.0, 4668.0, 4684.0, 4668.0, 4674.0, 4621.0, 4665.0, 4634.0, 4661.0, 4612.0, 4673.0, 4645.0, 4670.0, 4643.0, 4660.0, 4640.0, 4632.0, 4650.0, 4629.0, 4639.0, 4586.0, 4629.0, 4656.0, 4628.0, 4637.0, 4595.0, 4638.0, 4619.0, 4629.0, 4658.0, 4631.0, 4649.0, 4611.0, 4653.0, 4651.0, 4640.0, 4662.0, 4629.0, 4647.0, 4632.0, 4656.0, 4685.0, 4656.0, 4661.0, 4610.0, 4648.0, 4616.0, 4626.0, 4660.0, 4630.0, 4652.0, 4599.0, 4641.0, 4661.0, 4630.0, 4649.0, 4626.0, 4648.0, 4620.0, 4650.0, 4609.0, 4650.0, 4649.0, 4629.0, 4648.0, 4627.0, 4651.0, 4610.0, 4650.0, 4586.0, 4637.0, 4608.0, 4629.0, 4636.0, 4626.0, 4658.0, 4633.0, 4650.0, 4620.0, 4651.0, 4609.0, 4650.0, 4632.0, 4652.0, 4651.0, 4631.0, 4608.0, 4642.0, 4623.0, 4666.0, 4615.0, 4654.0, 4675.0, 4626.0, 4642.0, 4662.0, 4634.0, 4651.0, 4590.0, 4642.0, 4658.0, 4643.0, 4641.0, 4589.0, 4642.0, 4648.0, 4619.0, 4650.0, 4602.0, 4656.0, 4663.0, 4644.0, 4653.0, 4634.0, 4638.0, 4664.0, 4623.0, 4644.0, 4650.0, 4610.0, 4649.0, 4603.0, 4656.0, 4652.0, 4635.0, 4674.0, 4626.0, 4656.0, 4616.0, 4679.0, 4665.0, 4646.0, 4651.0, 4633.0, 4666.0, 4632.0, 4632.0, 4588.0, 4620.0, 4649.0, 4617.0, 4629.0, 4658.0, 4607.0, 4627.0, 4583.0, 4604.0, 4622.0, 4593.0, 4622.0, 4583.0, 4627.0, 4636.0, 4609.0, 4640.0, 4598.0, 4629.0, 4660.0, 4622.0, 4651.0, 4609.0, 4639.0, 4648.0, 4617.0, 4642.0, 4601.0, 4653.0, 4647.0, 4618.0, 4647.0, 4630.0, 4638.0, 4591.0, 4641.0, 4620.0, 4643.0, 4662.0, 4631.0, 4651.0, 4652.0, 4622.0, 4650.0, 4609.0, 4639.0, 4659.0, 4621.0, 4646.0, 4588.0, 4631.0, 4658.0, 4632.0, 4664.0, 4635.0, 4678.0, 4636.0, 4659.0, 4647.0, 4667.0, 4649.0, 4678.0, 4638.0, 4677.0, 4690.0, 4626.0, 4657.0, 4654.0, 4632.0, 4640.0, 4587.0, 4620.0, 4657.0, 4619.0, 4627.0, 4587.0, 4615.0, 4649.0, 4628.0, 4653.0, 4599.0, 4630.0, 4661.0, 4631.0, 4651.0, 4609.0, 4642.0, 4659.0, 4621.0, 4644.0, 4650.0, 4631.0, 4651.0, 4609.0, 4643.0, 4663.0, 4623.0, 4649.0, 4611.0, 4625.0, 4602.0, 4593.0, 4657.0, 4657.0, 4646.0, 4665.0, 4626.0, 4655.0, 4655.0, 4672.0, 4690.0, 4657.0, 4644.0, 4589.0, 4640.0, 4611.0, 4625.0, 4572.0, 4613.0, 4581.0, 4603.0, 4583.0, 4645.0, 4556.0, 4599.0, 4556.0, 4588.0, 4549.0, 4591.0, 4571.0, 4579.0, 4607.0, 4570.0, 4589.0, 4549.0, 4570.0, 4611.0, 4582.0, 4591.0, 4551.0, 4606.0, 4633.0, 4595.0, 4614.0, 4599.0, 4609.0, 4589.0, 4634.0, 4674.0, 4635.0, 4644.0, 4604.0, 4655.0, 4616.0, 4642.0, 4625.0, 4668.0, 4671.0, 4691.0, 4688.0, 4629.0, 4642.0, 4614.0, 4624.0, 4594.0, 4654.0, 4663.0, 4640.0, 4660.0, 4637.0, 4645.0, 4614.0, 4620.0, 4603.0, 4634.0, 4616.0, 4658.0, 4607.0, 4639.0, 4679.0, 4649.0, 4656.0, 4606.0, 4635.0, 4667.0, 4626.0, 4635.0, 4594.0, 4634.0, 4664.0, 4635.0, 4647.0, 4605.0, 4634.0, 4652.0, 4612.0, 4642.0, 4602.0, 4644.0, 4632.0, 4613.0, 4655.0, 4613.0, 4630.0, 4589.0, 4610.0, 4651.0, 4622.0, 4630.0, 4619.0, 4609.0, 4637.0, 4591.0, 4621.0, 4651.0, 4609.0, 4628.0, 4595.0, 4594.0, 4554.0, 4604.0, 4635.0, 4597.0, 4618.0, 4578.0, 4609.0, 4639.0, 4625.0, 4655.0, 4584.0, 4616.0, 4615.0, 4593.0, 4595.0, 4587.0, 4579.0, 4618.0, 4612.0, 4669.0, 4680.0, 4645.0, 4655.0, 4618.0, 4586.0, 4613.0, 4583.0, 4615.0, 4623.0, 4581.0, 4592.0, 4556.0, 4591.0, 4622.0, 4596.0, 4588.0, 4578.0, 4599.0, 4578.0, 4610.0, 4580.0, 4599.0, 4603.0, 4606.0, 4591.0, 4569.0, 4614.0, 4573.0, 4622.0, 4634.0, 4581.0, 4588.0, 4598.0, 4576.0, 4583.0, 4547.0, 4589.0, 4619.0, 4577.0, 4589.0, 4578.0, 4600.0, 4573.0, 4625.0, 4577.0, 4639.0, 4659.0, 4622.0, 4639.0, 4611.0, 4640.0, 4597.0, 4618.0, 4639.0, 4610.0, 4620.0, 4593.0, 4649.0, 4652.0, 4619.0, 4643.0, 4596.0, 4630.0, 4638.0, 4616.0, 4628.0, 4587.0, 4630.0, 4651.0, 4618.0, 4626.0, 4576.0, 4619.0, 4639.0, 4634.0, 4629.0, 4600.0, 4642.0, 4625.0, 4643.0, 4625.0, 4678.0, 4639.0, 4666.0, 4638.0, 4658.0, 4665.0, 4615.0, 4644.0, 4592.0, 4623.0, 4642.0, 4600.0, 4641.0, 4612.0, 4633.0, 4649.0, 4600.0, 4630.0, 4591.0, 4633.0, 4650.0, 4621.0, 4642.0, 4604.0, 4634.0, 4652.0, 4634.0, 4641.0, 4582.0, 4624.0, 4663.0, 4632.0, 4645.0, 4591.0, 4632.0, 4652.0, 4622.0, 4620.0, 4619.0, 4599.0, 4638.0, 4588.0, 4627.0, 4638.0, 4609.0, 4617.0, 4619.0, 4612.0, 4620.0, 4590.0, 4618.0, 4584.0, 4586.0, 4600.0, 4617.0, 4623.0, 4666.0, 4623.0, 4656.0, 4641.0, 4619.0, 4654.0, 4636.0, 4654.0, 4592.0, 4632.0, 4626.0, 4609.0, 4635.0, 4609.0, 4627.0, 4597.0, 4625.0, 4595.0, 4604.0, 4585.0, 4574.0, 4597.0, 4625.0, 4551.0, 4570.0, 4610.0, 4560.0, 4581.0, 4541.0, 4582.0, 4600.0, 4572.0, 4579.0, 4550.0, 4594.0, 4623.0, 4587.0, 4605.0, 4588.0, 4610.0, 4582.0, 4634.0, 4640.0, 4626.0, 4646.0, 4625.0, 4635.0, 4597.0, 4647.0, 4648.0, 4640.0, 4666.0, 4615.0, 4634.0, 4603.0, 4633.0, 4605.0, 4623.0, 4593.0, 4636.0, 4652.0, 4622.0, 4644.0, 4620.0, 4672.0, 4667.0, 4636.0, 4645.0, 4629.0, 4633.0, 4599.0, 4618.0, 4637.0, 4605.0, 4626.0, 4596.0, 4615.0, 4597.0, 4629.0, 4600.0, 4650.0, 4619.0, 4626.0, 4596.0, 4584.0, 4594.0, 4635.0, 4596.0, 4628.0, 4565.0, 4596.0, 4614.0, 4574.0, 4592.0, 4553.0, 4606.0, 4624.0, 4596.0, 4603.0, 4566.0, 4607.0, 4627.0, 4609.0, 4620.0, 4605.0, 4637.0, 4641.0, 4623.0, 4633.0, 4593.0, 4625.0, 4651.0, 4624.0, 4634.0, 4665.0, 4615.0, 4633.0, 4593.0, 4622.0, 4651.0, 4600.0, 4622.0, 4650.0, 4599.0, 4619.0, 4565.0, 4599.0, 4639.0, 4597.0, 4616.0, 4578.0, 4609.0, 4639.0, 4590.0, 4630.0, 4651.0, 4610.0, 4618.0, 4566.0, 4609.0, 4638.0, 4620.0, 4620.0, 4580.0, 4623.0, 4667.0, 4625.0, 4635.0, 4593.0, 4636.0, 4665.0, 4628.0, 4657.0, 4617.0, 4649.0, 4676.0, 4624.0, 4647.0, 4605.0, 4638.0, 4646.0, 4629.0, 4669.0, 4629.0, 4660.0, 4617.0, 4640.0, 4681.0, 4639.0, 4658.0, 4646.0, 4628.0, 4656.0, 4646.0, 4656.0, 4614.0, 4642.0, 4617.0, 4653.0, 4613.0, 4655.0, 4666.0, 4611.0, 4610.0, 4631.0, 4589.0, 4617.0, 4566.0, 4597.0, 4625.0, 4584.0, 4617.0, 4615.0, 4583.0, 4603.0, 4565.0, 4606.0, 4624.0, 4598.0, 4628.0, 4578.0, 4619.0, 4648.0, 4622.0, 4632.0, 4603.0, 4644.0, 4601.0, 4614.0, 4652.0, 4612.0, 4634.0, 4652.0, 4624.0, 4643.0, 4602.0, 4634.0, 4663.0, 4622.0, 4630.0, 4591.0, 4619.0, 4651.0, 4610.0, 4631.0, 4579.0, 4620.0, 4652.0, 4611.0, 4631.0, 4589.0, 4619.0, 4650.0, 4623.0, 4631.0, 4600.0, 4622.0, 4650.0, 4600.0, 4631.0, 4600.0, 4622.0, 4650.0, 4613.0, 4633.0, 4591.0, 4633.0, 4651.0, 4612.0, 4634.0, 4601.0, 4633.0, 4651.0, 4611.0, 4630.0, 4581.0, 4621.0, 4638.0, 4599.0, 4643.0, 4585.0, 4633.0, 4651.0, 4611.0, 4629.0, 4578.0, 4609.0, 4637.0, 4652.0, 4637.0, 4605.0, 4640.0, 4584.0, 4602.0, 4553.0, 4591.0, 4586.0, 4596.0, 4572.0, 4634.0, 4613.0, 4653.0, 4599.0, 4632.0, 4654.0, 4618.0, 4624.0, 4591.0, 4623.0, 4643.0, 4622.0, 4645.0, 4600.0, 4628.0, 4610.0, 4638.0, 4624.0, 4625.0, 4656.0, 4678.0, 4626.0, 4646.0, 4655.0, 4634.0, 4642.0, 4590.0, 4612.0, 4639.0, 4619.0, 4618.0, 4606.0, 4596.0, 4636.0, 4585.0, 4617.0, 4634.0, 4594.0, 4616.0, 4586.0, 4607.0, 4640.0, 4609.0, 4619.0, 4627.0, 4609.0, 4639.0, 4609.0, 4656.0, 4690.0, 4636.0, 4653.0, 4638.0, 4661.0, 4602.0, 4649.0, 4672.0, 4631.0, 4639.0, 4610.0, 4632.0, 4653.0, 4619.0, 4639.0, 4598.0, 4630.0, 4648.0, 4619.0, 4616.0, 4574.0, 4598.0, 4637.0, 4605.0, 4615.0, 4586.0, 4596.0, 4638.0], 'WindowWidth': [10297.0, 10269.0, 10136.0, 10200.0, 10220.0, 10202.0, 10205.0, 10122.0, 10186.0, 10143.0, 10176.0, 10111.0, 10198.0, 10161.0, 10192.0, 10156.0, 10181.0, 10148.0, 10138.0, 10164.0, 10128.0, 10142.0, 10066.0, 10126.0, 10169.0, 10125.0, 10135.0, 10078.0, 10140.0, 10114.0, 10129.0, 10170.0, 10135.0, 10157.0, 10107.0, 10169.0, 10164.0, 10149.0, 10181.0, 10131.0, 10156.0, 10141.0, 10178.0, 10219.0, 10177.0, 10178.0, 10105.0, 10155.0, 10108.0, 10122.0, 10175.0, 10132.0, 10163.0, 10086.0, 10146.0, 10179.0, 10132.0, 10157.0, 10126.0, 10156.0, 10116.0, 10160.0, 10099.0, 10158.0, 10158.0, 10125.0, 10156.0, 10125.0, 10162.0, 10103.0, 10157.0, 10065.0, 10136.0, 10095.0, 10125.0, 10132.0, 10121.0, 10171.0, 10136.0, 10159.0, 10118.0, 10159.0, 10103.0, 10160.0, 10135.0, 10164.0, 10161.0, 10133.0, 10098.0, 10152.0, 10130.0, 10187.0, 10118.0, 10173.0, 10205.0, 10135.0, 10153.0, 10180.0, 10140.0, 10163.0, 10077.0, 10151.0, 10173.0, 10153.0, 10148.0, 10076.0, 10151.0, 10158.0, 10118.0, 10162.0, 10098.0, 10175.0, 10185.0, 10159.0, 10172.0, 10144.0, 10153.0, 10188.0, 10126.0, 10154.0, 10164.0, 10107.0, 10162.0, 10101.0, 10175.0, 10167.0, 10147.0, 10201.0, 10136.0, 10175.0, 10122.0, 10215.0, 10189.0, 10163.0, 10165.0, 10143.0, 10193.0, 10139.0, 10142.0, 10073.0, 10118.0, 10162.0, 10112.0, 10131.0, 10167.0, 10093.0, 10122.0, 10054.0, 10084.0, 10108.0, 10070.0, 10110.0, 10056.0, 10120.0, 10132.0, 10101.0, 10146.0, 10086.0, 10129.0, 10172.0, 10122.0, 10163.0, 10102.0, 10142.0, 10155.0, 10111.0, 10150.0, 10093.0, 10168.0, 10152.0, 10110.0, 10152.0, 10129.0, 10140.0, 10080.0, 10151.0, 10120.0, 10152.0, 10178.0, 10133.0, 10161.0, 10165.0, 10120.0, 10160.0, 10099.0, 10143.0, 10172.0, 10122.0, 10152.0, 10072.0, 10132.0, 10171.0, 10139.0, 10188.0, 10145.0, 10209.0, 10145.0, 10181.0, 10165.0, 10193.0, 10171.0, 10209.0, 10152.0, 10207.0, 10234.0, 10131.0, 10175.0, 10174.0, 10136.0, 10143.0, 10066.0, 10112.0, 10168.0, 10113.0, 10122.0, 10065.0, 10104.0, 10156.0, 10127.0, 10167.0, 10088.0, 10132.0, 10174.0, 10136.0, 10163.0, 10102.0, 10148.0, 10172.0, 10118.0, 10155.0, 10159.0, 10132.0, 10160.0, 10101.0, 10150.0, 10179.0, 10120.0, 10161.0, 10097.0, 10111.0, 10090.0, 10084.0, 10182.0, 10178.0, 10164.0, 10192.0, 10132.0, 10171.0, 10178.0, 10211.0, 10246.0, 10180.0, 10153.0, 10065.0, 10138.0, 10100.0, 10112.0, 10028.0, 10094.0, 10038.0, 10073.0, 10044.0, 10161.0, 10001.0, 10065.0, 9994.0, 10043.0, 9990.0, 10055.0, 10026.0, 10036.0, 10073.0, 10022.0, 10050.0, 9992.0, 10025.0, 10083.0, 10042.0, 10055.0, 10004.0, 10084.0, 10118.0, 10068.0, 10095.0, 10077.0, 10093.0, 10068.0, 10136.0, 10195.0, 10142.0, 10151.0, 10100.0, 10172.0, 10116.0, 10148.0, 10128.0, 10190.0, 10217.0, 10243.0, 10220.0, 10133.0, 10145.0, 10108.0, 10119.0, 10079.0, 10176.0, 10191.0, 10148.0, 10177.0, 10146.0, 10149.0, 10103.0, 10105.0, 10088.0, 10129.0, 10112.0, 10173.0, 10099.0, 10147.0, 10206.0, 10163.0, 10170.0, 10097.0, 10136.0, 10184.0, 10124.0, 10137.0, 10076.0, 10135.0, 10179.0, 10139.0, 10156.0, 10092.0, 10132.0, 10159.0, 10102.0, 10146.0, 10089.0, 10149.0, 10128.0, 10104.0, 10166.0, 10103.0, 10125.0, 10064.0, 10096.0, 10154.0, 10113.0, 10124.0, 10108.0, 10090.0, 10134.0, 10072.0, 10113.0, 10157.0, 10092.0, 10119.0, 10066.0, 10063.0, 10009.0, 10080.0, 10122.0, 10073.0, 10104.0, 10047.0, 10091.0, 10135.0, 10125.0, 10174.0, 10061.0, 10101.0, 10097.0, 10064.0, 10067.0, 10058.0, 10054.0, 10107.0, 10112.0, 10196.0, 10220.0, 10153.0, 10169.0, 10104.0, 10056.0, 10091.0, 10050.0, 10093.0, 10107.0, 10041.0, 10059.0, 10004.0, 10056.0, 10107.0, 10073.0, 10054.0, 10040.0, 10066.0, 10043.0, 10086.0, 10044.0, 10066.0, 10081.0, 10079.0, 10061.0, 10029.0, 10095.0, 10032.0, 10107.0, 10131.0, 10043.0, 10050.0, 10062.0, 10030.0, 10039.0, 9990.0, 10051.0, 10097.0, 10038.0, 10051.0, 10040.0, 10071.0, 10034.0, 10112.0, 10050.0, 10139.0, 10168.0, 10118.0, 10137.0, 10102.0, 10142.0, 10080.0, 10106.0, 10136.0, 10096.0, 10110.0, 10084.0, 10170.0, 10160.0, 10116.0, 10150.0, 10079.0, 10126.0, 10134.0, 10106.0, 10121.0, 10065.0, 10128.0, 10161.0, 10110.0, 10119.0, 10042.0, 10108.0, 10137.0, 10137.0, 10121.0, 10086.0, 10147.0, 10129.0, 10147.0, 10125.0, 10210.0, 10151.0, 10186.0, 10149.0, 10176.0, 10186.0, 10110.0, 10155.0, 10074.0, 10116.0, 10145.0, 10083.0, 10145.0, 10106.0, 10133.0, 10154.0, 10082.0, 10123.0, 10073.0, 10135.0, 10155.0, 10116.0, 10148.0, 10099.0, 10137.0, 10160.0, 10136.0, 10148.0, 10061.0, 10121.0, 10177.0, 10135.0, 10155.0, 10071.0, 10134.0, 10158.0, 10115.0, 10112.0, 10112.0, 10079.0, 10134.0, 10062.0, 10120.0, 10133.0, 10095.0, 10102.0, 10132.0, 10112.0, 10101.0, 10059.0, 10098.0, 10057.0, 10066.0, 10087.0, 10110.0, 10126.0, 10186.0, 10125.0, 10177.0, 10152.0, 10114.0, 10172.0, 10141.0, 10171.0, 10071.0, 10130.0, 10121.0, 10090.0, 10130.0, 10095.0, 10119.0, 10073.0, 10114.0, 10068.0, 10080.0, 10052.0, 10035.0, 10067.0, 10113.0, 9996.0, 10022.0, 10081.0, 10006.0, 10039.0, 9985.0, 10041.0, 10064.0, 10030.0, 10037.0, 9999.0, 10061.0, 10101.0, 10056.0, 10080.0, 10062.0, 10092.0, 10061.0, 10134.0, 10139.0, 10125.0, 10152.0, 10129.0, 10136.0, 10086.0, 10162.0, 10166.0, 10155.0, 10186.0, 10113.0, 10133.0, 10088.0, 10132.0, 10093.0, 10116.0, 10076.0, 10138.0, 10160.0, 10115.0, 10149.0, 10129.0, 10201.0, 10192.0, 10141.0, 10158.0, 10137.0, 10136.0, 10081.0, 10104.0, 10133.0, 10080.0, 10114.0, 10068.0, 10097.0, 10074.0, 10123.0, 10084.0, 10159.0, 10112.0, 10115.0, 10071.0, 10052.0, 10066.0, 10125.0, 10070.0, 10120.0, 10025.0, 10066.0, 10093.0, 10036.0, 10057.0, 10004.0, 10083.0, 10105.0, 10069.0, 10077.0, 10029.0, 10087.0, 10115.0, 10093.0, 10111.0, 10101.0, 10143.0, 10141.0, 10119.0, 10132.0, 10076.0, 10123.0, 10158.0, 10120.0, 10136.0, 10181.0, 10110.0, 10134.0, 10075.0, 10115.0, 10157.0, 10081.0, 10113.0, 10156.0, 10077.0, 10107.0, 10026.0, 10076.0, 10133.0, 10074.0, 10101.0, 10047.0, 10092.0, 10135.0, 10069.0, 10123.0, 10153.0, 10095.0, 10105.0, 10028.0, 10091.0, 10131.0, 10109.0, 10109.0, 10053.0, 10120.0, 10189.0, 10125.0, 10139.0, 10078.0, 10139.0, 10179.0, 10134.0, 10172.0, 10116.0, 10162.0, 10199.0, 10124.0, 10160.0, 10099.0, 10146.0, 10154.0, 10136.0, 10193.0, 10135.0, 10179.0, 10117.0, 10151.0, 10213.0, 10149.0, 10179.0, 10158.0, 10132.0, 10172.0, 10158.0, 10171.0, 10109.0, 10144.0, 10116.0, 10162.0, 10105.0, 10170.0, 10194.0, 10099.0, 10096.0, 10124.0, 10062.0, 10101.0, 10027.0, 10069.0, 10107.0, 10050.0, 10102.0, 10092.0, 10048.0, 10075.0, 10023.0, 10080.0, 10108.0, 10074.0, 10120.0, 10048.0, 10106.0, 10146.0, 10116.0, 10131.0, 10090.0, 10149.0, 10085.0, 10106.0, 10158.0, 10103.0, 10135.0, 10159.0, 10120.0, 10146.0, 10087.0, 10136.0, 10179.0, 10116.0, 10127.0, 10069.0, 10109.0, 10157.0, 10097.0, 10126.0, 10052.0, 10110.0, 10156.0, 10100.0, 10126.0, 10066.0, 10108.0, 10152.0, 10117.0, 10127.0, 10083.0, 10113.0, 10152.0, 10083.0, 10126.0, 10082.0, 10114.0, 10152.0, 10105.0, 10134.0, 10072.0, 10132.0, 10158.0, 10103.0, 10136.0, 10084.0, 10131.0, 10158.0, 10098.0, 10125.0, 10055.0, 10109.0, 10137.0, 10076.0, 10150.0, 10067.0, 10134.0, 10154.0, 10094.0, 10122.0, 10047.0, 10090.0, 10132.0, 10178.0, 10149.0, 10087.0, 10132.0, 10039.0, 10064.0, 9991.0, 10046.0, 10048.0, 10066.0, 10038.0, 10124.0, 10102.0, 10157.0, 10077.0, 10122.0, 10160.0, 10098.0, 10113.0, 10064.0, 10116.0, 10140.0, 10112.0, 10150.0, 10081.0, 10116.0, 10095.0, 10132.0, 10119.0, 10123.0, 10170.0, 10204.0, 10126.0, 10155.0, 10166.0, 10131.0, 10142.0, 10063.0, 10098.0, 10136.0, 10104.0, 10102.0, 10080.0, 10069.0, 10125.0, 10055.0, 10100.0, 10123.0, 10066.0, 10097.0, 10058.0, 10086.0, 10137.0, 10089.0, 10107.0, 10114.0, 10094.0, 10136.0, 10093.0, 10170.0, 10227.0, 10144.0, 10161.0, 10150.0, 10183.0, 10089.0, 10160.0, 10188.0, 10126.0, 10137.0, 10098.0, 10130.0, 10160.0, 10108.0, 10138.0, 10077.0, 10124.0, 10153.0, 10106.0, 10102.0, 10037.0, 10077.0, 10131.0, 10082.0, 10098.0, 10055.0, 10072.0, 10132.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.0049445172413793105</td></tr>
<tr><td colspan=3>aqi</td><td>0.037925483908045975</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.9389225834982</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2412309638089745</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.056389956144994</td></tr>
<tr><td colspan=3>efc</td><td>0.5293</td></tr>
<tr><td colspan=3>fber</td><td>3114.614</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.15048118030371052</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>155</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>17.816091954022987</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.687944702179518</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5847815747376415</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8958970218655256</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.583155509935388</td></tr>
<tr><td colspan=3>gcor</td><td>0.0175689</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007111045066267252</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.031885046511888504</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7935255325540367</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>12.5098</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>71.7494</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>273.4079</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>70.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>287513.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>1355.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>482.8111</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2393</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>600.0514</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3684.8036</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3910.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>89031.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1170.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4894.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1030.6977</td></tr>
<tr><td colspan=3>tsnr</td><td>29.630448203533888</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>