File: test_empty_room.cov

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 (44 lines) | stat: -rw-r--r-- 987 bytes parent folder | download | duplicates (4)
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
cov {
#    name         "Empty Room"
#
#    Output files
#    The log file is useful for debugging and
#    selection of interesting events using 'eventfile'
#
    outfile         test_erm-cov.fif
    logfile         test_erm-cov.log
#
#    Rejection limits
#
#    stimIgnore is optional to omit a stimulus artifact from
#    the rejection
#
#    fixSkew
#    logfile          erm-ave.log
    # gradReject    10000e-13
    # magReject    3e-12
    # magFlat         1e-14
    # gradflat    1000e-15

#    Additional rejection parameters
#
#    eegReject       20e-6
#    ecgReject    10e-3
#
#    The first definition follows
#
    def {
#
#        The name of the category (condition) is irrelevant
#        but useful as a comment
#
#        'event' can be left out to compute covariance matrix
#        from continuous data
#
#        'ignore' is a mask to apply to the trigger line
#        before searching for 'event' (default = 0)
#
        tmin    0
        tmax    99999
    }
}