diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
commit | fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch) | |
tree | bdda434976bc09c864f2e4fa6f16ba1952b1e555 /pkg/utilities/nttools/gtedit.par | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'pkg/utilities/nttools/gtedit.par')
-rw-r--r-- | pkg/utilities/nttools/gtedit.par | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/pkg/utilities/nttools/gtedit.par b/pkg/utilities/nttools/gtedit.par new file mode 100644 index 00000000..6455ec5d --- /dev/null +++ b/pkg/utilities/nttools/gtedit.par @@ -0,0 +1,11 @@ +input,s,a,,,,"Name of the input table" +xcolumn,s,a,,,,"Name of column in input to use as X axis" +ycolumn,s,a,,,,"Name of column in input to use as Y axis" +device,s,h,"stdgraph",,,output device +commands,*gcur,h,"",,,graphics commands +inplace,b,h,no,,,"Edit the table in place?" +output,s,h,"",,,"Name of output table to contain edited output" +reject,s,h,"",,,"Name of output table for deleted entries" +columns,s,h,"",,,"Columns to edit in text mode" +insert,b,h,yes,,,"Begin editing in insert mode (text mode)" +gtpar,pset,h,,,,"Plot attributes" |