|
tuple | none = (0, 'No smoothing') |
|
tuple | one = (1, '1/1st octave smoothing') |
|
tuple | two = (2, '1/2th octave smoothing') |
|
tuple | three = (3, '1/3rd octave smoothing') |
|
tuple | six = (6, '1/6th octave smoothing') |
|
tuple | twelve = (12, '1/12th octave smoothing') |
|
tuple | twfo = (24, '1/24th octave smoothing') |
|
tuple | ftei = (48, '1/48th octave smoothing') |
|
tuple | hundred = (100, '1/100th octave smoothing') |
|
Definition at line 26 of file tools.py.
◆ fillComboBox()
lasp.tools.tools.SmoothingWidth.fillComboBox |
( |
|
cb | ) |
|
|
static |
Fill Windows to a combobox.
Args: cb: QComboBox to fill
Definition at line 38 of file tools.py.
◆ getCurrent()
lasp.tools.tools.SmoothingWidth.getCurrent |
( |
|
cb | ) |
|
|
static |
◆ ftei
tuple lasp.tools.tools.SmoothingWidth.ftei = (48, '1/48th octave smoothing') |
|
static |
◆ hundred
tuple lasp.tools.tools.SmoothingWidth.hundred = (100, '1/100th octave smoothing') |
|
static |
◆ none
tuple lasp.tools.tools.SmoothingWidth.none = (0, 'No smoothing') |
|
static |
◆ one
tuple lasp.tools.tools.SmoothingWidth.one = (1, '1/1st octave smoothing') |
|
static |
◆ six
tuple lasp.tools.tools.SmoothingWidth.six = (6, '1/6th octave smoothing') |
|
static |
◆ three
tuple lasp.tools.tools.SmoothingWidth.three = (3, '1/3rd octave smoothing') |
|
static |
◆ twelve
tuple lasp.tools.tools.SmoothingWidth.twelve = (12, '1/12th octave smoothing') |
|
static |
◆ twfo
tuple lasp.tools.tools.SmoothingWidth.twfo = (24, '1/24th octave smoothing') |
|
static |
◆ two
tuple lasp.tools.tools.SmoothingWidth.two = (2, '1/2th octave smoothing') |
|
static |
The documentation for this class was generated from the following file: