-
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
[ENH] Automatic reference/stacks ordering #34
Conversation
… order is specified.
@pdedumast After thinking more about the way to reorder scans I think the best way would be to create a new interface which will be inserted right after the DataGrabber. It will takes as input an ordered list of stacks |
…rameters. Update in srr" This reverts commit 77dfa6e.
@sebastientourbier after performing multiple tests (as you can partially see), I understaood that the different interfaces indeed mess up the order of the stacks between inputs and outputs. I will add a quick sorting of the inputs of each module, as it is done here. Apart from that, we mentioned that all retrieved stacks by the DataGrabber are preprocessed even though they are not used in the reconstruction. They are even involved in the histogram normalization which does influence the reconstruction... |
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.
@pdedumast Had time to review your PR and check CircleCI. Very nice work 👏
I just let a few comments for typos that should be corrected and then, I guess you are all good to merge 👍
@pdedumast I just merged PR #47 that integrates the script wrapping call to the Docker command with updated doc. I also managed to solve:
Note |
@sebastientourbier seems like our milestone for pymialsrtk v2.0.0 is ready! ;) |
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.
Seems all good to me!
Very nice work @pdedumast !
I like the refactoring and the way you output the json file for Super-Resolution. Indeed they might a space in BIDS to add this specification when it gonna get refined by practice.
You can merge 🥳
Then, I would take of making the release 👍 |
No description provided.