Skip to content

Latest commit

 

History

History
26 lines (11 loc) · 921 Bytes

File metadata and controls

26 lines (11 loc) · 921 Bytes

ATA Beamformer 2 Filterbank

This program converts raw beamformer time domain data from the Allen Telescope Array into the Filterbank format. The filterbank file will contain data in the frequency domain.

Code used to learn about the Filterbank header creation:

https://github.com/UCBerkeleySETI/gbt_seti/blob/master/src/filterbank_mkheader.c

Section 3 of sigproc.pdf explains about the Filterbank format:

http://sigproc.sourceforge.net/sigproc.pdf

Example:

./bf2fb -h prints the help and exits.

This will read in the raw beamformer data and create a file names test.bin with ~64 microseconds interation times:

./bf2fb -input /data/psrB0329+54-2990mhz-april22-2018.raw -outfreq 2990 -outbw 0.1 -fftsize 2048 -int 64 -output /data/psrB0329+54_2990mhz_64us_8ants_10min_apr22_2018.fil -ra 3.549824 -dec 54.578770 -source psrB0329+54

Note: this is a work in progress. The -outfreq and -outbw do nothing yet.