astLib :: astSED :: VegaSED :: Class VegaSED
[hide private]
[frames] | no frames]

Class VegaSED

source code

SED --+
      |
     VegaSED

This class stores the SED of Vega, used for calculation of magnitudes on the Vega system.

The Vega SED used is taken from Bohlin 2007 (http://adsabs.harvard.edu/abs/2007ASPC..364..315B), and is available from the STScI CALSPEC library (http://www.stsci.edu/hst/observatory/cdbs/calspec.html).

Instance Methods [hide private]
 
__init__(self, renormalise=True) source code

Inherited from SED: asList, calcAbsMag, calcAppMag, calcColour, calcFlux, loadFromFile, matchFlux, plot, redshift, renormalise, smooth, writeToFile

Method Details [hide private]

__init__(self, renormalise=True)
(Constructor)

source code 
Overrides: SED.__init__