Skip to content
Snippets Groups Projects
Commit ad842fb3 authored by tomrink's avatar tomrink
Browse files

add inverse transforms

parent 8aab4587
No related branches found
No related tags found
No related merge requests found
...@@ -164,7 +164,7 @@ class GEOSNavigation: ...@@ -164,7 +164,7 @@ class GEOSNavigation:
ll = np.where(np.isnan(theta), -1, ll) ll = np.where(np.isnan(theta), -1, ll)
return cc, ll return cc, ll
def lc_to_earth_s(self, cc, ll): def lc_to_earth(self, cc, ll):
x = cc * self.CFAC + self.COFF x = cc * self.CFAC + self.COFF
y = ll * self.LFAC + self.LOFF y = ll * self.LFAC + self.LOFF
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment