[7f9fb8]: / mne / io / tests / data / test_empty_room.cov

Download this file

44 lines (43 with data), 987 Bytes

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
    }
}