#!/bin/csh

# This gNhsqc conversion script was created using AGNuS 2.0.

# Make the conversion directory if it does not exist (because var2pipe will not for 2D's) 
if (! -d ./pipe_conversion/ ) mkdir ./pipe_conversion/

var2pipe -in ./fid  \
  -xN        1024                  -yN        256               \
  -xT        512                  -yT        128                \
  -xMODE    Complex                -yMODE    Rance-Kay            \
  -xSW    8000            -ySW    1900                \
  -xOBS    599.6635073              -yOBS    60.7702464        \
  -xCAR    4.70629382268672        -yCAR    117.79322153681    \
  -xLAB        H1                  -yLAB        N15             \
  -ndim        2            -aq2D     States                    \
  -out ./pipe_conversion/N15_HSQC.fid  -verb  -ov    
