Open flomertens opened 2 years ago
I think you're right, seems like a bug that was introduced in 74ad5ad6e , #260. I'll prepare a fix...
Should be solved after https://git.astron.nl/RD/DP3/-/merge_requests/616 is merged.
It happens when not all data fits in memory at once. In that case, the statistics will indeed only reflect the data of the last chunk that fitted in memory. Once the MR is merged this should be fixed. Sorry for this, I hope you didn't lose statistics from high res data because of this.
I use the following DPPP parset to pre-process NenuFAR data:
processing works fine, but I just realized now that only the last time slots of flagging statistics are written in the QUALITY table. The output for one processing is:
You see that the timewindow is 5358, smaller than the ntimes. And indeed when I inspect the QUALITY tables with aoqplot, I can only see the time statistics starting from 9am. Am I missing a parameter in the parset file maybe ?