nectarchain.makers.extractor.utils.CtapipeExtractor#
- class CtapipeExtractor[source]#
Bases:
objectA class to extract the image and peak time from a DL1CameraContainer object.
Methods
get_extractor_kwargs_strExtracts 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.