set_proj_opt¶
- sherpa.ui.set_proj_opt(name, val)¶
Set an option for the projection method.
This is a helper function since the options can also be set directly using the object returned by
get_proj.- Parameters
- Raises
sherpa.utils.err.ArgumentErr – If the
nameargument is not recognized.
See also
confEstimate parameter confidence intervals using the confidence method.
projEstimate parameter confidence intervals using the projection method.
get_projReturn the proj estimation object.
get_proj_optReturn one or all options of the proj estimation object.
Examples
>>> set_proj_opt('parallel', False)