hemolearn.plotting.plot_temporal_activations¶
-
hemolearn.plotting.
plot_temporal_activations
(z, t_r, onset=False, filename='activations.png', aux_plots=None, aux_plots_kwargs={}, verbose=False)¶ Plot temporal activations.
- Parameters
- zarray, shape (n_atoms, n_times_valid), the temporal components
- t_rfloat, Time of Repetition, fMRI acquisition parameter, the temporal
resolution
- onsetbool, (default=False), whether or not to plot the first order
derivative of z
- plot_dirstr, (default=’.’), directory under which the pdf is saved
- filenamestr, (default=’z.pdf’), filename under which the pdf is saved
- aux_plotsfunc, to plot a additional features on the figure
- aux_plots_kwargsdict, keywords arguments for the aux_plots func
- verbosebool, (default=False), verbosity level