curve_runner
Last updated: Nov09,2019

Fit a curve to a set of X,Y data just after you have plotted them using the xyplotter_auto routine. Each fitted curve is added to the plot.

 
 
% curve_runner --help  
Usage: curve_runner 4 Y 
arg1 - ID number of the List.# and Axes.# file   
arg2 - run in verbose/debug mode (Y/N) 

Hence, if I have just plotted some data points and produced the files named List.4 and Axes.4, I can fit these points using the call:
 
 
% curve_runner 4 N   

Note that using arg2="Y" will produce a verbose output. The final fit results (coefficients and residual statistics) will be contained in the file named "curve_runner.results".



Back to SCO CODES page