Merge branch 'develop' of ssh://code.ascee.nl:12001/ASCEE/lasp into develop

This commit is contained in:
Anne de Jong 2022-02-02 12:38:34 +01:00
commit c3b1c1ec4a

View File

@ -48,7 +48,7 @@ class SmoothingWidth(Enum):
twelve = (12, '1/12th octave smoothing') twelve = (12, '1/12th octave smoothing')
twfo = (24, '1/24th octave smoothing') twfo = (24, '1/24th octave smoothing')
ftei = (48, '1/48th octave smoothing') ftei = (48, '1/48th octave smoothing')
# hundred = (100, '1/100th octave smoothing') # useful for removing 'grass' hundred = (100, '1/100th octave smoothing') # useful for removing 'grass'
@staticmethod @staticmethod
def fillComboBox(cb): def fillComboBox(cb):
@ -69,7 +69,7 @@ class SmoothingWidth(Enum):
class SmoothingType: class SmoothingType:
levels = 'l', 'Levels' levels = 'l', 'Levels' # [dB]
# tf = 'tf', 'Transfer function', # tf = 'tf', 'Transfer function',
ps = 'ps', '(Auto) powers' ps = 'ps', '(Auto) powers'