Closed larrybradley closed 1 month ago
The default stddev of Astropy's Gaussian1D model is bounded to be strictly positive, so the TRFLSQFitter should be used. Followup to https://github.com/astropy/photutils/pull/1899
stddev
Gaussian1D
TRFLSQFitter
I've opened a PR for Gaussian2D to have the same default bounds: https://github.com/astropy/astropy/pull/17137
Gaussian2D
Many thanks to @astrofrog for pointing this out!
The default
stddev
of Astropy'sGaussian1D
model is bounded to be strictly positive, so theTRFLSQFitter
should be used. Followup to https://github.com/astropy/photutils/pull/1899I've opened a PR for
Gaussian2D
to have the same default bounds: https://github.com/astropy/astropy/pull/17137Many thanks to @astrofrog for pointing this out!