find_EAC_macro_log

Data_Reduction.DSN.logs.find_EAC_macro_log(year, DOY)

Get the EAC macro processor log file names.

This finds the macro processor log(s) which are created by the at script which starts the macro processor. There maybe several log names which include a time.

Notes

This first looks for a new-style filename pattern:

"PESD-pm-%4d-%03d-*.log" % (year,DOY)

and then for the old style format:

"PESD-pm-%4d%03d.log" % (year,DOY)

The new style allows for a time code HHMM

:param year : Year of observation. :type year : int

:param DOY : Day of observation :type DOY : int

Returns

(list)Macro processor log file names