ccf



next up previous contents
Next: ccs Up: Commands Previous: buffer

ccf

Cross Correlation Function fast method (Application).

Application ccf calculates the cross correlation function of a time series by using a FFT algorithm. It requires two input series. It is run in the Question/Answer user interface by typing:

[n]Xronos> ccf
in the Partial Question/Answer user interface by typing:

[n]Xronos> ccf [series1] [series2]
and in the Command-Driven user interface by typing:

[n]Xronos> ccf[/qualifier1/qual2/... etc]  [series1] [series2]

More on ccf

The newbin time must correspond to an integer multiple of the maximum bin time. The default newbin time is either the maximum bin time (if fewer than 512 newbins are expected) or the integer multiple of it which gives a single interval with 512 newbins at most. Due to the FFT algorithm used in ccf, the number of newbins per interval must be a power of 2. The average count rate in each interval is subtracted from all newbins, and gaps and rejected newbins are replaced with zeroes, before the cross correlation function is calculated.

The time delays refer to the 1st series: therefore a cross correlation function peaking for positive time delays indicates that variations in the 2nd series lag those in the 1st series.

The cross correlation error bars can only be calculated directly from the standard deviation of the average of the cross correlations in each delay bin from different intervals, if the specified number of intervals per frame is larger than the value of global parameter number 9 (default =5); otherwise error bars are set =0. (To calculate the cross correlation errors in each interval by propagating the newbins statistical errors use application ccs). Error bars are plotted by default.

The effects introduced by windows, data gaps etc. can be studied by analysing the exposure profile of the time series. This is done by setting global parameter number 10 to 1. By setting global parameter number 12 to 1, a strict simultaneousness between the two series can be imposed: any rejected newbin or gap found in one series will cause the corresponding newbin of the other series to be rejected. This is useful to check whether artificial time delay between the two series are introduced by a non strict simultaneousness of the two series.

Note that no result rebinning is allowed by ccf.

Normalisations

The analysis normalisation flag, specified by global parameter number 11, has the following meaning for application ccf:

If other values than those listed above are used, they are treated as =0.



next up previous contents
Next: ccs Up: Commands Previous: buffer



Lorella Angelini
Thu 12 Oct 16:35:19 1995