Hello all, I am working with a varian spectrometer and did a 2D experiment with a 3D pulse sequence and I need help with the conversion as well as the processing script with NMRpipe. In slightly more detail, the pulse sequence is for a C1-N2-C3 correlation, assuming C1 being the first indirect dimension, C3 being the direct dimension. When I do a N2-C3 correlation, processing with NMR pipe was straighforward(the interface reads it correctly). However I did a C1-C3 correlation and this is my problem. And auto-read parametersresults in a 1D, and I tried manually entering the 2 other dimensions and my scripts looks as follows:
Upon running this script though there is an error and the following is the output (note the error at the end)
Does anyone have experience with this and knows the solution for this? If yes, could you please share it here. Thanks in advance. PBjang asked Jul 16 '13 at 03:36 PBjang |
I am not an expert...since the mode is complex for N15 too, shouldn't yN be 2? (I know it is 2D..but just for the sake of a logical header).. I may be wrong answered Jul 16 '13 at 07:57 nmr2rmn |
Hi thanks for the reply. Just found the answer. This is somewhat similar to relaxation-weighted experiments. I had to do the following steps in order to solve this problem.
My conversion script then looks like this
and its all fine. thanks Santhosh answered Jul 17 '13 at 01:39 PBjang |