The mask correction inside the DICES module already is one of the E/B unmixing algorithms we want to implement and expand on.
Thus, we should move said method to its own module and make DICES import it.
Later we can expand this module to include all the other methods (See #259 )
Fixed in #274.