Bases: astropy.modeling.Fittable2DModel
Two dimensional circular Trapezoid model.
Parameters: | amplitude : float
x_0 : float
y_0 : float
R_0 : float
slope : float
|
---|---|
Other Parameters: | |
fixed : a dict
tied : dict
bounds : dict eqcons : list
ineqcons : list
|
Attributes Summary
R_0 | |
amplitude | |
input_names | list() -> new empty list |
param_names | list() -> new empty list |
slope | |
x_0 | |
y_0 |
Methods Summary
eval(*args, **kwargs) | Deprecated since version 1.0. |
evaluate(x, y, amplitude, x_0, y_0, R_0, slope) | Two dimensional Trapezoid Disk 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 TrapezoidDisk2D.evaluate instead.
Two dimensional Trapezoid Disk model function
Two dimensional Trapezoid Disk model function