readACF: Average ACF

View source: R/readACF.R

readACFR Documentation

Average ACF

Description

Read LPI result files and return the average ACF

Usage

 readACF( dpath , lags=NULL , ranges=NULL , stdThrsh=Inf )

Arguments

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

Value

A list with the following elements plus everything listed in the "ACF" list stored in the last data file, except the full covariance matrix.

'ACF'

An average lag profile matrix

'var'

ACF variance estimates

'backgroundACF'

Average background ACF

'backgroundvar'

Variance estimate for backgroundACF

'lag'

Lag numbers

'lag.us'

Time lags in us

'range'

Range gates

'range.km'

Range in km

'nGates'

Number of range gates

Author(s)

Ilkka Virtanen (University of Oulu, Finland)
ilkka.i.virtanen@oulu.fi


ilkkavir/LPI.gdf documentation built on April 12, 2025, 12:58 p.m.