Bases: astropy.modeling.core.Parametric2DModel
Two dimensional Constant model.
| Parameters: | amplitude : float
|
|---|
See also
Notes
Model formula:
f(x, y) = A
Attributes Summary
| amplitude | |
| 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