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

From NMR Wiki

(Difference between revisions)
Jump to: navigation, search
Line 5: Line 5:
*load your multi-fid experiment into [[vnmr]] of [[VnmrJ]] software
*load your multi-fid experiment into [[vnmr]] of [[VnmrJ]] software
*transform data with '''[[wft]]''' command
*transform data with '''[[wft]]''' command
-
*[[Integrating spectra in vnmr|Set integral reset points]]
+
*[[Integrating spectra in vnmr|set integral reset points]]
*type '''bcall'''
*type '''bcall'''
<source lang="text">
<source lang="text">

Revision as of 17:57, 8 May 2009

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