Difference between revisions of "Command Line Tools"
From MNE-CPP Wiki
(→mne_show_fiff) |
|||
Line 9: | Line 9: | ||
== mne_show_fiff == | == mne_show_fiff == | ||
+ | |||
+ | List contents of a fif file to stdout | ||
+ | --in name The input file. | ||
+ | --fif name Synonym for the above. | ||
+ | --blocks Only list the blocks (the tree structure) | ||
+ | --verbose Verbose output. | ||
+ | --indent no Number of spaces to use in indentation (default -1 in terse and 0 in verbose output) | ||
+ | --tag no Provide information about these tags (can have multiple of these). | ||
+ | --long Print long strings in full? | ||
+ | --help print this info. | ||
+ | --version print version info. |
Revision as of 18:46, 7 March 2017
mne_dipole_fit
mne_forward_solution
mne_show_fiff
List contents of a fif file to stdout
--in name The input file. --fif name Synonym for the above. --blocks Only list the blocks (the tree structure) --verbose Verbose output. --indent no Number of spaces to use in indentation (default -1 in terse and 0 in verbose output) --tag no Provide information about these tags (can have multiple of these). --long Print long strings in full? --help print this info. --version print version info.