From f375230b0eb31916acd9a2c967e707b5bfb85ce6 Mon Sep 17 00:00:00 2001 From: Pey Lian Lim Date: Wed, 13 Dec 2017 15:42:33 -0500 Subject: [PATCH 1/2] Fix misleading Extinction name --- pysynphot/reddening.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pysynphot/reddening.py b/pysynphot/reddening.py index ceb3647d..392dcb46 100644 --- a/pysynphot/reddening.py +++ b/pysynphot/reddening.py @@ -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 From 43b69bca44b0c85820412b06bb2cf4a226a0fc9d Mon Sep 17 00:00:00 2001 From: Pey Lian Lim Date: Wed, 13 Dec 2017 16:55:37 -0500 Subject: [PATCH 2/2] Update instruction before release --- doc/source/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/index.rst b/doc/source/index.rst index 16083e25..8b037469 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -64,7 +64,7 @@ Unless you are using Ureka, the following dependencies must be installed first: To install the `standalone `_ release:: - pip install git+https://github.com/spacetelescope/pysynphot.git@0.9.8.7 + pip install git+https://github.com/spacetelescope/pysynphot.git@0.9.8.8 **pysynphot** is not fully tested under Python 3, but it should work.