Sorry for late reply.
You can use "info peaks_err" instead of "info peaks",
or in the GUI open Fit > Info and copy content.
(Last year, I don't remember in which version, I've added confidence
intervals to the latter. I've read somewhere that they can be more
meaningful than estimates of standard errors).
> Currently, to get the uncertainties, I have to copy the info output
> and then, since I'm using a Voigt function, calculate the FWHM and do
> some fun error propagation to get its uncertainty. Also, I've used
> the intensity version of the fit, and have just found interest in also
> knowing its Area. I have a lot of files fit, and I don't want to go
> through and redo them all with VoigtA and then re-export all the fit
> info. How do I calculate the Voigt Area from the a0,a1,a2,a3 of the
> intensity version?
Function voigt(a,b) (see
http://fityk.nieto.pl/data.html#data-point-transformations for
definition) should help.
Marcin