CosmoStat / wf-psf

Data-driven wavefront-based PSF modelling framework.
MIT License
19 stars 9 forks source link

Better handle the project_DD_features and reset_DD_features options #65

Open tobias-liaudat opened 1 year ago

tobias-liaudat commented 1 year ago

If the options are True, and the model is not implemented (currently only the poly model is implemented), nothing happens. A NotImplementedError should be raised if the model does not support these options.

Hint: Check this commit for a way to improve the handling of these options using the helper functions from this commit.