sarkit.sicd.image_to_constant_hae_surface
- image_to_constant_hae_surface(sicd_xmltree, image_grid_locations, hae0, *, delta_hae_max=1.0, nlim=3, bistat_delta_gp_gpp=0.01, bistat_maxiter=10)
Project image coordinates to a surface of constant HAE.
Refer to
r_rdot_to_constant_hae_surfacefor full documentation of the outputs and other parameters.- Parameters:
- sicd_xmltree
lxml.etree.ElementTree SICD XML metadata.
- image_grid_locations(…, 2) array_like
Image coordinates with xrow/ycol in meters in the last dimension.
- sicd_xmltree
- Returns:
- Other Parameters:
- *args, **kwargs
For other arguments, refer to
r_rdot_to_constant_hae_surface()
See also