Synopsis
Report the current state of the Sherpa session.
Syntax
show_all(id: int | str | None = None, outfile=None, clobber=False) No return value.
Description
Display information about one or all of the data sets that have been loaded into the Sherpa session. The information shown includes that provided by the other show_xxx routines, and depends on the type of data that is loaded.
PARAMETERS
The parameters for this function are:
| Parameter | Type information | Definition |
|---|---|---|
| id | int, str, or None, optional | The data set. If not given then all data sets are displayed. |
| outfile | str, optional | If not given the results are displayed to the screen, otherwise it is taken to be the name of the file to write the results to. |
| clobber | bool, optional | If `outfile` is not none , then this flag controls whether an existing file can be overwritten ( True ) or if it raises an exception ( False , the default setting). |
Bugs
See the bugs pages on the Sherpa website for an up-to-date listing of known bugs.
See Also
- filtering
- show_filter
- info
- get_functions, list_bkg_ids, list_functions, show_bkg, show_bkg_model, show_bkg_source, show_conf, show_covar, show_data, show_fit, show_method, show_model, show_proj, show_source, show_stat
- psfs
- show_kernel, show_psf