Package astLib :: Module astSED :: 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, normalise=False) source code

Inherited from SED: asList, calcColour, calcFlux, calcMag, copy, extinctionCalzetti, getSEDDict, integrate, loadFromFile, matchFlux, normalise, normaliseToMag, plot, redshift, smooth, writeToFile

Method Details [hide private]

__init__(self, normalise=False)
(Constructor)

source code 
Overrides: SED.__init__