powered by
'dcm2niix'
Check https://rave.wiki on how to set up 'conda' environment for 'RAVE' using 'ravemanager'.
'conda'
'ravemanager'
cmd_run_dcm2niix( subject, src_path, type = c("MRI", "CT"), merge = c("Auto", "No", "Yes"), float = c("Yes", "No"), crop = c("No", "Yes", "Ignore"), overwrite = FALSE, command_path = NULL, dry_run = FALSE, verbose = dry_run )
A command set running the terminal command; a folder named with type will be created under the subject image input folder
type
'RAVE' subject or a subject ID
source directory
image type
'dcm2niix' parameters
overwrite existing files
path to program 'dcm2niix'
whether to dry-run
whether to print out command
if (FALSE) { cmd_run_dcm2niix( "YAEL/pt02", "/path/to/DICOMDIR", "MRI" ) }
Run the code above in your browser using DataLab