-
Notifications
You must be signed in to change notification settings - Fork 161
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
[FIX] reorganize anat filename templates #1419
Conversation
… mask and add file collection list in qMRI
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## master #1419 +/- ##
==========================================
+ Coverage 88.65% 88.88% +0.23%
==========================================
Files 11 11
Lines 1084 1080 -4
==========================================
- Hits 961 960 -1
+ Misses 123 120 -3
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
@sappelhoff I labelled this as a fix but I am 100% sure this is accurate because the schema was correct but it was our rendering of it that created some ambiguity. Hence not sure if this should actually go in the changelog. |
thanks! I think it should go into the changelog, because what users mostly see is what we render. |
good with me. |
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 like the overall change, but I have some suggestions to make it flow more nicely.
will have a closer look but it seems that I was being too conservative in my changes and that your suggestions really improve things. |
Co-authored-by: Taylor Salo <[email protected]>
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.
The changes look good to me. Thanks!
anat section beforeanat section after |
@effigies let me know if you need something else. |
Overall looks good, but I think I prefer the filename template to come before the suffix list. Other modalities continue to follow this convention, so I think it would make more sense to keep that as-is for now. A global reordering could be proposed separately (though I would vote against it). |
good point |
This is done. |
it's been 5 days so I will merge this |
fixes #1418