OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
modis_geocheck Namespace Reference

Variables

string version = "1.1"
 
 parser = argparse.ArgumentParser(prog="modis_atteph")
 
 action
 
 nargs
 
 help
 
 metavar
 
 dest
 
 default
 
 type
 
 False
 
 args = parser.parse_args()
 
 m
 

Variable Documentation

◆ action

action

Definition at line 17 of file modis_geocheck.py.

◆ args

args = parser.parse_args()

Definition at line 25 of file modis_geocheck.py.

◆ default

default

Definition at line 20 of file modis_geocheck.py.

◆ dest

dest

Definition at line 20 of file modis_geocheck.py.

◆ False

False

Definition at line 23 of file modis_geocheck.py.

◆ help

help

Definition at line 19 of file modis_geocheck.py.

◆ m

m
Initial value:
1 = modisGEO.modis_geo(filename=args.geofile, geofile=args.geofile,
2  geothresh=args.geothresh,
3  verbose=args.verbose
4  )

Definition at line 36 of file modis_geocheck.py.

◆ metavar

metavar

Definition at line 19 of file modis_geocheck.py.

◆ nargs

nargs

Definition at line 18 of file modis_geocheck.py.

◆ parser

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

Definition at line 16 of file modis_geocheck.py.

◆ type

type

Definition at line 20 of file modis_geocheck.py.

◆ version

version = "1.1"

Definition at line 13 of file modis_geocheck.py.