proj3D.tcl -in ft/test%03d.datin the main script proc.sh .
-xLAB H1 -yLAB C13 -zLAB N15 \proj3D.tcl uses the labels to make file names, thus please do not use symbols that cannot be used in file name, e.g. C=O.
--
--
You received this message because you are subscribed to the Google Groups "mddnmr" group.
To post to this group, send email to mdd...@googlegroups.com rom your registered email address.
To unsubscribe from this group, send email to mddnmr-un...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/mddnmr
---
You received this message because you are subscribed to the Google Groups "mddnmr" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mddnmr+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Reading Projection: H/C=O
Reading Projection: H/N
Reading Projection: C=O/N
Writing Projection: H.C=O.dat
Writing Projection: H.N.dat
Writing Projection: C=O.N.dat
I guess that's why I didn't get those files
Cheers,,
Sam
Hi Samantha,
proj3D.tcl -in ft/test%03d.dat
dyld: Library not loaded: /usr/local/nmr/lib/libtk8.4.dylib
Referenced from: /Applications/nmrpipe/nmrbin.mac/nmrWish
Reason: image not found
Hi Vladislav,
Sorry for the confusion. I tried to process the data in other computer (Linux), just to check whether my actual data is OK. So when I run the data in linux, the program produces 4 files. So, I compared between the linux's log and my mac log and found the missing lines.
I didn't change the label in Linux, that's why the label still C=O, etc
Anyway, I run the nmrPipe command and I got these :[Samanthas-MacBook-Pro:NMR Q1/20160707_Q1/2.proc] Kuroyama% showhdr ft/test001.dat
FILE: ft/test001.dat DIM: 3 QUAD: Real 2DMODE: States Not Transposed
BYTES: 207872 PRED: 207872 MIN: 0 MAX: 0 VALID: 0
ORDER: 2 1 3 PIPE: 0 CUBE: 0 FILES: 64 804x64x1 2D Series
X-Axis Y-Axis Z-Axis
DATA SIZE: 804 64 64
APOD SIZE: 402 24 32
SW Hz: 3774.789795 1609.787964 2107.926025
OBS MHz: 800.130005 201.192993 81.075996
ORIG Hz: 4800.609375 33926.050781 8668.690430
DOMAIN: Freq Freq Freq
MODE: Real Real Real
NAME: H1 C13 N15
[Samanthas-MacBook-Pro:NMR Q1/20160707_Q1/2.proc] Kuroyama% showhdr 2.ft3
FILE: 2.ft3 DIM: 3 QUAD: Real 2DMODE: States Not Transposed
BYTES: 13174784 PRED: 13174784 MIN: 0 MAX: 0 VALID: 0
ORDER: 2 1 3 PIPE: 1 CUBE: 0 FILES: 1 804x64x64x1 3D Stream
X-Axis Y-Axis Z-Axis
DATA SIZE: 804 64 64
APOD SIZE: 402 24 32
SW Hz: 3774.789795 1609.787964 2107.926025
OBS MHz: 800.130005 201.192993 81.075996
ORIG Hz: 4800.609375 33926.050781 8668.690430
DOMAIN: Freq Freq Freq
MODE: Real Real Real
NAME: H1 C13 N15
I think the label changed successfully. But when I run proj3D.tcl -in ft/test%03d.dat. I got error:
[Samanthas-MacBook-Pro:NMR Q1/20160707_Q1/2.proc] Kuroyama% proj3D.tcl -in ft/test%03d.dat
dyld: Library not loaded: /usr/local/nmr/lib/libtk8.4.dylib
Referenced from: /Applications/nmrpipe/nmrbin.mac/nmrWish
Reason: image not found
Trace/BPT trap
Do you know how to get these libraries?
Cheers,
Sam
On Wed, Jul 13, 2016 at 10:49 PM, Vladislav Orekhov <vl.or...@gmail.com> wrote:
Hi,
I am a bit confused. The file qMDD.txt that you sent me looks as OK fidSP.com . On the other hand, lines like
Reading Projection: H/C=OIndicate that you have a label "C=O" , which is not allowed.
Writing Projection: H.C=O.dat
Could you run command
proj3D.tcl -in ft/test%03d.datin terminal window in the directory *.proc ?
I assume you have files ft/test???.dat and fidname.ft3. You can see actual labels by running nmrPipe command
showhdr ft/test001.dat
showhdr fidname.ft3
/Vladislav