Gcosy.c

From NMR Wiki

Revision as of 23:58, 18 February 2009 by Evgeny Fadeev (Talk | contribs)
Jump to: navigation, search

nmrPipe processing script

Example conversion script

#!/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

The key parts are that -yN is equal to -yT, -yMODE is 'Real' and -aq2D - 'Magnitude'

Personal tools