PowerLawFlux1D¶
- class synphot.models.PowerLawFlux1D(amplitude, x_0, alpha, **kwargs)[source]¶
Bases:
PowerLaw1DOne dimensional power law model with proper flux handling.
For multiple
n_models, this model only accepts parameters of the same unit; e.g.,amplitude=[1, 2]oramplitude=Quantity([1, 2], 'photlam').Also see
PowerLaw1D.- Parameters:
Methods Summary
evaluate(x, *args)Return flux in PHOTLAM.
integrate(x)Methods Documentation