All examples for CORREL
# 	Autocorrelation and measurement of the second zero-crossing lags
#####################################################################

*call	single		# make sure the ensembles consist of single traces

*call	correl	auto	t1	t2
measure	zcross	corr	

*call	table	test.table		# print zcross values
shot	chan	zcross

#	In this example, the autocorrelation is performed within a
#	time window (t1,t2).  t1 and t2 may be constants or trace header
#	entries.

#####################################################################