Modify the Sherpa state variable
sherpa.regproj; display current values with
list_regproj; restore the default values:
sherpa> sherpa.regproj.nloop = [30,20]
sherpa> sherpa.regproj.sigma = [1.6,2.6] # 90 and 95 percent contours
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 [30,20] [10,10] Number of grid points, each axis
sigma [1.6,2.6] [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