get_tsys¶
-
Data_Reduction.DSN.logs.
get_tsys
(tsys_files)¶ Get Tsys data.
Gets system temperature data from the log files and puts them in a dictionary keyed with ‘TsX’ where X is the channel. The keys are:
- UTC: hh:mm:ss string - RAC_chan: int string - DOY: int string - Tsys: float string - Polarization: string - Frequency: float string - Gain: float string - Az: float string - El: float string
Notes
int string
means a string amenable to conversion to a number withint(str)
. Similarly for float.:param tsys_files : Full paths to the Tsys files. :type tsys_files : list
- Returns
(dict) System temperature data as lists associated with each key.