added autophase; fixes T217
This commit is contained in:
@@ -656,7 +656,8 @@ class SignalContainer(ExperimentContainer):
|
||||
def _update_actions(self):
|
||||
super()._update_actions()
|
||||
|
||||
self.actions.update({'ph': self._data.manual_phase, 'bls': self._data.baseline_spline})
|
||||
self.actions.update({'ph': self._data.manual_phase, 'bls': self._data.baseline_spline,
|
||||
'autoph': self._data.autophase})
|
||||
if isinstance(self._data, Spectrum):
|
||||
self.actions.update({'bl': self._data.baseline, 'ls': self._data.shift,
|
||||
'divide': self._data.divide, 'ft': self.fourier})
|
||||
|
Reference in New Issue
Block a user