Bases: astropy.modeling.Fittable2DModel
Two dimensional Constant model.
| Parameters: | amplitude : float
|
|---|---|
| Other Parameters: | |
fixed : a dict
tied : dict
bounds : dict eqcons : list
ineqcons : list
|
|
See also
Notes
Model formula:
Attributes Summary
| amplitude | |
| 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, y, amplitude) | Two dimensional Constant model function |
Attributes Documentation
Methods Documentation
Deprecated since version 1.0: The eval method is deprecated and may be removed in a future version. Use Const2D.evaluate instead.
Two dimensional Constant model function
Two dimensional Constant model function