sarkit.sidd.calculations.pgd_pixel_to_ecef

pgd_pixel_to_ecef(sidd_xmltree, pixel)

Section 3.2 PGD Pixel to ECEF Coordinate Conversion

Parameters:
sidd_xmltreelxml.etree.ElementTree

SIDD XML metadata

pixel(…, 2) array_like

N-D array of PGD 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