delete_psf¶
- sherpa.ui.delete_psf(id=None)¶
Delete the PSF model for a data set.
Remove the PSF convolution applied to a source model.
- Parameters
id (int or str, optional) – The data set. If not given then the default identifier is used, as returned by get_default_id.
See also
list_psf_idsList of all the data sets with a PSF.
load_psfCreate a PSF model.
set_psfAdd a PSF model to a data set.
get_psfReturn the PSF model defined for a data set.
Examples
>>> delete_psf()
>>> delete_psf('core')