ooragan.FitResult.append#
- FitResult.append(results: list[ResonatorFitter], photon_nbr: list[float], magnet_field: list[float] | None = None) None[source]#
Append new results to existing FitResult instance.
- Parameters:
- resultslist of resonator.base.ResonatorFitter
List of ResonatorFitter objects from the
Fitter.- photon_nbrlist of float
List of the computed photon numbers.
- magnet_fieldlist of float, optional
List of magnetic field norm values.