Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
workflow
ewoksapps
est
Commits
6cc88d5d
Commit
6cc88d5d
authored
Jul 30, 2019
by
payno
Committed by
Henri Payno
Aug 01, 2019
Browse files
[orangecontrib] normalize the orange widget id regarding there location
parent
da882a9b
Changes
7
Hide whitespace changes
Inline
Side-by-side
orangecontrib/xas/widgets/pymca/exafs.py
View file @
6cc88d5d
...
...
@@ -155,7 +155,7 @@ class ExafsOW(_ProcessForOrangeMixIn, OWWidget):
Widget used for signal extraction
"""
name
=
"exafs"
id
=
"orange.widgets.xas.exafs"
id
=
"orange.widgets.xas.
pymca.
exafs"
description
=
"Progress signal extraction"
icon
=
"icons/exafs.png"
priority
=
3
...
...
orangecontrib/xas/widgets/pymca/ft.py
View file @
6cc88d5d
...
...
@@ -179,7 +179,7 @@ class FTOW(_ProcessForOrangeMixIn, OWWidget):
Widget used for signal extraction
"""
name
=
"fourier transform"
id
=
"orange.widgets.xas.ft"
id
=
"orange.widgets.
pymca.
xas.ft"
description
=
"Progress fourier transform"
icon
=
"icons/ft.png"
priority
=
4
...
...
orangecontrib/xas/widgets/pymca/k_weight.py
View file @
6cc88d5d
...
...
@@ -69,7 +69,7 @@ class KWeightOW(_ProcessForOrangeMixIn, OWWidget):
Widget used for signal extraction
"""
name
=
"k weight"
id
=
"orange.widgets.xas.k_weight"
id
=
"orange.widgets.
pymca.
xas.k_weight"
description
=
"Progress k weight"
icon
=
"icons/k_weight.png"
priority
=
2
...
...
orangecontrib/xas/widgets/pymca/normalization.py
View file @
6cc88d5d
...
...
@@ -163,7 +163,7 @@ class NormalizationOW(_ProcessForOrangeMixIn, OWWidget):
Widget used for signal extraction
"""
name
=
"normalization"
id
=
"orange.widgets.xas.normalization"
id
=
"orange.widgets.xas.
pymca.
normalization"
description
=
"Progress spectra normalization"
icon
=
"icons/normalization.png"
priority
=
1
...
...
orangecontrib/xas/widgets/utils/roi.py
View file @
6cc88d5d
...
...
@@ -49,7 +49,7 @@ class RoiSelectionOW(OWWidget):
"""
name
=
"ROI definition"
id
=
"orange.widgets.
id06workflow
.roiselection"
id
=
"orange.widgets.
xas.utils
.roiselection"
description
=
"Select data Region Of Interest"
icon
=
"icons/image-select-box.svg"
...
...
orangecontrib/xas/widgets/utils/xas_input.py
View file @
6cc88d5d
...
...
@@ -52,7 +52,7 @@ class XASInputOW(OWWidget):
Widget used for signal extraction
"""
name
=
"input"
id
=
"orange.widgets.xas.xas_input"
id
=
"orange.widgets.xas.
utils.
xas_input"
description
=
"Read .dat file and convert it to spectra"
icon
=
"icons/input.png"
priority
=
0
...
...
orangecontrib/xas/widgets/utils/xas_output.py
View file @
6cc88d5d
...
...
@@ -43,7 +43,7 @@ class XASOutputOW(OWWidget):
Widget used for signal extraction
"""
name
=
"output"
id
=
"orange.widgets.xas.xas_output"
id
=
"orange.widgets.xas.
utils.
xas_output"
description
=
"Store process result (configuration)"
icon
=
"icons/output.png"
priority
=
5
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment