Report generation
report_evoked_n_time_points
module-attribute
¶
Python
report_evoked_n_time_points = None
Specifies the number of time points to display for each evoked
in the report. If None
, it defaults to the current default in MNE-Python.
Example
Only display 5 time points per evoked
Python
report_evoked_n_time_points = 5
report_stc_n_time_points
module-attribute
¶
Python
report_stc_n_time_points = None
Specifies the number of time points to display for each source estimates
in the report. If None
, it defaults to the current default in MNE-Python.
Example
Only display 5 images per source estimate:
Python
report_stc_n_time_points = 5