Skip to content

Commit

Permalink
scan the galaxy templates to z=5
Browse files Browse the repository at this point in the history
  • Loading branch information
moustakas committed Jul 19, 2023
1 parent 2483c48 commit e46c8f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/redrock/templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def __init__(self, filename=None, spectype=None, redshifts=None,
# redshifts = 10**np.arange(np.log10(1+0.005),
# np.log10(1+2.0), 1.5e-4) - 1
self._redshifts = 10**np.arange(np.log10(1-0.005),
np.log10(1+1.7), 3e-4) - 1
np.log10(1+5), 3e-4) - 1
elif self._rrtype == 'STAR':
self._redshifts = np.arange(-0.002, 0.00201, 4e-5)
elif self._rrtype == 'QSO':
Expand Down

0 comments on commit e46c8f6

Please sign in to comment.