When writing custom functions to apply to MNE raw structures, it is often useful to be able to access the current channel that is being worked on - something which is currently not possible with apply_function() when working on multiple channels, where parallelisation is most useful.
Essentially an update to allow access to the channel this method is currently working on when using the njobs parameter to implement parallelization would be very useful!
When writing custom functions to apply to MNE raw structures, it is often useful to be able to access the current channel that is being worked on - something which is currently not possible with apply_function() when working on multiple channels, where parallelisation is most useful.
Essentially an update to allow access to the channel this method is currently working on when using the njobs parameter to implement parallelization would be very useful!