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 #26

Closed hartytp closed 2 years ago

hartytp commented 2 years ago

Use FFT-based approach for finding offsets instead of brute-force approach.

Other than adding CI (and the laser flop model), this is all the work I want to do on this project for now. The next step is to throw some real data at it and see how/if it holds up.

mbirtwell commented 2 years ago

A lot of this is overlapping with #25

hartytp commented 2 years ago

A lot of this is overlapping with https://github.com/OxIonics/ionics_fits/pull/25

Yes, sorry. This is built on top of #25. I should have flagged that in the PR description.