Skip to content

Commit

Permalink
Update docstring as requested by Nat in PR (#1261)
Browse files Browse the repository at this point in the history
  • Loading branch information
subagonsouth authored Jan 14, 2025
1 parent 450d5b4 commit d71e2ca
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion imap_processing/spice/geometry.py
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,12 @@ def frame_transform_az_el(
Returns
-------
to_frame_az_el : np.ndarray
Azimuth/elevation coordinates in reference frame `to_frame`.
Azimuth/elevation coordinates in reference frame `to_frame`. This
output coordinate vector will have shape (2,) if a single `az_el` position
vector and single `et` time are input. Otherwise, it will have shape (n, 2)
where n is the number of input position vector or ephemeris times. The last
axis of the output vector contains azimuth in the 0th position and elevation
in the 1st position.
"""
# Convert input az/el to Cartesian vectors
spherical_coords_in = np.array(
Expand Down

0 comments on commit d71e2ca

Please sign in to comment.