From `wf_psf/script_utils.py`, move training, psf modelling, data manipulation, evaluation and plotting to modules in their own packages, if necessary #46
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.
In progress. Created a
training
python package containing atraining.py
module that will be used to gather the input modeltraining 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.