NordicMRspine / MRINavigator.jl

MIT License
2 stars 0 forks source link

Vertebral zones specific field correlation for more effective unwrap #55

Open Laura2305 opened 1 month ago

Laura2305 commented 1 month ago

I think we should add an optional input parameter defining the vertebral levels covered by the acquisition. We can use this to obtain the correlation between the respiratory trace and the field variations, instead of measuring it, as the measurement is often inaccurate. This only concerns the phase unwrap function.

alexjaffray commented 1 month ago

That is a good idea, both methods can probably coexist. Perhaps we should lay out the logic so that there is a possibility of choosing the most reliable method if both are provided.

Laura2305 commented 1 month ago

Yes, I agree. I have an idea of how to do it. I opened the issue as a reminder for when I have time :)