diff options
author | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
commit | 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch) | |
tree | 4464880c571602d54f6ae114729bf62a89518057 /noao/lib/scr/igsfit.key | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'noao/lib/scr/igsfit.key')
-rw-r--r-- | noao/lib/scr/igsfit.key | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/noao/lib/scr/igsfit.key b/noao/lib/scr/igsfit.key new file mode 100644 index 00000000..e04357d6 --- /dev/null +++ b/noao/lib/scr/igsfit.key @@ -0,0 +1,29 @@ + INTERACTIVE SURFACE FITTING + +? List commands +c Print data values for point nearest the cursor +d Delete the point or set of points with constant x, y, or z + nearest the cursor (p, x, y, z,) +f Fit surface +l Graph the last set of points (in zoom mode) +n Graph the next set of points (in zoom mode) +p Graph all features +q Quit +r Redraw a graph +u Undelete the point or set of points with constant x, y, or z + nearest the cursor (p, x, y, z,) +w Window the graph. Type '?' to the "window:" prompt for more help. +x Select data for the x axis (x, y, z, s, r) +y Select data for the y axis (x, y, z, s, r) +z Zoom on the set of points with constant x, y, or z (x, y, z) + Unzoom with p +I Interrupt task immediately + +:corners List the surface fit at the corners of the image +:function type Set the function for the fitted surface (chebyshev, legendre) +:show Show the fitting parameters +:xorder value Set the x order for the fitted surface +:yorder value Set the y order for the fitted surface + +:/help Additional graph formatting commands +:.help Additional general graph commands |