Skip to content

[F&E]: Calculate ionospheric TEC #18

@gofrito

Description

@gofrito

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

Metadata

Metadata

Assignees

Projects

Status

To Start

Relationships

None yet

Development

No branches or pull requests

Issue actions