sarkit.sicd.projection.ScenePointRRdotParams
- class ScenePointRRdotParams(*, R_Avg_PT, Rdot_Avg_PT, bP_PT, bPDot_PT, uSPN_PT)
Ensemble of range and range rate parameters for a collection of scene points (PT).
Constructor arguments are array_like and broadcast into the attributes after an implicit, right-most dimension is added to
R_Avg_PTandRdot_Avg_PT. The implicit dimension is subsequently removed- Attributes:
- R_Avg_PT(…)
ndarray Average range (m)
- Rdot_Avg_PT(…)
ndarray Average range rate (m/s)
- bP_PT(…, 3)
ndarray Bistatic pointing vector with ECEF X, Y, Z components (m) in last dimension
- bPDot_PT(…, 3)
ndarray Derivative w.r.t. time of bistatic pointing vector
- uSPN_PT: (…, 3) ndarray
Bistatic slant plant unit normal with ECEF X, Y, Z components (m) in last dimension
- R_Avg_PT(…)