pyrex.custom.irex.RegularStation.build_antennas¶
-
RegularStation.
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 thesubsets
attribute with the same list structure. Subclasses may extend this method, but generally shouldn’t need to as subsetbuild_antennas
methods are automatically called as needed.