You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an indexing error on lines 1508 & 1576 . We think it should be [1,2,0] but aren't 100% sure.
That said, the bigger issue is that this code is totally separate from the earth-based code. We should let ECEF_from_ENU (in the cython) take a frame. Right now, it has an if/else for earth vs moon, and the moon block has completely independent code. To make this work, XYZ_from_lat_lon_alt will need to accept the frame and then use lunar values for things like gps_n etc. It may be that we can get those values from lunarsky and, if we assume spherical symmetry, a lot of them become redundant.
The text was updated successfully, but these errors were encountered:
There is an indexing error on lines 1508 & 1576 . We think it should be [1,2,0] but aren't 100% sure.
That said, the bigger issue is that this code is totally separate from the earth-based code. We should let ECEF_from_ENU (in the cython) take a frame. Right now, it has an if/else for earth vs moon, and the moon block has completely independent code. To make this work, XYZ_from_lat_lon_alt will need to accept the frame and then use lunar values for things like gps_n etc. It may be that we can get those values from lunarsky and, if we assume spherical symmetry, a lot of them become redundant.
The text was updated successfully, but these errors were encountered: