Gcosy.c

From NMR Wiki

Revision as of 23:56, 18 February 2009 by Evgeny Fadeev (Talk | contribs)
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search

nmrPipe processing script

Conversion script

  1. !/bin/csh

var2pipe -in ./fid -noaswap \

 -xN             12000  -yN              1024  \
 -xT              6000  -yT              1024  \
 -xMODE        Complex  -yMODE          Real \
 -xSW         5999.700  -ySW         5999.700  \
 -xOBS         499.949  -yOBS         499.949  \
 -xCAR           4.725  -yCAR           4.725  \
 -xLAB              H1  -yLAB              H1  \
 -ndim               2  -aq2D          Magnitude \
 -out ./test.fid -verb -ov

Personal tools