With the latest dspsr version from git, digifil is giving an error on dada input (complex voltage with NDIM=2, NPOL=2, DSB=1) when using -F to channelize the output.
digifil test.data works.
digifil -F 64 test.dada fails with
Error::stack
dsp::LoadToFil::prepare
dsp::PScrunch::prepare
Error::InvalidState
Error::message
invalid input ndim=2
Weirdly enough, digifil -P 0 -F 64 test.dada does work (also for -P 1).
digifits -F 64 test.data works out of the box.
Hi Cees, thank you for the bug report. I've checked in a fix; could you please try out the latest version of dspsr on your end and let me know if it works?