Skip to content

Commit

Permalink
Merge pull request #60 from spacetelescope/0.9.8.x
Browse files Browse the repository at this point in the history
Prep for 0.9.8.8 release
  • Loading branch information
pllim authored Dec 13, 2017
2 parents 7dda4aa + 43b69bc commit 621af3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Unless you are using Ureka, the following dependencies must be installed first:
To install the
`standalone <https://github.com/spacetelescope/pysynphot/releases>`_ release::

pip install git+https://github.com/spacetelescope/[email protected].7
pip install git+https://github.com/spacetelescope/[email protected].8

**pysynphot** is not fully tested under Python 3, but it should work.

Expand Down
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 621af3f

Please sign in to comment.