Skip to content

Commit

Permalink
Merge pull request #685 from borondics/add_keywords_snr
Browse files Browse the repository at this point in the history
Added keywords for widget search and filter
  • Loading branch information
markotoplak authored Sep 14, 2023
2 parents d106800 + 963cfcb commit 5cdfb1a
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 5cdfb1a

Please sign in to comment.