tjgalvin / flint

BSD 3-Clause "New" or "Revised" License
7 stars 1 forks source link

Masking and bane/aegean options #100

Closed tjgalvin closed 2 months ago

tjgalvin commented 2 months ago

Noticed some strange failure modes which expressed themselves as wsclean diverging throughout clean. It took a few attempts of isolating the problem, but it ultimately turned out to be that the strategy masking options were not being passed through to the masking functionality to derive clean masks.

In this pull request there are two main changes:

On the section point, these are not exposed in the interface to / from the strategy file. These will come in a future request.

This should address #98