Empirical1D¶
- class synphot.models.Empirical1D(**kwargs)[source]¶
Bases:
Tabular1D
Empirical (sampled) spectrum or bandpass model.
Note
This model requires SciPy 0.14 or later to be installed.
- Parameters:
Methods Summary
evaluate
(inputs)Evaluate the model.
Return array that samples the feature.
Methods Documentation