readACF | R Documentation |
Read LPI result files and return the average ACF
readACF( dpath , lags=NULL , ranges=NULL , stdThrsh=Inf )
dpath |
Data file / directory path(s) as a vector of character strings. |
lags |
Lag selection. Either a vector of lag numbers, or "all" to read all lags |
ranges |
Range gate selection |
stdThrsh |
Standard deviation threshold. Individual data points with standard deviation larger than stdThresh in absolute units are not included in the average |
A list with the following elements plus everything listed in the "ACF" list stored in the last data file, except the full covariance matrix.
An average lag profile matrix
ACF variance estimates
Average background ACF
Variance estimate for backgroundACF
Lag numbers
Time lags in us
Range gates
Range in km
Number of range gates
Ilkka Virtanen (University of Oulu, Finland)
ilkka.i.virtanen@oulu.fi
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.