get_scan_times

Data_Reduction.DSN.database.get_scan_times(db, dss, start_time, end_time)

Gets the times when antenna pointing was stable and the data valid.

This reads the database ‘dssXX’ tables ‘pointing_status’ to find the times when the antenna pointing is stable and ‘pointing_cmd’ to get the pointing offsets.

:param db : a database connection object obtained from Mysql.open_db() :type db : database object

:param dss : Station number :type dss : int

:param start_time : Unix timestamp :type start_time : float

:param end_time : Unix timestamp :type end_time : float

Returns

(dictionary) Selected records from dssXX.pointing_status as a dict.