NASA Logo
Ocean Color Science Software

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

Public Member Functions

def __init__ (self)
 
def run_geo (self, proc)
 
def run_l1b (self, proc)
 
def run_l1aextract (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

string err_msg = 'Error! Cannot find program geolocate_viirs.'
 
list args = ['-ifile={}'.format(proc.input_file), '-geofile_mod={}'.format(proc.output_file)]
 
list cmd = [prog]
 

Detailed Description

Sensor VIIRS contains VIIRS sepcific recipe and processing method..

Definition at line 696 of file multilevel_processor.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self)

Reimplemented from Sensor.

Definition at line 700 of file multilevel_processor.py.

Member Function Documentation

◆ run_geo()

def run_geo (   self,
  proc 
)
Set up and run the geolocate_viirs program, returning the exit status of the run.

Definition at line 741 of file multilevel_processor.py.

◆ run_l1aextract()

def run_l1aextract (   self,
  proc 
)
Set up and run l1aextract_viirs.

Definition at line 781 of file multilevel_processor.py.

◆ run_l1b()

def run_l1b (   self,
  proc 
)
Sets up and runs an executable program.

Reimplemented from Sensor.

Definition at line 762 of file multilevel_processor.py.

Member Data Documentation

◆ args

list args = ['-ifile={}'.format(proc.input_file), '-geofile_mod={}'.format(proc.output_file)]
static

Definition at line 754 of file multilevel_processor.py.

◆ cmd

list cmd = [prog]
static

Definition at line 756 of file multilevel_processor.py.

◆ err_msg

string err_msg = 'Error! Cannot find program geolocate_viirs.'
static

Definition at line 751 of file multilevel_processor.py.

◆ name

name

Definition at line 701 of file multilevel_processor.py.

◆ recipe

recipe

Definition at line 739 of file multilevel_processor.py.

◆ require_geo

require_geo

Definition at line 737 of file multilevel_processor.py.

◆ require_l1b_for_l2gen

require_l1b_for_l2gen

Definition at line 738 of file multilevel_processor.py.

◆ rules_dict

rules_dict

Definition at line 702 of file multilevel_processor.py.

◆ rules_order

rules_order

Definition at line 734 of file multilevel_processor.py.


The documentation for this class was generated from the following file: