MWATelescope / mwax_udp2sub

MWAX (MWA new correlator) Multicast UDP high time resolution data capture
1 stars 0 forks source link

Missing parameters for sub file header. #3

Open shrydar opened 9 months ago

shrydar commented 9 months ago

The format string for the sub file header defined in makesub() requires fields for the IDX_* headers, but none are provided in the sprintf that uses it.

(cf https://github.com/MWATelescope/mwax_udp2sub/blob/9cd2388/src/mwax_udp2sub.c#L2094 )