diff options
author | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
commit | 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch) | |
tree | 4464880c571602d54f6ae114729bf62a89518057 /pkg/utilities/curfit.par | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
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 |