-
Notifications
You must be signed in to change notification settings - Fork 95
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
[REF] Reorganize fit_decay #468
Conversation
NOTE: Now I know why the maps were different! In this refactor, I’m cropping values in T2* limited and T2* full after masking, while before we did it before. So any voxel with an adaptive mask value of 1 has a value of 0 in the old T2* limited, but 1 in the new.
Codecov Report
@@ Coverage Diff @@
## master #468 +/- ##
==========================================
- Coverage 82.22% 81.74% -0.49%
==========================================
Files 39 39
Lines 2594 2629 +35
==========================================
+ Hits 2133 2149 +16
- Misses 461 480 +19
Continue to review full report at Codecov.
|
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.
I think this looks great - definitely gets cleaner, and should make it much easier to add new methods in the future - though at the moment I'm just thinking about the biexponential.
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.
I think it is good to merge. No other issues jumping out to me
Closes #440 and closes #439.
Changes proposed in this pull request:
decay.fit_decay
intofit_loglinear
andfit_monoexponential
.fit_decay
outputs.