NAME
     nmrWish - Tcl/Tk Window Shell for Spectral Analysis


DESCRIPTION
     drawROI: Draw a Region of  Interest  (ROI).   Arguments  for
     Displaying a Region of Interest (ROI):
       -roi roiID       ID Number of ROI to Draw;
                        Default is Current ROI.
      Contour Parameters:
       -plev     [10] Positive Contour Count.
       -nlev     [10] Negative Contour Count.
       -mult    [1.3] Contour Level Factor.
       -hi     [Full] First Contour Height;
                      Use a Number, or a Keyword:
                       Full   = Full Dynamic Range.
                       Auto   = Use Auto Noise Estimate.
                       Freeze = Use Previous Height Value.
      Display Modes:
       -cont          Draw Contour Display.
       -pix           Draw PixMap Display.
       -dot           Draw Dot Display.
       -stack         Stack Plot Display.
       -scat          ROI vs ROI Scatter Plot Display;
                      Requires -roi2 option.
      Stack Plot Parameters:
       -fill [0.8]      Width fraction of 1D plots.
       -rise [0.5]      Height fraction of 1D plots.
       -inc  [1]        1D Index Increment.
       -yAux yMin yMax  Graphics limits for Stack Height.
      Scatter Plot Parameters:
       -roi1 roiID1     ID Number of ROI 1 for Plot;
                        Same as -roi option.
       -roi2 roiID2     ID Number of ROI 2 for Plot;
      1D Drawing and Orientation:
       -top             Horizontal 1D.
       -bottom          Horizontal 1D.
       -left            Vertical 1D.
       -right           Vertical 1D.
       -zero            Draw Zero Line.
      Axis Drawing:
       -axis axList [None]   Full-Axis Keyword List:
                             Left Right Bottom Top None
       -tic  axList [None]   Center-Tic Axis Keyword List:
                             Left Right Bottom Top None
       -xGrid                Draw Grid for X-Axis.
       -yGrid                Draw Grid for X-Axis.
      Axis Parameters:
        units=                Axis units keyword (PPM, etc).
        orig=                 Axis origin value.
        end=                  Axis endpoint value.
        step=                 Axis step value.
        tic=                  Axis tic count.
        fmt=                  Axis print format (%f etc).
        lab=                  Axis label.
      Graphics Size and Justification:
       -xOff xOff  [0.0]  Additional X Offset;
                          Default Unit is Character Size.
       -yOff yOff  [0.0]  Additional Y Offset;
                          Default Unit is Character Size.
       -thick             Use thick line width.
       -thin              Use thin line width.
       -big               Use larger Font Size.
       -small             Use smaller Font Size.
      Graphics Coords In Terms of ROI Spectral Location:
       -roiX   roiXID     ROI ID for Graphic X Coord.
       -roiY   roiYID     ROI ID for Graphic Y Coord.
       -roiRef roiID      Sets Both -roiX and -roiY.
      Graphics Coords In Terms of Existing Cell:
       -cellX  cellXID   Cell ID for Graphic X Coord.
       -cellY  cellYID   Cell ID for Graphic Y Coord.
       -cell   cellID    Sets Both -cellX and -cellY.
      Bounding Box:
       -box                   Draw Bounding Box.
       -nobox                 No Bounding Box.   Line  Thickness,
     in Printer Points:
      -lw1        lw1    [0.1]        Thin linewidth (grids).
      -lw2        lw2    [1.0]        Thick linewidth (boxes).
      -lwPlus     lwp    [0.1]        Positive contour width.
      -lwMinus    lwm    [1.0]        Negative contour width.
      Color and Overlay Options:
       -fg     fgClr [yellow]  Foreground Color Name.
       -bg     bgClr [none]    Background Color Name.
       -mask   mVal  [-1]      Plane Mask; -1=All Planes.
       -x11GX  xID   [copy]    X11 Draw Mode ID/Keyword.
      ROI Drawing Color Parameters:
       -color1 pClr  [Multi]   Color for Positive Levels.
       -color2 nClr  [Multi]   Color for Negative Levels.
       -colorA aClr  [yellow]  Color for Axis Drawing.
       -colorG gClr  [dimGray] Color for Grid Drawing.
       -plane        [0]       Overlay Plane  to  Use.   Positive
     Level HSV Color Vector:
      -pHue1 hue         [0.5] First Hue [0-1].
      -pHue2 hue         [0.7] Last Hue  [0-1].
      -pSat1 saturation  [0.8] First Saturation [0-1].
      -pSat2 saturation  [1.0] Last Saturation  [0-1].
      -pVal1 value       [1.0] First Value [0-1].
      -pVal2 value       [1.0] Last Value  [0-1].  Negative Level
     HSV Color Vector:
      -nHue1 hue         [0.5] First Hue [0-1].
      -nHue2 hue         [0.7] Last Hue  [0-1].
      -nSat1 saturation  [0.8] First Saturation [0-1].
      -nSat2 saturation  [1.0] Last Saturation  [0-1].
      -nVal1 value       [1.0] First Value [0-1].
      -nVal2 value       [1.0] Last Value  [0-1].  Arguments  for
     Report Generation:
       -noverb            Verbose Mode Off.
       -verb              Verbose Mode On.