[AIT logo]

Institut für Astronomie und Astrophysik

Abteilung Astronomie

Sand 1, D-72076 Tübingen, Germany
[Uni logo]


save_param Source code in cafe_save_param.pro

save_param

Name
           save_param
Purpose
           Saves fit parameter into ascii file.
Category
           cafe
SUBCATEGORY:
           save
DATA FORMAT:
           This action will save last fit parameters into a text file
           with given save file name.
           Saved will be:
               - the fit parameter+value
               - the fit error, if given
               - current x range position
           If the file did'nt exist a descriptive header for the
           columns will be saved also with the parameter name and its
           error name.
           Only free and non-tied parameters will be saved.
           If the file exists the new data/parameters will be appended (and
           the file will NOT be overridden). Therefore it is
           recomended to use the /clobber option for multiple
           parameter saves.
Side Effects
           Changes content of file.
Example
               > fit
               > save, result.dat, param,/clobber
               -> saves fit parameter into file "result.dat"
Revision History
           $Id: cafe_save_param.pro,v 1.2 2003/04/29 07:58:19 goehler Exp $

Last modified by pro2html on 2005 January 04 at 16:19 UTC

[Home Page] [Software, Documentation] [IDL Documentation] [Quick Reference] [Feedback]

Jörn Wilms (wilms@astro.uni-tuebingen.de)
Updated automatically