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

From NMR Wiki

(Difference between revisions)
Jump to: navigation, search
Line 17: Line 17:
[[Category:Scripts]]
[[Category:Scripts]]
[[Category:Magical]]
[[Category:Magical]]
 +
[[Category:Varian]]

Revision as of 20:38, 15 January 2010

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