OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
modis_atteph Namespace Reference

Variables

string version = "2.2"
 
string usage
 
 parser = argparse.ArgumentParser(prog="modis_atteph",usage=usage)
 
 action
 
 nargs
 
 help
 
 metavar
 
string ancdb_help_text = "Use a custom file for ancillary database. If full " \
 
 default
 
 False
 
 dest
 
 type
 
 float
 
 args = parser.parse_args()
 
 m
 
 sensor
 
 forcedl
 

Variable Documentation

◆ action

action

Definition at line 44 of file modis_atteph.py.

◆ ancdb_help_text

string ancdb_help_text = "Use a custom file for ancillary database. If full " \

Definition at line 53 of file modis_atteph.py.

◆ args

args = parser.parse_args()

Definition at line 87 of file modis_atteph.py.

◆ default

default

Definition at line 67 of file modis_atteph.py.

◆ dest

dest

Definition at line 74 of file modis_atteph.py.

◆ False

False

Definition at line 71 of file modis_atteph.py.

◆ float

float

Definition at line 76 of file modis_atteph.py.

◆ forcedl

forcedl

Definition at line 118 of file modis_atteph.py.

◆ help

help

Definition at line 46 of file modis_atteph.py.

◆ m

m
Initial value:
1 = ga.getanc(filename=args.filename,
2  start=args.start,
3  stop=args.stop,
4  ancdir=args.ancdir,
5  curdir=args.curdir,
6  ancdb=args.ancdb,
7  sensor=args.mission,
8  download=args.download,
9  refreshDB=args.refreshDB,
10  atteph=True,
11  verbose=args.verbose,
12  timeout=args.timeout)

Definition at line 93 of file modis_atteph.py.

◆ metavar

metavar

Definition at line 46 of file modis_atteph.py.

◆ nargs

nargs

Definition at line 45 of file modis_atteph.py.

◆ parser

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

Definition at line 43 of file modis_atteph.py.

◆ sensor

sensor

Definition at line 109 of file modis_atteph.py.

◆ type

type

Definition at line 76 of file modis_atteph.py.

◆ usage

string usage
Initial value:
1 = '''
2  %(prog)s L1A_file
3  or
4  %(prog)s -m modisa|aqua|modist|terra -s YYYYDDDHHMMSS -e YYYYDDDHHMMSS
5 
6  NOTE: Currently NO2 climatological data is used for OBPG operational
7  processing, so to match OBPG distributed data products, the default
8  behaviour disables NO2 searching.
9 
10  This program queries an OBPG server and optionally downloads the optimal
11  ancillary data files for modis_GEO processing. If an input file
12  is specified the start and end times are determined automatically, otherwise
13  a start time must be provided by the user.
14 
15  A text file (with the extension '.atteph') is created containing parameters
16  that can be directly used for optimal optimal modis_GEO processing
17 
18  EXIT STATUS:
19  0 - all is well in the world
20  1 - predicted attitude selected
21  2 - predicted ephemeris selected
22  4 - no attitude found
23  8 - no ephemeris found
24  16 - invalid mission
25  12 - no att/eph files currently exist corresponding to the start
26  time and therefore no .atteph parameter text file was created
27  99 - an error was encountered; no .atteph parameter text file was created
28  '''

Definition at line 14 of file modis_atteph.py.

◆ version

version = "2.2"

Definition at line 11 of file modis_atteph.py.