AiryDisk2DKernel¶
-
class
astropy.convolution.AiryDisk2DKernel(radius, **kwargs)[source]¶ Bases:
astropy.convolution.Kernel2D2D Airy disk kernel.
This kernel models the diffraction pattern of a circular aperture. This kernel is normalized to a peak value of 1.
Parameters: - radius : float
The radius of the Airy disk kernel (radius of the first zero).
- x_size : odd int, optional
Size in x direction of the kernel array. Default = 8 * radius.
- y_size : odd int, optional
Size in y direction of the kernel array. Default = 8 * radius.
- mode : str, optional
- One of the following discretization modes:
- ‘center’ (default)
- Discretize model by taking the value at the center of the bin.
- ‘linear_interp’
- Discretize model by performing a bilinear interpolation between the values at the corners of the bin.
- ‘oversample’
- Discretize model by taking the average on an oversampled grid.
- ‘integrate’
- Discretize model by integrating the model over the bin.
- factor : number, optional
Factor of oversampling. Default factor = 10.
See also
Gaussian2DKernel,Box2DKernel,Tophat2DKernel,MexicanHat2DKernel,Ring2DKernel,TrapezoidDisk2DKernel,AiryDisk2DKernel,Moffat2DKernelExamples
Kernel response: