ocssw
V2022
|
Classes | |
class | extract |
Functions | |
def | chk_pixl (args, infile) |
Variables | |
string | versionStr = "1.0_2024-11-06" |
parser | |
help | |
action | |
group2 = parser.add_argument_group('pixel/line ranges (1-based)') | |
type | |
int | |
default | |
args = parser.parse_args() | |
infile = netCDF4.Dataset(args.ifile, 'r') | |
in_eline | |
this | |
Function Documentation
◆ chk_pixl()
def l1aextract_netcdf.chk_pixl | ( | args, | |
infile | |||
) |
Definition at line 111 of file l1aextract_netcdf.py.
Variable Documentation
◆ action
action |
Definition at line 125 of file l1aextract_netcdf.py.
◆ args
args = parser.parse_args() |
Definition at line 141 of file l1aextract_netcdf.py.
◆ default
default |
Definition at line 132 of file l1aextract_netcdf.py.
◆ group2
group2 = parser.add_argument_group('pixel/line ranges (1-based)') |
Definition at line 131 of file l1aextract_netcdf.py.
◆ help
help |
Definition at line 124 of file l1aextract_netcdf.py.
◆ in_eline
in_eline |
Definition at line 146 of file l1aextract_netcdf.py.
◆ infile
infile = netCDF4.Dataset(args.ifile, 'r') |
Definition at line 144 of file l1aextract_netcdf.py.
◆ int
int |
Definition at line 132 of file l1aextract_netcdf.py.
◆ parser
Definition at line 122 of file l1aextract_netcdf.py.
◆ this
this |
Definition at line 149 of file l1aextract_netcdf.py.
◆ type
type |
Definition at line 132 of file l1aextract_netcdf.py.
◆ versionStr
string versionStr = "1.0_2024-11-06" |
Definition at line 18 of file l1aextract_netcdf.py.