ExtinctionLaw¶
-
class
beast.physicsmodel.dust.extinction.ExtinctionLaw[source]¶ Bases:
objectExtinction Law Template Class
- Attributes
- namestring
Name identifying the extinction law
Methods Summary
__call__(*args, **kwargs)Call self as a function.
function(lamb, *arg, **kwargs)function to provide extinction curve given wavelength(s)
isvalid(*args, **kwargs)Check if the current arguments are in the validity domain of the law Must be redefined if any restriction applies to the law
Methods Documentation