yapp_dedisperse

Dedisperses filterbank format data. Supports flipped-band data, as well as non-quadratic dispersion correction. The following file types are supported:

The output may be written as one of DAS .dds, SIGPROC .tim, or a non-frequency-collapsed SIGPROC .fil. In the case of the latter, irrespective of the original format of the data, the output samples are single-precision floats. The start MJD of the output reflects dispersion delay correction with respect to infinite frequency.

Sub-band dedispersion is also supported, but only one sub-band at a time.

Usage:

yapp_dedisperse [options] data-file

Example:

Dedisperse the data in data.fil with a DM of 13.2952, with graphics turned on, and in non-interactive mode. The output is written to data.dm13.2952.tim.

yapp_dedisperse -d 13.2952 -g -e data.fil

Treat the 1024-channel filterbank data in data.fil as being made up of 16 sub-bands, and dedisperse the first 64-channel sub-band (lowest in frequency) with a DM of 13.2952, with graphics turned off. It is assumed that the band is not flipped. The output is written to data.dm13.2952.band0.tim.

yapp_dedisperse -d 13.2952 -b 16 -u 0 data.fil