Jump to content

Contributions:BCIdiff: Difference between revisions

From BCI2000 Wiki
Mellinger (talk | contribs)
No edit summary
 
Mellinger (talk | contribs)
Line 26: Line 26:
  The return value of BCIdiff is 1 if differences were found, 0 for no differences.
  The return value of BCIdiff is 1 if differences were found, 0 for no differences.
</pre>
</pre>
==See also==
[[Contributions:Tools]]
[[Category:Contributions]][[Category:Data Analysis Tools]]

Revision as of 19:33, 13 December 2007

Synopsis

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

Location

http://www.bci2000.org/svn/trunk/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