Bases: astropy.modeling.Fittable2DModel
Two dimensional radial symmetric Ring model.
| Parameters: | amplitude : float
x_0 : float
y_0 : float
r_in : float
width : float
r_out : float
|
|---|
See also
Notes
Model formula:
Where
.
Attributes Summary
| amplitude | |
| input_names | list() -> new empty list |
| param_names | list() -> new empty list |
| r_in | |
| width | |
| x_0 | |
| y_0 |
Methods Summary
| eval(*args, **kwargs) | Deprecated since version 1.0. |
| evaluate(x, y, amplitude, x_0, y_0, r_in, width) | Two dimensional Ring 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 Ring2D.evaluate instead.
Two dimensional Ring model function.
Two dimensional Ring model function.