OxIonics / ionics_fits

Small python fitting library with an emphasis on Atomic Molecular and Optical Physics
Apache License 2.0
1 stars 0 forks source link

offset finding #24

Closed hartytp closed 1 year ago

hartytp commented 1 year ago

Currently we're finding offsets by stepping through a range of possible values. This is pretty slow (e.g. takes the gaussian fuzz from 1s to 3s for 100 fits) and probably not as robust as fitting the phase of an FFT.

to do: play with an FFT-based approach.