-
Notifications
You must be signed in to change notification settings - Fork 60
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
Working synb0 wrapper in scilpy #734
Conversation
Build passed ! Good Job 🍻 ! |
Build Failed 💥 |
Build Failed 💥 |
The test requires tensorflow, should I just delete the test or we turn it off? |
Could the test run conditionally to having Tensorflow installed ? https://stackoverflow.com/questions/36377625/how-to-conditionally-skip-a-test-in-python Maybe the import error is too early and would prevent this to work ... |
Build passed ! Good Job 🍻 ! |
Build passed ! Good Job 🍻 ! |
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.
Need some testing before moving forward. Overall synthesize_b0 works well but still needs to be tested with topup.
Hello @frheault, Thank you for updating !
Comment last updated at 2024-02-21 21:13:53 UTC |
Build passed ! Good Job 🍻 ! |
Build passed ! Good Job 🍻 ! |
Build Failed 💥 |
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.
A few minor comments. Hard for me to test on my mac. Don't want to fight with tensorflow...
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.
Once the minor comments are done. All good
Build passed ! Good Job 🍻 ! |
Build passed ! Good Job 🍻 ! |
Build passed ! Good Job 🍻 ! |
The template here looks better: https://github.com/MASILab/Synb0-DISCO/blob/master/atlases/mni_icbm152_t1_tal_nlin_asym_09c_mask_2_5.nii.gz |
I will fix the function and make sure the data inside the repo is reuploaded correctly, thank you ! |
Build passed ! Good Job 🍻 ! |
Build passed ! Good Job 🍻 ! |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #734 +/- ##
==========================================
- Coverage 68.50% 68.25% -0.25%
==========================================
Files 387 388 +1
Lines 20867 20950 +83
Branches 3214 3216 +2
==========================================
+ Hits 14294 14300 +6
- Misses 5285 5363 +78
+ Partials 1288 1287 -1
|
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.
A couple of comments, almost GTG
Quick description
Please include a summary of the changes and the related issue(s) or improvement(s).
Please also include relevant motivation and context. List any dependencies that are required for this change if needed.
By providing a skull strip t1w and b0, this generate a perfect b0 without distortion which can be fed to topup (saying it has infinite bandwitdh) to trick topup into fixing the diffusion without a rev_b0.
Useful when no rev_b0 is available. Could help to simplify Tractoflow?
https://pubmed.ncbi.nlm.nih.gov/31075422/
...
Type of change
Check the relevant options.
Provide data, screenshots, command line to test (if relevant)
...
Checklist