PyREx

pyrex.custom.ara.detector.HexagonalGrid.set_positions

HexagonalGrid.set_positions(stations=1, station_separation=2000, station_type=<class 'pyrex.custom.ara.detector.RegularStation'>, **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

ARAString.set_positions

Generates antenna positions along the string.

RegularStation.set_positions

Generates antenna positions around the station.

PyREx

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

Navigation