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

rabi heuristic still occasionally fails #141

Open hartytp opened 9 months ago

hartytp commented 9 months ago

...when the time axis starts from t >> t_pi.

Need to have a look at the handling of this case. NB the way we're doing this is mathematically pretty much equivalent to using a periodogram. It's probably worth just using that heuristic rather than reinventing the wheel.