johanmazoyer / Asterix

https://asterix-hci.readthedocs.io/
2 stars 0 forks source link

Remove estimator from corrector #175

Closed johanmazoyer closed 1 month ago

johanmazoyer commented 1 month ago

The goal is to make Corrector estimation much more independent of the estimator. The full estimator class needed to be called when defining a corrector, but in practice we only used 2 values (the dimension of the estimation and the wavelengths of the estimation). I only pass those 2 parameters.

I also make it easier to update the mask in update_matrices() function.