OxfordIonTrapGroup / oitg

Python package of helper routines (result loading, fitting, etc) for the Oxford Ion-Trap Group (OITG).
https://oxfordiontrapgroup.github.io/oitg/
13 stars 9 forks source link

FitBase: pass constants and user initialised parameters to parameter_initialiser #7

Closed pathfinder49 closed 5 years ago

pathfinder49 commented 5 years ago

It would be useful for parameters that are held constant/initialised via the FitBase.fit arguments to be passed to the parameter_initialiser. This would allow the parameter_initialiser to improve estimates based on user information.

pathfinder49 commented 5 years ago

This is already the case.