get_log_data¶
-
Data_Reduction.DSN.logs.
get_log_data
(logs)¶ Gets the data from EAC logs of each type.
Extracts the minical log data, the system temperature data, the boresight data and the antenna tracking status data.
- :param logsdictionary
Dictionary of various log types. The values are lists of log file names.
- Returns
tuple Dictionaries with the actual data, (cal_data,tsys_data,bore_data,track_data)