eelbrain.pipeline.MneExperiment.plot_raw
- MneExperiment.plot_raw(decim=10, xlim=5, add_bads=True, subtract_mean=False, **state)
Plot raw sensor data
- Parameters:
decim (int) – Decimate data for faster plotting (default 10).
xlim (scalar) – Number of seconds to display (default 5 s).
add_bads (bool | list) – Add bad channel information to the bad channels text file (default True).
subtract_mean (bool) – Subtract the mean from each channel (useful when plotting raw data recorded with DC offset).
... – State parameters.