Image Alignment and Registering#

Todo

Write registering documentation

Registering API#

astropop.image.register Module#

Compute shifts and translate astronomical images.

Functions#

register_framedata_list(frame_list[, ...])

Perform registration in a framedata list.

compute_shift_list(frame_list[, algorithm, ...])

Compute the shift between a list of frames.

Classes#

CrossCorrelationRegister(**kwargs)

Register images using phase_cross_correlation.

AsterismRegister([max_control_points, ...])

Register images using asterism matching.