Revision history [back]
click to hide/show revision 1
initial version

posted Nov 23 '09 at 09:31

hasancelik's gravatar image

hasancelik
48

I generally use the showASCII macro from nmrPipe package to print out the FID's in ascii format. Here is the basic script I use for it #!/bin/csh var2pipe -in *inputfidname* \ -noaswap \ -xN 2048 \ | nmrPipe -fn MAC -macro $NMRTXT/showASCII.M \ -verb -tty -noWr -outHdr -all -str outName *outputfilename* sleep 5
click to hide/show revision 2
fixed code formatting

posted Nov 23 '09 at 09:57

Evgeny%20Fadeev's gravatar image

Evgeny Fadeev
5771

I generally use the showASCII macro from nmrPipe package to print out the FID's in ascii format. Here is the basic script I use for it

#!/bin/csh
var2pipe -in inputfidname*inputfidname* \

 \

-noaswap \

\

-xN 2048 \

\

| nmrPipe -fn MAC -macro $NMRTXT/showASCII.M \ -verb -tty -noWr -outHdr -all -str outName outputfilename

*outputfilename*

sleep 5

5

powered by CNPROG