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.

timing_parameters#

ctapipe.image.timing_parameters(geom, image, peak_time, hillas_parameters, cleaning_mask=None)[source]#

Function to extract timing parameters from a cleaned image.

Parameters:
geom: ctapipe.instrument.CameraGeometry

Camera geometry

imagearray_like

Pixel values

peak_timearray_like

Time of the pulse extracted from each pixels waveform

hillas_parameters: ctapipe.containers.HillasParametersContainer

Result of hillas_parameters

cleaning_mask: optional, array, dtype=bool

The pixels that survived cleaning, e.g. tailcuts_clean The non-masked pixels must verify signal > 0

Returns:
timing_parameters: TimingParametersContainer