Coalignment (sunkit_image.coalignment)#

Routines to perform coalignment of solar images.

sunkit_image.coalignment Package#

Functions#

coalign_map(target_map, reference_map[, method])

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_map_metadata(target_map, ...)

Update the metadata of a sunpy.map.Map` based on affine transformation parameters.

Classes#

AffineParams(scale, rotation_matrix, translation)

A 2-element tuple containing scale values defining the image scaling along the x and y axes.

sunkit_image.coalignment.register Module#

Functions#

register_coalignment_method(name)

Registers a coalignment method to be used by the coalignment interface.

sunkit_image.coalignment.match_template Module#

Functions#

match_template_coalign(target_array, ...)

Perform coalignment by matching the input array to the target array.

sunkit_image.coalignment.phase_cross_correlation Module#

Functions#

phase_cross_correlation_coalign(...)

Perform coalignment by phase cross correlation input array to the target array.