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
-hor--help: Display this usage information.-sor--skip time: Length of data to be skipped, in seconds (default is 0 s).-por--proc time: Length of data to be processed, in seconds (default is all data).-wor--width width: Width of the boxcar window in milliseconds (default is 1 ms).-gor--graphics: Turn on plotting.-ior--invert: Invert background and foreground colours in plots (default is white on black).-eor--non-interactive: Run in non-interactive mode.-vor--version: Display the version.
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