nectarchain.makers.extractor.utils.CtapipeExtractor#

class CtapipeExtractor[source]#

Bases: object

A class to extract the image and peak time from a DL1CameraContainer object.

Methods

get_extractor_kwargs_str

get_image_peak_time

Extracts the image and peak time from a DL1CameraContainer object.

get_image_peak_time()[source]#

Extracts the image and peak time from a DL1CameraContainer object.

Parameters: cameraContainer (DL1CameraContainer): The DL1CameraContainer object to extract the image and peak time from.

Returns: tuple: A tuple containing the image and peak time values from the container.