=== 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-0127 --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-0127",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0127_ses-01_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0127_ses-01_task-social_acq-mb8_run-03_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-01_subject-0127_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-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-01_subject-0127_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-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-01_subject-0127_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-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-01_subject-0127_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-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-01_subject-0127_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-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-01_subject-0127_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-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-0127_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-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0127/ses-01/func/sub-0127_ses-01_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>cc682001677e5b61a9b39e467ec87c5d</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>10:58:29.487500</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.995502, 0.0668574, -0.0671223, -0.0764249, 0.985432, -0.151928]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0832372</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4188, -7739, -7253, 205, -167, 115, -65, 124]</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.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>243.555</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>81643671-3db8-46cb-82a8-db28d72439e5||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.6708598136901855, -0.20504248142242432, -0.1511649340391159, 126.71813201904297], [-0.1793733835220337, 2.643843173980713, -0.4222117066383362, -80.26376342773438], [-0.18008433282375336, 0.40761232376098633, 2.662496328353882, -91.35884857177734], [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': ['105829.487500', '105829.947500', '105830.407500', '105830.867500', '105831.327500', '105831.787500', '105832.247500', '105832.707500', '105833.167500', '105833.627500', '105834.087500', '105834.547500', '105835.007500', '105835.467500', '105835.927500', '105836.387500', '105836.847500', '105837.307500', '105837.767500', '105838.227500', '105838.687500', '105839.147500', '105839.607500', '105840.067500', '105840.527500', '105840.987500', '105841.447500', '105841.907500', '105842.367500', '105842.827500', '105843.287500', '105843.747500', '105844.207500', '105844.667500', '105845.127500', '105845.587500', '105846.047500', '105846.507500', '105846.967500', '105847.427500', '105847.887500', '105848.347500', '105848.807500', '105849.267500', '105849.727500', '105850.187500', '105850.647500', '105851.107500', '105851.567500', '105852.027500', '105852.487500', '105852.947500', '105853.407500', '105853.867500', '105854.327500', '105854.787500', '105855.247500', '105855.707500', '105856.167500', '105856.627500', '105857.087500', '105857.547500', '105858.007500', '105858.467500', '105858.927500', '105859.387500', '105859.847500', '105900.307500', '105900.767500', '105901.227500', '105901.687500', '105902.147500', '105902.607500', '105903.067500', '105903.527500', '105903.987500', '105904.447500', '105904.907500', '105905.367500', '105905.827500', '105906.287500', '105906.747500', '105907.207500', '105907.667500', '105908.127500', '105908.587500', '105909.047500', '105909.507500', '105909.967500', '105910.427500', '105910.887500', '105911.347500', '105911.807500', '105912.267500', '105912.727500', '105913.187500', '105913.647500', '105914.107500', '105914.567500', '105915.027500', '105915.487500', '105915.947500', '105916.407500', '105916.867500', '105917.327500', '105917.787500', '105918.247500', '105918.707500', '105919.167500', '105919.627500', '105920.087500', '105920.547500', '105921.007500', '105921.467500', '105921.927500', '105922.387500', '105922.847500', '105923.307500', '105923.767500', '105924.227500', '105924.687500', '105925.147500', '105925.607500', '105926.067500', '105926.527500', '105926.987500', '105927.447500', '105927.907500', '105928.367500', '105928.827500', '105929.287500', '105929.747500', '105930.207500', '105930.667500', '105931.127500', '105931.587500', '105932.047500', '105932.507500', '105932.967500', '105933.427500', '105933.887500', '105934.347500', '105934.807500', '105935.267500', '105935.727500', '105936.187500', '105936.647500', '105937.107500', '105937.567500', '105938.027500', '105938.487500', '105938.947500', '105939.407500', '105939.867500', '105940.327500', '105940.787500', '105941.247500', '105941.707500', '105942.167500', '105942.627500', '105943.087500', '105943.547500', '105944.007500', '105944.467500', '105944.927500', '105945.387500', '105945.847500', '105946.307500', '105946.767500', '105947.227500', '105947.687500', '105948.147500', '105948.607500', '105949.067500', '105949.527500', '105949.987500', '105950.447500', '105950.907500', '105951.367500', '105951.827500', '105952.287500', '105952.747500', '105953.207500', '105953.667500', '105954.127500', '105954.587500', '105955.047500', '105955.507500', '105955.967500', '105956.427500', '105956.887500', '105957.347500', '105957.807500', '105958.267500', '105958.727500', '105959.187500', '105959.647500', '110000.107500', '110000.567500', '110001.027500', '110001.487500', '110001.947500', '110002.407500', '110002.867500', '110003.327500', '110003.787500', '110004.247500', '110004.707500', '110005.167500', '110005.627500', '110006.087500', '110006.547500', '110007.007500', '110007.467500', '110007.927500', '110008.387500', '110008.847500', '110009.307500', '110009.767500', '110010.227500', '110010.687500', '110011.147500', '110011.607500', '110012.067500', '110012.527500', '110012.987500', '110013.447500', '110013.907500', '110014.367500', '110014.827500', '110015.287500', '110015.747500', '110016.207500', '110016.667500', '110017.127500', '110017.587500', '110018.047500', '110018.507500', '110018.967500', '110019.427500', '110019.887500', '110020.347500', '110020.807500', '110021.267500', '110021.727500', '110022.187500', '110022.647500', '110023.107500', '110023.567500', '110024.027500', '110024.487500', '110024.947500', '110025.407500', '110025.867500', '110026.327500', '110026.787500', '110027.247500', '110027.707500', '110028.167500', '110028.627500', '110029.087500', '110029.547500', '110030.007500', '110030.467500', '110030.927500', '110031.387500', '110031.847500', '110032.307500', '110032.767500', '110033.227500', '110033.687500', '110034.147500', '110034.607500', '110035.067500', '110035.527500', '110035.987500', '110036.447500', '110036.907500', '110037.367500', '110037.827500', '110038.287500', '110038.747500', '110039.207500', '110039.667500', '110040.127500', '110040.587500', '110041.047500', '110041.507500', '110041.967500', '110042.427500', '110042.887500', '110043.347500', '110043.807500', '110044.267500', '110044.727500', '110045.187500', '110045.647500', '110046.107500', '110046.567500', '110047.027500', '110047.487500', '110047.947500', '110048.407500', '110048.867500', '110049.327500', '110049.787500', '110050.247500', '110050.707500', '110051.167500', '110051.627500', '110052.087500', '110052.547500', '110053.007500', '110053.467500', '110053.927500', '110054.387500', '110054.847500', '110055.307500', '110055.767500', '110056.227500', '110056.687500', '110057.147500', '110057.607500', '110058.067500', '110058.527500', '110058.987500', '110059.447500', '110059.907500', '110100.367500', '110100.827500', '110101.287500', '110101.747500', '110102.207500', '110102.667500', '110103.127500', '110103.587500', '110104.047500', '110104.507500', '110104.967500', '110105.427500', '110105.887500', '110106.347500', '110106.807500', '110107.267500', '110107.727500', '110108.187500', '110108.647500', '110109.107500', '110109.567500', '110110.027500', '110110.487500', '110110.947500', '110111.407500', '110111.867500', '110112.327500', '110112.787500', '110113.247500', '110113.707500', '110114.167500', '110114.627500', '110115.087500', '110115.547500', '110116.007500', '110116.467500', '110116.927500', '110117.387500', '110117.847500', '110118.307500', '110118.767500', '110119.227500', '110119.687500', '110120.147500', '110120.607500', '110121.067500', '110121.527500', '110121.987500', '110122.447500', '110122.907500', '110123.367500', '110123.827500', '110124.287500', '110124.747500', '110125.207500', '110125.667500', '110126.127500', '110126.587500', '110127.047500', '110127.507500', '110127.967500', '110128.427500', '110128.887500', '110129.347500', '110129.807500', '110130.267500', '110130.727500', '110131.187500', '110131.647500', '110132.107500', '110132.567500', '110133.027500', '110133.487500', '110133.947500', '110134.407500', '110134.867500', '110135.327500', '110135.787500', '110136.247500', '110136.707500', '110137.167500', '110137.627500', '110138.087500', '110138.547500', '110139.007500', '110139.467500', '110139.927500', '110140.387500', '110140.847500', '110141.307500', '110141.767500', '110142.227500', '110142.687500', '110143.147500', '110143.607500', '110144.067500', '110144.527500', '110144.987500', '110145.447500', '110145.907500', '110146.367500', '110146.827500', '110147.287500', '110147.747500', '110148.207500', '110148.667500', '110149.127500', '110149.587500', '110150.047500', '110150.507500', '110150.967500', '110151.427500', '110151.887500', '110152.347500', '110152.807500', '110153.267500', '110153.727500', '110154.187500', '110154.647500', '110155.107500', '110155.567500', '110156.027500', '110156.487500', '110156.947500', '110157.407500', '110157.867500', '110158.327500', '110158.787500', '110159.247500', '110159.707500', '110200.167500', '110200.627500', '110201.087500', '110201.547500', '110202.007500', '110202.467500', '110202.927500', '110203.387500', '110203.847500', '110204.307500', '110204.767500', '110205.227500', '110205.687500', '110206.147500', '110206.607500', '110207.067500', '110207.527500', '110207.987500', '110208.447500', '110208.907500', '110209.367500', '110209.827500', '110210.287500', '110210.747500', '110211.207500', '110211.667500', '110212.127500', '110212.587500', '110213.047500', '110213.507500', '110213.967500', '110214.427500', '110214.887500', '110215.347500', '110215.807500', '110216.267500', '110216.727500', '110217.187500', '110217.647500', '110218.107500', '110218.567500', '110219.027500', '110219.487500', '110219.947500', '110220.407500', '110220.867500', '110221.327500', '110221.787500', '110222.247500', '110222.707500', '110223.167500', '110223.627500', '110224.087500', '110224.547500', '110225.007500', '110225.467500', '110225.927500', '110226.387500', '110226.847500', '110227.307500', '110227.767500', '110228.227500', '110228.687500', '110229.147500', '110229.607500', '110230.067500', '110230.527500', '110230.987500', '110231.447500', '110231.907500', '110232.367500', '110232.827500', '110233.287500', '110233.747500', '110234.207500', '110234.667500', '110235.127500', '110235.587500', '110236.047500', '110236.507500', '110236.967500', '110237.427500', '110237.887500', '110238.347500', '110238.807500', '110239.267500', '110239.727500', '110240.187500', '110240.647500', '110241.107500', '110241.567500', '110242.027500', '110242.487500', '110242.947500', '110243.407500', '110243.867500', '110244.327500', '110244.787500', '110245.247500', '110245.707500', '110246.167500', '110246.627500', '110247.087500', '110247.547500', '110248.007500', '110248.467500', '110248.927500', '110249.387500', '110249.847500', '110250.307500', '110250.767500', '110251.227500', '110251.687500', '110252.147500', '110252.607500', '110253.067500', '110253.527500', '110253.987500', '110254.447500', '110254.907500', '110255.367500', '110255.827500', '110256.287500', '110256.747500', '110257.207500', '110257.667500', '110258.127500', '110258.587500', '110259.047500', '110259.507500', '110259.967500', '110300.427500', '110300.887500', '110301.347500', '110301.807500', '110302.267500', '110302.727500', '110303.187500', '110303.647500', '110304.107500', '110304.567500', '110305.027500', '110305.487500', '110305.947500', '110306.407500', '110306.867500', '110307.327500', '110307.787500', '110308.247500', '110308.707500', '110309.167500', '110309.627500', '110310.087500', '110310.547500', '110311.007500', '110311.467500', '110311.927500', '110312.387500', '110312.847500', '110313.307500', '110313.767500', '110314.227500', '110314.687500', '110315.147500', '110315.607500', '110316.067500', '110316.527500', '110316.987500', '110317.447500', '110317.907500', '110318.367500', '110318.827500', '110319.287500', '110319.747500', '110320.207500', '110320.667500', '110321.127500', '110321.587500', '110322.047500', '110322.507500', '110322.967500', '110323.427500', '110323.887500', '110324.347500', '110324.807500', '110325.267500', '110325.727500', '110326.187500', '110326.647500', '110327.107500', '110327.567500', '110328.027500', '110328.487500', '110328.947500', '110329.407500', '110329.867500', '110330.327500', '110330.787500', '110331.247500', '110331.707500', '110332.167500', '110332.627500', '110333.087500', '110333.547500', '110334.007500', '110334.467500', '110334.927500', '110335.387500', '110335.847500', '110336.307500', '110336.767500', '110337.227500', '110337.687500', '110338.147500', '110338.607500', '110339.067500', '110339.527500', '110339.987500', '110340.447500', '110340.907500', '110341.367500', '110341.827500', '110342.287500', '110342.747500', '110343.207500', '110343.667500', '110344.127500', '110344.587500', '110345.047500', '110345.507500', '110345.967500', '110346.427500', '110346.887500', '110347.347500', '110347.807500', '110348.267500', '110348.727500', '110349.187500', '110349.647500', '110350.107500', '110350.567500', '110351.027500', '110351.487500', '110351.947500', '110352.407500', '110352.867500', '110353.327500', '110353.787500', '110354.247500', '110354.707500', '110355.167500', '110355.627500', '110356.087500', '110356.547500', '110357.007500', '110357.467500', '110357.927500', '110358.387500', '110358.847500', '110359.307500', '110359.767500', '110400.227500', '110400.687500', '110401.147500', '110401.607500', '110402.067500', '110402.527500', '110402.987500', '110403.447500', '110403.907500', '110404.367500', '110404.827500', '110405.287500', '110405.747500', '110406.207500', '110406.667500', '110407.127500', '110407.587500', '110408.047500', '110408.507500', '110408.967500', '110409.427500', '110409.887500', '110410.347500', '110410.807500', '110411.267500', '110411.727500', '110412.187500', '110412.647500', '110413.107500', '110413.567500', '110414.027500', '110414.487500', '110414.947500', '110415.407500', '110415.867500', '110416.327500', '110416.787500', '110417.247500', '110417.707500', '110418.167500', '110418.627500', '110419.087500', '110419.547500', '110420.007500', '110420.467500', '110420.927500', '110421.387500', '110421.847500', '110422.307500', '110422.767500', '110423.227500', '110423.687500', '110424.147500', '110424.607500', '110425.067500', '110425.527500', '110425.987500', '110426.447500', '110426.907500', '110427.367500', '110427.827500', '110428.287500', '110428.747500', '110429.207500', '110429.667500', '110430.127500', '110430.587500', '110431.047500', '110431.507500', '110431.967500', '110432.427500', '110432.887500', '110433.347500', '110433.807500', '110434.267500', '110434.727500', '110435.187500', '110435.647500', '110436.107500', '110436.567500', '110437.027500', '110437.487500', '110437.947500', '110438.407500', '110438.867500', '110439.327500', '110439.787500', '110440.247500', '110440.707500', '110441.167500', '110441.627500', '110442.087500', '110442.547500', '110443.007500', '110443.467500', '110443.927500', '110444.387500', '110444.847500', '110445.307500', '110445.767500', '110446.227500', '110446.687500', '110447.147500', '110447.607500', '110448.067500', '110448.527500', '110448.987500', '110449.447500', '110449.907500', '110450.367500', '110450.827500', '110451.287500', '110451.747500', '110452.207500', '110452.667500', '110453.127500', '110453.587500', '110454.047500', '110454.507500', '110454.967500', '110455.427500', '110455.887500', '110456.347500', '110456.807500', '110457.267500', '110457.727500', '110458.187500', '110458.647500', '110459.107500', '110459.567500', '110500.027500', '110500.487500', '110500.947500', '110501.407500', '110501.867500', '110502.327500', '110502.787500', '110503.247500', '110503.707500', '110504.167500', '110504.627500', '110505.087500', '110505.547500', '110506.007500', '110506.467500', '110506.927500', '110507.387500', '110507.847500', '110508.307500', '110508.767500', '110509.227500', '110509.687500', '110510.147500'], 'ContentTime': ['105850.911000', '105850.914000', '105850.917000', '105850.920000', '105850.923000', '105850.926000', '105850.929000', '105850.931000', '105850.934000', '105850.937000', '105850.939000', '105850.942000', '105850.944000', '105850.947000', '105850.950000', '105850.952000', '105850.955000', '105850.957000', '105850.960000', '105850.963000', '105850.965000', '105850.968000', '105850.970000', '105850.973000', '105850.977000', '105850.980000', '105850.982000', '105850.985000', '105850.988000', '105850.990000', '105850.993000', '105850.995000', '105850.998000', '105851.002000', '105851.004000', '105851.007000', '105851.009000', '105851.012000', '105851.014000', '105851.017000', '105851.020000', '105851.048000', '105851.053000', '105910.859000', '105910.863000', '105910.865000', '105910.868000', '105910.870000', '105910.873000', '105910.876000', '105910.878000', '105910.881000', '105910.883000', '105910.886000', '105910.888000', '105910.891000', '105910.894000', '105910.896000', '105910.899000', '105910.902000', '105910.904000', '105910.907000', '105910.909000', '105910.912000', '105910.914000', '105910.917000', '105910.920000', '105910.922000', '105910.925000', '105910.927000', '105910.930000', '105910.933000', '105910.935000', '105910.938000', '105910.940000', '105910.943000', '105910.946000', '105910.948000', '105910.951000', '105910.953000', '105910.956000', '105910.958000', '105910.961000', '105910.964000', '105910.966000', '105910.969000', '105910.971000', '105930.860000', '105930.862000', '105930.865000', '105930.868000', '105930.870000', '105930.873000', '105930.875000', '105930.878000', '105930.881000', '105930.883000', '105930.886000', '105930.889000', '105930.891000', '105930.894000', '105930.896000', '105930.899000', '105930.902000', '105930.904000', '105930.907000', '105930.909000', '105930.912000', '105930.915000', '105930.917000', '105930.920000', '105930.922000', '105930.925000', '105930.928000', '105930.930000', '105930.933000', '105930.936000', '105930.938000', '105930.941000', '105930.944000', '105930.946000', '105930.951000', '105930.954000', '105930.956000', '105930.959000', '105930.961000', '105930.964000', '105930.967000', '105930.969000', '105930.972000', '105950.859000', '105950.861000', '105950.864000', '105950.867000', '105950.870000', '105950.872000', '105950.875000', '105950.877000', '105950.880000', '105950.883000', '105950.885000', '105950.888000', '105950.891000', '105950.893000', '105950.896000', '105950.898000', '105950.901000', '105950.904000', '105950.906000', '105950.909000', '105950.911000', '105950.914000', '105950.917000', '105950.920000', '105950.922000', '105950.925000', '105950.927000', '105950.930000', '105950.933000', '105950.935000', '105950.938000', '105950.940000', '105950.943000', '105950.945000', '105950.948000', '105950.951000', '105950.953000', '105950.956000', '105950.958000', '105950.961000', '105950.964000', '105950.966000', '105950.969000', '105950.972000', '110010.859000', '110010.862000', '110010.864000', '110010.867000', '110010.870000', '110010.872000', '110010.875000', '110010.878000', '110010.880000', '110010.883000', '110010.886000', '110010.889000', '110010.891000', '110010.894000', '110010.897000', '110010.899000', '110010.902000', '110010.904000', '110010.907000', '110010.910000', '110010.912000', '110010.915000', '110010.918000', '110010.920000', '110010.923000', '110010.925000', '110010.928000', '110010.936000', '110010.938000', '110010.941000', '110010.944000', '110010.946000', '110010.949000', '110010.952000', '110010.954000', '110010.957000', '110010.960000', '110010.964000', '110010.967000', '110010.970000', '110010.972000', '110010.975000', '110010.977000', '110030.859000', '110030.862000', '110030.865000', '110030.867000', '110030.870000', '110030.873000', '110030.875000', '110030.878000', '110030.880000', '110030.883000', '110030.885000', '110030.888000', '110030.891000', '110030.893000', '110030.896000', '110030.898000', '110030.901000', '110030.903000', '110030.906000', '110030.908000', '110030.911000', '110030.913000', '110030.916000', '110030.919000', '110030.921000', '110030.924000', '110030.926000', '110030.939000', '110030.942000', '110030.944000', '110030.947000', '110030.950000', '110030.952000', '110030.955000', '110030.957000', '110030.960000', '110030.963000', '110030.965000', '110030.968000', '110030.970000', '110030.973000', '110030.975000', '110030.978000', '110030.981000', '110050.859000', '110050.862000', '110050.865000', '110050.867000', '110050.870000', '110050.873000', '110050.875000', '110050.902000', '110050.904000', '110050.907000', '110050.910000', '110050.912000', '110050.915000', '110050.918000', '110050.920000', '110050.923000', '110050.925000', '110050.928000', '110050.930000', '110050.933000', '110050.936000', '110050.947000', '110050.949000', '110050.952000', '110050.955000', '110050.957000', '110050.960000', '110050.963000', '110050.965000', '110050.968000', '110050.970000', '110050.973000', '110050.976000', '110050.979000', '110050.982000', '110050.985000', '110050.987000', '110050.990000', '110050.993000', '110050.995000', '110050.998000', '110051.001000', '110051.004000', '110110.860000', '110110.862000', '110110.865000', '110110.868000', '110110.870000', '110110.873000', '110110.875000', '110110.878000', '110110.881000', '110110.883000', '110110.886000', '110110.889000', '110110.891000', '110110.894000', '110110.897000', '110110.899000', '110110.902000', '110110.904000', '110110.907000', '110110.910000', '110110.912000', '110110.915000', '110110.921000', '110110.923000', '110110.926000', '110110.928000', '110110.931000', '110110.934000', '110110.936000', '110110.939000', '110110.941000', '110110.944000', '110110.946000', '110110.949000', '110110.952000', '110110.954000', '110110.957000', '110110.959000', '110110.962000', '110110.964000', '110110.967000', '110110.970000', '110110.972000', '110110.975000', '110130.860000', '110130.863000', '110130.865000', '110130.868000', '110130.870000', '110130.873000', '110130.876000', '110130.878000', '110130.881000', '110130.884000', '110130.886000', '110130.889000', '110130.892000', '110130.894000', '110130.897000', '110130.899000', '110130.902000', '110130.905000', '110130.907000', '110130.910000', '110130.912000', '110130.915000', '110130.918000', '110130.920000', '110130.923000', '110130.926000', '110130.928000', '110130.931000', '110130.934000', '110130.936000', '110130.939000', '110130.941000', '110130.944000', '110130.947000', '110130.949000', '110130.952000', '110130.955000', '110130.957000', '110130.960000', '110130.962000', '110130.965000', '110130.968000', '110130.970000', '110150.859000', '110150.862000', '110150.865000', '110150.868000', '110150.870000', '110150.873000', '110150.875000', '110150.878000', '110150.880000', '110150.883000', '110150.886000', '110150.888000', '110150.891000', '110150.893000', '110150.896000', '110150.898000', '110150.901000', '110150.903000', '110150.906000', '110150.909000', '110150.912000', '110150.914000', '110150.917000', '110150.919000', '110150.922000', '110150.924000', '110150.927000', '110150.930000', '110150.932000', '110150.935000', '110150.937000', '110150.940000', '110150.943000', '110150.945000', '110150.948000', '110150.951000', '110150.953000', '110150.956000', '110150.959000', '110150.961000', '110150.964000', '110150.967000', '110150.969000', '110150.972000', '110210.859000', '110210.862000', '110210.864000', '110210.867000', '110210.870000', '110210.872000', '110210.875000', '110210.878000', '110210.880000', '110210.883000', '110210.885000', '110210.888000', '110210.891000', '110210.893000', '110210.896000', '110210.898000', '110210.901000', '110210.904000', '110210.906000', '110210.909000', '110210.911000', '110210.914000', '110210.916000', '110210.919000', '110210.922000', '110210.924000', '110210.927000', '110210.930000', '110210.932000', '110210.935000', '110210.937000', '110210.940000', '110210.955000', '110210.958000', '110210.961000', '110210.963000', '110210.966000', '110210.968000', '110210.971000', '110210.974000', '110210.977000', '110210.979000', '110210.982000', '110230.859000', '110230.861000', '110230.864000', '110230.867000', '110230.869000', '110230.872000', '110230.874000', '110230.877000', '110230.879000', '110230.882000', '110230.885000', '110230.887000', '110230.890000', '110230.892000', '110230.895000', '110230.897000', '110230.900000', '110230.902000', '110230.905000', '110230.908000', '110230.910000', '110230.913000', '110230.916000', '110230.918000', '110230.921000', '110230.923000', '110230.926000', '110230.934000', '110230.937000', '110230.939000', '110230.942000', '110230.945000', '110230.948000', '110230.950000', '110230.953000', '110230.955000', '110230.958000', '110230.961000', '110230.963000', '110230.966000', '110230.968000', '110230.971000', '110230.974000', '110230.976000', '110250.860000', '110250.863000', '110250.865000', '110250.868000', '110250.870000', '110250.873000', '110250.876000', '110250.878000', '110250.881000', '110250.884000', '110250.886000', '110250.889000', '110250.891000', '110250.894000', '110250.897000', '110250.899000', '110250.902000', '110250.905000', '110250.907000', '110250.910000', '110250.912000', '110250.915000', '110250.917000', '110250.920000', '110250.923000', '110250.925000', '110250.928000', '110250.931000', '110250.933000', '110250.936000', '110250.939000', '110250.941000', '110250.944000', '110250.947000', '110250.949000', '110250.952000', '110250.954000', '110250.957000', '110250.960000', '110250.962000', '110250.965000', '110250.967000', '110250.970000', '110310.859000', '110310.862000', '110310.865000', '110310.868000', '110310.870000', '110310.873000', '110310.876000', '110310.878000', '110310.881000', '110310.883000', '110310.886000', '110310.889000', '110310.891000', '110310.894000', '110310.896000', '110310.899000', '110310.902000', '110310.904000', '110310.907000', '110310.909000', '110310.912000', '110310.915000', '110310.917000', '110310.920000', '110310.922000', '110310.925000', '110310.928000', '110310.930000', '110310.933000', '110310.936000', '110310.938000', '110310.941000', '110310.944000', '110310.946000', '110310.949000', '110310.952000', '110310.954000', '110310.957000', '110310.960000', '110310.962000', '110310.965000', '110310.967000', '110310.970000', '110310.973000', '110330.860000', '110330.863000', '110330.865000', '110330.868000', '110330.870000', '110330.873000', '110330.875000', '110330.878000', '110330.881000', '110330.883000', '110330.886000', '110330.888000', '110330.891000', '110330.894000', '110330.897000', '110330.899000', '110330.902000', '110330.905000', '110330.907000', '110330.910000', '110330.913000', '110330.915000', '110330.918000', '110330.920000', '110330.923000', '110330.926000', '110330.928000', '110330.931000', '110330.934000', '110330.936000', '110330.939000', '110330.941000', '110330.944000', '110330.947000', '110330.949000', '110330.952000', '110330.954000', '110330.957000', '110330.959000', '110330.962000', '110330.965000', '110330.967000', '110330.970000', '110350.873000', '110350.876000', '110350.879000', '110350.881000', '110350.884000', '110350.887000', '110350.889000', '110350.892000', '110350.895000', '110350.898000', '110350.900000', '110350.903000', '110350.905000', '110350.908000', '110350.910000', '110350.913000', '110350.916000', '110350.918000', '110350.921000', '110350.923000', '110350.926000', '110350.929000', '110350.931000', '110350.934000', '110350.937000', '110350.939000', '110350.942000', '110350.944000', '110350.952000', '110350.955000', '110350.957000', '110350.960000', '110350.962000', '110350.965000', '110350.976000', '110350.978000', '110350.981000', '110350.983000', '110350.986000', '110350.989000', '110350.991000', '110350.994000', '110350.996000', '110410.860000', '110410.863000', '110410.865000', '110410.868000', '110410.870000', '110410.873000', '110410.876000', '110410.878000', '110410.881000', '110410.883000', '110410.886000', '110410.888000', '110410.891000', '110410.893000', '110410.896000', '110410.899000', '110410.901000', '110410.904000', '110410.906000', '110410.909000', '110410.912000', '110410.915000', '110410.917000', '110410.920000', '110410.923000', '110410.925000', '110410.928000', '110410.930000', '110410.933000', '110410.936000', '110410.939000', '110410.941000', '110410.944000', '110410.946000', '110410.949000', '110410.952000', '110410.954000', '110410.957000', '110410.959000', '110410.962000', '110410.964000', '110410.967000', '110410.970000', '110410.972000', '110430.859000', '110430.861000', '110430.864000', '110430.867000', '110430.870000', '110430.872000', '110430.875000', '110430.877000', '110430.880000', '110430.883000', '110430.886000', '110430.889000', '110430.891000', '110430.895000', '110430.898000', '110430.900000', '110430.903000', '110430.905000', '110430.908000', '110430.910000', '110430.913000', '110430.915000', '110430.918000', '110430.921000', '110430.923000', '110430.926000', '110430.928000', '110430.931000', '110430.934000', '110430.936000', '110430.940000', '110430.943000', '110430.946000', '110430.948000', '110430.951000', '110430.953000', '110430.956000', '110430.959000', '110430.961000', '110430.964000', '110430.967000', '110430.969000', '110430.972000', '110450.859000', '110450.862000', '110450.864000', '110450.867000', '110450.869000', '110450.872000', '110450.874000', '110450.877000', '110450.880000', '110450.882000', '110450.885000', '110450.887000', '110450.890000', '110450.893000', '110450.895000', '110450.898000', '110450.900000', '110450.903000', '110450.905000', '110450.908000', '110450.911000', '110450.913000', '110450.916000', '110450.919000', '110450.921000', '110450.924000', '110450.926000', '110450.929000', '110450.931000', '110450.934000', '110450.937000', '110450.939000', '110450.942000', '110450.944000', '110450.947000', '110450.950000', '110450.953000', '110450.955000', '110450.958000', '110450.960000', '110450.963000', '110450.966000', '110450.968000', '110450.971000', '110510.859000', '110510.863000', '110510.865000', '110510.868000', '110510.870000', '110510.873000', '110510.876000', '110510.878000', '110510.881000', '110510.883000', '110510.886000', '110510.919000', '110510.921000', '110510.924000', '110510.927000', '110510.929000', '110510.932000', '110510.935000', '110510.938000', '110510.940000', '110510.943000', '110510.946000', '110510.948000', '110510.951000', '110510.953000', '110510.956000', '110510.959000', '110510.961000', '110510.964000', '110510.966000', '110510.969000', '110510.971000', '110510.974000', '110510.977000', '110510.979000', '110510.982000', '110510.984000', '110510.987000', '110510.990000', '110510.992000', '110510.995000', '110510.997000', '110511.001000', '110511.808000', '110511.811000', '110511.814000'], 'InstanceCreationTime': ['105850.911000', '105850.914000', '105850.917000', '105850.920000', '105850.923000', '105850.926000', '105850.929000', '105850.931000', '105850.934000', '105850.937000', '105850.939000', '105850.942000', '105850.944000', '105850.947000', '105850.950000', '105850.952000', '105850.955000', '105850.957000', '105850.960000', '105850.963000', '105850.965000', '105850.968000', '105850.970000', '105850.973000', '105850.977000', '105850.980000', '105850.982000', '105850.985000', '105850.988000', '105850.990000', '105850.993000', '105850.995000', '105850.998000', '105851.002000', '105851.004000', '105851.007000', '105851.009000', '105851.012000', '105851.014000', '105851.017000', '105851.020000', '105851.048000', '105851.053000', '105910.859000', '105910.863000', '105910.865000', '105910.868000', '105910.870000', '105910.873000', '105910.876000', '105910.878000', '105910.881000', '105910.883000', '105910.886000', '105910.888000', '105910.891000', '105910.894000', '105910.896000', '105910.899000', '105910.902000', '105910.904000', '105910.907000', '105910.909000', '105910.912000', '105910.914000', '105910.917000', '105910.920000', '105910.922000', '105910.925000', '105910.927000', '105910.930000', '105910.933000', '105910.935000', '105910.938000', '105910.940000', '105910.943000', '105910.946000', '105910.948000', '105910.951000', '105910.953000', '105910.956000', '105910.958000', '105910.961000', '105910.964000', '105910.966000', '105910.969000', '105910.971000', '105930.860000', '105930.862000', '105930.865000', '105930.868000', '105930.870000', '105930.873000', '105930.875000', '105930.878000', '105930.881000', '105930.883000', '105930.886000', '105930.889000', '105930.891000', '105930.894000', '105930.896000', '105930.899000', '105930.902000', '105930.904000', '105930.907000', '105930.909000', '105930.912000', '105930.915000', '105930.917000', '105930.920000', '105930.922000', '105930.925000', '105930.928000', '105930.930000', '105930.933000', '105930.936000', '105930.938000', '105930.941000', '105930.944000', '105930.946000', '105930.951000', '105930.954000', '105930.956000', '105930.959000', '105930.961000', '105930.964000', '105930.967000', '105930.969000', '105930.972000', '105950.859000', '105950.861000', '105950.864000', '105950.867000', '105950.870000', '105950.872000', '105950.875000', '105950.877000', '105950.880000', '105950.883000', '105950.885000', '105950.888000', '105950.891000', '105950.893000', '105950.896000', '105950.898000', '105950.901000', '105950.904000', '105950.906000', '105950.909000', '105950.911000', '105950.914000', '105950.917000', '105950.920000', '105950.922000', '105950.925000', '105950.927000', '105950.930000', '105950.933000', '105950.935000', '105950.938000', '105950.940000', '105950.943000', '105950.945000', '105950.948000', '105950.951000', '105950.953000', '105950.956000', '105950.958000', '105950.961000', '105950.964000', '105950.966000', '105950.969000', '105950.972000', '110010.859000', '110010.862000', '110010.864000', '110010.867000', '110010.870000', '110010.872000', '110010.875000', '110010.878000', '110010.880000', '110010.883000', '110010.886000', '110010.889000', '110010.891000', '110010.894000', '110010.897000', '110010.899000', '110010.902000', '110010.904000', '110010.907000', '110010.910000', '110010.912000', '110010.915000', '110010.918000', '110010.920000', '110010.923000', '110010.925000', '110010.928000', '110010.936000', '110010.938000', '110010.941000', '110010.944000', '110010.946000', '110010.949000', '110010.952000', '110010.954000', '110010.957000', '110010.960000', '110010.964000', '110010.967000', '110010.970000', '110010.972000', '110010.975000', '110010.977000', '110030.859000', '110030.862000', '110030.865000', '110030.867000', '110030.870000', '110030.873000', '110030.875000', '110030.878000', '110030.880000', '110030.883000', '110030.885000', '110030.888000', '110030.891000', '110030.893000', '110030.896000', '110030.898000', '110030.901000', '110030.903000', '110030.906000', '110030.908000', '110030.911000', '110030.913000', '110030.916000', '110030.919000', '110030.921000', '110030.924000', '110030.926000', '110030.939000', '110030.942000', '110030.944000', '110030.947000', '110030.950000', '110030.952000', '110030.955000', '110030.957000', '110030.960000', '110030.963000', '110030.965000', '110030.968000', '110030.970000', '110030.973000', '110030.975000', '110030.978000', '110030.981000', '110050.859000', '110050.862000', '110050.865000', '110050.867000', '110050.870000', '110050.873000', '110050.875000', '110050.902000', '110050.904000', '110050.907000', '110050.910000', '110050.912000', '110050.915000', '110050.918000', '110050.920000', '110050.923000', '110050.925000', '110050.928000', '110050.930000', '110050.933000', '110050.936000', '110050.947000', '110050.949000', '110050.952000', '110050.955000', '110050.957000', '110050.960000', '110050.963000', '110050.965000', '110050.968000', '110050.970000', '110050.973000', '110050.976000', '110050.979000', '110050.982000', '110050.985000', '110050.987000', '110050.990000', '110050.993000', '110050.995000', '110050.998000', '110051.001000', '110051.004000', '110110.860000', '110110.862000', '110110.865000', '110110.868000', '110110.870000', '110110.873000', '110110.875000', '110110.878000', '110110.881000', '110110.883000', '110110.886000', '110110.889000', '110110.891000', '110110.894000', '110110.897000', '110110.899000', '110110.902000', '110110.904000', '110110.907000', '110110.910000', '110110.912000', '110110.915000', '110110.921000', '110110.923000', '110110.926000', '110110.928000', '110110.931000', '110110.934000', '110110.936000', '110110.939000', '110110.941000', '110110.944000', '110110.946000', '110110.949000', '110110.952000', '110110.954000', '110110.957000', '110110.959000', '110110.962000', '110110.964000', '110110.967000', '110110.970000', '110110.972000', '110110.975000', '110130.860000', '110130.863000', '110130.865000', '110130.868000', '110130.870000', '110130.873000', '110130.876000', '110130.878000', '110130.881000', '110130.884000', '110130.886000', '110130.889000', '110130.892000', '110130.894000', '110130.897000', '110130.899000', '110130.902000', '110130.905000', '110130.907000', '110130.910000', '110130.912000', '110130.915000', '110130.918000', '110130.920000', '110130.923000', '110130.926000', '110130.928000', '110130.931000', '110130.934000', '110130.936000', '110130.939000', '110130.941000', '110130.944000', '110130.947000', '110130.949000', '110130.952000', '110130.955000', '110130.957000', '110130.960000', '110130.962000', '110130.965000', '110130.968000', '110130.970000', '110150.859000', '110150.862000', '110150.865000', '110150.868000', '110150.870000', '110150.873000', '110150.875000', '110150.878000', '110150.880000', '110150.883000', '110150.886000', '110150.888000', '110150.891000', '110150.893000', '110150.896000', '110150.898000', '110150.901000', '110150.903000', '110150.906000', '110150.909000', '110150.912000', '110150.914000', '110150.917000', '110150.919000', '110150.922000', '110150.924000', '110150.927000', '110150.930000', '110150.932000', '110150.935000', '110150.937000', '110150.940000', '110150.943000', '110150.945000', '110150.948000', '110150.951000', '110150.953000', '110150.956000', '110150.959000', '110150.961000', '110150.964000', '110150.967000', '110150.969000', '110150.972000', '110210.859000', '110210.862000', '110210.864000', '110210.867000', '110210.870000', '110210.872000', '110210.875000', '110210.878000', '110210.880000', '110210.883000', '110210.885000', '110210.888000', '110210.891000', '110210.893000', '110210.896000', '110210.898000', '110210.901000', '110210.904000', '110210.906000', '110210.909000', '110210.911000', '110210.914000', '110210.916000', '110210.919000', '110210.922000', '110210.924000', '110210.927000', '110210.930000', '110210.932000', '110210.935000', '110210.937000', '110210.940000', '110210.955000', '110210.958000', '110210.961000', '110210.963000', '110210.966000', '110210.968000', '110210.971000', '110210.974000', '110210.977000', '110210.979000', '110210.982000', '110230.859000', '110230.861000', '110230.864000', '110230.867000', '110230.869000', '110230.872000', '110230.874000', '110230.877000', '110230.879000', '110230.882000', '110230.885000', '110230.887000', '110230.890000', '110230.892000', '110230.895000', '110230.897000', '110230.900000', '110230.902000', '110230.905000', '110230.908000', '110230.910000', '110230.913000', '110230.916000', '110230.918000', '110230.921000', '110230.923000', '110230.926000', '110230.934000', '110230.937000', '110230.939000', '110230.942000', '110230.945000', '110230.948000', '110230.950000', '110230.953000', '110230.955000', '110230.958000', '110230.961000', '110230.963000', '110230.966000', '110230.968000', '110230.971000', '110230.974000', '110230.976000', '110250.860000', '110250.863000', '110250.865000', '110250.868000', '110250.870000', '110250.873000', '110250.876000', '110250.878000', '110250.881000', '110250.884000', '110250.886000', '110250.889000', '110250.891000', '110250.894000', '110250.897000', '110250.899000', '110250.902000', '110250.905000', '110250.907000', '110250.910000', '110250.912000', '110250.915000', '110250.917000', '110250.920000', '110250.923000', '110250.925000', '110250.928000', '110250.931000', '110250.933000', '110250.936000', '110250.939000', '110250.941000', '110250.944000', '110250.947000', '110250.949000', '110250.952000', '110250.954000', '110250.957000', '110250.960000', '110250.962000', '110250.965000', '110250.967000', '110250.970000', '110310.859000', '110310.862000', '110310.865000', '110310.868000', '110310.870000', '110310.873000', '110310.876000', '110310.878000', '110310.881000', '110310.883000', '110310.886000', '110310.889000', '110310.891000', '110310.894000', '110310.896000', '110310.899000', '110310.902000', '110310.904000', '110310.907000', '110310.909000', '110310.912000', '110310.915000', '110310.917000', '110310.920000', '110310.922000', '110310.925000', '110310.928000', '110310.930000', '110310.933000', '110310.936000', '110310.938000', '110310.941000', '110310.944000', '110310.946000', '110310.949000', '110310.952000', '110310.954000', '110310.957000', '110310.960000', '110310.962000', '110310.965000', '110310.967000', '110310.970000', '110310.973000', '110330.860000', '110330.863000', '110330.865000', '110330.868000', '110330.870000', '110330.873000', '110330.875000', '110330.878000', '110330.881000', '110330.883000', '110330.886000', '110330.888000', '110330.891000', '110330.894000', '110330.897000', '110330.899000', '110330.902000', '110330.905000', '110330.907000', '110330.910000', '110330.913000', '110330.915000', '110330.918000', '110330.920000', '110330.923000', '110330.926000', '110330.928000', '110330.931000', '110330.934000', '110330.936000', '110330.939000', '110330.941000', '110330.944000', '110330.947000', '110330.949000', '110330.952000', '110330.954000', '110330.957000', '110330.959000', '110330.962000', '110330.965000', '110330.967000', '110330.970000', '110350.873000', '110350.876000', '110350.879000', '110350.881000', '110350.884000', '110350.887000', '110350.889000', '110350.892000', '110350.895000', '110350.898000', '110350.900000', '110350.903000', '110350.905000', '110350.908000', '110350.910000', '110350.913000', '110350.916000', '110350.918000', '110350.921000', '110350.923000', '110350.926000', '110350.929000', '110350.931000', '110350.934000', '110350.937000', '110350.939000', '110350.942000', '110350.944000', '110350.952000', '110350.955000', '110350.957000', '110350.960000', '110350.962000', '110350.965000', '110350.976000', '110350.978000', '110350.981000', '110350.983000', '110350.986000', '110350.989000', '110350.991000', '110350.994000', '110350.996000', '110410.860000', '110410.863000', '110410.865000', '110410.868000', '110410.870000', '110410.873000', '110410.876000', '110410.878000', '110410.881000', '110410.883000', '110410.886000', '110410.888000', '110410.891000', '110410.893000', '110410.896000', '110410.899000', '110410.901000', '110410.904000', '110410.906000', '110410.909000', '110410.912000', '110410.915000', '110410.917000', '110410.920000', '110410.923000', '110410.925000', '110410.928000', '110410.930000', '110410.933000', '110410.936000', '110410.939000', '110410.941000', '110410.944000', '110410.946000', '110410.949000', '110410.952000', '110410.954000', '110410.957000', '110410.959000', '110410.962000', '110410.964000', '110410.967000', '110410.970000', '110410.972000', '110430.859000', '110430.861000', '110430.864000', '110430.867000', '110430.870000', '110430.872000', '110430.875000', '110430.877000', '110430.880000', '110430.883000', '110430.886000', '110430.889000', '110430.891000', '110430.895000', '110430.898000', '110430.900000', '110430.903000', '110430.905000', '110430.908000', '110430.910000', '110430.913000', '110430.915000', '110430.918000', '110430.921000', '110430.923000', '110430.926000', '110430.928000', '110430.931000', '110430.934000', '110430.936000', '110430.940000', '110430.943000', '110430.946000', '110430.948000', '110430.951000', '110430.953000', '110430.956000', '110430.959000', '110430.961000', '110430.964000', '110430.967000', '110430.969000', '110430.972000', '110450.859000', '110450.862000', '110450.864000', '110450.867000', '110450.869000', '110450.872000', '110450.874000', '110450.877000', '110450.880000', '110450.882000', '110450.885000', '110450.887000', '110450.890000', '110450.893000', '110450.895000', '110450.898000', '110450.900000', '110450.903000', '110450.905000', '110450.908000', '110450.911000', '110450.913000', '110450.916000', '110450.919000', '110450.921000', '110450.924000', '110450.926000', '110450.929000', '110450.931000', '110450.934000', '110450.937000', '110450.939000', '110450.942000', '110450.944000', '110450.947000', '110450.950000', '110450.953000', '110450.955000', '110450.958000', '110450.960000', '110450.963000', '110450.966000', '110450.968000', '110450.971000', '110510.859000', '110510.863000', '110510.865000', '110510.868000', '110510.870000', '110510.873000', '110510.876000', '110510.878000', '110510.881000', '110510.883000', '110510.886000', '110510.919000', '110510.921000', '110510.924000', '110510.927000', '110510.929000', '110510.932000', '110510.935000', '110510.938000', '110510.940000', '110510.943000', '110510.946000', '110510.948000', '110510.951000', '110510.953000', '110510.956000', '110510.959000', '110510.961000', '110510.964000', '110510.966000', '110510.969000', '110510.971000', '110510.974000', '110510.977000', '110510.979000', '110510.982000', '110510.984000', '110510.987000', '110510.990000', '110510.992000', '110510.995000', '110510.997000', '110511.001000', '110511.808000', '110511.811000', '110511.814000'], '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': [8235, 12324, 12877, 15701, 13025, 8797, 13090, 7428, 13236, 8277, 13564, 11157, 8329, 12810, 7667, 13601, 7744, 13147, 10842, 14462, 11549, 8132, 12149, 14341, 11210, 14907, 9885, 9731, 11466, 7340, 12642, 7116, 12226, 8253, 11434, 8538, 12666, 8029, 12734, 14591, 10408, 12483, 15343, 10507, 13119, 7457, 11347, 13965, 9012, 12779, 7458, 9760, 12786, 8391, 12757, 6905, 10086, 13961, 8493, 12233, 6955, 11760, 13994, 8002, 13010, 8351, 9985, 11988, 8712, 12961, 8784, 9115, 13566, 8868, 11371, 14821, 8436, 12265, 14058, 10041, 11302, 7823, 12093, 14358, 9443, 11013, 15269, 11368, 10069, 16965, 8546, 12151, 9709, 9713, 13287, 8109, 11824, 13931, 8967, 12720, 17559, 9767, 12607, 8395, 9514, 13282, 9239, 9579, 13284, 10447, 9494, 12997, 7842, 9315, 13497, 7424, 9711, 13445, 8471, 11399, 7745, 8881, 13101, 8068, 9528, 13915, 8940, 12070, 7677, 9643, 13546, 8346, 10083, 13556, 8524, 11996, 7491, 9748, 13176, 8839, 11231, 6758, 10649, 13279, 8331, 10282, 13743, 8880, 9985, 13538, 7701, 10612, 13765, 8042, 11372, 7928, 11843, 14504, 8250, 12171, 13530, 8506, 10175, 13761, 7960, 10033, 13853, 8275, 10109, 14008, 8723, 11591, 12085, 9188, 12679, 10182, 9488, 13043, 8240, 11531, 7707, 11405, 8146, 11042, 7726, 10846, 13008, 8611, 11948, 8702, 11908, 7949, 11912, 16651, 10426, 12757, 8367, 10661, 7788, 9440, 13822, 8169, 10172, 12943, 8980, 11894, 15731, 8969, 12289, 8975, 9290, 12655, 8200, 10327, 11372, 7779, 12260, 6966, 9233, 13923, 7656, 10974, 6766, 8482, 13281, 7935, 10616, 7392, 9985, 13151, 8842, 11299, 13426, 11431, 9625, 14837, 11375, 8403, 12773, 8834, 9082, 12964, 8450, 9851, 13099, 8118, 9760, 13313, 8327, 10719, 7064, 10797, 9987, 8349, 12411, 8503, 11871, 8643, 11662, 7422, 10983, 7590, 11260, 14261, 9800, 14558, 16450, 11875, 12449, 14339, 11828, 9645, 13131, 7564, 9859, 13214, 7574, 9853, 8227, 10000, 7901, 11556, 7390, 11316, 7214, 10972, 9955, 8871, 11900, 8500, 11847, 14057, 12463, 10674, 14163, 13337, 9175, 13536, 12357, 8721, 12214, 11678, 8828, 12155, 7766, 8742, 12134, 7936, 9406, 12436, 8542, 10033, 12714, 7925, 11397, 10304, 8617, 11935, 7464, 9604, 12511, 7606, 10938, 7130, 8492, 7960, 8163, 11685, 8348, 11393, 8370, 11706, 7978, 10473, 9097, 9157, 10866, 9255, 14224, 9901, 13329, 8278, 13831, 8739, 14112, 12902, 12973, 7884, 12240, 16067, 11820, 12025, 14366, 11718, 9993, 7159, 10755, 12864, 7977, 10978, 8911, 8411, 11295, 7226, 10373, 6796, 9041, 10458, 8482, 10959, 7529, 11054, 10125, 8043, 11694, 13423, 9184, 11511, 7975, 10368, 8444, 10323, 10683, 9450, 14136, 8208, 11879, 15203, 12917, 11720, 14449, 11292, 9640, 13477, 8639, 9062, 11961, 8248, 9210, 9301, 7539, 11040, 7972, 8664, 11687, 8191, 10278, 7039, 8886, 11790, 8042, 9264, 9890, 8231, 11182, 7754, 9442, 12741, 9788, 8730, 12024, 14646, 8319, 11627, 8426, 8846, 12061, 9055, 9513, 10958, 7329, 10554, 9377, 8286, 11932, 8875, 9918, 9955, 7513, 11356, 8068, 9207, 11992, 8994, 9979, 10460, 7927, 11569, 8373, 9446, 12203, 9350, 10356, 7820, 9142, 12698, 10354, 9041, 12280, 8748, 9192, 12614, 8332, 10447, 10105, 8545, 10347, 9194, 8379, 9756, 12678, 12933, 8630, 11679, 15811, 10852, 10885, 8795, 9027, 9854, 9470, 10977, 8346, 11458, 8153, 10725, 15443, 13875, 9513, 13484, 8889, 8921, 13232, 10045, 9667, 7837, 9390, 11390, 7816, 10367, 7834, 10511, 8392, 9895, 7339, 9350, 11787, 8034, 10080, 8141, 8953, 12204, 7931, 10465, 7366, 9236, 13270, 13179, 8680, 11328, 7936, 8026, 11611, 7976, 9228, 11577, 7679, 10679, 7517, 7840, 11472, 7479, 8993, 11833, 6948, 7723, 12221, 6914, 8751, 7444, 10081, 7648, 11075, 12752, 7603, 10244, 12527, 10746, 9790, 8666, 9153, 12948, 15343, 10972, 11679, 15836, 12110, 11219, 15948, 8764, 10074, 12546, 9546, 9914, 7149, 10488, 7755, 10934, 9271, 11361, 12989, 9112, 9823, 12756, 10712, 9530, 11962, 9120, 9735, 12380, 7869, 8892, 12350, 8478, 10307, 7902, 9940, 6950, 10565, 7834, 10055, 9913, 10034, 9938, 9252, 8944, 10893, 13497, 12690, 8662, 11663, 15208, 10266, 10648, 13405, 7705, 11363, 9083, 8713, 8127, 9628, 6902, 10593, 12633, 7656, 9255, 11819, 8654, 8455, 8213, 12081, 13085, 9345, 10360, 12438, 10268, 9684, 12612, 8717, 9285, 12030, 8651, 9475, 6901, 9712, 8946, 9609, 8831, 11147, 12483, 9648, 8640, 12445, 14163, 7900, 11918, 11335, 8169, 11726, 8394, 8041, 11577, 8112, 10133, 6836, 10125, 8160, 8882, 8914, 9706, 9035, 9491, 12103, 8331, 11156, 8106, 10042, 8696, 9560, 9097, 8336, 12632, 9342, 12863, 14864, 12465, 8999, 7219, 10009, 8288, 9750, 7209, 11196, 8214, 10905, 8444, 11010, 7104, 10363, 7110, 10534, 8746, 10015, 8144, 10951, 13703, 7655, 9899, 11842, 7713, 9748, 7041, 9703, 7166, 10264, 7625, 7957, 8674, 8330, 7634, 10241, 12326, 7991, 8579, 12633, 9167, 8736, 12038, 7727, 9999, 7161, 10753, 7680, 10881, 8503, 10040, 7135, 10245, 8648, 8264, 13781, 14279, 10716, 12310, 14906, 7182, 9740, 11227, 7173, 8923, 7534, 6883, 8823, 11376, 6992, 7655, 10651, 7908, 7861, 10047, 7035, 10081, 7063, 10334, 8800, 8847, 11055, 7641, 11109, 7452, 11950, 10300, 9200, 14619, 9012, 12453, 9800, 8993, 14319, 10873, 7148, 7744, 13715, 14978, 9650, 12170, 13850, 8972, 8741, 11632, 6690, 7014, 10496, 6572, 7556, 9075, 7034, 8677, 6918, 10134, 9210, 7268, 9942, 6943, 9614, 7153, 9536, 7061, 9575, 9362, 8847, 10562, 7684, 11531, 14028, 10143, 10250, 12588, 11911, 13831, 9235, 6818, 7493, 11281, 12064, 6956, 9846, 10406, 6955, 10400, 12113, 7434, 9740, 7004, 10463, 11961, 7965, 10434, 7898, 10426, 7804, 10894, 16525, 12826, 8704, 14188, 9765, 8496, 14147, 7667, 8461, 12058, 7239, 9364, 7537, 8431, 9288, 7345, 10531, 7323, 9546, 7089, 9388, 9331, 8152, 9535, 7083, 10103, 7328, 9105, 8237, 9146, 9595, 8617, 6818, 9835, 11600, 6986, 8674, 11521, 7323, 8740], 'WindowCenter': [4274.0, 4300.0, 4287.0, 4306.0, 4272.0, 4242.0, 4282.0, 4233.0, 4270.0, 4241.0, 4283.0, 4262.0, 4230.0, 4269.0, 4217.0, 4266.0, 4217.0, 4255.0, 4248.0, 4279.0, 4247.0, 4226.0, 4258.0, 4266.0, 4259.0, 4266.0, 4236.0, 4249.0, 4270.0, 4229.0, 4269.0, 4219.0, 4270.0, 4227.0, 4259.0, 4242.0, 4282.0, 4242.0, 4284.0, 4280.0, 4248.0, 4259.0, 4266.0, 4236.0, 4255.0, 4203.0, 4246.0, 4254.0, 4225.0, 4255.0, 4204.0, 4237.0, 4256.0, 4228.0, 4268.0, 4206.0, 4250.0, 4280.0, 4241.0, 4271.0, 4232.0, 4285.0, 4282.0, 4243.0, 4284.0, 4242.0, 4264.0, 4274.0, 4256.0, 4286.0, 4243.0, 4254.0, 4284.0, 4253.0, 4276.0, 4284.0, 4242.0, 4274.0, 4282.0, 4251.0, 4261.0, 4233.0, 4274.0, 4281.0, 4238.0, 4261.0, 4294.0, 4259.0, 4249.0, 4276.0, 4226.0, 4257.0, 4235.0, 4237.0, 4267.0, 4227.0, 4259.0, 4267.0, 4226.0, 4258.0, 4276.0, 4236.0, 4256.0, 4213.0, 4235.0, 4255.0, 4211.0, 4223.0, 4254.0, 4221.0, 4223.0, 4244.0, 4200.0, 4223.0, 4252.0, 4190.0, 4223.0, 4253.0, 4213.0, 4245.0, 4213.0, 4226.0, 4255.0, 4214.0, 4237.0, 4266.0, 4237.0, 4257.0, 4216.0, 4238.0, 4268.0, 4226.0, 4248.0, 4269.0, 4239.0, 4258.0, 4217.0, 4239.0, 4268.0, 4238.0, 4259.0, 4221.0, 4264.0, 4271.0, 4229.0, 4262.0, 4271.0, 4238.0, 4249.0, 4269.0, 4217.0, 4249.0, 4269.0, 4229.0, 4260.0, 4242.0, 4275.0, 4281.0, 4241.0, 4273.0, 4271.0, 4228.0, 4250.0, 4268.0, 4217.0, 4238.0, 4268.0, 4226.0, 4248.0, 4268.0, 4227.0, 4259.0, 4256.0, 4236.0, 4258.0, 4234.0, 4236.0, 4255.0, 4226.0, 4256.0, 4216.0, 4257.0, 4229.0, 4261.0, 4230.0, 4262.0, 4271.0, 4240.0, 4260.0, 4241.0, 4272.0, 4231.0, 4273.0, 4280.0, 4248.0, 4260.0, 4227.0, 4248.0, 4216.0, 4237.0, 4267.0, 4215.0, 4237.0, 4255.0, 4225.0, 4247.0, 4264.0, 4223.0, 4243.0, 4210.0, 4223.0, 4242.0, 4213.0, 4234.0, 4242.0, 4214.0, 4255.0, 4206.0, 4253.0, 4279.0, 4231.0, 4260.0, 4219.0, 4242.0, 4282.0, 4242.0, 4263.0, 4233.0, 4265.0, 4284.0, 4253.0, 4275.0, 4273.0, 4260.0, 4240.0, 4281.0, 4246.0, 4217.0, 4256.0, 4223.0, 4226.0, 4257.0, 4215.0, 4237.0, 4256.0, 4215.0, 4248.0, 4266.0, 4226.0, 4247.0, 4219.0, 4261.0, 4249.0, 4241.0, 4271.0, 4254.0, 4286.0, 4255.0, 4274.0, 4233.0, 4273.0, 4232.0, 4274.0, 4282.0, 4253.0, 4286.0, 4280.0, 4258.0, 4258.0, 4256.0, 4244.0, 4224.0, 4253.0, 4203.0, 4235.0, 4254.0, 4214.0, 4233.0, 4226.0, 4248.0, 4241.0, 4260.0, 4232.0, 4273.0, 4234.0, 4276.0, 4264.0, 4255.0, 4275.0, 4255.0, 4278.0, 4273.0, 4259.0, 4248.0, 4258.0, 4254.0, 4225.0, 4243.0, 4230.0, 4210.0, 4232.0, 4218.0, 4209.0, 4230.0, 4187.0, 4209.0, 4228.0, 4187.0, 4210.0, 4228.0, 4209.0, 4221.0, 4239.0, 4200.0, 4241.0, 4219.0, 4212.0, 4241.0, 4201.0, 4234.0, 4242.0, 4214.0, 4245.0, 4205.0, 4228.0, 4226.0, 4240.0, 4269.0, 4241.0, 4262.0, 4256.0, 4276.0, 4244.0, 4274.0, 4242.0, 4252.0, 4263.0, 4254.0, 4283.0, 4265.0, 4284.0, 4244.0, 4282.0, 4243.0, 4283.0, 4271.0, 4270.0, 4231.0, 4273.0, 4279.0, 4246.0, 4247.0, 4255.0, 4244.0, 4223.0, 4205.0, 4247.0, 4254.0, 4215.0, 4236.0, 4225.0, 4216.0, 4246.0, 4218.0, 4250.0, 4207.0, 4240.0, 4249.0, 4241.0, 4261.0, 4233.0, 4276.0, 4252.0, 4233.0, 4275.0, 4271.0, 4240.0, 4261.0, 4230.0, 4250.0, 4230.0, 4252.0, 4251.0, 4252.0, 4282.0, 4230.0, 4263.0, 4270.0, 4247.0, 4248.0, 4256.0, 4234.0, 4225.0, 4241.0, 4212.0, 4213.0, 4229.0, 4200.0, 4213.0, 4209.0, 4202.0, 4233.0, 4201.0, 4214.0, 4244.0, 4215.0, 4237.0, 4206.0, 4238.0, 4247.0, 4216.0, 4238.0, 4237.0, 4229.0, 4249.0, 4219.0, 4251.0, 4262.0, 4236.0, 4227.0, 4260.0, 4266.0, 4216.0, 4246.0, 4213.0, 4226.0, 4245.0, 4225.0, 4236.0, 4245.0, 4217.0, 4248.0, 4225.0, 4227.0, 4247.0, 4226.0, 4239.0, 4236.0, 4218.0, 4249.0, 4216.0, 4238.0, 4258.0, 4227.0, 4240.0, 4237.0, 4218.0, 4260.0, 4226.0, 4239.0, 4258.0, 4227.0, 4238.0, 4216.0, 4239.0, 4261.0, 4235.0, 4227.0, 4248.0, 4214.0, 4227.0, 4258.0, 4215.0, 4247.0, 4235.0, 4226.0, 4247.0, 4239.0, 4241.0, 4264.0, 4286.0, 4270.0, 4229.0, 4263.0, 4279.0, 4248.0, 4247.0, 4228.0, 4227.0, 4237.0, 4240.0, 4249.0, 4230.0, 4261.0, 4231.0, 4276.0, 4280.0, 4270.0, 4227.0, 4256.0, 4214.0, 4225.0, 4243.0, 4221.0, 4222.0, 4201.0, 4226.0, 4244.0, 4215.0, 4233.0, 4204.0, 4235.0, 4215.0, 4236.0, 4217.0, 4240.0, 4257.0, 4216.0, 4237.0, 4215.0, 4228.0, 4246.0, 4216.0, 4235.0, 4204.0, 4226.0, 4258.0, 4243.0, 4213.0, 4234.0, 4201.0, 4202.0, 4232.0, 4189.0, 4212.0, 4232.0, 4203.0, 4234.0, 4202.0, 4217.0, 4248.0, 4204.0, 4227.0, 4248.0, 4205.0, 4217.0, 4258.0, 4205.0, 4226.0, 4219.0, 4250.0, 4244.0, 4287.0, 4275.0, 4220.0, 4252.0, 4274.0, 4249.0, 4239.0, 4228.0, 4252.0, 4274.0, 4279.0, 4248.0, 4250.0, 4266.0, 4245.0, 4248.0, 4264.0, 4213.0, 4236.0, 4255.0, 4224.0, 4223.0, 4204.0, 4246.0, 4217.0, 4259.0, 4251.0, 4273.0, 4273.0, 4229.0, 4239.0, 4246.0, 4223.0, 4225.0, 4234.0, 4210.0, 4223.0, 4244.0, 4200.0, 4213.0, 4242.0, 4200.0, 4223.0, 4202.0, 4236.0, 4206.0, 4250.0, 4229.0, 4262.0, 4264.0, 4265.0, 4263.0, 4253.0, 4254.0, 4278.0, 4276.0, 4257.0, 4218.0, 4249.0, 4254.0, 4239.0, 4237.0, 4253.0, 4202.0, 4245.0, 4211.0, 4214.0, 4202.0, 4237.0, 4219.0, 4261.0, 4260.0, 4216.0, 4238.0, 4257.0, 4229.0, 4240.0, 4243.0, 4275.0, 4270.0, 4240.0, 4241.0, 4247.0, 4235.0, 4227.0, 4245.0, 4213.0, 4240.0, 4257.0, 4212.0, 4224.0, 4205.0, 4236.0, 4225.0, 4237.0, 4226.0, 4260.0, 4260.0, 4227.0, 4227.0, 4246.0, 4240.0, 4201.0, 4233.0, 4218.0, 4200.0, 4231.0, 4186.0, 4189.0, 4230.0, 4198.0, 4220.0, 4191.0, 4234.0, 4212.0, 4225.0, 4226.0, 4239.0, 4238.0, 4251.0, 4271.0, 4241.0, 4260.0, 4229.0, 4251.0, 4241.0, 4240.0, 4239.0, 4231.0, 4274.0, 4253.0, 4274.0, 4273.0, 4260.0, 4226.0, 4206.0, 4239.0, 4226.0, 4249.0, 4230.0, 4259.0, 4228.0, 4260.0, 4229.0, 4260.0, 4218.0, 4250.0, 4205.0, 4249.0, 4225.0, 4238.0, 4216.0, 4250.0, 4268.0, 4216.0, 4237.0, 4242.0, 4202.0, 4222.0, 4193.0, 4223.0, 4216.0, 4249.0, 4216.0, 4228.0, 4227.0, 4229.0, 4230.0, 4263.0, 4274.0, 4228.0, 4230.0, 4259.0, 4224.0, 4227.0, 4245.0, 4215.0, 4236.0, 4217.0, 4247.0, 4228.0, 4251.0, 4239.0, 4253.0, 4221.0, 4252.0, 4239.0, 4241.0, 4284.0, 4268.0, 4237.0, 4260.0, 4266.0, 4204.0, 4237.0, 4233.0, 4192.0, 4224.0, 4218.0, 4218.0, 4251.0, 4262.0, 4218.0, 4230.0, 4252.0, 4218.0, 4230.0, 4250.0, 4232.0, 4263.0, 4234.0, 4267.0, 4254.0, 4258.0, 4276.0, 4245.0, 4273.0, 4232.0, 4275.0, 4251.0, 4241.0, 4281.0, 4241.0, 4260.0, 4237.0, 4228.0, 4256.0, 4235.0, 4202.0, 4216.0, 4259.0, 4253.0, 4209.0, 4232.0, 4240.0, 4197.0, 4199.0, 4218.0, 4176.0, 4177.0, 4217.0, 4175.0, 4188.0, 4206.0, 4203.0, 4222.0, 4204.0, 4246.0, 4222.0, 4204.0, 4233.0, 4205.0, 4237.0, 4219.0, 4250.0, 4218.0, 4252.0, 4239.0, 4252.0, 4262.0, 4232.0, 4276.0, 4270.0, 4237.0, 4250.0, 4248.0, 4236.0, 4255.0, 4215.0, 4192.0, 4205.0, 4248.0, 4243.0, 4192.0, 4236.0, 4234.0, 4216.0, 4260.0, 4244.0, 4202.0, 4233.0, 4215.0, 4248.0, 4243.0, 4213.0, 4234.0, 4202.0, 4234.0, 4202.0, 4234.0, 4254.0, 4228.0, 4184.0, 4225.0, 4192.0, 4180.0, 4211.0, 4158.0, 4170.0, 4200.0, 4170.0, 4190.0, 4170.0, 4181.0, 4181.0, 4172.0, 4202.0, 4185.0, 4206.0, 4175.0, 4209.0, 4206.0, 4199.0, 4218.0, 4190.0, 4221.0, 4190.0, 4212.0, 4210.0, 4224.0, 4223.0, 4225.0, 4206.0, 4249.0, 4246.0, 4217.0, 4227.0, 4245.0, 4202.0, 4215.0], 'WindowWidth': [9476.0, 9503.0, 9477.0, 9502.0, 9451.0, 9407.0, 9461.0, 9398.0, 9445.0, 9407.0, 9467.0, 9435.0, 9392.0, 9440.0, 9370.0, 9434.0, 9370.0, 9417.0, 9411.0, 9455.0, 9408.0, 9380.0, 9426.0, 9435.0, 9427.0, 9433.0, 9391.0, 9413.0, 9446.0, 9393.0, 9441.0, 9373.0, 9442.0, 9381.0, 9430.0, 9410.0, 9465.0, 9412.0, 9470.0, 9462.0, 9411.0, 9427.0, 9430.0, 9388.0, 9414.0, 9343.0, 9404.0, 9413.0, 9375.0, 9417.0, 9347.0, 9393.0, 9421.0, 9385.0, 9439.0, 9353.0, 9417.0, 9458.0, 9408.0, 9449.0, 9399.0, 9472.0, 9464.0, 9413.0, 9470.0, 9410.0, 9443.0, 9456.0, 9437.0, 9477.0, 9413.0, 9431.0, 9471.0, 9428.0, 9462.0, 9471.0, 9412.0, 9456.0, 9467.0, 9419.0, 9432.0, 9400.0, 9457.0, 9465.0, 9399.0, 9435.0, 9487.0, 9425.0, 9412.0, 9447.0, 9378.0, 9421.0, 9389.0, 9395.0, 9437.0, 9382.0, 9428.0, 9435.0, 9378.0, 9425.0, 9446.0, 9389.0, 9417.0, 9356.0, 9388.0, 9415.0, 9349.0, 9367.0, 9411.0, 9361.0, 9367.0, 9397.0, 9334.0, 9367.0, 9407.0, 9321.0, 9371.0, 9409.0, 9357.0, 9401.0, 9356.0, 9378.0, 9418.0, 9358.0, 9393.0, 9434.0, 9395.0, 9423.0, 9364.0, 9399.0, 9439.0, 9379.0, 9412.0, 9442.0, 9404.0, 9427.0, 9368.0, 9400.0, 9438.0, 9397.0, 9428.0, 9382.0, 9444.0, 9450.0, 9387.0, 9437.0, 9449.0, 9396.0, 9415.0, 9443.0, 9371.0, 9416.0, 9441.0, 9389.0, 9432.0, 9413.0, 9460.0, 9462.0, 9408.0, 9453.0, 9447.0, 9386.0, 9418.0, 9440.0, 9368.0, 9400.0, 9439.0, 9380.0, 9411.0, 9438.0, 9382.0, 9427.0, 9418.0, 9393.0, 9424.0, 9386.0, 9390.0, 9417.0, 9378.0, 9420.0, 9368.0, 9423.0, 9388.0, 9435.0, 9394.0, 9438.0, 9449.0, 9405.0, 9430.0, 9408.0, 9450.0, 9395.0, 9454.0, 9461.0, 9412.0, 9428.0, 9381.0, 9410.0, 9364.0, 9395.0, 9437.0, 9361.0, 9393.0, 9415.0, 9375.0, 9408.0, 9424.0, 9370.0, 9397.0, 9348.0, 9368.0, 9393.0, 9357.0, 9388.0, 9395.0, 9361.0, 9418.0, 9353.0, 9429.0, 9457.0, 9395.0, 9433.0, 9377.0, 9412.0, 9465.0, 9412.0, 9441.0, 9400.0, 9448.0, 9471.0, 9427.0, 9459.0, 9458.0, 9430.0, 9405.0, 9463.0, 9406.0, 9368.0, 9422.0, 9370.0, 9378.0, 9424.0, 9362.0, 9395.0, 9421.0, 9366.0, 9411.0, 9435.0, 9381.0, 9408.0, 9375.0, 9434.0, 9418.0, 9408.0, 9449.0, 9433.0, 9478.0, 9435.0, 9456.0, 9402.0, 9455.0, 9398.0, 9458.0, 9465.0, 9427.0, 9478.0, 9462.0, 9425.0, 9426.0, 9421.0, 9397.0, 9373.0, 9411.0, 9344.0, 9390.0, 9414.0, 9362.0, 9384.0, 9380.0, 9412.0, 9408.0, 9433.0, 9400.0, 9455.0, 9405.0, 9465.0, 9444.0, 9434.0, 9460.0, 9432.0, 9470.0, 9457.0, 9426.0, 9412.0, 9426.0, 9409.0, 9374.0, 9399.0, 9371.0, 9347.0, 9380.0, 9352.0, 9344.0, 9372.0, 9311.0, 9344.0, 9369.0, 9313.0, 9346.0, 9370.0, 9346.0, 9364.0, 9385.0, 9335.0, 9392.0, 9358.0, 9352.0, 9391.0, 9340.0, 9387.0, 9396.0, 9360.0, 9404.0, 9350.0, 9385.0, 9380.0, 9406.0, 9444.0, 9410.0, 9438.0, 9439.0, 9462.0, 9416.0, 9459.0, 9410.0, 9425.0, 9439.0, 9431.0, 9468.0, 9445.0, 9471.0, 9416.0, 9465.0, 9412.0, 9467.0, 9447.0, 9442.0, 9392.0, 9454.0, 9458.0, 9404.0, 9407.0, 9415.0, 9397.0, 9367.0, 9349.0, 9409.0, 9414.0, 9361.0, 9390.0, 9375.0, 9363.0, 9403.0, 9370.0, 9415.0, 9356.0, 9404.0, 9415.0, 9407.0, 9434.0, 9400.0, 9461.0, 9422.0, 9399.0, 9459.0, 9446.0, 9403.0, 9432.0, 9392.0, 9418.0, 9390.0, 9422.0, 9420.0, 9424.0, 9463.0, 9392.0, 9441.0, 9447.0, 9406.0, 9409.0, 9418.0, 9381.0, 9372.0, 9390.0, 9350.0, 9355.0, 9372.0, 9334.0, 9354.0, 9345.0, 9339.0, 9384.0, 9338.0, 9360.0, 9401.0, 9363.0, 9395.0, 9352.0, 9398.0, 9408.0, 9365.0, 9398.0, 9394.0, 9386.0, 9415.0, 9374.0, 9420.0, 9436.0, 9392.0, 9381.0, 9428.0, 9429.0, 9362.0, 9404.0, 9355.0, 9377.0, 9403.0, 9374.0, 9391.0, 9404.0, 9368.0, 9411.0, 9376.0, 9380.0, 9408.0, 9376.0, 9398.0, 9393.0, 9371.0, 9414.0, 9365.0, 9398.0, 9424.0, 9380.0, 9402.0, 9394.0, 9370.0, 9429.0, 9379.0, 9399.0, 9425.0, 9382.0, 9397.0, 9366.0, 9401.0, 9434.0, 9388.0, 9380.0, 9412.0, 9358.0, 9380.0, 9426.0, 9364.0, 9409.0, 9389.0, 9380.0, 9409.0, 9402.0, 9410.0, 9443.0, 9477.0, 9443.0, 9390.0, 9439.0, 9456.0, 9410.0, 9410.0, 9385.0, 9384.0, 9396.0, 9403.0, 9416.0, 9391.0, 9434.0, 9396.0, 9462.0, 9467.0, 9440.0, 9381.0, 9418.0, 9357.0, 9372.0, 9398.0, 9362.0, 9365.0, 9335.0, 9375.0, 9401.0, 9362.0, 9384.0, 9348.0, 9390.0, 9362.0, 9392.0, 9370.0, 9403.0, 9424.0, 9366.0, 9394.0, 9360.0, 9381.0, 9404.0, 9365.0, 9389.0, 9345.0, 9378.0, 9426.0, 9392.0, 9354.0, 9383.0, 9335.0, 9339.0, 9377.0, 9316.0, 9351.0, 9378.0, 9343.0, 9387.0, 9342.0, 9369.0, 9409.0, 9347.0, 9381.0, 9410.0, 9349.0, 9368.0, 9424.0, 9348.0, 9379.0, 9374.0, 9417.0, 9418.0, 9481.0, 9461.0, 9378.0, 9423.0, 9454.0, 9413.0, 9400.0, 9385.0, 9422.0, 9457.0, 9455.0, 9409.0, 9417.0, 9435.0, 9400.0, 9408.0, 9427.0, 9357.0, 9390.0, 9418.0, 9372.0, 9369.0, 9348.0, 9406.0, 9371.0, 9428.0, 9421.0, 9453.0, 9454.0, 9387.0, 9400.0, 9406.0, 9367.0, 9374.0, 9385.0, 9344.0, 9368.0, 9396.0, 9331.0, 9354.0, 9391.0, 9335.0, 9367.0, 9338.0, 9390.0, 9353.0, 9416.0, 9392.0, 9438.0, 9443.0, 9447.0, 9441.0, 9426.0, 9429.0, 9467.0, 9465.0, 9421.0, 9368.0, 9414.0, 9411.0, 9399.0, 9393.0, 9407.0, 9340.0, 9401.0, 9349.0, 9356.0, 9340.0, 9392.0, 9378.0, 9435.0, 9431.0, 9365.0, 9400.0, 9424.0, 9387.0, 9406.0, 9415.0, 9461.0, 9447.0, 9404.0, 9406.0, 9409.0, 9389.0, 9382.0, 9403.0, 9356.0, 9403.0, 9422.0, 9354.0, 9369.0, 9352.0, 9394.0, 9375.0, 9394.0, 9380.0, 9430.0, 9433.0, 9379.0, 9378.0, 9405.0, 9386.0, 9336.0, 9380.0, 9354.0, 9333.0, 9375.0, 9307.0, 9316.0, 9371.0, 9328.0, 9359.0, 9324.0, 9387.0, 9355.0, 9378.0, 9379.0, 9401.0, 9399.0, 9422.0, 9447.0, 9410.0, 9432.0, 9387.0, 9420.0, 9407.0, 9403.0, 9403.0, 9393.0, 9459.0, 9427.0, 9456.0, 9458.0, 9428.0, 9375.0, 9352.0, 9399.0, 9379.0, 9415.0, 9394.0, 9429.0, 9388.0, 9433.0, 9391.0, 9432.0, 9374.0, 9416.0, 9351.0, 9415.0, 9377.0, 9395.0, 9366.0, 9417.0, 9441.0, 9367.0, 9395.0, 9396.0, 9341.0, 9366.0, 9330.0, 9371.0, 9369.0, 9416.0, 9368.0, 9388.0, 9386.0, 9391.0, 9391.0, 9443.0, 9458.0, 9386.0, 9390.0, 9430.0, 9372.0, 9381.0, 9404.0, 9365.0, 9394.0, 9371.0, 9411.0, 9388.0, 9421.0, 9403.0, 9428.0, 9383.0, 9424.0, 9403.0, 9408.0, 9473.0, 9442.0, 9393.0, 9430.0, 9432.0, 9348.0, 9396.0, 9384.0, 9328.0, 9373.0, 9371.0, 9377.0, 9424.0, 9440.0, 9374.0, 9393.0, 9424.0, 9371.0, 9391.0, 9421.0, 9400.0, 9442.0, 9406.0, 9452.0, 9433.0, 9441.0, 9465.0, 9422.0, 9456.0, 9397.0, 9458.0, 9420.0, 9408.0, 9462.0, 9406.0, 9431.0, 9394.0, 9383.0, 9421.0, 9387.0, 9341.0, 9365.0, 9430.0, 9411.0, 9345.0, 9378.0, 9388.0, 9324.0, 9329.0, 9353.0, 9295.0, 9298.0, 9352.0, 9291.0, 9313.0, 9337.0, 9345.0, 9371.0, 9351.0, 9409.0, 9369.0, 9349.0, 9386.0, 9351.0, 9398.0, 9379.0, 9418.0, 9373.0, 9423.0, 9404.0, 9426.0, 9439.0, 9398.0, 9462.0, 9449.0, 9394.0, 9416.0, 9412.0, 9388.0, 9411.0, 9357.0, 9323.0, 9348.0, 9410.0, 9397.0, 9328.0, 9392.0, 9388.0, 9369.0, 9434.0, 9403.0, 9343.0, 9387.0, 9367.0, 9414.0, 9399.0, 9357.0, 9385.0, 9342.0, 9386.0, 9341.0, 9386.0, 9416.0, 9365.0, 9304.0, 9358.0, 9305.0, 9291.0, 9332.0, 9257.0, 9277.0, 9317.0, 9279.0, 9306.0, 9279.0, 9295.0, 9293.0, 9287.0, 9327.0, 9308.0, 9335.0, 9296.0, 9344.0, 9336.0, 9332.0, 9359.0, 9324.0, 9366.0, 9322.0, 9353.0, 9350.0, 9374.0, 9370.0, 9378.0, 9357.0, 9416.0, 9408.0, 9370.0, 9382.0, 9403.0, 9340.0, 9362.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.0038308610792192883</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.051323033869115964</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.48413369193099</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2509412144827599</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0094636569080455</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5045</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5665.3794</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10066360029801137</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>53</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>6.0849598163031</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4660024332973554</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.34362330776003</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.628513664604078</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4258703275279587</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0153715</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0155910924077034</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.048761770129203796</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.628173572941345</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>19.1116</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.2167</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>203.363</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>293298.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>988.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>389.6702</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.7219</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>447.8675</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3456.7701</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3590.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>83246.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1631.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4371.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>775.6793</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>32.16942533000838</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> |