isce3
isce3 copied to clipboard
Consider adding support for numpy vectorize
A number of geometry operations could be vectorized for use with numpy arrays directly following: https://pybind11.readthedocs.io/en/stable/advanced/pycpp/numpy.html#vectorizing-functions
Looping over the arrays in python works for now but performance could be lot better if the loop happened in C++.