jamesavery / maxibone

SRμCT Bone tomography analysis
0 stars 0 forks source link

Move to argparse #33

Closed carljohnsen closed 2 weeks ago

carljohnsen commented 1 year ago

29 and #32 both revolve around flags that ALL of the processing steps must have. Rather than extending commandline_args with a complex if tree, we could move to something like argparse, where all of the default arguments are always built for all of the programs that use commandline arguments.

carljohnsen commented 2 weeks ago

This has been done.