Skip to content
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

Generate interleaved DWI synthetic data #2678

Closed
valosekj opened this issue Apr 28, 2020 · 2 comments · Fixed by #2684
Closed

Generate interleaved DWI synthetic data #2678

valosekj opened this issue Apr 28, 2020 · 2 comments · Fixed by #2684

Comments

@valosekj
Copy link
Member

valosekj commented Apr 28, 2020

We discussed that having of synthetic DWI data would be nice for performance testing of sct_dmri_moco with -interleaved option.

Possible solution:

  • take some existing DWI data acquired by NON-interleaved acquisition (e.g. here)?
  • apply random TxTy slicewise shift with regularization on every DWI volume to simulate interleaved acquisition
@jcohenadad
Copy link
Member

jcohenadad commented Apr 28, 2020

I would go with pure synthetic dataset. E.g., create a multiple volumes with dummy segmentation (code here). This segmentation would be slightly modified (by modifying scalars to polynomial function defining the centerline) factor changed) across volumes, as to simulate non-linear motion (slicewise regularized thanks to the polynomial function). Having the ground truth, it is possible to assess the quality of registration.

Updated 2020-04-28 16:04:04: Actually, we would need to update dummy_segmentation() with the code here to allow polynomial function.

@valosekj
Copy link
Member Author

Thanks for feedback. I am digging into it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants