Contributions:BCIdiff: Difference between revisions
Appearance
No edit summary |
|||
| (One intermediate revision by the same user not shown) | |||
| Line 3: | Line 3: | ||
==Location== | ==Location== | ||
http://{{SERVERNAME}}/svn/ | http://{{SERVERNAME}}/svn/tags/BCI2000.v2.1/src/contrib/Tools/BCIdiff | ||
==Versioning== | ==Versioning== | ||
| 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]] | |||
Latest revision as of 14:08, 30 January 2012
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.