mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2026-06-05 12:18:41 +02:00
Added scurve fitting (#168)
- added scurve fitting with two different signs (scurve, scurve2) - at the moment no option to set initial parameters --------- Co-authored-by: JulianHeymes <julian.heymes@psi.ch>
This commit is contained in:
@@ -15,7 +15,7 @@ from .ClusterFinder import ClusterFinder, ClusterCollector, ClusterFinderMT, Clu
|
||||
from .ClusterVector import ClusterVector
|
||||
|
||||
|
||||
from ._aare import fit_gaus, fit_pol1
|
||||
from ._aare import fit_gaus, fit_pol1, fit_scurve, fit_scurve2
|
||||
from ._aare import Interpolator
|
||||
from ._aare import calculate_eta2
|
||||
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
from ._aare import gaus, pol1
|
||||
from ._aare import gaus, pol1, scurve, scurve2
|
||||
Reference in New Issue
Block a user