Bases: astropy.modeling.Model
Multiply a model by a factor.
Parameters: | factors : float or a list of floats
|
---|
Attributes Summary
factors | |
input_names | list() -> new empty list |
linear | bool(x) -> bool |
param_names | list() -> new empty list |
Methods Summary
eval(*args, **kwargs) | Deprecated since version 1.0. |
evaluate(x, factors) | |
inverse() |
Attributes Documentation
Methods Documentation
Deprecated since version 1.0: The eval method is deprecated and may be removed in a future version. Use Scale.evaluate instead.