Classes | |
class | sdstat_worker |
Functions | |
def | sdstat |
def | check_unit |
def | get_eqw |
def | get_integf |
def | get_text_from_file |
def task_sdstat.check_unit | ( | unit_in, | |
valid_unit = None , |
|||
default_unit = None |
|||
) |
Definition at line 274 of file task_sdstat.py.
def task_sdstat.get_eqw | ( | maxl, | |
minl, | |||
suml, | |||
dabc | |||
) |
Definition at line 281 of file task_sdstat.py.
Referenced by task_sdstat.sdstat_worker.__calc_eqw_and_integf().
def task_sdstat.get_integf | ( | suml, | |
dabc | |||
) |
Definition at line 290 of file task_sdstat.py.
Referenced by task_sdstat.sdstat_worker.__calc_eqw_and_integf().
def task_sdstat.get_text_from_file | ( | filename | ) |
Definition at line 293 of file task_sdstat.py.
def task_sdstat.sdstat | ( | infile, | |
antenna, | |||
fluxunit, | |||
telescopeparm, | |||
specunit, | |||
restfreq, | |||
frame, | |||
doppler, | |||
scanlist, | |||
field, | |||
iflist, | |||
pollist, | |||
masklist, | |||
invertmask, | |||
interactive, | |||
outfile, | |||
format, | |||
overwrite | |||
) |
Definition at line 12 of file task_sdstat.py.
References sdutil.process_exception().
Referenced by sdstat.sdstat().