Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
STY

Co-authored-by: Jeff Klenzing <[email protected]>
  • Loading branch information
t-esman and jklenzing authored Sep 13, 2023
1 parent 6f44f57 commit f61b74c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions docs/supported_instruments.rst
Original file line number Diff line number Diff line change
Expand Up @@ -181,23 +181,23 @@ JPL GPS
.. _maven_insitu:

MAVEN INSITU
--------
------------

.. automodule:: pysatNASA.instruments.maven_insitu
:members:

.. _maven_mag:

MAVEN MAG
--------
---------

.. automodule:: pysatNASA.instruments.maven_mag
:members:

.. _maven_sep:

MAVEN SEP
--------
---------

.. automodules:: pysatNASA.instruments.maven_sep
:members:
Expand Down
1 change: 0 additions & 1 deletion pysatNASA/instruments/maven_insitu.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
::
import pysat
insitu = pysat.Instrument(platform='maven', name='insitu')
insitu.download(dt.datetime(2020, 1, 1), dt.datetime(2020, 1, 31))
insitu.load(2020, 1, use_header=True)
Expand Down
3 changes: 2 additions & 1 deletion pysatNASA/instruments/maven_mag.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
'mag'
tag
None supported
inst_id
None supported
Warnings
--------
Expand All @@ -25,7 +27,6 @@
::
import pysat
mag = pysat.Instrument(platform='maven', name='mag')
mag.download(dt.datetime(2020, 1, 1), dt.datetime(2020, 1, 31))
mag.load(2020, 1, use_header = True)
Expand Down
3 changes: 1 addition & 2 deletions pysatNASA/instruments/maven_sep.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
name
'sep'
tag
's1','s2'
['', 's1', 's2']
inst_id
None supported
Expand All @@ -23,7 +23,6 @@
::
import pysat
insitu = pysat.Instrument(platform='MAVEN', name='insitu')
insitu.download(dt.datetime(2020, 1, 1), dt.datetime(2020, 1, 31))
insitu.load(2020, 1, use_header = True)
Expand Down

0 comments on commit f61b74c

Please sign in to comment.