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/tjoin.par | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 pkg/utilities/nttools/tjoin.par (limited to 'pkg/utilities/nttools/tjoin.par') diff --git a/pkg/utilities/nttools/tjoin.par b/pkg/utilities/nttools/tjoin.par new file mode 100644 index 00000000..eb078f69 --- /dev/null +++ b/pkg/utilities/nttools/tjoin.par @@ -0,0 +1,9 @@ +intable1,f,a,,,,name of the first table to be joined +intable2,f,a,,,,name of the second table to be joined +outtable,s,a,,,,name of output table +column1,s,a,,,,name of columns to join in first table +column2,s,a,,,,name of columns to join in second table +extrarows,s,h,neither,neither|first|both,,add unmatched rows from which table? +tolerance,s,h,0.0,,,tolerance used in testing for equality +casesens,b,h,yes,,,Case sensitivity flag +mode,s,h,"a",,, -- cgit