PyREx

pyrex.custom.ara.detector.PhasedArrayStation.build_antennas

PhasedArrayStation.build_antennas(*args, **kwargs)

Creates antenna objects at the set antenna positions.

This method takes an antenna class and, for each position in the antenna_positions attribute, creates an antenna object of that class with the position as the position argument, followed by any other arguments that were passed to the method. These antenna objects are stored to the subsets attribute with the same list structure. Subclasses may extend this method, but generally shouldn’t need to as subset build_antennas methods are automatically called as needed.

PyREx

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

Navigation