Bases: astropy.modeling.Fittable2DModel
Two dimensional Box model.
| Parameters: | amplitude : float
x_0 : float
x_width : float
y_0 : float
y_width : 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 |
| param_names | list() -> new empty list |
| x_0 | |
| x_width | |
| y_0 | |
| y_width |
Methods Summary
| eval(*args, **kwargs) | Deprecated since version 1.0. |
| evaluate(x, y, amplitude, x_0, y_0, x_width, ...) | Two dimensional Box 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 Box2D.evaluate instead.
Two dimensional Box model function
Two dimensional Box model function