Skip to content

Differential reddening

ocelot.model.differential_reddening.FractalDifferentialReddening ¤

Bases: BaseDifferentialReddeningModel

extinction(x, y, mean, width) ¤

Calculates differential extinction across a cluster as a function of the star's position in X and Y (arbitrary units) as viewed by the observer. Note that not all versions of this class will produce spatially correlated differential extinction.

ocelot.model.differential_reddening.BaseDifferentialReddeningModel ¤

Bases: ABC

extinction(x, y, mean, width) ¤

Calculates differential extinction across a cluster as a function of the star's position in X and Y (arbitrary units) as viewed by the observer. Note that not all versions of this class will produce spatially correlated differential extinction.