get_data_block

Data_Reduction.DSN.STATS.get_data_block(fd, nchan, nsamps)

Alias for get_STATS_ASCII_data_block

For backward compatibility

:param fd : file descriptor

:param nchanint

Number of data channels processed

:param nsampsint

Number of samples in a block

Returns

tuple The tuple consists of five arrays (means,rootmeansquare,kurtosis,skewness,sec) Each array shape is (nsamps,nchan).