-b : Run in batch mode: no graphical interface started by BrainVISA
-f (EXPERIMENTAL): Try to speed-up BrainVISA startup by caching processes reading
-e <file> : Execute file which must be a valid Python script .
-c <command> : Execute command which must be a valid Python command.
-s <process_id> Open a process window. Equivalent to -c 'showProcess("<process_id>")'
-u <profile> : Execute command which must be a valid Python command.
--updateDocumentation : Generate HTML documentation pages
--noMainWindow : Do not open the process selection window.
--logFile <file> : Change log file name (default=$HOME/.brainvisa/brainvisa.log).
--shell : Run BrainVISA in a IPython shell, if IPython is available (see http://ipython.scipy.org).
--debugHierarchy <file> : Put hierarchy debug information in <file> (for experts).
-h or --help : Show help message in batch mode and exit.
Note: Multiple -e and -c commands are executed in the order they are given after all initialization steps are done (options parsing, databases and processes parsing, etc.).