yapp_smooth

Smoothes dedispersed time series data using a boxcar window (moving average smoothing). The data file should be in the SIGPROC .tim format.

Smoothing is a low-pass filtering operation, so one should be careful not to over-smooth the data as this may lead to fast pulsars being filtered out. As a rule of thumb, if you would like to see a pulsar of spin period X ms, the boxcar window width should be < X ms.

Usage:

yapp_smooth [options] data-file

Example:

Smoothes the data in data.tim with a boxcar window of width 2.5 ms, with graphics turned on, and in non-interactive mode. The output is written to data.smoothed2.5.tim.

yapp_smooth -w 2.5 -g -e data.tim