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/trebin.par | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 pkg/utilities/nttools/trebin.par (limited to 'pkg/utilities/nttools/trebin.par') diff --git a/pkg/utilities/nttools/trebin.par b/pkg/utilities/nttools/trebin.par new file mode 100644 index 00000000..d2f08d2c --- /dev/null +++ b/pkg/utilities/nttools/trebin.par @@ -0,0 +1,14 @@ +intable,s,a,"",,,"input tables" +outtable,s,a,"",,,"output tables or directory" +column,s,a,"",,,"name of independent variable column" +start,r,a,,,,"first output value of independent variable" +end,r,a,,,,"last value of independent variable" +step,r,a,,,,"increment in independent variable" +xtable,s,h,"",,,"tables of indep var values for output" +function,s,h,"linear","nearest|linear|poly3|spline",,"interpolation function" +extrapolate,b,h,no,,,"extrapolate if out of bounds?" +value,r,h,INDEF,,,"value to use if out of bounds" +padvalue,r,h,INDEF,,,"value to ignore at end of indep var array" +verbose,b,h,yes,,,"print operations performed?" +Version,s,h,"4May2000",,,"date of installation" +mode,s,h,"al",,, -- cgit