-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Projects
Status
To Start