i like this post (click again to cancel)
1
i dont like this post (click again to cancel) remove favorite mark from this question (click again to restore mark)

Hi, In want to do a shearing transform of 2Q-1Q correlation spectra into a 1Q-1Q type projection. This is possible in NMRpipe using the macro shear.M, and it technically works fine.

The macro is as follows:

shift = slope*(yLoc - offset);

p0 = 0.0; p1 = -360.0*shift;

(void) hilbert( rdata, idata, size );
(void) ift( rdata, idata, size );
(void) phase( rdata, idata, size, p0, p1 );
(void) fft( rdata, idata, size );


Now the "slope" and "offset" are the input. I think the slope value to be input should include somehow also the dwell time in the indirect dimension. However, i cannot figure out which units i should use for time...

Perhaps some of you have experience, could you please guide me therough the process...

Thanks in advance..

asked Nov 23 '10 at 09:30

Santy's gravatar image

Santy
11

updated Jan 05 '11 at 10:18

Evgeny%20Fadeev's gravatar image

Evgeny Fadeev
5771

Be the first one to answer this question!
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a good answer, for discussions, please use comments and please do remember to vote (login to vote)
toggle preview

powered by CNPROG