% @(#)save_fit.hlq 17.1.1.1 (ESO-IPG) 01/25/02 17:11:29 %++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ %.COPYRIGHT (c) 1990 European Southern Observatory %.IDENT save_fit.hlq %.AUTHOR JDP, IPG/ESO %.KEYWORDS MIDAS, help files, SAVE/FIT %.PURPOSE On-line help file for the command: SAVE/FIT %.VERSION 1.0 29-AUG-1984 : Creation, JDP %---------------------------------------------------------------- \se SECTION./FIT \es\co SAVE/FIT 29-AUG-1984 JDP \oc\su SAVE/FIT table seq_no [name] save results of a regression \us\pu Purpose: Save fitted parameter values and errors in a table. The value corresponding to parameter 'par' are stored in column ':par' and the error in ':par_ERROR' The command can be used in relation with MODIFY/FIT \up\sy Syntax: SAVE/FIT table seq [name] \ys\pa table = name of table file \ap\pa seq = seq. number as '@n' \ap\pa name = fit name \ap\no Note: none \on\exs Examples: \ex \ The following set of commands are used to fit a function with different initial guesses: \xe\ex MODIFY/FIT MYTABLE @1 FIT modify parameters \xe\ex FIT/IMA -10,0.1 IMAGE use last initialized parameters \xe\ex SAVE/FIT MYTABLE @1 FIT save adjusted parameters \xe \sxe