bxa.sherpa.background package¶
Submodules¶
bxa.sherpa.background.fitters module¶
- class bxa.sherpa.background.fitters.SingleFitter(id, filename, backgroundmodel, load=False)[source]¶
Bases:
object
id: which data id to fit
filename: prefix for where to store background information
backgroundmodel: A background model, such as ChandraBackground
load: whether the background file should be loaded now
- class bxa.sherpa.background.fitters.MultiFitter(filename, backgroundmodel, load=True)[source]¶
Bases:
object
filename should be a text file, containing all the file names (if load=True) or storage prefixes
backgroundmodel: background model to use (e.g. ChandraBackground)
load: whether the background file should be loaded now
bxa.sherpa.background.models module¶
Background models for various telescopes and instruments
- class bxa.sherpa.background.models.SwiftXRTWTBackground(storage)[source]¶
Bases:
SwiftXRTBackground
bxa.sherpa.background.pca module¶
- class bxa.sherpa.background.pca.PCAFitter(id=None)[source]¶
Bases:
object
Fitter mixing PCA-based templates and gaussian lines
id: which data id to fit
filename: prefix for where to store background information
load: whether the background file should be loaded now