MultipleResponse1D
- class sherpa.astro.instrument.MultipleResponse1D(pha)[source] [edit on github]
Bases:
Response1D
A factory class for generating the instrument response.
This should not be used when a pileup model is required.
- Parameters:
pha (sherpa.astro.data.DataPHA instance) – Support PHA files with multiple responses (e.g. orders) to describe the data.
- Raises:
sherpa.utils.err.DataErr – The argument does not contain any response information (it is missing an ARF and a RMF).
See also