Skip to content

Commit

Permalink
Update pysatMissions/instruments/missions_sgp4.py
Browse files Browse the repository at this point in the history
Co-authored-by: Russell Stoneback <github@stoneris.com>
  • Loading branch information
jklenzing and rstoneback committed Jan 21, 2022
1 parent e099ac9 commit 48e6c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pysatMissions/instruments/missions_sgp4.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def load(fnames, tag=None, inst_id=None, TLE1=None, TLE2=None,
epoch : dt.datetime or NoneType
The epoch used for calculating orbital propagation from Keplerians.
If None, then use the first date in the file list for consistency across
multiple days. Note that this will be set at init. (default=None)
multiple days. Note that this will be set in `init`. (default=None)
bstar : float
Inverse of the ballistic coefficient. Used to model satellite drag.
Measured in inverse distance (1 / earth radius). Optional when
Expand Down

0 comments on commit 48e6c1c

Please sign in to comment.