_ric_ecf_mat bug
Closed this issue · 1 comments
samuelhaugland commented
Hello, I believe that there is a bug with this function.
On line 154:
return numpy.array([r, i, c], dtype='float64')
should be
return numpy.array([r, i, c], dtype='float64').T
Adding the transpose makes this function return the same value as the Matlab equivalent. See page 26-27 in the SICD Volume 3 document. I could be using the function incorrectly though.
bombaci-vsc commented
Included in version 1.3.59