sarkit.sicd.scene_to_image

scene_to_image(sicd_xmltree, scene_points, *, delta_gp_s2i=0.001, maxiter=10, bistat_delta_gp_gpp=0.01, bistat_maxiter=10)

Map geolocated points in the three-dimensional scene to image grid locations.

Refer to sarkit.sicd.projection.scene_to_image() for full documentation of the outputs and other parameters.

Parameters:
sicd_xmltreelxml.etree.ElementTree

SICD XML metadata.

Returns:
image_grid_locations(…, 2) ndarray
delta_gpndarray
successbool
Other Parameters:
*args, **kwargs

For other arguments, refer to sarkit.sicd.projection.scene_to_image()