When there is an error in writing output, rawspec keeps on going
texadactyl opened this issue · 0 comments
texadactyl commented
@david-macmahon "So this is when writing has started, but there is an error part way through and rawspec keeps on chugging data through even though it is not getting written for one (or more) output products. I think I see the conundrum. Maybe we need a status/error flag in the callback structure that the callback function can set to indicate to the main loop that it has encountered an error condition?"
Yes, the callback block is the place to flag an error, SIGPROC or FBH5 Filterbank file output.
Then, I need to find where this can get noticed/processed.