Go to the source code of this file.
|
| 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", "datamin", "datamax", "scaletype", "palfile", "north", "south", "east", "west", "central_meridian"] |
|
list | l2bin_opts = ["product", "resolution"] |
|
list | l3map_opts = ["product", "resolution", "oformat", "north", "south", "west", "east", "projection", "central_meridian", "palfile", "fudge", "threshold"] |
|
string | tmpfile = args.ifile + '.L3b' |
|
list | clo = ["l2bin"] |
|
| check |
|
| stdout |
|
| PIPE |
|
| stderr |
|
| STDOUT |
|
list | prod_clo = clo |
|
| ofile = args.ofile |
|