nipype.interfaces.dynamic_slicer module¶
Experimental Slicer wrapper - Work in progress.
- class nipype.interfaces.dynamic_slicer.SlicerCommandLine(module, **inputs)¶
Bases:
CommandLineWrapped executable:
Slicer3.Experimental Slicer wrapper. Work in progress.
- Optional Inputs:
args (a string) – Additional parameters to the command. Maps to a command-line argument:
%s.environ (a dictionary with keys which are a bytes or None or a value of class ‘str’ and with values which are a bytes or None or a value of class ‘str’) – Environment variables. (Nipype default value:
{})module (a string) – Name of the Slicer command line module you want to use.
- output_spec¶
alias of
DynamicTraitedSpec
