get_binary_stats_record¶
-
Data_Reduction.DSN.STATS.
get_binary_stats_record
(fd, header_size, index)¶ Extracts a binary record at the specified record index.
If a particular time is wanted, then it is necessary to read the seconds since midnight and the index (usually milliseconds) to verify and possibly adjust the position.
Notes
Two data channels are assumed.
:param fd : file descriptor.
- :param header_sizeint.
Header size in bytes.
- :param indexlong.
Index of record to be retrieved.
- Returns
tuple. (DOY, start_sec, record_index , mean0, variance0, skewness0, kurtosis0, mean1, variance1, skewness1, kurtosis1)