Skip to content

Commit b478780

Browse files
Update src/s1reader/s1_burst_slc.py
Co-authored-by: Scott Staniewicz <[email protected]>
1 parent ba39120 commit b478780

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/s1reader/s1_burst_slc.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,12 @@ def _llh_to_ecef(lat, lon, hgt, ellipsoid, in_degree=True):
160160
False if the units are radian.
161161
162162
Return:
163-
_: tuple(np.ndarray)
163+
x_ecef : ndarray
164+
ECEF X coordinate (in meters).
165+
y_ecef : ndarray
166+
ECEF X coordinate (in meters).
167+
z_ecef : ndarray
168+
ECEF X coordinate (in meters).
164169
x, y, and z as a tuple of np.ndarray
165170
166171
'''

0 commit comments

Comments
 (0)