diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
commit | fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch) | |
tree | bdda434976bc09c864f2e4fa6f16ba1952b1e555 /pkg/utilities/nttools/tlinear.par | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'pkg/utilities/nttools/tlinear.par')
-rw-r--r-- | pkg/utilities/nttools/tlinear.par | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/pkg/utilities/nttools/tlinear.par b/pkg/utilities/nttools/tlinear.par new file mode 100644 index 00000000..b05d2843 --- /dev/null +++ b/pkg/utilities/nttools/tlinear.par @@ -0,0 +1,10 @@ +intable,s,a,"",,,"input tables" +outtable,s,a,"STDOUT",,,"output tables or STDOUT" +xcol,s,a,"",,,"x column in input tables" +ycol,s,a,"",,,"y column in input tables" +wcol,s,h,"",,,"weight column in input tables" +scol,s,h,"",,,"standard deviation column in input tables" +rows,s,h,"-",,,"range of rows to use for fit" +outcoly,s,h,"yfit",,,"column name for fitted y values" +outcolr,s,h,"yres",,,"column name for residual values" +mode,s,h,"al" |