-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
360 refactor relaxometry #362
Conversation
Part 1: simplification and adjusting unit tests is COMPLETE TODO: consider adding back |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good – I've made a minor change to the filename. "config" is quite a loaded programming term in repos, normally indicates a file responsible for controlling parameters that you might want to adjust/not hard-code. Given the config.py
was just predominantly parameters for the relaxometry Task, I've just updated the filename to reflect that.
I was planning to move other parameters like ROI sizes and default/template values used in other tasks to the config file, but can still rename this file later if the move does happen. |
I have 4 more commits that ended up not being pushed, I apologise. Will open a new PR |
part 1: simplify existing functions and make them more explicit