aux_commondt: Identify highest common sampling interval
Description
The function compares the sampling intervals of a list of eseis
objects and identifies the highest common sampling interval (dt) as well
as the aggregation factors for each eseis object needed to reach
this common sampling interval.
Usage
aux_commondt(data, dt)
Value
list object with elements dt (highest common
sampling interval) and agg (aggregation factors for each
of the input data sets to reach the common sampling interval)
Arguments
data
list of eseis objects or vector of sampling
intervals to be checked for highest common sampling interval
dt
Numeric vector of length one, user-defined common
sampling frequency for which aggregation factors shall be computed.