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/curfit.par | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'pkg/utilities/curfit.par')
-rw-r--r-- | pkg/utilities/curfit.par | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/pkg/utilities/curfit.par b/pkg/utilities/curfit.par new file mode 100644 index 00000000..2e1ebe02 --- /dev/null +++ b/pkg/utilities/curfit.par @@ -0,0 +1,12 @@ +input,f,a,,,,input list of files or images +function,s,h,legendre,,,type of function to fit +weighting,s,h,uniform,,,'Weighting (uniform,user,statistical,instrumental)' +order,i,h,4,,,order of the fit +interactive,b,h,yes,,,interactively tweak fit parameters? +axis,i,h,1,,,projection axis if input is an image +listdata,b,h,no,,,two column output list? +verbose,b,h,no,,,lengthy output format? +calctype,s,h,"double","|real|double|",,Calculation datatype +power,b,h,no,,,convert coeffecients to power series? +device,s,h,"stdgraph",,,name of interactive plotting device +cursor,*gcur,h,"",,,Graphics cursor input |