Package pysynphot :: Module catalog :: Class Icat
[hide private]
[frames] | no frames]

Class Icat

source code


spec = Icat(CDBS directory name,Teff,metallicity,logG). This class constructs a model from the grid available in catalogs such as the Castelli & Kurucz. See the Synphot User's Data Manual, Appendix A, for more information http://www.stsci.edu/hst/HST_overview/documents/synphot/AppA_Catalogs4.html#48115

Instance Methods [hide private]
 
__init__(self, args)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
_getArgs(self, indices, filenames) source code
 
_breakList(self, inList, index, parameter) source code
 
_getSpectrum(self, parlist, basename) source code
 
_interpolateSpectrum(self, sp1, sp2, par) source code

Inherited from spectrum.TabularSourceSpectrum: GetWaveSet, ToInternal, __call__, __str__, resample, taper

Inherited from spectrum.SourceSpectrum: __add__, __mul__, __rmul__, addmag, convert, getArrays, integrate, redshift, renorm, sample, setMagnitude, validate_units, writefits

Inherited from spectrum.Integrator: trapezoidIntegration, validate_fluxtable, validate_wavetable

Inherited from spectrum.Integrator (private): _columnsFromASCII

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__

Properties [hide private]

Inherited from spectrum.SourceSpectrum: flux, wave

Inherited from object: __class__

Method Details [hide private]

__init__(self, args)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)