jamesavery / maxibone

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

Ensure that all scripts carry the verbose argument #29

Open carljohnsen opened 1 year ago

carljohnsen commented 1 year ago

The idea is that all scripts should guard their print statements with the verbose flags. We propose the following verbosity levels:

Level Description
0 No output (aside from errors of course)
1 Default output. Should be used for general feedback / progress.
2+ Debug / specific output. For example one flag could be for GPU specific debug messages.