ocssw
V2022
|
Public Member Functions | |
def | __init__ (self) |
def | run_l1aextract (self, proc) |
def | run_geo (self, proc) |
def | run_l1a (self, proc) |
def | run_l1b (self, proc) |
Public Member Functions inherited from Sensor | |
def | run_bottom_error (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 | |
Static Public Attributes | |
list | cmd = [prog] |
Detailed Description
Sensor MODIS contains MODIS specific recipe and processing methods.
Definition at line 529 of file multilevel_processor.py.
Constructor & Destructor Documentation
◆ __init__()
def __init__ | ( | self | ) |
Reimplemented from Sensor.
Definition at line 533 of file multilevel_processor.py.
Member Function Documentation
◆ run_geo()
def run_geo | ( | self, | |
proc | |||
) |
Sets up and runs the MODIS GEO script.
Definition at line 602 of file multilevel_processor.py.
◆ run_l1a()
def run_l1a | ( | self, | |
proc | |||
) |
Sets up and runs the MODIS L1A script.
Definition at line 617 of file multilevel_processor.py.
◆ run_l1aextract()
def run_l1aextract | ( | self, | |
proc | |||
) |
Set up and run l1aextract_modis.
Definition at line 581 of file multilevel_processor.py.
◆ run_l1b()
def run_l1b | ( | self, | |
proc | |||
) |
Runs the L1B script.
Reimplemented from Sensor.
Definition at line 631 of file multilevel_processor.py.
Member Data Documentation
◆ cmd
|
static |
Definition at line 643 of file multilevel_processor.py.
◆ name
name |
Definition at line 534 of file multilevel_processor.py.
◆ recipe
recipe |
Definition at line 579 of file multilevel_processor.py.
◆ require_geo
require_geo |
Definition at line 577 of file multilevel_processor.py.
◆ require_l1b_for_l2gen
require_l1b_for_l2gen |
Definition at line 578 of file multilevel_processor.py.
◆ rules_dict
rules_dict |
Definition at line 535 of file multilevel_processor.py.
◆ rules_order
rules_order |
Definition at line 574 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