add keywords for all nodes
This commit is contained in:
@@ -36,6 +36,8 @@ class WaveletDenoise:
|
||||
"per sub-band; VisuShrink uses a global threshold."
|
||||
)
|
||||
|
||||
KEYWORDS = ("daubechies", "symlet", "coiflet", "biorthogonal", "dwt", "threshold", "bayesshrink", "visushrink", "smooth")
|
||||
|
||||
def process(
|
||||
self,
|
||||
field: DataField,
|
||||
|
||||
Reference in New Issue
Block a user