Skip to content
Snippets Groups Projects

Make "process" a required input and configure pyconf functions globally once with user input

Merged Abhijit Mathad requested to merge AM_process into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -110,7+110,7 @@
for title, code in options.evt_pre_filters.items():
evt_filter = add_filter(title, code)
evt_pre_filters.append(evt_filter)
algs_list += evt_pre_filters
algs_list += algs
@@ -145,7+145,7 @@
return algs
def configured_FunTuple(config):
"""
Function for the FunTuple configuration and instantiation of the related HDR filter.
Loading