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) |
def | get_platform_indicator (self) |
Static Public Attributes | |
dictionary | PROCESSING_LEVELS |
Static Public Attributes inherited from NextLevelNameFinder | |
dictionary | PROCESSING_LEVELS |
dictionary | transitions |
Additional Inherited Members | |
Public Attributes inherited from NextLevelNameFinder | |
user_next_level | |
next_level | |
data_files | |
next_suffix | |
transition_functions | |
transition_sequence | |
suite | |
resolution | |
oformat | |
Detailed Description
A class to determine what the standard OBPG filename would be for MODIS files when the given input name is run through the next level of OBPG processing.
Definition at line 981 of file 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 1020 of file 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 1142 of file next_level_name_finder.py.
◆ get_platform_indicator()
def get_platform_indicator | ( | self | ) |
Returns a character which indicates whether a file contains Aqua or Terra data, A = Aqua and T = Terra. This can be used as the first character of an output file.
Reimplemented from NextLevelNameFinder.
Definition at line 1176 of file next_level_name_finder.py.
Member Data Documentation
◆ PROCESSING_LEVELS
|
static |
Definition at line 987 of file 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/next_level_name_finder.py