ctapipe is not stable yet, so expect large and rapid changes to structure and functionality as we explore various design choices before the 1.0 release.

Visualization (visualization)#

Introduction#

This module provides methods to display various information related to events and reconstruction, like Cherenkov Camera images, image parameterizations, etc. The default implementation uses MatPlotLib to render displays, but in the future more rendering methods may be supported.

The main classes are:

Reference/API#

ctapipe.visualization Package#

Visualization: Methods for displaying data

Classes#

CameraDisplay(geometry[, image, cmap, norm, ...])

Camera Display using matplotlib.

ArrayDisplay(subarray[, axes, autoupdate, ...])

Display a top-town view of a telescope array.