Skip to content

Commit 621af3f

Browse files
authored
Merge pull request #60 from spacetelescope/0.9.8.x
Prep for 0.9.8.8 release
2 parents 7dda4aa + 43b69bc commit 621af3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Unless you are using Ureka, the following dependencies must be installed first:
6464
To install the
6565
`standalone <https://github.com/spacetelescope/pysynphot/releases>`_ release::
6666

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

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

pysynphot/reddening.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def reddening(self,extval):
104104
ans = ExtinctionSpectralElement(wave=self.wave,
105105
waveunits=self.waveunits,
106106
throughput=T,
107-
name='%s(Av=%g)'%(self.name, extval))
107+
name='%s(EBV=%g)'%(self.name, extval))
108108
ans.citation = self.litref
109109
return ans
110110

0 commit comments

Comments
 (0)