tjgalvin / flint

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

Added pixels per beam, masking_options, and large_island_threshold #102

Closed tjgalvin closed 1 month ago

tjgalvin commented 1 month ago

Something crossed my mind and made me think having some awareness of number of pixels per beam would be useful, particularly when attempting to construct clean masks.

At the moment I am only using it when attempting to craft a mask that suppresses artefacts, but can also be used when looking for large faint islands.

This comes with a re-tweak that relies a little more on the MaskingOptions class.