list_bkg_ids
- sherpa.astro.ui.list_bkg_ids(id: IdType | None = None) list[IdType]
List all the background identifiers for a data set.
A PHA data set can contain multiple background datasets, each identified by an integer or string. This function returns a list of these identifiers for a data set.
- Parameters:
- id
int,str,orNone,optional The data set to query. If not given then the default identifier is used, as returned by
get_default_id.
- id
- Returns:
See also
list_response_idsList all the response identifiers of a data set.
load_bkgLoad the background of a PHA data set.