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: More features for ReceptiveField #3884

Open larsoner opened 7 years ago

larsoner commented 7 years ago
larsoner commented 6 years ago

... oh wait, looks like the patterns_ part is already done!

nbara commented 6 years ago

:) yup ! I even added a small section in the tutorial for this

I haven't used RF much lately but one feature I remember missing is the ability to subsample the lags/delays, or to provide a list of lags instead of tmin and tmax. Of course you can always downsample your data but it would be more convenient to have this feature directly in ReceptiveField.