find_EAC_logs

Data_Reduction.DSN.logs.find_EAC_logs(logdir, year, doy)

Adds EAC status, Tsys and five-point logs to ‘log_dict’.

This puts data from the pfYYYYDDD.txt, tYYYYDDD.A/B and 5pYYYYDDD.pri/sec logs on the EAC into a dictionary of log fil names.

:param logdirstring

Full path to the directory where the logs are.

:param yearint

Year of observation

:param doyint

Day of observation

Returns

A dictionary with the keys:
  • track: antenna status log names

  • Ts1: primary channel system temperature log names

  • Ts2: secondary channel system temperature log names

  • fivept.pri: primary channel five-point log names

  • fivept.sec: secondary channel five-point log names