Clean up the log
m-pilia opened this issue · 3 comments
This is a low priority issue, but I was thinking it would be good to make the log a bit more compact. One thing would be to remove unused slots (related: to use a dynamic structure instead of a pre-fixed-length array of slots in the registration software itself).
Also the per-level settings are quite redundant, but it is less trivial to make that print leaner I believe.
This is a good idea. I was thinking about only printing the contents of the parameter file to the log as Elastix do, but this won't print default variables. I guess if we do some proper versioning and print the commit id and such this shouldn't be a problem. Still nice to have everything though.
That could be useful. I am quite sure Elastix does not print default parameter values to the log either.
Yeah, they don't. Was thinking it could be nice for users to see what parameters were actually running though. But I guess the problem then is that they won't see anything anyway because it prints to much...