Gaussian.pm (PDL-2.082) | : | Gaussian.pm (PDL-2.083) | ||
---|---|---|---|---|
skipping to change at line 116 | skipping to change at line 116 | |||
does just fine and this is a good default gaussian fitter. | does just fine and this is a good default gaussian fitter. | |||
SEE ALSO: fitgauss1d() to fit centre as well. | SEE ALSO: fitgauss1d() to fit centre as well. | |||
=cut | =cut | |||
use strict; | use strict; | |||
use warnings; | use warnings; | |||
#line 123 "Gaussian.pm" | #line 123 "Gaussian.pm" | |||
#line 960 "/home/osboxes/pdl-code/blib/lib/PDL/PP.pm" | ||||
*fitgauss1d = \&PDL::fitgauss1d; | *fitgauss1d = \&PDL::fitgauss1d; | |||
#line 134 "Gaussian.pm" | ||||
#line 960 "/home/osboxes/pdl-code/blib/lib/PDL/PP.pm" | ||||
*fitgauss1dr = \&PDL::fitgauss1dr; | *fitgauss1dr = \&PDL::fitgauss1dr; | |||
#line 141 "Gaussian.pm" | ||||
#line 191 "gaussian.pd" | #line 191 "gaussian.pd" | |||
=head1 BUGS | =head1 BUGS | |||
May not converge for weird data, still pretty good! | May not converge for weird data, still pretty good! | |||
=head1 AUTHOR | =head1 AUTHOR | |||
This file copyright (C) 1999, Karl Glazebrook (kgb@aaoepp.aao.gov.au), | This file copyright (C) 1999, Karl Glazebrook (kgb@aaoepp.aao.gov.au), | |||
Gaussian fitting code by Alison Offer | Gaussian fitting code by Alison Offer | |||
(aro@aaocbn.aao.gov.au). All rights reserved. There | (aro@aaocbn.aao.gov.au). All rights reserved. There | |||
is no warranty. You are allowed to redistribute this software / | is no warranty. You are allowed to redistribute this software / | |||
documentation under certain conditions. For details, see the file | documentation under certain conditions. For details, see the file | |||
COPYING in the PDL distribution. If this file is separated from the | COPYING in the PDL distribution. If this file is separated from the | |||
PDL distribution, the copyright notice should be included in the file. | PDL distribution, the copyright notice should be included in the file. | |||
=cut | =cut | |||
#line 162 "Gaussian.pm" | #line 153 "Gaussian.pm" | |||
# Exit with OK status | # Exit with OK status | |||
1; | 1; | |||
End of changes. 4 change blocks. | ||||
7 lines changed or deleted | 1 lines changed or added |