PyREx

pyrex.custom.arianna.antenna.ARIANNAAntenna.polarization_gain

ARIANNAAntenna.polarization_gain(polarization)

Calculate the (complex) polarization gain of the antenna.

This function defines the gain of the antenna due to signal polarization: Given a vector signal polarization, what is the (complex) antenna gain? It is expected to be overridden in subclasses, as for the base class it simply returns 1 for any polarization.

Parameters
polarizationarray_like

Vector polarization direction of the signal.

Returns
complex

Complex gain in voltage for the given signal polarization.

PyREx

A Python package for simulation of neutrinos and radio antennas in ice. Version 1.10.0

Navigation