delete_psf
- sherpa.astro.ui.delete_psf(id: IdType | None = None) None
Delete the PSF model for a data set.
Remove the PSF convolution applied to a source model.
- Parameters:
- id
int,str,orNone,optional The data set. If not given then the default identifier is used, as returned by
get_default_id.
- 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')