Skip to content
Snippets Groups Projects
Commit 73d4bbd1 authored by payno's avatar payno
Browse files

xas -> est

parent 0ec5698c
No related branches found
No related tags found
1 merge request!19[pypushflow] replace the `process_function` by a pypushflowaddon
Pipeline #14830 failed
# add some aliases to the parser
aliases = {
'orangecontrib.xas.widgets.larch.autobk.AutobkOW': 'xas.core.process.larch.autobk.Larch_autobk',
'orangecontrib.xas.widgets.larch.mback.MbackOW': 'xas.core.process.larch.mback.Larch_mback',
'orangecontrib.xas.widgets.larch.mback_norm.Mback_normOW': 'xas.core.process.larch.mback_norm.Larch_mback_norm',
'orangecontrib.xas.widgets.larch.pre_edge.PreEdgeOW': 'xas.core.process.larch.pre_edge.Larch_pre_edge',
'orangecontrib.xas.widgets.larch.xftf.XFTFOW': 'xas.core.process.larch.xftf.Larch_xftf',
'orangecontrib.xas.widgets.pymca.exafs.ExafsOW': 'xas.core.process.pymca.exafs.PyMca_exafs',
'orangecontrib.xas.widgets.pymca.ft.FTOW': 'xas.core.process.pymca.ft.PyMca_ft',
'orangecontrib.xas.widgets.pymca.k_weight.KWeightOW': 'xas.core.process.pymca.k_weight.PyMca_k_weight',
'orangecontrib.xas.widgets.pymca.normalization.NormalizationOW': 'xas.core.process.pymca.normalization.PyMca_normalization',
'orangecontrib.xas.widgets.utils.roi.RoiSelectionOW': 'xas.core.process.roi.ROIProcess',
'orangecontrib.xas.widgets.utils.xas_input.XASInputOW': 'xas.core.io.read_frm_file',
'orangecontrib.xas.widgets.utils.xas_output.XASOutputOW': 'xas.core.io.XASWriter',
'orangecontrib.est.widgets.larch.autobk.AutobkOW': 'est.core.process.larch.autobk.Larch_autobk',
'orangecontrib.est.widgets.larch.mback.MbackOW': 'est.core.process.larch.mback.Larch_mback',
'orangecontrib.est.widgets.larch.mback_norm.Mback_normOW': 'est.core.process.larch.mback_norm.Larch_mback_norm',
'orangecontrib.est.widgets.larch.pre_edge.PreEdgeOW': 'est.core.process.larch.pre_edge.Larch_pre_edge',
'orangecontrib.est.widgets.larch.xftf.XFTFOW': 'est.core.process.larch.xftf.Larch_xftf',
'orangecontrib.est.widgets.pymca.exafs.ExafsOW': 'est.core.process.pymca.exafs.PyMca_exafs',
'orangecontrib.est.widgets.pymca.ft.FTOW': 'est.core.process.pymca.ft.PyMca_ft',
'orangecontrib.est.widgets.pymca.k_weight.KWeightOW': 'est.core.process.pymca.k_weight.PyMca_k_weight',
'orangecontrib.est.widgets.pymca.normalization.NormalizationOW': 'est.core.process.pymca.normalization.PyMca_normalization',
'orangecontrib.est.widgets.utils.roi.RoiSelectionOW': 'est.core.process.roi.ROIProcess',
'orangecontrib.est.widgets.utils.xas_input.XASInputOW': 'est.core.io.read_frm_file',
'orangecontrib.est.widgets.utils.xas_output.XASOutputOW': 'est.core.io.XASWriter',
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment