You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to use tractor galaxy profile fit an source using the scipy.optimize.fmin_l_bfgs_b (I didnot use tractor optimizer).During fitting the image, all parameters are changing except the flux. The flux value keep same. What is the reason
The text was updated successfully, but these errors were encountered:
Could you please send a code snippet or test case?
What do you get if you do:
tractor.printThawedParams()
to show which parameters are being fit?
What happens if you use the tractor.optimize() routine instead? I have never tried using the scipy.optimize.* routines. Does the parameter vector you are using have enough elements?
I try to use tractor galaxy profile fit an source using the scipy.optimize.fmin_l_bfgs_b (I didnot use tractor optimizer).During fitting the image, all parameters are changing except the flux. The flux value keep same. What is the reason
The text was updated successfully, but these errors were encountered: