From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- pkg/utilities/nttools/tmatch.par | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 pkg/utilities/nttools/tmatch.par (limited to 'pkg/utilities/nttools/tmatch.par') diff --git a/pkg/utilities/nttools/tmatch.par b/pkg/utilities/nttools/tmatch.par new file mode 100644 index 00000000..5cbb516f --- /dev/null +++ b/pkg/utilities/nttools/tmatch.par @@ -0,0 +1,18 @@ +input1,s,a,,,,First input table +input2,s,a,,,,Second input table +output,s,a,,,,Output table +match1,s,a,,,,Columns to match in first table +match2,s,a,,,,Columns to match in second table +maxnorm,r,a,,0.0,,Maximum distance for allowed match +incol1,s,h," ",,,Columns copied to output from first table +incol2,s,h," ",,,Columns copied to output from second table +factor,s,h," ",,,Weighting factors used in computing distance +diagfile,s,h," ",,,Diagnostic output file +nmcol1,s,h," ",,,ID columns in diagnostic output from first table +nmcol2,s,h," ",,,ID columns in diagnostic output from second table +sphere,b,h,no,,,Apply spherical correction? + + + + + -- cgit