NUTSMACRO Magnitude HETCOR processing ;import data before starting macro ;macro prompts for name of data set ; select translated NUTS data file (starts with $) ask FileA ga ;working directory is now set ; 5 Hz linebroadening in 1st dimension set LB 5 ;macro uses default names for data saved ;at intermediate stages ;FileA is input file at each step and ;fileC is the output. File names are ;reset after each step. set filec ft1.2d ;link to process in 1st dimension set sl 1 ga bc em ft bc sc in ;reset file names set filea ft1.2d set filec td.2d ;transpose data set sl 1 td ;reset file names set filea td.2d set filec ft2.2d ;link to process in 2nd dimension ;uses sine window function and includes ;spectrum reverse command set sl 1 ga ms ft sr mc bc sc in ;file name for final processed data set filea ft2.2d ga set sl 1 ss end