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/surfit.par | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'pkg/utilities/surfit.par')
-rw-r--r-- | pkg/utilities/surfit.par | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/pkg/utilities/surfit.par b/pkg/utilities/surfit.par new file mode 100644 index 00000000..37b0d5a2 --- /dev/null +++ b/pkg/utilities/surfit.par @@ -0,0 +1,18 @@ +input,f,a,,,,Input text file containing data to be fit +image,f,h,,,,Output surface image (optional) +coordinates,f,h,"",,,Text file of coordinates to be evaluated (optional) +fit,f,h,"",,,"Text file for output evaluated fit +" +function,s,h,"polynomial","chebyshev|legendre|polynomial",,Surface function +xorder,i,h,2,1,,X order of surface +yorder,i,h,2,1,,Y order of surface +xterms,s,h,"full","|none|full|half|",,Cross-terms type +weighting,s,h,"user","uniform|user|statistical|instrumental",,Weighting type +xmin,r,h,INDEF,,,Minimum X value over which surface is defined +xmax,r,h,INDEF,,,Maximum X value over which surface is defined +ymin,r,h,INDEF,,,Minimum Y value over which surface is defined +ymax,r,h,INDEF,,,Maximum Y value over which surface is defined +zmin,r,h,INDEF,,,Minimum Z value to include in fit +zmax,r,h,INDEF,,,Maximum Z value to include in fit +ncols,i,h,100,1,,Number of columns in output image +nlines,i,h,100,1,,Number of lines in output image |