ocssw
V2022
|
l1bgen_hico Namespace Reference
Functions | |
def | ParseCommandLine (args) |
def | SetLogger (pargs) |
def | ComputeScaleOffset (dataMin, dataMax, bits=16) |
def | GetLocation (scene_id, logger) |
def | FillNC (root_grp_ptr, scene_location) |
def | HicoMain (args) |
Function Documentation
◆ ComputeScaleOffset()
def l1bgen_hico.ComputeScaleOffset | ( | dataMin, | |
dataMax, | |||
bits = 16 |
|||
) |
Definition at line 89 of file l1bgen_hico.py.
◆ FillNC()
def l1bgen_hico.FillNC | ( | root_grp_ptr, | |
scene_location | |||
) |
Definition at line 112 of file l1bgen_hico.py.
◆ GetLocation()
def l1bgen_hico.GetLocation | ( | scene_id, | |
logger | |||
) |
Definition at line 95 of file l1bgen_hico.py.
◆ HicoMain()
def l1bgen_hico.HicoMain | ( | args | ) |
Coordinates calls to hico l0 to l1b processes and manages data recording in a netcdf file.
Definition at line 176 of file l1bgen_hico.py.
◆ ParseCommandLine()
def l1bgen_hico.ParseCommandLine | ( | args | ) |
Specifies command line arguments and parses command line accordingly.
Definition at line 22 of file l1bgen_hico.py.
◆ SetLogger()
def l1bgen_hico.SetLogger | ( | pargs | ) |
Definition at line 63 of file l1bgen_hico.py.