NASA Logo
Ocean Color Science Software

ocssw V2022
mkern_viirs Namespace Reference

Functions

def normalize (a, order=2, axis=-1)
 
def mie (sz, wl, m)
 
def main ()
 

Variables

 LOG = logging.getLogger('mkern_viirs')
 

Detailed Description

* NAME: mkern_viirs.py
*
* DESCRIPTION: Executable program to automate generation of VIIRS Deep Blue 
* Aerosol products from a directory of L1A files specified in the command line.

* USAGE: python mkern_viirs.py -i [input directory] -o [output directory]  

* Created on July 8, 2019

* Author: Samuel Anderson

Function Documentation

◆ main()

def mkern_viirs.main ( )

Main Function #.

Definition at line 50 of file mkern_viirs.py.

◆ mie()

def mkern_viirs.mie (   sz,
  wl,
  m 
)

Definition at line 41 of file mkern_viirs.py.

◆ normalize()

def mkern_viirs.normalize (   a,
  order = 2,
  axis = -1 
)

Definition at line 36 of file mkern_viirs.py.

Variable Documentation

◆ LOG

LOG = logging.getLogger('mkern_viirs')

Definition at line 32 of file mkern_viirs.py.