File: test-no-reject.ave

package info (click to toggle)
python-mne 1.9.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 131,492 kB
  • sloc: python: 213,302; javascript: 12,910; sh: 447; makefile: 144
file content (49 lines) | stat: -rw-r--r-- 632 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
#
#	These are comments
#
average {
#
#	Output files
#
#	outfile         test-ave.fif
#	logfile         test-ave.log
#	eventfile	test.eve
#
#	Rejection values
#
    # gradReject    4000e-13
    # magReject 4e-12
    # eegReject 40e-6
    # eogReject 150e-6
#
#	Category specifications
#
	category {
		name	"Left Auditory"
		event	1
		tmin	-0.2
		tmax	0.5
		color	1 1 0
	}
	category {
		name	"Right Auditory"
		event	2
		tmin	-0.2
		tmax	0.5
		color	1 0 0
	}
	category {
		name	"Left visual"
		event	3
		tmin	-0.2
		tmax	0.5
		color	0 1 0
	}
	category {
		name	"Right visual"
		event	4
		tmin	-0.2
		tmax	0.5
		color   0.5 0.8 1
	}
}