ocssw
V2022
|
Functions | |
def | getBinRes (resolution) |
def | get_rhots (binfile) |
Variables | |
parser = argparse.ArgumentParser(formatter_class=argparse.RawTextHelpFormatter,description=,add_help=True) | |
type | |
str | |
help | |
nargs | |
default | |
choices | |
float | |
action | |
False | |
args = parser.parse_args() | |
param_proc = ParamProcessing(parfile=args.parfile) | |
value = param_proc.params['main'][param] | |
ifile | |
extension = args.oformat | |
list | default_opts = ["product_rgb", "palfile", "north", "south", "east", "west", "central_meridian"] |
list | geo_opts = ["north", "south", "east", "west"] |
list | l2bin_opts = ["resolution"] |
list | l3map_opts = ["resolution", "product_rgb", "oformat", "north", "south", "west", "east", "projection", "central_meridian", "palfile", "fudge", "threshold"] |
string | tmpfile_l2gen = "tmp.l2gen" |
string | tmpfile_l2bin = "tmp.l2bin" |
list | ifiles = [] |
list | geofiles = [] |
l2filelst = open(tmpfile_l2gen,'w') | |
l1file = l1file.strip() | |
list | clo = ["l2gen"] |
string | ofile = tmpfile_l2gen + '_'+str(i) |
check | |
stdout | |
PIPE | |
stderr | |
STDOUT | |
l2f = l2f.strip() | |
Function Documentation
◆ get_rhots()
def l1mapgen.get_rhots | ( | binfile | ) |
Definition at line 36 of file l1mapgen.py.
◆ getBinRes()
def l1mapgen.getBinRes | ( | resolution | ) |
Definition at line 10 of file l1mapgen.py.
Variable Documentation
◆ action
action |
Definition at line 118 of file l1mapgen.py.
◆ args
args = parser.parse_args() |
Definition at line 125 of file l1mapgen.py.
◆ check
check |
Definition at line 202 of file l1mapgen.py.
◆ choices
choices |
Definition at line 78 of file l1mapgen.py.
◆ clo
list clo = ["l2gen"] |
Definition at line 178 of file l1mapgen.py.
◆ default
default |
Definition at line 68 of file l1mapgen.py.
◆ default_opts
list default_opts = ["product_rgb", "palfile", "north", "south", "east", "west", "central_meridian"] |
Definition at line 146 of file l1mapgen.py.
◆ extension
string extension = args.oformat |
Definition at line 141 of file l1mapgen.py.
◆ False
False |
Definition at line 122 of file l1mapgen.py.
◆ float
float |
Definition at line 87 of file l1mapgen.py.
◆ geo_opts
list geo_opts = ["north", "south", "east", "west"] |
Definition at line 147 of file l1mapgen.py.
◆ geofiles
geofiles = [] |
Definition at line 157 of file l1mapgen.py.
◆ help
help |
Definition at line 63 of file l1mapgen.py.
◆ ifile
ifile |
Definition at line 135 of file l1mapgen.py.
◆ ifiles
ifiles = [] |
Definition at line 156 of file l1mapgen.py.
◆ l1file
l1file = l1file.strip() |
Definition at line 177 of file l1mapgen.py.
◆ l2bin_opts
list l2bin_opts = ["resolution"] |
Definition at line 148 of file l1mapgen.py.
◆ l2f
l2f = l2f.strip() |
Definition at line 277 of file l1mapgen.py.
◆ l2filelst
l2filelst = open(tmpfile_l2gen,'w') |
Definition at line 173 of file l1mapgen.py.
◆ l3map_opts
list l3map_opts = ["resolution", "product_rgb", "oformat", "north", "south", "west", "east", "projection", "central_meridian", "palfile", "fudge", "threshold"] |
Definition at line 149 of file l1mapgen.py.
◆ nargs
nargs |
Definition at line 64 of file l1mapgen.py.
◆ ofile
string ofile = tmpfile_l2gen + '_'+str(i) |
Definition at line 183 of file l1mapgen.py.
◆ param_proc
param_proc = ParamProcessing(parfile=args.parfile) |
Definition at line 128 of file l1mapgen.py.
◆ parser
parser = argparse.ArgumentParser(formatter_class=argparse.RawTextHelpFormatter,description=,add_help=True) |
Definition at line 56 of file l1mapgen.py.
◆ PIPE
PIPE |
Definition at line 204 of file l1mapgen.py.
◆ stderr
stderr |
Definition at line 204 of file l1mapgen.py.
◆ stdout
stdout |
Definition at line 204 of file l1mapgen.py.
◆ STDOUT
STDOUT |
Definition at line 204 of file l1mapgen.py.
◆ str
str |
Definition at line 63 of file l1mapgen.py.
◆ tmpfile_l2bin
string tmpfile_l2bin = "tmp.l2bin" |
Definition at line 151 of file l1mapgen.py.
◆ tmpfile_l2gen
string tmpfile_l2gen = "tmp.l2gen" |
Definition at line 150 of file l1mapgen.py.
◆ type
type |
Definition at line 63 of file l1mapgen.py.
◆ value
value = param_proc.params['main'][param] |
Definition at line 131 of file l1mapgen.py.