Skip to content

Commit

Permalink
reduced wavelength padding from 5 to 2.5 A to address #111
Browse files Browse the repository at this point in the history
  • Loading branch information
moustakas committed Aug 2, 2023
1 parent db857e9 commit 8db4dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/fastspecfit/emlines.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def __init__(self, minspecwave=3500.0, maxspecwave=9900.0, targetid=None):
# default line-sigma for computing upper limits
self.limitsigma_narrow = 75.0
self.limitsigma_broad = 1200.0
self.wavepad = 5.0 # Angstrom
self.wavepad = 2.5 # Angstrom

# Establish the names of the parameters and doublets here, at
# initialization, because we use them when instantiating the best-fit
Expand Down

0 comments on commit 8db4dbd

Please sign in to comment.