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
I'm not very familiar with MatLab programming, but I think both interface can be rebuild around common core functions that both interface should use.
This way we could ensure a better maintenance of the code.
Also It seems that run_cmd is implemented in such a way that the user should modify the script for setting the parameters of his choice. I don't really like that and think it should be implemented in such way that everything is put in argument (using objects defining the plugins parameter)
The text was updated successfully, but these errors were encountered:
It is very important we have all examples with scripts.
Indeed, in the current implementation there is no real CLI in rapid, but scripts can be prepared to directly interact with the core and run the toolbox's algorithms.
In a first stage we can update all examples with a script to run them.
In a further evolution we should implement a CLI with public methods (that would also be used in the GUI), and deprecate the direct interaction with the core.
I'm not very familiar with MatLab programming, but I think both interface can be rebuild around common core functions that both interface should use.
This way we could ensure a better maintenance of the code.
Also It seems that run_cmd is implemented in such a way that the user should modify the script for setting the parameters of his choice. I don't really like that and think it should be implemented in such way that everything is put in argument (using objects defining the plugins parameter)
The text was updated successfully, but these errors were encountered: