Bcall - baseline correction macro for Varian (multi-fid)
From NMR Wiki
(Redirected from Bcall)
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 following content
$count=0 repeat $count = $count + 1 ds($count) bc until $count = arraydim
- load your multi-fid experiment into vnmr of VnmrJ software
- transform data with wft command
- set integral reset points
- type bcall
Categories: Scripts | Magical | Varian