Thank you James,
It could be nice if it's added for people working with electron beam lithography to fit the point spread function.
I use "User Defined Function" but i haven't seen any différence with the NIST Gauss 2D. My function is there:
a * exp(-b * X) + c * exp(-((X-d) ** 2) / (f ** 2)) + g * exp(-((X-h) ** 2) / (i ** 2)) + j * exp(-((X-k) ** 2) / (l ** 2))
the last gaussian term has no effect.
Here are parameters from zunzun:
a = 4.2959285202346500E+06
b = 2.2539555503209049E-01
c = 2.9153139412909677E+04
d = 1.1566695154995712E+03
f = 1.4495453382919127E+03
g = 9.6035937758306427E+03
h = 4.3148590099164913E+01
i = 1.9212373967295566E+01
j = 6.8222179301733349E+05
k = -2.0375826220249195E+01
l = 3.2330163121693836E+01and parameters adjusted by me, the last gaussian has effect :
a = 4.2959285202346500E+06;
b = 1.5539555503209049E-01;
c = 2.4153139412909677E+04;
d = 1.1566695154995712E+03;
f = 1.5495453382919127E+03;
g = 9.6035937758306427E+03;
h=0;
i = 2.9212373967295566E+01;
j = 2.8222179301733349E+03;
k=0;
l = 3.2330163121693836E+03;
Best regards,
Antoine