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 --unselect-channels=csv
29 comma separated list (csv) of channels to disable from the
30 start.
31
32 --version
33 Display the version of the program as well as the version of the
34 libraries it uses.
35
36 --help|-h
37 Display the command-line help
38
39 eegview supports also the standards GTK+ options (gtk-options(7)).
40
42 In the following, xdg-config-home refers to the XDG compliant user
43 config folder. So it corresponds to the XDG_CONFIG_HOME environment
44 variable if set, ~/.config/ otherwise.
45
46 xdg-config-home/eegview.conf
47 Default settings of the panel. An example of file can be found
48 in the documentation folder.
49
51 This is an usual eegview command to read a bdf file:
52 eegview --device="device=datafile;path=test.bdf"
53
55 eegdev-open-options(5), gtk-options(7)
56
57
58
59EPFL 2011 EEGVIEW(1)