Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tools/RAiDER/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import numpy as np

_ZMIN = np.float64(-100) # minimum required height
_ZREF = np.float64(15000) # maximum requierd height
_ZREF = np.float64(80000) # default maximum height
_STEP = np.float64(15.0) # integration step size in meters

_g0 = np.float64(9.80665)
Expand Down
2 changes: 1 addition & 1 deletion tools/RAiDER/losreader.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ def inc_hd_to_enu(incidence, heading):
Parameters
----------
incidence: ndarray - incidence angle in deg from vertical
heading: ndarray - heading angle in deg clockwise from north
heading: ndarray - heading angle in deg counter-clockwise from east
lats/lons/heights: ndarray - WGS84 ellipsoidal target (ground pixel) locations

Returns
Expand Down