Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Angeline Burrell <aburrell@users.noreply.github.com>
  • Loading branch information
jklenzing and aburrell committed Aug 9, 2021
1 parent 7f76bb5 commit 3b9b771
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions pysatMissions/instruments/missions_sgp4.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# -*- coding: utf-8 -*-
"""Produce satellite orbit data.
Orbit is simulated using Two Line Elements (TLEs) and SGP4.
"""Simulate satellite orbit data using Two Line Elements (TLEs) and SGP4.
Properties
----------
Expand Down
3 changes: 1 addition & 2 deletions pysatMissions/methods/magcoord.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"""
Routines for projecting aacgmv2 and apexpy model values onto pysat instruments.
"""Routines for projecting aacgmv2 and apexpy model values onto pysat instruments.
"""

import aacgmv2
Expand Down

0 comments on commit 3b9b771

Please sign in to comment.