Menu

Module providing Consciousness Exploration Tools for PyTorch.

Note

This page is a reference documentation. It only explains the function signature, and not how to use it. Please refer to the gallery for the big picture.

consciousnet.plotting.plot_spatiotemporal_patterns(patterns, sigma, channel_id, fig=None, outfile=None)[source]

Display the spatiotemporal patterns.

Parameters

patterns : array (l, s, c, d)

the patterns to be displayed.

sigma : float

the traversal range [+sigma, -sigma].

channel_id : int

the channel to be displayed [0, c[.

fig : Figure, default None

a matplotlib figure.

outfile : str, default None

optionally specify a file to save the plot.

Follow us

© 2021, consciousnet developers