1EEGVIEW(1) EEGVIEW manpage EEGVIEW(1)
2
3
4
6 eegview - GUI program to display and record EEG data
7
9 eegview [--device=devstring] [--ui-file=file] [--version] [--help|-h]
10 [GTK+ OPTIONS]
11
13 eegview is a minimal scope to display and record various signal coming
14 from a EEG acquisition device and others.
15
17 --device=devstring
18 Specify the acquisition device and its configuration according
19 to the format described in eegdev-open-options(5). Beware to
20 double quote devstring if you use '|' character in it. Otherwise
21 the shell might misinterpret it as a pipe symbol.
22
23 --ui-file=file
24 Overrides the GUI description file the program should use to
25 display the panel. This override has the priority over the UI
26 file specified by the configuration file.
27
28 --version
29 Display the version of the program as well as the version of the
30 libraries it uses.
31
32 --help|-h
33 Display the command-line help
34
35 eegview supports also the standards GTK+ options (gtk-options(7)).
36
38 In the following, xdg-config-home refers to the XDG compliant user
39 config folder. So it corresponds to the XDG_CONFIG_HOME environment
40 variable if set, ~/.config/ otherwise.
41
42 xdg-config-home/eegview.conf
43 Default settings of the panel. An example of file can be found
44 in the documentation folder.
45
47 eegdev-open-options(5), gtk-options(7)
48
49
50
51EPFL 2011 EEGVIEW(1)