class etspy.AlignmentMethod(str, enum.Enum)[source]

Allowed values for the stack alignment method.

See etspy.align.align_stack() for more details.

Enum Values

STACK_REG = 'StackReg'

Stack Registration method

PC = 'PC'

Phase correlation method

COM = 'COM'

Center of Mass method

COM_CL = 'COM-CL'

Center of Mass with Common Line method

Methods

classmethod values() list[str][source]

Calculate a list of allowed values in the AlignmentMethod enum.

classmethod is_valid_value(value) bool[source]

Test if value is contained in the AlignmentMethod enum.