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:
f(x, y) = A
Attributes Summary
| amplitude | |
| linear | bool(x) -> bool |
| param_names | list() -> new empty list |
Methods Summary
| eval(x, y, amplitude) | Two dimensional Constant model function |
Attributes Documentation
Methods Documentation
Two dimensional Constant model function