yt.analysis_modules.absorption_spectrum.absorption_spectrum.AbsorptionSpectrum

class yt.analysis_modules.absorption_spectrum.absorption_spectrum.AbsorptionSpectrum(lambda_min, lambda_max, n_lambda)[source]

Create an absorption spectrum object.

Parameters:

lambda_min : float

lower wavelength bound in angstroms.

lambda_max : float

upper wavelength bound in angstroms.

n_lambda : float

number of wavelength bins.

Methods