parse_tsys_log_line

Data_Reduction.DSN.logs.parse_tsys_log_line(line)

Parse a line in a Tsys log.

A Tsys log has the name tYYYYDDD.x (where x is A or B). It has the following columns:

- DOY:          (3-digit int)
- UTC:          (HH:MM:SS) Coordinated Universal Time
- Tsys:         (K) - system temperature
- RAC_chan:     integer
- Frequency:    (MHz)
- Polarization: (string) LCP or RCP
- Gain:         (K/W)
- Az:           (deg)
- El:           (deg)

Notes

This function is unfinished