pyrex.custom.irex.detector.StationGrid.set_positions¶
-
StationGrid.set_positions(stations=1, station_separation=500, station_type=<class 'pyrex.custom.irex.detector.IREXString'>, **station_kwargs)¶ Generates antenna positions around the station.
- Parameters
- stationsfloat, optional
Number of stations to be placed.
- station_separationfloat, optional
Distance (m) between adjacent stations.
- station_typeoptional
Class to be used for creating station objects for subsets.
- **station_kwargs
Keyword arguments to be passed on to the
__init__methods of the station_type class.
See also
IREXString.set_positionsGenerates antenna positions along the string.
RegularStation.set_positionsGenerates antenna positions around the station.
CoxeterStation.set_positionsGenerates antenna positions around the station.
