Skip to content

Commit

Permalink
BUG: fix docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
jklenzing committed Sep 14, 2023
1 parent a67c421 commit 5fd4915
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pysatNASA/instruments/methods/formosat.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
"""Provides non-instrument specific routines for C/NOFS data."""
"""Provides non-instrument specific routines for FORMOSAT data."""

ackn_str = ' '.join(('Data provided through NASA CDAWeb Key Parameters -',
'Shin-Yi Su (Institute of Space Science, National Central',
Expand Down
2 changes: 1 addition & 1 deletion pysatNASA/instruments/methods/igs.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
"""Provides non-instrument specific routines for JPL ROTI data."""
"""Provides non-instrument specific routines for IGS GPS data."""

ackn_str = ' '.join(("The GPS Total Electron Content (TEC) data",
"produced by the International Global Navigation",
Expand Down
2 changes: 1 addition & 1 deletion pysatNASA/instruments/methods/iss.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
"""Provides non-instrument specific routines for C/NOFS data."""
"""Provides non-instrument specific routines for ISS data."""

ackn_str = ' '.join(("R.M. Suggs, S.L. Koontz, NASA Johnson Space Center",
"Contact Rob Suggs for support and use.",
Expand Down

0 comments on commit 5fd4915

Please sign in to comment.