ocssw
V2022
|
Classes | |
class | extract |
Functions | |
def | parseManifest (manifestfile) |
def | minmax (arr) |
def | epoch2000 (usec) |
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() | |
Function Documentation
◆ epoch2000()
def l1bextract_safe_nc.epoch2000 | ( | usec | ) |
Definition at line 40 of file l1bextract_safe_nc.py.
◆ minmax()
def l1bextract_safe_nc.minmax | ( | arr | ) |
Definition at line 37 of file l1bextract_safe_nc.py.
◆ parseManifest()
def l1bextract_safe_nc.parseManifest | ( | manifestfile | ) |
Definition at line 18 of file l1bextract_safe_nc.py.
Variable Documentation
◆ action
action |
Definition at line 204 of file l1bextract_safe_nc.py.
◆ args
args = parser.parse_args() |
Definition at line 225 of file l1bextract_safe_nc.py.
◆ float
float |
Definition at line 211 of file l1bextract_safe_nc.py.
◆ goodindices
goodindices = None not in (this.spixl, this.epixl, this.sline, this.eline) |
Definition at line 256 of file l1bextract_safe_nc.py.
◆ goodlatlons
goodlatlons = None not in (this.north, this.south, this.west, this.east) |
Definition at line 255 of file l1bextract_safe_nc.py.
◆ group1
group1 = parser.add_argument_group('geographic limits') |
Definition at line 210 of file l1bextract_safe_nc.py.
◆ group2
group2 = parser.add_argument_group('pixel/line ranges (1-based)') |
Definition at line 216 of file l1bextract_safe_nc.py.
◆ help
help |
Definition at line 203 of file l1bextract_safe_nc.py.
◆ int
int |
Definition at line 217 of file l1bextract_safe_nc.py.
◆ nargs
nargs |
Definition at line 207 of file l1bextract_safe_nc.py.
◆ parser
Definition at line 200 of file l1bextract_safe_nc.py.
◆ status
status = this.getpixlin() |
Definition at line 261 of file l1bextract_safe_nc.py.
◆ this
this |
Definition at line 228 of file l1bextract_safe_nc.py.
◆ type
type |
Definition at line 211 of file l1bextract_safe_nc.py.