Previous: sddscombine
Up: Manual Pages
Next: sddscontour
Previous Page: sddscombine
Next Page: sddscontour
- name:
sddscongen
- description:
Creates a SDDS data set by evaluating a rpn expression over a defined 2 dimensional
grid. This data set may be plotted using sddscontour.
- synopsis:
sddscongen outputfile
-x_range= lower, upper, n-points -y_range= lower, upper, n-points
-z_equation= rpn-expression [-rpn_command= rpn-expression] [-rpn_definitions= rpn-defns-file]
- options:
- x_range, y_range - Specifies the 2 dimensional grid over which data is generated.
x is the horizontal variable and y the vertical.
- z_equation - Specifies the rpn expression that is evaluated at each point of the grid.
- rpn_definitions - Specifies the name of a file containing rpn input. The named file
is read before any other operations are performed.
- rpn_command - Specifies a string to submit to rpn prior to beginning evaluation of the
equation on the grid.
- see also: