ocssw
V2022
|
Public Member Functions | |
def | __init__ (self, data_files_list, next_level, suite=None, resolution=None, oformat=None) |
def | get_next_level_name (self) |
Public Member Functions inherited from NextLevelNameFinder | |
def | get_platform_indicator (self) |
Public Attributes | |
suite | |
Public Attributes inherited from NextLevelNameFinder | |
user_next_level | |
next_level | |
data_files | |
next_suffix | |
transition_functions | |
transition_sequence | |
suite | |
resolution | |
oformat | |
Static Public Attributes | |
dictionary | PROCESSING_LEVELS |
Static Public Attributes inherited from NextLevelNameFinder | |
dictionary | PROCESSING_LEVELS |
dictionary | transitions |
Detailed Description
A class to determine what the standard OBPG filename would be for Aquarius files when the given input name is run through the next level of OBPG processing.
Definition at line 19 of file aquarius_next_level_name_finder.py.
Constructor & Destructor Documentation
◆ __init__()
def __init__ | ( | self, | |
data_files_list, | |||
next_level, | |||
suite = None , |
|||
resolution = None , |
|||
oformat = None |
|||
) |
Reimplemented from NextLevelNameFinder.
Definition at line 47 of file aquarius_next_level_name_finder.py.
Member Function Documentation
◆ get_next_level_name()
def get_next_level_name | ( | self | ) |
The API method to return the file name of the next level file(s) from the file given when the object was instantiated. For example, if the given filename is an L1B file, the next level file name will be an L2. For some levels, if the filename already follows the OBPG convention, the only change will be to the extension; e.g. A2000123010100.L1B_LAC -> A2000123010100.L2_LAC. However, it is not assumed that the input file follows this convention, so the output file name is derived from data in the file header.
Reimplemented from NextLevelNameFinder.
Definition at line 128 of file aquarius_next_level_name_finder.py.
Member Data Documentation
◆ PROCESSING_LEVELS
|
static |
Definition at line 25 of file aquarius_next_level_name_finder.py.
◆ suite
suite |
Definition at line 113 of file aquarius_next_level_name_finder.py.
The documentation for this class was generated from the following file:
- /gfs-oceanweb/web/ocssw/ocssw_src/src/scripts/mlp/aquarius_next_level_name_finder.py