specdash.fitting package¶
Submodules¶
specdash.fitting.fitter module¶
-
class
specdash.fitting.fitter.
FittingModels
[source]¶ Bases:
specdash.models.base_model.Base
-
CHEBYSHEV_1
= 'chebyshev 1'¶
-
CHEBYSHEV_2
= 'chebyshev 2'¶
-
CHEBYSHEV_3
= 'chebyshev 3'¶
-
CUSTOM
= 'custom'¶
-
GAUSSIAN
= 'gaussian'¶
-
GAUSSIAN_PLUS_LINEAR
= 'gaussian + linear'¶
-
LORENTZIAN
= 'lorentzian'¶
-
LORENTZIAN_PLUS_LINEAR
= 'lorentzian + linear'¶
-
POLYNOMIAL_1
= 'polynomial 1'¶
-
POLYNOMIAL_2
= 'polynomial 2'¶
-
POLYNOMIAL_3
= 'polynomial 3'¶
-
VOIGT
= 'voigt'¶
-
VOIGT_PLUS_LINEAR
= 'voigt + linear'¶
-