brudfors / UniRes

Model-based super-resolution of medical images in PyTorch.
MIT License
75 stars 12 forks source link

Deal with cross-talk? #1

Closed brudfors closed 4 years ago

brudfors commented 4 years ago

Cross-talk (http://www.mri-q.com/cross-talk.html) seems to be an issue sometimes. I need to come up with a way of dealing with this issue. First attempt will involve a slice-wise scaling: x = exp(s) Ay for odd slices and x = exp(-s) Ay for even slices.