Jump to content

Contributions:BCIdiff

From BCI2000 Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Synopsis

BCIdiff is a command line program that analyzes BCI2000 files for differences.

Location

http://www.bci2000.org/svn/tags/BCI2000.v2.1/src/contrib/Tools/BCIdiff

Versioning

Author

Sebastian Halder, University of Tübingen, Germany.

Source Code Revisions

  • Initial development: 453
  • Tested under: 509
  • Known to compile under: 1533
  • Broken since: --

Usage

BCIdiff <options> <file1> <file2>
 options are:
 --help                show this help
 --no-parameters       don't compare parameters
 --no-init-states      don't compare initial state lists and state names
 --no-states           don't compare state lists and state values
 --no-data             don't compare EEG data
 --comp-times          compare source and stimulus times
 The return value of BCIdiff is 1 if differences were found, 0 for no differences.

See also

Contributions:Tools