OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
Inheritance diagram for AquariusNextLevelNameFinder:
[legend]
Collaboration diagram for AquariusNextLevelNameFinder:
[legend]

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

dictionary PROCESSING_LEVELS
static
Initial value:
= {
'l1agen': 'Level 1A',
'Level 1A': 'Level 1A',
'l1aextract_seawifs' : 'l1aextract_seawifs',
'l1bgen': 'Level 1B',
'Level 1B': 'Level 1B',
'l1brsgen': 'l1brsgen',
'l1mapgen': 'l1mapgen',
'l2gen_aquarius': 'Level 2',
'Level 2': 'Level 2',
'l2bin_aquarius': 'l2bin_aquarius',
'l2brsgen': 'l2brsgen',
'l2extract': 'l2extract',
'l2mapgen': 'l2mapgen',
'l3bin': 'l3bin',
'L3b': 'l3bin',
'l3gen': 'l3gen',
'l3mapgen': 'SMI',
'SMI': 'SMI',
'smigen': 'SMI'
}

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: