*******************************************************************************
iuplcosy - The IU
version of plcosy - plot COSY / NOESY type spectra automatically (macro)
*******************************************************************************
Syntax: iuplcosy<(levels<,spacing<,exp1D>>)>
iuplcosy<(levels<,spacing<,exp1D<,horiz. scale<,vert.
scale>>>>)>
iuplcosy('pos'<,levels<,spacing<,exp1D>>>)
iuplcosy('neg'<,levels<,spacing<,exp1D>>>)
Description:
"iuplcosy" automatically plots 2D spectra of type cosy / noesy
(homonuclear correlated spectra). Features:
- it keeps the orientation (f1, f2) of the
spectrum on the
- the plot area is optimized for the printer selected
- number of contour levels and their spacing can be selected
- negative or positive contours can be suppressed
- 1D traces can be plotted along both axes;
- it also works correctly for expansions
- the 1D traces can be suppressed, which allows using
- the 1D spectrum can be in any experiment
- the 1D
spectrum can be scaled
- with phase-sensitive spectra, if 'pos' or 'neg' are not
In multi-experiment mode, for the first plot the experiment
Arguments:
'pos' - only plot positive contours
'neg' - only plot negative contours
levels - the number of contour levels. Default: 12
spacing - the spacing between the contours. Default: 1.4
exp1D - the experiment in which the proton 1D spectrum
horiz. scale - the scaling factor for the horizontal 1D spectrum
vert. scale - the scaling factor for the vertical 1D spectrum
Examples:
iuplcosy
iuplcosy(12,1.5)
iuplcosy('pos',16,2,3)
iuplcosy('neg',8,1.4,3,5,2)
| | | | | |_Vertical scale
| | | | |_Horizontal scale
| | | |_Exp. # for 1D spectrum
| | |_Contour spacing
| |_Number of contours
|_Positive or negative integrals
Usage: A typical sequence of actions for acquiring and plotting a
- acquire a proton spectrum in exp1
- enter the text and reference the spectrum NOW (before moving the fid to an other experiment)
- mf(4) jexp4 wft ... movesw
- call the macro for the 2D experiment (e.g. "cosy") and acquire the 2D spectrum
- process the 2D spectrum
- for plotting with traces type "iuplcosy" (the defaults fit).
- for expansions select the expansion within "dconi" and type "iuplcosy" again.