Solve issue with incomplete statistics
When not all data fits in memory at once, the statistics will run on each chunk of data that fits in memory. In that case, the statistics of the previous chunk would be overwritten by the next chunk. This solves https://github.com/lofar-astron/DP3/issues/334 .