Bcall - baseline correction macro for Varian (multi-fid)

From NMR Wiki

Revision as of 20:38, 15 January 2010 by Evgeny Fadeev (Talk | contribs)
Jump to: navigation, search

This macro in Varian, Inc. MAGICAL language will baseline-correct multi-fid data with a common set of reset points.

Usage:

  • create file bcall in vnmrsys/maclib directory, with the content shown below
  • load your multi-fid experiment into vnmr of VnmrJ software
  • transform data with wft command
  • set integral reset points
  • type bcall
$count=0
repeat
        $count = $count + 1
        ds($count) bc
until $count = arraydim
Personal tools