pyrex.detector.AntennaSystem.setup_antenna¶
-
AntennaSystem.
setup_antenna
(*args, **kwargs)¶ Setup the antenna by passing along its init arguments.
Any arguments passed to this method are directly passed to the
__init__
methods of theantenna
’s class. This function can be overridden if desired, just make sure to assign theself.antenna
attribute in the function.