Hi,
lmfit is an amazing package! Thanks a lot.
I think many people will use it to fit peaks, and will likely be interested in the area under the peak.
If I am not totally mistaken, since lmfit peak-functions seem to be implemented in the normalized version (meaning the integral will equate to 1 for A=1), amplitude A is equal to area.
At least, I checked that this true for GaussianModel() and VoigtModel().
I think it would be useful to point this fact out in the manual, or even better in the params() table. Potentially one would introduce a new column 'comments'.
Thanks
Matthias