Closed rossant closed 9 years ago
API
visual.traces
: (n_samples, n_channels)
array (may be a NumPy array, a memmapped array, or an HDF5 dataset: the slicing interface is the same)visual.channel_order
: the list of channel ids to display, from top to bottom. One can display a subset of the channelsvisual.channel_colors
: the list of colors to use for the channels (same length as channel_order
)visual.spike_samples
: the full array of spike samplesvisual.spike_clusters
: the full array of spike clustersvisual.cluster_ids
: the list of cluster ids to displayvisual.cluster_colors
: the list of cluster colors (same length as cluster_ids
)visual.channel_positions
: the positions of the channels on the y-axis (linear uniform by default)visual.channel_scale
: a scalar with the scale factor for all channels on the y-axisvisual.interval
: the (start, end)
section to displayvisual.sample_rate
visual.n_samples_per_spike
Possible starting point. Based on Vispy.
Features
Inputs
(nchannels, nsamples)
Options