The photcal/fitparams IRAF task shows a sigma column when :vshow is used, with values for each star used in the fit. These values are used to obtain the reduced chi, and others statistical parameters.
How are these sigma values obtained? The code seems to write to that column a 1/sqrt(X) and the description of :results (in inlfit, see below) states that this is a weight.
The photcal/fitparams IRAF task shows a
sigma
column when:vshow
is used, with values for each star used in the fit. These values are used to obtain the reduced chi, and others statistical parameters.How are these
sigma
values obtained? The code seems to write to that column a1/sqrt(X)
and the description of:results
(in inlfit, see below) states that this is a weight.fitparams uses INLFIT ("The interactive non-linear least squares fitting package") which uses the standard Levenberg-Marquardt non-linear least squares algorithm to fit the data.
Related data: