Skip to content

Commit

Permalink
Merge pull request #59 from pllim/issue58
Browse files Browse the repository at this point in the history
Fix misleading Extinction name
  • Loading branch information
pllim committed Dec 13, 2017
2 parents 7dda4aa + f375230 commit 92e835a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pysynphot/reddening.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def reddening(self,extval):
ans = ExtinctionSpectralElement(wave=self.wave,
waveunits=self.waveunits,
throughput=T,
name='%s(Av=%g)'%(self.name, extval))
name='%s(EBV=%g)'%(self.name, extval))
ans.citation = self.litref
return ans

Expand Down

0 comments on commit 92e835a

Please sign in to comment.