Synopsis
Delete the pile up model for a data set.
Syntax
delete_pileup_model(id=None)
Description
Remove the pile up model applied to a source model.
Examples
Example 1
>>> delete_pileup_model()
Example 2
>>> delete_pileup_model('core')
PARAMETERS
The parameter for this function is:
Parameter | Type information | Definition |
---|---|---|
id | int, str, or None, optional | The data set. If not given then the default identifier is used, as returned by `get_default_id` . |
Changes in CIAO
Added in CIAO 4.13
Bugs
See the bugs pages on the Sherpa website for an up-to-date listing of known bugs.
See Also
- modeling
- get_pileup_model, set_pileup_model