Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

flux cannot changed during fitting #78

Open
zouhu opened this issue Oct 26, 2016 · 1 comment
Open

flux cannot changed during fitting #78

zouhu opened this issue Oct 26, 2016 · 1 comment

Comments

@zouhu
Copy link

zouhu commented Oct 26, 2016

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

@zouhu zouhu closed this as completed Oct 26, 2016
@zouhu zouhu reopened this Oct 26, 2016
@dstndstn
Copy link
Owner

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?

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants