OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
modis_L1A Namespace Reference

Variables

string version = "1.1"
 
 parser = argparse.ArgumentParser(prog="modis_L1A")
 
 action
 
 nargs
 
 help
 
 metavar
 
 default
 
 None
 
 type
 
 False
 
 True
 
 args = parser.parse_args()
 
 parfile = None
 
 outputfile = None
 
 nextgranule = None
 
 m
 

Variable Documentation

◆ action

action

Definition at line 16 of file modis_L1A.py.

◆ args

args = parser.parse_args()

Definition at line 41 of file modis_L1A.py.

◆ default

default

Definition at line 20 of file modis_L1A.py.

◆ False

False

Definition at line 33 of file modis_L1A.py.

◆ help

help

Definition at line 18 of file modis_L1A.py.

◆ m

m
Initial value:
1 = modisL1A.modis_l1a(filename=quote(args.filename),
2  parfile=parfile,
3  l1a=outputfile,
4  nextgranule=nextgranule,
5  startnudge=args.startnudge,
6  stopnudge=args.stopnudge,
7  satellite=args.mission,
8  fix=args.disableL0fix,
9  rounding=args.disablerounding,
10  log=args.log,
11  verbose=args.verbose
12  )

Definition at line 59 of file modis_L1A.py.

◆ metavar

metavar

Definition at line 18 of file modis_L1A.py.

◆ nargs

nargs

Definition at line 17 of file modis_L1A.py.

◆ nextgranule

nextgranule = None

Definition at line 55 of file modis_L1A.py.

◆ None

None

Definition at line 20 of file modis_L1A.py.

◆ outputfile

outputfile = None

Definition at line 51 of file modis_L1A.py.

◆ parfile

parfile = None

Definition at line 47 of file modis_L1A.py.

◆ parser

parser = argparse.ArgumentParser(prog="modis_L1A")

Definition at line 15 of file modis_L1A.py.

◆ True

True

Definition at line 37 of file modis_L1A.py.

◆ type

type

Definition at line 25 of file modis_L1A.py.

◆ version

version = "1.1"

Definition at line 11 of file modis_L1A.py.