mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/SPATZ.git
synced 2025-06-11 02:26:00 +00:00
TX Gain and Pathloss sensors now recieve the groundstation offset the same way. Allso added constants file for ease of use
7 lines
207 B
Python
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
|