Hello everyone I am using NMRPipe to simulate 3D, noise-free NOESY spectra (13C or 15N resolved) from peak lists, but I have encountered some problems. 1) Peaks may spread over the entire z-dimension, even though I set a low linebroadening value. 2) Peaks are not fully symmetrical, and they have a "ragged" appearance along the heavy atom-dimension. I would greatly appreciate your help, either with NMRPipe or through pointing me to another good tool I can use for spectra simulation. Thank you very much in advance. This is the script I run to simulate the FID:
And this I use to process the time-domain signal to get the spectrum:
Here is a (much shortened) sample peak file:
asked Mar 14 '14 at 00:59 canavanin |
Hi, I wrote up a guide for myself to do this that works, although I've only done 2D simulated spectra, for example to look at an HSQC from protein assignments in the BMRB. I can post it if anyone wants it, keeping in mind that there are probably several ways to do this. One thing that jumps out at me right away is that you aren't telling NMRPipe what linewidths the peaks should have - your XW, YW, and ZW values are all zero, so simTimeND is needing to guess. Note that the values need to be in points. Try setting reasonable values for those and see if your results improve. Andrew answered Mar 18 '14 at 06:46 Andrew, thanks for your reply. I think I've found the problem and it actually had to do with the linewidths, as you suggested. I specify those in the 2nd script (the -lb parameter to the EM function), but they were too small for the number of points, so I got wiggles, hence the ragged-looking peaks. - canavanin (Mar 19 '14 at 05:17) |