pyrex.custom.irex.RegularStation.set_positions¶
-
RegularStation.
set_positions
(x, y, strings_per_station=4, station_diameter=50, string_type=<class 'pyrex.custom.irex.detector.IREXString'>, **string_kwargs)¶ Generates antenna positions around the station.
- Parameters
- xfloat
Cartesian x-position (m) of the station.
- yfloat
Cartesian y-position (m) of the station.
- strings_per_stationfloat, optional
Number of strings to be placed evenly around the station.
- station_diameterfloat, optional
Diameter (m) of the circle around which strings are placed.
- string_typeoptional
Class to be used for creating string objects for subsets.
- **string_kwargs
Keyword arguments to be passed on to the
__init__
methods of the string_type class.
See also
IREXString.set_positions
Generates antenna positions along the string.