Generalized_RvFALaw

class beast.physicsmodel.dust.extinction.Generalized_RvFALaw(ALaw=<beast.physicsmodel.dust.extinction.Fitzpatrick99 object>, BLaw=<beast.physicsmodel.dust.extinction.Gordon03_SMCBar object>)[source]

Bases: beast.physicsmodel.dust.extinction.Gordon16_RvFALaw

Generalized RvFA extinction law

Mixture of R(V) dependent extinction law (ALaw) and average extinction curve (BLaw).

This extinction curve model encompasses the average behavior of measured extinction curves in the Milky Way, LMC, and SMC.

Implemented as ALaw=Fitzpatrick99() and BLaw=Gordon03_SMCBar() by default.