Skip to content

Commit

Permalink
make rot_params keyword argument
Browse files Browse the repository at this point in the history
  • Loading branch information
segasai committed Jul 26, 2024
1 parent 5aea925 commit 2538ce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/rvspecfit/spec_fit.py
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ def _overlap_check(templ_l0, templ_l1, spec_l0, spec_l1, min_vel, max_vel):
def get_chisq(specdata,
vel,
atm_params,
rot_params,
rot_params=None,
resol_params=None,
options=None,
config=None,
Expand Down

0 comments on commit 2538ce4

Please sign in to comment.