=== 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-0066 --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-0066",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
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-0066_ses-01_task-social_acq-mb8_run-06_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-0066_ses-01_task-social_acq-mb8_run-06_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-06_session-01_subject-0066_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-0066/figures/sub-0066_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0066/figures/sub-0066_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-01_subject-0066_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-0066/figures/sub-0066_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0066/figures/sub-0066_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-01_subject-0066_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-0066/figures/sub-0066_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0066/figures/sub-0066_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-01_subject-0066_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 «carpetplot» may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0066/figures/sub-0066_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0066/figures/sub-0066_ses-01_task-social_acq-mb8_run-06_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-06_session-01_subject-0066_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-0066/figures/sub-0066_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0066/figures/sub-0066_ses-01_task-social_acq-mb8_run-06_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-06_session-01_subject-0066_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-0066/figures/sub-0066_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0066/figures/sub-0066_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-01_subject-0066_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-0066/figures/sub-0066_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0066/figures/sub-0066_ses-01_task-social_acq-mb8_run-06_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-0066/figures/sub-0066_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0066/figures/sub-0066_ses-01_task-social_acq-mb8_run-06_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-0066/ses-01/func/sub-0066_ses-01_task-social_acq-mb8_run-06_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>aca2908751131d51e45948835c002166</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>21:03:28.685000</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.997455, -0.00235874, 0.0712637, 0.00139272, 0.999907, 0.0136021]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-06_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.106827</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-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4156, -7739, -7289, 550, -138, -100, -5, 96]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>276.243</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>556089ca-33fd-421a-ad6d-e405ecf2e019||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.676098108291626, 0.0037365765310823917, 0.19248075783252716, 106.93843078613281], [0.006328316405415535, 2.682676076889038, 0.03636420890688896, -92.2829818725586], [0.19119542837142944, -0.03649343177676201, 2.692884922027588, -80.01366424560547], [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': ['210328.685000', '210329.145000', '210329.605000', '210330.065000', '210330.525000', '210330.985000', '210331.445000', '210331.905000', '210332.365000', '210332.825000', '210333.285000', '210333.745000', '210334.205000', '210334.665000', '210335.125000', '210335.585000', '210336.045000', '210336.505000', '210336.965000', '210337.425000', '210337.885000', '210338.345000', '210338.805000', '210339.265000', '210339.725000', '210340.185000', '210340.645000', '210341.105000', '210341.565000', '210342.025000', '210342.485000', '210342.945000', '210343.405000', '210343.865000', '210344.325000', '210344.785000', '210345.245000', '210345.705000', '210346.165000', '210346.625000', '210347.085000', '210347.545000', '210348.005000', '210348.465000', '210348.925000', '210349.385000', '210349.845000', '210350.305000', '210350.765000', '210351.225000', '210351.685000', '210352.145000', '210352.605000', '210353.065000', '210353.525000', '210353.985000', '210354.445000', '210354.905000', '210355.365000', '210355.825000', '210356.285000', '210356.745000', '210357.205000', '210357.665000', '210358.125000', '210358.585000', '210359.045000', '210359.505000', '210359.965000', '210400.425000', '210400.885000', '210401.345000', '210401.805000', '210402.265000', '210402.725000', '210403.185000', '210403.645000', '210404.105000', '210404.565000', '210405.025000', '210405.485000', '210405.945000', '210406.405000', '210406.865000', '210407.325000', '210407.785000', '210408.245000', '210408.705000', '210409.165000', '210409.625000', '210410.085000', '210410.545000', '210411.005000', '210411.465000', '210411.925000', '210412.385000', '210412.845000', '210413.305000', '210413.765000', '210414.225000', '210414.685000', '210415.145000', '210415.605000', '210416.065000', '210416.525000', '210416.985000', '210417.445000', '210417.905000', '210418.365000', '210418.825000', '210419.285000', '210419.745000', '210420.205000', '210420.665000', '210421.125000', '210421.585000', '210422.045000', '210422.505000', '210422.965000', '210423.425000', '210423.885000', '210424.345000', '210424.805000', '210425.265000', '210425.725000', '210426.185000', '210426.645000', '210427.105000', '210427.565000', '210428.025000', '210428.485000', '210428.945000', '210429.405000', '210429.865000', '210430.325000', '210430.785000', '210431.245000', '210431.705000', '210432.165000', '210432.625000', '210433.085000', '210433.545000', '210434.005000', '210434.465000', '210434.925000', '210435.385000', '210435.845000', '210436.305000', '210436.765000', '210437.225000', '210437.685000', '210438.145000', '210438.605000', '210439.065000', '210439.525000', '210439.985000', '210440.445000', '210440.905000', '210441.365000', '210441.825000', '210442.285000', '210442.745000', '210443.205000', '210443.665000', '210444.125000', '210444.585000', '210445.045000', '210445.505000', '210445.965000', '210446.425000', '210446.885000', '210447.345000', '210447.805000', '210448.265000', '210448.725000', '210449.185000', '210449.645000', '210450.105000', '210450.565000', '210451.025000', '210451.485000', '210451.945000', '210452.405000', '210452.865000', '210453.325000', '210453.785000', '210454.245000', '210454.705000', '210455.165000', '210455.625000', '210456.085000', '210456.545000', '210457.005000', '210457.465000', '210457.925000', '210458.385000', '210458.845000', '210459.305000', '210459.765000', '210500.225000', '210500.685000', '210501.145000', '210501.605000', '210502.065000', '210502.525000', '210502.985000', '210503.445000', '210503.905000', '210504.365000', '210504.825000', '210505.285000', '210505.745000', '210506.205000', '210506.665000', '210507.125000', '210507.585000', '210508.045000', '210508.505000', '210508.965000', '210509.425000', '210509.885000', '210510.345000', '210510.805000', '210511.265000', '210511.725000', '210512.185000', '210512.645000', '210513.105000', '210513.565000', '210514.025000', '210514.485000', '210514.945000', '210515.405000', '210515.865000', '210516.325000', '210516.785000', '210517.245000', '210517.705000', '210518.165000', '210518.625000', '210519.085000', '210519.545000', '210520.005000', '210520.465000', '210520.925000', '210521.385000', '210521.845000', '210522.305000', '210522.765000', '210523.225000', '210523.685000', '210524.145000', '210524.605000', '210525.065000', '210525.525000', '210525.985000', '210526.445000', '210526.905000', '210527.365000', '210527.825000', '210528.285000', '210528.745000', '210529.205000', '210529.665000', '210530.125000', '210530.585000', '210531.045000', '210531.505000', '210531.965000', '210532.425000', '210532.885000', '210533.345000', '210533.805000', '210534.265000', '210534.725000', '210535.185000', '210535.645000', '210536.105000', '210536.565000', '210537.025000', '210537.485000', '210537.945000', '210538.405000', '210538.865000', '210539.325000', '210539.785000', '210540.245000', '210540.705000', '210541.165000', '210541.625000', '210542.085000', '210542.545000', '210543.005000', '210543.465000', '210543.925000', '210544.385000', '210544.845000', '210545.305000', '210545.765000', '210546.225000', '210546.685000', '210547.145000', '210547.605000', '210548.065000', '210548.525000', '210548.985000', '210549.445000', '210549.905000', '210550.365000', '210550.825000', '210551.285000', '210551.745000', '210552.205000', '210552.665000', '210553.125000', '210553.585000', '210554.045000', '210554.505000', '210554.965000', '210555.425000', '210555.885000', '210556.345000', '210556.805000', '210557.265000', '210557.725000', '210558.185000', '210558.645000', '210559.105000', '210559.565000', '210600.025000', '210600.485000', '210600.945000', '210601.405000', '210601.865000', '210602.325000', '210602.785000', '210603.245000', '210603.705000', '210604.165000', '210604.625000', '210605.085000', '210605.545000', '210606.005000', '210606.465000', '210606.925000', '210607.385000', '210607.845000', '210608.305000', '210608.765000', '210609.225000', '210609.685000', '210610.145000', '210610.605000', '210611.065000', '210611.525000', '210611.985000', '210612.445000', '210612.905000', '210613.365000', '210613.825000', '210614.285000', '210614.745000', '210615.205000', '210615.665000', '210616.125000', '210616.585000', '210617.045000', '210617.505000', '210617.965000', '210618.425000', '210618.885000', '210619.345000', '210619.805000', '210620.265000', '210620.725000', '210621.185000', '210621.645000', '210622.105000', '210622.565000', '210623.025000', '210623.485000', '210623.945000', '210624.405000', '210624.865000', '210625.325000', '210625.785000', '210626.245000', '210626.705000', '210627.165000', '210627.625000', '210628.085000', '210628.545000', '210629.005000', '210629.465000', '210629.925000', '210630.385000', '210630.845000', '210631.305000', '210631.765000', '210632.225000', '210632.685000', '210633.145000', '210633.605000', '210634.065000', '210634.525000', '210634.985000', '210635.445000', '210635.905000', '210636.365000', '210636.825000', '210637.285000', '210637.745000', '210638.205000', '210638.665000', '210639.125000', '210639.585000', '210640.045000', '210640.505000', '210640.965000', '210641.425000', '210641.885000', '210642.345000', '210642.805000', '210643.265000', '210643.725000', '210644.185000', '210644.645000', '210645.105000', '210645.565000', '210646.025000', '210646.485000', '210646.945000', '210647.405000', '210647.865000', '210648.325000', '210648.785000', '210649.245000', '210649.705000', '210650.165000', '210650.625000', '210651.085000', '210651.545000', '210652.005000', '210652.465000', '210652.925000', '210653.385000', '210653.845000', '210654.305000', '210654.765000', '210655.225000', '210655.685000', '210656.145000', '210656.605000', '210657.065000', '210657.525000', '210657.985000', '210658.445000', '210658.905000', '210659.365000', '210659.825000', '210700.285000', '210700.745000', '210701.205000', '210701.665000', '210702.125000', '210702.585000', '210703.045000', '210703.505000', '210703.965000', '210704.425000', '210704.885000', '210705.345000', '210705.805000', '210706.265000', '210706.725000', '210707.185000', '210707.645000', '210708.105000', '210708.565000', '210709.025000', '210709.485000', '210709.945000', '210710.405000', '210710.865000', '210711.325000', '210711.785000', '210712.245000', '210712.705000', '210713.165000', '210713.625000', '210714.085000', '210714.545000', '210715.005000', '210715.465000', '210715.925000', '210716.385000', '210716.845000', '210717.305000', '210717.765000', '210718.225000', '210718.685000', '210719.145000', '210719.605000', '210720.065000', '210720.525000', '210720.985000', '210721.445000', '210721.905000', '210722.365000', '210722.825000', '210723.285000', '210723.745000', '210724.205000', '210724.665000', '210725.125000', '210725.585000', '210726.045000', '210726.505000', '210726.965000', '210727.425000', '210727.885000', '210728.345000', '210728.805000', '210729.265000', '210729.725000', '210730.185000', '210730.645000', '210731.105000', '210731.565000', '210732.025000', '210732.485000', '210732.945000', '210733.405000', '210733.865000', '210734.325000', '210734.785000', '210735.245000', '210735.705000', '210736.165000', '210736.625000', '210737.085000', '210737.545000', '210738.005000', '210738.465000', '210738.925000', '210739.385000', '210739.845000', '210740.305000', '210740.765000', '210741.225000', '210741.685000', '210742.145000', '210742.605000', '210743.065000', '210743.525000', '210743.985000', '210744.445000', '210744.905000', '210745.365000', '210745.825000', '210746.285000', '210746.745000', '210747.205000', '210747.665000', '210748.125000', '210748.585000', '210749.045000', '210749.505000', '210749.965000', '210750.425000', '210750.885000', '210751.345000', '210751.805000', '210752.265000', '210752.725000', '210753.185000', '210753.645000', '210754.105000', '210754.565000', '210755.025000', '210755.485000', '210755.945000', '210756.405000', '210756.865000', '210757.325000', '210757.785000', '210758.245000', '210758.705000', '210759.165000', '210759.625000', '210800.085000', '210800.545000', '210801.005000', '210801.465000', '210801.925000', '210802.385000', '210802.845000', '210803.305000', '210803.765000', '210804.225000', '210804.685000', '210805.145000', '210805.605000', '210806.065000', '210806.525000', '210806.985000', '210807.445000', '210807.905000', '210808.365000', '210808.825000', '210809.285000', '210809.745000', '210810.205000', '210810.665000', '210811.125000', '210811.585000', '210812.045000', '210812.505000', '210812.965000', '210813.425000', '210813.885000', '210814.345000', '210814.805000', '210815.265000', '210815.725000', '210816.185000', '210816.645000', '210817.105000', '210817.565000', '210818.025000', '210818.485000', '210818.945000', '210819.405000', '210819.865000', '210820.325000', '210820.785000', '210821.245000', '210821.705000', '210822.165000', '210822.625000', '210823.085000', '210823.545000', '210824.005000', '210824.465000', '210824.925000', '210825.385000', '210825.845000', '210826.305000', '210826.765000', '210827.225000', '210827.685000', '210828.145000', '210828.605000', '210829.065000', '210829.525000', '210829.985000', '210830.445000', '210830.905000', '210831.365000', '210831.825000', '210832.285000', '210832.745000', '210833.205000', '210833.665000', '210834.125000', '210834.585000', '210835.045000', '210835.505000', '210835.965000', '210836.425000', '210836.885000', '210837.345000', '210837.805000', '210838.265000', '210838.725000', '210839.185000', '210839.645000', '210840.105000', '210840.565000', '210841.025000', '210841.485000', '210841.945000', '210842.405000', '210842.865000', '210843.325000', '210843.785000', '210844.245000', '210844.705000', '210845.165000', '210845.625000', '210846.085000', '210846.545000', '210847.005000', '210847.465000', '210847.925000', '210848.385000', '210848.845000', '210849.305000', '210849.765000', '210850.225000', '210850.685000', '210851.145000', '210851.605000', '210852.065000', '210852.525000', '210852.985000', '210853.445000', '210853.905000', '210854.365000', '210854.825000', '210855.285000', '210855.745000', '210856.205000', '210856.665000', '210857.125000', '210857.585000', '210858.045000', '210858.505000', '210858.965000', '210859.425000', '210859.885000', '210900.345000', '210900.805000', '210901.265000', '210901.725000', '210902.185000', '210902.645000', '210903.105000', '210903.565000', '210904.025000', '210904.485000', '210904.945000', '210905.405000', '210905.865000', '210906.325000', '210906.785000', '210907.245000', '210907.705000', '210908.165000', '210908.625000', '210909.085000', '210909.545000', '210910.005000', '210910.465000', '210910.925000', '210911.385000', '210911.845000', '210912.305000', '210912.765000', '210913.225000', '210913.685000', '210914.145000', '210914.605000', '210915.065000', '210915.525000', '210915.985000', '210916.445000', '210916.905000', '210917.365000', '210917.825000', '210918.285000', '210918.745000', '210919.205000', '210919.665000', '210920.125000', '210920.585000', '210921.045000', '210921.505000', '210921.965000', '210922.425000', '210922.885000', '210923.345000', '210923.805000', '210924.265000', '210924.725000', '210925.185000', '210925.645000', '210926.105000', '210926.565000', '210927.025000', '210927.485000', '210927.945000', '210928.405000', '210928.865000', '210929.325000', '210929.785000', '210930.245000', '210930.705000', '210931.165000', '210931.625000', '210932.085000', '210932.545000', '210933.005000', '210933.465000', '210933.925000', '210934.385000', '210934.845000', '210935.305000', '210935.765000', '210936.225000', '210936.685000', '210937.145000', '210937.605000', '210938.065000', '210938.525000', '210938.985000', '210939.445000', '210939.905000', '210940.365000', '210940.825000', '210941.285000', '210941.745000', '210942.205000', '210942.665000', '210943.125000', '210943.585000', '210944.045000', '210944.505000', '210944.965000', '210945.425000', '210945.885000', '210946.345000', '210946.805000', '210947.265000', '210947.725000', '210948.185000', '210948.645000', '210949.105000', '210949.565000', '210950.025000', '210950.485000', '210950.945000', '210951.405000', '210951.865000', '210952.325000', '210952.785000', '210953.245000', '210953.705000', '210954.165000', '210954.625000', '210955.085000', '210955.545000', '210956.005000', '210956.465000', '210956.925000', '210957.385000', '210957.845000', '210958.305000', '210958.765000', '210959.225000', '210959.685000', '211000.145000', '211000.605000', '211001.065000', '211001.525000', '211001.985000', '211002.445000', '211002.905000', '211003.365000', '211003.825000', '211004.285000', '211004.745000', '211005.205000', '211005.665000', '211006.125000', '211006.585000', '211007.045000', '211007.505000', '211007.965000', '211008.425000', '211008.885000', '211009.345000'], 'ContentTime': ['210353.686000', '210353.689000', '210353.692000', '210353.694000', '210353.697000', '210353.700000', '210353.702000', '210353.705000', '210353.707000', '210353.710000', '210353.713000', '210353.715000', '210353.718000', '210353.720000', '210353.723000', '210353.726000', '210353.728000', '210353.731000', '210353.734000', '210353.736000', '210353.739000', '210353.747000', '210353.750000', '210353.753000', '210353.755000', '210353.758000', '210353.760000', '210353.763000', '210353.766000', '210353.768000', '210353.771000', '210353.774000', '210353.776000', '210353.779000', '210353.781000', '210353.784000', '210353.787000', '210353.789000', '210353.792000', '210353.795000', '210353.797000', '210353.800000', '210353.802000', '210353.805000', '210353.808000', '210353.810000', '210353.813000', '210353.815000', '210353.818000', '210353.821000', '210353.823000', '210413.656000', '210413.659000', '210413.662000', '210413.664000', '210413.667000', '210413.670000', '210413.672000', '210413.675000', '210413.678000', '210413.681000', '210413.683000', '210413.686000', '210413.688000', '210413.691000', '210413.694000', '210413.696000', '210413.704000', '210413.707000', '210413.710000', '210413.712000', '210413.715000', '210413.718000', '210413.720000', '210413.723000', '210413.726000', '210413.728000', '210413.731000', '210413.733000', '210413.736000', '210413.739000', '210413.741000', '210413.744000', '210413.747000', '210413.749000', '210413.752000', '210413.754000', '210413.757000', '210413.760000', '210413.762000', '210413.765000', '210413.767000', '210413.770000', '210413.773000', '210433.657000', '210433.660000', '210433.662000', '210433.665000', '210433.668000', '210433.670000', '210433.673000', '210433.676000', '210433.678000', '210433.687000', '210433.690000', '210433.692000', '210433.695000', '210433.698000', '210433.700000', '210433.703000', '210433.705000', '210433.708000', '210433.711000', '210433.713000', '210433.716000', '210433.719000', '210433.721000', '210433.724000', '210433.726000', '210433.729000', '210433.732000', '210433.739000', '210433.741000', '210433.744000', '210433.747000', '210433.749000', '210433.752000', '210433.755000', '210433.757000', '210433.760000', '210433.763000', '210433.765000', '210433.768000', '210433.771000', '210433.773000', '210433.776000', '210433.778000', '210433.781000', '210453.656000', '210453.659000', '210453.662000', '210453.665000', '210453.668000', '210453.670000', '210453.673000', '210453.676000', '210453.678000', '210453.681000', '210453.691000', '210453.693000', '210453.696000', '210453.698000', '210453.701000', '210453.704000', '210453.706000', '210453.709000', '210453.712000', '210453.714000', '210453.717000', '210453.720000', '210453.722000', '210453.725000', '210453.727000', '210453.730000', '210453.733000', '210453.735000', '210453.738000', '210453.740000', '210453.743000', '210453.746000', '210453.748000', '210453.751000', '210453.754000', '210453.756000', '210453.759000', '210453.761000', '210453.764000', '210453.767000', '210453.769000', '210453.772000', '210453.775000', '210513.656000', '210513.659000', '210513.662000', '210513.664000', '210513.667000', '210513.670000', '210513.673000', '210513.675000', '210513.678000', '210513.681000', '210513.683000', '210513.686000', '210513.689000', '210513.691000', '210513.694000', '210513.696000', '210513.699000', '210513.702000', '210513.704000', '210513.707000', '210513.710000', '210513.712000', '210513.715000', '210513.721000', '210513.724000', '210513.727000', '210513.729000', '210513.732000', '210513.735000', '210513.737000', '210513.745000', '210513.748000', '210513.751000', '210513.753000', '210513.756000', '210513.758000', '210513.761000', '210513.764000', '210513.766000', '210513.769000', '210513.772000', '210513.774000', '210513.777000', '210513.779000', '210533.657000', '210533.660000', '210533.662000', '210533.665000', '210533.668000', '210533.670000', '210533.673000', '210533.676000', '210533.678000', '210533.681000', '210533.683000', '210533.686000', '210533.688000', '210533.691000', '210533.694000', '210533.697000', '210533.699000', '210533.702000', '210533.705000', '210533.707000', '210533.710000', '210533.712000', '210533.715000', '210533.718000', '210533.720000', '210533.723000', '210533.726000', '210533.728000', '210533.731000', '210533.733000', '210533.736000', '210533.739000', '210533.741000', '210533.744000', '210533.754000', '210533.756000', '210533.759000', '210533.762000', '210533.764000', '210533.767000', '210533.770000', '210533.772000', '210533.775000', '210553.656000', '210553.659000', '210553.662000', '210553.664000', '210553.667000', '210553.670000', '210553.672000', '210553.675000', '210553.677000', '210553.680000', '210553.682000', '210553.685000', '210553.688000', '210553.690000', '210553.693000', '210553.696000', '210553.698000', '210553.701000', '210553.704000', '210553.706000', '210553.709000', '210553.712000', '210553.714000', '210553.717000', '210553.720000', '210553.722000', '210553.725000', '210553.728000', '210553.730000', '210553.733000', '210553.736000', '210553.738000', '210553.741000', '210553.744000', '210553.746000', '210553.749000', '210553.752000', '210553.754000', '210553.757000', '210553.760000', '210553.762000', '210553.765000', '210553.768000', '210553.771000', '210613.655000', '210613.658000', '210613.661000', '210613.664000', '210613.666000', '210613.669000', '210613.672000', '210613.674000', '210613.682000', '210613.685000', '210613.687000', '210613.690000', '210613.693000', '210613.695000', '210613.698000', '210613.701000', '210613.703000', '210613.706000', '210613.708000', '210613.711000', '210613.714000', '210613.716000', '210613.719000', '210613.722000', '210613.724000', '210613.727000', '210613.729000', '210613.732000', '210613.735000', '210613.738000', '210613.740000', '210613.743000', '210613.745000', '210613.748000', '210613.751000', '210613.753000', '210613.756000', '210613.759000', '210613.761000', '210613.764000', '210613.767000', '210613.769000', '210613.772000', '210633.656000', '210633.659000', '210633.662000', '210633.664000', '210633.667000', '210633.670000', '210633.672000', '210633.675000', '210633.678000', '210633.680000', '210633.683000', '210633.685000', '210633.688000', '210633.691000', '210633.693000', '210633.696000', '210633.699000', '210633.701000', '210633.704000', '210633.706000', '210633.709000', '210633.712000', '210633.714000', '210633.717000', '210633.720000', '210633.722000', '210633.725000', '210633.728000', '210633.730000', '210633.733000', '210633.736000', '210633.738000', '210633.741000', '210633.743000', '210633.746000', '210633.749000', '210633.751000', '210633.754000', '210633.757000', '210633.759000', '210633.762000', '210633.765000', '210633.767000', '210633.770000', '210653.656000', '210653.659000', '210653.662000', '210653.665000', '210653.667000', '210653.670000', '210653.673000', '210653.675000', '210653.678000', '210653.680000', '210653.683000', '210653.697000', '210653.700000', '210653.703000', '210653.705000', '210653.708000', '210653.711000', '210653.713000', '210653.716000', '210653.718000', '210653.721000', '210653.731000', '210653.733000', '210653.736000', '210653.739000', '210653.741000', '210653.744000', '210653.747000', '210653.749000', '210653.752000', '210653.755000', '210653.757000', '210653.760000', '210653.762000', '210653.765000', '210653.768000', '210653.770000', '210653.773000', '210653.776000', '210653.778000', '210653.781000', '210653.784000', '210653.786000', '210713.657000', '210713.660000', '210713.662000', '210713.665000', '210713.668000', '210713.670000', '210713.673000', '210713.676000', '210713.678000', '210713.681000', '210713.684000', '210713.686000', '210713.690000', '210713.693000', '210713.696000', '210713.698000', '210713.701000', '210713.704000', '210713.706000', '210713.709000', '210713.712000', '210713.714000', '210713.717000', '210713.719000', '210713.722000', '210713.725000', '210713.727000', '210713.730000', '210713.733000', '210713.735000', '210713.738000', '210713.741000', '210713.744000', '210713.746000', '210713.749000', '210713.752000', '210713.755000', '210713.757000', '210713.760000', '210713.763000', '210713.765000', '210713.768000', '210713.770000', '210733.657000', '210733.660000', '210733.663000', '210733.665000', '210733.668000', '210733.670000', '210733.673000', '210733.676000', '210733.678000', '210733.681000', '210733.683000', '210733.686000', '210733.689000', '210733.691000', '210733.694000', '210733.697000', '210733.699000', '210733.702000', '210733.705000', '210733.707000', '210733.710000', '210733.712000', '210733.715000', '210733.718000', '210733.720000', '210733.723000', '210733.726000', '210733.729000', '210733.731000', '210733.734000', '210733.736000', '210733.739000', '210733.742000', '210733.744000', '210733.747000', '210733.750000', '210733.752000', '210733.755000', '210733.758000', '210733.760000', '210733.763000', '210733.766000', '210733.768000', '210733.771000', '210753.656000', '210753.659000', '210753.662000', '210753.665000', '210753.668000', '210753.670000', '210753.673000', '210753.676000', '210753.678000', '210753.681000', '210753.684000', '210753.686000', '210753.689000', '210753.691000', '210753.694000', '210753.697000', '210753.699000', '210753.702000', '210753.705000', '210753.707000', '210753.710000', '210753.712000', '210753.715000', '210753.718000', '210753.720000', '210753.723000', '210753.726000', '210753.728000', '210753.731000', '210753.734000', '210753.736000', '210753.739000', '210753.742000', '210753.744000', '210753.747000', '210753.750000', '210753.752000', '210753.755000', '210753.758000', '210753.760000', '210753.763000', '210753.765000', '210753.768000', '210753.771000', '210813.657000', '210813.659000', '210813.662000', '210813.665000', '210813.668000', '210813.670000', '210813.673000', '210813.675000', '210813.678000', '210813.681000', '210813.683000', '210813.686000', '210813.689000', '210813.692000', '210813.694000', '210813.697000', '210813.700000', '210813.702000', '210813.705000', '210813.707000', '210813.710000', '210813.713000', '210813.715000', '210813.718000', '210813.721000', '210813.723000', '210813.726000', '210813.728000', '210813.731000', '210813.734000', '210813.736000', '210813.739000', '210813.742000', '210813.744000', '210813.747000', '210813.750000', '210813.771000', '210813.773000', '210813.776000', '210813.779000', '210813.781000', '210813.784000', '210813.787000', '210833.655000', '210833.658000', '210833.661000', '210833.664000', '210833.666000', '210833.669000', '210833.671000', '210833.674000', '210833.677000', '210833.679000', '210833.682000', '210833.685000', '210833.688000', '210833.690000', '210833.693000', '210833.696000', '210833.698000', '210833.701000', '210833.704000', '210833.706000', '210833.709000', '210833.712000', '210833.714000', '210833.717000', '210833.734000', '210833.737000', '210833.739000', '210833.742000', '210833.744000', '210833.747000', '210833.750000', '210833.753000', '210833.755000', '210833.758000', '210833.761000', '210833.763000', '210833.766000', '210833.769000', '210833.771000', '210833.774000', '210833.777000', '210833.779000', '210833.782000', '210853.657000', '210853.660000', '210853.662000', '210853.665000', '210853.668000', '210853.670000', '210853.673000', '210853.676000', '210853.679000', '210853.681000', '210853.684000', '210853.686000', '210853.689000', '210853.692000', '210853.694000', '210853.697000', '210853.700000', '210853.702000', '210853.705000', '210853.707000', '210853.710000', '210853.713000', '210853.715000', '210853.718000', '210853.721000', '210853.723000', '210853.726000', '210853.729000', '210853.732000', '210853.734000', '210853.737000', '210853.739000', '210853.742000', '210853.745000', '210853.747000', '210853.750000', '210853.753000', '210853.755000', '210853.758000', '210853.760000', '210853.763000', '210853.766000', '210853.768000', '210853.771000', '210913.656000', '210913.659000', '210913.662000', '210913.665000', '210913.667000', '210913.670000', '210913.673000', '210913.675000', '210913.678000', '210913.681000', '210913.683000', '210913.686000', '210913.688000', '210913.691000', '210913.694000', '210913.696000', '210913.699000', '210913.702000', '210913.704000', '210913.707000', '210913.710000', '210913.712000', '210913.715000', '210913.718000', '210913.720000', '210913.723000', '210913.726000', '210913.728000', '210913.731000', '210913.733000', '210913.736000', '210913.739000', '210913.742000', '210913.744000', '210913.747000', '210913.750000', '210913.752000', '210913.755000', '210913.758000', '210913.760000', '210913.763000', '210913.765000', '210913.768000', '210933.657000', '210933.660000', '210933.662000', '210933.665000', '210933.667000', '210933.670000', '210933.673000', '210933.675000', '210933.678000', '210933.682000', '210933.685000', '210933.687000', '210933.690000', '210933.692000', '210933.695000', '210933.698000', '210933.700000', '210933.703000', '210933.706000', '210933.709000', '210933.711000', '210933.714000', '210933.717000', '210933.719000', '210933.722000', '210933.725000', '210933.727000', '210933.730000', '210933.733000', '210933.735000', '210933.738000', '210933.740000', '210933.743000', '210933.746000', '210933.749000', '210933.751000', '210933.754000', '210933.757000', '210933.759000', '210933.762000', '210933.765000', '210933.767000', '210933.770000', '210933.773000', '210953.657000', '210953.660000', '210953.662000', '210953.665000', '210953.676000', '210953.678000', '210953.681000', '210953.683000', '210953.686000', '210953.689000', '210953.691000', '210953.694000', '210953.697000', '210953.699000', '210953.702000', '210953.704000', '210953.707000', '210953.710000', '210953.712000', '210953.715000', '210953.718000', '210953.720000', '210953.723000', '210953.725000', '210953.728000', '210953.731000', '210953.734000', '210953.736000', '210953.739000', '210953.742000', '210953.744000', '210953.747000', '210953.749000', '210953.752000', '210953.755000', '210953.757000', '210953.760000', '210953.763000', '210953.765000', '210953.769000', '210953.772000', '210953.775000', '210953.777000', '211011.186000', '211011.244000', '211011.247000', '211011.250000', '211011.252000', '211011.255000', '211011.258000', '211011.260000', '211011.263000', '211011.266000', '211011.268000', '211011.271000', '211011.274000', '211011.276000', '211011.279000', '211011.282000', '211011.284000', '211011.287000', '211011.289000', '211011.292000', '211011.295000', '211011.297000', '211011.300000', '211011.303000', '211011.305000', '211011.308000', '211011.311000', '211011.313000', '211011.316000', '211011.319000', '211011.321000', '211011.324000', '211011.327000', '211011.329000', '211011.334000', '211011.337000', '211011.339000', '211011.342000', '211011.345000'], 'InstanceCreationTime': ['210353.686000', '210353.689000', '210353.692000', '210353.694000', '210353.697000', '210353.700000', '210353.702000', '210353.705000', '210353.707000', '210353.710000', '210353.713000', '210353.715000', '210353.718000', '210353.720000', '210353.723000', '210353.726000', '210353.728000', '210353.731000', '210353.734000', '210353.736000', '210353.739000', '210353.747000', '210353.750000', '210353.753000', '210353.755000', '210353.758000', '210353.760000', '210353.763000', '210353.766000', '210353.768000', '210353.771000', '210353.774000', '210353.776000', '210353.779000', '210353.781000', '210353.784000', '210353.787000', '210353.789000', '210353.792000', '210353.795000', '210353.797000', '210353.800000', '210353.802000', '210353.805000', '210353.808000', '210353.810000', '210353.813000', '210353.815000', '210353.818000', '210353.821000', '210353.823000', '210413.656000', '210413.659000', '210413.662000', '210413.664000', '210413.667000', '210413.670000', '210413.672000', '210413.675000', '210413.678000', '210413.681000', '210413.683000', '210413.686000', '210413.688000', '210413.691000', '210413.694000', '210413.696000', '210413.704000', '210413.707000', '210413.710000', '210413.712000', '210413.715000', '210413.718000', '210413.720000', '210413.723000', '210413.726000', '210413.728000', '210413.731000', '210413.733000', '210413.736000', '210413.739000', '210413.741000', '210413.744000', '210413.747000', '210413.749000', '210413.752000', '210413.754000', '210413.757000', '210413.760000', '210413.762000', '210413.765000', '210413.767000', '210413.770000', '210413.773000', '210433.657000', '210433.660000', '210433.662000', '210433.665000', '210433.668000', '210433.670000', '210433.673000', '210433.676000', '210433.678000', '210433.687000', '210433.690000', '210433.692000', '210433.695000', '210433.698000', '210433.700000', '210433.703000', '210433.705000', '210433.708000', '210433.711000', '210433.713000', '210433.716000', '210433.719000', '210433.721000', '210433.724000', '210433.726000', '210433.729000', '210433.732000', '210433.739000', '210433.741000', '210433.744000', '210433.747000', '210433.749000', '210433.752000', '210433.755000', '210433.757000', '210433.760000', '210433.763000', '210433.765000', '210433.768000', '210433.771000', '210433.773000', '210433.776000', '210433.778000', '210433.781000', '210453.656000', '210453.659000', '210453.662000', '210453.665000', '210453.668000', '210453.670000', '210453.673000', '210453.676000', '210453.678000', '210453.681000', '210453.691000', '210453.693000', '210453.696000', '210453.698000', '210453.701000', '210453.704000', '210453.706000', '210453.709000', '210453.712000', '210453.714000', '210453.717000', '210453.720000', '210453.722000', '210453.725000', '210453.727000', '210453.730000', '210453.733000', '210453.735000', '210453.738000', '210453.740000', '210453.743000', '210453.746000', '210453.748000', '210453.751000', '210453.754000', '210453.756000', '210453.759000', '210453.761000', '210453.764000', '210453.767000', '210453.769000', '210453.772000', '210453.775000', '210513.656000', '210513.659000', '210513.662000', '210513.664000', '210513.667000', '210513.670000', '210513.673000', '210513.675000', '210513.678000', '210513.681000', '210513.683000', '210513.686000', '210513.689000', '210513.691000', '210513.694000', '210513.696000', '210513.699000', '210513.702000', '210513.704000', '210513.707000', '210513.710000', '210513.712000', '210513.715000', '210513.721000', '210513.724000', '210513.727000', '210513.729000', '210513.732000', '210513.735000', '210513.737000', '210513.745000', '210513.748000', '210513.751000', '210513.753000', '210513.756000', '210513.758000', '210513.761000', '210513.764000', '210513.766000', '210513.769000', '210513.772000', '210513.774000', '210513.777000', '210513.779000', '210533.657000', '210533.660000', '210533.662000', '210533.665000', '210533.668000', '210533.670000', '210533.673000', '210533.676000', '210533.678000', '210533.681000', '210533.683000', '210533.686000', '210533.688000', '210533.691000', '210533.694000', '210533.697000', '210533.699000', '210533.702000', '210533.705000', '210533.707000', '210533.710000', '210533.712000', '210533.715000', '210533.718000', '210533.720000', '210533.723000', '210533.726000', '210533.728000', '210533.731000', '210533.733000', '210533.736000', '210533.739000', '210533.741000', '210533.744000', '210533.754000', '210533.756000', '210533.759000', '210533.762000', '210533.764000', '210533.767000', '210533.770000', '210533.772000', '210533.775000', '210553.656000', '210553.659000', '210553.662000', '210553.664000', '210553.667000', '210553.670000', '210553.672000', '210553.675000', '210553.677000', '210553.680000', '210553.682000', '210553.685000', '210553.688000', '210553.690000', '210553.693000', '210553.696000', '210553.698000', '210553.701000', '210553.704000', '210553.706000', '210553.709000', '210553.712000', '210553.714000', '210553.717000', '210553.720000', '210553.722000', '210553.725000', '210553.728000', '210553.730000', '210553.733000', '210553.736000', '210553.738000', '210553.741000', '210553.744000', '210553.746000', '210553.749000', '210553.752000', '210553.754000', '210553.757000', '210553.760000', '210553.762000', '210553.765000', '210553.768000', '210553.771000', '210613.655000', '210613.658000', '210613.661000', '210613.664000', '210613.666000', '210613.669000', '210613.672000', '210613.674000', '210613.682000', '210613.685000', '210613.687000', '210613.690000', '210613.693000', '210613.695000', '210613.698000', '210613.701000', '210613.703000', '210613.706000', '210613.708000', '210613.711000', '210613.714000', '210613.716000', '210613.719000', '210613.722000', '210613.724000', '210613.727000', '210613.729000', '210613.732000', '210613.735000', '210613.738000', '210613.740000', '210613.743000', '210613.745000', '210613.748000', '210613.751000', '210613.753000', '210613.756000', '210613.759000', '210613.761000', '210613.764000', '210613.767000', '210613.769000', '210613.772000', '210633.656000', '210633.659000', '210633.662000', '210633.664000', '210633.667000', '210633.670000', '210633.672000', '210633.675000', '210633.678000', '210633.680000', '210633.683000', '210633.685000', '210633.688000', '210633.691000', '210633.693000', '210633.696000', '210633.699000', '210633.701000', '210633.704000', '210633.706000', '210633.709000', '210633.712000', '210633.714000', '210633.717000', '210633.720000', '210633.722000', '210633.725000', '210633.728000', '210633.730000', '210633.733000', '210633.736000', '210633.738000', '210633.741000', '210633.743000', '210633.746000', '210633.749000', '210633.751000', '210633.754000', '210633.757000', '210633.759000', '210633.762000', '210633.765000', '210633.767000', '210633.770000', '210653.656000', '210653.659000', '210653.662000', '210653.665000', '210653.667000', '210653.670000', '210653.673000', '210653.675000', '210653.678000', '210653.680000', '210653.683000', '210653.697000', '210653.700000', '210653.703000', '210653.705000', '210653.708000', '210653.711000', '210653.713000', '210653.716000', '210653.718000', '210653.721000', '210653.731000', '210653.733000', '210653.736000', '210653.739000', '210653.741000', '210653.744000', '210653.747000', '210653.749000', '210653.752000', '210653.755000', '210653.757000', '210653.760000', '210653.762000', '210653.765000', '210653.768000', '210653.770000', '210653.773000', '210653.776000', '210653.778000', '210653.781000', '210653.784000', '210653.786000', '210713.657000', '210713.660000', '210713.662000', '210713.665000', '210713.668000', '210713.670000', '210713.673000', '210713.676000', '210713.678000', '210713.681000', '210713.684000', '210713.686000', '210713.690000', '210713.693000', '210713.696000', '210713.698000', '210713.701000', '210713.704000', '210713.706000', '210713.709000', '210713.712000', '210713.714000', '210713.717000', '210713.719000', '210713.722000', '210713.725000', '210713.727000', '210713.730000', '210713.733000', '210713.735000', '210713.738000', '210713.741000', '210713.744000', '210713.746000', '210713.749000', '210713.752000', '210713.755000', '210713.757000', '210713.760000', '210713.763000', '210713.765000', '210713.768000', '210713.770000', '210733.657000', '210733.660000', '210733.663000', '210733.665000', '210733.668000', '210733.670000', '210733.673000', '210733.676000', '210733.678000', '210733.681000', '210733.683000', '210733.686000', '210733.689000', '210733.691000', '210733.694000', '210733.697000', '210733.699000', '210733.702000', '210733.705000', '210733.707000', '210733.710000', '210733.712000', '210733.715000', '210733.718000', '210733.720000', '210733.723000', '210733.726000', '210733.729000', '210733.731000', '210733.734000', '210733.736000', '210733.739000', '210733.742000', '210733.744000', '210733.747000', '210733.750000', '210733.752000', '210733.755000', '210733.758000', '210733.760000', '210733.763000', '210733.766000', '210733.768000', '210733.771000', '210753.656000', '210753.659000', '210753.662000', '210753.665000', '210753.668000', '210753.670000', '210753.673000', '210753.676000', '210753.678000', '210753.681000', '210753.684000', '210753.686000', '210753.689000', '210753.691000', '210753.694000', '210753.697000', '210753.699000', '210753.702000', '210753.705000', '210753.707000', '210753.710000', '210753.712000', '210753.715000', '210753.718000', '210753.720000', '210753.723000', '210753.726000', '210753.728000', '210753.731000', '210753.734000', '210753.736000', '210753.739000', '210753.742000', '210753.744000', '210753.747000', '210753.750000', '210753.752000', '210753.755000', '210753.758000', '210753.760000', '210753.763000', '210753.765000', '210753.768000', '210753.771000', '210813.657000', '210813.659000', '210813.662000', '210813.665000', '210813.668000', '210813.670000', '210813.673000', '210813.675000', '210813.678000', '210813.681000', '210813.683000', '210813.686000', '210813.689000', '210813.692000', '210813.694000', '210813.697000', '210813.700000', '210813.702000', '210813.705000', '210813.707000', '210813.710000', '210813.713000', '210813.715000', '210813.718000', '210813.721000', '210813.723000', '210813.726000', '210813.728000', '210813.731000', '210813.734000', '210813.736000', '210813.739000', '210813.742000', '210813.744000', '210813.747000', '210813.750000', '210813.771000', '210813.773000', '210813.776000', '210813.779000', '210813.781000', '210813.784000', '210813.787000', '210833.655000', '210833.658000', '210833.661000', '210833.664000', '210833.666000', '210833.669000', '210833.671000', '210833.674000', '210833.677000', '210833.679000', '210833.682000', '210833.685000', '210833.688000', '210833.690000', '210833.693000', '210833.696000', '210833.698000', '210833.701000', '210833.704000', '210833.706000', '210833.709000', '210833.712000', '210833.714000', '210833.717000', '210833.734000', '210833.737000', '210833.739000', '210833.742000', '210833.744000', '210833.747000', '210833.750000', '210833.753000', '210833.755000', '210833.758000', '210833.761000', '210833.763000', '210833.766000', '210833.769000', '210833.771000', '210833.774000', '210833.777000', '210833.779000', '210833.782000', '210853.657000', '210853.660000', '210853.662000', '210853.665000', '210853.668000', '210853.670000', '210853.673000', '210853.676000', '210853.679000', '210853.681000', '210853.684000', '210853.686000', '210853.689000', '210853.692000', '210853.694000', '210853.697000', '210853.700000', '210853.702000', '210853.705000', '210853.707000', '210853.710000', '210853.713000', '210853.715000', '210853.718000', '210853.721000', '210853.723000', '210853.726000', '210853.729000', '210853.732000', '210853.734000', '210853.737000', '210853.739000', '210853.742000', '210853.745000', '210853.747000', '210853.750000', '210853.753000', '210853.755000', '210853.758000', '210853.760000', '210853.763000', '210853.766000', '210853.768000', '210853.771000', '210913.656000', '210913.659000', '210913.662000', '210913.665000', '210913.667000', '210913.670000', '210913.673000', '210913.675000', '210913.678000', '210913.681000', '210913.683000', '210913.686000', '210913.688000', '210913.691000', '210913.694000', '210913.696000', '210913.699000', '210913.702000', '210913.704000', '210913.707000', '210913.710000', '210913.712000', '210913.715000', '210913.718000', '210913.720000', '210913.723000', '210913.726000', '210913.728000', '210913.731000', '210913.733000', '210913.736000', '210913.739000', '210913.742000', '210913.744000', '210913.747000', '210913.750000', '210913.752000', '210913.755000', '210913.758000', '210913.760000', '210913.763000', '210913.765000', '210913.768000', '210933.657000', '210933.660000', '210933.662000', '210933.665000', '210933.667000', '210933.670000', '210933.673000', '210933.675000', '210933.678000', '210933.682000', '210933.685000', '210933.687000', '210933.690000', '210933.692000', '210933.695000', '210933.698000', '210933.700000', '210933.703000', '210933.706000', '210933.709000', '210933.711000', '210933.714000', '210933.717000', '210933.719000', '210933.722000', '210933.725000', '210933.727000', '210933.730000', '210933.733000', '210933.735000', '210933.738000', '210933.740000', '210933.743000', '210933.746000', '210933.749000', '210933.751000', '210933.754000', '210933.757000', '210933.759000', '210933.762000', '210933.765000', '210933.767000', '210933.770000', '210933.773000', '210953.657000', '210953.660000', '210953.662000', '210953.665000', '210953.676000', '210953.678000', '210953.681000', '210953.683000', '210953.686000', '210953.689000', '210953.691000', '210953.694000', '210953.697000', '210953.699000', '210953.702000', '210953.704000', '210953.707000', '210953.710000', '210953.712000', '210953.715000', '210953.718000', '210953.720000', '210953.723000', '210953.725000', '210953.728000', '210953.731000', '210953.734000', '210953.736000', '210953.739000', '210953.742000', '210953.744000', '210953.747000', '210953.749000', '210953.752000', '210953.755000', '210953.757000', '210953.760000', '210953.763000', '210953.765000', '210953.769000', '210953.772000', '210953.775000', '210953.777000', '211011.186000', '211011.244000', '211011.247000', '211011.250000', '211011.252000', '211011.255000', '211011.258000', '211011.260000', '211011.263000', '211011.266000', '211011.268000', '211011.271000', '211011.274000', '211011.276000', '211011.279000', '211011.282000', '211011.284000', '211011.287000', '211011.289000', '211011.292000', '211011.295000', '211011.297000', '211011.300000', '211011.303000', '211011.305000', '211011.308000', '211011.311000', '211011.313000', '211011.316000', '211011.319000', '211011.321000', '211011.324000', '211011.327000', '211011.329000', '211011.334000', '211011.337000', '211011.339000', '211011.342000', '211011.345000'], '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': [12608, 8430, 11415, 7456, 9552, 7266, 8322, 8579, 9050, 8554, 7769, 8419, 7937, 11551, 7987, 13881, 8156, 9446, 7367, 8279, 7315, 10366, 8207, 8955, 7788, 8444, 7993, 8684, 8343, 11284, 9794, 9323, 8319, 8575, 8719, 8725, 8101, 11763, 9368, 11773, 8269, 8483, 7985, 9016, 8055, 11479, 8712, 10961, 8276, 9032, 7865, 8777, 7732, 12214, 8352, 11824, 7570, 12070, 7739, 10473, 7113, 10763, 7741, 11018, 7226, 9821, 7171, 9921, 7291, 10508, 7682, 13384, 8523, 11398, 8095, 7223, 7793, 7109, 9762, 7451, 13018, 7713, 11138, 7484, 10079, 7653, 12095, 8046, 13176, 8361, 11293, 7134, 8338, 7729, 8716, 7766, 8592, 9686, 7010, 9488, 7340, 9931, 7681, 11793, 8412, 10118, 7266, 8658, 8673, 8198, 14783, 10570, 11800, 7334, 9580, 7657, 9724, 7351, 11534, 7598, 10313, 7389, 10342, 7715, 9442, 9544, 8450, 12789, 7994, 11178, 7761, 10482, 7593, 10668, 7931, 11400, 7208, 9309, 7394, 9220, 7233, 9015, 7859, 9836, 7003, 8077, 8230, 8156, 9096, 7449, 12056, 8371, 8985, 7218, 8734, 7576, 11685, 7672, 12837, 8322, 11835, 7335, 10288, 6961, 9297, 7258, 9679, 10983, 8753, 11839, 7383, 10774, 7647, 11591, 7775, 10580, 8017, 10702, 7124, 9376, 7167, 8405, 7373, 8312, 8732, 7921, 8611, 7610, 10959, 7851, 12991, 8446, 12229, 7802, 11348, 7245, 9320, 7324, 11051, 7257, 8764, 7033, 8224, 6901, 9254, 8727, 9531, 7433, 8138, 8323, 8199, 9773, 7954, 14763, 11113, 13764, 7658, 10530, 7235, 10749, 8137, 12174, 7426, 10383, 7286, 9426, 7152, 13201, 15141, 16936, 13040, 8979, 7429, 10122, 7680, 10480, 7456, 8986, 8260, 8436, 9835, 8363, 13516, 8055, 11986, 8462, 10172, 7276, 8840, 7484, 9169, 7403, 11872, 8532, 11492, 8005, 14721, 7673, 10087, 7377, 11168, 7635, 11264, 7735, 13580, 7515, 10605, 7199, 9982, 7321, 10074, 7290, 9879, 7597, 10275, 7234, 10696, 7503, 9324, 7449, 9224, 7320, 9596, 7444, 9915, 7198, 10350, 7117, 10565, 7073, 10147, 7113, 11744, 7663, 10600, 7393, 9361, 7478, 9349, 7053, 8841, 7294, 9704, 7253, 8048, 7150, 8216, 7890, 8049, 9174, 8401, 8865, 7834, 9245, 7995, 12663, 8176, 13212, 8151, 10227, 7728, 10444, 7804, 12358, 7992, 11611, 7584, 10249, 7623, 10660, 7579, 12710, 8265, 9773, 7623, 10085, 7685, 12274, 8502, 13104, 9597, 12271, 7979, 12128, 9115, 13261, 9297, 15547, 8727, 12079, 7648, 10099, 7338, 11203, 7847, 10325, 7284, 8391, 7501, 8294, 8394, 8947, 8807, 8027, 8737, 7743, 8863, 7923, 11459, 8708, 9527, 7600, 10102, 7975, 11675, 8272, 12826, 8166, 11134, 7214, 9974, 7323, 9101, 7405, 11094, 7507, 8779, 7471, 9080, 7319, 9482, 7840, 9569, 7416, 8100, 7974, 8444, 8476, 8329, 9333, 8855, 8197, 7867, 8164, 8170, 8640, 8276, 9764, 8544, 9098, 7754, 9855, 7893, 12194, 7911, 12905, 7655, 10832, 7327, 10789, 7180, 11582, 7675, 9991, 7204, 8750, 7143, 9642, 7480, 12353, 7668, 10534, 7366, 9731, 7238, 9665, 7802, 11311, 7198, 8665, 7393, 8366, 8778, 8237, 12696, 8797, 12797, 7504, 11278, 7816, 10744, 7736, 10570, 8006, 9925, 7532, 8679, 7384, 8597, 8227, 8324, 9452, 8867, 8940, 7591, 8543, 7759, 9772, 9265, 11442, 7937, 8789, 7735, 9311, 7793, 13333, 9083, 13201, 7276, 11297, 7485, 13253, 8564, 11803, 8137, 8388, 7567, 7827, 7610, 8361, 7695, 9123, 8476, 7429, 8016, 7403, 8830, 8288, 9879, 7962, 9451, 7345, 8840, 7627, 9341, 9016, 9258, 7438, 8135, 8180, 8652, 9190, 8624, 9729, 8581, 8840, 8117, 9429, 8297, 9934, 8384, 10609, 7924, 9298, 7615, 10431, 7645, 13233, 8502, 12215, 7309, 10142, 7387, 10286, 7530, 10383, 7749, 10774, 7271, 9390, 7271, 9746, 7395, 10882, 8311, 10164, 7468, 8815, 7359, 8566, 8190, 8938, 8810, 7950, 9098, 7662, 9993, 7535, 12639, 7820, 11568, 7191, 9814, 7203, 9887, 7601, 10431, 7898, 10190, 7358, 8481, 8213, 8240, 12025, 8657, 12523, 7335, 11064, 7781, 9999, 7773, 11612, 7710, 9861, 7267, 9459, 7424, 10644, 8122, 11080, 7473, 9293, 7448, 9049, 7763, 9850, 10089, 8891, 9716, 7944, 10946, 7815, 12653, 8420, 12416, 7709, 10370, 7346, 10128, 7581, 12306, 8146, 11133, 7458, 9603, 7217, 9173, 7543, 10692, 7981, 9028, 7532, 7673, 8524, 7842, 9528, 8593, 11059, 7831, 11664, 7724, 11381, 7860, 11706, 8176, 11999, 7346, 9070, 7295, 8328, 8431, 8266, 10693, 8001, 8939, 7113, 9275, 7499, 11508, 8017, 12061, 7575, 10651, 7386, 9781, 7355, 9629, 7795, 10292, 7400, 8700, 8082, 7870, 8853, 7844, 10632, 8040, 9451, 7471, 10334, 7588, 10680, 7724, 11493, 7478, 10238, 7444, 9486, 7291, 8961, 7617, 10042, 7678, 8017, 7951, 8016, 9154, 7910, 11507, 8023, 12344, 7314, 10268, 7450, 8970, 7062, 8231, 7820, 8122, 8608, 7600, 9867, 7442, 11151, 7683, 9458, 7474, 9099, 7431, 8846, 7374, 8573, 8238, 8641, 9228, 9470, 8613, 9129, 8324, 9166, 8790, 10849, 12089, 11176, 11518, 8223, 12967, 7768, 12351, 8871, 14860, 8046, 9456, 7628, 7830, 9247, 7491, 13628, 9087, 10460, 7105, 9128, 7459, 11059, 7688, 13049, 8445, 11396, 7514, 10123, 7289, 11557, 8228, 13365, 7317, 9521, 7661, 12351, 7985, 15475, 10606, 12098, 7581, 10540, 7482, 12271, 8201, 13574, 7329, 10366, 7770, 10202, 7757, 12026, 8136, 14415, 11011, 9404, 8291, 7918, 8685, 8932, 11391, 7368, 9638, 7823, 12023, 8213, 10991, 7739, 11875, 7827, 9719, 7946, 8667, 10245, 8345, 8067, 7856, 8293, 8039, 8417, 8347, 8345, 9102, 8746, 9141, 7728, 8215, 7966, 8247, 8521, 7984, 9176, 7657, 11370, 7443, 11893, 7535, 10164, 7279, 9133, 7365, 8382, 7256, 7932, 7960, 7672, 9360, 8338, 9904, 7611, 11118, 7551, 9529, 7265, 9975, 7955, 10264, 7230, 9072, 7228, 8641, 9414, 7791, 14697, 10637, 12479, 7442, 9591, 7106, 8468, 8980, 8030, 11799, 8219, 9763, 7327, 10635, 7730, 10503, 7656, 11727, 8108, 10550, 7230, 9065, 7078, 8711, 8076, 8979, 9582], 'WindowCenter': [4278.0, 4220.0, 4237.0, 4181.0, 4198.0, 4180.0, 4187.0, 4186.0, 4196.0, 4186.0, 4176.0, 4185.0, 4175.0, 4216.0, 4174.0, 4238.0, 4175.0, 4195.0, 4165.0, 4185.0, 4177.0, 4207.0, 4201.0, 4200.0, 4177.0, 4188.0, 4188.0, 4201.0, 4188.0, 4219.0, 4208.0, 4197.0, 4188.0, 4186.0, 4185.0, 4187.0, 4176.0, 4217.0, 4196.0, 4216.0, 4185.0, 4184.0, 4173.0, 4184.0, 4175.0, 4215.0, 4187.0, 4206.0, 4173.0, 4185.0, 4175.0, 4184.0, 4175.0, 4215.0, 4186.0, 4216.0, 4164.0, 4228.0, 4175.0, 4205.0, 4167.0, 4207.0, 4177.0, 4218.0, 4176.0, 4208.0, 4168.0, 4205.0, 4175.0, 4208.0, 4191.0, 4241.0, 4201.0, 4219.0, 4187.0, 4177.0, 4175.0, 4165.0, 4208.0, 4167.0, 4228.0, 4177.0, 4215.0, 4165.0, 4197.0, 4177.0, 4218.0, 4176.0, 4229.0, 4174.0, 4203.0, 4154.0, 4171.0, 4173.0, 4184.0, 4174.0, 4188.0, 4198.0, 4164.0, 4195.0, 4164.0, 4208.0, 4176.0, 4217.0, 4174.0, 4195.0, 4164.0, 4172.0, 4184.0, 4172.0, 4236.0, 4204.0, 4202.0, 4161.0, 4181.0, 4162.0, 4195.0, 4165.0, 4219.0, 4177.0, 4205.0, 4166.0, 4205.0, 4175.0, 4197.0, 4196.0, 4186.0, 4229.0, 4162.0, 4205.0, 4164.0, 4194.0, 4174.0, 4203.0, 4175.0, 4218.0, 4164.0, 4185.0, 4164.0, 4184.0, 4177.0, 4186.0, 4177.0, 4207.0, 4165.0, 4173.0, 4173.0, 4173.0, 4187.0, 4164.0, 4227.0, 4187.0, 4185.0, 4164.0, 4184.0, 4176.0, 4229.0, 4177.0, 4227.0, 4189.0, 4219.0, 4178.0, 4206.0, 4165.0, 4196.0, 4176.0, 4195.0, 4208.0, 4174.0, 4213.0, 4150.0, 4194.0, 4162.0, 4203.0, 4175.0, 4206.0, 4189.0, 4206.0, 4165.0, 4184.0, 4164.0, 4186.0, 4179.0, 4185.0, 4198.0, 4176.0, 4186.0, 4174.0, 4218.0, 4188.0, 4226.0, 4200.0, 4229.0, 4176.0, 4204.0, 4176.0, 4198.0, 4166.0, 4216.0, 4166.0, 4183.0, 4163.0, 4175.0, 4165.0, 4199.0, 4200.0, 4207.0, 4177.0, 4177.0, 4188.0, 4187.0, 4207.0, 4177.0, 4252.0, 4220.0, 4226.0, 4164.0, 4206.0, 4163.0, 4204.0, 4175.0, 4216.0, 4162.0, 4196.0, 4162.0, 4197.0, 4164.0, 4240.0, 4251.0, 4253.0, 4227.0, 4183.0, 4150.0, 4189.0, 4159.0, 4190.0, 4163.0, 4181.0, 4173.0, 4176.0, 4194.0, 4172.0, 4225.0, 4174.0, 4203.0, 4172.0, 4178.0, 4150.0, 4169.0, 4150.0, 4183.0, 4164.0, 4204.0, 4172.0, 4203.0, 4147.0, 4209.0, 4148.0, 4164.0, 4133.0, 4174.0, 4132.0, 4175.0, 4133.0, 4195.0, 4135.0, 4163.0, 4123.0, 4162.0, 4133.0, 4165.0, 4134.0, 4163.0, 4132.0, 4167.0, 4137.0, 4174.0, 4136.0, 4166.0, 4146.0, 4166.0, 4147.0, 4169.0, 4148.0, 4179.0, 4149.0, 4191.0, 4151.0, 4192.0, 4152.0, 4204.0, 4166.0, 4203.0, 4163.0, 4192.0, 4151.0, 4181.0, 4151.0, 4182.0, 4166.0, 4198.0, 4166.0, 4197.0, 4165.0, 4174.0, 4164.0, 4175.0, 4177.0, 4188.0, 4198.0, 4189.0, 4199.0, 4178.0, 4199.0, 4187.0, 4239.0, 4191.0, 4242.0, 4191.0, 4222.0, 4190.0, 4221.0, 4192.0, 4231.0, 4203.0, 4233.0, 4192.0, 4222.0, 4181.0, 4234.0, 4191.0, 4243.0, 4204.0, 4211.0, 4191.0, 4213.0, 4191.0, 4233.0, 4204.0, 4244.0, 4211.0, 4229.0, 4179.0, 4232.0, 4200.0, 4229.0, 4201.0, 4239.0, 4187.0, 4214.0, 4164.0, 4195.0, 4165.0, 4207.0, 4174.0, 4193.0, 4152.0, 4161.0, 4151.0, 4174.0, 4174.0, 4185.0, 4183.0, 4162.0, 4172.0, 4163.0, 4187.0, 4176.0, 4216.0, 4186.0, 4195.0, 4163.0, 4195.0, 4175.0, 4217.0, 4174.0, 4228.0, 4175.0, 4204.0, 4163.0, 4194.0, 4164.0, 4184.0, 4165.0, 4208.0, 4162.0, 4173.0, 4166.0, 4183.0, 4178.0, 4197.0, 4176.0, 4199.0, 4164.0, 4176.0, 4176.0, 4175.0, 4176.0, 4187.0, 4198.0, 4198.0, 4187.0, 4176.0, 4187.0, 4184.0, 4186.0, 4186.0, 4210.0, 4190.0, 4197.0, 4176.0, 4196.0, 4187.0, 4229.0, 4176.0, 4228.0, 4165.0, 4206.0, 4166.0, 4208.0, 4167.0, 4217.0, 4177.0, 4208.0, 4176.0, 4187.0, 4178.0, 4210.0, 4179.0, 4243.0, 4179.0, 4209.0, 4177.0, 4198.0, 4180.0, 4210.0, 4179.0, 4220.0, 4166.0, 4187.0, 4165.0, 4175.0, 4200.0, 4188.0, 4228.0, 4199.0, 4229.0, 4165.0, 4206.0, 4164.0, 4207.0, 4177.0, 4208.0, 4176.0, 4196.0, 4176.0, 4186.0, 4165.0, 4186.0, 4187.0, 4188.0, 4199.0, 4202.0, 4227.0, 4204.0, 4198.0, 4176.0, 4193.0, 4195.0, 4215.0, 4187.0, 4187.0, 4176.0, 4211.0, 4188.0, 4241.0, 4197.0, 4228.0, 4164.0, 4219.0, 4176.0, 4226.0, 4198.0, 4218.0, 4174.0, 4186.0, 4174.0, 4174.0, 4177.0, 4189.0, 4178.0, 4209.0, 4174.0, 4166.0, 4173.0, 4165.0, 4188.0, 4188.0, 4207.0, 4174.0, 4197.0, 4166.0, 4185.0, 4177.0, 4197.0, 4198.0, 4197.0, 4166.0, 4174.0, 4175.0, 4198.0, 4210.0, 4186.0, 4197.0, 4187.0, 4185.0, 4174.0, 4185.0, 4188.0, 4207.0, 4188.0, 4206.0, 4173.0, 4183.0, 4162.0, 4196.0, 4177.0, 4226.0, 4187.0, 4215.0, 4165.0, 4194.0, 4163.0, 4194.0, 4177.0, 4206.0, 4179.0, 4218.0, 4176.0, 4198.0, 4176.0, 4208.0, 4180.0, 4221.0, 4202.0, 4209.0, 4167.0, 4186.0, 4166.0, 4187.0, 4186.0, 4198.0, 4197.0, 4175.0, 4185.0, 4164.0, 4197.0, 4177.0, 4228.0, 4189.0, 4220.0, 4167.0, 4207.0, 4178.0, 4210.0, 4192.0, 4220.0, 4190.0, 4210.0, 4166.0, 4186.0, 4188.0, 4188.0, 4229.0, 4202.0, 4228.0, 4165.0, 4216.0, 4177.0, 4209.0, 4177.0, 4231.0, 4177.0, 4207.0, 4175.0, 4208.0, 4177.0, 4208.0, 4189.0, 4218.0, 4175.0, 4196.0, 4164.0, 4197.0, 4177.0, 4198.0, 4207.0, 4186.0, 4195.0, 4173.0, 4205.0, 4174.0, 4215.0, 4188.0, 4229.0, 4174.0, 4205.0, 4163.0, 4209.0, 4178.0, 4230.0, 4190.0, 4206.0, 4164.0, 4182.0, 4164.0, 4196.0, 4175.0, 4208.0, 4178.0, 4184.0, 4164.0, 4162.0, 4183.0, 4176.0, 4194.0, 4186.0, 4217.0, 4175.0, 4214.0, 4174.0, 4216.0, 4176.0, 4214.0, 4176.0, 4217.0, 4163.0, 4170.0, 4152.0, 4171.0, 4173.0, 4171.0, 4205.0, 4172.0, 4183.0, 4150.0, 4182.0, 4175.0, 4216.0, 4186.0, 4226.0, 4175.0, 4203.0, 4163.0, 4193.0, 4176.0, 4195.0, 4174.0, 4193.0, 4161.0, 4171.0, 4161.0, 4160.0, 4196.0, 4174.0, 4204.0, 4174.0, 4193.0, 4163.0, 4192.0, 4174.0, 4208.0, 4177.0, 4217.0, 4165.0, 4195.0, 4164.0, 4195.0, 4177.0, 4197.0, 4176.0, 4208.0, 4174.0, 4172.0, 4173.0, 4175.0, 4196.0, 4188.0, 4217.0, 4188.0, 4227.0, 4164.0, 4196.0, 4166.0, 4186.0, 4179.0, 4190.0, 4176.0, 4189.0, 4197.0, 4178.0, 4209.0, 4177.0, 4220.0, 4190.0, 4224.0, 4194.0, 4213.0, 4192.0, 4212.0, 4191.0, 4201.0, 4215.0, 4214.0, 4213.0, 4227.0, 4215.0, 4212.0, 4202.0, 4214.0, 4201.0, 4223.0, 4244.0, 4233.0, 4221.0, 4189.0, 4228.0, 4189.0, 4230.0, 4189.0, 4251.0, 4176.0, 4196.0, 4164.0, 4175.0, 4197.0, 4164.0, 4238.0, 4200.0, 4206.0, 4165.0, 4194.0, 4177.0, 4231.0, 4189.0, 4241.0, 4187.0, 4218.0, 4164.0, 4205.0, 4179.0, 4216.0, 4189.0, 4227.0, 4165.0, 4196.0, 4175.0, 4227.0, 4176.0, 4237.0, 4208.0, 4215.0, 4162.0, 4206.0, 4165.0, 4213.0, 4187.0, 4226.0, 4151.0, 4191.0, 4161.0, 4192.0, 4164.0, 4200.0, 4163.0, 4225.0, 4205.0, 4183.0, 4175.0, 4176.0, 4184.0, 4184.0, 4218.0, 4164.0, 4196.0, 4175.0, 4228.0, 4187.0, 4205.0, 4176.0, 4216.0, 4163.0, 4185.0, 4176.0, 4172.0, 4194.0, 4161.0, 4160.0, 4159.0, 4160.0, 4161.0, 4158.0, 4159.0, 4173.0, 4171.0, 4172.0, 4171.0, 4148.0, 4158.0, 4158.0, 4159.0, 4169.0, 4158.0, 4169.0, 4149.0, 4203.0, 4162.0, 4203.0, 4161.0, 4191.0, 4150.0, 4170.0, 4150.0, 4172.0, 4162.0, 4161.0, 4172.0, 4177.0, 4197.0, 4187.0, 4207.0, 4176.0, 4217.0, 4174.0, 4199.0, 4180.0, 4209.0, 4202.0, 4222.0, 4180.0, 4199.0, 4179.0, 4202.0, 4213.0, 4189.0, 4251.0, 4222.0, 4231.0, 4166.0, 4198.0, 4167.0, 4191.0, 4199.0, 4177.0, 4229.0, 4189.0, 4197.0, 4165.0, 4205.0, 4177.0, 4220.0, 4179.0, 4232.0, 4192.0, 4209.0, 4177.0, 4198.0, 4169.0, 4202.0, 4190.0, 4200.0, 4213.0], 'WindowWidth': [9464.0, 9370.0, 9383.0, 9298.0, 9313.0, 9293.0, 9299.0, 9293.0, 9309.0, 9292.0, 9277.0, 9289.0, 9277.0, 9336.0, 9275.0, 9366.0, 9278.0, 9305.0, 9263.0, 9294.0, 9283.0, 9322.0, 9322.0, 9318.0, 9283.0, 9298.0, 9299.0, 9319.0, 9299.0, 9341.0, 9327.0, 9311.0, 9297.0, 9293.0, 9289.0, 9297.0, 9280.0, 9336.0, 9307.0, 9333.0, 9289.0, 9288.0, 9271.0, 9285.0, 9277.0, 9329.0, 9293.0, 9322.0, 9272.0, 9290.0, 9275.0, 9287.0, 9276.0, 9330.0, 9293.0, 9334.0, 9260.0, 9354.0, 9277.0, 9318.0, 9268.0, 9322.0, 9284.0, 9338.0, 9280.0, 9328.0, 9272.0, 9318.0, 9279.0, 9325.0, 9308.0, 9374.0, 9320.0, 9343.0, 9298.0, 9283.0, 9276.0, 9263.0, 9327.0, 9268.0, 9353.0, 9280.0, 9331.0, 9263.0, 9308.0, 9282.0, 9339.0, 9279.0, 9355.0, 9274.0, 9311.0, 9244.0, 9265.0, 9271.0, 9288.0, 9274.0, 9296.0, 9310.0, 9260.0, 9303.0, 9262.0, 9325.0, 9281.0, 9338.0, 9275.0, 9300.0, 9259.0, 9267.0, 9286.0, 9268.0, 9363.0, 9312.0, 9309.0, 9251.0, 9278.0, 9256.0, 9305.0, 9265.0, 9341.0, 9281.0, 9318.0, 9265.0, 9316.0, 9277.0, 9308.0, 9304.0, 9294.0, 9352.0, 9254.0, 9317.0, 9257.0, 9299.0, 9274.0, 9310.0, 9277.0, 9335.0, 9260.0, 9289.0, 9261.0, 9287.0, 9281.0, 9291.0, 9281.0, 9322.0, 9261.0, 9272.0, 9270.0, 9269.0, 9291.0, 9259.0, 9349.0, 9293.0, 9289.0, 9261.0, 9288.0, 9277.0, 9353.0, 9283.0, 9351.0, 9304.0, 9342.0, 9284.0, 9319.0, 9261.0, 9304.0, 9279.0, 9303.0, 9323.0, 9272.0, 9324.0, 9235.0, 9298.0, 9251.0, 9312.0, 9277.0, 9317.0, 9300.0, 9320.0, 9262.0, 9286.0, 9258.0, 9292.0, 9288.0, 9290.0, 9311.0, 9280.0, 9292.0, 9275.0, 9340.0, 9298.0, 9347.0, 9319.0, 9354.0, 9278.0, 9313.0, 9279.0, 9311.0, 9265.0, 9336.0, 9263.0, 9284.0, 9257.0, 9274.0, 9266.0, 9312.0, 9316.0, 9325.0, 9282.0, 9281.0, 9296.0, 9294.0, 9323.0, 9282.0, 9393.0, 9345.0, 9348.0, 9259.0, 9318.0, 9259.0, 9313.0, 9276.0, 9334.0, 9255.0, 9304.0, 9256.0, 9310.0, 9261.0, 9372.0, 9391.0, 9404.0, 9350.0, 9283.0, 9236.0, 9287.0, 9246.0, 9289.0, 9254.0, 9279.0, 9268.0, 9276.0, 9298.0, 9267.0, 9346.0, 9274.0, 9310.0, 9263.0, 9269.0, 9231.0, 9257.0, 9233.0, 9281.0, 9259.0, 9312.0, 9266.0, 9308.0, 9223.0, 9312.0, 9225.0, 9242.0, 9199.0, 9254.0, 9198.0, 9261.0, 9200.0, 9285.0, 9202.0, 9240.0, 9184.0, 9237.0, 9197.0, 9241.0, 9203.0, 9238.0, 9198.0, 9246.0, 9210.0, 9257.0, 9209.0, 9249.0, 9222.0, 9248.0, 9224.0, 9256.0, 9228.0, 9271.0, 9232.0, 9288.0, 9235.0, 9290.0, 9238.0, 9314.0, 9264.0, 9310.0, 9255.0, 9291.0, 9236.0, 9275.0, 9235.0, 9278.0, 9264.0, 9310.0, 9265.0, 9309.0, 9261.0, 9272.0, 9258.0, 9273.0, 9281.0, 9299.0, 9311.0, 9301.0, 9314.0, 9284.0, 9312.0, 9296.0, 9369.0, 9305.0, 9380.0, 9305.0, 9350.0, 9303.0, 9346.0, 9309.0, 9360.0, 9328.0, 9365.0, 9308.0, 9348.0, 9292.0, 9372.0, 9310.0, 9382.0, 9328.0, 9335.0, 9307.0, 9335.0, 9307.0, 9366.0, 9328.0, 9386.0, 9330.0, 9357.0, 9285.0, 9362.0, 9317.0, 9355.0, 9319.0, 9369.0, 9291.0, 9326.0, 9256.0, 9303.0, 9263.0, 9321.0, 9270.0, 9294.0, 9239.0, 9248.0, 9236.0, 9272.0, 9270.0, 9288.0, 9282.0, 9252.0, 9266.0, 9255.0, 9293.0, 9279.0, 9332.0, 9293.0, 9303.0, 9256.0, 9300.0, 9273.0, 9337.0, 9273.0, 9352.0, 9274.0, 9313.0, 9256.0, 9297.0, 9256.0, 9284.0, 9260.0, 9323.0, 9255.0, 9270.0, 9262.0, 9283.0, 9285.0, 9308.0, 9278.0, 9313.0, 9260.0, 9276.0, 9277.0, 9273.0, 9277.0, 9292.0, 9308.0, 9312.0, 9294.0, 9278.0, 9293.0, 9288.0, 9293.0, 9294.0, 9329.0, 9302.0, 9309.0, 9279.0, 9305.0, 9295.0, 9356.0, 9278.0, 9354.0, 9260.0, 9318.0, 9262.0, 9323.0, 9269.0, 9336.0, 9282.0, 9325.0, 9281.0, 9294.0, 9286.0, 9332.0, 9288.0, 9379.0, 9288.0, 9327.0, 9281.0, 9310.0, 9290.0, 9331.0, 9287.0, 9345.0, 9266.0, 9294.0, 9263.0, 9276.0, 9315.0, 9299.0, 9352.0, 9316.0, 9355.0, 9262.0, 9318.0, 9259.0, 9322.0, 9283.0, 9323.0, 9280.0, 9306.0, 9278.0, 9290.0, 9262.0, 9290.0, 9294.0, 9295.0, 9312.0, 9321.0, 9368.0, 9332.0, 9312.0, 9277.0, 9295.0, 9304.0, 9332.0, 9296.0, 9296.0, 9280.0, 9336.0, 9301.0, 9374.0, 9311.0, 9354.0, 9261.0, 9340.0, 9280.0, 9347.0, 9314.0, 9340.0, 9274.0, 9292.0, 9273.0, 9274.0, 9280.0, 9299.0, 9286.0, 9329.0, 9273.0, 9265.0, 9271.0, 9261.0, 9296.0, 9296.0, 9323.0, 9274.0, 9307.0, 9263.0, 9288.0, 9281.0, 9308.0, 9311.0, 9308.0, 9264.0, 9273.0, 9274.0, 9311.0, 9330.0, 9293.0, 9310.0, 9292.0, 9288.0, 9273.0, 9288.0, 9298.0, 9322.0, 9296.0, 9318.0, 9268.0, 9282.0, 9253.0, 9304.0, 9281.0, 9346.0, 9295.0, 9332.0, 9260.0, 9301.0, 9257.0, 9300.0, 9283.0, 9319.0, 9288.0, 9337.0, 9280.0, 9311.0, 9281.0, 9327.0, 9291.0, 9345.0, 9324.0, 9329.0, 9268.0, 9292.0, 9263.0, 9297.0, 9294.0, 9311.0, 9307.0, 9276.0, 9289.0, 9260.0, 9309.0, 9282.0, 9352.0, 9303.0, 9343.0, 9271.0, 9324.0, 9285.0, 9333.0, 9310.0, 9346.0, 9307.0, 9331.0, 9267.0, 9291.0, 9298.0, 9299.0, 9355.0, 9323.0, 9353.0, 9262.0, 9332.0, 9284.0, 9329.0, 9284.0, 9360.0, 9283.0, 9323.0, 9277.0, 9330.0, 9287.0, 9325.0, 9304.0, 9339.0, 9278.0, 9304.0, 9261.0, 9310.0, 9283.0, 9311.0, 9322.0, 9293.0, 9304.0, 9271.0, 9314.0, 9273.0, 9328.0, 9300.0, 9355.0, 9275.0, 9318.0, 9259.0, 9328.0, 9284.0, 9356.0, 9304.0, 9320.0, 9260.0, 9280.0, 9259.0, 9308.0, 9276.0, 9325.0, 9282.0, 9288.0, 9259.0, 9254.0, 9284.0, 9278.0, 9300.0, 9295.0, 9334.0, 9276.0, 9329.0, 9273.0, 9333.0, 9280.0, 9327.0, 9279.0, 9333.0, 9255.0, 9261.0, 9239.0, 9265.0, 9271.0, 9265.0, 9318.0, 9267.0, 9282.0, 9236.0, 9282.0, 9278.0, 9333.0, 9294.0, 9347.0, 9275.0, 9310.0, 9256.0, 9296.0, 9281.0, 9302.0, 9275.0, 9299.0, 9250.0, 9264.0, 9250.0, 9249.0, 9306.0, 9273.0, 9314.0, 9273.0, 9296.0, 9256.0, 9294.0, 9274.0, 9325.0, 9282.0, 9334.0, 9263.0, 9302.0, 9260.0, 9302.0, 9282.0, 9310.0, 9278.0, 9327.0, 9274.0, 9270.0, 9270.0, 9274.0, 9306.0, 9300.0, 9335.0, 9299.0, 9349.0, 9262.0, 9304.0, 9265.0, 9290.0, 9289.0, 9305.0, 9281.0, 9303.0, 9310.0, 9284.0, 9327.0, 9284.0, 9343.0, 9306.0, 9359.0, 9314.0, 9342.0, 9313.0, 9337.0, 9308.0, 9321.0, 9348.0, 9343.0, 9339.0, 9369.0, 9343.0, 9337.0, 9320.0, 9342.0, 9322.0, 9351.0, 9384.0, 9369.0, 9346.0, 9299.0, 9355.0, 9301.0, 9359.0, 9298.0, 9393.0, 9279.0, 9303.0, 9258.0, 9276.0, 9309.0, 9260.0, 9366.0, 9317.0, 9318.0, 9261.0, 9300.0, 9284.0, 9362.0, 9304.0, 9376.0, 9297.0, 9339.0, 9262.0, 9319.0, 9286.0, 9334.0, 9302.0, 9351.0, 9261.0, 9305.0, 9275.0, 9350.0, 9280.0, 9365.0, 9321.0, 9330.0, 9255.0, 9320.0, 9261.0, 9324.0, 9296.0, 9346.0, 9237.0, 9291.0, 9249.0, 9294.0, 9258.0, 9303.0, 9257.0, 9348.0, 9317.0, 9281.0, 9275.0, 9279.0, 9286.0, 9287.0, 9338.0, 9262.0, 9303.0, 9279.0, 9350.0, 9295.0, 9316.0, 9276.0, 9331.0, 9256.0, 9286.0, 9278.0, 9265.0, 9298.0, 9248.0, 9246.0, 9242.0, 9245.0, 9246.0, 9241.0, 9244.0, 9269.0, 9263.0, 9266.0, 9261.0, 9228.0, 9240.0, 9239.0, 9243.0, 9255.0, 9242.0, 9256.0, 9230.0, 9312.0, 9252.0, 9310.0, 9250.0, 9289.0, 9233.0, 9260.0, 9235.0, 9264.0, 9253.0, 9251.0, 9267.0, 9284.0, 9308.0, 9297.0, 9322.0, 9279.0, 9333.0, 9275.0, 9314.0, 9292.0, 9329.0, 9325.0, 9351.0, 9291.0, 9315.0, 9288.0, 9323.0, 9341.0, 9303.0, 9389.0, 9350.0, 9360.0, 9267.0, 9308.0, 9266.0, 9305.0, 9315.0, 9281.0, 9356.0, 9300.0, 9309.0, 9263.0, 9318.0, 9283.0, 9348.0, 9288.0, 9362.0, 9309.0, 9328.0, 9283.0, 9312.0, 9273.0, 9323.0, 9306.0, 9318.0, 9341.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.0001913578826237054</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.01806659240506329</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.16408962046083</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1530315723963116</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9852644857603677</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.519</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3196.5481</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09097875847385498</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>33</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>3.7974683544303796</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.663755905679159</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5888070291871212</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9258866575141536</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4765740303362027</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0166964</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011899137869477272</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03657761961221695</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.7618399144645425</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>11.6077</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>62.1328</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>232.9615</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>63.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>291080.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1121.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>401.8171</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8132</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>542.6147</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3308.6008</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3541.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>85464.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1052.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4386.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>941.2892</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>39.71916106517892</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> |