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

snapshot...

parent a34dba45
No related merge requests found
...@@ -247,6 +247,7 @@ class GEOSNavigation: ...@@ -247,6 +247,7 @@ class GEOSNavigation:
def get_navigation(satellite='GOES16', domain='FD'): def get_navigation(satellite='GOES16', domain='FD'):
nav = None nav = None
if satellite == 'GOES16': if satellite == 'GOES16':
if domain == 'FD': if domain == 'FD':
nav = GEOSNavigation() nav = GEOSNavigation()
...@@ -262,6 +263,10 @@ def get_navigation(satellite='GOES16', domain='FD'): ...@@ -262,6 +263,10 @@ def get_navigation(satellite='GOES16', domain='FD'):
nav = GEOSNavigation(sub_lon=140.7, barycentric_height=42164.0, scan_geom='GEOS', nav = GEOSNavigation(sub_lon=140.7, barycentric_height=42164.0, scan_geom='GEOS',
CFAC=5.58879902955962e-05, LFAC=-5.58879902955962e-05, CFAC=5.58879902955962e-05, LFAC=-5.58879902955962e-05,
COFF=-0.153719917308037, LOFF=0.153719917308037, num_elems=5500, num_lines=5500) COFF=-0.153719917308037, LOFF=0.153719917308037, num_elems=5500, num_lines=5500)
elif satellite == 'H09':
nav = GEOSNavigation(sub_lon=140.7, barycentric_height=42164.0, scan_geom='GEOS',
CFAC=5.58879902955962e-05, LFAC=-5.58879902955962e-05,
COFF=-0.153719917308037, LOFF=0.153719917308037, num_elems=5500, num_lines=5500)
return nav return nav
......
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