dcm2nii_wrapper | R Documentation |
Creates the dcm2niix system commands for the conversion
dcm2nii_wrapper(
input_folder,
output_folder,
scanner_type,
dcm2niix_local_path = normalizePath(dcm2niix_path, mustWork = F),
dcm2niix_string
)
scanner_type |
MRI scanner vendor type |
input |
Folder path(s) containing dicoms |
output |
Folder path(s) where the nii images should be exported to |
dcm2niix_path |
Path to dcm2niix tool on your system |
List of dcm2niix system commands
## Not run: dcm2nii_wrapper("root_folder/session_id/participant_id/", "nii/session-id/participant-id/")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.