You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add a configuration parameter, e.g. engine, to let users define the engine. Its name should match a file <name>.py and a section in config.ini should have the same name in uppercase
Currently SNAP is tightly integrated into the processor. This makes it hard to add alternatives. A better modularization could look like this:
SNAP
to the config.ini file gatheringconfig.snap_conf
(move the rest somewhere else)snap_gpt_args
config.ini
. This makes the file too complicated. One sectionPROCESSING
, oneMETADATA
and one per processing engine is enough (solved in start processing with 's1rb process'; new option 's1rb init' to initialize config file #215)engine
, to let users define the engine. Its name should match a file<name>.py
and a section inconfig.ini
should have the same name in uppercaseThe
config.ini
file could look like this:The script
processor.py
could look like this:The text was updated successfully, but these errors were encountered: