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