[Question from NMRWiki Q&A forum] How to do a Shearing Transform in nmrPipe?
How to do a Shearing Transform in nmrPipe?
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;