Features:
- WAV and Jack frontends.
- FITS backend makes continuous snapshots of configured length in full resolution.
Fixes:
- There is a bug in the time-keeping code (file
src/WaterfallBackend.cpp
, lineWFTime time = outBuffer_.times[0];
To circumvent this, the current time at the time of writing the file is used for now.
Fixes:
- Switch left and right halves of the spectrum in the waterfall output.
Features:
- New ring buffer that would support both continuous snapshots and event-triggered data collection.
- Implement a scripting language API and interpreter that could be used to detect events and control data collection.