sarkit.sidd.calculations.cgd_pixel_to_ecef
- cgd_pixel_to_ecef(sidd_xmltree, pixel)
Section 3.8 CGD Pixel to ECEF Coordinate Conversion
- Parameters:
- sidd_xmltree
lxml.etree.ElementTree SIDD XML metadata
- pixel(…, 2) array_like
N-D array of CGD pixel grid coordinates with {r, c} in the last dimension
- sidd_xmltree
- Returns:
- (…, 3)
ndarray N-D array of ECEF coordinates with {x, y, z} (meters) in the last dimension
- (…, 3)