Skip to content

Commit

Permalink
reduce the alpha step as the previous step may have been too large
Browse files Browse the repository at this point in the history
  • Loading branch information
segasai committed Jan 19, 2024
1 parent fa68139 commit 7ee25a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/rvspecfit/vel_fit.py
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ def hess_func_wrap(p):
'vsini': 10,
'logg': 1,
'feh': 0.1,
'alpha': 1,
'alpha': .1,
'teff': 100,
'vrad': 10,
}[_] for _ in specParamNames]
Expand Down

0 comments on commit 7ee25a7

Please sign in to comment.