Skip to content

Commit

Permalink
fix ccf
Browse files Browse the repository at this point in the history
  • Loading branch information
segasai committed Nov 16, 2024
1 parent 8680526 commit 77b0fdf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions py/rvspecfit/make_ccf.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ def get_ccf_config(logl0=None,
ret['splinestep'] = max(
splinestep, 3e5 * (np.exp(
(logl1 - logl0) / ret['maxcontpts']) - 1))
return ret


def get_continuum(lam0, spec0, espec0, ccfconf=None):
Expand Down

0 comments on commit 77b0fdf

Please sign in to comment.