BUG : Correction on tutorail page authored by Gaëlle USSEGLIO's avatar Gaëlle USSEGLIO
...@@ -2,14 +2,14 @@ ...@@ -2,14 +2,14 @@
# Use DiapOTB Chains # Use DiapOTB Chains
To launch processings chains, only one argument is required as inputs : a configuration file (json format) To launch processings chains, only one argument is required as inputs : a configuration file (json format).
A interactive script was developped into *utils* package to generate a configuration file following a user's Q&A. A interactive script was developped into *utils* package to generate a configuration file following a user's Q&A.
Thus to run a chain, you can : Thus to run a chain, you can :
* Generate a configuration file. A python script helps you to create a new json file by loading examples json file(into <install_directory>/python_src/) and asking for general fields such as input_path or reference image ... . * Generate a configuration file. A python script helps you to create a new json file by loading examples (into <install_directory>/python_src/ex_config) and asking for general fields such as input_path or reference image ...
*python <install_directory>/python_src/utils/generateConfigFile.py* *python <install_directory>/python_src/utils/generateConfigFile.py*
... ...
......