PyREx

pyrex.custom.ara.stations.Calpulsers.set_positions

Calpulsers.set_positions(station, x=0, y=0, z=0, local_coords=None)

Generates antenna positions along the string.

Parameters
stationstr

Name of the station as recorded in the antenna information database.

xfloat, optional

Cartesian x-position (m) of the station center.

yfloat, optional

Cartesian y-position (m) of the station center.

zfloat, optional

Cartesian z-position offset (m) from the nominal surface.

local_coordsarray_like or None, optional

Matrix of local coordinate system axes in global coordinates. If None, the antenna positions will be set in the local coordinates. Otherwise, this matrix will be used to transform the antenna positions to global coordinates (in which case specifying x, y, and z is crucial).

PyREx

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

Navigation