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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0130_ses-04_task-social_acq-mb8_run-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-0130_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-0130_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0130/figures/sub-0130_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-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130/ses-04/func/sub-0130_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>a16e09a2f2017b4211dbfcf333d39617</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:12:18.352500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997385, 0.00603919, 0.0720166, -0.000696295, 0.997259, -0.0739851]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0890505</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4231, -7758, -7223, 301, -195, 17, -52, 88]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>231.202</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>36d7b849-92eb-4221-9c88-e48fe458cc91||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6759114265441895, -0.0018681081710383296, 0.19511836767196655, 108.96206665039062], [-0.016202693805098534, 2.6755733489990234, -0.19910204410552979, -97.02413177490234], [0.19321538507938385, 0.19849662482738495, 2.685570240020752, -85.24185180664062], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 872]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872], 'AcquisitionTime': ['191218.352500', '191218.812500', '191219.272500', '191219.732500', '191220.192500', '191220.652500', '191221.112500', '191221.572500', '191222.032500', '191222.492500', '191222.952500', '191223.412500', '191223.872500', '191224.332500', '191224.792500', '191225.252500', '191225.712500', '191226.172500', '191226.632500', '191227.092500', '191227.552500', '191228.012500', '191228.472500', '191228.932500', '191229.392500', '191229.852500', '191230.312500', '191230.772500', '191231.232500', '191231.692500', '191232.152500', '191232.612500', '191233.072500', '191233.532500', '191233.992500', '191234.452500', '191234.912500', '191235.372500', '191235.832500', '191236.292500', '191236.752500', '191237.212500', '191237.672500', '191238.132500', '191238.592500', '191239.052500', '191239.512500', '191239.972500', '191240.432500', '191240.892500', '191241.352500', '191241.812500', '191242.272500', '191242.732500', '191243.192500', '191243.652500', '191244.112500', '191244.572500', '191245.032500', '191245.492500', '191245.952500', '191246.412500', '191246.872500', '191247.332500', '191247.792500', '191248.252500', '191248.712500', '191249.172500', '191249.632500', '191250.092500', '191250.552500', '191251.012500', '191251.472500', '191251.932500', '191252.392500', '191252.852500', '191253.312500', '191253.772500', '191254.232500', '191254.692500', '191255.152500', '191255.612500', '191256.072500', '191256.532500', '191256.992500', '191257.452500', '191257.912500', '191258.372500', '191258.832500', '191259.292500', '191259.752500', '191300.212500', '191300.672500', '191301.132500', '191301.592500', '191302.052500', '191302.512500', '191302.972500', '191303.432500', '191303.892500', '191304.352500', '191304.812500', '191305.272500', '191305.732500', '191306.192500', '191306.652500', '191307.112500', '191307.572500', '191308.032500', '191308.492500', '191308.952500', '191309.412500', '191309.872500', '191310.332500', '191310.792500', '191311.252500', '191311.712500', '191312.172500', '191312.632500', '191313.092500', '191313.552500', '191314.012500', '191314.472500', '191314.932500', '191315.392500', '191315.852500', '191316.312500', '191316.772500', '191317.232500', '191317.692500', '191318.152500', '191318.612500', '191319.072500', '191319.532500', '191319.992500', '191320.452500', '191320.912500', '191321.372500', '191321.832500', '191322.292500', '191322.752500', '191323.212500', '191323.672500', '191324.132500', '191324.592500', '191325.052500', '191325.512500', '191325.972500', '191326.432500', '191326.892500', '191327.352500', '191327.812500', '191328.272500', '191328.732500', '191329.192500', '191329.652500', '191330.112500', '191330.572500', '191331.032500', '191331.492500', '191331.952500', '191332.412500', '191332.872500', '191333.332500', '191333.792500', '191334.252500', '191334.712500', '191335.172500', '191335.632500', '191336.092500', '191336.552500', '191337.012500', '191337.472500', '191337.932500', '191338.392500', '191338.852500', '191339.312500', '191339.772500', '191340.232500', '191340.692500', '191341.152500', '191341.612500', '191342.072500', '191342.532500', '191342.992500', '191343.452500', '191343.912500', '191344.372500', '191344.832500', '191345.292500', '191345.752500', '191346.212500', '191346.672500', '191347.132500', '191347.592500', '191348.052500', '191348.512500', '191348.972500', '191349.432500', '191349.892500', '191350.352500', '191350.812500', '191351.272500', '191351.732500', '191352.192500', '191352.652500', '191353.112500', '191353.572500', '191354.032500', '191354.492500', '191354.952500', '191355.412500', '191355.872500', '191356.332500', '191356.792500', '191357.252500', '191357.712500', '191358.172500', '191358.632500', '191359.092500', '191359.552500', '191400.012500', '191400.472500', '191400.932500', '191401.392500', '191401.852500', '191402.312500', '191402.772500', '191403.232500', '191403.692500', '191404.152500', '191404.612500', '191405.072500', '191405.532500', '191405.992500', '191406.452500', '191406.912500', '191407.372500', '191407.832500', '191408.292500', '191408.752500', '191409.212500', '191409.672500', '191410.132500', '191410.592500', '191411.052500', '191411.512500', '191411.972500', '191412.432500', '191412.892500', '191413.352500', '191413.812500', '191414.272500', '191414.732500', '191415.192500', '191415.652500', '191416.112500', '191416.572500', '191417.032500', '191417.492500', '191417.952500', '191418.412500', '191418.872500', '191419.332500', '191419.792500', '191420.252500', '191420.712500', '191421.172500', '191421.632500', '191422.092500', '191422.552500', '191423.012500', '191423.472500', '191423.932500', '191424.392500', '191424.852500', '191425.312500', '191425.772500', '191426.232500', '191426.692500', '191427.152500', '191427.612500', '191428.072500', '191428.532500', '191428.992500', '191429.452500', '191429.912500', '191430.372500', '191430.832500', '191431.292500', '191431.752500', '191432.212500', '191432.672500', '191433.132500', '191433.592500', '191434.052500', '191434.512500', '191434.972500', '191435.432500', '191435.892500', '191436.352500', '191436.812500', '191437.272500', '191437.732500', '191438.192500', '191438.652500', '191439.112500', '191439.572500', '191440.032500', '191440.492500', '191440.952500', '191441.412500', '191441.872500', '191442.332500', '191442.792500', '191443.252500', '191443.712500', '191444.172500', '191444.632500', '191445.092500', '191445.552500', '191446.012500', '191446.472500', '191446.932500', '191447.392500', '191447.852500', '191448.312500', '191448.772500', '191449.232500', '191449.692500', '191450.152500', '191450.612500', '191451.072500', '191451.532500', '191451.992500', '191452.452500', '191452.912500', '191453.372500', '191453.832500', '191454.292500', '191454.752500', '191455.212500', '191455.672500', '191456.132500', '191456.592500', '191457.052500', '191457.512500', '191457.972500', '191458.432500', '191458.892500', '191459.352500', '191459.812500', '191500.272500', '191500.732500', '191501.192500', '191501.652500', '191502.112500', '191502.572500', '191503.032500', '191503.492500', '191503.952500', '191504.412500', '191504.872500', '191505.332500', '191505.792500', '191506.252500', '191506.712500', '191507.172500', '191507.632500', '191508.092500', '191508.552500', '191509.012500', '191509.472500', '191509.932500', '191510.392500', '191510.852500', '191511.312500', '191511.772500', '191512.232500', '191512.692500', '191513.152500', '191513.612500', '191514.072500', '191514.532500', '191514.992500', '191515.452500', '191515.912500', '191516.372500', '191516.832500', '191517.292500', '191517.752500', '191518.212500', '191518.672500', '191519.132500', '191519.592500', '191520.052500', '191520.512500', '191520.972500', '191521.432500', '191521.892500', '191522.352500', '191522.812500', '191523.272500', '191523.732500', '191524.192500', '191524.652500', '191525.112500', '191525.572500', '191526.032500', '191526.492500', '191526.952500', '191527.412500', '191527.872500', '191528.332500', '191528.792500', '191529.252500', '191529.712500', '191530.172500', '191530.632500', '191531.092500', '191531.552500', '191532.012500', '191532.472500', '191532.932500', '191533.392500', '191533.852500', '191534.312500', '191534.772500', '191535.232500', '191535.692500', '191536.152500', '191536.612500', '191537.072500', '191537.532500', '191537.992500', '191538.452500', '191538.912500', '191539.372500', '191539.832500', '191540.292500', '191540.752500', '191541.212500', '191541.672500', '191542.132500', '191542.592500', '191543.052500', '191543.512500', '191543.972500', '191544.432500', '191544.892500', '191545.352500', '191545.812500', '191546.272500', '191546.732500', '191547.192500', '191547.652500', '191548.112500', '191548.572500', '191549.032500', '191549.492500', '191549.952500', '191550.412500', '191550.872500', '191551.332500', '191551.792500', '191552.252500', '191552.712500', '191553.172500', '191553.632500', '191554.092500', '191554.552500', '191555.012500', '191555.472500', '191555.932500', '191556.392500', '191556.852500', '191557.312500', '191557.772500', '191558.232500', '191558.692500', '191559.152500', '191559.612500', '191600.072500', '191600.532500', '191600.992500', '191601.452500', '191601.912500', '191602.372500', '191602.832500', '191603.292500', '191603.752500', '191604.212500', '191604.672500', '191605.132500', '191605.592500', '191606.052500', '191606.512500', '191606.972500', '191607.432500', '191607.892500', '191608.352500', '191608.812500', '191609.272500', '191609.732500', '191610.192500', '191610.652500', '191611.112500', '191611.572500', '191612.032500', '191612.492500', '191612.952500', '191613.412500', '191613.872500', '191614.332500', '191614.792500', '191615.252500', '191615.712500', '191616.172500', '191616.632500', '191617.092500', '191617.552500', '191618.012500', '191618.472500', '191618.932500', '191619.392500', '191619.852500', '191620.312500', '191620.772500', '191621.232500', '191621.692500', '191622.152500', '191622.612500', '191623.072500', '191623.532500', '191623.992500', '191624.452500', '191624.912500', '191625.372500', '191625.832500', '191626.292500', '191626.752500', '191627.212500', '191627.672500', '191628.132500', '191628.592500', '191629.052500', '191629.512500', '191629.972500', '191630.432500', '191630.892500', '191631.352500', '191631.812500', '191632.272500', '191632.732500', '191633.192500', '191633.652500', '191634.112500', '191634.572500', '191635.032500', '191635.492500', '191635.952500', '191636.412500', '191636.872500', '191637.332500', '191637.792500', '191638.252500', '191638.712500', '191639.172500', '191639.632500', '191640.092500', '191640.552500', '191641.012500', '191641.472500', '191641.932500', '191642.392500', '191642.852500', '191643.312500', '191643.772500', '191644.232500', '191644.692500', '191645.152500', '191645.612500', '191646.072500', '191646.532500', '191646.992500', '191647.452500', '191647.912500', '191648.372500', '191648.832500', '191649.292500', '191649.752500', '191650.212500', '191650.672500', '191651.132500', '191651.592500', '191652.052500', '191652.512500', '191652.972500', '191653.432500', '191653.892500', '191654.352500', '191654.812500', '191655.272500', '191655.732500', '191656.192500', '191656.652500', '191657.112500', '191657.572500', '191658.032500', '191658.492500', '191658.952500', '191659.412500', '191659.872500', '191700.332500', '191700.792500', '191701.252500', '191701.712500', '191702.172500', '191702.632500', '191703.092500', '191703.552500', '191704.012500', '191704.472500', '191704.932500', '191705.392500', '191705.852500', '191706.312500', '191706.772500', '191707.232500', '191707.692500', '191708.152500', '191708.612500', '191709.072500', '191709.532500', '191709.992500', '191710.452500', '191710.912500', '191711.372500', '191711.832500', '191712.292500', '191712.752500', '191713.212500', '191713.672500', '191714.132500', '191714.592500', '191715.052500', '191715.512500', '191715.972500', '191716.432500', '191716.892500', '191717.352500', '191717.812500', '191718.272500', '191718.732500', '191719.192500', '191719.652500', '191720.112500', '191720.572500', '191721.032500', '191721.492500', '191721.952500', '191722.412500', '191722.872500', '191723.332500', '191723.792500', '191724.252500', '191724.712500', '191725.172500', '191725.632500', '191726.092500', '191726.552500', '191727.012500', '191727.472500', '191727.932500', '191728.392500', '191728.852500', '191729.312500', '191729.772500', '191730.232500', '191730.692500', '191731.152500', '191731.612500', '191732.072500', '191732.532500', '191732.992500', '191733.452500', '191733.912500', '191734.372500', '191734.832500', '191735.292500', '191735.752500', '191736.212500', '191736.672500', '191737.132500', '191737.592500', '191738.052500', '191738.512500', '191738.972500', '191739.432500', '191739.892500', '191740.352500', '191740.812500', '191741.272500', '191741.732500', '191742.192500', '191742.652500', '191743.112500', '191743.572500', '191744.032500', '191744.492500', '191744.952500', '191745.412500', '191745.872500', '191746.332500', '191746.792500', '191747.252500', '191747.712500', '191748.172500', '191748.632500', '191749.092500', '191749.552500', '191750.012500', '191750.472500', '191750.932500', '191751.392500', '191751.852500', '191752.312500', '191752.772500', '191753.232500', '191753.692500', '191754.152500', '191754.612500', '191755.072500', '191755.532500', '191755.992500', '191756.452500', '191756.912500', '191757.372500', '191757.832500', '191758.292500', '191758.752500', '191759.212500', '191759.672500', '191800.132500', '191800.592500', '191801.052500', '191801.512500', '191801.972500', '191802.432500', '191802.892500', '191803.352500', '191803.812500', '191804.272500', '191804.732500', '191805.192500', '191805.652500', '191806.112500', '191806.572500', '191807.032500', '191807.492500', '191807.952500', '191808.412500', '191808.872500', '191809.332500', '191809.792500', '191810.252500', '191810.712500', '191811.172500', '191811.632500', '191812.092500', '191812.552500', '191813.012500', '191813.472500', '191813.932500', '191814.392500', '191814.852500', '191815.312500', '191815.772500', '191816.232500', '191816.692500', '191817.152500', '191817.612500', '191818.072500', '191818.532500', '191818.992500', '191819.452500', '191819.912500', '191820.372500', '191820.832500', '191821.292500', '191821.752500', '191822.212500', '191822.672500', '191823.132500', '191823.592500', '191824.052500', '191824.512500', '191824.972500', '191825.432500', '191825.892500', '191826.352500', '191826.812500', '191827.272500', '191827.732500', '191828.192500', '191828.652500', '191829.112500', '191829.572500', '191830.032500', '191830.492500', '191830.952500', '191831.412500', '191831.872500', '191832.332500', '191832.792500', '191833.252500', '191833.712500', '191834.172500', '191834.632500', '191835.092500', '191835.552500', '191836.012500', '191836.472500', '191836.932500', '191837.392500', '191837.852500', '191838.312500', '191838.772500', '191839.232500', '191839.692500', '191840.152500', '191840.612500', '191841.072500', '191841.532500', '191841.992500', '191842.452500', '191842.912500', '191843.372500', '191843.832500', '191844.292500', '191844.752500', '191845.212500', '191845.672500', '191846.132500', '191846.592500', '191847.052500', '191847.512500', '191847.972500', '191848.432500', '191848.892500', '191849.352500', '191849.812500', '191850.272500', '191850.732500', '191851.192500', '191851.652500', '191852.112500', '191852.572500', '191853.032500', '191853.492500', '191853.952500', '191854.412500', '191854.872500', '191855.332500', '191855.792500', '191856.252500', '191856.712500', '191857.172500', '191857.632500', '191858.092500', '191858.552500', '191859.012500'], 'ContentTime': ['191228.378000', '191228.381000', '191228.383000', '191228.386000', '191228.389000', '191228.391000', '191228.403000', '191228.411000', '191228.418000', '191228.421000', '191228.423000', '191228.426000', '191228.428000', '191228.431000', '191228.434000', '191228.436000', '191228.439000', '191228.448000', '191228.451000', '191228.453000', '191248.349000', '191248.351000', '191248.354000', '191248.357000', '191248.360000', '191248.363000', '191248.365000', '191248.399000', '191248.402000', '191248.405000', '191248.407000', '191248.410000', '191248.414000', '191248.416000', '191248.425000', '191248.428000', '191248.431000', '191248.433000', '191248.436000', '191248.438000', '191248.441000', '191248.443000', '191248.449000', '191248.451000', '191248.454000', '191248.456000', '191248.459000', '191248.462000', '191248.464000', '191248.467000', '191248.470000', '191248.472000', '191248.475000', '191248.477000', '191248.480000', '191248.482000', '191248.485000', '191248.488000', '191248.490000', '191248.493000', '191248.495000', '191248.498000', '191248.500000', '191308.348000', '191308.351000', '191308.354000', '191308.356000', '191308.359000', '191308.361000', '191308.364000', '191308.367000', '191308.369000', '191308.372000', '191308.374000', '191308.377000', '191308.380000', '191308.383000', '191308.386000', '191308.388000', '191308.391000', '191308.393000', '191308.396000', '191308.399000', '191308.401000', '191308.404000', '191308.406000', '191308.409000', '191308.411000', '191308.414000', '191308.417000', '191308.419000', '191308.422000', '191308.424000', '191308.427000', '191308.429000', '191308.432000', '191308.435000', '191308.437000', '191308.440000', '191308.442000', '191308.445000', '191308.447000', '191308.450000', '191308.452000', '191308.455000', '191308.458000', '191308.461000', '191328.348000', '191328.351000', '191328.354000', '191328.356000', '191328.359000', '191328.361000', '191328.364000', '191328.367000', '191328.369000', '191328.372000', '191328.375000', '191328.377000', '191328.380000', '191328.382000', '191328.385000', '191328.388000', '191328.391000', '191328.393000', '191328.396000', '191328.398000', '191328.401000', '191328.404000', '191328.406000', '191328.409000', '191328.411000', '191328.414000', '191328.417000', '191328.419000', '191328.422000', '191328.424000', '191328.427000', '191328.430000', '191328.432000', '191328.435000', '191328.437000', '191328.440000', '191328.442000', '191328.445000', '191328.448000', '191328.450000', '191328.453000', '191328.455000', '191328.458000', '191348.348000', '191348.351000', '191348.353000', '191348.356000', '191348.358000', '191348.361000', '191348.364000', '191348.366000', '191348.369000', '191348.372000', '191348.374000', '191348.377000', '191348.379000', '191348.382000', '191348.385000', '191348.387000', '191348.390000', '191348.392000', '191348.395000', '191348.398000', '191348.400000', '191348.403000', '191348.405000', '191348.408000', '191348.411000', '191348.413000', '191348.416000', '191348.418000', '191348.421000', '191348.424000', '191348.426000', '191348.429000', '191348.431000', '191348.434000', '191348.436000', '191348.439000', '191348.442000', '191348.444000', '191348.447000', '191348.449000', '191348.452000', '191348.455000', '191348.457000', '191348.460000', '191408.347000', '191408.350000', '191408.353000', '191408.356000', '191408.358000', '191408.361000', '191408.363000', '191408.366000', '191408.369000', '191408.371000', '191408.374000', '191408.377000', '191408.379000', '191408.382000', '191408.384000', '191408.387000', '191408.390000', '191408.392000', '191408.395000', '191408.397000', '191408.400000', '191408.403000', '191408.405000', '191408.408000', '191408.410000', '191408.413000', '191408.416000', '191408.419000', '191408.422000', '191408.425000', '191408.427000', '191408.430000', '191408.432000', '191408.435000', '191408.438000', '191408.440000', '191408.443000', '191408.445000', '191408.448000', '191408.451000', '191408.455000', '191408.458000', '191408.460000', '191428.349000', '191428.351000', '191428.354000', '191428.390000', '191428.392000', '191428.395000', '191428.397000', '191428.400000', '191428.403000', '191428.405000', '191428.408000', '191428.410000', '191428.413000', '191428.416000', '191428.418000', '191428.421000', '191428.423000', '191428.426000', '191428.429000', '191428.431000', '191428.434000', '191428.437000', '191428.439000', '191428.442000', '191428.444000', '191428.447000', '191428.450000', '191428.452000', '191428.455000', '191428.457000', '191428.460000', '191428.463000', '191428.465000', '191428.468000', '191428.470000', '191428.473000', '191428.476000', '191428.478000', '191428.481000', '191428.483000', '191428.486000', '191428.488000', '191428.491000', '191428.494000', '191448.348000', '191448.351000', '191448.354000', '191448.357000', '191448.359000', '191448.362000', '191448.364000', '191448.367000', '191448.369000', '191448.372000', '191448.375000', '191448.377000', '191448.380000', '191448.382000', '191448.385000', '191448.387000', '191448.390000', '191448.393000', '191448.395000', '191448.398000', '191448.401000', '191448.403000', '191448.406000', '191448.408000', '191448.411000', '191448.414000', '191448.416000', '191448.419000', '191448.421000', '191448.424000', '191448.427000', '191448.429000', '191448.432000', '191448.434000', '191448.437000', '191448.439000', '191448.442000', '191448.445000', '191448.448000', '191448.451000', '191448.454000', '191448.456000', '191448.459000', '191508.348000', '191508.351000', '191508.354000', '191508.357000', '191508.359000', '191508.362000', '191508.364000', '191508.367000', '191508.369000', '191508.372000', '191508.375000', '191508.377000', '191508.380000', '191508.382000', '191508.385000', '191508.387000', '191508.390000', '191508.393000', '191508.395000', '191508.398000', '191508.400000', '191508.403000', '191508.406000', '191508.408000', '191508.411000', '191508.413000', '191508.416000', '191508.419000', '191508.421000', '191508.424000', '191508.426000', '191508.429000', '191508.432000', '191508.434000', '191508.437000', '191508.439000', '191508.442000', '191508.445000', '191508.447000', '191508.450000', '191508.452000', '191508.455000', '191508.458000', '191508.460000', '191528.349000', '191528.352000', '191528.354000', '191528.357000', '191528.359000', '191528.362000', '191528.364000', '191528.367000', '191528.370000', '191528.372000', '191528.375000', '191528.377000', '191528.380000', '191528.383000', '191528.385000', '191528.388000', '191528.390000', '191528.393000', '191528.396000', '191528.398000', '191528.401000', '191528.403000', '191528.406000', '191528.409000', '191528.411000', '191528.414000', '191528.417000', '191528.419000', '191528.422000', '191528.424000', '191528.427000', '191528.430000', '191528.432000', '191528.435000', '191528.437000', '191528.440000', '191528.443000', '191528.445000', '191528.448000', '191528.451000', '191528.454000', '191528.457000', '191528.460000', '191548.349000', '191548.352000', '191548.354000', '191548.357000', '191548.359000', '191548.362000', '191548.365000', '191548.367000', '191548.370000', '191548.372000', '191548.375000', '191548.378000', '191548.380000', '191548.383000', '191548.385000', '191548.388000', '191548.391000', '191548.393000', '191548.396000', '191548.398000', '191548.401000', '191548.404000', '191548.406000', '191548.409000', '191548.412000', '191548.414000', '191548.417000', '191548.419000', '191548.422000', '191548.425000', '191548.427000', '191548.430000', '191548.432000', '191548.435000', '191548.438000', '191548.440000', '191548.453000', '191548.456000', '191548.458000', '191548.461000', '191548.463000', '191548.466000', '191548.482000', '191548.485000', '191608.348000', '191608.351000', '191608.353000', '191608.356000', '191608.358000', '191608.361000', '191608.364000', '191608.366000', '191608.369000', '191608.371000', '191608.374000', '191608.377000', '191608.379000', '191608.382000', '191608.385000', '191608.387000', '191608.390000', '191608.392000', '191608.395000', '191608.398000', '191608.400000', '191608.403000', '191608.405000', '191608.408000', '191608.411000', '191608.413000', '191608.416000', '191608.418000', '191608.421000', '191608.424000', '191608.426000', '191608.429000', '191608.431000', '191608.434000', '191608.437000', '191608.439000', '191608.442000', '191608.444000', '191608.447000', '191608.450000', '191608.452000', '191608.455000', '191608.458000', '191628.348000', '191628.350000', '191628.353000', '191628.356000', '191628.358000', '191628.361000', '191628.364000', '191628.366000', '191628.369000', '191628.371000', '191628.374000', '191628.376000', '191628.379000', '191628.382000', '191628.384000', '191628.387000', '191628.389000', '191628.392000', '191628.395000', '191628.397000', '191628.400000', '191628.402000', '191628.405000', '191628.407000', '191628.435000', '191628.438000', '191628.441000', '191628.443000', '191628.446000', '191628.448000', '191628.451000', '191628.454000', '191628.456000', '191628.459000', '191628.461000', '191628.464000', '191628.466000', '191628.469000', '191628.472000', '191628.474000', '191628.477000', '191628.480000', '191628.482000', '191628.485000', '191648.348000', '191648.351000', '191648.354000', '191648.356000', '191648.359000', '191648.362000', '191648.364000', '191648.367000', '191648.369000', '191648.372000', '191648.375000', '191648.377000', '191648.380000', '191648.382000', '191648.385000', '191648.388000', '191648.390000', '191648.393000', '191648.395000', '191648.398000', '191648.401000', '191648.403000', '191648.406000', '191648.408000', '191648.411000', '191648.414000', '191648.416000', '191648.419000', '191648.421000', '191648.424000', '191648.427000', '191648.429000', '191648.432000', '191648.434000', '191648.437000', '191648.440000', '191648.442000', '191648.445000', '191648.447000', '191648.450000', '191648.453000', '191648.455000', '191648.458000', '191708.348000', '191708.351000', '191708.354000', '191708.357000', '191708.359000', '191708.362000', '191708.364000', '191708.367000', '191708.369000', '191708.372000', '191708.375000', '191708.377000', '191708.380000', '191708.382000', '191708.385000', '191708.388000', '191708.390000', '191708.393000', '191708.396000', '191708.398000', '191708.401000', '191708.403000', '191708.406000', '191708.409000', '191708.411000', '191708.414000', '191708.417000', '191708.419000', '191708.422000', '191708.424000', '191708.427000', '191708.429000', '191708.432000', '191708.435000', '191708.437000', '191708.440000', '191708.442000', '191708.445000', '191708.448000', '191708.450000', '191708.453000', '191708.456000', '191708.458000', '191708.461000', '191728.349000', '191728.352000', '191728.355000', '191728.357000', '191728.360000', '191728.362000', '191728.365000', '191728.367000', '191728.370000', '191728.404000', '191728.407000', '191728.409000', '191728.412000', '191728.415000', '191728.417000', '191728.420000', '191728.422000', '191728.425000', '191728.428000', '191728.430000', '191728.433000', '191728.435000', '191728.438000', '191728.441000', '191728.443000', '191728.446000', '191728.448000', '191728.451000', '191728.454000', '191728.456000', '191728.459000', '191728.462000', '191728.464000', '191728.467000', '191728.469000', '191728.472000', '191728.475000', '191728.477000', '191728.480000', '191728.483000', '191728.485000', '191728.488000', '191728.490000', '191748.348000', '191748.351000', '191748.354000', '191748.364000', '191748.366000', '191748.369000', '191748.372000', '191748.374000', '191748.377000', '191748.380000', '191748.382000', '191748.385000', '191748.388000', '191748.390000', '191748.393000', '191748.396000', '191748.398000', '191748.401000', '191748.403000', '191748.406000', '191748.409000', '191748.411000', '191748.414000', '191748.417000', '191748.419000', '191748.422000', '191748.424000', '191748.427000', '191748.430000', '191748.432000', '191748.435000', '191748.438000', '191748.440000', '191748.443000', '191748.445000', '191748.448000', '191748.450000', '191748.453000', '191748.456000', '191748.458000', '191748.461000', '191748.464000', '191748.466000', '191748.469000', '191808.349000', '191808.351000', '191808.354000', '191808.357000', '191808.359000', '191808.362000', '191808.364000', '191808.369000', '191808.372000', '191808.374000', '191808.377000', '191808.380000', '191808.382000', '191808.385000', '191808.387000', '191808.390000', '191808.393000', '191808.395000', '191808.398000', '191808.400000', '191808.403000', '191808.406000', '191808.408000', '191808.411000', '191808.414000', '191808.416000', '191808.419000', '191808.421000', '191808.424000', '191808.427000', '191808.429000', '191808.432000', '191808.434000', '191808.437000', '191808.440000', '191808.442000', '191808.445000', '191808.447000', '191808.450000', '191808.453000', '191808.455000', '191808.458000', '191808.460000', '191828.348000', '191828.351000', '191828.353000', '191828.356000', '191828.359000', '191828.361000', '191828.364000', '191828.367000', '191828.369000', '191828.372000', '191828.375000', '191828.377000', '191828.380000', '191828.382000', '191828.385000', '191828.388000', '191828.390000', '191828.393000', '191828.395000', '191828.398000', '191828.401000', '191828.403000', '191828.406000', '191828.409000', '191828.411000', '191828.414000', '191828.416000', '191828.419000', '191828.422000', '191828.424000', '191828.427000', '191828.429000', '191828.432000', '191828.435000', '191828.437000', '191828.440000', '191828.442000', '191828.445000', '191828.448000', '191828.450000', '191828.453000', '191828.455000', '191828.458000', '191848.347000', '191848.350000', '191848.353000', '191848.355000', '191848.358000', '191848.361000', '191848.363000', '191848.366000', '191848.369000', '191848.371000', '191848.374000', '191848.377000', '191848.379000', '191848.382000', '191848.384000', '191848.387000', '191848.390000', '191848.392000', '191848.395000', '191848.397000', '191848.408000', '191848.411000', '191848.414000', '191848.416000', '191848.419000', '191848.422000', '191848.424000', '191848.427000', '191848.429000', '191848.432000', '191848.435000', '191848.437000', '191848.440000', '191848.443000', '191848.445000', '191848.448000', '191848.450000', '191848.453000', '191848.456000', '191848.459000', '191848.461000', '191848.464000', '191848.467000', '191848.469000', '191900.063000', '191900.066000', '191900.069000', '191900.072000', '191900.075000', '191900.078000', '191900.080000', '191900.083000', '191900.086000', '191900.089000', '191900.091000', '191900.094000', '191900.097000', '191900.100000', '191900.103000', '191900.106000', '191900.108000', '191900.111000', '191900.113000', '191900.116000', '191900.119000', '191900.122000', '191900.125000', '191900.131000', '191900.135000', '191900.138000'], 'InstanceCreationTime': ['191228.378000', '191228.381000', '191228.383000', '191228.386000', '191228.389000', '191228.391000', '191228.403000', '191228.411000', '191228.418000', '191228.421000', '191228.423000', '191228.426000', '191228.428000', '191228.431000', '191228.434000', '191228.436000', '191228.439000', '191228.448000', '191228.451000', '191228.453000', '191248.349000', '191248.351000', '191248.354000', '191248.357000', '191248.360000', '191248.363000', '191248.365000', '191248.399000', '191248.402000', '191248.405000', '191248.407000', '191248.410000', '191248.414000', '191248.416000', '191248.425000', '191248.428000', '191248.431000', '191248.433000', '191248.436000', '191248.438000', '191248.441000', '191248.443000', '191248.449000', '191248.451000', '191248.454000', '191248.456000', '191248.459000', '191248.462000', '191248.464000', '191248.467000', '191248.470000', '191248.472000', '191248.475000', '191248.477000', '191248.480000', '191248.482000', '191248.485000', '191248.488000', '191248.490000', '191248.493000', '191248.495000', '191248.498000', '191248.500000', '191308.348000', '191308.351000', '191308.354000', '191308.356000', '191308.359000', '191308.361000', '191308.364000', '191308.367000', '191308.369000', '191308.372000', '191308.374000', '191308.377000', '191308.380000', '191308.383000', '191308.386000', '191308.388000', '191308.391000', '191308.393000', '191308.396000', '191308.399000', '191308.401000', '191308.404000', '191308.406000', '191308.409000', '191308.411000', '191308.414000', '191308.417000', '191308.419000', '191308.422000', '191308.424000', '191308.427000', '191308.429000', '191308.432000', '191308.435000', '191308.437000', '191308.440000', '191308.442000', '191308.445000', '191308.447000', '191308.450000', '191308.452000', '191308.455000', '191308.458000', '191308.461000', '191328.348000', '191328.351000', '191328.354000', '191328.356000', '191328.359000', '191328.361000', '191328.364000', '191328.367000', '191328.369000', '191328.372000', '191328.375000', '191328.377000', '191328.380000', '191328.382000', '191328.385000', '191328.388000', '191328.391000', '191328.393000', '191328.396000', '191328.398000', '191328.401000', '191328.404000', '191328.406000', '191328.409000', '191328.411000', '191328.414000', '191328.417000', '191328.419000', '191328.422000', '191328.424000', '191328.427000', '191328.430000', '191328.432000', '191328.435000', '191328.437000', '191328.440000', '191328.442000', '191328.445000', '191328.448000', '191328.450000', '191328.453000', '191328.455000', '191328.458000', '191348.348000', '191348.351000', '191348.353000', '191348.356000', '191348.358000', '191348.361000', '191348.364000', '191348.366000', '191348.369000', '191348.372000', '191348.374000', '191348.377000', '191348.379000', '191348.382000', '191348.385000', '191348.387000', '191348.390000', '191348.392000', '191348.395000', '191348.398000', '191348.400000', '191348.403000', '191348.405000', '191348.408000', '191348.411000', '191348.413000', '191348.416000', '191348.418000', '191348.421000', '191348.424000', '191348.426000', '191348.429000', '191348.431000', '191348.434000', '191348.436000', '191348.439000', '191348.442000', '191348.444000', '191348.447000', '191348.449000', '191348.452000', '191348.455000', '191348.457000', '191348.460000', '191408.347000', '191408.350000', '191408.353000', '191408.356000', '191408.358000', '191408.361000', '191408.363000', '191408.366000', '191408.369000', '191408.371000', '191408.374000', '191408.377000', '191408.379000', '191408.382000', '191408.384000', '191408.387000', '191408.390000', '191408.392000', '191408.395000', '191408.397000', '191408.400000', '191408.403000', '191408.405000', '191408.408000', '191408.410000', '191408.413000', '191408.416000', '191408.419000', '191408.422000', '191408.425000', '191408.427000', '191408.430000', '191408.432000', '191408.435000', '191408.438000', '191408.440000', '191408.443000', '191408.445000', '191408.448000', '191408.451000', '191408.455000', '191408.458000', '191408.460000', '191428.349000', '191428.351000', '191428.354000', '191428.390000', '191428.392000', '191428.395000', '191428.397000', '191428.400000', '191428.403000', '191428.405000', '191428.408000', '191428.410000', '191428.413000', '191428.416000', '191428.418000', '191428.421000', '191428.423000', '191428.426000', '191428.429000', '191428.431000', '191428.434000', '191428.437000', '191428.439000', '191428.442000', '191428.444000', '191428.447000', '191428.450000', '191428.452000', '191428.455000', '191428.457000', '191428.460000', '191428.463000', '191428.465000', '191428.468000', '191428.470000', '191428.473000', '191428.476000', '191428.478000', '191428.481000', '191428.483000', '191428.486000', '191428.488000', '191428.491000', '191428.494000', '191448.348000', '191448.351000', '191448.354000', '191448.357000', '191448.359000', '191448.362000', '191448.364000', '191448.367000', '191448.369000', '191448.372000', '191448.375000', '191448.377000', '191448.380000', '191448.382000', '191448.385000', '191448.387000', '191448.390000', '191448.393000', '191448.395000', '191448.398000', '191448.401000', '191448.403000', '191448.406000', '191448.408000', '191448.411000', '191448.414000', '191448.416000', '191448.419000', '191448.421000', '191448.424000', '191448.427000', '191448.429000', '191448.432000', '191448.434000', '191448.437000', '191448.439000', '191448.442000', '191448.445000', '191448.448000', '191448.451000', '191448.454000', '191448.456000', '191448.459000', '191508.348000', '191508.351000', '191508.354000', '191508.357000', '191508.359000', '191508.362000', '191508.364000', '191508.367000', '191508.369000', '191508.372000', '191508.375000', '191508.377000', '191508.380000', '191508.382000', '191508.385000', '191508.387000', '191508.390000', '191508.393000', '191508.395000', '191508.398000', '191508.400000', '191508.403000', '191508.406000', '191508.408000', '191508.411000', '191508.413000', '191508.416000', '191508.419000', '191508.421000', '191508.424000', '191508.426000', '191508.429000', '191508.432000', '191508.434000', '191508.437000', '191508.439000', '191508.442000', '191508.445000', '191508.447000', '191508.450000', '191508.452000', '191508.455000', '191508.458000', '191508.460000', '191528.349000', '191528.352000', '191528.354000', '191528.357000', '191528.359000', '191528.362000', '191528.364000', '191528.367000', '191528.370000', '191528.372000', '191528.375000', '191528.377000', '191528.380000', '191528.383000', '191528.385000', '191528.388000', '191528.390000', '191528.393000', '191528.396000', '191528.398000', '191528.401000', '191528.403000', '191528.406000', '191528.409000', '191528.411000', '191528.414000', '191528.417000', '191528.419000', '191528.422000', '191528.424000', '191528.427000', '191528.430000', '191528.432000', '191528.435000', '191528.437000', '191528.440000', '191528.443000', '191528.445000', '191528.448000', '191528.451000', '191528.454000', '191528.457000', '191528.460000', '191548.349000', '191548.352000', '191548.354000', '191548.357000', '191548.359000', '191548.362000', '191548.365000', '191548.367000', '191548.370000', '191548.372000', '191548.375000', '191548.378000', '191548.380000', '191548.383000', '191548.385000', '191548.388000', '191548.391000', '191548.393000', '191548.396000', '191548.398000', '191548.401000', '191548.404000', '191548.406000', '191548.409000', '191548.412000', '191548.414000', '191548.417000', '191548.419000', '191548.422000', '191548.425000', '191548.427000', '191548.430000', '191548.432000', '191548.435000', '191548.438000', '191548.440000', '191548.453000', '191548.456000', '191548.458000', '191548.461000', '191548.463000', '191548.466000', '191548.482000', '191548.485000', '191608.348000', '191608.351000', '191608.353000', '191608.356000', '191608.358000', '191608.361000', '191608.364000', '191608.366000', '191608.369000', '191608.371000', '191608.374000', '191608.377000', '191608.379000', '191608.382000', '191608.385000', '191608.387000', '191608.390000', '191608.392000', '191608.395000', '191608.398000', '191608.400000', '191608.403000', '191608.405000', '191608.408000', '191608.411000', '191608.413000', '191608.416000', '191608.418000', '191608.421000', '191608.424000', '191608.426000', '191608.429000', '191608.431000', '191608.434000', '191608.437000', '191608.439000', '191608.442000', '191608.444000', '191608.447000', '191608.450000', '191608.452000', '191608.455000', '191608.458000', '191628.348000', '191628.350000', '191628.353000', '191628.356000', '191628.358000', '191628.361000', '191628.364000', '191628.366000', '191628.369000', '191628.371000', '191628.374000', '191628.376000', '191628.379000', '191628.382000', '191628.384000', '191628.387000', '191628.389000', '191628.392000', '191628.395000', '191628.397000', '191628.400000', '191628.402000', '191628.405000', '191628.407000', '191628.435000', '191628.438000', '191628.441000', '191628.443000', '191628.446000', '191628.448000', '191628.451000', '191628.454000', '191628.456000', '191628.459000', '191628.461000', '191628.464000', '191628.466000', '191628.469000', '191628.472000', '191628.474000', '191628.477000', '191628.480000', '191628.482000', '191628.485000', '191648.348000', '191648.351000', '191648.354000', '191648.356000', '191648.359000', '191648.362000', '191648.364000', '191648.367000', '191648.369000', '191648.372000', '191648.375000', '191648.377000', '191648.380000', '191648.382000', '191648.385000', '191648.388000', '191648.390000', '191648.393000', '191648.395000', '191648.398000', '191648.401000', '191648.403000', '191648.406000', '191648.408000', '191648.411000', '191648.414000', '191648.416000', '191648.419000', '191648.421000', '191648.424000', '191648.427000', '191648.429000', '191648.432000', '191648.434000', '191648.437000', '191648.440000', '191648.442000', '191648.445000', '191648.447000', '191648.450000', '191648.453000', '191648.455000', '191648.458000', '191708.348000', '191708.351000', '191708.354000', '191708.357000', '191708.359000', '191708.362000', '191708.364000', '191708.367000', '191708.369000', '191708.372000', '191708.375000', '191708.377000', '191708.380000', '191708.382000', '191708.385000', '191708.388000', '191708.390000', '191708.393000', '191708.396000', '191708.398000', '191708.401000', '191708.403000', '191708.406000', '191708.409000', '191708.411000', '191708.414000', '191708.417000', '191708.419000', '191708.422000', '191708.424000', '191708.427000', '191708.429000', '191708.432000', '191708.435000', '191708.437000', '191708.440000', '191708.442000', '191708.445000', '191708.448000', '191708.450000', '191708.453000', '191708.456000', '191708.458000', '191708.461000', '191728.349000', '191728.352000', '191728.355000', '191728.357000', '191728.360000', '191728.362000', '191728.365000', '191728.367000', '191728.370000', '191728.404000', '191728.407000', '191728.409000', '191728.412000', '191728.415000', '191728.417000', '191728.420000', '191728.422000', '191728.425000', '191728.428000', '191728.430000', '191728.433000', '191728.435000', '191728.438000', '191728.441000', '191728.443000', '191728.446000', '191728.448000', '191728.451000', '191728.454000', '191728.456000', '191728.459000', '191728.462000', '191728.464000', '191728.467000', '191728.469000', '191728.472000', '191728.475000', '191728.477000', '191728.480000', '191728.483000', '191728.485000', '191728.488000', '191728.490000', '191748.348000', '191748.351000', '191748.354000', '191748.364000', '191748.366000', '191748.369000', '191748.372000', '191748.374000', '191748.377000', '191748.380000', '191748.382000', '191748.385000', '191748.388000', '191748.390000', '191748.393000', '191748.396000', '191748.398000', '191748.401000', '191748.403000', '191748.406000', '191748.409000', '191748.411000', '191748.414000', '191748.417000', '191748.419000', '191748.422000', '191748.424000', '191748.427000', '191748.430000', '191748.432000', '191748.435000', '191748.438000', '191748.440000', '191748.443000', '191748.445000', '191748.448000', '191748.450000', '191748.453000', '191748.456000', '191748.458000', '191748.461000', '191748.464000', '191748.466000', '191748.469000', '191808.349000', '191808.351000', '191808.354000', '191808.357000', '191808.359000', '191808.362000', '191808.364000', '191808.369000', '191808.372000', '191808.374000', '191808.377000', '191808.380000', '191808.382000', '191808.385000', '191808.387000', '191808.390000', '191808.393000', '191808.395000', '191808.398000', '191808.400000', '191808.403000', '191808.406000', '191808.408000', '191808.411000', '191808.414000', '191808.416000', '191808.419000', '191808.421000', '191808.424000', '191808.427000', '191808.429000', '191808.432000', '191808.434000', '191808.437000', '191808.440000', '191808.442000', '191808.445000', '191808.447000', '191808.450000', '191808.453000', '191808.455000', '191808.458000', '191808.460000', '191828.348000', '191828.351000', '191828.353000', '191828.356000', '191828.359000', '191828.361000', '191828.364000', '191828.367000', '191828.369000', '191828.372000', '191828.375000', '191828.377000', '191828.380000', '191828.382000', '191828.385000', '191828.388000', '191828.390000', '191828.393000', '191828.395000', '191828.398000', '191828.401000', '191828.403000', '191828.406000', '191828.409000', '191828.411000', '191828.414000', '191828.416000', '191828.419000', '191828.422000', '191828.424000', '191828.427000', '191828.429000', '191828.432000', '191828.435000', '191828.437000', '191828.440000', '191828.442000', '191828.445000', '191828.448000', '191828.450000', '191828.453000', '191828.455000', '191828.458000', '191848.347000', '191848.350000', '191848.353000', '191848.355000', '191848.358000', '191848.361000', '191848.363000', '191848.366000', '191848.369000', '191848.371000', '191848.374000', '191848.377000', '191848.379000', '191848.382000', '191848.384000', '191848.387000', '191848.390000', '191848.392000', '191848.395000', '191848.397000', '191848.408000', '191848.411000', '191848.414000', '191848.416000', '191848.419000', '191848.422000', '191848.424000', '191848.427000', '191848.429000', '191848.432000', '191848.435000', '191848.437000', '191848.440000', '191848.443000', '191848.445000', '191848.448000', '191848.450000', '191848.453000', '191848.456000', '191848.459000', '191848.461000', '191848.464000', '191848.467000', '191848.469000', '191900.063000', '191900.066000', '191900.069000', '191900.072000', '191900.075000', '191900.078000', '191900.080000', '191900.083000', '191900.086000', '191900.089000', '191900.091000', '191900.094000', '191900.097000', '191900.100000', '191900.103000', '191900.106000', '191900.108000', '191900.111000', '191900.113000', '191900.116000', '191900.119000', '191900.122000', '191900.125000', '191900.131000', '191900.135000', '191900.138000'], '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': [13501, 9367, 13963, 10369, 14164, 9888, 9754, 6748, 7692, 6819, 7134, 12065, 8464, 11234, 7786, 11262, 9850, 13283, 7484, 11585, 8205, 12287, 13735, 12048, 16072, 12323, 14213, 9000, 10838, 6931, 8875, 9597, 8981, 13290, 7746, 12285, 7337, 11002, 7503, 8765, 7967, 7998, 12159, 7790, 11856, 7887, 11041, 6769, 8231, 12441, 7992, 12107, 8429, 10879, 6612, 8599, 10603, 7999, 12379, 8886, 10993, 6935, 8551, 10631, 8155, 12427, 9177, 11211, 6949, 8689, 9979, 7897, 12451, 9430, 10990, 7000, 9224, 7396, 8431, 13071, 9404, 12045, 7307, 11561, 7246, 10895, 7755, 8894, 8078, 8027, 12626, 8959, 12686, 8804, 11330, 7002, 9045, 9587, 8745, 15150, 9814, 12810, 7556, 11612, 7401, 11423, 8250, 9528, 9558, 8329, 13100, 8412, 13001, 9872, 11517, 7119, 9940, 6940, 9308, 9117, 9484, 13320, 8142, 13171, 8669, 12813, 9162, 13254, 7273, 10021, 6855, 8565, 11111, 9512, 13465, 7680, 12405, 7329, 11859, 7816, 11037, 6831, 8931, 10159, 8704, 14790, 9985, 13294, 7308, 11072, 6932, 9286, 8402, 8630, 12753, 7865, 12291, 8269, 12077, 8532, 11028, 6852, 9201, 6936, 8345, 13987, 9902, 13811, 7734, 12280, 7502, 11832, 7944, 9996, 6846, 8515, 9830, 7901, 13574, 9461, 12505, 7115, 11429, 7118, 10128, 8158, 8966, 13685, 7987, 13116, 7817, 12459, 8061, 10952, 6661, 8699, 9759, 8599, 14034, 9596, 12556, 7098, 10932, 6951, 9658, 8041, 8934, 12490, 8002, 12582, 8756, 12489, 8872, 12578, 7154, 9527, 8439, 8726, 16053, 10344, 13537, 7306, 10681, 6902, 9252, 7850, 8827, 13819, 7637, 12807, 9018, 12080, 7017, 9378, 7062, 8669, 13772, 9470, 12721, 7499, 12097, 7810, 12013, 7741, 9747, 7218, 8569, 14654, 10128, 14807, 9008, 12385, 7259, 12281, 8235, 9780, 7281, 8445, 12503, 8115, 13133, 10267, 12382, 7171, 10481, 6721, 9094, 9565, 9106, 13889, 7931, 12388, 7292, 12032, 7919, 10902, 6783, 8941, 7659, 8235, 12175, 9532, 13700, 7819, 11996, 7893, 11946, 8341, 10398, 6905, 8747, 10080, 8657, 15589, 10437, 14124, 7057, 10877, 6848, 8836, 10825, 9661, 14693, 7421, 12210, 6899, 10380, 7424, 9322, 7895, 8350, 12059, 8080, 13002, 10121, 13990, 7837, 10829, 6905, 9219, 9829, 9819, 14363, 8841, 14152, 7666, 12845, 8466, 12375, 7258, 9521, 6558, 8351, 9571, 8969, 13426, 8200, 12177, 7571, 11948, 8439, 11673, 6963, 9651, 6524, 8601, 9382, 9186, 11918, 7954, 12389, 7891, 12281, 8566, 12560, 7176, 9689, 6903, 8571, 10587, 9492, 13109, 8149, 12382, 7655, 12501, 9298, 13044, 7301, 10104, 6834, 8688, 11627, 9635, 14719, 7885, 12774, 7288, 11897, 7908, 11357, 6531, 8499, 7932, 7958, 13542, 9536, 12969, 7604, 11706, 6944, 9758, 7960, 9106, 10793, 7794, 12740, 7360, 12147, 8976, 12205, 6841, 9759, 6782, 8426, 9345, 9466, 12456, 7738, 12769, 7441, 12552, 9184, 12438, 6883, 10075, 6700, 9071, 7779, 8687, 9362, 7739, 12281, 7771, 12726, 9846, 13116, 7885, 11376, 7048, 10049, 8221, 9416, 10186, 8160, 13799, 8134, 12783, 9692, 12784, 7188, 10229, 6641, 8514, 8042, 9208, 10506, 8099, 12690, 7502, 12433, 9179, 12865, 7518, 9818, 6684, 8307, 11291, 9084, 13216, 8411, 12026, 7567, 11672, 7930, 11099, 7249, 8907, 12729, 8341, 13890, 10188, 13711, 7582, 11639, 7235, 9023, 8125, 8988, 11877, 7995, 12657, 8209, 12551, 8861, 11660, 6953, 9373, 6875, 9325, 7190, 8494, 10833, 10152, 13753, 8907, 13814, 7092, 13484, 9539, 13937, 7447, 11734, 7317, 10486, 8003, 10477, 8419, 8486, 12260, 7824, 13618, 9923, 13943, 7734, 11464, 7042, 8801, 10499, 9254, 14186, 7622, 12715, 6875, 11865, 7406, 10679, 6546, 8670, 8155, 8099, 14495, 9832, 12680, 7611, 11834, 7198, 11103, 7334, 9617, 6705, 8274, 9775, 7803, 13283, 9573, 12734, 7781, 11359, 6814, 10200, 7759, 9212, 7948, 8039, 13249, 8587, 14063, 10222, 15617, 8143, 11901, 6862, 9170, 8306, 9219, 11763, 8203, 13946, 8002, 13158, 9297, 12724, 6763, 9201, 6766, 8193, 11665, 8803, 12618, 7036, 11836, 6940, 11138, 7405, 9829, 7248, 8433, 12965, 8407, 13531, 9940, 13007, 7391, 10413, 6489, 8512, 10612, 8885, 14554, 8382, 12418, 6863, 11639, 7587, 9851, 6817, 8353, 13250, 8380, 13196, 10089, 13138, 7607, 10520, 6762, 8597, 10847, 9096, 13135, 7901, 12106, 7417, 11660, 7512, 9150, 6738, 8112, 12103, 8112, 12939, 10096, 14089, 7578, 10354, 7343, 8869, 14700, 9717, 13339, 7610, 12431, 7156, 11216, 7808, 10099, 6848, 8616, 9586, 8084, 13842, 10055, 13674, 8421, 12269, 7262, 10735, 7795, 10301, 7429, 8632, 13775, 8547, 13558, 10309, 12816, 7605, 11001, 6795, 8870, 9694, 8860, 13052, 7884, 12552, 8028, 11700, 7897, 11663, 6619, 8849, 9704, 7665, 13269, 9695, 12756, 7122, 11441, 6872, 9013, 8531, 8919, 13645, 7830, 12695, 7755, 11748, 7933, 10834, 7033, 9029, 12939, 8181, 13266, 9977, 12735, 7288, 10966, 6685, 8922, 8010, 8870, 12329, 8031, 12360, 8109, 12128, 8629, 12171, 6932, 8999, 7866, 8320, 14549, 10065, 14361, 8047, 12271, 7090, 11139, 7543, 9853, 6867, 8315, 12209, 7800, 12929, 9785, 12678, 7375, 10670, 6878, 8951, 10417, 9623, 15740, 8417, 13567, 7744, 12553, 8249, 12025, 7102, 9192, 8213, 8295, 13724, 8817, 12899, 10069, 12655, 7501, 10575, 6765, 8984, 8412, 9302, 12014, 8310, 8722, 9021, 13008, 7507, 12240, 8686, 13328, 6634, 10027, 6580, 8723, 7030, 10619, 9744, 10024, 6968, 8903, 8348, 8255, 14735, 10244, 14991, 8619, 13405, 8104, 12810, 9245, 13395, 7562, 10841, 7109, 9261, 9060, 8832, 16029, 10471, 13687, 7672, 12239, 7100, 10867, 7830, 9583, 7408, 8440, 12606, 7648, 12909, 9336, 11688, 6758, 9035, 6763, 8035, 13665, 9341, 12550, 7559, 11733, 7331, 10007, 7830, 9174, 8914, 8209, 12895, 7872, 12864, 9721, 12993, 7369, 10238, 6717, 8694, 10104, 9201, 14358, 8361, 12511, 6837, 11971, 7691, 11234, 6736, 8776, 8204, 8222, 14302, 9953, 13213, 7946, 12039, 7751, 11434, 7953, 10283, 6799, 8681, 10427, 8234, 14281, 9764, 12938], 'WindowCenter': [3987.0, 3943.0, 3972.0, 3939.0, 3960.0, 3926.0, 3913.0, 3881.0, 3892.0, 3870.0, 3883.0, 3932.0, 3903.0, 3932.0, 3903.0, 3935.0, 3925.0, 3946.0, 3893.0, 3934.0, 3890.0, 3932.0, 3930.0, 3921.0, 3941.0, 3920.0, 3928.0, 3874.0, 3895.0, 3851.0, 3885.0, 3883.0, 3873.0, 3914.0, 3862.0, 3903.0, 3851.0, 3894.0, 3863.0, 3874.0, 3862.0, 3873.0, 3903.0, 3863.0, 3905.0, 3873.0, 3906.0, 3852.0, 3874.0, 3904.0, 3874.0, 3905.0, 3874.0, 3905.0, 3853.0, 3887.0, 3895.0, 3876.0, 3917.0, 3887.0, 3908.0, 3865.0, 3887.0, 3906.0, 3876.0, 3917.0, 3898.0, 3918.0, 3866.0, 3887.0, 3896.0, 3888.0, 3928.0, 3899.0, 3919.0, 3878.0, 3910.0, 3879.0, 3899.0, 3930.0, 3910.0, 3930.0, 3879.0, 3920.0, 3879.0, 3921.0, 3890.0, 3912.0, 3890.0, 3902.0, 3931.0, 3913.0, 3944.0, 3912.0, 3932.0, 3880.0, 3911.0, 3910.0, 3901.0, 3953.0, 3921.0, 3931.0, 3890.0, 3921.0, 3880.0, 3932.0, 3900.0, 3912.0, 3910.0, 3902.0, 3931.0, 3900.0, 3931.0, 3911.0, 3920.0, 3880.0, 3909.0, 3878.0, 3911.0, 3900.0, 3912.0, 3941.0, 3890.0, 3930.0, 3899.0, 3930.0, 3900.0, 3931.0, 3878.0, 3910.0, 3868.0, 3900.0, 3920.0, 3910.0, 3930.0, 3889.0, 3930.0, 3879.0, 3931.0, 3890.0, 3922.0, 3869.0, 3901.0, 3910.0, 3900.0, 3941.0, 3910.0, 3929.0, 3878.0, 3920.0, 3878.0, 3909.0, 3888.0, 3901.0, 3931.0, 3890.0, 3930.0, 3899.0, 3930.0, 3900.0, 3921.0, 3867.0, 3911.0, 3879.0, 3901.0, 3941.0, 3912.0, 3941.0, 3890.0, 3931.0, 3880.0, 3930.0, 3901.0, 3922.0, 3869.0, 3901.0, 3910.0, 3901.0, 3942.0, 3911.0, 3931.0, 3881.0, 3931.0, 3880.0, 3923.0, 3891.0, 3901.0, 3942.0, 3891.0, 3930.0, 3889.0, 3930.0, 3890.0, 3920.0, 3869.0, 3902.0, 3910.0, 3900.0, 3941.0, 3910.0, 3931.0, 3879.0, 3921.0, 3878.0, 3911.0, 3889.0, 3900.0, 3931.0, 3891.0, 3931.0, 3901.0, 3932.0, 3901.0, 3932.0, 3879.0, 3911.0, 3889.0, 3900.0, 3952.0, 3911.0, 3930.0, 3879.0, 3909.0, 3877.0, 3910.0, 3889.0, 3899.0, 3941.0, 3889.0, 3930.0, 3900.0, 3932.0, 3869.0, 3911.0, 3879.0, 3901.0, 3941.0, 3911.0, 3931.0, 3879.0, 3930.0, 3890.0, 3933.0, 3889.0, 3911.0, 3878.0, 3900.0, 3941.0, 3911.0, 3940.0, 3898.0, 3930.0, 3880.0, 3930.0, 3889.0, 3911.0, 3879.0, 3888.0, 3930.0, 3889.0, 3929.0, 3909.0, 3920.0, 3868.0, 3909.0, 3869.0, 3900.0, 3910.0, 3899.0, 3930.0, 3888.0, 3930.0, 3878.0, 3931.0, 3890.0, 3920.0, 3867.0, 3901.0, 3889.0, 3902.0, 3931.0, 3913.0, 3942.0, 3891.0, 3931.0, 3890.0, 3933.0, 3901.0, 3922.0, 3880.0, 3901.0, 3920.0, 3903.0, 3953.0, 3922.0, 3941.0, 3869.0, 3920.0, 3868.0, 3900.0, 3919.0, 3910.0, 3940.0, 3878.0, 3919.0, 3879.0, 3909.0, 3878.0, 3900.0, 3888.0, 3889.0, 3929.0, 3889.0, 3931.0, 3910.0, 3940.0, 3878.0, 3920.0, 3867.0, 3899.0, 3909.0, 3910.0, 3940.0, 3899.0, 3928.0, 3878.0, 3928.0, 3888.0, 3930.0, 3878.0, 3909.0, 3858.0, 3901.0, 3911.0, 3901.0, 3930.0, 3890.0, 3930.0, 3890.0, 3930.0, 3900.0, 3932.0, 3879.0, 3911.0, 3869.0, 3900.0, 3910.0, 3912.0, 3931.0, 3891.0, 3931.0, 3891.0, 3932.0, 3901.0, 3933.0, 3880.0, 3910.0, 3879.0, 3902.0, 3910.0, 3911.0, 3931.0, 3890.0, 3930.0, 3890.0, 3931.0, 3911.0, 3932.0, 3879.0, 3922.0, 3869.0, 3901.0, 3921.0, 3911.0, 3941.0, 3889.0, 3929.0, 3879.0, 3920.0, 3888.0, 3921.0, 3857.0, 3899.0, 3888.0, 3891.0, 3941.0, 3911.0, 3930.0, 3879.0, 3921.0, 3880.0, 3911.0, 3889.0, 3901.0, 3920.0, 3890.0, 3931.0, 3880.0, 3931.0, 3900.0, 3932.0, 3869.0, 3911.0, 3870.0, 3902.0, 3912.0, 3912.0, 3931.0, 3891.0, 3931.0, 3890.0, 3932.0, 3911.0, 3932.0, 3882.0, 3922.0, 3881.0, 3913.0, 3890.0, 3903.0, 3911.0, 3892.0, 3933.0, 3892.0, 3943.0, 3912.0, 3943.0, 3891.0, 3922.0, 3880.0, 3911.0, 3890.0, 3912.0, 3910.0, 3891.0, 3941.0, 3891.0, 3930.0, 3911.0, 3930.0, 3868.0, 3911.0, 3869.0, 3902.0, 3890.0, 3912.0, 3921.0, 3891.0, 3930.0, 3881.0, 3932.0, 3911.0, 3931.0, 3879.0, 3911.0, 3869.0, 3902.0, 3920.0, 3901.0, 3931.0, 3901.0, 3931.0, 3891.0, 3922.0, 3890.0, 3922.0, 3880.0, 3901.0, 3931.0, 3891.0, 3931.0, 3911.0, 3930.0, 3879.0, 3921.0, 3880.0, 3901.0, 3889.0, 3900.0, 3921.0, 3890.0, 3931.0, 3900.0, 3931.0, 3901.0, 3922.0, 3880.0, 3912.0, 3871.0, 3913.0, 3881.0, 3913.0, 3933.0, 3925.0, 3945.0, 3901.0, 3942.0, 3880.0, 3941.0, 3911.0, 3943.0, 3881.0, 3931.0, 3882.0, 3923.0, 3891.0, 3922.0, 3890.0, 3901.0, 3920.0, 3892.0, 3941.0, 3911.0, 3942.0, 3880.0, 3921.0, 3869.0, 3901.0, 3910.0, 3900.0, 3930.0, 3879.0, 3930.0, 3868.0, 3921.0, 3880.0, 3921.0, 3859.0, 3900.0, 3889.0, 3891.0, 3943.0, 3912.0, 3930.0, 3879.0, 3921.0, 3880.0, 3921.0, 3880.0, 3912.0, 3870.0, 3901.0, 3911.0, 3893.0, 3943.0, 3912.0, 3945.0, 3894.0, 3923.0, 3871.0, 3923.0, 3892.0, 3914.0, 3890.0, 3892.0, 3932.0, 3902.0, 3943.0, 3922.0, 3953.0, 3891.0, 3921.0, 3869.0, 3911.0, 3890.0, 3900.0, 3919.0, 3889.0, 3930.0, 3890.0, 3931.0, 3900.0, 3930.0, 3868.0, 3899.0, 3867.0, 3901.0, 3921.0, 3900.0, 3931.0, 3879.0, 3930.0, 3879.0, 3932.0, 3880.0, 3922.0, 3877.0, 3901.0, 3932.0, 3902.0, 3933.0, 3910.0, 3932.0, 3879.0, 3910.0, 3859.0, 3901.0, 3920.0, 3901.0, 3942.0, 3890.0, 3930.0, 3870.0, 3931.0, 3890.0, 3911.0, 3869.0, 3890.0, 3930.0, 3902.0, 3931.0, 3911.0, 3931.0, 3879.0, 3921.0, 3869.0, 3901.0, 3920.0, 3901.0, 3931.0, 3892.0, 3931.0, 3880.0, 3932.0, 3880.0, 3912.0, 3869.0, 3891.0, 3931.0, 3902.0, 3933.0, 3912.0, 3942.0, 3880.0, 3910.0, 3879.0, 3900.0, 3940.0, 3899.0, 3930.0, 3879.0, 3931.0, 3880.0, 3920.0, 3879.0, 3911.0, 3868.0, 3900.0, 3898.0, 3891.0, 3942.0, 3910.0, 3940.0, 3889.0, 3930.0, 3879.0, 3922.0, 3880.0, 3911.0, 3878.0, 3890.0, 3929.0, 3900.0, 3931.0, 3910.0, 3929.0, 3878.0, 3909.0, 3868.0, 3901.0, 3899.0, 3899.0, 3929.0, 3889.0, 3919.0, 3890.0, 3920.0, 3891.0, 3920.0, 3867.0, 3900.0, 3899.0, 3891.0, 3931.0, 3911.0, 3930.0, 3868.0, 3921.0, 3869.0, 3902.0, 3900.0, 3901.0, 3931.0, 3879.0, 3931.0, 3880.0, 3932.0, 3891.0, 3921.0, 3869.0, 3901.0, 3929.0, 3890.0, 3931.0, 3911.0, 3930.0, 3879.0, 3920.0, 3869.0, 3901.0, 3891.0, 3902.0, 3932.0, 3891.0, 3931.0, 3892.0, 3932.0, 3901.0, 3931.0, 3880.0, 3901.0, 3890.0, 3902.0, 3943.0, 3912.0, 3941.0, 3890.0, 3920.0, 3880.0, 3922.0, 3879.0, 3913.0, 3869.0, 3901.0, 3932.0, 3891.0, 3933.0, 3913.0, 3932.0, 3881.0, 3922.0, 3869.0, 3903.0, 3922.0, 3911.0, 3943.0, 3891.0, 3931.0, 3880.0, 3931.0, 3890.0, 3921.0, 3868.0, 3899.0, 3889.0, 3889.0, 3930.0, 3901.0, 3930.0, 3911.0, 3929.0, 3878.0, 3909.0, 3868.0, 3901.0, 3888.0, 3901.0, 3932.0, 3891.0, 3890.0, 3900.0, 3930.0, 3880.0, 3932.0, 3901.0, 3931.0, 3871.0, 3911.0, 3870.0, 3903.0, 3883.0, 3924.0, 3913.0, 3913.0, 3880.0, 3902.0, 3891.0, 3902.0, 3943.0, 3924.0, 3943.0, 3902.0, 3932.0, 3892.0, 3933.0, 3902.0, 3932.0, 3880.0, 3923.0, 3869.0, 3900.0, 3900.0, 3901.0, 3942.0, 3912.0, 3930.0, 3878.0, 3919.0, 3868.0, 3909.0, 3877.0, 3900.0, 3868.0, 3889.0, 3919.0, 3879.0, 3931.0, 3900.0, 3920.0, 3867.0, 3900.0, 3869.0, 3891.0, 3943.0, 3912.0, 3931.0, 3881.0, 3921.0, 3881.0, 3912.0, 3879.0, 3902.0, 3900.0, 3890.0, 3930.0, 3890.0, 3932.0, 3901.0, 3932.0, 3879.0, 3911.0, 3869.0, 3901.0, 3911.0, 3900.0, 3941.0, 3890.0, 3931.0, 3869.0, 3931.0, 3890.0, 3923.0, 3870.0, 3903.0, 3901.0, 3903.0, 3944.0, 3913.0, 3932.0, 3891.0, 3933.0, 3892.0, 3922.0, 3891.0, 3911.0, 3870.0, 3902.0, 3910.0, 3902.0, 3942.0, 3912.0, 3931.0], 'WindowWidth': [8881.0, 8812.0, 8850.0, 8797.0, 8829.0, 8775.0, 8751.0, 8705.0, 8722.0, 8690.0, 8712.0, 8774.0, 8737.0, 8776.0, 8741.0, 8787.0, 8772.0, 8800.0, 8725.0, 8781.0, 8717.0, 8776.0, 8769.0, 8759.0, 8786.0, 8754.0, 8764.0, 8683.0, 8712.0, 8648.0, 8696.0, 8692.0, 8680.0, 8736.0, 8664.0, 8717.0, 8648.0, 8707.0, 8665.0, 8683.0, 8663.0, 8680.0, 8719.0, 8667.0, 8724.0, 8681.0, 8728.0, 8652.0, 8683.0, 8722.0, 8682.0, 8725.0, 8685.0, 8726.0, 8655.0, 8705.0, 8712.0, 8690.0, 8744.0, 8705.0, 8733.0, 8673.0, 8705.0, 8727.0, 8691.0, 8747.0, 8722.0, 8748.0, 8677.0, 8708.0, 8717.0, 8708.0, 8763.0, 8725.0, 8752.0, 8697.0, 8741.0, 8702.0, 8727.0, 8768.0, 8744.0, 8769.0, 8703.0, 8755.0, 8701.0, 8761.0, 8718.0, 8748.0, 8718.0, 8736.0, 8773.0, 8750.0, 8796.0, 8749.0, 8776.0, 8705.0, 8747.0, 8743.0, 8733.0, 8804.0, 8759.0, 8772.0, 8718.0, 8758.0, 8703.0, 8775.0, 8731.0, 8747.0, 8743.0, 8733.0, 8771.0, 8730.0, 8773.0, 8745.0, 8756.0, 8703.0, 8740.0, 8699.0, 8745.0, 8731.0, 8747.0, 8787.0, 8717.0, 8769.0, 8727.0, 8770.0, 8728.0, 8771.0, 8698.0, 8743.0, 8685.0, 8729.0, 8754.0, 8743.0, 8769.0, 8714.0, 8767.0, 8702.0, 8773.0, 8718.0, 8761.0, 8688.0, 8732.0, 8741.0, 8730.0, 8784.0, 8743.0, 8765.0, 8697.0, 8753.0, 8697.0, 8741.0, 8710.0, 8731.0, 8771.0, 8718.0, 8768.0, 8728.0, 8768.0, 8730.0, 8757.0, 8684.0, 8746.0, 8702.0, 8734.0, 8787.0, 8748.0, 8786.0, 8717.0, 8773.0, 8702.0, 8769.0, 8734.0, 8761.0, 8686.0, 8733.0, 8742.0, 8734.0, 8788.0, 8748.0, 8771.0, 8705.0, 8772.0, 8704.0, 8763.0, 8718.0, 8733.0, 8788.0, 8719.0, 8769.0, 8715.0, 8770.0, 8715.0, 8756.0, 8686.0, 8733.0, 8740.0, 8730.0, 8785.0, 8744.0, 8772.0, 8701.0, 8758.0, 8700.0, 8746.0, 8714.0, 8730.0, 8771.0, 8718.0, 8770.0, 8732.0, 8774.0, 8732.0, 8775.0, 8701.0, 8744.0, 8712.0, 8729.0, 8801.0, 8743.0, 8768.0, 8698.0, 8738.0, 8696.0, 8743.0, 8713.0, 8727.0, 8784.0, 8714.0, 8769.0, 8728.0, 8772.0, 8686.0, 8744.0, 8698.0, 8731.0, 8785.0, 8745.0, 8769.0, 8701.0, 8768.0, 8716.0, 8776.0, 8713.0, 8745.0, 8698.0, 8730.0, 8785.0, 8743.0, 8782.0, 8724.0, 8766.0, 8701.0, 8768.0, 8710.0, 8743.0, 8697.0, 8711.0, 8767.0, 8713.0, 8766.0, 8739.0, 8753.0, 8683.0, 8739.0, 8686.0, 8728.0, 8740.0, 8726.0, 8767.0, 8711.0, 8765.0, 8699.0, 8770.0, 8715.0, 8756.0, 8683.0, 8730.0, 8712.0, 8735.0, 8772.0, 8752.0, 8788.0, 8719.0, 8771.0, 8717.0, 8776.0, 8731.0, 8762.0, 8704.0, 8733.0, 8757.0, 8736.0, 8803.0, 8760.0, 8785.0, 8686.0, 8753.0, 8683.0, 8729.0, 8753.0, 8742.0, 8781.0, 8696.0, 8752.0, 8699.0, 8740.0, 8696.0, 8729.0, 8709.0, 8713.0, 8766.0, 8715.0, 8771.0, 8742.0, 8782.0, 8697.0, 8754.0, 8682.0, 8727.0, 8737.0, 8741.0, 8782.0, 8723.0, 8762.0, 8696.0, 8761.0, 8709.0, 8767.0, 8695.0, 8739.0, 8670.0, 8731.0, 8743.0, 8731.0, 8768.0, 8715.0, 8768.0, 8716.0, 8768.0, 8729.0, 8775.0, 8702.0, 8745.0, 8689.0, 8730.0, 8743.0, 8749.0, 8772.0, 8720.0, 8772.0, 8719.0, 8773.0, 8731.0, 8776.0, 8703.0, 8743.0, 8700.0, 8733.0, 8741.0, 8745.0, 8769.0, 8715.0, 8767.0, 8715.0, 8772.0, 8744.0, 8773.0, 8699.0, 8759.0, 8688.0, 8731.0, 8757.0, 8743.0, 8783.0, 8711.0, 8764.0, 8699.0, 8755.0, 8711.0, 8756.0, 8668.0, 8728.0, 8711.0, 8719.0, 8784.0, 8745.0, 8768.0, 8701.0, 8756.0, 8702.0, 8746.0, 8712.0, 8731.0, 8754.0, 8715.0, 8769.0, 8703.0, 8772.0, 8730.0, 8773.0, 8688.0, 8744.0, 8689.0, 8735.0, 8746.0, 8748.0, 8771.0, 8719.0, 8772.0, 8718.0, 8774.0, 8747.0, 8774.0, 8709.0, 8761.0, 8706.0, 8750.0, 8718.0, 8737.0, 8745.0, 8721.0, 8776.0, 8723.0, 8790.0, 8748.0, 8790.0, 8719.0, 8761.0, 8703.0, 8746.0, 8715.0, 8747.0, 8741.0, 8717.0, 8785.0, 8718.0, 8769.0, 8744.0, 8768.0, 8684.0, 8743.0, 8688.0, 8733.0, 8716.0, 8747.0, 8757.0, 8717.0, 8768.0, 8705.0, 8772.0, 8744.0, 8771.0, 8700.0, 8745.0, 8686.0, 8734.0, 8756.0, 8732.0, 8771.0, 8732.0, 8771.0, 8718.0, 8761.0, 8716.0, 8760.0, 8700.0, 8730.0, 8770.0, 8718.0, 8769.0, 8742.0, 8768.0, 8698.0, 8755.0, 8701.0, 8730.0, 8712.0, 8727.0, 8757.0, 8716.0, 8770.0, 8730.0, 8770.0, 8731.0, 8758.0, 8703.0, 8748.0, 8693.0, 8751.0, 8708.0, 8754.0, 8780.0, 8770.0, 8797.0, 8732.0, 8788.0, 8704.0, 8785.0, 8744.0, 8788.0, 8705.0, 8772.0, 8708.0, 8762.0, 8716.0, 8761.0, 8714.0, 8730.0, 8754.0, 8720.0, 8784.0, 8743.0, 8786.0, 8702.0, 8757.0, 8684.0, 8729.0, 8740.0, 8727.0, 8768.0, 8699.0, 8766.0, 8685.0, 8757.0, 8700.0, 8756.0, 8672.0, 8729.0, 8713.0, 8719.0, 8789.0, 8746.0, 8768.0, 8698.0, 8756.0, 8703.0, 8758.0, 8702.0, 8747.0, 8689.0, 8732.0, 8746.0, 8724.0, 8790.0, 8749.0, 8797.0, 8728.0, 8763.0, 8692.0, 8765.0, 8721.0, 8753.0, 8718.0, 8721.0, 8774.0, 8736.0, 8790.0, 8761.0, 8806.0, 8717.0, 8757.0, 8685.0, 8745.0, 8715.0, 8729.0, 8753.0, 8712.0, 8768.0, 8714.0, 8770.0, 8727.0, 8766.0, 8684.0, 8726.0, 8682.0, 8732.0, 8756.0, 8729.0, 8768.0, 8699.0, 8768.0, 8702.0, 8775.0, 8702.0, 8762.0, 8697.0, 8732.0, 8772.0, 8733.0, 8776.0, 8742.0, 8772.0, 8699.0, 8741.0, 8672.0, 8731.0, 8756.0, 8732.0, 8787.0, 8716.0, 8767.0, 8691.0, 8772.0, 8716.0, 8745.0, 8687.0, 8715.0, 8769.0, 8733.0, 8770.0, 8744.0, 8771.0, 8700.0, 8757.0, 8686.0, 8732.0, 8755.0, 8730.0, 8770.0, 8720.0, 8770.0, 8703.0, 8774.0, 8702.0, 8747.0, 8688.0, 8719.0, 8772.0, 8737.0, 8775.0, 8746.0, 8786.0, 8701.0, 8741.0, 8699.0, 8728.0, 8782.0, 8726.0, 8766.0, 8699.0, 8768.0, 8702.0, 8756.0, 8698.0, 8743.0, 8683.0, 8728.0, 8723.0, 8717.0, 8785.0, 8743.0, 8781.0, 8713.0, 8767.0, 8699.0, 8758.0, 8700.0, 8744.0, 8696.0, 8714.0, 8765.0, 8728.0, 8768.0, 8739.0, 8765.0, 8695.0, 8737.0, 8681.0, 8729.0, 8725.0, 8725.0, 8764.0, 8712.0, 8751.0, 8714.0, 8754.0, 8715.0, 8755.0, 8681.0, 8727.0, 8723.0, 8717.0, 8768.0, 8742.0, 8765.0, 8683.0, 8754.0, 8686.0, 8732.0, 8728.0, 8730.0, 8770.0, 8699.0, 8768.0, 8702.0, 8771.0, 8716.0, 8758.0, 8684.0, 8729.0, 8764.0, 8714.0, 8768.0, 8742.0, 8766.0, 8699.0, 8753.0, 8687.0, 8731.0, 8717.0, 8734.0, 8771.0, 8718.0, 8770.0, 8720.0, 8772.0, 8730.0, 8772.0, 8700.0, 8731.0, 8715.0, 8733.0, 8789.0, 8746.0, 8784.0, 8714.0, 8753.0, 8702.0, 8760.0, 8700.0, 8748.0, 8687.0, 8732.0, 8772.0, 8719.0, 8775.0, 8749.0, 8773.0, 8704.0, 8760.0, 8687.0, 8736.0, 8759.0, 8745.0, 8789.0, 8716.0, 8769.0, 8702.0, 8771.0, 8714.0, 8757.0, 8681.0, 8725.0, 8710.0, 8712.0, 8767.0, 8729.0, 8766.0, 8742.0, 8763.0, 8695.0, 8737.0, 8683.0, 8729.0, 8709.0, 8730.0, 8773.0, 8715.0, 8712.0, 8728.0, 8766.0, 8704.0, 8772.0, 8731.0, 8771.0, 8690.0, 8744.0, 8690.0, 8736.0, 8712.0, 8769.0, 8751.0, 8750.0, 8702.0, 8734.0, 8718.0, 8733.0, 8790.0, 8764.0, 8790.0, 8732.0, 8772.0, 8721.0, 8775.0, 8732.0, 8773.0, 8701.0, 8761.0, 8686.0, 8728.0, 8727.0, 8730.0, 8786.0, 8744.0, 8766.0, 8693.0, 8749.0, 8681.0, 8737.0, 8693.0, 8727.0, 8680.0, 8710.0, 8749.0, 8699.0, 8767.0, 8725.0, 8753.0, 8680.0, 8727.0, 8685.0, 8718.0, 8788.0, 8745.0, 8770.0, 8705.0, 8756.0, 8703.0, 8745.0, 8698.0, 8732.0, 8725.0, 8715.0, 8765.0, 8715.0, 8770.0, 8730.0, 8773.0, 8699.0, 8742.0, 8686.0, 8731.0, 8744.0, 8729.0, 8783.0, 8715.0, 8768.0, 8689.0, 8771.0, 8715.0, 8762.0, 8690.0, 8736.0, 8731.0, 8737.0, 8792.0, 8749.0, 8772.0, 8719.0, 8774.0, 8720.0, 8761.0, 8717.0, 8745.0, 8689.0, 8732.0, 8742.0, 8732.0, 8785.0, 8745.0, 8769.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.004042901376146789</td></tr>
<tr><td colspan=3>aqi</td><td>0.018451654701834862</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.73911763212403</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3065132900574066</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0603989739035589</td></tr>
<tr><td colspan=3>efc</td><td>0.4476</td></tr>
<tr><td colspan=3>fber</td><td>6949.4863</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07088244691822947</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>9</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.0321100917431192</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.454252929412681</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.43488557831144</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6168510285185005</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3110221814081022</td></tr>
<tr><td colspan=3>gcor</td><td>0.00825111</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017216090112924576</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.020927103236317635</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.639660051122779</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>26.1723</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.2174</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>149.3898</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308884.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>708.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>301.9599</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9706</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>486.7429</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3130.4718</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3376.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67660.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>837.5</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4118.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>927.5523</td></tr>
<tr><td colspan=3>tsnr</td><td>45.63509307440836</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>