Set the options for projection
set_proj_opt( name, val )
The set_proj_opt command sets the options for projection.
-
name - projection option name
-
val - value for the option
A list of the available options is returned by the get_proj_opt command
("ahelp get_proj_opt"), e.g
{'eps': 0.01,
'fast': True,
'max_rstat': 3,
'maxfits': 5,
'maxiters': 200,
'remin': 0.01,
'sigma': 1,
'soft_limits': False,
'tol': 0.20000000000000001}
sherpa> set_proj_opt ("maxiters", 400)
sherpa> set_proj_opt ("sigma", 3)
Set the "maxiters" value to 400 and the "sigma" value to 3 for the next run of projection.
- py.sherpa
-
covariance,
get_covar,
get_int_proj,
get_int_unc,
get_par,
get_proj,
get_reg_proj,
get_reg_unc,
image_setregion,
int_proj,
int_unc,
projection,
reg_proj,
reg_unc,
set_analysis,
set_areascal,
set_arf,
set_backscal,
set_bkg,
set_bkg_model,
set_coord,
set_counts,
set_covar_opt,
set_data,
set_default_id,
set_exposure,
set_grouping,
set_method,
set_method_opt,
set_model,
set_par,
set_pileup_model,
set_rmf,
set_source,
set_stat,
set_staterror,
set_syserror
- py.sherpa_contrib
-
set_param_limits_from_image
|