|
PyXspec
1.0.1
|
Public Member Functions | |
| def | __init__ |
Public Attributes | |
| areaScale | |
| The Background area scaling factor (GET only). | |
| exposure | |
| The exposure time keyword value [float] (GET only). | |
| fileName | |
| The spectrum's file name [string] (GET only). | |
| isPoisson | |
| Boolean flag, True if spectrum has Poisson errors (GET only). | |
| values | |
| Tuple of floats containing the background rates array in counts/cm^2-sec (GET only). | |
| variance | |
| Tuple of floats containing the variance of each channel (GET only). | |
Background spectral data class.
Public instance attributes (implemented as properties):
areaScale -- The Background area scaling factor (GET only).
Either a single float (if file stores it as a keyword),
or a Tuple of floats (if file stores column).
exposure -- The exposure time keyword value [float] (GET only).
fileName -- The spectrum's file name [string] (GET only).
isPoisson -- Boolean flag, True if spectrum has Poisson errors
(GET only).
values -- Tuple of floats containing the background rates array in
counts/cm^2-sec (GET only).
variance -- Tuple of floats containing the variance of each
channel (GET only).
| def __init__ | ( | self, | |
| backTuple, | |||
| parent | |||
| ) |
Construct a Background object. Intended for creation by a Spectrum object only. The parent arg should be the Spectrum object's self pointer.
The Background area scaling factor (GET only).
Either a single float (if file stores it as a keyword),
or a Tuple of floats (if file stores column).
The exposure time keyword value [float] (GET only).
The spectrum's file name [string] (GET only).
Boolean flag, True if spectrum has Poisson errors (GET only).
Tuple of floats containing the background rates array in counts/cm^2-sec (GET only).
Tuple of floats containing the variance of each channel (GET only).
1.7.5.1