Skip to content

Commit

Permalink
Attitude is now in scoords
Browse files Browse the repository at this point in the history
  • Loading branch information
israelmcmc committed May 6, 2024
1 parent d42fa7b commit 8bd2480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cosipy/spacecraftfile/SpacecraftFile.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ def get_target_in_sc_frame(self, target_name, target_coord, attitude = None, qui
The name of the target object.
target_coord : astropy.coordinates.SkyCoord
The coordinates of the target object.
attitude: cosipy.coordinates.attitude.Attitude, optional
attitude: scoords.Attitude, optional
The attitude of the spacecraft (the default is `None`, which implies the attitude will be taken from the instance).
quiet : bool, default=False
Setting `True` to stop printing the messages.
Expand Down

0 comments on commit 8bd2480

Please sign in to comment.