View source: R/check_dcm2nii.R
| check_dcm2nii | R Documentation |
dcm2niiThis function checks whether the output from dcm2nii
runs correctly in that only one nifti file is returned if only one exists
check_dcm2nii(
dcm2nii_output,
include_json = TRUE,
ignore_roi_if_multiple = FALSE,
uncorrected = FALSE
)
dcm2nii_output |
Output from |
include_json |
Include JSON file if in the output? |
ignore_roi_if_multiple |
If multiple nifti files are found, ignore any that have the format if 'ROI1.nii', 'ROI2.nii', etc. See https://github.com/rordenlab/dcm2niix/issues/832 |
uncorrected |
If |
Character vector of unique nifti filenames
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.