The structure of the cbf.py and te_asl.py scripts can be improved to use a more user-readable format.
It must maintain the use of Argparse module, just adjusting the input parameters in a way to be easier to run and read the script
Other improvements in outputting information (using the --verbose option) is also welcome.
What is the purpose here
The structure of the
cbf.py
andte_asl.py
scripts can be improved to use a more user-readable format. It must maintain the use ofArgparse
module, just adjusting the input parameters in a way to be easier to run and read the scriptOther improvements in outputting information (using the
--verbose
option) is also welcome.