API
Public Step API
jwst.coron.align_refs_step Module
Replace bad pixels and align PSF image with target image.
Classes
|
Align coronagraphic PSF images with science target images. |
Complete Developer API
jwst.coron.imageregistration Module
Functions
|
LSQ optimization with Fourier shift alignment. |
|
Use Fourier Shift theorem for subpixel shifts. |
|
Shift an image by use of Fourier shift theorem. |
|
Compute shifts and realign target image to reference. |
|
Align target image to reference by calculating and applying shifts. |
jwst.coron.median_replace_img Module
Replace bad pixels in the input images with the median of the surrounding pixels.
Functions
|
Calculate the median value of good pixels in a cutout of the input array. |
|
Replace any bad pixels with the median value of the surrounding pixels. |
|
Generate masks for science pixels and non-science pixels. |