|
ocssw
V2022
|
Public Member Functions | |
| def | __init__ (self) |
| def | run_geo (self, proc) |
Public Member Functions inherited from Sensor | |
| def | run_bottom_error (self, proc) |
| def | run_l1b (self, proc) |
| def | run_l1brsgen (self, proc) |
| def | run_l1mapgen (self, proc) |
| def | run_l2bin (self, proc) |
| def | run_l2brsgen (self, proc) |
| def | run_l2extract (self, proc) |
| def | run_l2gen (self, proc) |
| def | run_l2mapgen (self, proc) |
| def | run_l3bin (self, proc) |
| def | run_l3mapgen (self, proc) |
| def | run_smigen (self, proc) |
Public Attributes | |
| name | |
| rules_dict | |
| rules_order | |
| require_geo | |
| require_l1b_for_l2gen | |
| recipe | |
Public Attributes inherited from Sensor | |
| name | |
| rules_dict | |
| rules_order | |
| require_geo | |
| require_l1b_for_l2gen | |
| recipe | |
Static Public Attributes | |
| string | err_msg = 'Error! Cannot find program geolocate_hawkeye.' |
| string | args = ''.join([proc.input_file, ' ', proc.output_file]) |
| string | cmd = ' '.join([prog, args]) |
Detailed Description
Modis object.
Definition at line 483 of file multilevel_processor2.py.
Constructor & Destructor Documentation
◆ __init__()
| def __init__ | ( | self | ) |
Reimplemented from Sensor.
Definition at line 487 of file multilevel_processor2.py.
Member Function Documentation
◆ run_geo()
| def run_geo | ( | self, | |
| proc | |||
| ) |
Set up and run the geolocate_hawkeye program, returning the exit status of the run.
Definition at line 522 of file multilevel_processor2.py.
Member Data Documentation
◆ args
|
static |
Definition at line 535 of file multilevel_processor2.py.
◆ cmd
Definition at line 537 of file multilevel_processor2.py.
◆ err_msg
|
static |
Definition at line 532 of file multilevel_processor2.py.
◆ name
| name |
Definition at line 488 of file multilevel_processor2.py.
◆ recipe
| recipe |
Definition at line 520 of file multilevel_processor2.py.
◆ require_geo
| require_geo |
Definition at line 518 of file multilevel_processor2.py.
◆ require_l1b_for_l2gen
| require_l1b_for_l2gen |
Definition at line 519 of file multilevel_processor2.py.
◆ rules_dict
| rules_dict |
Definition at line 489 of file multilevel_processor2.py.
◆ rules_order
| rules_order |
Definition at line 515 of file multilevel_processor2.py.
The documentation for this class was generated from the following file:
- /gfs-oceanweb/web/ocssw/ocssw_src/src/scripts/multilevel_processor2.py

Public Member Functions inherited from 
