Describe the new feature or enhancement
Adds the ability to find minimum and maximum peaks not just negative and positive.
Describe your proposed implementation
Append a simple conditional to the _get_peak() function.
Usage:
evoked.get_peak(mode="max")
Describe possible alternatives
N/A
Additional context
No response
Describe the new feature or enhancement
Adds the ability to find minimum and maximum peaks not just negative and positive.
Describe your proposed implementation
Append a simple conditional to the _get_peak() function.
Usage:
evoked.get_peak(mode="max")Describe possible alternatives
N/A
Additional context
No response