Question about a function

External Email - Use Caution

To whom it may concern,

There is function "mne.simulation.add_eog", which adds blink noise to raw data. The question is if it's possible to control the amount of noise added to the data? For example, I want to add 10% noise or 20% and so on. Unfortunately, I did not find my solution through the documentation (https://mne.tools/dev/generated/mne.simulation.add_eog.html#mne.simulation.add_eog), however, playing around a bit with random_state adjustment seemed to be the solution but it turned out not. If anyone would have an idea or thought I would appreciate hearing that.

I look forward to hearing from you,

Best regards,

Artem Kudin

Data Science and Analytics (MSc)

Cardiff University

mob. +30-699-994-9640

e-mail(1): kudina at cardiff.ac.uk<mailto:kudina at cardiff.ac.uk>

e-mail(2): a.kudin at acg.edu<mailto:a.kudin at acg.edu>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20200805/2276902e/attachment.html

External Email - Use Caution

There is currently no way to control the parameters, but we could add it.
Can you open an issue on the tracker for an enhancement request?

https://github.com/mne-tools/mne-python/issues

We can talk about the API there.

Eric