Description:
We use pypride (orig. code) to retrieve the ionospheric TEC based on the location of our antennas and uplink ground stations. We used the class ion: in classes.py
class ion(object):
"""
Class containing ionospheric TEC-maps
"""
We retrieved these two variables:
- UT_tec: list = iono.UT_tec
- fVTEC: list = iono.fVTEC
Can we use a similar call to the new pride class to retrieve the ionospheric maps and calculate the TEC?
Suggestions for implementation:
No response
Additional context:
No response
Description:
We use pypride (orig. code) to retrieve the ionospheric TEC based on the location of our antennas and uplink ground stations. We used the class ion: in classes.py
class ion(object):
"""
Class containing ionospheric TEC-maps
"""
We retrieved these two variables:
Can we use a similar call to the new pride class to retrieve the ionospheric maps and calculate the TEC?
Suggestions for implementation:
No response
Additional context:
No response