next Kubo-Toyabe functions
up How to create an initalfile
previous Variable parameters for global fit

index Index


Redefinition of parameters

  If you fill the slots using 201,202... as parameter numbers, then you can redefine parameters by algebraic expressions, e.g.

SIGNAL   # , # , # , 201,
newrel = rel**2          !"rel" is the name of the parameter as defined
			 !in the parameterlist.
This has to be done in the line right below the SIGNAL command.