From 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Tue, 11 Aug 2015 16:51:37 -0400 Subject: Repatch (from linux) of OSX IRAF --- pkg/utilities/nttools/tmerge.par | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 pkg/utilities/nttools/tmerge.par (limited to 'pkg/utilities/nttools/tmerge.par') diff --git a/pkg/utilities/nttools/tmerge.par b/pkg/utilities/nttools/tmerge.par new file mode 100644 index 00000000..826e5e2c --- /dev/null +++ b/pkg/utilities/nttools/tmerge.par @@ -0,0 +1,9 @@ +# par file for the tmerge task +intable,s,a,"",,,"list of tables" +outtable,s,a,"",,,"name of output table" +option,s,a,"merge","merge|append",,"merge or append?" +allcols,b,h,yes,,,"columns from all input tables?" +tbltype,s,h,"default","row|column|text|default",,"type of output table" +allrows,i,h,100,1,,"number of rows to allocate" +extracol,i,h,0,0,,"number of extra columns to allocate" +mode,s,h,"al",,, -- cgit