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/surfit.par | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 pkg/utilities/surfit.par (limited to 'pkg/utilities/surfit.par') 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 -- cgit