SPATZ/spatz/sensors/antenna/constants.py
Vincent Bareiss 33e04d19b3 Unified groundstation offset
TX Gain and Pathloss sensors now recieve the groundstation offset the same way. Allso added constants file for ease of use
2024-04-19 11:27:30 +02:00

7 lines
207 B
Python

import numpy as np
STAHR_GS_OFFSET = np.array([-1810,-1500,100]) #Radar hill is approx 1.81km west. 1.5km south, 100higher
STAHR_LORA_FREQ = 2.45e9
STAHR_BEACON_FREQ = 144.8e6
STAHR_TELEMEGA_FREQ = 433e6