Coalignment (sunkit_image.coalignment)#
Routines to perform coalignment of solar images.
sunkit_image.coalignment Package#
Functions#
|
Performs image coalignment using the specified method by updating the metadata of the target map to align it with the reference map. |
sunkit_image.coalignment.interface Module#
Functions#
|
Update the metadata of a sunpy.map.Map` based on affine transformation parameters. |
Classes#
|
A 2-element tuple containing scale values defining the image scaling along the x and y axes. |
sunkit_image.coalignment.register Module#
Functions#
Registers a coalignment method to be used by the coalignment interface. |
sunkit_image.coalignment.match_template Module#
Functions#
|
Perform coalignment by matching the input array to the target array. |
sunkit_image.coalignment.phase_cross_correlation Module#
Functions#
Perform coalignment by phase cross correlation input array to the target array. |