|
ocssw
V2022
|
Classes | |
| class | extract |
Functions | |
| def | parseManifest (manifestfile) |
| def | minmax (arr) |
| def | epoch2000 (usec) |
Variables | |
| string | versionStr = "1.0 (2023-05-04)" |
| 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 42 of file l1bextract_safe_nc.py.
◆ minmax()
| def l1bextract_safe_nc.minmax | ( | arr | ) |
Definition at line 39 of file l1bextract_safe_nc.py.
◆ parseManifest()
| def l1bextract_safe_nc.parseManifest | ( | manifestfile | ) |
Definition at line 20 of file l1bextract_safe_nc.py.
Variable Documentation
◆ action
| action |
Definition at line 207 of file l1bextract_safe_nc.py.
◆ args
| args = parser.parse_args() |
Definition at line 228 of file l1bextract_safe_nc.py.
◆ float
| float |
Definition at line 214 of file l1bextract_safe_nc.py.
◆ goodindices
| goodindices = None not in (this.spixl, this.epixl, this.sline, this.eline) |
Definition at line 259 of file l1bextract_safe_nc.py.
◆ goodlatlons
| goodlatlons = None not in (this.north, this.south, this.west, this.east) |
Definition at line 258 of file l1bextract_safe_nc.py.
◆ group1
| group1 = parser.add_argument_group('geographic limits') |
Definition at line 213 of file l1bextract_safe_nc.py.
◆ group2
| group2 = parser.add_argument_group('pixel/line ranges (1-based)') |
Definition at line 219 of file l1bextract_safe_nc.py.
◆ help
| help |
Definition at line 206 of file l1bextract_safe_nc.py.
◆ int
| int |
Definition at line 220 of file l1bextract_safe_nc.py.
◆ nargs
| nargs |
Definition at line 210 of file l1bextract_safe_nc.py.
◆ parser
Definition at line 203 of file l1bextract_safe_nc.py.
◆ status
| status = this.getpixlin() |
Definition at line 264 of file l1bextract_safe_nc.py.
◆ this
| this |
Definition at line 231 of file l1bextract_safe_nc.py.
◆ type
| type |
Definition at line 214 of file l1bextract_safe_nc.py.
◆ versionStr
| string versionStr = "1.0 (2023-05-04)" |
Definition at line 18 of file l1bextract_safe_nc.py.


