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 /pkg/utilities/nttools/tmatch.par | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'pkg/utilities/nttools/tmatch.par')
-rw-r--r-- | pkg/utilities/nttools/tmatch.par | 18 |
1 files changed, 18 insertions, 0 deletions
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? + + + + + |