nectarchain.display.display.ContainerDisplay#

class ContainerDisplay[source]#

Bases: ABC

Container display for NectarCAM data.

Provides static methods to visualize charge/waveform containers on a camera geometry display.

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: ArrayDataContainer, 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: 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