Skip to content

Commit

Permalink
add spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
rcooke-ast committed Aug 23, 2024
1 parent a14b99b commit 5c87046
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pypeit/core/telluric.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ def conv_telluric(tell_model, dloglam, res):
conv_model = scipy.signal.convolve(tell_model,g,mode='same')
return conv_model


def shift_telluric(tell_model, loglam, dloglam, shift, stretch):
"""
Routine to apply a shift to the telluric model. Note that the shift can be sub-pixel, i.e this routine interpolates.
Expand Down Expand Up @@ -364,6 +365,7 @@ def shift_telluric(tell_model, loglam, dloglam, shift, stretch):
tell_model_shift = np.interp(loglam_shift, loglam, tell_model)
return tell_model_shift


def eval_telluric(theta_tell, tell_dict, ind_lower=None, ind_upper=None):
"""
Evaluate the telluric model.
Expand Down

0 comments on commit 5c87046

Please sign in to comment.