diff options
Diffstat (limited to 'pkg/utilities/nttools/trebin.par')
-rw-r--r-- | pkg/utilities/nttools/trebin.par | 14 |
1 files changed, 14 insertions, 0 deletions
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",,, |