2. Command line interfaces¶
2.1. Principle¶
The astec distribution consists in a number of command line interfaces named
astec_something (eg astec_fusion) while the experiment to be conducted
(both data and parameters) is described into a parameter file (eg parameters.py).
Then, one only has to launch the command
astec_fusion -p parameters.py
to run the experiment.
2.2. Command line interfaces common options¶
-h, --helpprints a help message
-p file, --parameters fileset the parameter file to be parsed
-e path, --embryo-rep pathset the
pathto the directory where theRAWDATA/directory is located. Can also be given in the parameter file by the variablePATH_EMBRYO.-k, --keep-temporary-filesallows to keep the temporary files. Not to be routinely used.
-f, --forceforces execution, even if (temporary) result files are already existing
-v, --verboseincreases verboseness (both at console and in the log file)
-nv, --no-verboseno verboseness
-d, --debugincreases debug information (in the log file)
-nd, --no-debugno debug information
-pp, --print-paramprint parameters in console and exit. A parameter file has to be provided (
-poption). Allows to check the parameters that will be used before any processing; it is also a means to have access to the whole parameter list.