Skip to content
Snippets Groups Projects

added constants.py and replaced most magic numbers

Merged Taya Snijder requested to merge L2SS-954_create_single_source_of_truth into master
All threads resolved!
Compare and
26 files
+ 612
520
Compare changes
  • Side-by-side
  • Inline
Files
26
import numpy
import numpy
from math import sin, cos
from math import sin, cos
# Number of antenna dipoles in each HBA tile
NUMBER_OF_ELEMENTS_PER_TILE = 16
class HBATAntennaOffsets(object):
class HBATAntennaOffsets(object):
"""
"""
This class helps calculate the absolute offsets of the antennas within a tile,
This class helps calculate the absolute offsets of the antennas within a tile,
Loading