PyREx

pyrex.custom.ara.RegularStation.set_positions

RegularStation.set_positions(x, y, strings_per_station=4, station_diameter=20, string_type=<class 'pyrex.custom.ara.detector.ARAString'>, **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

ARAString.set_positions

Generates antenna positions along the string.

PyREx

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

Navigation