Compute Blink Duration for Blink Markers

Hello!

I am very interested in looking at blink duration in MNE python. Is there a way to compute this? I currently have marked the blinks (using find_eog_events on an EOG channel) in my desired epoch and want to measure the duration of blinks in the epoch.

Thank you!

1 Like

Hello, this is not trivial to do, and currently not implemented in MNE-Python. I would say your best bet is to try to revive this issue / feature request in the NeuroKit2 repository:

Hi Richard,

Thank you so much for your reply and the resource!

You’re welcome! If you find a solution, it would be great if you could report back and share it here :slight_smile: Good luck!