show_all
- sherpa.astro.ui.show_all(id: IdType | None = None, outfile=None, clobber=False) None
Report the current state of the Sherpa session.
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_xxxroutines, and depends on the type of data that is loaded.- Parameters:
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
outfileis notNone, then this flag controls whether an existing file can be overwritten (True) or if it raises an exception (False, the default setting).
- Raises:
sherpa.utils.err.IOErr – If
outfilealready exists andclobberisFalse.
See also
cleanClear all stored session data.
list_data_idsList the identifiers for the loaded data sets.
saveSave the current Sherpa session to a file.
sherpa.astro.ui.save_allSave the Sherpa session as an ASCII file.
sherpa.astro.ui.show_bkgShow the details of the PHA background data sets.
sherpa.astro.ui.show_bkg_modelDisplay the background model expression for a data set.
sherpa.astro.ui.show_bkg_sourceDisplay the background model expression for a data set.
show_confDisplay the results of the last conf evaluation.
show_covarDisplay the results of the last covar evaluation.
show_dataSummarize the available data sets.
show_filterShow any filters applied to a data set.
show_fitSummarize the fit results.
show_kernelDisplay any kernel applied to a data set.
show_methodDisplay the current optimization method and options.
show_modelDisplay the model expression used to fit a data set.
show_projDisplay the results of the last proj evaluation.
show_psfDisplay any PSF model applied to a data set.
show_sourceDisplay the source model expression for a data set.
show_statDisplay the current fit statistic.