yapp_filter

Filters dedispersed time series data to remove low and/or high frequency variations. The data file should be in the SIGPROC .tim format.

While using this program, one should be careful not to over-filter the data as this may lead to fast/slow pulsars being filtered out.

This program requires a filter mask file. Filter mask files can be created using the yapp_genfiltermask.py Python script.

Usage:

yapp_filter [options] data-file

Example:

Filters the data in data.tim with a filter mask specified in the file yapp_mask_16384_0.0001_1.0_100.0.dat, with graphics turned on, and in interactive mode. The output is written to data_filtered.tim.

yapp_filter -f yapp_mask_16384_0.0001_1.0_100.0.dat -g data.tim