sarkit.sicd.irowicol_to_xrowycol
- irowicol_to_xrowycol(xmltree, irowicol)
SCP Pixel-Centered Image Indices (irow, icol) to SCP Centered Image Coordinates (xrow, ycol)
- Parameters:
- xmltree
lxml.etree.ElementTree SICD metadata
- irowicol(…, 2) array_like
N-D array of indices with (irow, icol) in the last dimension
- xmltree
- Returns:
- (…, 2)
ndarray N-D array of indices with (xrow, ycol) in the last dimension
- (…, 2)