Dear Bruce,
Recently, I collected some 2D N15 TROSY HSQC spectra by nonuniform sampling (NUS). I processed the data using NMRpipe IST model and the spectrum is displayed normal by nmrDraw. Then I use the following script to convert the spectrum into NMRviewJ:
#!/bin/csh
nmrPipe -in exact.ft2 -verb \
| pipe2xyz -out nustest.nv -nv
The script is the one I always used and never have any problem.
When I used NMRviewJ (9.2.0-b2), the spectrum can be displayed, but contour level shown in Attributes panel is 0.000. When I adjust the bar, I can change the contour level, but the number is still 0. Also, when I tried to overlay the spectrum with the other spectrum that was collected uniform sampling, the NUS spectrum disappears. Could you tell me what could cause the problem?
Thanks!
Jun