OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022

Public Member Functions

def __init__ (self, l0_name, l1a=None, geo=None)
 
def derive_l1a_basename (self)
 
def run_modis_geo (self, out_file=None)
 
def run_modis_l1a (self, out_file=None)
 
def run_modis_l1b (self)
 

Public Attributes

 ocssw_root
 
 l0_file
 
 l1a
 
 geo
 
 start
 

Detailed Description

A class for doing MODIS Processing

Definition at line 14 of file modis_processor.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  l0_name,
  l1a = None,
  geo = None 
)

Definition at line 18 of file modis_processor.py.

Member Function Documentation

◆ derive_l1a_basename()

def derive_l1a_basename (   self)
Determine what the default basename for the L1A file (and GEO file) should be.

Definition at line 30 of file modis_processor.py.

◆ run_modis_geo()

def run_modis_geo (   self,
  out_file = None 
)
Do the MODIS Geonavigation processing.

Definition at line 61 of file modis_processor.py.

◆ run_modis_l1a()

def run_modis_l1a (   self,
  out_file = None 
)
Do the MODIS L1A processing.

Definition at line 71 of file modis_processor.py.

◆ run_modis_l1b()

def run_modis_l1b (   self)
Do the MODIS L1B processing.

Definition at line 81 of file modis_processor.py.

Member Data Documentation

◆ geo

geo

Definition at line 26 of file modis_processor.py.

◆ l0_file

l0_file

Definition at line 20 of file modis_processor.py.

◆ l1a

l1a

Definition at line 22 of file modis_processor.py.

◆ ocssw_root

ocssw_root

Definition at line 19 of file modis_processor.py.

◆ start

start

Definition at line 50 of file modis_processor.py.


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