Skip to content
This repository was archived by the owner on Jan 26, 2022. It is now read-only.

Commit e949fa7

Browse files
authored
Merge pull request #315 from dstansby/spice-doc
Clean SPICE doc
2 parents aeefc03 + 736515e commit e949fa7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

heliopy/spice.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ class Trajectory:
4444
A generic class for the trajectory of a single body.
4545
4646
Objects are initially created using only the body. To perform
47-
the actual trajectory calculation run `generate_positions`. This generated
48-
positions are then available via. the attributes :attr:`times` and
49-
:attr:`positions`.
47+
the actual trajectory calculation run :meth:`generate_positions`.
48+
The generated positions are then available via. the attributes
49+
:attr:`times`, :attr:`x`, :attr:`y`, and :attr:`z`.
5050
5151
Parameters
5252
----------
@@ -177,7 +177,7 @@ def target(self):
177177

178178
def change_units(self, unit):
179179
"""
180-
Convert the position units.
180+
Convert the positions to different units.
181181
182182
Parameters
183183
----------

0 commit comments

Comments
 (0)