Skip to content

Commit

Permalink
Addition of MAVEN module
Browse files Browse the repository at this point in the history
Download MAVEN data from CDAWeb and use pysatNASA
  • Loading branch information
t-esman committed Jul 13, 2023
1 parent f884134 commit 6fb63b8
Show file tree
Hide file tree
Showing 4 changed files with 2,734 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pysatNASA/instruments/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
'formosat1_ivm',
'icon_euv', 'icon_fuv', 'icon_ivm', 'icon_mighti',
'iss_fpmu', 'jpl_gps', 'omni_hro', 'ses14_gold',
'timed_saber', 'timed_see']
'timed_saber', 'timed_see','mvn_kp','mvn_mag']

for inst in __all__:
exec("from pysatNASA.instruments import {x}".format(x=inst))
Expand Down
Loading

0 comments on commit 6fb63b8

Please sign in to comment.