UCBerkeleySETI / MeerKAT_SETI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MeerKAT_DSP

Process all 64 antennas, 1/16 freq band, 5s in time

Relvant memos include:

  • BL MeerKAT presentation slide deck: link
  • BLUSE overview: link
  • DSP plan: Upchannelization and beamforming schemes link
  • RAW input file format: link
  • MK hashpipe to-do list: link

Start the program:

To just read a raw file and send to null ouput:

./readfile_init.sh

To Upchannelize (FFT) and coh/incoh beamform (see "Option 1" of the DSP plan). The follow is a CPU-only version for verification:

./cpu_upchan_beamform.sh

Hashpipe monitor:

hashpipe_status_monitor.rb

Clean up:

Check existing shared memory and semaphores

ipcs -a

Remove shared memory and semaphores as desired

ipcrm -m

ipcrm -s

Remove hashpipe stauts in /dev/shm

rm /dev/shm/sem.home_*

About


Languages

Language:C 95.3%Language:Shell 2.2%Language:Makefile 1.8%Language:Python 0.8%