You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @c42f , I would like to implement phase correction for us to use water suppressed data (non-eddy corrected).
I saw there are some methods to estimate zero and first order phase parameters in suspect (See here), also in NMRGlue (see here). What is your recommended way to do this?
Based on my understanding after we got the phi0 and phi1, we're adding those and multiplying the spectrum by that, i.e. spec_corrected = spec * (phi0 + phi1)?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi @c42f , I would like to implement phase correction for us to use water suppressed data (non-eddy corrected).
I saw there are some methods to estimate zero and first order phase parameters in suspect (See here), also in NMRGlue (see here). What is your recommended way to do this?
Based on my understanding after we got the
phi0
andphi1
, we're adding those and multiplying the spectrum by that, i.e.spec_corrected = spec * (phi0 + phi1)
?Thanks!
The text was updated successfully, but these errors were encountered: