unlink¶
-
sherpa.astro.ui.
unlink
(par)¶ Unlink a parameter value.
Remove any parameter link - created by link - for the parameter. The parameter value is reset to the value it had before link was called.
Parameters: par – The parameter to unlink. If the parameter is not linked then nothing happens. See also
Examples
>>> unlink(bgnd.ampl)