FullWaveformSum

class ctapipe.image.FullWaveformSum(**kwargs: Any)[source]

Bases: ctapipe.image.extractor.ImageExtractor

Extractor that sums the entire waveform.

Methods Summary

__call__(waveforms, telid, selected_gain_channel)

Call the relevant functions to fully extract the charge and time for the particular extractor.

Methods Documentation

__call__(waveforms, telid, selected_gain_channel)[source]

Call the relevant functions to fully extract the charge and time for the particular extractor.

Parameters
waveformsndarray

Waveforms stored in a numpy array of shape (n_pix, n_samples).

telidint

The telescope id. Used to obtain to correct traitlet configuration and instrument properties

selected_gain_channelndarray

The channel selected in the gain selection, per pixel. Required in some cases to calculate the correct correction for the charge extraction.

Returns
DL1CameraContainer:

extracted images and validity flags