Skip to content

Commit

Permalink
pull FWHMs from default
Browse files Browse the repository at this point in the history
  • Loading branch information
imedan committed Jul 31, 2024
1 parent 66510ad commit 7307c34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/coordio/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,8 @@ def __init__(self, Noffset=None, FWHM=None, beta=None):
if Noffset is None:
Noffset = 1500
if FWHM is None:
FWHM = [0.5, 0.8, 1.1, 1.4]
defualt = default_Moffat_params()[1]
FWHM = [defualt[l][o] for l in ['bright', 'dark'] for o in ['APO', 'LCO']]
if beta is None:
beta = default_Moffat_params()[0]
rfibers = {'APO': 1., 'LCO': 1.33 / 2}
Expand Down

0 comments on commit 7307c34

Please sign in to comment.