parse_record¶
-
Data_Reduction.DSN.STATS.
parse_record
(year, orate, data)¶ This parses a data record that is in list format.
It converts the time data into a UNIX-like timestamp such as used in module ‘time’. Unlike the the UNIX timestamp it has resolution up to a microsec.
- :param yearint
Year of observation
- :param orateint
Number of averages per second
:param data : list
- Returns
(UNIX time stamp, (mean0, mean1), (variance0, variance1), (skewness0, skewness1), (kurtosis0, kurtosis1))