/* AU for processing phase-sensitive NOAH H-H NOESY correlation experiments */
/***************************************************************/
/*      noah_noesy - process phase-sensitive NOAH NOESY data   */
/*      18.04.2017                                             */
/***************************************************************/
/*      Short Description :                                     */
/*      AU program for processing phase-sensitive NOAH H-H NOESY          */ 
/*      correlation experiments.                                            */
/****************************************************************/
/*      Keywords :                                              */
/*      NOAH, noah_noesy, automation                                             */
/****************************************************************/
/*      Description/Usage : noah_noesy used in splitx_au for    */ 
/*      processing phase-sensitive NOAH H-H NOESY spectra.      */
/****************************************************************/
/*      Author(s) :                                             */
/*      Name            : Eriks Kupce                           */
/*      Organisation    : Bruker BioSpin                        */
/*      Email           : eriks.kupce@bruker.com                */
/****************************************************************/
/*      Name            Date    Modification:                   */
/*      eku             170418  created                         */
/****************************************************************/

XCMD ("2 WDW QSINE")
XCMD ("1 WDW QSINE")
XCMD ("1 SSB 2")
XCMD ("2 SSB 2")
XCMD ("2 PH_mod pk")
XCMD ("1 PH_mod pk")
XAU ("fixF1", "")
XCMD ("proc_noah")  // XFB
XCMD ("abs1")
XCMD ("sendgui apk2d")
XCMD ("1 SR 0")
XCMD ("2 NLEV 20")
XCMD ("sendgui levcalc")
QUIT