CosmoStat / wf-psf

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

From `wf_psf/script_utils.py`, move training, psf modelling, data manipulation, evaluation and plotting to modules in their own packages, if necessary #46

Closed jeipollack closed 1 year ago

jeipollack commented 1 year ago

In progress. Created a training python package containing a training.py module that will be used to gather the input model training params via a Class constructor with methods to execute the training.

Working on a zernikes.py module and deciding on how to represent the other data products for training and testing.

jeipollack commented 1 year ago

I completed this task in the feature branch Refactor-psf-models. will submit a PR shortly