Command FLAST


        Parameters  Defaults

FLAST / KEEP       
        CLEAR      
        DELETE(fct) 0
        LIST       
        NOCONFIRM  

Purpose

   Handle components (partial functions) of a fit function

Examples

   FPOL 2
   FLAST/KEEP
   FPEAKS 7
   ...
   FLAST / DEL(1)

   Defines a polynomial as a "background" function (#1),
   then 7 gaussian peaks (#2) on top.
   Finally the polynomial function is removed.

Parameter KEEP

Keep the last fit function, i.e. newly specified functions are
added, they don't replace the old function.

Parameter CLEAR

Delete all defined fit functions

Parameter DELETE(fct)

If fct > 0: delete partial fit function number fct.
Remaining functions are renumbered.

Parameter LIST

List all partial fit function which contribute to the current fit function.

Parameter NOCONFIRM

Suppress confirmation for delete.