Skip to content

Commit

Permalink
BUG: added load options for los data
Browse files Browse the repository at this point in the history
Added two load options for the GNSS TEC LoS tests.
  • Loading branch information
aburrell committed Nov 20, 2023
1 parent 297c5b8 commit 656671d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pysatMadrigal/instruments/gnss_tec.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@
_test_dates = {'': {'vtec': dt.datetime(2017, 11, 19),
'site': dt.datetime(2001, 1, 1),
'los': dt.datetime(2023, 1, 1)}}
_test_load_opt = {'': {'los': [{'los_method': 'site', 'los_value': 'zzon',
'gnss_network': 'glonass'},
{'los_method': 'time',
'los_value': dt.datetime(2023, 1, 1)}]}}

_clean_warn = {'': {tag: {clean_level: [('logger', 'INFO',
'Data provided at a clean level'
Expand Down

0 comments on commit 656671d

Please sign in to comment.