added autophase; fixes T217
This commit is contained in:
@ -87,14 +87,15 @@ class UpperManagement(QtCore.QObject):
|
||||
'cut': (CutCommand, 'Cut'),
|
||||
'ap': (ApodizationCommand, 'Apodization'),
|
||||
'zf': (ZerofillCommand, 'Zerofill'),
|
||||
'ph': (PhaseCommand, 'Phase'),
|
||||
'ph': (PhaseCommand, 'Phase correction'),
|
||||
'autoph': (AutophaseCommand, 'Autophase'),
|
||||
'bl': (BaselineCommand, 'Baseline'),
|
||||
'bls': (BaselineSplineCommand, 'Baseline'),
|
||||
'ft': (FourierCommand, 'Fourier'),
|
||||
'ft_pake': 'FT (de-paked)',
|
||||
'sort': (SortCommand, 'Sort'),
|
||||
'norm': (NormCommand, 'Normalize'),
|
||||
'center': (CenterCommand, 'Center on max')
|
||||
'center': (CenterCommand, 'Center on max'),
|
||||
}
|
||||
|
||||
def __init__(self, window):
|
||||
|
Reference in New Issue
Block a user