List the current and default values of the sherpa.regproj
and restore the default values:
sherpa> sherpa.regproj.log = [1,1]
sherpa> sherpa.regproj.sigma = [1,3,5]
sherpa> list_regproj
Parameter Current Default Description
----------------------------------------------------------------------
fast 1 1 Switch to LM/simplex: 0(n)/1(y)
expfac 3 3 Expansion factor for grid
arange 0 1 Auto-range: 0(n)/1(y)
min [0,0] [0,0] Minimum values, each axis
max [0,0] [0,0] Maximum values, each axis
log [1,1] [0,0] Log-spacing: 0(n)/1(y), each axis
nloop [10,10] [10,10] Number of grid points, each axis
sigma [1,3,5] [1,2,3] Number of sigma, each contour
sherpa> restore_regproj
sherpa> list_regproj
Parameter Current Default Description
----------------------------------------------------------------------
fast 1 1 Switch to LM/simplex: 0(n)/1(y)
expfac 3 3 Expansion factor for grid
arange 1 1 Auto-range: 0(n)/1(y)
min [0,0] [0,0] Minimum values, each axis
max [0,0] [0,0] Maximum values, each axis
log [0,0] [0,0] Log-spacing: 0(n)/1(y), each axis
nloop [10,10] [10,10] Number of grid points, each axis
sigma [1,2,3] [1,2,3] Number of sigma, each contour