sarkit.sidd.pixel_to_ecef

pixel_to_ecef(sidd_xmltree, pixel)

Convert pixel grid coordinates to ECEF coordinates

Parameters:
sidd_xmltreelxml.etree.ElementTree

SIDD XML metadata

pixel(…, 2) array_like

N-D array of pixel grid coordinates with {r, c} in the last dimension

Returns:
(…, 3) ndarray

N-D array of ECEF coordinates with {x, y, z} (meters) in the last dimension