Skip to content

Commit

Permalink
Added keywords for widget search and filter
Browse files Browse the repository at this point in the history
  • Loading branch information
borondics committed Sep 14, 2023
1 parent d106800 commit 963cfcb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions orangecontrib/spectroscopy/widgets/owsnr.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ class OWSNR(OWWidget):
"Calculates Signal-to-Noise Ratio (SNR), Averages or Standard Deviation by coordinates.")

icon = "icons/snr.svg"
keywords = ["signal", "noise", "standard", "deviation", "average"]

# Define inputs and outputs
class Inputs:
Expand Down

0 comments on commit 963cfcb

Please sign in to comment.