Bases: astropy.modeling.Fittable2DModel
Two dimensional Airy disk model.
| Parameters: | amplitude : float
x_0 : float
y_0 : float
radius : float
|
|---|---|
| Other Parameters: | |
fixed : a dict
tied : dict
bounds : dict eqcons : list
ineqcons : list
|
|
See also
Notes
Model formula:
Where
is the first order Bessel function of the first
kind,
is radial distance from the maximum of the Airy
function (
),
is the input radius parameter, and
).
For an optical system, the radius of the first zero represents the limiting angular resolution and is approximately 1.22 * lambda / D, where lambda is the wavelength of the light and D is the diameter of the aperture.
See [R5] for more details about the Airy disk.
References
| [R5] | (1, 2) http://en.wikipedia.org/wiki/Airy_disk |
Attributes Summary
| amplitude | |
| input_names | list() -> new empty list |
| param_names | list() -> new empty list |
| radius | |
| x_0 | |
| y_0 |
Methods Summary
| eval(*args, **kwargs) | Deprecated since version 1.0. |
| evaluate(x, y, amplitude, x_0, y_0, radius) | Two dimensional Airy 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 AiryDisk2D.evaluate instead.
Two dimensional Airy model function
Two dimensional Airy model function