File tree 1 file changed +28
-0
lines changed
1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,20 @@ estimate of the FWHM is the length of the ndarray/3, so it might fail
61
61
if the ndarray is too long. (This is non-robust anyway). Most data
62
62
does just fine and this is a good default gaussian fitter.
63
63
64
+ The values of the error code $err correspond to:
65
+
66
+ =over 4
67
+
68
+ =item 0: successful fit
69
+
70
+ =item 1: internal problem with memory allocation
71
+
72
+ =item 2: insufficient number of data points
73
+
74
+ =item 3: fit did not converge
75
+
76
+ =back
77
+
64
78
SEE ALSO: fitgauss1dr() for fitting radial gaussians
65
79
66
80
=head2 fitgauss1dr
@@ -92,6 +106,20 @@ estimate of the FWHM is the length of the ndarray/3, so it might fail
92
106
if the ndarray is too long. (This is non-robust anyway). Most data
93
107
does just fine and this is a good default gaussian fitter.
94
108
109
+ The values of the error code $err correspond to:
110
+
111
+ =over 4
112
+
113
+ =item 0: successful fit
114
+
115
+ =item 1: internal problem with memory allocation
116
+
117
+ =item 2: insufficient number of data points
118
+
119
+ =item 3: fit did not converge
120
+
121
+ =back
122
+
95
123
SEE ALSO: fitgauss1d() to fit centre as well.
96
124
97
125
=cut
You can’t perform that action at this time.
0 commit comments