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
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_status_monitor.rb
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_*