Skip to content

Commit

Permalink
DOC: added note about support functions
Browse files Browse the repository at this point in the history
Added a note about the support functions that exist to help load data by site or time.
  • Loading branch information
aburrell committed Sep 3, 2024
1 parent 6db5e25 commit bdd7378
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/examples/ex_gnss_tec.rst
Original file line number Diff line number Diff line change
Expand Up @@ -120,3 +120,9 @@ specified, as illustrated in the following example.
tec.load(date=ftime, los_method='glon', los_value=-30, los_range=10,
gnss_network='gps')
When loading data by a specific time or receiver, it may be desirable to
determine what times and receivers are available. The functions
:py:func:`pysatMadrigal.instruments.methods.gnss.get_los_receiver_sites` and
:py:func:`pysatMadrigal.instruments.methods.gnss.get_los_times` can be used on
a list of filenames to determine what loading options are available.

0 comments on commit bdd7378

Please sign in to comment.