description: Creates an SDDS data set by evaluating an rpn expression over a defined 2
dimensional grid. This data set may be plotted using sddscontour.
examples:
sddscongen example.sdds -xRange=-1,1,101 -yRange=-1,1,101
-zEquation="x x * y y * + 4 * pi * sin"
sddscontour example.sdds -shade example.sdds -equalAspect
xRange=lower,upper,nPoints, yRange=lower,upper,nPoints — Specifies the 2
dimensional grid over which data is generated. x is the horizontal variable and y the
vertical.
-zEquation=rpnExpression — Specifies the rpn expression that is evaluated at each
point of the grid.
-rpnCommand=rpnExpression — Specifies the name of a file containing rpn input. The
named file is read before any other operations are performed.
-rpnDefinitions=rpn-defnsFile — Specifies a string to submit to rpn prior to
beginning evaluation of the equation on the grid.