mne-tools / mne-python

MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python
https://mne.tools
BSD 3-Clause "New" or "Revised" License
2.67k stars 1.31k forks source link

ENH: allow user defined thresholds with TFCE #1537

Closed dengemann closed 9 years ago

dengemann commented 10 years ago

e.g. allow 'start' to be an array if step is None.

cc @Eric89GXL

larsoner commented 10 years ago

TFCE already uses a dict, so I'd rather just use thresholds as a new entry, and use that instead of start or stop if it's present.

dengemann commented 10 years ago

@Eric89GXL yeah that sounds like the way to go.