nectarchain.display.display.ContainerDisplay#

class ContainerDisplay[source]#

Bases: ABC

Methods

display

plot camera display for HIGH GAIN channel

plot_waveform

plot the waveform of the evt in the HIGH GAIN channel

static display(container, evt, geometry, cmap='gnuplot2')[source]#

plot camera display for HIGH GAIN channel

Args:

evt (int): event index cmap (str, optional): colormap. Defaults to ‘gnuplot2’.

Returns:

CameraDisplay: thoe cameraDisplay plot

static plot_waveform(waveformsContainer, evt, **kwargs)[source]#

plot the waveform of the evt in the HIGH GAIN channel

Args:

evt (int): the event index

Returns:

tuple: the figure and axes