NuRadioReco.framework.hybrid_shower module

class NuRadioReco.framework.hybrid_shower.HybridShower(name)[source]

Bases: BaseShower

Methods

get_axis()

Returns the (shower) axis.

get_coordinatesystem()

Returns radiotools.coordinatesystem.cstrafo for shower geometry.

deserialize

get_hybrid_detector

get_id

get_name

get_parameter

has_parameter

serialize

set_hybrid_detector

set_parameter

get_name()[source]
set_hybrid_detector(hybrid_detector)[source]
get_hybrid_detector()[source]
serialize()[source]
deserialize(data_pkl)[source]
get_axis()

Returns the (shower) axis.

The axis is antiparallel to the movement of the shower particla and point towards the origin of the shower.

Returns:
np.array(3,)

Shower axis

get_coordinatesystem()

Returns radiotools.coordinatesystem.cstrafo for shower geometry.

Can be used to transform the radio pulses or the observer coordiates in the shower frame. Requieres the shower arrival direction (azimuth and zenith angle) and magnetic field vector (parameters.showerParameters).

Returns:
radiotools.coordinatesystem.cstrafo
get_id()
get_parameter(key)
has_parameter(key)
set_parameter(key, value)