|
ocssw
V2022
|
Public Member Functions | |
| def | __init__ (self) |
Public Member Functions inherited from Sensor | |
| def | run_bottom_error (self, proc) |
| def | run_l1b (self, proc) |
| def | run_l1brsgen (self, proc) |
| def | run_l2bin (self, proc) |
| def | run_l2brsgen (self, proc) |
| def | run_l2extract (self, proc) |
| def | run_l2gen (self, proc) |
| def | run_l3bin (self, proc) |
| def | run_l3mapgen (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 | |
Detailed Description
Sensor MERIS contains MERIS specific recipe and processing methods. Rule format: target type (string), source types (list of strings), batch processing flag (Boolean), action to take (function name)
Definition at line 475 of file multilevel_processor.py.
Constructor & Destructor Documentation
◆ __init__()
| def __init__ | ( | self | ) |
Reimplemented from Sensor.
Definition at line 483 of file multilevel_processor.py.
Member Data Documentation
◆ name
| name |
Definition at line 484 of file multilevel_processor.py.
◆ recipe
| recipe |
Definition at line 515 of file multilevel_processor.py.
◆ require_geo
| require_geo |
Definition at line 513 of file multilevel_processor.py.
◆ require_l1b_for_l2gen
| require_l1b_for_l2gen |
Definition at line 514 of file multilevel_processor.py.
◆ rules_dict
| rules_dict |
Definition at line 485 of file multilevel_processor.py.
◆ rules_order
| rules_order |
Definition at line 511 of file multilevel_processor.py.
The documentation for this class was generated from the following file:
- /gfs-oceanweb/web/ocssw/ocssw_src/src/scripts/multilevel_processor.py

Public Member Functions inherited from 
