=== 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-0084 --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-0084",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
77 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
77 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-0084_ses-03_task-alignvideo_acq-mb8_run-01_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-0084_ses-03_task-alignvideo_acq-mb8_run-01_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-01_session-03_subject-0084_suffix-bold_task-alignvideo" 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-0084/figures/sub-0084_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-03_subject-0084_suffix-bold_task-alignvideo" 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-0084/figures/sub-0084_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-03_subject-0084_suffix-bold_task-alignvideo" 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-0084/figures/sub-0084_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-03_subject-0084_suffix-bold_task-alignvideo" 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-0084/figures/sub-0084_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-03_task-alignvideo_acq-mb8_run-01_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-01_session-03_subject-0084_suffix-bold_task-alignvideo" 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-0084/figures/sub-0084_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-03_task-alignvideo_acq-mb8_run-01_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-01_session-03_subject-0084_suffix-bold_task-alignvideo" 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-0084/figures/sub-0084_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0084_suffix-bold_task-alignvideo" 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-0084/figures/sub-0084_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0084/figures/sub-0084_ses-03_task-alignvideo_acq-mb8_run-01_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-0084/figures/sub-0084_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-03_task-alignvideo_acq-mb8_run-01_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-0084/ses-03/func/sub-0084_ses-03_task-alignvideo_acq-mb8_run-01_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>d11de0a3d0b15514c71a35d6504a4811</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>13:19:58.930000</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.997389, 0.0673803, 0.0259899, -0.0671207, 0.997687, -0.0107339]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_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.108376</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-01_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>26</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4148, -7740, -7270, 469, -62, -284, 127, 67]</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>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>281.353</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>38803d94-03d4-4558-ab0f-eeca50a564d7||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.6759212017059326, -0.18008005619049072, 0.0719631165266037, 118.70271301269531], [-0.18077640235424042, 2.6767215728759766, -0.02419591322541237, -89.18363189697266], [0.06972890347242355, 0.028798367828130722, 2.698932409286499, -83.7527847290039], [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, 520]</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], 'AcquisitionTime': ['131958.930000', '131959.390000', '131959.850000', '132000.310000', '132000.770000', '132001.230000', '132001.690000', '132002.150000', '132002.610000', '132003.070000', '132003.530000', '132003.990000', '132004.450000', '132004.910000', '132005.370000', '132005.830000', '132006.290000', '132006.750000', '132007.210000', '132007.670000', '132008.130000', '132008.590000', '132009.050000', '132009.510000', '132009.970000', '132010.430000', '132010.890000', '132011.350000', '132011.810000', '132012.270000', '132012.730000', '132013.190000', '132013.650000', '132014.110000', '132014.570000', '132015.030000', '132015.490000', '132015.950000', '132016.410000', '132016.870000', '132017.330000', '132017.790000', '132018.250000', '132018.710000', '132019.170000', '132019.630000', '132020.090000', '132020.550000', '132021.010000', '132021.470000', '132021.930000', '132022.390000', '132022.850000', '132023.310000', '132023.770000', '132024.230000', '132024.690000', '132025.150000', '132025.610000', '132026.070000', '132026.530000', '132026.990000', '132027.450000', '132027.910000', '132028.370000', '132028.830000', '132029.290000', '132029.750000', '132030.210000', '132030.670000', '132031.130000', '132031.590000', '132032.050000', '132032.510000', '132032.970000', '132033.430000', '132033.890000', '132034.350000', '132034.810000', '132035.270000', '132035.730000', '132036.190000', '132036.650000', '132037.110000', '132037.570000', '132038.030000', '132038.490000', '132038.950000', '132039.410000', '132039.870000', '132040.330000', '132040.790000', '132041.250000', '132041.710000', '132042.170000', '132042.630000', '132043.090000', '132043.550000', '132044.010000', '132044.470000', '132044.930000', '132045.390000', '132045.850000', '132046.310000', '132046.770000', '132047.230000', '132047.690000', '132048.150000', '132048.610000', '132049.070000', '132049.530000', '132049.990000', '132050.450000', '132050.910000', '132051.370000', '132051.830000', '132052.290000', '132052.750000', '132053.210000', '132053.670000', '132054.130000', '132054.590000', '132055.050000', '132055.510000', '132055.970000', '132056.430000', '132056.890000', '132057.350000', '132057.810000', '132058.270000', '132058.730000', '132059.190000', '132059.650000', '132100.110000', '132100.570000', '132101.030000', '132101.490000', '132101.950000', '132102.410000', '132102.870000', '132103.330000', '132103.790000', '132104.250000', '132104.710000', '132105.170000', '132105.630000', '132106.090000', '132106.550000', '132107.010000', '132107.470000', '132107.930000', '132108.390000', '132108.850000', '132109.310000', '132109.770000', '132110.230000', '132110.690000', '132111.150000', '132111.610000', '132112.070000', '132112.530000', '132112.990000', '132113.450000', '132113.910000', '132114.370000', '132114.830000', '132115.290000', '132115.750000', '132116.210000', '132116.670000', '132117.130000', '132117.590000', '132118.050000', '132118.510000', '132118.970000', '132119.430000', '132119.890000', '132120.350000', '132120.810000', '132121.270000', '132121.730000', '132122.190000', '132122.650000', '132123.110000', '132123.570000', '132124.030000', '132124.490000', '132124.950000', '132125.410000', '132125.870000', '132126.330000', '132126.790000', '132127.250000', '132127.710000', '132128.170000', '132128.630000', '132129.090000', '132129.550000', '132130.010000', '132130.470000', '132130.930000', '132131.390000', '132131.850000', '132132.310000', '132132.770000', '132133.230000', '132133.690000', '132134.150000', '132134.610000', '132135.070000', '132135.530000', '132135.990000', '132136.450000', '132136.910000', '132137.370000', '132137.830000', '132138.290000', '132138.750000', '132139.210000', '132139.670000', '132140.130000', '132140.590000', '132141.050000', '132141.510000', '132141.970000', '132142.430000', '132142.890000', '132143.350000', '132143.810000', '132144.270000', '132144.730000', '132145.190000', '132145.650000', '132146.110000', '132146.570000', '132147.030000', '132147.490000', '132147.950000', '132148.410000', '132148.870000', '132149.330000', '132149.790000', '132150.250000', '132150.710000', '132151.170000', '132151.630000', '132152.090000', '132152.550000', '132153.010000', '132153.470000', '132153.930000', '132154.390000', '132154.850000', '132155.310000', '132155.770000', '132156.230000', '132156.690000', '132157.150000', '132157.610000', '132158.070000', '132158.530000', '132158.990000', '132159.450000', '132159.910000', '132200.370000', '132200.830000', '132201.290000', '132201.750000', '132202.210000', '132202.670000', '132203.130000', '132203.590000', '132204.050000', '132204.510000', '132204.970000', '132205.430000', '132205.890000', '132206.350000', '132206.810000', '132207.270000', '132207.730000', '132208.190000', '132208.650000', '132209.110000', '132209.570000', '132210.030000', '132210.490000', '132210.950000', '132211.410000', '132211.870000', '132212.330000', '132212.790000', '132213.250000', '132213.710000', '132214.170000', '132214.630000', '132215.090000', '132215.550000', '132216.010000', '132216.470000', '132216.930000', '132217.390000', '132217.850000', '132218.310000', '132218.770000', '132219.230000', '132219.690000', '132220.150000', '132220.610000', '132221.070000', '132221.530000', '132221.990000', '132222.450000', '132222.910000', '132223.370000', '132223.830000', '132224.290000', '132224.750000', '132225.210000', '132225.670000', '132226.130000', '132226.590000', '132227.050000', '132227.510000', '132227.970000', '132228.430000', '132228.890000', '132229.350000', '132229.810000', '132230.270000', '132230.730000', '132231.190000', '132231.650000', '132232.110000', '132232.570000', '132233.030000', '132233.490000', '132233.950000', '132234.410000', '132234.870000', '132235.330000', '132235.790000', '132236.250000', '132236.710000', '132237.170000', '132237.630000', '132238.090000', '132238.550000', '132239.010000', '132239.470000', '132239.930000', '132240.390000', '132240.850000', '132241.310000', '132241.770000', '132242.230000', '132242.690000', '132243.150000', '132243.610000', '132244.070000', '132244.530000', '132244.990000', '132245.450000', '132245.910000', '132246.370000', '132246.830000', '132247.290000', '132247.750000', '132248.210000', '132248.670000', '132249.130000', '132249.590000', '132250.050000', '132250.510000', '132250.970000', '132251.430000', '132251.890000', '132252.350000', '132252.810000', '132253.270000', '132253.730000', '132254.190000', '132254.650000', '132255.110000', '132255.570000', '132256.030000', '132256.490000', '132256.950000', '132257.410000', '132257.870000', '132258.330000', '132258.790000', '132259.250000', '132259.710000', '132300.170000', '132300.630000', '132301.090000', '132301.550000', '132302.010000', '132302.470000', '132302.930000', '132303.390000', '132303.850000', '132304.310000', '132304.770000', '132305.230000', '132305.690000', '132306.150000', '132306.610000', '132307.070000', '132307.530000', '132307.990000', '132308.450000', '132308.910000', '132309.370000', '132309.830000', '132310.290000', '132310.750000', '132311.210000', '132311.670000', '132312.130000', '132312.590000', '132313.050000', '132313.510000', '132313.970000', '132314.430000', '132314.890000', '132315.350000', '132315.810000', '132316.270000', '132316.730000', '132317.190000', '132317.650000', '132318.110000', '132318.570000', '132319.030000', '132319.490000', '132319.950000', '132320.410000', '132320.870000', '132321.330000', '132321.790000', '132322.250000', '132322.710000', '132323.170000', '132323.630000', '132324.090000', '132324.550000', '132325.010000', '132325.470000', '132325.930000', '132326.390000', '132326.850000', '132327.310000', '132327.770000', '132328.230000', '132328.690000', '132329.150000', '132329.610000', '132330.070000', '132330.530000', '132330.990000', '132331.450000', '132331.910000', '132332.370000', '132332.830000', '132333.290000', '132333.750000', '132334.210000', '132334.670000', '132335.130000', '132335.590000', '132336.050000', '132336.510000', '132336.970000', '132337.430000', '132337.890000', '132338.350000', '132338.810000', '132339.270000', '132339.730000', '132340.190000', '132340.650000', '132341.110000', '132341.570000', '132342.030000', '132342.490000', '132342.950000', '132343.410000', '132343.870000', '132344.330000', '132344.790000', '132345.250000', '132345.710000', '132346.170000', '132346.630000', '132347.090000', '132347.550000', '132348.010000', '132348.470000', '132348.930000', '132349.390000', '132349.850000', '132350.310000', '132350.770000', '132351.230000', '132351.690000', '132352.150000', '132352.610000', '132353.070000', '132353.530000', '132353.990000', '132354.450000', '132354.910000', '132355.370000', '132355.830000', '132356.290000', '132356.750000', '132357.210000', '132357.670000'], 'ContentTime': ['132019.071000', '132019.074000', '132019.076000', '132019.079000', '132019.082000', '132019.084000', '132019.087000', '132019.090000', '132019.092000', '132019.095000', '132019.097000', '132019.100000', '132019.107000', '132019.110000', '132019.112000', '132019.115000', '132019.118000', '132019.120000', '132019.123000', '132019.125000', '132019.128000', '132019.130000', '132019.133000', '132019.136000', '132019.138000', '132019.141000', '132019.143000', '132019.157000', '132019.159000', '132019.162000', '132019.164000', '132019.167000', '132019.170000', '132019.172000', '132019.175000', '132019.177000', '132019.180000', '132019.182000', '132019.185000', '132019.187000', '132019.190000', '132039.024000', '132039.026000', '132039.029000', '132039.032000', '132039.034000', '132039.037000', '132039.039000', '132039.042000', '132039.045000', '132039.047000', '132039.050000', '132039.052000', '132039.055000', '132039.057000', '132039.060000', '132039.063000', '132039.066000', '132039.068000', '132039.071000', '132039.073000', '132039.076000', '132039.078000', '132039.081000', '132039.084000', '132039.086000', '132039.089000', '132039.091000', '132039.094000', '132039.097000', '132039.099000', '132039.102000', '132039.104000', '132039.107000', '132039.109000', '132039.112000', '132039.115000', '132039.117000', '132039.120000', '132039.122000', '132039.125000', '132039.127000', '132039.130000', '132039.132000', '132059.024000', '132059.026000', '132059.029000', '132059.031000', '132059.034000', '132059.037000', '132059.040000', '132059.042000', '132059.045000', '132059.047000', '132059.050000', '132059.052000', '132059.055000', '132059.058000', '132059.060000', '132059.064000', '132059.067000', '132059.070000', '132059.072000', '132059.075000', '132059.077000', '132059.080000', '132059.083000', '132059.085000', '132059.088000', '132059.090000', '132059.093000', '132059.095000', '132059.098000', '132059.101000', '132059.103000', '132059.106000', '132059.109000', '132059.111000', '132059.114000', '132059.116000', '132059.119000', '132059.122000', '132059.124000', '132059.127000', '132059.129000', '132059.132000', '132059.135000', '132059.137000', '132119.023000', '132119.026000', '132119.029000', '132119.032000', '132119.034000', '132119.037000', '132119.040000', '132119.042000', '132119.045000', '132119.047000', '132119.050000', '132119.053000', '132119.055000', '132119.058000', '132119.060000', '132119.063000', '132119.066000', '132119.068000', '132119.071000', '132119.073000', '132119.076000', '132119.078000', '132119.081000', '132119.084000', '132119.086000', '132119.089000', '132119.092000', '132119.094000', '132119.097000', '132119.099000', '132119.102000', '132119.104000', '132119.107000', '132119.110000', '132119.117000', '132119.119000', '132119.122000', '132119.124000', '132119.127000', '132119.130000', '132119.132000', '132119.135000', '132119.138000', '132139.023000', '132139.025000', '132139.028000', '132139.031000', '132139.033000', '132139.036000', '132139.038000', '132139.041000', '132139.043000', '132139.046000', '132139.048000', '132139.051000', '132139.054000', '132139.057000', '132139.059000', '132139.062000', '132139.064000', '132139.067000', '132139.069000', '132139.072000', '132139.075000', '132139.077000', '132139.080000', '132139.083000', '132139.085000', '132139.088000', '132139.091000', '132139.093000', '132139.096000', '132139.098000', '132139.101000', '132139.103000', '132139.106000', '132139.109000', '132139.111000', '132139.114000', '132139.117000', '132139.119000', '132139.122000', '132139.124000', '132139.127000', '132139.129000', '132139.132000', '132139.135000', '132159.022000', '132159.025000', '132159.028000', '132159.031000', '132159.033000', '132159.036000', '132159.038000', '132159.041000', '132159.044000', '132159.046000', '132159.049000', '132159.051000', '132159.054000', '132159.057000', '132159.060000', '132159.062000', '132159.065000', '132159.067000', '132159.070000', '132159.072000', '132159.075000', '132159.078000', '132159.080000', '132159.083000', '132159.085000', '132159.101000', '132159.103000', '132159.106000', '132159.109000', '132159.111000', '132159.114000', '132159.116000', '132159.119000', '132159.122000', '132159.124000', '132159.131000', '132159.133000', '132159.136000', '132159.139000', '132159.141000', '132159.144000', '132159.146000', '132159.149000', '132219.023000', '132219.025000', '132219.028000', '132219.030000', '132219.033000', '132219.036000', '132219.039000', '132219.042000', '132219.044000', '132219.047000', '132219.050000', '132219.053000', '132219.055000', '132219.058000', '132219.061000', '132219.063000', '132219.066000', '132219.069000', '132219.071000', '132219.074000', '132219.076000', '132219.079000', '132219.081000', '132219.084000', '132219.087000', '132219.089000', '132219.092000', '132219.095000', '132219.097000', '132219.100000', '132219.102000', '132219.105000', '132219.108000', '132219.110000', '132219.113000', '132219.116000', '132219.118000', '132219.121000', '132219.123000', '132219.126000', '132219.129000', '132219.131000', '132219.134000', '132219.136000', '132239.022000', '132239.025000', '132239.028000', '132239.030000', '132239.033000', '132239.036000', '132239.038000', '132239.041000', '132239.043000', '132239.046000', '132239.049000', '132239.051000', '132239.054000', '132239.056000', '132239.059000', '132239.062000', '132239.064000', '132239.067000', '132239.069000', '132239.072000', '132239.080000', '132239.082000', '132239.085000', '132239.088000', '132239.091000', '132239.094000', '132239.097000', '132239.099000', '132239.102000', '132239.105000', '132239.107000', '132239.110000', '132239.112000', '132239.115000', '132239.118000', '132239.120000', '132239.123000', '132239.126000', '132239.128000', '132239.131000', '132239.133000', '132239.136000', '132239.139000', '132259.024000', '132259.026000', '132259.029000', '132259.031000', '132259.034000', '132259.037000', '132259.039000', '132259.042000', '132259.045000', '132259.047000', '132259.050000', '132259.052000', '132259.055000', '132259.058000', '132259.060000', '132259.063000', '132259.065000', '132259.068000', '132259.070000', '132259.073000', '132259.076000', '132259.078000', '132259.081000', '132259.083000', '132259.086000', '132259.089000', '132259.091000', '132259.094000', '132259.096000', '132259.099000', '132259.102000', '132259.104000', '132259.107000', '132259.110000', '132259.112000', '132259.115000', '132259.117000', '132259.120000', '132259.123000', '132259.125000', '132259.128000', '132259.130000', '132259.133000', '132259.136000', '132319.024000', '132319.026000', '132319.029000', '132319.032000', '132319.034000', '132319.037000', '132319.039000', '132319.042000', '132319.045000', '132319.047000', '132319.050000', '132319.052000', '132319.055000', '132319.058000', '132319.060000', '132319.063000', '132319.065000', '132319.068000', '132319.070000', '132319.073000', '132319.076000', '132319.078000', '132319.081000', '132319.084000', '132319.086000', '132319.089000', '132319.091000', '132319.094000', '132319.097000', '132319.099000', '132319.102000', '132319.105000', '132319.107000', '132319.110000', '132319.112000', '132319.115000', '132319.118000', '132319.120000', '132319.123000', '132319.125000', '132319.128000', '132319.131000', '132319.133000', '132339.024000', '132339.027000', '132339.029000', '132339.032000', '132339.035000', '132339.037000', '132339.040000', '132339.053000', '132339.056000', '132339.058000', '132339.061000', '132339.063000', '132339.066000', '132339.068000', '132339.071000', '132339.074000', '132339.076000', '132339.080000', '132339.082000', '132339.085000', '132339.088000', '132339.090000', '132339.093000', '132339.096000', '132339.098000', '132339.101000', '132339.103000', '132339.106000', '132339.109000', '132339.111000', '132339.114000', '132339.117000', '132339.120000', '132339.122000', '132339.125000', '132339.128000', '132339.130000', '132339.133000', '132339.136000', '132339.138000', '132339.141000', '132339.144000', '132339.146000', '132359.022000', '132359.025000', '132359.028000', '132359.031000', '132359.033000', '132359.036000', '132359.038000', '132359.041000', '132359.044000', '132359.046000', '132359.049000', '132359.051000', '132359.054000', '132359.057000', '132359.059000', '132359.062000', '132359.065000', '132359.067000', '132359.070000', '132359.072000', '132359.075000', '132359.078000', '132359.080000', '132359.083000', '132359.085000', '132359.088000', '132359.091000', '132359.093000', '132359.096000', '132359.098000', '132359.101000', '132359.104000', '132359.106000', '132359.109000', '132359.111000', '132359.114000', '132359.117000', '132359.119000', '132359.122000', '132359.124000', '132359.127000', '132359.129000', '132359.132000', '132359.135000', '132359.487000'], 'InstanceCreationTime': ['132019.071000', '132019.074000', '132019.076000', '132019.079000', '132019.082000', '132019.084000', '132019.087000', '132019.090000', '132019.092000', '132019.095000', '132019.097000', '132019.100000', '132019.107000', '132019.110000', '132019.112000', '132019.115000', '132019.118000', '132019.120000', '132019.123000', '132019.125000', '132019.128000', '132019.130000', '132019.133000', '132019.136000', '132019.138000', '132019.141000', '132019.143000', '132019.157000', '132019.159000', '132019.162000', '132019.164000', '132019.167000', '132019.170000', '132019.172000', '132019.175000', '132019.177000', '132019.180000', '132019.182000', '132019.185000', '132019.187000', '132019.190000', '132039.024000', '132039.026000', '132039.029000', '132039.032000', '132039.034000', '132039.037000', '132039.039000', '132039.042000', '132039.045000', '132039.047000', '132039.050000', '132039.052000', '132039.055000', '132039.057000', '132039.060000', '132039.063000', '132039.066000', '132039.068000', '132039.071000', '132039.073000', '132039.076000', '132039.078000', '132039.081000', '132039.084000', '132039.086000', '132039.089000', '132039.091000', '132039.094000', '132039.097000', '132039.099000', '132039.102000', '132039.104000', '132039.107000', '132039.109000', '132039.112000', '132039.115000', '132039.117000', '132039.120000', '132039.122000', '132039.125000', '132039.127000', '132039.130000', '132039.132000', '132059.024000', '132059.026000', '132059.029000', '132059.031000', '132059.034000', '132059.037000', '132059.040000', '132059.042000', '132059.045000', '132059.047000', '132059.050000', '132059.052000', '132059.055000', '132059.058000', '132059.060000', '132059.064000', '132059.067000', '132059.070000', '132059.072000', '132059.075000', '132059.077000', '132059.080000', '132059.083000', '132059.085000', '132059.088000', '132059.090000', '132059.093000', '132059.095000', '132059.098000', '132059.101000', '132059.103000', '132059.106000', '132059.109000', '132059.111000', '132059.114000', '132059.116000', '132059.119000', '132059.122000', '132059.124000', '132059.127000', '132059.129000', '132059.132000', '132059.135000', '132059.137000', '132119.023000', '132119.026000', '132119.029000', '132119.032000', '132119.034000', '132119.037000', '132119.040000', '132119.042000', '132119.045000', '132119.047000', '132119.050000', '132119.053000', '132119.055000', '132119.058000', '132119.060000', '132119.063000', '132119.066000', '132119.068000', '132119.071000', '132119.073000', '132119.076000', '132119.078000', '132119.081000', '132119.084000', '132119.086000', '132119.089000', '132119.092000', '132119.094000', '132119.097000', '132119.099000', '132119.102000', '132119.104000', '132119.107000', '132119.110000', '132119.117000', '132119.119000', '132119.122000', '132119.124000', '132119.127000', '132119.130000', '132119.132000', '132119.135000', '132119.138000', '132139.023000', '132139.025000', '132139.028000', '132139.031000', '132139.033000', '132139.036000', '132139.038000', '132139.041000', '132139.043000', '132139.046000', '132139.048000', '132139.051000', '132139.054000', '132139.057000', '132139.059000', '132139.062000', '132139.064000', '132139.067000', '132139.069000', '132139.072000', '132139.075000', '132139.077000', '132139.080000', '132139.083000', '132139.085000', '132139.088000', '132139.091000', '132139.093000', '132139.096000', '132139.098000', '132139.101000', '132139.103000', '132139.106000', '132139.109000', '132139.111000', '132139.114000', '132139.117000', '132139.119000', '132139.122000', '132139.124000', '132139.127000', '132139.129000', '132139.132000', '132139.135000', '132159.022000', '132159.025000', '132159.028000', '132159.031000', '132159.033000', '132159.036000', '132159.038000', '132159.041000', '132159.044000', '132159.046000', '132159.049000', '132159.051000', '132159.054000', '132159.057000', '132159.060000', '132159.062000', '132159.065000', '132159.067000', '132159.070000', '132159.072000', '132159.075000', '132159.078000', '132159.080000', '132159.083000', '132159.085000', '132159.101000', '132159.103000', '132159.106000', '132159.109000', '132159.111000', '132159.114000', '132159.116000', '132159.119000', '132159.122000', '132159.124000', '132159.131000', '132159.133000', '132159.136000', '132159.139000', '132159.141000', '132159.144000', '132159.146000', '132159.149000', '132219.023000', '132219.025000', '132219.028000', '132219.030000', '132219.033000', '132219.036000', '132219.039000', '132219.042000', '132219.044000', '132219.047000', '132219.050000', '132219.053000', '132219.055000', '132219.058000', '132219.061000', '132219.063000', '132219.066000', '132219.069000', '132219.071000', '132219.074000', '132219.076000', '132219.079000', '132219.081000', '132219.084000', '132219.087000', '132219.089000', '132219.092000', '132219.095000', '132219.097000', '132219.100000', '132219.102000', '132219.105000', '132219.108000', '132219.110000', '132219.113000', '132219.116000', '132219.118000', '132219.121000', '132219.123000', '132219.126000', '132219.129000', '132219.131000', '132219.134000', '132219.136000', '132239.022000', '132239.025000', '132239.028000', '132239.030000', '132239.033000', '132239.036000', '132239.038000', '132239.041000', '132239.043000', '132239.046000', '132239.049000', '132239.051000', '132239.054000', '132239.056000', '132239.059000', '132239.062000', '132239.064000', '132239.067000', '132239.069000', '132239.072000', '132239.080000', '132239.082000', '132239.085000', '132239.088000', '132239.091000', '132239.094000', '132239.097000', '132239.099000', '132239.102000', '132239.105000', '132239.107000', '132239.110000', '132239.112000', '132239.115000', '132239.118000', '132239.120000', '132239.123000', '132239.126000', '132239.128000', '132239.131000', '132239.133000', '132239.136000', '132239.139000', '132259.024000', '132259.026000', '132259.029000', '132259.031000', '132259.034000', '132259.037000', '132259.039000', '132259.042000', '132259.045000', '132259.047000', '132259.050000', '132259.052000', '132259.055000', '132259.058000', '132259.060000', '132259.063000', '132259.065000', '132259.068000', '132259.070000', '132259.073000', '132259.076000', '132259.078000', '132259.081000', '132259.083000', '132259.086000', '132259.089000', '132259.091000', '132259.094000', '132259.096000', '132259.099000', '132259.102000', '132259.104000', '132259.107000', '132259.110000', '132259.112000', '132259.115000', '132259.117000', '132259.120000', '132259.123000', '132259.125000', '132259.128000', '132259.130000', '132259.133000', '132259.136000', '132319.024000', '132319.026000', '132319.029000', '132319.032000', '132319.034000', '132319.037000', '132319.039000', '132319.042000', '132319.045000', '132319.047000', '132319.050000', '132319.052000', '132319.055000', '132319.058000', '132319.060000', '132319.063000', '132319.065000', '132319.068000', '132319.070000', '132319.073000', '132319.076000', '132319.078000', '132319.081000', '132319.084000', '132319.086000', '132319.089000', '132319.091000', '132319.094000', '132319.097000', '132319.099000', '132319.102000', '132319.105000', '132319.107000', '132319.110000', '132319.112000', '132319.115000', '132319.118000', '132319.120000', '132319.123000', '132319.125000', '132319.128000', '132319.131000', '132319.133000', '132339.024000', '132339.027000', '132339.029000', '132339.032000', '132339.035000', '132339.037000', '132339.040000', '132339.053000', '132339.056000', '132339.058000', '132339.061000', '132339.063000', '132339.066000', '132339.068000', '132339.071000', '132339.074000', '132339.076000', '132339.080000', '132339.082000', '132339.085000', '132339.088000', '132339.090000', '132339.093000', '132339.096000', '132339.098000', '132339.101000', '132339.103000', '132339.106000', '132339.109000', '132339.111000', '132339.114000', '132339.117000', '132339.120000', '132339.122000', '132339.125000', '132339.128000', '132339.130000', '132339.133000', '132339.136000', '132339.138000', '132339.141000', '132339.144000', '132339.146000', '132359.022000', '132359.025000', '132359.028000', '132359.031000', '132359.033000', '132359.036000', '132359.038000', '132359.041000', '132359.044000', '132359.046000', '132359.049000', '132359.051000', '132359.054000', '132359.057000', '132359.059000', '132359.062000', '132359.065000', '132359.067000', '132359.070000', '132359.072000', '132359.075000', '132359.078000', '132359.080000', '132359.083000', '132359.085000', '132359.088000', '132359.091000', '132359.093000', '132359.096000', '132359.098000', '132359.101000', '132359.104000', '132359.106000', '132359.109000', '132359.111000', '132359.114000', '132359.117000', '132359.119000', '132359.122000', '132359.124000', '132359.127000', '132359.129000', '132359.132000', '132359.135000', '132359.487000'], '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], 'LargestImagePixelValue': [8996, 10632, 10863, 13537, 9805, 12448, 11367, 9693, 12309, 10502, 9113, 13847, 12004, 8708, 8233, 8321, 8573, 8888, 11246, 10684, 8923, 8381, 8399, 7591, 8349, 9828, 11523, 11612, 11655, 8717, 7719, 8643, 8675, 10979, 8380, 9971, 8624, 9690, 10339, 12348, 10739, 10383, 8785, 8943, 7999, 9061, 9659, 12467, 10304, 10032, 6742, 7053, 6980, 7003, 10760, 12512, 9146, 10636, 7373, 7527, 7344, 9197, 7835, 11342, 10551, 8283, 6655, 7726, 8022, 13291, 9506, 11926, 7594, 8483, 8210, 10734, 11456, 8699, 8446, 6606, 7725, 8604, 9028, 12599, 12557, 8222, 7992, 7143, 7567, 7814, 9264, 10018, 12649, 8831, 8159, 7319, 7428, 8000, 9856, 10282, 12554, 8995, 7933, 8220, 10154, 7852, 10225, 9505, 8207, 6783, 7562, 7714, 10618, 10992, 13021, 9945, 7865, 7074, 7213, 8006, 7442, 7427, 11839, 12269, 8814, 7669, 7691, 8117, 6933, 7282, 10808, 12355, 9283, 8168, 7369, 8074, 7641, 12117, 11661, 9375, 8179, 7944, 7590, 7881, 8399, 13133, 9431, 7736, 7682, 8574, 9111, 7392, 9678, 11745, 10581, 11661, 8370, 7515, 7942, 7760, 7659, 12199, 9325, 8966, 7482, 7696, 8312, 7897, 10617, 12199, 10486, 10459, 8036, 8820, 8110, 7963, 8688, 11772, 12416, 12290, 9089, 7351, 7813, 7835, 8146, 11878, 10256, 10420, 7439, 7985, 8150, 8445, 11247, 12102, 10995, 11345, 7844, 8050, 7856, 8181, 9612, 13227, 9846, 9765, 7971, 7660, 8305, 11521, 10230, 9923, 7591, 8259, 8603, 7935, 8408, 11825, 9171, 8064, 8057, 9261, 10692, 8141, 9338, 12014, 9955, 9207, 8004, 7810, 8719, 8876, 9243, 12574, 9435, 10512, 8510, 7838, 8214, 11427, 10564, 11054, 8049, 8666, 8229, 7586, 9060, 10397, 8616, 10763, 7932, 7886, 8517, 11314, 10715, 10659, 10564, 8605, 6910, 9092, 9011, 9820, 8868, 8614, 8671, 8547, 9629, 12370, 8195, 7979, 8955, 7841, 8652, 10250, 10314, 8520, 8055, 8705, 8558, 8513, 9966, 10380, 10013, 10430, 8893, 9466, 9810, 10801, 8461, 11448, 9109, 8312, 7085, 8767, 9042, 11662, 10318, 8437, 7854, 9913, 8737, 8754, 9368, 9188, 12288, 8577, 8545, 8771, 8373, 9291, 13329, 8868, 11975, 8521, 10904, 11198, 10343, 11145, 11342, 11834, 10191, 7906, 8050, 9227, 10659, 10506, 11048, 7814, 8889, 8573, 9242, 8419, 10134, 11337, 8768, 7651, 8079, 9006, 9355, 12669, 9073, 11400, 8673, 8166, 7914, 12004, 11491, 12196, 8343, 8129, 8955, 8143, 12009, 10636, 7809, 7590, 8722, 8173, 12397, 9475, 10146, 8228, 8162, 7268, 8144, 7859, 9629, 7799, 11799, 7840, 8180, 9658, 11263, 9061, 11074, 9166, 7895, 8821, 12383, 7373, 9886, 7374, 6852, 7399, 7754, 11991, 10631, 9776, 10918, 8813, 9480, 7750, 8005, 8580, 7525, 10028, 11645, 11860, 10805, 13091, 8424, 7736, 9991, 7823, 13757, 10575, 12412, 7858, 7308, 7807, 7259, 9374, 8117, 7263, 9376, 6888, 11250, 9722, 7588, 8344, 7971, 7256, 7819, 8227, 7856, 10440, 11066, 9231, 8440, 8272, 10747, 10962, 9410, 10278, 8420, 11669, 8190, 8028, 9931, 7780, 11628, 10096, 8064, 10261, 7626, 6803, 6832, 7766, 9981, 10568, 8828, 12398, 9448, 7416, 7428, 8487, 8805, 9602, 8583, 11361, 10157, 7417, 8093, 8284, 10022, 10526, 9305, 12212, 8347, 7270, 8481, 7599, 11727, 10873, 9381, 11984, 8993, 7216, 9648, 8370, 8957, 12083, 11414, 7994, 8868, 9064, 7575, 10326, 10476, 9193, 8664, 8267, 6468, 9191, 10047, 11958, 10820, 12111, 8959, 10320, 8243, 12938, 12418, 14812, 15585, 9703, 9339, 9944, 14846, 17679, 15557, 10316, 7444, 7292, 8302, 9979, 7022, 7985, 9372, 8663, 6535, 8632], 'WindowCenter': [3961.0, 3965.0, 3964.0, 3972.0, 3939.0, 3959.0, 3950.0, 3925.0, 3932.0, 3921.0, 3900.0, 3944.0, 3934.0, 3902.0, 3890.0, 3890.0, 3887.0, 3886.0, 3906.0, 3907.0, 3887.0, 3888.0, 3887.0, 3866.0, 3875.0, 3896.0, 3918.0, 3907.0, 3918.0, 3887.0, 3877.0, 3901.0, 3900.0, 3922.0, 3904.0, 3922.0, 3901.0, 3909.0, 3922.0, 3944.0, 3922.0, 3923.0, 3903.0, 3902.0, 3891.0, 3901.0, 3911.0, 3944.0, 3924.0, 3924.0, 3875.0, 3872.0, 3870.0, 3872.0, 3923.0, 3944.0, 3913.0, 3923.0, 3883.0, 3894.0, 3882.0, 3925.0, 3893.0, 3944.0, 3936.0, 3905.0, 3873.0, 3907.0, 3904.0, 3956.0, 3913.0, 3931.0, 3879.0, 3887.0, 3877.0, 3920.0, 3931.0, 3891.0, 3890.0, 3858.0, 3879.0, 3889.0, 3898.0, 3931.0, 3931.0, 3891.0, 3892.0, 3868.0, 3878.0, 3868.0, 3900.0, 3898.0, 3930.0, 3889.0, 3877.0, 3855.0, 3855.0, 3876.0, 3908.0, 3910.0, 3944.0, 3916.0, 3904.0, 3903.0, 3923.0, 3891.0, 3924.0, 3925.0, 3905.0, 3872.0, 3892.0, 3880.0, 3923.0, 3921.0, 3942.0, 3913.0, 3892.0, 3868.0, 3870.0, 3878.0, 3867.0, 3868.0, 3930.0, 3931.0, 3899.0, 3879.0, 3879.0, 3878.0, 3856.0, 3882.0, 3920.0, 3931.0, 3913.0, 3902.0, 3882.0, 3892.0, 3892.0, 3943.0, 3932.0, 3913.0, 3902.0, 3892.0, 3882.0, 3902.0, 3903.0, 3956.0, 3914.0, 3894.0, 3895.0, 3902.0, 3901.0, 3868.0, 3900.0, 3931.0, 3909.0, 3920.0, 3891.0, 3868.0, 3879.0, 3879.0, 3877.0, 3930.0, 3900.0, 3913.0, 3883.0, 3893.0, 3902.0, 3892.0, 3921.0, 3933.0, 3922.0, 3923.0, 3893.0, 3900.0, 3879.0, 3877.0, 3888.0, 3919.0, 3929.0, 3930.0, 3900.0, 3880.0, 3891.0, 3892.0, 3891.0, 3933.0, 3923.0, 3923.0, 3883.0, 3891.0, 3891.0, 3891.0, 3920.0, 3933.0, 3922.0, 3920.0, 3880.0, 3878.0, 3877.0, 3889.0, 3897.0, 3941.0, 3910.0, 3911.0, 3891.0, 3880.0, 3890.0, 3920.0, 3908.0, 3909.0, 3878.0, 3888.0, 3888.0, 3879.0, 3888.0, 3932.0, 3901.0, 3890.0, 3891.0, 3910.0, 3935.0, 3890.0, 3912.0, 3932.0, 3910.0, 3900.0, 3892.0, 3892.0, 3902.0, 3915.0, 3911.0, 3945.0, 3914.0, 3923.0, 3904.0, 3893.0, 3904.0, 3945.0, 3922.0, 3922.0, 3892.0, 3902.0, 3890.0, 3880.0, 3899.0, 3922.0, 3903.0, 3935.0, 3904.0, 3904.0, 3912.0, 3934.0, 3924.0, 3923.0, 3923.0, 3902.0, 3870.0, 3913.0, 3900.0, 3910.0, 3890.0, 3889.0, 3888.0, 3888.0, 3886.0, 3930.0, 3878.0, 3877.0, 3887.0, 3864.0, 3876.0, 3907.0, 3897.0, 3888.0, 3879.0, 3901.0, 3901.0, 3903.0, 3922.0, 3923.0, 3923.0, 3936.0, 3914.0, 3925.0, 3910.0, 3908.0, 3876.0, 3919.0, 3890.0, 3879.0, 3857.0, 3889.0, 3901.0, 3919.0, 3909.0, 3878.0, 3880.0, 3912.0, 3887.0, 3889.0, 3899.0, 3902.0, 3933.0, 3889.0, 3876.0, 3888.0, 3890.0, 3913.0, 3955.0, 3913.0, 3947.0, 3927.0, 3951.0, 3937.0, 3924.0, 3922.0, 3923.0, 3934.0, 3911.0, 3881.0, 3879.0, 3900.0, 3907.0, 3897.0, 3907.0, 3878.0, 3901.0, 3887.0, 3900.0, 3889.0, 3910.0, 3922.0, 3890.0, 3880.0, 3879.0, 3901.0, 3900.0, 3944.0, 3902.0, 3932.0, 3902.0, 3903.0, 3893.0, 3933.0, 3921.0, 3930.0, 3879.0, 3876.0, 3887.0, 3866.0, 3919.0, 3910.0, 3867.0, 3867.0, 3876.0, 3863.0, 3917.0, 3885.0, 3897.0, 3876.0, 3876.0, 3855.0, 3877.0, 3876.0, 3909.0, 3882.0, 3932.0, 3894.0, 3892.0, 3911.0, 3934.0, 3903.0, 3934.0, 3915.0, 3906.0, 3926.0, 3956.0, 3895.0, 3935.0, 3897.0, 3899.0, 3911.0, 3919.0, 3944.0, 3949.0, 3925.0, 3949.0, 3931.0, 3940.0, 3895.0, 3894.0, 3888.0, 3878.0, 3910.0, 3922.0, 3946.0, 3937.0, 3956.0, 3892.0, 3868.0, 3896.0, 3864.0, 3917.0, 3883.0, 3891.0, 3838.0, 3839.0, 3853.0, 3841.0, 3873.0, 3852.0, 3839.0, 3871.0, 3830.0, 3891.0, 3884.0, 3864.0, 3873.0, 3877.0, 3867.0, 3877.0, 3902.0, 3891.0, 3922.0, 3936.0, 3927.0, 3906.0, 3904.0, 3924.0, 3924.0, 3901.0, 3912.0, 3904.0, 3934.0, 3893.0, 3893.0, 3911.0, 3880.0, 3922.0, 3923.0, 3879.0, 3911.0, 3881.0, 3858.0, 3872.0, 3883.0, 3912.0, 3925.0, 3914.0, 3945.0, 3928.0, 3897.0, 3896.0, 3917.0, 3905.0, 3915.0, 3906.0, 3935.0, 3926.0, 3886.0, 3895.0, 3909.0, 3926.0, 3939.0, 3916.0, 3947.0, 3903.0, 3884.0, 3904.0, 3896.0, 3947.0, 3937.0, 3927.0, 3959.0, 3917.0, 3887.0, 3926.0, 3907.0, 3929.0, 3971.0, 3960.0, 3923.0, 3941.0, 3954.0, 3924.0, 3962.0, 3950.0, 3939.0, 3929.0, 3929.0, 3902.0, 3965.0, 3966.0, 3960.0, 3949.0, 3972.0, 3931.0, 3951.0, 3919.0, 3959.0, 3962.0, 3974.0, 3962.0, 3900.0, 3854.0, 3912.0, 3916.0, 4018.0, 3961.0, 3928.0, 3876.0, 3888.0, 3896.0, 3902.0, 3852.0, 3873.0, 3892.0, 3880.0, 3827.0, 3881.0], 'WindowWidth': [8856.0, 8848.0, 8843.0, 8850.0, 8801.0, 8828.0, 8815.0, 8772.0, 8777.0, 8760.0, 8732.0, 8799.0, 8781.0, 8737.0, 8720.0, 8717.0, 8711.0, 8705.0, 8730.0, 8733.0, 8708.0, 8711.0, 8708.0, 8680.0, 8689.0, 8716.0, 8749.0, 8733.0, 8747.0, 8705.0, 8694.0, 8735.0, 8731.0, 8762.0, 8741.0, 8763.0, 8733.0, 8740.0, 8763.0, 8795.0, 8762.0, 8766.0, 8738.0, 8736.0, 8719.0, 8734.0, 8749.0, 8794.0, 8769.0, 8770.0, 8705.0, 8697.0, 8690.0, 8696.0, 8766.0, 8795.0, 8751.0, 8767.0, 8714.0, 8731.0, 8713.0, 8777.0, 8730.0, 8799.0, 8790.0, 8749.0, 8703.0, 8753.0, 8746.0, 8815.0, 8754.0, 8772.0, 8700.0, 8706.0, 8694.0, 8756.0, 8774.0, 8721.0, 8716.0, 8672.0, 8701.0, 8714.0, 8725.0, 8771.0, 8773.0, 8722.0, 8724.0, 8685.0, 8698.0, 8682.0, 8729.0, 8724.0, 8768.0, 8712.0, 8692.0, 8661.0, 8663.0, 8693.0, 8738.0, 8744.0, 8796.0, 8762.0, 8745.0, 8740.0, 8768.0, 8723.0, 8769.0, 8773.0, 8746.0, 8698.0, 8724.0, 8705.0, 8766.0, 8760.0, 8790.0, 8752.0, 8722.0, 8685.0, 8691.0, 8696.0, 8682.0, 8686.0, 8769.0, 8771.0, 8728.0, 8700.0, 8702.0, 8698.0, 8666.0, 8710.0, 8756.0, 8775.0, 8751.0, 8737.0, 8713.0, 8725.0, 8728.0, 8795.0, 8777.0, 8753.0, 8739.0, 8725.0, 8712.0, 8741.0, 8743.0, 8814.0, 8757.0, 8731.0, 8734.0, 8737.0, 8733.0, 8685.0, 8730.0, 8772.0, 8739.0, 8756.0, 8718.0, 8686.0, 8701.0, 8702.0, 8697.0, 8771.0, 8733.0, 8752.0, 8716.0, 8728.0, 8737.0, 8723.0, 8762.0, 8781.0, 8763.0, 8764.0, 8727.0, 8731.0, 8700.0, 8693.0, 8710.0, 8752.0, 8766.0, 8770.0, 8731.0, 8707.0, 8721.0, 8724.0, 8723.0, 8780.0, 8765.0, 8767.0, 8714.0, 8722.0, 8721.0, 8720.0, 8759.0, 8780.0, 8762.0, 8758.0, 8703.0, 8699.0, 8695.0, 8713.0, 8722.0, 8787.0, 8744.0, 8747.0, 8719.0, 8706.0, 8719.0, 8755.0, 8738.0, 8739.0, 8699.0, 8711.0, 8712.0, 8700.0, 8713.0, 8775.0, 8733.0, 8718.0, 8722.0, 8746.0, 8786.0, 8718.0, 8749.0, 8774.0, 8743.0, 8732.0, 8724.0, 8725.0, 8737.0, 8758.0, 8751.0, 8800.0, 8756.0, 8766.0, 8742.0, 8726.0, 8743.0, 8800.0, 8763.0, 8763.0, 8723.0, 8735.0, 8715.0, 8706.0, 8729.0, 8764.0, 8742.0, 8787.0, 8745.0, 8745.0, 8754.0, 8782.0, 8770.0, 8768.0, 8767.0, 8737.0, 8693.0, 8755.0, 8730.0, 8742.0, 8714.0, 8710.0, 8708.0, 8709.0, 8702.0, 8769.0, 8697.0, 8692.0, 8704.0, 8671.0, 8689.0, 8733.0, 8719.0, 8709.0, 8703.0, 8733.0, 8732.0, 8741.0, 8763.0, 8764.0, 8765.0, 8787.0, 8756.0, 8772.0, 8743.0, 8736.0, 8690.0, 8750.0, 8715.0, 8699.0, 8669.0, 8714.0, 8733.0, 8753.0, 8738.0, 8696.0, 8703.0, 8747.0, 8707.0, 8711.0, 8726.0, 8735.0, 8778.0, 8712.0, 8691.0, 8709.0, 8719.0, 8754.0, 8810.0, 8754.0, 8806.0, 8783.0, 8817.0, 8789.0, 8769.0, 8761.0, 8763.0, 8782.0, 8745.0, 8707.0, 8699.0, 8730.0, 8735.0, 8718.0, 8733.0, 8697.0, 8732.0, 8707.0, 8730.0, 8713.0, 8742.0, 8761.0, 8715.0, 8704.0, 8702.0, 8733.0, 8732.0, 8793.0, 8737.0, 8777.0, 8736.0, 8739.0, 8726.0, 8779.0, 8759.0, 8771.0, 8698.0, 8692.0, 8705.0, 8677.0, 8753.0, 8744.0, 8682.0, 8679.0, 8691.0, 8668.0, 8744.0, 8701.0, 8720.0, 8691.0, 8690.0, 8662.0, 8692.0, 8693.0, 8740.0, 8712.0, 8773.0, 8731.0, 8723.0, 8745.0, 8782.0, 8740.0, 8782.0, 8759.0, 8753.0, 8778.0, 8819.0, 8735.0, 8790.0, 8743.0, 8750.0, 8770.0, 8776.0, 8798.0, 8814.0, 8774.0, 8812.0, 8790.0, 8805.0, 8737.0, 8731.0, 8714.0, 8699.0, 8744.0, 8763.0, 8803.0, 8792.0, 8816.0, 8725.0, 8684.0, 8715.0, 8671.0, 8745.0, 8692.0, 8698.0, 8623.0, 8628.0, 8653.0, 8634.0, 8678.0, 8649.0, 8626.0, 8670.0, 8619.0, 8700.0, 8697.0, 8671.0, 8684.0, 8693.0, 8682.0, 8694.0, 8736.0, 8722.0, 8763.0, 8786.0, 8779.0, 8749.0, 8743.0, 8768.0, 8768.0, 8733.0, 8748.0, 8743.0, 8782.0, 8727.0, 8723.0, 8743.0, 8702.0, 8758.0, 8765.0, 8701.0, 8745.0, 8705.0, 8672.0, 8700.0, 8713.0, 8748.0, 8770.0, 8756.0, 8798.0, 8781.0, 8740.0, 8738.0, 8764.0, 8743.0, 8759.0, 8748.0, 8784.0, 8773.0, 8723.0, 8734.0, 8756.0, 8773.0, 8795.0, 8763.0, 8806.0, 8741.0, 8717.0, 8741.0, 8736.0, 8805.0, 8793.0, 8781.0, 8824.0, 8767.0, 8725.0, 8774.0, 8754.0, 8787.0, 8846.0, 8830.0, 8787.0, 8811.0, 8832.0, 8791.0, 8840.0, 8818.0, 8801.0, 8788.0, 8791.0, 8761.0, 8848.0, 8850.0, 8831.0, 8813.0, 8851.0, 8794.0, 8820.0, 8773.0, 8825.0, 8834.0, 8856.0, 8828.0, 8726.0, 8638.0, 8755.0, 8745.0, 8947.0, 8827.0, 8776.0, 8703.0, 8723.0, 8728.0, 8728.0, 8662.0, 8689.0, 8712.0, 8694.0, 8622.0, 8697.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.013061293436293435</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.06531471196911197</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.52028138005804</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2247000491876205</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.135974035009672</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4736</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4870.6548</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.28708277084817485</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>290</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>55.98455598455598</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.613016146085297</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.438277396412391</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8566525682557318</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5441184735877695</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00874576</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020907511934638023</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.026906510815024376</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>518</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.938500144585013</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>22.5885</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.8248</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>165.9808</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>303327.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>719.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>303.2189</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2808</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>484.462</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3122.129</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3305.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>73217.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1061.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4067.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>839.1462</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>23.651595720089972</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> |