Jacob Woessner
Jacob Woessner
#### Reference issue Adds features from #7848 #### What does this implement/fix? - ~~Mean amplitude~~ - Area amplitude (all positive, numeric integration) - Fractional area latency - Fractional peak latency...
#### Reference issue #12367 #### What does this implement/fix? Add functions to read .avg (Evoked) and .eeg (Epochs) Neuroscan files
### Describe the new feature or enhancement I would like to add a cmap parameter to `animate_topomap`. Currently, `plot_topomap` includes this parameter so I would like to update it to...
### Describe the new feature or enhancement Adding support for importing .avg and .eeg neuroscan files as evoked and epochs objects. ### Describe your proposed implementation I have written simple...
### Proposed documentation enhancement Hello! I exclusively contribute to mne using wsl2 and was wondering if I could add a short section to the contribution guide that contains some of...
### 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...
### Describe the new feature or enhancement Hello! I am currently working on a feature to drop Epoch based on callables in #12195, and thought it would be a nice...
Hello! I was experimenting with the `setDatarecordDuration()` in `EdfWriter`. From the [documentation ](https://pyedflib.readthedocs.io/en/latest/ref/edfwriter.html#pyedflib.EdfWriter.setDatarecordDuration)it says: > Sets the datarecord duration. The default value is 100000 which is 1 second. ATTENTION: the...
#### Reference issue (if any) Fixes #12660. #### What does this implement/fix? Adds the ability to read WaveForm Database (wfdb) annotations using the already existing [library](https://github.com/MIT-LCP/wfdb-python). My proposed API adds...