LOAMRI / asltk

The Arterial Spin Labeling (ASL) toolkit offer a general imaging processing api for ASL MRI techniques.
https://asltk.readthedocs.io/en/main
MIT License
0 stars 0 forks source link

[Improvement] Scripts with better usage of Argparse standards (input parameters) #3

Closed acsenrafilho closed 1 month ago

acsenrafilho commented 1 month ago

What is the purpose here

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.

acsenrafilho commented 1 month ago

Based on: https://stackoverflow.com/questions/24180527/argparse-required-arguments-listed-under-optional-arguments

acsenrafilho commented 1 month ago

Task given in commit