ocssw
V2022
|
Classes | |
class | extract |
Variables | |
parser | |
help | |
action | |
nargs | |
group1 = parser.add_argument_group('geographic limits') | |
type | |
float | |
group2 = parser.add_argument_group('pixel/line ranges (1-based)') | |
int | |
args = parser.parse_args() | |
this | |
goodlatlons = None not in (this.north, this.south, this.west, this.east) | |
goodindices = None not in (this.spixl, this.epixl, this.sline, this.eline) | |
status = this.getpixlin() | |
Variable Documentation
◆ action
action |
Definition at line 296 of file l1cextract.py.
◆ args
args = parser.parse_args() |
Definition at line 317 of file l1cextract.py.
◆ float
float |
Definition at line 303 of file l1cextract.py.
◆ goodindices
goodindices = None not in (this.spixl, this.epixl, this.sline, this.eline) |
Definition at line 335 of file l1cextract.py.
◆ goodlatlons
goodlatlons = None not in (this.north, this.south, this.west, this.east) |
Definition at line 334 of file l1cextract.py.
◆ group1
group1 = parser.add_argument_group('geographic limits') |
Definition at line 302 of file l1cextract.py.
◆ group2
group2 = parser.add_argument_group('pixel/line ranges (1-based)') |
Definition at line 308 of file l1cextract.py.
◆ help
help |
Definition at line 295 of file l1cextract.py.
◆ int
int |
Definition at line 309 of file l1cextract.py.
◆ nargs
nargs |
Definition at line 299 of file l1cextract.py.
◆ parser
Definition at line 292 of file l1cextract.py.
◆ status
status = this.getpixlin() |
Definition at line 340 of file l1cextract.py.
◆ this
this |
Definition at line 320 of file l1cextract.py.
◆ type
type |
Definition at line 303 of file l1cextract.py.